@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }

.float{ width:768px; left:0; top:0; height:100%; position:fixed; margin-left:-384px; background-color:rgba(0,0,0,0.9); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}
.float > .f-navlist > h3{ width:100%; height:48px; line-height:48px; font-size:16px; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.8); color:#333; text-align:center; font-weight:normal; color:#FFF;} 
.float > .f-navlist > h3 > span{ float:left;}
.float > .f-navlist > h3 > span a,.float > .f-navlist > h3 > span a:hover{ color:#FFF;}
.float > .f-navlist > h3 > span:nth-of-type(2){ float:right; }
.float > .f-navlist > h3 > span > i{ font-size:14px;}
.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box;}
.float > .f-navlist > ul > li{ width:100%; height:40px; line-height:40px; font-size:12px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.6);}
.float > .f-navlist > ul > li + li{}
.float > .f-navlist > ul > li > a,.float > .f-navlist > ul > li > a:hover{ color:#FFF !important; }
.float > .f-navlist > ul > li > a > i{ color:#FFF; font-size:14px;}
.float > .f-navlist > ul > li:hover{ background-color:#000;}
.float > .f-navlist > ul > li:hover > a,.float > .f-navlist > ul > li > a:hover,.float > .f-navlist > ul > li:hover > a > i,.float > .f-navlist > ul > li:hover > a:hover > i{ color:#FFF !important;}
/**/


.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(255,255,255,1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; /*border-bottom:1px solid #43484c;*/ }
.hd-con,.hd-tools > .c-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:380px; padding-top:10px; padding-bottom:10px; }
.logo img{ width:100%;}
.tools{ display: inline-block; width:auto;  align-self: center;}
.phone{ font-size: 14px; color: #666; display: inline-block; float: left;  line-height: 30px; }
.phone span{ color: #2f487e; }
.hd-tools{ width: 100%; border-top:2px solid #EEE; }
.search{ width:60px; height: 60px; text-align: center; position: relative; float: right; box-sizing: border-box;}
.search > a{ width:100%; text-align: center; line-height: 60px; }
.search > a > i{ font-size: 24px; }
.search > p{border-top:1px solid #ed1f24; width:200px; height: 36px; background-color: rgba(255,255,255,0.8); position: absolute; right:0; top:60px; overflow: hidden; z-index: 600; display: none; }
.search > p > input{ width:100%; box-sizing: border-box; border:0; padding:0 10px; color: #333; height: 36px; line-height: 36px; position: absolute; left:0; top:0; background-color: transparent;}
.search:hover > p{display: block;}
.nav{flex:1; align-self: flex-end; box-sizing: border-box; font-size: 0; text-align: left;}
.nav > ul > li{  display: inline-block;/* height: 60px; line-height: 60px;*/ position: relative; }

.nav > ul > li:nth-of-type(1)::after{ display: none; }
.nav > ul > li > a{ width:100%; height: 60px; line-height: 60px; display: block; text-align: left; padding:0 20px; box-sizing: border-box; border-bottom: 1px solid transparent;font-size: 16px;}
.nav > ul > li.on > a,.nav > ul > li:hover > a{ border-bottom:1px solid #ed1f24; color: #ed1f24 !important;}
.nav > ul > li > p{ width:100%; height: auto; position: absolute; left:0; top:60px;background-color: rgba(255,255,255,0.8); z-index: 200; display: none;}
.nav > ul > li > p > a{ width:100%; height: 36px; line-height: 36px; display: block; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px;  }
.nav > ul > li > p > a + a{ border-top: 1px solid rgba(100,100,100,0.1); }
.nav > ul > li:hover > p{ display: block; }

.menu{ width:30px; height:30px; cursor:pointer; display:none; align-self: center; float: left; margin-left:10px; }
.menu > h3{ width:30px; height:30px; font-weight:normal; text-align:center; line-height:20px; color: #013686; }
.menu > h3 > i{ font-size:16px;}

.header-blank{ background-color:transparent; height:142px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(120,120,120,1);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
.scrolltop > h3.tx{ color:#333;}
/*主体*/
.main{   height:auto;   }
/*底部*/
.fuwu{ width: 100%; background-color: #505050; }
.fuwu > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:flex-start; align-items: flex-start; padding-top: 2%; padding-bottom:2%; }
.fw-menu{ flex:1; height: auto; }
.fw-menu > ul > li{ width: 16.66%; float: left; text-align: left; color: #FFF; }
.fw-menu > ul > li > h3{ width: 100%; line-height: 1.8; font-size: 16px; font-weight: normal; }
.fw-menu > ul > li > p{ width: 100%; line-height: 1.8; font-size: 14px; }
.fw-menu > ul > li > p > a,.fw-menu > ul > li > h3 > a{ color: rgba(255,255,255,0.8) }
.fw-menu > ul > li > p > a:hover,.fw-menu > ul > li > h3 > a:hover{ color: rgba(255,255,255,1) !important; }
.fw-online{ padding-left:3%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:flex-start; align-items: flex-start;}
.ewm{ width: 90px; overflow: hidden; }
.ewm > p{ width:100%; overflow: hidden; }
.ewm > p > img{ width: 100%; }
.ewm > h3{ width: 100%; font-size: 14px; font-weight: normal; text-align: center; color: rgba(255,255,255,0.8); margin-top: 10px; }
.contact{ width: auto; box-sizing: border-box; padding-left:6%; }
.contact > h3{ width: 100%; font-weight: bold; font-size: 22px; color: #FFF; line-height: 2; border-bottom:1px solid #FFF; border-bottom:1px solid rgba(255,255,255,0.3); text-align: left; margin-bottom: 10px; }
.contact > div{ width:100%; font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.8;}
.links{ width:1200px; margin:0 auto; border-top: 1px solid rgba(255,255,255,0.4); padding-top: 10px; padding-bottom:10px; text-align: left; font-size: 14px; box-sizing: border-box; padding-left:10px; padding-right:10px; color: rgba(255,255,255,1);}
.links > a{color: rgba(255,255,255,0.8);}
.links > a:hover{color: rgba(255,255,255,1);}

.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; background-color: #3c3c3c;}
.footer > .c-con{ box-sizing: border-box; padding-top: 2%; padding-bottom:2%;  height: auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:flex-start; align-items: flex-start;  font-size: 14px; }
.copyright{ flex:1; line-height: 24px;color: rgba(255,255,255,0.8);  box-sizing: border-box; padding-right: 5%; text-align: left; }
.copyright a,.zhichi,.zhichi > a{ line-height: 24px; color: rgba(255,255,255,0.8); }
.zhichi > a:hover{ color: rgba(255,255,255,1) !important; }



/*首页*/
/*焦点图*/
.flash{ width:100%; position: relative; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:12px; height:12px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: rgba(255,255,255,0.6); }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper1 .swiper-slide{ position:relative;}
.swiper1 .swiper-slide > a{ display: block; width: 100%; position: relative; }
.swiper1 .swiper-slide > a > img{ width:100%;}
.swiper1 .swiper-slide > a > div{ width: 1200px;  height: 100%; position: absolute; left:50%; top:0; margin-left:-600px;display: flex; flex-direction: column; flex-wrap: nowrap; justify-content:center; align-items:flex-start; }
.swiper1 .swiper-slide > a > div > h3,.swiper1 .swiper-slide > a > div > p{ width:72%; display: block; font-weight: normal; font-size: 16px; text-transform: uppercase; color: #FFF !important; line-height: 1.8;}
.swiper1 .swiper-slide > a > div > h3{ font-size: 40px; margin-bottom:1%; }
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display:none; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }

.col{ width: 100%; box-sizing: border-box; padding-top: 2.5%; padding-bottom: 2.5%;}
.colHeader{ width: 100%; border-bottom:1px solid #EEE; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: center; }
.colHeader > h3{ font-weight: normal; font-size: 24px; line-height: 3; }
.colHeader > a{  display: inline-block; box-sizing: border-box; padding:4px 10px; border:1px solid #e5e5e5; font-size: 14px; border-radius: 15px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
.colHeader > a > i{ font-size: 14px; }
.colHeader > a:hover,.about-about > a:hover{ background-color: #0154d1; border:1px solid #0154d1; color: #FFF !important; }

.news-list,.step-list,.cases-list{ width: 100%; margin-top: 2%; }
.news-list > ul > li{ width: 32%; float: left; background-color: #FFF; margin-right:2%; }
.news-list > ul > li:nth-of-type(3n){ margin-right: 0; }
.news-list > ul > li > .nl-img{ display: block; width:100%; overflow: hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.news-list > ul > li > .nl-img img{ width: 100%; }
.news-list > ul > li > div{ width: 100%; box-sizing: border-box; border:1px solid #dadada; border-top: 0; padding:2.5% 4% 1% 4%; }
.news-list > ul > li > div > h3{ width:100%; font-weight: normal; font-size: 18px; height: 26px; line-height: 26px; margin-bottom:1%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news-list > ul > li > div > p{ width: 100%; font-size: 14px; height: 26px; line-height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left:12px; position: relative; }
.news-list > ul > li > div > p::after{ content: ' '; width: 4px; height: 4px; border-radius: 50%; position: absolute; left:0; top:50%; margin-top: -2px; background-color: #333; }

.service{ width:100%; background-color: #9ba2bc; }
.service > .c-con{ position: relative; overflow: hidden; }
.service > .c-con > img{ width: 100%; }
.servFlash{ width:100%; height: 100%; background-color: rgba(0,0,0,0); display: block; position: absolute; left:0; top:0; }
.swiper2 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none; }
.swiper2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:12px; height:12px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: rgba(255,255,255,0.6); }
.swiper2 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper2 .swiper-slide{ position:relative; box-sizing: border-box; border-right:1px solid rgba(255,255,255,0.5);}
.swiper2 .swiper-slide > a{ width: 100%; display: block; position: relative; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.swiper2 .swiper-slide > a:hover{background-color: rgba(0,0,0,0.5);}
.swiper2 .swiper-slide > a > img{ width:100%;  opacity: 0;}
.swiper2 .swiper-slide > a > div{ width: 100%; height: 100%; position: absolute; left: 0; top:0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content:center; align-items:center; }
.swiper2 .swiper-slide > a > div > p{ width: 80px; margin:0 auto; }
.swiper2 .swiper-slide > a > div > p > img{ width: 100%;transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
.swiper2 .swiper-slide > a > div > h3{ width:100%; font-weight: normal; text-align: center; font-size:20px; color: #FFF; margin-top: 4%;transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev{ color:rgba(255,255,255,0.8); background-color:rgba(0,0,0,0.1); border-radius:0%; height:60px; width:30px; line-height:60px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-30px; box-sizing:border-box; } 
.swiper2 .swiper-button-next{ right:0; }
.swiper2 .swiper-button-prev{ left:0; }
.swiper2 .swiper-button-next:hover,.swiper2 .swiper-button-prev:hover{ color:rgba(255,255,255,1) !important; background-color:rgba(0,0,0,0.6);} 
.swiper2 .swiper-button-next i,.swiper2 .swiper-button-prev i{ font-size:24px; }

.servMobFlash{ width:100%; height: 100%; background-color: rgba(0,0,0,0.5); display: none; background-image: url(../images/emp-21.png); background-position: center center; background-repeat: no-repeat; background-size: auto 100%;}
.swiper3 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none; }
.swiper3 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:12px; height:12px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: rgba(255,255,255,0.6); }
.swiper3 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper3 .swiper-slide{ position:relative;border-right:1px solid rgba(255,255,255,0.5); box-sizing: border-box;}
.swiper3 .swiper-slide > a{ width: 100%; display: block; position: relative; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.swiper3 .swiper-slide > a:hover{background-color: rgba(0,0,0,0.5);}
.swiper3 .swiper-slide > a > img{ width:100%; opacity: 0;}
.swiper3 .swiper-slide > a > div{ width: 100%; height: 100%; position: absolute; left: 0; top:0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content:center; align-items:center; }
.swiper3 .swiper-slide > a > div > p{ width: 80px; margin:0 auto; }
.swiper3 .swiper-slide > a > div > p > img{ width: 100%;transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
.swiper3 .swiper-slide > a > div > h3{ width:100%; font-weight: normal; text-align: center; font-size:20px; color: #FFF; margin-top: 4%;transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
.swiper3 .swiper-button-next,.swiper3 .swiper-button-prev{ color:rgba(255,255,255,0.8); background-color:rgba(0,0,0,0.1); border-radius:0%; height:60px; width:30px; line-height:60px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-30px; box-sizing:border-box; } 
.swiper3 .swiper-button-next{ right:0; }
.swiper3 .swiper-button-prev{ left:0; }
.swiper3 .swiper-button-next:hover,.swiper3 .swiper-button-prev:hover{ color:rgba(255,255,255,1) !important; background-color:rgba(0,0,0,0.6);} 
.swiper3 .swiper-button-next i,.swiper3 .swiper-button-prev i{ font-size:24px; }


.step-list > ul > li{ width: 11.625%; float: left; margin-right:1%; box-sizing: border-box; border:1px solid #dedede; background-color: #FFF; padding:20px 0; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.step-list > ul > li:nth-of-type(8n){ margin-right:0; }
.step-list > ul > li > p{ width: 60px; margin:0 auto; }
.step-list > ul > li > p img{ width: 100%; }
.step-list > ul > li > h3{ width: 100%; height: 24px; line-height: 24px; font-weight: normal; text-align: center; overflow: hidden; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin-top: 5%; }
.step-list > ul > li:hover{ background-color: #EEE; }

.about{ width: 100%; background-image: url(../images/about.png); background-repeat: no-repeat; background-position: center center; }
.about > .c-con{ box-sizing: border-box; padding-top: 7.5%; padding-bottom: 7.5%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:flex-start; align-items:stretch;}
.about-img{ width: 44%; display: block; overflow: hidden; }
.about-img > img{ width: 100%; }
.about-about{ width: 56%; background-color: transparent; box-sizing: border-box; padding-left:3%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content:space-between; align-items:flex-start; color: #FFF;}
.about-about > h3{ width: 100%; font-size: 24px; font-weight: normal;  }
.about-about > h3 > a{ color: #FFF !important; }
.about-about > div{ width:100%; font-size: 16px; line-height: 28px; height: 224px; overflow: hidden;}
.about-about > a{display: inline-block; box-sizing: border-box; padding:4px 10px; border:1px solid #e5e5e5; font-size: 14px; border-radius: 15px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; color: #FFF !important;}
.about-about > a > i{ font-size: 14px; }

.cases-list > ul > li{ width: 23.5%; float: left; margin-right:2%; box-sizing: border-box; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.cases-list > ul > li:nth-of-type(4n){ margin-right:0; }
.cases-list > ul > li > a{ width:100%; display: block; }
.cases-list > ul > li > a > p{ width: 100%; overflow: hidden; }
.cases-list > ul > li > a > p img{ width: 100%; }
.cases-list > ul > li > a > h3{ width: 100%; height: 24px; line-height: 24px; font-weight: normal; text-align: center; overflow: hidden; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin-top: 3%; }