/*公用部分*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	background-color: #F8F2F4;
	position: relative;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1000px;
	margin: auto;
	z-index: 99;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}

.bk1_wrap {
	background: #FFFFFF;
	width: 1000px;
	margin: 20px auto 0;
	padding: 20px 20px 5px 20px;
	border-radius: 10px;
	position: relative;
	z-index: 9;
}

.bk2_wrap {
	width: 1040px;
	margin: 20px auto 0;
}

.content_wrap {
	position: relative;
	z-index: 9;
}


/*公用部分*/


/*头部*/

.banner {
	text-align: center;
}

.banner img {
	width: 100%;
}


/*底部*/

.bottom_box {
	font-size: 14px;
	/*background: #C61704;*/
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 70px auto 0;
	max-width: 1600px;
}

.bottom_box .main {
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.bottom_box .w_l {
	float: left;
	width: 530px;
	text-align: right;
}

.bottom_box .link a {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #333;
}

.bottom_box .link a {
	color: #333;
}

.bottom_box .link a:hover {
	text-decoration: underline;
}

.bottom_box .link a:last-child {
	margin-right: 0;
	border-right: none;
}

.bottom_box .copyright {
	margin-top: 10px;
	color: #333;
}

.bottom_box .beian a {
	margin-right: 10px;
	color: #333;
}

.bottom_box .beian {
	margin-top: 10px;
}

.bottom_box .beian a:last-child {
	margin-right: 0;
}

.bottom_box .beian a:hover {
	text-decoration: underline;
}

.bottom_box .p_r {
	float: right;
	width: 400px;
	text-align: left;
	margin-top: 10px;
}

.bottom_box .p_r img {
	margin-right: 20px;
}


/*底部*/


/*内容*/

.content_wrap {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 50px 20px;
}




/*切换功能*/

.tabbox {
	margin-bottom: 20px;
	width:1227px;
	margin: auto;
	/*padding-bottom:20px;*/
}


.tabbox ul{
	overflow: hidden;
	border-bottom:3px solid #FA5000;
}

.tabbox ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 30px;
	color: #CF3705;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	text-align: center;
	padding: 8px 0px;
	margin-right: 5px;
	float: left;
	line-height: 44px;
	cursor: pointer;
	border-radius:8px 8px 0 0;
	font-weight: bold;
	width:13.7%;
	background:#FFFFFF;
	color:#666666;
	position:relative;
	bottom:-2px;
}

.tabbox ul li:last-child{
	margin-right: 0px;
}

.tabbox ul li:hover {
	border: 1px solid #FA5000;
}

.tabbox ul li a {
	color: #323335;
	color:#666666;
}

.tabbox .on {
	background: #FA5000;
	border: 1px solid #ddd;
	border: 1px solid #FA5000;
	color:#FFFFFF;
}

.tabbox .on a{
	color:#FFFFFF;
}

.contbox{
	width:1227px;
	margin: auto;
	background:#FFFFFF;
	min-height:1000px;
	padding:30px 0px;
	overflow: hidden;
	
}


.contbox .part_box {
	display: none;
}

.contbox .on{
	display: block;
}

.part_box{
	width:1150px;
	margin: auto;
}


.part_box ul {
	border-left: 1px dashed #666;
	float: left;
	position: relative;
	margin-bottom: 60px;
	/*padding:0 20px;*/
}

.part_box ul li {
	width: 100%;
	border-bottom: 1px solid #999;
	padding-bottom: 40px;
	padding-left: 20px;
	min-height: 119px;
	margin-bottom: 40px;
}

.part_box ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.part_box ul li i {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #06F;
	position: absolute;
	left: -5px;
}


.part_box ul li .pic_box{
	background: url(../img/pic_bg1.jpg);
	background-size:100% ;
}

/*.part_box ul li:nth-child(1n) .pic_box {
	background: url(../img/pic_bg1.jpg);
	background-size: 100%;
}

.part_box ul li:nth-child(2n) .pic_box {
	background: url(../img/pic_bg2.jpg);
	background-size: 100%;
}

.part_box ul li:nth-child(3n) .pic_box {
	background: url(../img/pic_bg3.jpg);
	background-size: 100%;
}*/

.part_box .pic_box {
	float: left;
	width: 224px;
	height: 126px;
}

.part_box .pic_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.part_box .word_box {
	float: right;
	width: 880px;
}

.word_box h1 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #333;
	font-weight: normal;
	display: block;
	font-weight: bold;
}

.word_box h1:hover {
	text-decoration: underline;
}

.word_box p {
	font-size: 18px;
	color: #999999;
	text-align: justify;
	line-height: 30px;
}

.word_box p a {
	font-size: 16px;
	color: #D84C29;
}

.word_box p a:hover {
	text-decoration: underline;
}

/*内容*/