.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

body {
	min-width: 1360px;
	margin: 0 auto;
}

#b01 {
	height: 592px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(ztbanner.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}



#b02 {
	height: 625px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(ztbg_02.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}

#b03 {
	height: 1527px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(ztbg_0301.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}

#b04 {
	height: 2248px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(ztbg_04.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}

#b05 {
	height: 1001px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(ztbg_055.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}

#b06 {
	height: 62px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(ztbg_06.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}
#nav01 {
	height: 68px;
	min-width: 1360px;
	margin: 0 auto;
	background: #ca2d2b;
	position: relative;
	overflow: hidden;
}
#nav ul {
	display: flex;

	justify-content: center;

}

#nav ul li {
	color: #ffd89f;
	height: 102px;
	font-size: 24px;
	width: 200px;
	position: relative;
	align-items: center;
	display: flex;
	cursor: pointer;
	font-family: "";
	text-align: center;
	justify-content: center;
}

#nav ul li::after {
	width: 1px;
	height: 102px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(xtiao.jpg) right center no-repeat;

}

#nav ul li:last-child::after {
	display: none;
}

#nav01 .w1200{
	display: flex;
	justify-content: space-between;
	height: 68px;
	display: flex;
	align-items: center;
}
#nav01 .w1200 .box{
	display: flex;
	justify-content: center;
	width: 200px;
}
#nav01 .w1200 .box ul li,#nav01 .w1200 .box ul li a{
	width: 200px;
	display: flex;
	color: #ffd89f;
	font-size: 24px;
	justify-content: center;
	line-height: 1.5;
}

.w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.hot dl {
	text-align: center;
	padding-top: 0;
	margin-top: 42px;
}

.hot dl dt {
	font-size: 48px;
	font-weight: bold;
}

.hot dl dt a {
	color: #ce060f;
}

.hot dl dd {
	font-size: 18px;
	color: #454545;
	margin-top: 14px;
}

.hot dl dd a {
	margin: 0 10px;
}

.hot dl dd {
	font-size: 18px;
	color: #454545;
	margin-top: 14px;

}

.hot dl dd a:first-child {
	margin: 0 10px 0 2px;
}

.hot dl dd a:last-child {
	margin: 0 2px 0 10px;
}

.tab_pic {
	width: 720px;
	height: 448px;
	position: relative;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	margin-top: 42px;
}

.tab_pic a.prev,
.tab_pic a.next {
	width: 39px;
	height: 448px;
	top: 0;
	display: block;
	position: absolute;
	z-index: 99;
	transition: all 0.5s linear;
}

.tab_pic a.next {
	background: url(http://news.cnhubei.com/xw/2022zt/xyddh/img/r.png) center center no-repeat;
	right: -50px;

}

.tab_pic a.prev {
	background: url(http://news.cnhubei.com/xw/2022zt/xyddh/img/l.png) center center no-repeat;
	left: -50px;
	;

}

.tab_pic:hover a.prev {
	left: 0;
	display: block
}

.tab_pic:hover a.next {
	right: 0;
	display: block
}

.tab_pic .bd {
	width: 720px;
	height: 448px;
}

.tab_pic .bd li {
	position: relative;
	width: 720px;
	height: 448px;
	cursor: pointer;

}

.tab_pic .bd li a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	box-shadow: 0 -64px 48px 0px #333 inset;
	z-index: 2;
}

.tab_pic .bd li a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;

}

.tab_pic .bd li img {
	width: 720px;
	height: 448px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.tab_pic .bd li p {
	width: 720px;
	position: absolute;
	left: 0;
	bottom: 34px;
	text-align: center;
	z-index: 3;

}

.tab_pic .bd li p {
	color: #FFF;
	font-size: 18px;
}

.tab_pic .bd li a:after {}


.tab_pic .hd {
	position: absolute;
	height: 12px;
	width: 100%;
	right: 0;
	bottom: 12px;
	z-index: 99;
}

.tab_pic .hd ul {
	display: flex;
	justify-content: center;
}

.tab_pic .hd ul li {
	font-size: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin: 0 3px;
	cursor: pointer;
}

.tab_pic .hd ul li.on {
	background-color: #ce060f
}

.w448 {
	width: 448px;
	float: right;
	overflow: hidden;
}

.w448 ul {
	/* padding-top: 42px; */
}

.w448 ul li {
	height: 63px;
	display: flex;
	align-items: center;
	font-size: 18px;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 8px;
	text-align: justify;
}

.w448 ul li.on {
	background-color: #ca0b13;
	color: #FFFFFF;
}

.w448 ul li.on a {
	color: #FFFFFF;
}

.jsby_box {
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

.jsby_box a.more01,
.jsby_box a.more02 {
	display: block;
	position: absolute;
	width: 48px;
	height: 25px;
	top: 13px
}

.jsby_box a.more01 {
	left: 529px;
}

.jsby_box a.more02 {
	right: 0;
}



.w558 {
	width: 558px;
	padding-top: 78px;
	overflow: hidden;
	max-height: 525px;
}
.rrr{
	margin-right: 20px;
}
.w558 dl {
	border-bottom: 1px #cccccc dotted;
	padding: 24px 0 14px 0;
}

.w558 dl dt {
	font-size: 20px;
	font-weight: bold;
}

.w558 dl dt a {
	color: #333;
}

.w558 dl dd {
	font-size: 18px;
	color: #6d6d6d;
	line-height: 1.5;
	margin-top: 10px;
}

.w558 dl dd a {
	color: #df2d33;
}

.rrr dl:last-child {
	border: 0;
}

.w558 ul {
	padding-top: 10px;
}

.w558 ul li {
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 18px;
	background: url(ulli01.jpg) left center no-repeat;
	padding-left: 15px;
}

.bgjd {
	position: relative;
	overflow: hidden;
	padding-top: 31px;
}

.bgjd .pic {
	width: 385px;
	height: 448px;
	position: relative;
	float: left;
	margin-top: 4px;
}
.bgjd .pic a{
	width: 385px;
	height: 448px;
	position: relative;
	display: block;
	color: #FFFFFF;
}

.bgjd .pic a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	box-shadow:0 -64px 30px -10px #333 inset;
	z-index: 2;
}
.bgjd .pic p{
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 99;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 16px;
}
.bgjd .pic img {
	width: 385px;
	height: 448px;
}

.w340{
	float: left;
	margin-left: 48px;
	overflow: hidden;
	width: 340px;
}
.w340 a.more{
	float: right;
	font-size: 16px;
	color: #c80b10;
	margin-top: -22px;
}

.keywords_list{
	width: 400px;
	float: right;
	overflow: hidden;
}
.keywords_list a.more{
	float: right;
	font-size: 16px;
	color: #c80b10;	
	margin-right:32px ;
	margin-top: -22px;	
}

.w340 dl {
	border-bottom: 1px #cccccc dotted;
	padding: 16px 0 15px 0;
}
.w340 dl:last-child{
	border: 0;
}
.w340 dl dt {
	font-size: 16px;

}

.w340 dl dt a {
	color: #333;
}

.w340 dl dd {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 1.4;
	margin-top: 10px;
}

.w340 dl dd a {
	color: #df2d33;
}
.keywords_list_box{
	padding-top: 20px;
}
.keywords_list_box ul li{
	width: 174px;
	height: 71px;
	background: url(text_link_bg.png) center top no-repeat;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
	float: left;
	margin-left: 18px;
	margin-top: 12px;
}
.keywords_list_box ul li a{
	color: #c80b10;
}

.xcsd_box{
	
}
.xcsd_box .w600{
	width: 624px;
	float: left;
	padding-top: 0;
}
.xcsd_box .w600 ul li{
	width: 184px;
	height: 97px;
	position:relative;
	float: left;
	overflow: hidden;
	margin-right: 24px;
	margin-top:12px ;
}
.xcsd_box .w600 ul li p{
	width:calc(100% - 24px);
	height: 100%;
	display: flex;
	position: absolute;
	padding: 0 12px;
	left: 0;
	bottom: -97px;
	align-items: center;
	justify-content: center;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000, endcolorstr=#000000);
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
}
.xcsd_box .w600 ul li:hover p{
	bottom: 0;
	transform: .5s;
	transition: .5s;
}
.xcsd_box .w600 ul li img{
	width: 100%;
	height: 100%;
}
.xcsd_box .w600 ul li:first-child{
	width: 600px;
	height: 310px;

}
.xcsd_box .w600 ul li:first-child img{
	width: 100%;
	height: 100%;
}
.xcsd_box .w600 ul li:first-child p{
	height: 42px;
	width: 100%;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
	z-index: 3;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000, endcolorstr=#000000);
	background: rgba(0,0,0,0.6);	
}
.w550{
	float: right;
	width: 550px;
	overflow: hidden;
}
.w550 ul {
	padding-top: 0;
}

.w550 ul li {
	height: 53px;
	display: flex;
	align-items: center;
	font-size: 18px;
	background: url(ulli01.jpg) left center no-repeat;
	padding-left: 15px;
	border-bottom: 1px dotted #9E9D9B;
}

.list01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pic_t_d_box01{
	width: 550px;
	margin-top: 42px;


	
}

.pic_t_d_box01 img{
	width: 176px;
	height: 126px;
	float: left;
}
.pic_t_d_box01 p.title{
	width: 358px;
	float: right;
	font-size: 18px;
	line-height: 1.2;
	text-align: justify;
	margin-right: 0;
}
.pic_t_d_box01 p.des{
	width: 358px;
	float: right;
	font-size: 16px;
	color: #848484;
	margin-top: 8px;
	line-height: 1.5;
	text-align: justify;	
	margin-right: 0;	
}
#b04 .w1200{
	width: 1200px;

	padding-top:290px
}
.bigpic{
	overflow: hidden;
	width: 1200px;
	height:490px;	
	position: relative;
}
.bigpico{
	/* background:url(video_box_bg11.png) left top no-repeat #fff3cd; */
	background-color: #fff3cd;
	width: 850px;
	height: 490px;
	overflow: hidden;
	border-radius:0;
	position: absolute;
	top: 0;
	transition:all 0.35s linear;
	box-shadow: -5px 0 10px 0 hsla(222,9%,77%,.5);
	cursor: pointer;
}
.bigpico::after{
	width: 136px;
	height: 85px;
	content: "";
	position: absolute;
	z-index: 99;
	left: 70px;
	bottom: 5px;
	background: url(video_jb.png) center center no-repeat;
}

.bigpico img{
	width: 775px;
	height: 480px;
	position: absolute;
	right: 5px;
	top: 5px;
	overflow: hidden;
	border-radius:0;	
}
.bigpico .ptitle{
	height:490px ;
	width: 110px;
	position: absolute;
	padding-top: 40px;
	top: 0;
	left: 20px;
	color: #d70600;
	font-size: 22px;
	width: 30px;
	line-height: 1.1;
	text-align: center;

}
.bigpico:nth-child(1) .ptitle{

}
#b04 .w1200 .bigpico:nth-child(1){
	left: 0;


}
#b04 .w1200 .bigpico:nth-child(2){
	left: 70px;


}
#b04 .w1200 .bigpico:nth-child(3){
	left: 140px;

}
#b04 .w1200 .bigpico:nth-child(4){
	left: 210px;

}
#b04 .w1200 .bigpico:nth-child(5){
	left: 280px;

}
#b04 .w1200 .bigpico:nth-child(6){
	left: 350px;

}

.p_cont {
	width: 1200px;
	height: 565px;
	margin: 0 auto;
	position: relative;
	margin-top: 130px;
}

.arrleft,
.arrright {
	position: absolute;
	cursor: pointer;
	width: 60px;
	height: 565px;
	overflow: hidden;
	display: block;
	top: 0px;
	z-index: 999;
	opacity: 0.6;
}

.arrleft {
	left: -80px;
	background: url(l01.png) left center no-repeat
}

.arrright {
	right: -80px;
	;
	background: url(r01.png) right center no-repeat
}

.piclista p {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 20px;
	white-space: nowrap;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000, endcolorstr=#000000);
	background: rgba(0, 0, 0, 0.7);	
}

.wcbox{
	width: 1200px;
	height: 570px;
	position: relative;
	margin-top: 160px;
	overflow: hidden;
}

.wcbox a.prev, .wcbox a.next {
	width: 39px;
	height: 480px;
	top: 0;
	display: block;
	position: absolute;
	z-index: 99;
	    transition: all 0.5s linear;	
}
.wcbox a.next {
	background: url(r.png) center center no-repeat;
	right: -50px;

}
.wcbox a.prev {
	background: url(l.png) center center no-repeat;
	left: -50px;;

}
.wcbox:hover a.prev {
	left:0;
	display: block
}
.wcbox:hover a.next {
	right:0;
	display: block
}

.wcbox .bd{
	width: 1240px;
	height: 570px;
	position: absolute;
	top: 0;
	left: -20px;	
}
.wcbox .bd ul li{
	width: 270px;
	height: 570px;
	margin: 0 20px;
	position: relative;
}
.wcbox .bd ul li img{
	width: 270px;
	height: 480px;
		box-shadow: 0 0 25px 0 rgba(0,0,0,.13);
}
.wcbox .bd ul li p{
	width:270px;
	padding-top: 12px;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
}
#b05 .w1200 img{
	width: 1200px;
	height: 678px;
	margin-top: 38px;
	
}

#b06 .w1200 p{
	font-size: 20px;
	color: #FFFFFF;
	height: 62px;
	display: flex;
	align-items: center;
	padding-left: 345px;
}
#b06 .w1200 p span{
	margin-right: 24px;
}

.lhskbox{
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
}
.lhskbox .w5801{
	width: 580px;
	height: 558px;
	background: url(xtbg.png) 12px 3px no-repeat;
}
.lhskbox .w5801 dl{
	width: 555px;
	height: 159px;
	background: url(boxbg01.png) left top no-repeat;
	margin-left: 26px;
	margin-bottom: 31px;
}

.lhskbox .w5801 dl dt{
	padding: 20px 20px 0 34px;
	font-size: 20px;
}

.lhskbox .w5801 dl dd{
	padding: 8px 24px 0 34px;
	color: #6d6d6d;
	line-height: 1.8;
	font-size: 16px;
}
.lhskbox .w5801 dl dd a{
	color: #c80202;
}

.snjcjgtd{
	overflow: hidden;
}
.snjcjgtd .t{
	height: 236px;
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.snjcjgtd .t img{
	width: 424px;
	height: 236px;
}
.snjcjgtd .t dl{
	width: 746px;
}
.snjcjgtd .t dl dt{
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}
.snjcjgtd .t dl dd{
	font-size: 18px;
	color: #6d6d6d;
	line-height: 1.8;
	padding-top: 12px;
}
.snjcjgtd .t dl dd a{
	color: #c80202;
}
.snjcjgtd .b{
	display: flex;
	justify-content: space-between;
}
.snjcjgtd .b ul:nth-child(1){
	width: 424px;
}
.snjcjgtd .b ul:nth-child(1) li{
	height: 212px;
	margin-bottom: 10px;
	overflow: hidden;
}
.snjcjgtd .b ul:nth-child(1) li img{
	width: 212px;
	height: 212px;
	float: left;
	
}
.snjcjgtd .b ul:nth-child(1) li p{
	width: 182px;
	height: 212px;
	float: right;
	background-color: #e96b1f;
	padding: 0 15px;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 2;
	text-align: justify;
}
.snjcjgtd .b ul:nth-child(1) li:last-child img{
	float: right;
}
.snjcjgtd .b ul:nth-child(1) li:last-child p{
	float: left;
}
.snjcjgtd .b ul:nth-child(2) li p{
	height: 200px;
	width: calc(100% - 40px)%;
	background-color: #feb949;
	padding: 0 20px;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 2;
	text-align: justify;	
}


.snjcjgtd .b ul:nth-child(2) li img{
	width: 100%;
	height: 234px;
}
.snjcjgtd .b ul:nth-child(2){
	width: 376px;
}
.snjcjgtd .b ul:nth-child(3){
	width: 344px;
}
.snjcjgtd .b ul:nth-child(3) li{
	height: 138px;
	width: 304px;
	background-color: #096bd0;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.snjcjgtd .b ul:nth-child(3) li a{
	color: #FFFFFF;
}

.dblistbox{
	
}
.dblistbox .w574{
	width: 570px;
	float: left;

}
.dblistbox .w574:last-child{
	float: right;
	margin-right: 30px;
}
.dblistbox .w574 .nav{
	height: 50px;
	overflow: hidden;
	display: flex;
	line-height: 70px;
	justify-content: flex-end;
}
.dblistbox .w574 .nav a{
	font-size: 16px;
	float: right;
}

.pic_t_d_box01{
	width: 570px;
	margin-top: 42px;
	overflow: auto;

	
}

.pic_t_d_box01 img{
	width: 176px;
	height: 126px;
	float: left;
}
.pic_t_d_box01 p.title{
	width: 378px;
	float: right;
	font-size: 18px;
	line-height: 1.2;
	text-align: justify;
	margin-right: 0;
}
.pic_t_d_box01 p.des{
	width: 378px;
	float: right;
	font-size: 16px;
	color: #848484;
	margin-top: 8px;
	line-height: 1.5;
	text-align: justify;	
	margin-right: 0;	
}

.w574 ul {
	padding-top: 30px;
}

.w574 ul li {
	height: 53px;
	display: flex;
	align-items: center;
	font-size: 18px;
	background: url(ulli01.jpg) left center no-repeat;
	padding-left: 15px;
	border-bottom: 1px dotted #9E9D9B;
}
.w574 ul li:last-child{
	border: 0;
}


.xlpl{
	width: 1280px;	
	padding-top: 0;
	margin: 0 auto;
	position: relative;

}

				.xlpl a.prev, .xlpl a.next {
					width: 39px;
					height: 448px;
					top: 168px;
					display: block;
					position: absolute;
					z-index: 99;
					    transition: all 0.5s linear;
				}
				.xlpl a.next {
					background: url(r01.png) center center no-repeat;
					right: -60px;
				
				}
				.xlpl a.prev {
					background: url(l01.png) center center no-repeat;
					left: -60px;;
				
				}
.xlpl .box{
	width: 1200px;
	
	padding-bottom: 0;	
}

.xlpl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xlpl ul li{
	width: 580px;
	height: 126px;
	background-color: #FFFFFF;
		box-shadow: 0 0 10px 0 rgba(0,0,0,.13); 
	margin-top: 26px;
	position: relative;
}
.xlpl ul li h3{
	font-size: 20px;
	text-align: left;
	margin-top: 14px;

}
.xlpl ul li .des{


	height: 126px;
	padding: 0 18px;



}
.xlpl ul li .des span{
	color: #c80202;
}
.xlpl ul li .des p{
	font-size: 16px;
	line-height: 1.6;	
	color: #6d6d6d;	
	margin-top: 8px;	
}
.xlpl ul li .des p em{
	color: #c80202;
}

.ddbbox{
	width: 1200px;
	height: 340px;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}

.ddbbox a.prev, .ddbbox a.next {
	width: 39px;
	height: 315px;
	top: 0;
	display: block;
	position: absolute;
	z-index: 99;
	    transition: all 0.5s linear;	
}
.ddbbox a.next {
	background: url(r.png) center center no-repeat;
	right: -50px;

}
.ddbbox a.prev {
	background: url(l.png) center center no-repeat;
	left: -50px;;

}
.ddbbox:hover a.prev {
	left:0;
	display: block
}
.ddbbox:hover a.next {
	right:0;
	display: block
}

.ddbbox .bd{
	width: 1212px;
	height: 315px;
	position: absolute;
	top: 0;
	left: -6px;	
}
.ddbbox .bd ul li{
	width: 289px;
	height: 313px;
	margin: 0 6px;
	border: 1px solid #dcdcdc;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.13)
}
.ddbbox .bd ul li img{
	width: 289px;
	height: 165px;

}
.ddbbox .bd ul li p{
	width: 241px;
	height: auto;
	
	padding: 0 24px;
	overflow: hidden;
}
.ddbbox .bd ul li p span{
	display: flex;



}
.ddbbox .bd ul li p span.title{
	color: #1b1b1b;
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.5;

}
.ddbbox .bd ul li p span.des{
	color: #626262;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 12px;

}
.ddbbox .hd{
	height: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ddbbox .hd ul{
	display: flex;
	justify-content: center;
	width: 1200px;
}
.ddbbox .hd ul li{
	background-color: #d4b655;
	overflow: hidden;
	border-radius: 4.5px;
	width:9px;
	height: 9px;
	font-size: 0;
	margin: 0 4px;
		transition: all 0.3s
}
.ddbbox .hd ul li.on{
	background-color: #e13d03;
	width: 43px;


}

.snjcjgtd{
	overflow: hidden;
	padding-top: 12px;
}
.snjcjgtd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.snjcjgtd ul li{
	width: 280px;
	
}
.snjcjgtd ul li p{
	font-size: 20px;
	padding-top: 12px;
}
.snjcjgtd ul li img{
	width: 100%;
	height: 156px;
}

.snjcjgtd ul li:nth-child(1),.snjcjgtd ul li:nth-child(2),.snjcjgtd ul li:nth-child(3){
	width: 380px;
	padding-bottom: 20px;
}
.snjcjgtd ul li:nth-child(1) img,.snjcjgtd ul li:nth-child(2) img,.snjcjgtd ul li:nth-child(3) img{
	height: 214px;
}

.w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}


.tab_pic {
	width: 720px;
	height: 448px;
	position: relative;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	margin-top: 24px;
}
.tab_pic a.prev, .tab_pic a.next {
	width: 39px;
	height: 448px;
	top: 0;
	display: block;
	position: absolute;
	z-index: 99;
		transition: all 0.5s linear;	
}
.tab_pic a.next {
	background: url(r.png) center center no-repeat;
	right: -50px;

}
.tab_pic a.prev {
	background: url(l.png) center center no-repeat;
	left: -50px;;

}
.tab_pic:hover a.prev {
	left:0;
	display: block
}
.tab_pic:hover a.next {
	right:0;
	display: block
}
.tab_pic .bd {
	width: 720px;
	height: 448px;
}
.tab_pic .bd li {
	position: relative;
	width: 720px;
	height: 448px;
	cursor: pointer;

}
			.tab_pic .bd li a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;			    
}
.tab_pic .bd li a::after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	box-shadow: 0 -50px 28px 0px #333 inset;
	z-index: 2;
}

.tab_pic .bd li img {
	width: 720px;
	height: 448px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.tab_pic .bd li p {
	width: 720px;			
	position: absolute;
	left: 0;
	bottom: 34px;			
	text-align: center;
	z-index: 3;

}
.tab_pic .bd li p {
	color: #FFF;
	font-size: 18px;
}
.tab_pic .bd li a:after{

}


.tab_pic .hd {
	position: absolute;
	height: 12px;
	width: 100%;
	right: 0;
	bottom: 12px;
	z-index: 99;
}
.tab_pic .hd ul {
	display: flex;
	justify-content: center;
}
.tab_pic .hd ul li {
	font-size: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin: 0 3px;
	cursor: pointer;
}
.tab_pic .hd ul li.on {
	background-color: #ce060f
}
.w448{
	width: 480px;
	float: right;
	overflow: hidden;
	background: url(dwbg03.png) top center no-repeat;
	height: 448px;
	margin-top: 24px;
}
.w448 ul{
	margin-top: 0;
}
.w448 ul li{
	height: 63px;
	display: flex;
	align-items: center;
	font-size: 18px;
	border-bottom: 1px solid #fcd4a9;
	padding: 0 10px;
	text-align: justify;
	width: 410px;
	margin: 0 auto;
}
.w448 ul li.on{
	background-color: #fcd4a9;
}
 .w448 ul li a{
	color: #fcd4a9;
}    
.w448 ul li.on a{
	color: #c62d2b;
}
.w448 ul li:last-child{
	border: 0;
	height: 64px;
}

.hot dl {
	text-align: center;
	padding-top: 0;
}

.hot dl dt {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2
}

.hot dl dt a {
	color: #ce060f;
}

.hot dl dd {
	font-size: 18px;
	color: #454545;
	margin-top: 14px;
	white-space:nowrap;
}

.hot dl dd a {
	margin: 0 10px;
}

.hot dl dd {
	font-size: 18px;
	color: #454545;
	margin-top: 14px;

}

.hot dl dd a:first-child {
	margin: 0 10px 0 2px;
}

.hot dl dd a:last-child {
	margin: 0 2px 0 10px;
}
.footer {  color:#000; line-height: 28px; font-size: 14px; text-align: center; clear: both; width: 100%; padding: 40px 0px  30px;    background-color: #fffbfa;}
.jsby_box .w558 {
    margin-top: 55px;
}


#b01{
	height: 640px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(bg.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}

#b03{

background: url(ztbg_0301.jpg) center top no-repeat;

position: relative;

height: auto;

/* padding-bottom: 80px; */
}
#b03::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 888px;
	background: url(ztbg_0302.jpg) center bottom no-repeat;
	z-index: 1;
}


#b02{

background: url(ztbg_020202.jpg) center top 0 no-repeat;

position: relative;
}
#b02 .w1200{
	z-index: 2;
}
#b02::after{
	content: "";
	width: 100%;
	height: 350px;
	min-width:1360px ;
	background: url(hsbgaa.png) center top no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#b05{
	background: url(ztbg_0555.jpg) center top no-repeat;
}
#b04 {
	height: 923px;
	min-width: 1360px;
	margin: 0 auto;
	background: url(ztbg_044.jpg) center bottom no-repeat;
	position: relative;
	background-size: 100% 100%;
	overflow: hidden;
}

		.navzx01{
			width: 1200px;
			height: 150px;
			margin: 0 auto;
			background: url(navzx01.png) center top no-repeat;
			margin-top: 0;			
		}
		.navzx02{
			width: 1200px;
			height: 150px;
			margin: 0 auto;
			background: url(navzx02.png) center top no-repeat;
			margin-top: 0;			
		}	
		.navzx03{
			width: 1200px;
			height: 150px;
			margin: 0 auto;
			background: url(navzx03.png) center top no-repeat;
			margin-top: 20px;			
		}	
			.navzx04{
				width: 1200px;
				height: 150px;
				margin: 0 auto;
				background: url(navzx04.png) center top no-repeat;
				margin-top: 20px;			
			}	
			.navzx06{
				width: 1200px;
				height: 150px;
				margin: 0 auto;
				background: url(navzx06.png) center top no-repeat;
				margin-top: 10px;		
				position: relative;	
			}
			.navzx02 a.more{
				width: 210px;
				height: 29px;
				position: absolute;
				bottom: 11px;
				left: 50%;
				margin-left: -105px;
				display: block;
			}			
			.navzx03 a.more{
				width: 210px;
				height: 29px;
				position: absolute;
				bottom: 11px;
				left: 50%;
				margin-left: -105px;
				display: block;
			}			
			
			.navzx06 a.more{
				width: 210px;
				height: 29px;
				position: absolute;
				bottom: 11px;
				left: 50%;
				margin-left: -105px;
				display: block;
			}
		.navzx05{
			width: 1200px;
			height: 150px;
			margin: 0 auto;
			background: url(navzx05.png) center top no-repeat;
			margin-top: 10px;			
		}	
		.navzx07{
			width: 1200px;
			height: 150px;
			margin: 0 auto;
			background: url(navzx07.png) center top no-repeat;
			margin-top: 50px;			
		}			
#b04 .w1200{
	margin-top: 0;
	padding: 0;
}
.p_cont{
	margin-top: 30px;
}
.wcbox{
	margin-top: 40px;
}
	.xznavbg01{
		width: 1200px;
		height: 150px;
		margin: 0 auto;
		background: url(xznavbg01.png) center top no-repeat;
		margin-top: 0;
	}
	.xznavbg02{
		width: 1200px;
		height: 150px;
		margin: 0 auto;
		background: url(xznavbg02.png) center top no-repeat;
		margin-top: 50px;
	}
	.xznavbg03{
		width: 1200px;
		height: 150px;
		margin: 0 auto;
		background: url(xznavbg03.png) center top no-repeat;
	}										
.w558 {
	width: 558px;
	padding-top: 20px;
	overflow: hidden;
}
.ldjdnav{
	width: 100%;
	height: 26px;
	overflow: hidden;
	background: url(ldjdnav.png) left top no-repeat;
}
.rcjjnav{
	width: 100%;
	height: 26px;
	overflow: hidden;	
	background: url(rcjjnav.png) 28px top no-repeat;
}
#b02.b03 {
    background: url(ztbg_020202.jpg) center top -640px no-repeat;
    height: 652px;
}

.zt-top {
    /* position: relative; */
    z-index: +333;
    background-color: rgba(255,65,65,0.4);
    position: absolute;
    width: 100%;
    height: 64px;
  }
  
  .zt-top-logo {
    width: 30%;
    height: 64px;
    float: left;
  }
  
  .zt-top-logo img {
    height: 64px;
  }
  
  .zt-top-menu {
    width: 60%;
    float: right;
  }
  
  .zt-xn-nav-bg {
    position: relative;
  }
  
  .zt-xn-nav {
    padding-bottom: 0;
    height: 64px;
    position: relative;
  }
  
  .zt-xn-nav::-webkit-scrollbar {
    display: none;
  }
  
  .zt-xn-nav ul {
    padding: 0;
    margin: 0 auto;
  }
  
  .zt-xn-nav ul li {
    float: left;
    height: 64px;
    line-height: 64px;
    padding: 0 0.5%;
    margin: 0 0.5%;
    vertical-align: middle;
    position: relative;
    width: 8%;
    text-align: center;
    box-sizing: content-box;
  }
  
  .zt-xn-nav ul li:nth-child(3) {
    width: 20%;
  }
  
  .zt-xn-nav ul li img {
    left: 0.5rem;
    top: 0.75rem;
    position: absolute;
    height: 0.8rem
  }
  
  .zt-xn-nav ul li a {
    display: block;
    height: 100%;
    font-size: 18px;
    color: #fff;
    /* text-shadow: 2px 2px 2px white; */
    font-weight: 700;
  }
  
  .zt-xn-nav ul li span {
    font-size: 1.2rem;
    padding: 0 3px 0 0;
    transition: all 0.5s;
    display: none;
  }
  
  .zt-xn-nav ul li:hover {
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
  }
  
  .zt-xn-nav ul li:hover a {
    color: #ef1c22;
    text-decoration: none
  }

  .container {
        width: 1200px;
        margin: 0 auto;
    }