@charset "utf-8";


/* header&foot */
.w5{ width: 50%;}
.box{width: 1440px; margin: 0 auto;}
section{ position: relative; padding-top: 50px;}
.main{width: 1440px; margin: 0 auto;}
header{ width: 100%; position: relative; }

.head{width:100%; height: 96px; position: fixed; z-index: 99; left:0;top: 0; background: rgba(0,0,0,.9); transition: 0.3s;}
.headbox{ width: 1440px; display: flex; align-items: center; justify-content: space-between; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -720px;}
.head.active{ left: 0; top: 0; margin-left: 0; width: 100%; border-radius: 0;}
.logo{ width: 100px;}
.logo a{display: block; width:100%; }
.logo a img{display: block;width: 100%;}

nav{ height: 100%; display: flex;align-items: center; justify-content: space-between; flex-wrap: wrap;}
#xz a{ color: #f6af05;}
.navbox{ display: flex; flex-wrap: wrap;}
.navbox li{ display:block; margin-left: 60px;}
.navbox li a{ font-size: 18px; color: #fff; font-weight: normal; transition: 0.5s;}
.navbox li a:hover{ color: #f6af05;}

.mBtn{ width: 40px; height: 40px;display: none;  cursor: pointer;   box-sizing: border-box;}
.mBtn span{ display: block;  width: 30px;}
.mBtn span i{width: 100%; height: 2px; background: #fff; display: block; margin: 0 auto;  margin-top: 6px; transition: 0.5s;}
.mBtn span i:first-child{margin-top: 0;}
.mBtn.active span i:nth-child(1){transform: rotate(45deg) translateY(5px) translateX(5px);}
.mBtn.active span i:nth-child(2){ width: 0;}
.mBtn.active span i:nth-child(3){transform: rotate(-45deg) translateY(-5px) translateX(5px);}

.banner{ width:100%;  height: 100vh;}
.banner_swiper{width: 100%;height: 100%;}
.banner_swiper .swiper-slide{width: 100%; height: 100%; overflow: hidden;}
.ban_bg{width: 100%; height: 100%;}
.bn_tx{width:1440px;  position: absolute; left:50%; margin-left: -720px;  top: 50%; transform: translateY(-50%); color: #fff; margin-top: 30px; }
.bn_tx h1{transform: translateY(100px); transition: 1s ease-in-out;opacity: 0;background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0));-webkit-background-clip: text; color: transparent; line-height: 1;}
.bn_tx h3{ width: 50%; margin-top: 30px; transform: translateY(100px); transition: 1s ease-in-out 0.2s;opacity: 0;}

.banner_swiper .swiper-slide-active .bn_tx h1{transform: translateY(0); opacity: 1;}
.banner_swiper .swiper-slide-active .bn_tx h3{transform: translateY(0);opacity: 1; display: flex;}
.anniu{ display: flex;}
.anniu a{ background: #f6af05; color: #000; padding: 0 26px; transition: 0.5s;}
.anniu a:hover{ background-color: #f49205; color: #fff;}
.bn_tx h3 a{ height: 42px; line-height: 42px;}
img{ max-width: 100%;display: block;}

.banner_swiper .swiper-pagination{ width: 1440px; left: 50%; margin-left: -720px;  top: auto; height: 8px!important;  bottom: 50px; text-align:right; }
.banner_swiper .swiper-pagination-bullet{ width:56px;height:8px; box-sizing: border-box; border-radius:8px; background-color: #fff; opacity: 1;}
.banner_swiper .swiper-pagination-bullet-active{background-color: #f5af05;}
.banner_swiper .swiper-pagination-bullet-active::before{content: ""; display: block;  }

.con1{width: 100%;  background: url(../img/about.jpg) no-repeat center; background-size: cover; margin-top: 140px; height: 580px;}
.con1box{position: relative; height: 100%;}
.con1bian{background-color:rgba(245,175,5,.8); right: 0; top:-140px; color: #fff; position: absolute; width: 664px;padding: 26px; box-sizing: border-box; }
.con1con{background-color: #000;padding: 40px; padding-bottom: 70px; width: 100%; box-sizing: border-box;}
.con1con h1{ display: flex; align-items: center;}
.con1con h1 i{ font-size: 30px; color: #f5af05; border-left: 6px solid #f5af05; height: 38px; font-weight: bold; line-height: 32px; padding-left: 20px;}
.con1con b{ font-size: 20px; color: #fff; font-weight: normal; padding-left: 12px;}
.con1con span{ display: block; margin-top: 40px;}
.con1con span p{ font-size: 16px; line-height: 43px; color: #fff; text-align: justify;}
.con1con h3{ margin-top: 20px; justify-content: flex-end;}
.con1con h3 a{ height: 46px; line-height: 46px; font-size: 20px;}

.title img{ margin: 0 auto; width: 334px;}
.con2{ display: flex; flex-wrap: wrap; align-items: center; margin-top: 50px;}
.con2 li{ width: calc(33.3% - 16px); box-sizing: border-box; margin-right:24px ; border: 1px solid #eee; padding:18px;transition: 0.5s; margin-bottom: 25px;}
.con2 li:nth-child(3n){margin-right:0;} 
.con2 li img{ width: 100%; margin: 0 auto;}
.con2 li span{ display: block; width: 100%; position: relative;}
.con2 li span h1{ position: absolute; left: 0; top: 0; z-index: 8; width: 100%; height: 100%; background-color: rgba(245,175,5,0.6);opacity: 0;transition: 0.4s; background-image: url(../img/jia.png); background-position: center; background-repeat: no-repeat; background-size: 44px;}
.con2 li:hover{ border: 1px solid #f5af05;}
.con2 li:hover span h1{ opacity: 1;}
.con2 li p{ padding: 0 8px; box-sizing: border-box; width: 100%; font-size: 18px; margin-top: 15px; height: 44px; line-height: 44px; overflow: hidden;}
.con2 li h3{ padding-left: 8px;}
.con2 li h3 a{ height: 30px; line-height: 30px; color: #fff;}
.more{transition: 0.4s; margin: 0 auto; color: #999; width: 200px; height: 34px; font-size: 18px; display: flex; margin-top: 25px; align-items: center; justify-content: center; border: 1px solid #eee;}
.more:hover{border: 1px solid #f5af05; color:#f5af05 ;}

.con3{ width: 100%; display: flex; flex-wrap: wrap;}
.con3box{ position: relative; width: 50%;}
.con3box img{ width: 100%; display: block;}
.con3font{ position: absolute;top: 50%; left: 50%; z-index: 6; margin-left: -240px; margin-top: -110px;}
.con3font h1{ font-size: 38px; color: #f5af05;}
.con3font h2{ font-size: 20px; color: #fff; margin-top: 25px;}
.con3font p{ display: flex; margin-top: 40px;}
.con3font p a{ height: 42px; line-height: 42px; font-size: 18px;}

.con4{ border-left: 1px solid #595959; box-sizing: border-box; padding-top: 95px; padding-bottom: 120px;}
.con4 .con4ti{ font-size: 32px; color: #bfbfbf; text-transform: uppercase;display: flex;}
.con4 .con4ti h5{ border-bottom: 1px solid #595959; padding-left: 38px; font-weight: normal;}
.con4 .con4ti h5 b{ color: #f5af05; padding-right: 20px;}
.con4 .newbox{ display: flex; width: 100%; flex-direction: column; box-sizing: border-box; padding-left: 40px;}
.con4 .newbox li{ display: flex; justify-content: space-between; align-items: center; border-bottom: 1px dashed #585858; padding: 40px 0;}
.con4 .newbox li h1{ font-size: 28px; line-height: 40px; }
.con4 .newbox li h1 b{ font-size: 18px; font-weight: normal;display: block;}
.con4 .newbox li span{display: block; width: calc( 100% - 400px); border-right: 1px solid #585858; padding-right: 60px; }
.con4 .newbox li span h2{ font-size: 24px; line-height: 42px;}
.con4 .newbox li span h2 a:hover{ color: #f5af05;}
.con4 .newbox li span p{ line-height: 26px; font-size: 18px; margin-top: 10px;}
.con4 .newbox li span p a{color: #666;}
.con4 .newbox li h3{ display: flex;}
.con4 .newbox li h3 a{ color: #fff; height: 50px; line-height: 50px; font-size: 18px;}

footer{background: url(../img/ftbj.jpg) no-repeat center #000000;background-size: cover; width: 100%; overflow: hidden; padding: 60px 0;}
footer .box{ display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
footer .box ul{align-items: center; justify-content: center; margin-bottom: 50px;}
footer .box ul li a{ font-size: 17px;}
footer .box ul li a:hover{ color: #fff; text-decoration: underline;}
footer .box ul li{ margin: 0 18px;}
footer h1{ background-color: #fff; width:122px; height: 122px; padding: 10px; box-sizing: border-box;}
footer h1 img{ width: 100%;}
footer h2{ font-size:22px; color: #f6af05; font-weight: bold; margin-top: 35px;}
footer p{ color: #c7c2b8; font-size: 17px; line-height: 40px;}

.o-banner{width: 100%; height: 70vh; position: relative;}
.o-bg{display: block; width: 100%; height: 100%;}
.o-name{position: absolute; width: 1440px; left: 50%; margin-left: -700px; top: 50%; transform: translateY(-50%);  margin-top: 20px;}
.o-name h1{background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0));-webkit-background-clip: text; color: transparent; font-size: 60px; font-weight: bold; text-transform: uppercase;}
.o-name h2{color: #fff; font-size: 36px; font-weight: bold;}
.miaobao{ height: 66px; color: #999;border-bottom: 1px #585858 solid;   }
.miaobao span{display: flex; align-items: center; height: 100%; width: 1440px; margin: 0 auto; }
.miaobao .backhome{display: flex; align-items: center;color:#f5af05;}
.miaobao .backhome::before{content: "\e62a";  display: block; font-size: 18px; margin-right: 4px; }
.miaobao i{color: #666;display: block; font-size: 14px; margin: 0px 6px;}
.miaobao i::before{content: "\e694";}
.miaobao a{font-size: 16px;color: #666; transition: 0.3s; }
.miaobao a:hover{color: #000;}
/*分页样式*/ 
.pages{margin-top: 50px;  }
ul.yiiPager{ display: flex;  justify-content: center;}  
ul.yiiPager li{display:block; margin: 2px;}  
ul.yiiPager li a{ width: 40px; height: 40px; border-radius: 8px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; line-height: 1; border:#ddd solid 1px;color: #666; transition: 0.3s;}  
ul.yiiPager li a:hover{background:#f5af05;border:#f5af05 solid 1px;color:#FFF;}
ul.yiiPager li.first a::before{content: "\e741";}
ul.yiiPager li.last a::before{content: "\e741"; transform: rotate(180deg);}
ul.yiiPager li.previous a::before{content: "\e694";transform: rotate(180deg); font-size: 14px;}
ul.yiiPager li.next a::before{content: "\e694"; font-size: 14px;}
ul.yiiPager li.selected a{background:#f5af05;border:#f5af05 solid 1px;color:#FFF;}

.erbox{ padding-bottom: 60px;}
.o-sec{padding: 50px 0;}
.show_title{text-align: center;  border-bottom: 1px #ddd solid; padding-bottom: 30px; margin-bottom: 30px;}
.show_title h1{font-size: 28px;}
.show_title h2{margin-top: 20px; font-size: 14px;color: #999; display: flex;align-items: center; justify-content: center;}
.danye{line-height: 1.8; text-align: justify; width: 100%; overflow: hidden; font-size: 18px;}
.danye img{display: block; max-width: 100%!important;height: auto!important;}
.bar{margin-top: 50px; display: flex; justify-content: space-between;}
.bar a{font-size: 16px; color: #666; line-height: 1; transition: 0.3s;background: #F2F2F2;}
.bar a:hover{background: #f5af05; color: #fff;}
.bar a.show_prev{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_prev::before{content: "\e694"; transform: rotate(-180deg);}
.bar a.show_prev i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.bar a.show_next{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_next::after{content: "\e694"; }
.bar a.show_next i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; text-align: right;}
.bar a.back_list{display: flex;align-items: center; justify-content: center; width: 140px;}
.bar a.back_list::before{content: "\e675"; display: block; margin-right: 8px;font-size: 14px;}

.landline{border-bottom: 2px #f5af05 solid; color: #f5af05; display: flex; align-items: center; font-size: 36px; font-weight: bold; padding-bottom: 30px;}
.landline i{display: block; width: 50px; height: 50px; line-height: 50px;  text-align: center; border-radius: 50%; border: 1px #f5af05 solid; box-sizing: border-box; font-size: 24px; margin-right: 6px;}
.landline i::before{content: "\e683"; font-weight: normal;}
.landline span{display: flex; align-items: center;}
.landline span em{font-size: 16px;font-weight: normal; color: #999; display: block; margin-left: 6px;}
.contacts{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 20px;}
.contacts span{display: flex; align-items: center; width: calc(50% - 40px); border-bottom: 1px #ddd dashed; padding: 30px 0;}
.contacts span i{display: block; font-size: 42px;}
.contacts span:nth-child(1) i::before{content: "\e601";}
.contacts span:nth-child(2) i::before{content: "\e61b";}
.contacts span:nth-child(3) i::before{content: "\e7f5";}
.contacts span:nth-child(4) i::before{content: "\e633";}
.contacts span em{ display: block; margin-left: 10px; font-size: 16px;}
.contacts span em h1{font-weight: bold;}
.contacts span em h2{margin-top: 6px; color: #666;}
.map-box{margin-top: 50px; box-sizing: border-box; border: 1px #ccc solid; width: 100%;height: 50vh;}

.clients{ display: flex; flex-wrap: wrap;justify-content: flex-start;}
.clients span{display: block; box-sizing: border-box; border: 1px #ddd solid; width: calc(20% - 20px); margin-right: 25px; margin-bottom: 20px; transition: 0.3s; overflow: hidden;}
.clients span:nth-child(5n){margin-right: 0;}
.clients span img{display: block; width: 100%;}
.clients span:hover{  box-shadow: 0 0 10px rgba(0,0,0,.2);}
.chexing{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.chexing a{ display: block; position: relative; width: 29%; border-radius: 20px; overflow: hidden;}
.chexing a img{ width: 100%;}
.chexing a p{ position:absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); color: #fff; font-size: 32px; display: flex; align-items: center; justify-content: center; transition: 0.3s;}
.chexing a:hover p{background-color: rgba(245,175,5,.5);}
.bjbox{display: flex; flex-wrap: wrap; flex-direction: column;}
.bjbox span{ box-sizing: border-box; border: 1px #ddd solid;border-radius: 20px; display: flex; width: 100%; padding: 20px 0; align-items: center;margin-bottom: 20px; justify-content: space-around; text-align: center;}
.bjbox span h1{ width: 500px; max-width: 50%;}
.bjbox span h1 img{ width: 70%; box-sizing: border-box; padding: 20px 0;}
.bjbox span p{ font-size: 28px; color: #e23c30;}
.bjbox span p b{ font-size: 34px; color: #000; font-weight: bold; display: block; padding-bottom: 20px;}


.chaxun input[type='text']{
	display: block;
	width: 100%;
	height: 70px;
	padding: 6px 12px;
	box-sizing: border-box;
	font-size: 20px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 30px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	text-align: center;
}

.chaxun input[type="submit"],.luru_login  input[type='submit']{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: none;
	border:0;
	display: block;
	width: 578px;
	max-width: 100%;
	height: 80px;
	line-height: 80px;
	background: #f5af05;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	border-radius: 15px;
	margin: 0 auto;
	margin-top: 50px;
}
.luru_login,.chaxun{ margin: 0 auto;margin-top: 30px; max-width: 100%; width: 1000px;}
.luru_login span{display: block; width: 100%; height: 60px; box-sizing: border-box;font-size: 16px;border: 1px solid #ccc;border-radius: 10px;margin-top: 30px; overflow: hidden; overflow: hidden;}
.luru_login span i{float: left; display: block; width: 38px; padding: 10px; padding-left: 20px;}
.luru_login span i img{ width: 100%;}
.luru_login span input[type='text'],.luru_login span input[type='password']{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: none;
	border:0;
	display: block;
	height: 58px;
	font-size: 16px;
	width: calc(100% - 100px);
	float: left;
}
.biaodan,.list{ margin: 0 auto;margin-top: 30px; max-width: 100%; width: 1000px;}
.biaodan table{ width: 100%; box-sizing: border-box; border: 1px solid #eee; font-size: 16px;}
.biaodan table td{ border: 1px solid #ccc; padding: 20px;}
.biaodan table tr{border: 1px solid #ccc;}
.biaodan table td.bdti,.list table th{ background-color: #feebbd; font-weight: bold;}
.biaodan table tr td:first-child{ width: 120px; text-align: center;}
.biaodan input[type='text']{ width: 100%; border-radius: 5px; padding: 15px; box-sizing: border-box;outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: none;
	border:1px solid #999;
	display: block; font-size: 16px;height: 50px;vertical-align:middle;}
.biaodan input[type='text']:focus,.biaodan textarea:focus,.biaodan input[type='datetime-local']:focus{ border: 1px solid #f5af05;}
.biaodan textarea{width: 100%; border-radius: 5px;  padding: 15px; box-sizing: border-box;outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: none;
	border:1px solid #999;
	display: block; font-size: 16px;resize:none;}
.bdanniu { display: flex; flex-wrap: wrap; align-items: center; margin-top: 30px; justify-content: center;}
.bdanniu input{ display: block; margin: 0 15px; border: 0; background-color: #888; color: #fff; font-size: 18px; height: 50px; width: 200px; text-align: center; cursor: pointer; border-radius: 5px; font-weight: normal; transition: 0.3s;}
.bdanniu input[type='submit']{ background-color: #f5af05;}
.bdanniu input:hover{ opacity: 0.8;}
.biaodan input[type='datetime-local']{ width: 100%; border-radius: 5px; padding: 15px; box-sizing: border-box;outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: none;
	border:1px solid #999;
	display: block; font-size: 16px;height: 50px;vertical-align:middle;}

.biaodan select.dqxl{ border-radius: 5px; padding: 10px; box-sizing: border-box;outline:none;
	border:1px solid #999;
	display: block; font-size: 16px;}
.biaodan select{ font-size:16px; width:calc( 33.333% - 14px); float: left; margin-right: 20px;height: 50px;vertical-align:middle; }
.biaodan select:last-child{ margin: 0;} 


.list table{ width: 100%; box-sizing: border-box; border: 1px solid #eee; font-size: 16px;text-align: center;}
.list table td,.list table th{ border: 1px solid #ccc; padding: 20px;}
.list table th{ color: #000;text-align: center;}
.list table tr{border: 1px solid #ccc;}
.list table td:first-child{ width: 40px; text-align: center;}
.list table td:last-child a,.list table td:last-child p{ display: block;background-color: #f5af05; color: #fff; height: 26px; line-height: 26px; width: 50px; margin: 0 auto; border-radius: 3px; font-size: 14px;}
.list table td:nth-child(3) a,.list table td:nth-child(5) a{ color:#0360c8;}
.list table td:nth-child(6){ color:#888;}
.list table td:last-child p{ background-color: #e53b14; margin-top: 5px; cursor: pointer;transition: 0.3s;}
.listan{ margin-top: 30px; width: 100%;}
.listan a{ width: 300px; text-align: center; height: 50px; line-height: 50px; color: #fff; font-size: 20px; margin: 0 auto; border-radius: 15px;}
.list table td a{ transition: 0.3s;}
.list table td a:hover,.list table td p:hover{opacity: 0.8;}
