/*top navigation*/
body{
	overflow-x: hidden;
	padding-bottom:62px;
}
.disNone{display: none;}
.widBox{max-width: 1400px;padding: 0 10px;}
.headerTop{padding: 10px 0;background: #fff;border-bottom: 1px solid #eee;}
.headerFixed{
	position: fixed;top: 0;left: 0;right: 0;z-index: 10;
}
.headerBot{background: rgba(0,0,0,.8);}
.headerRgt{margin-top: 10px;}
.searchBx input,.searchBx span{float: left;}
.searchBx{background: #666;padding: 2px 0 2px 2px;margin-top: 3px;}
.searchBx input{
	width: 250px;
	height: 30px;
	line-height: 30px;
	border: none;
	background: #fff;
	padding: 0 5px;
}
.searchBx span{
	background: #666;
	font-size: 14px;
	color: #fff;
	padding: 0 15px;
	line-height: 30px;
}
.buttonCenter{display: block;text-align: center;margin: 50px 0;}
.buttonCenter a{
	display: inline-block;
	line-height: 40px;
	padding: 0 40px;
	border: 1px solid #A5000F;
	background: #A5000F;
	border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #fff;
}
.caseButton a{
	color: #fff;
	background: none;
	border-color: #f2f2f2;
}
.phoneBx{
	padding-left: 10px;
}
.phoneBx h2{
	font-size: 13px;
	color: #fff;
}
.phoneBx h3{
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}
.navList{
	display: flex;
	justify-content: flex-end;
}
.navList li{
	line-height: 40px;
	font-size: 13px;
	padding: 0 10px;
}
.navList li a{color: #000;}
.navList li.current a{color: #ff0000;}
.newsImportant{width: 45%;margin-right: 3%;}
.newsImportant img{width: 100%;height: auto;}
.newsImportant h3{color: #1a1a1a;font-size: 16px;margin-top: 10px;}
.newsImportant p{font-size: 14px;color: #808080;line-height: 1.3;margin: 10px 0 0;}
.newsImportant .newsTBx{
	background: #3488ea;
	padding: 28px 20px;
}
.newsImportant .newsTBx .timeT{
	padding-right: 6%;
}
.newsImportant .newsTBx .timeT span,.newsImportant .newsTBx .timeT p{
	font-size: 36px;
	line-height: 1.3;
	display: block;
	text-align: center;
	color: #fff;
}
.newsImportant .newsTBx .timeT p{
	font-size: 12px;
	margin-top: 0;
}
.newsImportant .newsTBx div{
	overflow: hidden;
}
.newsImportant .newsTBx div h3{
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.newsImportant .newsTBx div h3 a{color: #fff;}
.newsImportant .newsTBx div p{
	font-size: 12px;
	color: #fff;
	margin-top: 20px;
}
.newsList{
	margin-top: 40px;
}
.newsList dd{overflow: hidden;padding: 15px 0;border-bottom: 1px solid #eee;font-size: 12px;}
.newsList dd span{float: right;color: #888;}
.newsList dd a{display: block;overflow: hidden;color: #000;padding-right: 20px;}
.time{background: #333;text-align: center;width: 75px;height: 75px;margin-right: 10px;}
.time span,.time p{font-size: 13px;color: #fff;}
.time span{display: block;font-size: 20px;line-height: 1.2;margin-top: 13px;}
.intro{background: #f8f8f8;padding: 5px 10px;height: 65px;}
.intro h3{font-size: 14px;margin-top: 5px;}
.intro p{font-size: 13px;color: #808080;margin-top: 4px;}
.bgGray,.bgWhite{background: #f8f8f8;padding: 20px 0 60px;}
.bgWhite{background: #fff;}
.banList,.profileMenu,.projectList,.formCont,.footFlex,.footFlex ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.theoryList{
	width: 105%;
}
.theoryList dd{
	width: 23%;
	margin-right: 2%;
	margin-top: 15px;
}
.banList{margin-top: 15px;}
.banList li{
	width: 19%;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
}
.banList li div{position: relative;text-align: center;height: 50px;}
.banList li i{font-size: 40px;line-height: 1;animation: wave 3s infinite;-webkit-animation: wave 3s infinite;position: absolute;top: 0;left: 0;width: 100%;color: #ca4700;}
.banList li i.icon-zixun{
	color: #d40000;
}
.banList li i.icon-gongyongshiye{
	color: #5f00d4;
}
.banList li i.icon-yingxiaozhongxin{
	color: #0050d4;
}
.banList li i.icon-tianyuan{
	color: #0fd400;
}
.banList li h3{font-size: 16px;color: #1a1a1a;font-weight: bold;margin-bottom: 10px;margin-top: 10px;}
.banList li dd{text-align: center;display: block;line-height: 30px;font-size: 14px;border-bottom: 1px solid #f1f1f1;}
.theoryList dd h3{margin-top: 10px;font-size: 14px;}
.theoryList dd h3 a{color: #1a1a1a;display: block;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;overflow: hidden;padding-right: 10px;}
.theoryList dd p{font-size: 12px;color: #808080;margin-top: 5px;line-height: 1.6;}
.theoryList dd h3 span{float: right;color: #808080;}
.theoryList dd a.imgTop{
	display: flex;
	height: 220px;
	align-items: center;
	text-align: center;
	background: #f1f1f1;
	overflow: hidden;
}
.theoryList dd a.imgTop img{
	max-width: 100%;
	height: auto;
}
.theoryList{overflow: hidden;}
.theoryList dd{position: relative;height: 220px;overflow: hidden;float: left;}
.theoryList dd div{
	position: absolute;
	height: 100%;
	bottom: 220px;
	left: 0;
	right: 0;
	padding: 15px;
	background: rgba(0,0,0,.5);
	transition: all ease-in-out .5s;
}
.theoryList dd:hover div{
	bottom: -30px;
}
.theoryList dd div h3 a,.theoryList dd div p,.theoryList dd div h3 span{color: #fff;}
@keyframes wave {
	0%,100% {
	  -webkit-transform: translate(0,0);
	  transform: translate(0,0)
	}
	50% {
	  -webkit-transform: translate(0,13px);
	  transform: translate(0,13px)
	}
}
@-moz-keyframes wave {
	0%,100% {
	  -webkit-transform: translate(0,0);
	  transform: translate(0,0)
	}
	50% {
	  -webkit-transform: translate(0,13px);
	  transform: translate(0,13px)
	}
}
@-webkit-keyframes-keyframes wave {
	0%,100% {
	  -webkit-transform: translate(0,0);
	  transform: translate(0,0)
	}
	50% {
	  -webkit-transform: translate(0,13px);
	  transform: translate(0,13px)
	}
}
@-o-keyframes wave {
	0%,100% {
	  -webkit-transform: translate(0,0);
	  transform: translate(0,0)
	}
	50% {
	  -webkit-transform: translate(0,13px);
	  transform: translate(0,13px)
	}
}
.swiper-indexhead .swiper-slide{
	height: 431px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.swiper-indexhead2 .swiper-slide{
	height: 500px;
}
.swiper-indexhead3 .swiper-slide{
	height: 794px;
}
.profileWrap{
	padding: 10px 10px 0;
	background: #fff;
}
.profileWrap2{padding-bottom: 10px;}
.profileMenu dd{
	flex:1;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #fff;
	background:-webkit-linear-gradient(#ebebeb,#fff);
	background:-o-linear-gradient(#ebebeb,#fff);
	background:-moz-linear-gradient(#ebebeb,#fff);
	background:linear-gradient(#ebebeb,#fff);
}
.profileMenu dd:last-child{border: none;}
.profileMenu dd a{
	display: block;
	color: #1a1a1a;
}
.projectWrap{}
.projectList li{
	width: 24%;
	position: relative;
	margin-bottom: 10px;
}
.projectList li img{width: 100%;height: auto;}
.projectList li div{
	position: absolute;
	width: 40%;
	background: rgba(225,0,0,.5);
	height: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
	color: #fff;
}
.projectList li div h3{font-size: 14px;height: 50%;}
.projectList li div a{display: block;font-size: 12px;color: #fff;margin-top: 20px;}
.bgBdy{height: 250px;background-position: 50% 0;background-repeat: no-repeat;}
.formBx{
	background: #fff;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: -115px;
	padding: 50px;
	
}
.formCont dd{
	margin-top: 20px;
	width: 32.5%;
}
.formCont dd input{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #1a1a1a;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
}
.msgCont{
	margin-top: 20px;
	display: flex;
}
.msgCont textarea{
	border: 1px solid #1a1a1a;
	flex:1;
	height: 100px;
	padding: 15px;
	font-size: 14px;
	font-family: "microsoft yahei",arial;
	outline: none;
}
.buttonSubmit{
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 20px;
	background: #A5000F;
	color: #fff;
	display: inline-block;
	font-size: 14px;
}
.footFlex div.widRgt{width: 60%;}
.footFlex ul{width: 380px;}
.footFlex ul li{width: 33%;}
.footFlex ul li img{width: 100%;height: auto;}
.footFlex ul li h3{font-size: 12px;text-align: center;color: #808080;}
.bgGray2{
	background: #f7f8fa;
	overflow: hidden;
}
.navbot{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.navbot dd{
	width: 20%;
	text-align: center;padding: 15px 0;
	margin: 0;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.navbot dd:last-child{
	border: none;
}
.navbot dd img{
	width: 60px;
}
.navbot dd a{
	display: block;
	font-size: 14px;
	color: #333;
	padding: 5px 0;
}
.itemWrapper{
	background: #ef4136;
	padding: 0;
	position: relative;
}
.titleWrap{
	width: 37.5%;
	margin-left: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -130px;
}
.titleWrap h3,.titleWrap h4,.titleWrap p{
	padding-left:60px;
	color: #fff;
	width: calc(80% - 60px);
	line-height: 1.3;
}
.titleWrap h3,.titleWrap h4{
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}
.titleWrap h3{
	font-size: 24px;
}
.titleWrap h4{
	font-size: 18px;
	padding-top: 10px;
}
.titleWrap p{
	font-size: 14px;
	padding-top: 20px;
	line-height: 2;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.imgWrapList{
	overflow: hidden;
	width: calc(100% - 37.5%);
	margin-left: 37.5%;
}
.itemWrapper2{
	background: #000;
}
.itemWrapper2 .imgWrapList{
	margin-left: 0;
	margin-right: 37.5%;
}
.itemWrapper2 .titleWrap{
	right: 0;
	left: auto;
	margin-top: -160px;
}
.itemWrapper2 .titleWrap h4{
	margin-top: 15px;
}
.itemWrapper2 .titleWrap p{
	-webkit-line-clamp:1;
	margin-top: 10px;
	padding-top: 0;
}
.itemWrapper2 .buttonBlock{
	margin-top: 20px;
}
.imgWrapList dd{
	float: left;
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 33.33%;
	height: 275px;
	overflow: hidden;
}
.imgWrapList dd a{
	display: flex;
	width: 100%;
	height: 275px;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.imgWrapList dd img{max-width: 100%;height: auto;}
.imgWrapList dd h3{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 275px;
	transition: all ease-in-out .5s;
	left: 0;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	padding: 20px;
}
.imgWrapList dd a h3{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.imgWrapList dd a:hover h3{
	top: 0;
}
.buttonBlock{
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 40px;
	margin-left: 60px;
}
.itemWrapper3 .titleWrap{
	width: 62.5%;
}
.itemWrapper3 .imgWrapList{
	width: 37.5%;
	margin-left: 62.5%;
}
.itemWrapper3 .imgWrapList dd{
	width: 50%;
}
.resourceLst li{
	float: left;
}
.itemWrapper4{
	background: #e6e6e6;
}
.itemWrapper4 .imgWrapList{
	margin-left: 0;
	margin-right: 62.5%;
}
.itemWrapper4 .imgWrapList dd{
	width: 100%;
}
.itemWrapper4 .titleWrap{
	right: 0;
	left: auto;
}
.itemWrapper4 .resourceLst li{
	width: 50%;
}
.itemWrapper4 .titleWrap h3,.itemWrapper4 .titleWrap p{
	color: #333;
}
.itemWrapper4 .resourceLst li h4{
	padding: 10px 20px;
	margin-left: 60px;
	border: 1px solid #666;
	margin-top: 20px;
	color: #666;
}
.itemWrapper5{
	background: #ef4136;
}
.itemWrapper5 .titleWrap h3,.itemWrapper5 .titleWrap p{
	color: #fff;
}
.itemWrapper6 .titleWrap{
	left: 0;
	right: auto;
}
.itemWrapper6 .imgWrapList{
	margin-right: 0;
	margin-left: 62.5%;
}
.itemWrapper6 .buttonBlock,.buttonBlack{
	color: #333;
	border-color: #333;
}
.wayLft{
	width: 240px;
	height: 200px;
	padding: 20px;
	background: #fff;
}
.wayLft h3{
	font-size: 24px;
	line-height: 1.4;
	color: #222;
	text-align: center;
	padding-top: 50px;
}
.wayLft p{
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
}
.wLBx{
	width: 200px;
	height: 160px;
	padding: 40px;
	background: #fff;
}
.wLBx h3{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #666;
}
.wLBx h4{
	font-size: 16px;
	color: #2d2d2d;
	line-height: 1.4;
}
.wLBx p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	color: #7d7d7d;
}
.wMore{
	width: 140px;
	height: 120px;
	background: #EF4136;
	color: #fff;
	line-height: 120px;
	text-align: center;
	font-size: 20px;
	display: block;
	
}
.waydlWrap{width: 840px;}
.WddLst dd{
	float: left;
}
.wayWrapper{width: 1120px;margin-top: -480px;}
.wayTopHei{
	height: 600px;
	background: #e6e6e6;
}
.enWd{
	width: 280px;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	padding-top: 80px;
}
.caseLst{
	width: 100%;
	overflow: hidden;
}
.caseLst li{
	float: left;
	width: 25%;
	height: 260px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	background: #fff;
	overflow: hidden;
}
.caseLst li img{
	max-width: 100%;
	max-height: 100%;
}
.caseLst li div{
	position: absolute;
	width: 100%;
	top: 320px;
	left: 0;
	z-index: 30;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: flex;
	align-items: flex-end;
	transition: all ease-in-out .5s;
}
.caseLst li div span{
	display: block;
	background: #cd0218;
	box-sizing: border-box;
	padding: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
}
.caseLst li a:hover{
	opacity: 1;
}
.caseLst li:hover div{
	top: 0;
}
.caseMenu{
	text-align: center;
}
.caseMenu li{
	font-size: 14px;
	padding: 0 25px;
}
.caseMenu li.current a{
	color: #FF0000;font-weight: bold;
}
.breadcrumb{
	padding: 10px 0;
	font-size: 14px;
}
.breadcrumb,.breadcrumb a{
	color: #666;
}
.breadcrumb a{
	transition: all ease-in-out .5s;
	display: inline-flex;
	align-items: center;
	flex-direction: row;
}
.breadcrumb a:before{
	content:'';
	display: inline-block;
	vertical-align: top;
	height: 1px;
	background: #cd0218;
	margin: 0 5px;
	width: 0;
	transition: all ease-in-out .5s;
}
.breadcrumb a:hover{
	color: #000;
}
.breadcrumb a:hover:before{
	width: 15px;
}
.contwrap{
	background: #fff;
	padding: 35px;
}
.contwrap .lft{
	margin-right: 5%;
	float: left;
}

.cTitleW{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	padding: 0 40px 40px 0;
	border-right: 1px solid #ccc;
}
.contwrap .floatLft{
	width: 80%;
	margin-right: 5%;
}
.dateRgt{
	width: 10%;
	padding: 2%;
	border: 1px solid #a5000d;
	box-sizing: border-box;
}
.dateRgt div{
	text-align: center;
	color: #a5000d;
}
.timeTop{
	font-size: 18px;
}
.timeBot{
	font-size: 14px;
}
.ctitle{
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}
.contentins{
	font-size: 14px;
	line-height: 2;
	color: #333;
	margin-top: 15px;
}
.contentins p{
	margin-bottom: 15px;
}
.prenxt li{font-size: 14px;margin-bottom: 10px;}
.prenxt li a{
	color: #333;
}
.prenxt li a:hover{
	color: #000;
}
.newsList li{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding: 20px;
	border-bottom: 1px dashed #e0e0e0;
	transition: all ease-in-out .5s;
}
.newsList li span{
	float: left;
	width: 450px;
	margin-right: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.newsList li span img{
	max-width: 450px;
	max-height: 300px;
}
.newsList li div{
	overflow: hidden;
}
.newsList li div h3{
	font-size: 16px;
	line-height: 1.8;
}
.newsList li div h3 a{
	color: #000;
}
.newsList li div p{
	font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
	color: #333;
}
.newsList li div em{
	font-style: normal;
	display: block;
	margin-top: 10px;
	color: #999;
}
.newsList li:hover{
	background: #ff0000;
}
.newsList li:hover div h3,.newsList li:hover div h3 a,.newsList li:hover div p,.newsList li:hover div em{
	color: #fff;
}
.newsList li div p a{
	color: #999;
}
.newsList li:hover div p a{
	color: #fff;
}
.dlWrap{
	width: 105%;
}
.dlWrap dl{
	float: left;
	overflow: hidden;
	width: 44.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.dlWrap dl dt{
	overflow: hidden;
	font-size: 16px;
	padding: 10px;
	background: #f1f1f1;
}
.dlWrap dl dt a{
	float: right;
	color: #666;
}
.dlWrap dl dd{overflow: hidden;padding: 10px 0;border-bottom: 1px dashed #e0e0e0;}
.dlWrap dl dd span{
	float: left;
	margin-right: 15px;
	width: 320px;
	height: 200px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	background: #fff;
}
.dlWrap dl dd span img{
	max-width: 320px;
	max-height: 200px;
}
.dlWrap dl dd div{
	overflow: hidden;
}
.dlWrap dl dd div h3 a{
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.dlWrap dl dd div p{
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	margin: 10px 0;
}
.dlWrap dl dd div em{
	font-style: normal;
	display: block;
	color: #999;
}
.dlWrap dl dd i{
	float: right;
	font-size: 12px;
	line-height: 24px;
	font-style: normal;
	color: #999;
}
.dlWrap dl dd a{
	font-size: 14px;
	line-height: 24px;
}
.dlWrap dl dd.picsL{
	float: left;
	margin: 0 10px;
	margin-top: 15px;
	width: 140px;
	height: 190px;
	overflow: hidden;
	border: none;
	padding: 0;
	position: relative;
}
.dlWrap dl dd.picsL span{
	width: 140px;
	height: 190px;
	margin: 0;
	border: none;
	background: #fff;
}
.dlWrap dl dd.picsL span img{
	width: 130px;
	height: 180px;
	padding: 4px;
	border: 1px solid #666;
}
.dlWrap dl dd.picsL h3{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	
}
.dlWrap dl dd.picsL h3 a{
	font-weight: normal;
	font-size: 14px;
	display: block;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	padding: 0 10px;
}
.font18{
	margin-top: 15px;
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 1.4;
}
.slide-left{
	float: left;
	width: 550px;
	height: 320px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	overflow: hidden;
	margin-left: 10%;
}
.slide-right{
	overflow: hidden;
	padding-right: 10%;
}
.slide-right h3.slide-h3 a{
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}
.slide-right p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #fff;
}
.slide-right p a{
	color: #ff0000;
}
.widLft{margin-right: 30px;}
.formCont{
	margin-top: -50px;
	justify-content: flex-start;
}
.formCont dd{
	margin-right: 15px;
}
.h3Tit{
	font-size: 25px;
	line-height: 1.8;
	color: #000;
	margin: 40px 0 0;
}
.pDesc{
	font-size: 14px;
	color: #999;
	margin: 20px 0 0;
	line-height: 30px;
}
.itemsMenu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 20px;
}
.itemsMenu dd{
	margin: 0 5px;
	font-size: 12px;
}
.itemsMenu dd a{
	display: block;
	padding: 4px 8px;
	color: #333;
}
.itemsMenu dd a:hover{
	background: #ff0000;
	color: #fff;
}
.itemsList{
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}
.itemsList li{
	width: 23%;
	background: #fff;
	flex-wrap: wrap;
}
.itemsList li a{
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.itemsList li h3{
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;-o-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;
}
.itemsList li h3 a{
	font-size: 14px;
	color: #333;
}
.itemsList li img{
	max-width: 100%;
	max-height: 250px;
}
.divPBx{overflow: hidden;margin-top: 30px;}
.divPBx .floatLft{
	margin-right: 40px;
}
.divPBx .floatRgt{
	margin-left: 40px;
}
.divPBx img{
	width: 560px;
	height: auto;
}
.divPBx p.pDesc{
	color: #666;
}
.widBox2{
	max-width: 1200px;
	box-sizing: border-box;
	padding: 20px;
}
.zxList li{
	padding: 15px;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
}
.zxList li span{
	float: left;
	margin-right: 20px;
}
.zxList li span img{
	width: 360px;
	height: 200px;
}
.zxList li div{
	overflow: hidden;
}
.zxList li div h3 a{
	font-size: 16px;
	color: #000;
}
.zxList li div p{
	color: #666;
	line-height: 26px;
	margin-top: 20px;
	font-size: 13px;
}
.bgRed{
	background: #A5000F;
	padding: 50px 0;
}
.bottomInfo li{
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.bottomInfo li:last-child{
	border-right: none;
}
.bottomInfo li h3{
	line-height: 40px;
	color: #fff;
}
.bottomInfo li h3 span{
	font-size: 30px;
}
.bottomInfo li h3 em{
	font-style: normal;
	font-size: 12px;
}
.bottomInfo li p{color: #fff;font-size: 13px;line-height: 30px;}
.actList{
	text-align: center;
	margin-top: 20px;
}
.actList img{
	max-width: 400px;
}
.actList h3{
	font-size: 14px;
	color: #333;
	padding: 15px 0;
}
.kechengBx,.zhuanlanList{
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}
.kechengBx li,.zhuanlanList li{
	overflow: hidden;
	margin-top: 15px;
}
.kechengBx li span,.zhuanlanList li span{
	float: left;
	width: 300px;
	margin-right: 20px;
}
.kechengBx li span{
	width: 180px;
}
.kechengBx li span img,.zhuanlanList li span img{
	width: 100%;
	height: auto;
}
.kechengBx div,.zhuanlanList div{
	overflow: hidden;
}
.kechengBx div{
	padding: 15px 15px 15px 0;
}
.kechengBx div h3,.zhuanlanList div h3{
	font-size: 14px;
}
.kechengBx div em,.zhuanlanList div em{
	font-style: normal;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}
.kechengBx div p,.zhuanlanList div p{
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.8;
}
.kechengBx div h3 a,.kechengBx div p,.kechengBx div em{
	color: #fff;
}
.hengList,.tuList{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
}
.hengList dd{
	width: 24%;
}
.hengList dd img{
	width: 100%;
	height: auto;
}
.bg01{
	background: orange;
}
.bg02{
	background: green;
}
.bg03{
	background: blue;
}
.tuList{
	justify-content: center;
	margin-top: 20px;
}
.tuList dd{
	width: 20%;
	box-sizing: border-box;
	padding: 10px;
}
.tuList dd img{
	width: 100%;
	height: auto;
}
.borderTop{
	border-top: 1px solid #f1f1f1;
}
.checkMore{
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
}
.newsTop{
	overflow: hidden;
}
.newsTop div.floatLft{
	width: 80%;
}
.newsTop div.floatLft h3{
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
}
.newsTop div.floatLft h3 a{
	display: block;
	font-size: 16px;
	color: #000;
}
.newsTop div.floatLft p{
	color: #666;
	margin-top: 20px;
	font-size: 14px;
}
.newsTop div.floatLft h3 a:hover{
	opacity: 1;color: #3488ea;
}
.newsTop div.overHid span,.newsTop div.overHid p{
	display: block;
	text-align: right;
	color: #888;
	margin-top: 0;
	font-size: 32px;
	line-height: 1.3;
	font-weight: bold;
}
.newsTop div.overHid p{
	font-size: 20px;
	font-weight: normal;
}
.dlNewsList{
	width: 105%;
}
.dlNewsList dd{
	width: 31%;
	margin-right: 1%;
	overflow: hidden;
}
.dlNewsList dd a{
	display: block;
}
.dlNewsList dd a span img{
	width: 100%;
}
.dlNewsList dd a div{
	padding: 20px;
	background: #fff;
	transition: all 0.36s ease;
}
.dlNewsList dd a div h3{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;-o-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;
}
.dlNewsList dd a div p{
	color: #999;
	padding: 20px 0;
	font-size: 12px;
	line-height: 1.8;
	border-bottom: 1px solid #e0e0e0;
}
.dlNewsList dd a div em{
	display: inline-block;
	padding: 0 20px;
	line-height: 32px;
	color: #999;
	border: 1px solid rgba(170, 170, 170, 0.2);
	border-radius: 3px;-o-border-radius: 3px;-webkit-border-radius: 3px;
	margin-top: 20px;
	font-size: 13px;
	font-style: normal;
	background: #fff;
}
.dlNewsList dd a:hover{
	opacity: 1;
}
.dlNewsList dd a:hover div{
	background: #3488ea;
	padding: 20px 30px;
}
.dlNewsList dd a:hover div h3,.dlNewsList dd a:hover div p{
	color: #fff;
}
.dlNewsList dd a:hover div em{
	border-radius: 16px;-o-border-radius: 16px;-webkit-border-radius: 16px;
}
.dlNewsList02 dd{
	width: 23%;
}
.imgTw{
			display: flex;
			flex-direction: row;
			justify-content: space-around;
		}
		.imgTw dd{
			width: 14.2857%;
			display: flex;
			flex-direction: column;
			align-items: center;
			height: 100px;
			background: #3488ea;
			position: relative;
			overflow: hidden;
		}
		.imgTw dd h3{
			font-size: 18px;
			color: #fff;
		}
		.imgTw dd span{
			font-size: 14px;
			color: #fff;
			display: block;
			margin-top: 10px;
		}
		.imgTw dd div{
			position: absolute;
			height: 100%;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1;
			box-sizing: border-box;
			padding: 20px;
		}
		.imgTw dd img{
			height: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 0;
		}
.headerTop{
	position: fixed;
	top: 10px;
	left: 10%;
	right: 10%;
	background: #fff;
	border-radius: 10px;
	z-index: 30;
	box-sizing: border-box;
	padding: 10px 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.headerTop .logoLft img{
	height: 40px;width: auto;
}
.overHid{overflow: hidden;}
.dlNewsListAct dd{
	width: 47%;
}
.bgFoot{
	background: url(../img/footbg.jpg) no-repeat 100% 100% #121313;
}
.bgFoot .footFlex .widLft h3.font18{
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
}
.bgFoot .footFlex .widRgt span{
	display: block;
	width: 100%;
	text-align: center;
}
.bgFoot .footFlex .widRgt div.rgtBot{
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.bgFoot .footFlex .widRgt div.rgtBot div{
	margin: 0;
}
.bgFoot .footFlex .widRgt div.rgtBot div p.corGray{
	color: #fff;
}
.bgFoot .footFlex .widRgt div.rgtBot ul{
	overflow: hidden;
}