@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; background-image: url(../images/bg01.png); background-position: center top; background-repeat: no-repeat; background-size: 100% auto; }
.float{ width:768px; left:0; top:0; height:100%; position:fixed; left:0; top:60px; margin-left:-384px; background-color:rgba(32,35,38,0.8); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}

.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box; box-sizing: border-box; padding:0 20px;}
.float > .f-navlist > ul > li{ width:100%; height:48px; line-height:48px; font-size:14px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.1); }
.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,0); position: relative; /*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:stretch; box-sizing: border-box; /*width:100%;*/ box-sizing: border-box; padding:0 3%;}
.logo{ display:block; width:200px;  flex-shrink: 0; padding-top: 10px; padding-bottom: 10px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.logo img{ width:100%;}
/*.logo img:nth-of-type(1){ display: block; }
.logo img:nth-of-type(2){ display: none; }*/
.header .hd-right{ width:100%; box-sizing: border-box; text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; padding-left:30%; height: 80px; height: auto; position: relative;}

.header .hd-right > .nav{ box-sizing: border-box; width:100%; height: 100%; }
.header .hd-right > .nav > ul{ width:100%; height: 100%;  display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: stretch; }
.header .hd-right > .nav > ul > li{ width:auto; margin-left: 1px; margin-right: 1px; text-align: center; font-size: 16px; position: relative; flex-direction: column; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; height: 100%; box-sizing: border-box; border-top: 5px solid #FFF; }
.header .hd-right > .nav > ul > li > a{ display: inline-block; box-sizing: border-box; text-align: center; border-bottom: 1px solid transparent; width:100%; padding:0 10px; color: #333 !important; background-color: transparent; height: 36px; line-height: 36px;}
/*.header .hd-right > .nav > ul > li > a > img{width:20px; height: 20px; transform: translateY(8px); -webkit-transform: translateY(8px);}*/
.header .hd-right > .nav > ul > li > p{ width:100%; height: auto; position: absolute; left:0%; top:76px; background-color: rgba(0,0,0,0.2); display: none; animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; }
.header .hd-right > .nav > ul > li > p > a{ width:100%; height: 32px;font-size:14px; color: #FFF !important; line-height: 32px; display: block; text-align: center; }
.header .hd-right > .nav > ul > li:hover > p{ display: block; }
.header .hd-right > .nav > ul > li.on,.header .hd-right > .nav > ul > li:hover{ color: #1c2688 !important; border-top: 5px solid #1b2588;}

.header .hd-right > .nav > ul > li.on > a,.header .hd-right > .nav > ul > li:hover > a{ color: #1c2688 !important; }
.header .hd-right > .nav > ul > li:hover > p{ display: block; }
/****/
.header .nav-btn { width: 24px; height: 16px; cursor: pointer; display: none; flex-direction: column; justify-content: space-between; position: absolute; right:10px; top:50%; margin-top: -8px; }
.header .nav-btn span {height: 2px; width: 100%; background-color: #1b2588; display: flex; position: absolute; transition: .5s;}
.header .nav-btn span:nth-child(1) {top: 0; left: 0;}
.header .nav-btn span:nth-child(2) {top: 50%; left: 0; transform: translate(0, -50%);}
.header .nav-btn span:nth-child(3) {bottom: 0; left: 0;}
.header .nav-btn-active span:nth-child(1) { left: 50%;  top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.header .nav-btn-active span:nth-child(2) { opacity: 0;}
.header .nav-btn-active span:nth-child(3) { left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg);}


/*.header-blank{ background-color:transparent; height:151px;}*/


/*滚动后导航*/
.scrolltop{ background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(120,120,120,0.2);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
.scrolltop > h3.tx{ color:#333;}
.scrolltop .logo img:nth-of-type(2){ display: block; }
.scrolltop .logo img:nth-of-type(1){ display: none; }
.scrolltop .hd-right > .nav > ul > li > a{  color: #333 !important; }
.scrolltop .hd-right > .nav > ul > li.on > a,.scrolltop .header .hd-right > .nav > ul > li:hover > a{ color: #333 !important;background-color: rgba(0,0,0,0);}
.scrolltop .hd-right > .nav > ul > li > p{ background-color: rgba(0,0,0,0.8); }
.scrolltop .hd-right > .nav > ul > li.headerSearch > a > img:nth-of-type(2){ display: block; }
.scrolltop .hd-right > .nav > ul > li.headerSearch > a > img:nth-of-type(1){ display: none; }
/*主体*/
.main{   height:auto; }
/****/

/*底部*/
.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; height: auto; background-color: #111648; }
.service{box-sizing:border-box; height: auto; width:100%; min-width: 320px; /*margin-top: 4%;*/}
.service > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; padding-top: 2.5%; padding-bottom: 2.5%; }
.servNav{ width:100%; box-sizing: border-box; padding-right: 20%; }
.servNav >  ul{ width:100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;}
.servNav >  ul > li{ width:13.5%; height:auto; }
.servNav >  ul > li > h3{ width:100%; text-align: left; font-weight: 550; font-size: 18px; line-height: 2.4; height:auto; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; color: #FFF;}
.servNav >  ul > li > h3 > a{ color: #FFF;}
.servNav >  ul > li > p{ width:100%; height: auto; text-align: left; }
.servNav >  ul > li > p > a{ display: block; width:100%; text-align: left; height:auto; line-height: 2.7; font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;color: rgba(255,255,255,0.8) !important; }
.servNav >  ul > li > p > a:hover{ color: #666 !important; }
.servOnline{ flex-shrink: 0; margin-left:2%;  display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end; color: #FFF; }
.servOnline > h3{ width:100%; text-align: right; font-weight: normal; font-size: 18px; line-height: 2.4; height:auto;}
.soPhone{ width:100%; font-weight: 550; font-size: 28px;line-height: 2; margin-bottom: 1%; color: #FFF; }

.footer2{ box-sizing:border-box; background-color:#080b24; height: auto; width:100%; min-width: 320px; border-top: 1px solid rgba(255,255,255,0.01);}
.footer2 > .c-con{ box-sizing: border-box; padding:12px 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; }
.copyright{ width: 100%; height: auto; line-height: 24px; font-size: 14px; color:rgba(255,255,255,0.8); box-sizing: border-box; text-align: left;}
.copyright > span.safe{ display: inline-block; width:20px;height: 20px; background-image: url(../images/icon-safe.png); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; transform: translateY(4px); -webkit-transform: translateY(4px);}
.copyright a{color:rgba(255,255,255,0.8);}
.help{ flex-shrink: 0; height:auto;line-height: 24px; margin-right: 3%;color:rgba(255,255,255,0.8); }
.help > a{ color:rgba(255,255,255,0.8) !important; font-size: 14px; }




/*首页*/
/*焦点图*/
.flash{ width:100%; position: relative; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:2%; left:auto; text-align:center; padding-right:3%; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:6px; border-radius:0px; box-sizing:border-box; background-color: rgba(255,255,255,0.6); }
.swiper1 .swiper-pagination-bullet-active{background-color:#0869b2; width:60px;}
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide > a{ display: block; width: 100%; position: relative;}
.swiper1 .swiper-slide > a > img{ width:100%; transform: scale(1.12); -webkit-transform: scale(1.12);}
.swiper1 .swiper-slide > a > .slideAbout{ width:1400px; height: 100%; position: absolute; left:50%; top:0; margin-left:-700px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; color: #FFF; box-sizing: border-box; padding-bottom: 4%;}
.swiper1 .swiper-slide > a > .slideAbout > div{ width:50%; background-image: linear-gradient(to right,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 85%,rgba(255,255,255,0));
 height: 1px; margin-top: 2%; position: relative;}
.swiper1 .swiper-slide > a > .slideAbout > div::after{content: ' '; width:100px; height: 5px; background-color: #FFF; position: absolute; left:0;top:50%; margin-top: -2px;}
.swiper1 .swiper-slide > a > .slideAbout > h3,.swiper1 .swiper-slide > a > .slideAbout > p{ width:100%; line-height: 2; height:auto; text-align: left; font-weight: normal; font-size: 20px; text-transform: uppercase; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow: hidden;}
.swiper1 .swiper-slide > a > .slideAbout > h3{ font-size: 80px; font-weight: 550; line-height: 1.5; margin-top: 1%; margin-bottom: 1%; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow: hidden;}
.swiper1 .swiper-slide-active > a > img{ width:100%;animation: kuoda 6s linear 0.5s 1; animation-fill-mode: forwards;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0); border-radius:0%; height:60px; width:60px; line-height:60px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-30px; box-sizing:border-box; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%;} 
.swiper1 .swiper-button-next{ background-image: url(../images/goRight.png); left:auto; right:3%; }
.swiper1 .swiper-button-prev{ background-image: url(../images/goLeft.png); right:auto; left:3%;}
.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; }



/****/
.colHeader{ width:100%; height:auto; box-sizing: border-box; padding:2.5% 0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.colHeader > p{ width:5%; height: 2px; background-color: #1b2588; margin-bottom: 1.2%; }
.colHeader > h3,.colHeader > h4{ font-weight: normal; text-align: center; width:100%; height:auto; line-height: 1.5; }
.colHeader > h3{ text-transform: uppercase; color: #00a84d; font-weight: 550; font-size: 48px; font-style:italic}
.colHeader > h4{ font-weight: 550; color: #1b2588; font-size: 28px; }

/******/
.about{ width:100%; height:auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;  box-sizing: border-box;padding:4% 0;}
.aboutLeft{ width:45%;  }
.alContent{width:100%; height:auto;}
.alContent > div{ width:100%; height:auto; line-height: 2; font-size: 16px; text-align: left; }
.alContent > p{ width:100%; height: auto; margin-top: 5%;}
.alContent > p > a{ display: block; width:180px; height: 36px; line-height: 34px; box-sizing: border-box; border-radius: 20px; background-color: #1b2588; border:1px solid #1b2588; text-align: center; font-size: 16px; text-transform: capitalize; color: #FFF !important; transition:all 0.5s linear; -webkit-transition:all 0.5s linear;}
.alContent > p > a:hover{ background-color: #FFF; color: #1b2588 !important; }
.aboutRight{ width:50%; 
    /* display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-end; align-items: flex-end;  */
    position: relative; z-index: 300; box-sizing: border-box; padding-top: 4%;}
.arImgTop,.arImgBtm{ width:92%; overflow: hidden; display: block;}
.arImgTop{ z-index: 360; }
.arImgTop > img,.arImgBtm > img{ width:100%; }
.arImgBtm{width:76%; position: absolute; left:0;top:0; z-index: 320; }

/*****/
.typeList{ width:100%; height:auto; }
.typeList > ul > li{ width:25%; float: left; }
.typeList > ul > li > a{ display: block; width:100%; height:auto; overflow: hidden; position: relative;}
.typeList > ul > li > a > .tlImg{ width:100%; height:0; padding-top: 137.9310%; position: relative; overflow: hidden; }
.typeList > ul > li > a > .tlImg > img{ width:100%; height:100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.typeList > ul > li > a:hover > .tlImg > img{transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03);}
.typeList > ul > li > a::after{ content: ' '; width:100%; height:100%; background-color:rgba(0,0,0,0.4); position: absolute; left:0; top:0; z-index: 300; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.typeList > ul > li > a > .tlAbout{ width:100%; height: 100%; position: absolute; left:0; top:0; z-index: 320; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.typeList > ul > li > a > .tlAbout >h3,.typeList > ul > li > a > .tlAbout > p{ width:100%; height:auto; line-height: 2.5; font-weight: normal; box-sizing: border-box; padding:0 20px; color: #FFF; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-align: center; font-size: 42px; overflow: hidden;}
.typeList > ul > li > a > .tlAbout > p{font-size: 18px; text-transform: uppercase;}
.typeList > ul > li > a:hover::after{ background-color: transparent; }
.typeList > ul > li > a:hover > .tlAbout >h3{animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.typeList > ul > li > a:hover > .tlAbout > p{animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
/****/
.envirList{ width:100%; height:auto; }
.envirList > ul > li{ width:23.5%; float: left; margin-right: 2%; margin-top: 1%; margin-bottom: 1%;}
.envirList > ul > li:nth-of-type(4n){ margin-right: 0; }
.envirList > ul > li > a{ display: block; width:100%; height: 0; padding-top: 75%; position: relative; overflow: hidden; box-sizing: border-box; border:1px solid #dfdfdf;}
.envirList > ul > li > a > img{ width:100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.envirList > ul > li > a:hover > img{transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03);}
/*****/
.newsTab{ width:100%; height: auto; box-sizing: border-box; border-bottom: 1px solid #AAA; padding-bottom: 2%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; margin-bottom: 2.5%;}
.newsTab > p{ width:auto; margin-left:20px; height: 40px; background-color: #EEE; font-size: 16px; text-align: center; box-sizing: border-box; padding:0 20px; line-height: 40px; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; cursor: pointer;}
.newsTab > p.active,.newsTab > p:hover{ background-color: #1b2588; color: #FFF !important; }

/****/
.newsMain{ width:100%; height:auto; display: none; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; box-sizing: border-box; padding-bottom: 4%;}
.newsHot{ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; width:32%; margin-right: 2%; cursor: pointer;}
.nhImg{ width:100%; height: auto; flex-shrink: 0; }
.nhImg > p{ width: 100%; height: 0; padding-top: 68.88889%; position: relative; overflow: hidden; }
.nhImg > p > img{ width:100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.nhImg:hover > p > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }
.nhMain{ width:100%; height: 100%; box-sizing: border-box; padding:3%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.nhMain > h3,.nhMain > p,.nhMain > div{ width:100%; height: auto; overflow: hidden; line-height: 1.5; text-align: left; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;font-weight: 550; font-size: 18px; }
.nhMain > p,.nhMain > div{ font-weight: normal; font-size: 14px; }
.nhMain > p{ margin-top: 5px; margin-bottom: 5px; box-sizing: border-box; padding-left:25px; background-image: url(../images/icon-newsItem.png); background-position: left center; background-repeat: no-repeat; background-size: 20px 20px; color: #969696 !important;}
.nhMain > div{ -webkit-line-clamp:3; line-height: 2; }
.newsList{ width:32%; }
.newsList > ul{ width:100%; height:100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.newsList > ul > li{ width:100%; flex:1; box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; box-sizing: border-box; padding:2% 0; cursor: pointer;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList > ul > li > .nlItemDate{ width:85px; height:100%; box-sizing: border-box; flex-shrink: 0; margin-right: 16px; box-sizing: border-box; position: relative;}
.newsList > ul > li > .nlItemDate::after{ content: ' '; width:1px; height: 72%; background-color: #dfdfdf; position: absolute; right:0; top:14%;}
.newsList > ul > li > .nlItemDate > h3,.newsList > ul > li > .nlItemDate > p{ width:100%; text-align: center; }
.newsList > ul > li > .nlItemDate > h3{ font-weight: 550; font-size: 20px; }
.newsList > ul > li > .nlItemDate > p{ font-size: 14px; color: #999;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList > ul > li > .nlItemTitle{ width:100%; height:24px; line-height: 24px; font-size: 14px;  align-self: center; box-sizing: border-box; overflow: hidden; text-align: left; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: center;display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList > ul > li:hover{ background-color: #1b2588; color: #FFF; }
.newsList > ul > li:hover > .nlItemDate > p{ color: rgba(255,255,255,0.8); }
.newsList > ul > li:hover > .nlItemTitle{color: #FFF !important;}

.list_banner{width: 100%;height: 300px;margin: auto;}
.list_banner img{width: 100%;height: 100%;}





