@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(18,64,163,1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:center; }
.logo{ display:block; width:560px; padding-top:20px; padding-bottom:20px; }
.logo img{ width:100%;}
.hdRight{  display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items:center; }
.language{  display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;  }
.language > .langItem{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; margin:0 10px; color: #FFF !important;}
.language > .langItem > p{ width: 30px; overflow: hidden; height: 30px; margin-right: 10px; }
.language > .langItem > p > img{ width:100%; }
.language > .langItem > h3{ font-weight: normal; font-size: 14px; text-transform: capitalize; }
.phone{ color: #FFF; text-align: left; margin-left:75px; }
.phone > h3{ font-weight: normal; font-size: 14px; }
.phone > p{ font-weight: 550; font-size: 26px;  }

.menu{ width:30px; height:30px; cursor:pointer; display:none; align-self: center;}
.menu > h3{ width:30px; height:30px; font-weight:normal; text-align:center; line-height:20px; color: #FFF; }
.menu > h3 > i{ font-size:20px;}


.nav{ background-color: #FFF; position: relative; min-width: 320px; width:100%; }
.nav > .navlist{ width: 1200px; margin:0 auto; }
.nav > .navlist > ul > li{ width: 14.2857%; float: left; }
/*.nav > .navlist > ul > li::after{content: ' '; width: 100%; height: 60px; background-color: rgba(0,0,0,0.8); position: absolute; left:0; top:60px; display: none; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; z-index: 90;}*/
.nav > .navlist > ul > li > div{ width: 100%; position: relative;}
.nav > .navlist > ul > li > div > a{ width: 100%;height: 60px;text-align: center; line-height: 60px; font-size: 16px; display: block;  color: #333 !important; position: relative; }
.nav > .navlist > ul > li:hover > div > a,.nav > .navlist > ul > li.on > div > a{ background-color: #EEE; color: #000 !important; }


/*滚动后导航*/
.scrolltop{ background-color:rgba(18,64,163,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:210;}
.scrolltop > h3.tx{ color:#333;}
.header-blank{ background-color:transparent; height:100px;}
.header-blank1{ background-color:transparent; height:85px;}
/*主体*/
.main{   height:auto; background-image: url(../images/main.png); background-repeat: no-repeat; background-position: center center;  }
/*底部*/
.foot-blank{ height:auto; width:100%; }
.footer{  padding-top:3%; padding-bottom:3%; box-sizing:border-box; background-color: #123c86;  }
.footer > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; }
.footer > .c-con > .footerLeft{ width: 100%; }
.footerLogo{ width:45%; display: block; overflow: hidden; }
.footerLogo img{ width: 100%; }
.copyright{ width: 100%; font-size: 14px; text-align: left; line-height: 32px;color: rgba(255,255,255,0.8); }
.copyright > span:nth-of-type(1){ display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; transform: translateY(5px); -webkit-transform: translateY(5px); border-radius: 50%;float: left; background-color:rgba(255,255,255,0.8) }
.copyright > span:nth-of-type(1) > i{ font-size: 14px ;color: #333; }
.copyright > a{ color: rgba(255,255,255,0.8); }
.copyright > a:hover{ color: rgba(255,255,255,1); }
.footer > .c-con > .footerEwm{ width:110px; height: auto;  flex-shrink: 0; margin-left:5%;}
.footer > .c-con > .footerEwm > p{ width: 100%; overflow: hidden; }
.footer > .c-con > .footerEwm > p img{ width: 100%; }
.footer > .c-con > .footerEwm > h3{ width:100%; line-height:2.4; font-weight: normal; font-size: 14px; text-align: center; color: rgba(255,255,255,0.8);}

/*首页*/
/*焦点图*/
.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;display:none;}
.swiper1 .swiper-pagination-bullet{opacity:1; background-color:#FFF; margin:0 5px!important;width:12px; height:12px; border-radius:50%; box-sizing:border-box; border:1px solid #FFF; background-color: transparent;  }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,0.8);}
.swiper1 .swiper-slide{ position:relative;}
.swiper1 .swiper-slide > img{ width:100%;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:transparent; /*border-radius:50%;*/ height:150px; width:48px;  text-align:center; background-image:url(none); cursor:pointer; margin-top:-75px; box-sizing:border-box; /*border:0.1rem solid rgba(255,255,255,0.2);*/ background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; } 
.swiper1 .swiper-button-next{ background-image:url(../images/goRight.png);  } 
.swiper1 .swiper-button-prev{  background-image:url(../images/goLeft.png);  } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(255,255,255,0.8); } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }

.fuwu{ width: 100%;  padding-top: 4%; padding-bottom: 6%; }
.fw-header{ width: 100%; padding-bottom:10px; position: relative; }

.fw-header::after{ content: ' '; width:30px; height: 1px; background-color: #6dc7cf; position: absolute; left:0; bottom: 0; }
.fw-header > h3,.fw-header > p{ font-weight: normal; font-size: 18px;  text-align: left; position: relative; z-index: 120;}
.fw-header > p{ font-size:26px; font-weight: bold; text-transform: uppercase; color: #364850; }
.fw-header > .fwTab{  width:80%; height: 32px; position: absolute; right:0; top:50%; z-index: 140; margin-top: -16px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center;}
.fw-header > .fwTab > a{ display: inline-block; height: 32px; line-height: 32px; margin-left:10px; background-color: #EEE; color: #333; padding:0 12px; font-size: 14px; border-radius: 2px; }
.fw-header > .fwTab > a.on,.fw-header > .fwTab > a:hover{ background-color: #123c86; color: #FFF !important; }
.fw-list{ width: 100%; height: auto; }
.fw-list > ul > li{ width: 32%; float: left; margin-right:2%; margin-top: 2%; position: relative; box-sizing: border-box; border:1px solid #EEE; }
.fw-list > ul > li:nth-of-type(3n){ margin-right: 0; }

.fw-list1 > ul > li{ width: 23%; float: left; margin-right:2%; margin-top: 2%; position: relative; box-sizing: border-box; border:1px solid #EEE; }
.fw-list1 > ul > li:nth-of-type(4n){ margin-right: 0; }


.fw-list > ul > li > a{ width:100%; display: block; overflow:hidden; }
.fw-list > ul > li > a > img{width:100%; transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in;}/*2f3a40*/
.fw-list > ul > li > a > h3{ width: 100%; font-weight: normal; font-size: 16px; color: #FFF; text-align: center;background-color: rgba(0,0,0,0.6);  padding-top: 2.5%; padding-bottom:2.5%; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; }
.fw-list > ul > li > a:hover > img{ transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04); }
.fw-list > ul > li > a:hover > h3{ background-color: rgba(18,60,134,1); color: #FFF !important;}
.dvantage{ background-color: #f8f8f8; padding-top: 20px; padding-bottom:20px; }
.dvantage > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:flex-start; }
.dva-header{ height: auto; width:20%; }

.dva-header > h3,.dva-header > p{ font-weight: normal; font-size: 18px;  text-align: left;}
.dva-header > p{ font-size:26px; font-weight: bold; text-transform: uppercase; color: #364850; padding-bottom:10px; position: relative; display: block;}
.dva-header > p:nth-of-type(2)::after{ content: ' '; width:30px; height: 1px; background-color: #6dc7cf; position: absolute; left:0; bottom: 0; }
.dva-header > a{ display: block; width:80%; height: auto; padding:4% 5%; text-align: center; text-transform: uppercase; background-color: #e95a4c; border-radius: 10px; box-sizing: border-box; color: #FFF; margin-top: 10%; }
.dva-header > a:hover{ background-color: rgba(199,112,0,1);  color: #FFF !important; }
.dva-list{ width:80%; height: auto; }
.dva-list > ul > li{ width:22.75%; box-sizing: border-box; padding:20px 0; border:1px solid #e7e7e7; float: left; margin-right:3%; background-color: #FFF; cursor: pointer;transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; }
.dva-list > ul > li:nth-of-type(4n){ margin-right:0; }
.dva-list > ul > li > p{ width:80px; margin:0 auto; overflow:hidden; }
.dva-list > ul > li > p img{ width:100%; transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in;}
.dva-list > ul > li > h3,.dva-list > ul > li > h4{ width:100%; font-weight: normal; font-size: 18px; text-align: center; color: #3c4c56; white-space: nowrap; overflow:hidden; text-overflow: hidden; }
.dva-list > ul > li > h4{ text-transform: uppercase; color: #999; font-size: 14px; margin-top: 5px; }
.dva-list > ul > li:hover{ background-color: rgba(59,74,81,0.05); }
.dva-list > ul > li:hover > h3,.dva-list > ul > li:hover > h4{ color: #000; }
.dva-list > ul > li:hover > p img{transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}

.about{ width:100%; box-sizing: border-box; background-color: #f0f5f8; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; padding-bottom: 2%;}
.about-img{ width:45%; overflow: hidden; display: block; }
.about-img img{ width:100%; }
.about-about{ width:55%;  height: auto; background-color: #123c86; position: relative;}
.ac-main{ width:100%; height: auto; box-sizing: border-box; padding-left:7%; padding-top: 5%; padding-right: 34%; }
.am-header{ width: 100%; padding-bottom:10px; position: relative; }
.am-header::after{ content: ' '; width:30px; height: 1px; background-color: #FFF; position: absolute; left:0; bottom: 0; }
.am-header > h3,.am-header > p{ font-weight: normal; font-size: 18px;  text-align: left; color: #FFF;}
.am-header > p{ font-size:26px; font-weight: bold; text-transform: uppercase; color: #FFF; }
.am-cent{ width:100%; height: auto; line-height: 24px; max-height: 192px; overflow: hidden; color: #FFF; font-size: 14px; margin-top: 3%; }
.am-cent p{text-indent:2em;}
.am-cent a{color:#C77000;}
.am-cent a:hover{color:red !important}
.ac-other{ width:100%;  background-color: #f0f5f8; padding-top: 5%; position: absolute;left:0; bottom:0; box-sizing: border-box; padding-left:7%; padding-bottom:2%; }
.ac-other > h3,.ac-other > p{ width:100%; font-weight: normal; font-size: 18px; color: #3b4a51; }
.ac-other > p{ font-size: 18px; margin-top: 1%; }
.acother-title{ display: inline-block; padding:10px 20px; background-color: #c77000; position: absolute; left:7%; top:-53px; height: 74px; box-sizing: border-box; }
.acother-title::after{ content: ' ';width: 0; height: 0; border-top: 10px solid #c77000; border-right: 10px solid transparent; position: absolute; left:0; bottom:-8px;  }
.acother-title > h3,.acother-title > p{ font-weight: bold; font-size: 24px; color: #FFF; height: 30px; line-height: 30px; }
.acother-title > p{ height: 20px; line-height: 20px; font-size: 14px; text-transform: uppercase; font-weight: normal; margin-top: 4px; }


.links{ width:100%; height: auto; padding-top:3%; padding-bottom: 3%; }
.links >ul{margin-top:20px;}
.links > ul > li{ width:23.5%; float: left; margin-right:2%; overflow:hidden; box-sizing: border-box; border:1px solid #EEE; }
.links > ul > li:nth-of-type(4n){ margin-right: 0; }
.links > ul > li img{ width:100%; transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in;padding:10px 0;} 
.links > ul > li p{line-height:40px;font-size:14px;background-color: rgba(0,0,0,0.6);color: #FFF !important;}
.links > ul > li:hover{ border:1px solid #EEE; }
.links > ul > li:hover img{ transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02); }
.links > ul > li:hover p{background-color: rgba(18,60,134,1); color: #FFF !important;}
