@charset "UTF-8";
/*
********************************外层框架 start********************************
*/

/*头部开始*/
.topBox{clear: both;position:fixed;top: 33px;z-index: 99;width: 100%; min-width: 1280px;}
.topBox2{
	clear: both;
	min-height: 100px;
	background: #ffffff;
	border-radius: 20px;
	margin: 0 60px 0;
	padding: 0 65px;
	box-shadow: 2px 5px 12px rgba(0,0,0,0.2);
}
.logo{
	overflow: hidden;
	margin-top: 28px;
}
.logo img{
	display: block;
	height: 45px;
}
.menuBox{ min-height:100px;position: relative;overflow: hidden;}
.spchmenul{background: url(../images/menus.png) no-repeat left center;width: 1px;height: 100px;}
.spchBt{
	width:25px;
	height: 100px;
	background: url(../images/icon1.png) no-repeat center center;
	cursor: pointer;
	margin-left:15px;
}
.searchPW{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
}
.searchPW.show{visibility:visible}
.searchPW .bg{
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	opacity:0.5;
	transition: all 0.3s;
	color: #fff;
	font-size: 72px;
	text-align: right;
	line-height:80px;
	padding-right:50px;
	cursor: pointer;
}
.searchPW.show .bg{opacity:1;}
.searchPWBox{
	width:600px;
	height: 60px;
	overflow: hidden;
	background:#fff;
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin:-30px 0 0 -300px;
	visibility:hidden;
	opacity:0.5;
	transform: scale(0.5);
	transition: all 0.3s;
}
.searchPW.show .searchPWBox{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.searchPWBox input{
	display: block;
	float: left;
	width:530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}
.searchPWBox input::placeholder{color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder{color: #999;font-size: 16px;}
.searchPWBox a{
	float: left;
	width: 60px;
	height: 60px;
	background:#e89214 url(../images/searchBth.png) no-repeat center center;
	cursor: pointer;
}
.searchPWBox a:hover{opacity:0.9;}
/*头部结束*/
/*menu开始*/
.menuDl{
	overflow: hidden;
}
.menuDl dd{
	float: left;
	height:100px;
	position: relative;
	width: 12.5%;
	}
.menuDl dd .a1{
	display: block;
	height:100px;
	line-height: 100px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	transition: all 0.3s;
	position: relative;
	text-align: center;
}
.menuDl dd .a1:before{
	background: url(../images/menuLines.png) no-repeat center center;
	display: block;
	content: '';
	position: absolute; 
	left: 50%; 
	margin-left: -41px;
	bottom:50%;
	margin-bottom: -20px;
	transition: all 600ms;
	-webkit-transition: all 600ms;
	height: 7px;
	width: 0px;
}
.menuDl dd a:hover{color: #e89214;}
.menuDl dd .div_a a:hover{color: #e89214;}
.menuDl dd .a1:hover:before{width: 82px;}
.menuDl dd .hover:before{width: 82px;color: #e89214;}
.menuDl dd .hover{color: #e89214;}
.menuDl_dBox{ transition: all 400ms;-webkit-transition: all 400ms; overflow: hidden;height: 0;}
.menuDl_d {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #e9e9e9;
}
.menuDl_d dd{
	width: 12.5%;
	float: left;
	display: inline;
	background-color: #fff;
	min-height: 34px;
}
.menuDl_d dd .div_a{
	display: inline-block;
	width: 100%;
}
.menuDl_d dd .div_a a{
	display: block;
	color: #666666;
	line-height: 24px;
	padding: 5px;
	font-size:14px;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.menuDl_d dd .div_a a span{
	position: relative;
	/* text-align: left; */
}
.menuDl_d dd .div_a a span:before{
	display: block;
	content: '';
	width: 2px;
	height: 0;
	background-color: #E89214;
	position: absolute;
	left: -5px;
	top: 0px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	opacity: 0;
}
.menuDl_d dd .div_a a:hover span:before{height: 20px;opacity: 1;}
.menuDl_d dd .div_a a:hover{color: #E89214;}
.menuBox:hover .menuDl_dBox{height: 250px;}
/*menu结束*/
/*头部结束*/

/*底部开始*/
.footer{background-color: #fff;}
.footerLink{font-size: 14px;color: #333333;line-height: 70px;height: 70px;border-bottom: 1px solid #e9e9e9;overflow: hidden;}
.footerLink a{font-size: 14px;color: #333333;border-right: 1px solid #e3e3e3;padding: 0 18px;}
.footerLink a:hover{color: #e89214;}
.footer1L{float: left;display: inline;padding: 57px 0 66px 0;padding: 73px 0  97px 0;}
.footer1L dd{float: left;margin-right: 82px;font-size: 14px;color: #333333;line-height: 38px;height: 38px;overflow: hidden;}
.footer1L dd .phone{background: url(../images/footerphone.png) no-repeat left center;padding-left: 25px;font-size: 28px;color: #e89214;}
.footer1L dd .position{background: url(../images/footerlocalhost.png) no-repeat left center;padding-left: 25px;}
.footer1L dd .fax{background: url(../images/footerc.png) no-repeat left center;padding-left: 25px;}
.footer1L dd .mailbox{background: url(../images/footere.png) no-repeat left center;padding-left: 25px;}
.footer1R {overflow: hidden;padding-left: 15.7215%;}
.footer1RCon{margin-right: -28px;}
.footer1RCon dd{float: left;margin-right: 28px;line-height: 28px;font-size: 0;padding: 46px 0 34px 0;}
.footer1RCon dd .text{font-size: 14px;color: #333333;line-height: 38px;height: 38px;text-align: center;overflow: hidden;}
.footerImg{width: 90px;height: 90px;text-align: center;}
.footerImg img{height: 90px;}
.footer2{padding: 18px 0 18px 0;background-color: #252554;}
.copyright{float: left;display: inline;}
.copyright span{font-size: 14px;color: #818199;line-height: 20px;height: 20px;}
.copyright span img.img1{height: 20px;}
.copyright span img.img2{height: 12px;}
.developers{font-size: 14px;color: #818199;line-height: 20px;height: 20px;overflow: hidden;padding-left: 47.7215%;}
/*底部结束*/
/* 右边悬浮 start*/

/* 右边悬浮 end*/
/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/

/*banner开始*/
.indexBanner{
	clear: both;
	width: 100%;
	padding-top:48.2812%;
	position: relative;
	overflow: hidden;
}
.indexBannerbd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.indexBanner_dl dd{
	clear: both;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.indexBanner_dl dd .indexbCon{
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translateX(-50%);-webkit-transform: translateX(-50%);
}

/* .indexBanner_dl dd.swiper-slide .indexBannerTitle{
	transform:translateX(-200px);
	opacity:0;
	transition:all .4s;
}

.indexBanner_dl dd .ani-slide .indexBannerTitle{
	width: 100%;
	transform:translateX(0);
	opacity:1;
} */

.indexBanner_dl dd .indexBannerTitle{
	width: 100%;
}

.indexBanner_dl dd .indexBannerTitle img{
	display: block;
	position: relative;
	margin: 0 auto;
	visibility: hidden;
}
.indexBanner_dl dd .indexBannerTitle img.show{
	visibility: visible;
}
.indexBanner_dl dd .indexBannerTitle img.img2{
	top: -34px;
}
.indexBanner_dl dd .indexBannerTitle img.img3{
	top: -34px;
}
.indexBannerDot{
	position: absolute; 
	left: 3.5%; 
	top: 50%; 
	z-index: 1;
}
.indexBannerDot span{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 2px solid #fff;
}
.swiper-pagination-bullet{
	background: none;
	opacity: 1;
	margin-bottom: 13px;
}
.swiper-pagination-bullet-active{
	background-color: #fff;
}
.ib_sliding{
	position: absolute;
	left: 50%;
	bottom: 40px;
	ransform: translateX(-50%);-webkit-transform: translateX(-50%);
	z-index: 99;
	animation: sliding infinite;
	animation-duration: 1s;
	animation-timing-function: linear;
	cursor: pointer;
}
@keyframes sliding{
	0% {
		-webkit-transform: translate(0,0);
	}
	25%{
		-webkit-transform: translate(0,6px);
	}
	50% {
		-webkit-transform: translate(0,0);
	}
	75%{
		-webkit-transform: translate(0, -6px);
	}
	100% {
		-webkit-transform: translate(0,0);
	}
}
.ib_sliding .text{
	font-size: 14px;
	color: #ffffff;
	height: 22px;
	line-height: 22px;
	position: relative;
}
.ib_sliding .text:before{
	display: block;
	content: '';
	width: 2px;
	height: 25px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);-webkit-transform: translateX(50%);
}
/*banner结束*/
/* 公共 */
.cloumnTop .cloumnTitleBg{height: 74px;width: 100%; background-position: left center; background-repeat: no-repeat;}
.cloumnTop .cloumnTitle{font-size: 40px;color: #333333;line-height: 65px;height: 65px;overflow: hidden;}
/* 公共 */
.indexWrap{ width: 1585px; margin: 0 auto;}
/*第一通栏 start*/
.cloumn1{background-color: #fefefe;background-image: url(../test/column1Bg.png);background-repeat: no-repeat;background-size: cover;background-position: center center;}
.cloumn1Box{ padding: 75px 0;}
.cloumn1L{ width: 50.347%;}
.cloumn1LT{height: 87px;width: 100%; background-position: left center; background-repeat: no-repeat;}
.cloumn1L a{overflow: hidden;display: block;float: left;display: inline;}
.cloumn1L .pic{ overflow: hidden;position: relative;box-shadow: 8px 8px #f6d3a1;}
.cloumn1L .pic:before{ display: block; content: ''; padding-top: 60.1257%;}
.cloumn1L .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.cloumn1L .video{position: absolute;z-index: 1;top: 0%;left: 0%;width: 100%;height: 100%;background: url(../images/vedio.png) center center no-repeat;background-size: auto 95px;}
.cloumn1R{overflow: hidden;padding-left: 40px;}
.cloumn1RT{font-size: 36px;color: #384478;line-height: 77px;height: 77px;overflow: hidden; margin-bottom: 25px;}
.cloumn1RT span{font-size: 24px;color: #dddddd;line-height: 64px;height: 64px;overflow: hidden;}
.cloumn1R .cloumn1Rtext{font-size:14px;color:#333333;line-height: 30px;margin-bottom: 45px;height: 180px;overflow: hidden;}
.cloumn1R .i_Time{margin-bottom: 40px;margin-right: -119px;}
.cloumn1R .i_Time dd{margin-right: 119px;}
.cloumn1R .i_Time dd .time{font-size: 30px;line-height: 37px;height: 37px;color: #179b76;}
.cloumn1R .i_Time dd .time span{font-size: 16px;}
.cloumn1R .i_Time dd .text{font-size: 14px;line-height: 42px;height: 42px;color: #666666;position: relative;}
.cloumn1R .i_Time dd .text:after{display: block;content: '';position: absolute;left: 0; bottom: 0;width: 30px;height: 1px;background-color: #d7dae4;}
.cloumn1R .detail{overflow: hidden;}
.cloumn1R .detail a{float: left;display: block;width: 150px;height: 40px;border-radius: 3px;line-height: 40px;text-align: center;font-size: 14px;overflow: hidden;border: 1px solid #e89214;color: #e89214;cursor: pointer;} 
.cloumn1R .detail a:hover{background-color: #e89214;color: #fff;} 
/*第一通栏 end*/
/*第二通栏 start*/
.cloumn2{background-color: #fefefe;}
.cloumn2Con{width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.cloumn2Content{font-size: 0;}
.cloumn2Content dd{position: relative; width: 25%;}
.cloumn2Content dd a{display: block;position: relative;transition: all 500ms ease-in-out;-webkit-transition: all 500ms ease-in-out;}
.cloumn2Content dd a:before{display: block;content: '';padding-top: 181.0747%;}
.cloumn2Content dd a.a1{background-color: rgba(37,37,84,0.25);}
.cloumn2Content dd a.a2{background-color: rgba(37,37,84,0.4);}
.cloumn2Content dd a .cloumn2Before{position: absolute;bottom: 100px;width: 100%;padding: 0 70px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.cloumn2Content dd a span{display: block;width:59px;height:0;overflow:hidden;transition: all 300ms ease-in-out;-webkit-transition: all 300ms ease-in-out;position:relative;}
.cloumn2Content dd a span:after{content:'';background: url(../images/cloumn2.png) no-repeat -59px center;display: block;width:59px;height:27px;overflow:hidden;transition: all .5s 150ms ease-in-out;-webkit-transition: all .5s 150ms ease-in-out;position:absolute;left:0;top:0; opacity: 0;}
.cloumn2Img{height: 47px;margin-bottom: 16px;}
.cloumn2textT{height: 50px;line-height: 50px;font-size: 18px;color: #ffffff;font-weight: bold;overflow: hidden;}
.cloumn2textC{line-height: 30px;font-size: 14px;color: #ffffff;margin-bottom: 20px;height:0;overflow:hidden;transition: all 500ms ease-out;-webkit-transition: all 500ms ease-out;}
.cloumn2Content dd a:hover{background-color: rgba(232,146,20,0.8);}
.cloumn2Content dd a:hover .cloumn2textC{height:90px;}

.cloumn2Content dd a:hover span{width:59px;height:27px;overflow:visible;}
.cloumn2Content dd a:hover span:after{/* width:59px;height:27px;overflow:visible; */background-position:0 center; opacity: 1;}
/*第二通栏 end*/
/*第三通栏 start*/
.clounm3{padding-top: 74px;background-color: #fefefe;background-image: url(../images/column3Bg.png);background-repeat: no-repeat;background-size: cover;background-position: center center;}
.clounm3Con{padding: 160px 0 128px;}
.cloumn3Content {margin-right: -22px;}
.cloumn3Content dd{width: 25%;}
.cloumn3Content dd a{display: block;position: relative;margin-right: 22px;}
.cloumn3Content dd a.cl3_a2{bottom: 80px;}
.cloumn3Content dd a .pic{width: 100%;position: relative;}
.cloumn3Content dd a .pic:after {
	background-image: linear-gradient(to top, rgba(37,37,84,0.6), rgba(37,37,84,0));
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	transition: all 300ms ease-in-out;-webkit-transition: all 300ms ease-in-out;
}
.cloumn3Content dd a .pic:before{display: block;content: '';padding-top: 132.4538%;}
.cloumn3Content dd a .pic img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.cloumn3text{line-height: 35px;color: #ffffff;position: absolute;bottom: 20px;width: 100%;padding: 0 35px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.cloumn3textT{height: 35px; overflow: hidden; font-size: 18px;font-weight: bold;}
.cloumn3textC{height: 35px; overflow: hidden; font-size: 14px;margin-bottom: 20px;}

.cloumn3text span{display: block;width:59px;height:0;overflow:hidden;transition: all 300ms ease-in-out;-webkit-transition: all 300ms ease-in-out;position:relative;}
.cloumn3text span:after{content:'';background: url(../images/cloumn2.png) no-repeat -59px center;display: block;width:59px;height:27px;overflow:hidden;transition: all .5s 150ms ease-in-out;-webkit-transition: all .5s 150ms ease-in-out;position:absolute;left:0;top:0; opacity: 0;}

.cloumn3Content dd a:hover .pic:after {background-image: linear-gradient(to top, rgba(232,146,20,0.8), rgba(232,146,20,0));}

.cloumn3Content dd a:hover span{width:59px;height:27px;overflow:visible;}
.cloumn3Content dd a:hover span:after{ background-position:0 center; opacity: 1;}
/*第三通栏 end*/
/*第四通栏 start*/
.cloumn4{width: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.bgMask{background-color: rgba(56,68,120,0.9);width: 100%;height: 100%;padding: 73px 0 130px 0;position: relative;}
.cloumn4 .cloumnTitle{color: #ffffff;margin-bottom: 80px;}
.cloumn4Btn{position: relative;}
.cloumn4C{min-width: 1330px; position: relative;}
.cloumn4C .cloumn4Bd{ overflow: hidden;}
.cloumn4Con{margin-right: -20px;height: 500px;}
.cloumn4Content dd{position: relative;height: 500px;}
.cloumn4Content dd.cl4_dd2 .text{position: absolute;left: 0;bottom: 0;padding:0 13%;}
.cloumn4Content dd.cl4_dd1 .text{position: absolute;left: 0;top: 0;   padding:0 13%;}
.cloumn4Content dd .Con{margin-right: 20px;padding: 0 11%;height: 500px;}
.cloumn4Content dd .text{text-align: center;}
.cloumn4Content dd .textTime{line-height: 76px;height: 76px;font-size: 36px;color: #ffffff;font-weight: bold;overflow: hidden;}
.cloumn4Content dd .textCon{line-height: 22px;height: 88px;font-size: 14px;color: #c7c7c7;overflow: hidden;}
.cloumn4Content dd .pic{width: 90px;position: relative;overflow: hidden;border-radius: 100%;border: 4px solid #caab70;left: 50%;margin-left: -45px;top: 50%;margin-top: -45px;}
.cloumn4Content dd .pic:before{display: block;content: '';padding-top: 100%;}
.cloumn4Content dd .pic img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.cl4_lines{width: 100%;height: 1px;background-color: #ced1db;position: absolute;left: 0;top: 50%;margin-top: 81px;}
.cl4_more{width: 150px;height: 40px;margin: 0 auto;border-radius: 3px;overflow: hidden;border: 1px solid #e89214;} 
.cl4_more a{display: block;line-height: 40px;text-align: center;font-size: 14px;color: #e89214;cursor: pointer;} 
.cloumn4Con .swiper-button-prev.cl4_prev {
	background:none;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	margin-top: -20px;
}
.cloumn4Con .swiper-button-prev.cl4_prev:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/cloumn4prev.png) no-repeat;
	background-size: 100% 100%;
}

.cloumn4Con .swiper-button-next.cl4_next {
	background:none;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
	z-index: 10;
}

.cloumn4Con .swiper-button-next.cl4_next:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/cloumn4next.png) no-repeat;
	background-size: 100% 100%;
}
.cloumn4Content dd:hover .pic{transition: ;}

.cl4_more a:hover{background-color: #e89214;color: #fff;} 

/*第四通栏 end*/
/*第五通栏 start*/
.cloumn5{padding-top: 74px;background: url(../images/cloumn5.png) no-repeat center center;background-size: cover;}
.cloumn5menu{float: right;display: inline;overflow: hidden;}
.cloumn5 .cloumnTitle{float: left;}
.cloumn5menu dd{float: left;display: inline;margin-top: 13px;margin-right: 13px;width: 150px;height: 40px;border-radius: 3px;border: 1px solid #dddddd;}
.cloumn5menu dd a{display: block;line-height: 40px;text-align: center;font-size: 14px;color: #999999;overflow: hidden;}
.cloumn5menu dd.hover a{background-color: #e89214;color: #fff;}
.cloumn5menu dd:hover a{background-color: #e89214;color: #fff;}

.cloumn5Con{padding: 65px 0 78px;overflow: hidden;}

.cloumn5ConL{float: left;display: inline;width: 60%;}
.cloumn5ConL .imgText2{ overflow: hidden;}
.cloumn5ConL .imgText2 dd{ overflow: hidden; float: left; display: inline; background-color: #fff;}
.cloumn5ConL .imgText2 dd .pic{ width: 57.3%; overflow: hidden; position: relative;}
.cloumn5ConL .imgText2 dd .pic:before{ display: block; content: ''; padding-top: 70.7273%;}
.cloumn5ConL .imgText2 dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.cloumn5ConL .imgText2 dd .text{ overflow: hidden;padding: 20px 20px 0 20px;}
.cloumn5ConL .imgText2 dd .text .title{ overflow: hidden; height: 60px; line-height: 60px;color: #333333; font-size: 16px;font-weight: bold;}
.cloumn5ConL .imgText2 dd .text .title a{ }
.cloumn5ConL .imgText2 dd .text .time{  height:16px; line-height:14px; font-size: 16px;overflow:hidden; color:#666666;}
.cloumn5ConL .imgText2 dd .text .textC{ font-size:14px; color:#666666; line-height:27px; height:162px; overflow:hidden; padding: 13px 0 18px 0;}
.cloumn5ConL .imgText2 dd .text .time span{ float:left; display: inline;}
.cloumn5ConL .imgText2 dd .text .detail{overflow: hidden;} 
.cloumn5ConL .imgText2 dd .text .detail a{float: left;display: block;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #e89214;overflow: hidden;position: relative;cursor: pointer;} 
.cloumn5ConL .imgText2 dd .text .detail a:before{display: block;content: '';width: 26px;height: 2px;position: absolute;left: 0;bottom: 0px;background-color: #e89214;} 

.cloumn5ConR{padding-left: 20px;overflow: hidden;}
.cloumn5ConR .textList2{ overflow: hidden;}
.cloumn5ConR .textList2 dd{ overflow: hidden; float: left; display: inline; background-color: #fff;padding: 20px 20px 0;}
.cloumn5ConR .textList2 dd a{ display: block;border-bottom: 1px  dashed  #e1e1e1;}
.cloumn5ConR .textList2 dd a .date{color: #666666;height: 56px;line-height: 28px; overflow: hidden;position: relative;padding: 20px 30px 0 17px;}
.cloumn5ConR .textList2 dd a .date .month{font-size: 24px;font-weight: bold;}
.cloumn5ConR .textList2 dd a .date .years{font-size: 16px;text-align: right;}
.cloumn5ConR .textList2 dd a .date:before{ width: 1px;height: 129px;background-color: #c7c7c7;display: block;content: '';position: absolute;right: 0;top: 20;}
.cloumn5ConR .textList2 dd a .text{ overflow: hidden;padding: 0 0 20px 23px;color: #666666;}
.cloumn5ConR .textList2 dd a .text .title{ overflow: hidden; height: 42px; line-height: 42px;font-size: 16px;font-weight: bold;}
.cloumn5ConR .textList2 dd a .text .textC{ font-size:14px; line-height:23px; height:46px; overflow:hidden;}
.cloumn5ConR .textList2 dd:hover a .date{ color: #e89214;}
.cloumn5ConR .textList2 dd:hover a .text{color: #e89214;}
.cloumn5Con .cl5_more{padding-top: 57px;}
.cloumn5Con .cl5_more a{display: block;line-height: 40px;height: 40px;width: 150px;border-radius: 3px;border: 1px solid #e89214;margin: 0 auto;overflow: hidden;text-align: center;font-size: 14px;color: #e89214;cursor: pointer;} 
.cl5_more a:hover{background-color: #e89214;color: #fff;} 
/*第五通栏 start*/
/*
********************************首页样式 end********************************
*/
/*内页框架开始*/
/*内页banner*/
.subBanner{
	clear: both;
	width: 100%;
	padding-top:30.1455%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}
.subBanner .text{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 74px;
	height: 74px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 8.8020%;
}
.subBanner .text:after{display: block;content: '';position: absolute;left: 0;bottom: 0;width: 56px;height: 2px;background-color: #fff;}
/*当前位置*/
.locationBox{
	clear:both;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}
.locationBox1{
	height: 60px;
	position: relative; 
	z-index: 9;}
.location{
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
}
.location .a1{background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);}
.location a{
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 16px;
	margin-right: 12px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon8.png);
	color: #666666;
	font-size: 14px;
}
.location a.a1:hover{background-image: url(../images/home-1.png);}
.location a:hover{color:#e89214;background-image: url(../images/icon8-1.png);}
.location a.hover{color:#e89214;background-image: url(../images/icon8-1.png);}
.locationBox2{
	height: 60px;
	border-top: 1px solid #e6e6e6;
}
.locationBox2 a{
	display: inline-block;
	line-height: 60px;
	padding: 0 25px;
	color: #666666;
	font-size: 14px;
}
.locationBox2 a.hover{
	color: #E89214;
}
.locationBox2 a:hover{
	color: #E89214;
}
/*内页导航*/
.nav{margin-right:-15px;}
.nav a{
	display: inline;
	float: left;
	line-height: 60px;
	height:57px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	padding:0 25px;
}
.nav a.hover{color: #e89214}
.nav a:hover{color: #e89214}
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #e89214;color: #fff;}
.page a.hover{background: #e89214;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/
