﻿@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;}
.clear{clear: both;}
.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:flex;align-items:center;width:225px;  flex-shrink: 0;  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:15%; height: 80px;  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;  }
.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: #090909 !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:82px; 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: #B3282B !important; }

.header .hd-right > .nav > ul > li.on > a,.header .hd-right > .nav > ul > li:hover > a{ color: #B3282B !important; }
.header .hd-right > .nav > ul > li > a > p{display: none;width: 32px;height: 2px;background: #B3282B;margin: auto;}
.header .hd-right > .nav > ul > li.on > a > p{display: block;}
.header .hd-right > .nav > ul > li:hover > p{ display: block; }
.header .hd-right > .nav > ul > li:hover > a > p{ display: block; }

/*导航栏边框*/
.header .hd-right>.nav>ul>li>.submenu {
    width: 120%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    animation: fadeInUp2 0.5s ease-in-out;
    -webkit-animation: fadeInUp2 0.5s ease-in-out;
    text-align: center;
    padding: 10px 0
}
.header .hd-right>.nav>ul>li>.submenu a {
    width: 100%;
    height: 32px;
    font-size: 12px;
    color: #FFF !important;
    /*line-height: 32px;*/
    display: block;
    text-align: center;
}
.header .hd-right>.nav>ul>li:hover>.submenu {
    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; }
.hui{background-color: #EFF2F7;padding: 2% 0 1% 0;}
/****/

/*底部*/
.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; height: auto; background-color: #1e56a2; }
.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 > 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; }
.footer1{padding: 4% 0;}
.footer1 .left{float: left;width: 13.214%;margin-right: 6%;}
.footer1 .left img{width: 100%;height: 100%;}
.footer1 .mid {float: left;width: 60%;}
.footer1 .mid div{margin-bottom: 3%;display: flex;justify-content: left;flex-wrap: nowrap; align-items: flex-start;color: #FFFFFF;font-size: 13px;}
.footer1 .mid div img{width: 17px;height: 16px;display: block;margin-right: 2%;}
.footer1 .right{float: right;width: 8%;}
.footer1 .right img{width: 100%;}
.footer1 .right div{text-align: center;margin-top: 6%;color: #FFFFFF;font-size: 13px;}

.footer2{ box-sizing:border-box; background-color:#1e56a2; 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:#B3282B; 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: #333333; font-weight: 550; font-size: 38px; }
.colHeader > h4{ font-weight: 550; color: #333333; font-size: 24px; margin-top: 2%;}
.colHeader > .hx{width: 50%;height: 4px;background: #FFFFFF;margin-top: 1%;}
.colHeader > .hx > span{width: 50%;height: 4px;background: #b3282b;display: block;}
/******/
.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:3% 0;padding-top: 0;}
.aboutLeft{ width:50%;height: 622px; background: url(../images/gywm_back.png);background-size: 100% 100%;}
.alContent{width:100%; height:auto;margin-top: 1%;}
.alContent > div{  height:auto; line-height: 2; font-size: 16px; text-align: left; color: #ffffff;margin-left: 10%;margin-right: 10%;text-indent: 2em;}
.alContent > p{ width:100%; height: auto; margin-top: 6%;margin-left: 10%;margin-right: 10%;margin-bottom: 10%;}
.alContent > p > a{ display: block; width:150px; height: 45px; line-height: 45px; box-sizing: border-box; border-radius: 5px; background-color: #ffffff;  text-align: center; font-size: 16px; text-transform: capitalize; color: #1B5887 !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%;height: 622px;  position: relative; z-index: 300; box-sizing: border-box;}
.arImgTop{ width:100%;height: 100%; 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; }

.aboutRight > a{ display: block; width:100%; height:622px; overflow: hidden; position: relative;}
.aboutRight > a > div{ overflow: hidden;  width:100%; height:622px;}
.aboutRight > a > div > img{ width:100%;height: 100%;  transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.aboutRight > a:hover > div > img{transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03);}
/*****/
.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; padding-bottom: 4%;}
.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);}
/****/
.serviceList{ width:100%; height:auto; }
.serviceList > ul{display:flex;flex-wrap:wrap;}
.serviceList > ul > li{ width:23.5%; float: left; margin-right: 2%; margin-top: 1%; margin-bottom: 1%;padding-bottom: 4%}
.serviceList > ul > .service_color01{background: #1B5887;}
.serviceList > ul > .service_color02{background: #DA4B1F;}
.serviceList > ul > .service_color03{background: #455684;}
.serviceList > ul > .service_color04{background: #E09718;}
.serviceList > ul > .service_color05{background: #1B8744;}
.serviceList > ul > .service_color06{background: #871B55;}
.serviceList > ul > .service_color07{background: #87441B;}
.serviceList > ul > .service_color08{background: #48156B;}
.serviceList > ul > li:nth-of-type(4n){ margin-right: 0; }
.serviceList > ul > li > img{ width:20%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;margin: auto;margin-top: 20%;margin-bottom: 4%;}
.serviceList > ul > li > div{font-size: 28px;font-weight: bold;color: #FFFFFF;text-align: center;display: flex;justify-content: center;align-items: center;margin-top: 5%;}
.serviceList > ul > li > div img{width: 10px;height: 10px;margin: 0 6px;}
.serviceList > ul > li > p{font-size: 14px; color: #FFFFFF;margin: auto;margin-top: 15%;margin-bottom: 10%;text-align: center;border: 1px solid #FFFFFF;border-radius: 3px;padding: 3% 13%;display: inline-block;}
.serviceList > ul > li > p > a{color: #ffffff;}
.serviceList > ul > li > p:hover{background-color: #ffffff;}
.serviceList > ul > li > p:hover a{color: #1b2588;}
.serviceList > ul > li:hover > img, .serviceList > ul > li:hover > div{animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.serviceList > ul > li:hover > p{animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
/*****/
/****/
.caseList{ width:100%; height:auto; }
.caseList > ul{overflow: hidden;}
.caseList > ul > li{ width:23.5%; float: left; margin-right: 1.5%; margin-top: 1%; margin-bottom: 1%;}
.caseList > ul > li > .infoz{border: 1px solid #E1E1E1;border-top: 0;padding: 4%}
.caseList > ul > li > .infoz > p{font-size: 18px; color: #333333;display: inline-block; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
.caseList > ul > li > .infoz > p > a{color: #333333;display: block;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.caseList > ul > li > .infoz > span{display: block;margin-top: 2%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}
.caseList > ul > li > .infoz > span > a{color: #999999;}
.caseList > ul > li > .topimg > a{ display: block; width:100%; height: 0; padding-top: 140%; position: relative; overflow: hidden; box-sizing: border-box; border:1px solid #dfdfdf;}
.caseList > ul > li > .topimg > a > img{ width:100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.caseList > ul > li > .topimg > a:hover > img{transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03);}
.caseMore{font-size: 16px;text-decoration: underline;color: #B3282B;text-align: center;margin-top: 2%;margin-bottom: 4%;}
/*****/
.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: #1e56a2; color: #FFF; }
.newsList > ul > li:hover .nl-about h3{color:#ffffff}
.newsList > ul > li:hover .nl-about div{color:#ffffff}
.newsList > ul > li:hover .nl-about p{color:#ffffff;border: 1px solid #ffffff;}
.newsList > ul > li:hover .visits{color:#ffffff !important}
.newsList > ul > li:hover > .nlItemDate > p{ color: rgba(255,255,255,0.8); }
.newsList > ul > li:hover > .nlItemTitle{color: #FFF !important;}

.znewsList{overflow: hidden;display: flex;justify-content: space-between;margin-top: 1%;flex-wrap: wrap;}
.znewsBox{width: 48%;
    /* height: 44%; */
}
.znewsBox .imgbox{width: 100%;height: 88%;overflow: hidden;}
.znewsBox img{width: 100%;height: 100%;}
.znewsBox .topp{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 18px;color: #333333;margin-top: 1%;}
.znewsBox .imgbox > img{  transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.znewsBox .imgbox:hover > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }
.znewsBox ul{overflow: hidden;border-top: 1px solid #999999;margin-top: 2%;}
.znewsBox ul li{overflow: hidden;padding: 2.5% 0;border-bottom: 1px solid #999999;display: flex;justify-content: space-between;}
.znewsBox ul li .infleft{width: 15%;background: #F2F2F2;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;padding: 3% 0;}
.znewsBox ul li .infleft p{font-size: 42px;font-weight: bold;color: #999999;}
.znewsBox ul li .infleft span{font-size: 14px;color: #999999;display: block;}

.znewsBox ul li .infright{width: 82%;}
.znewsBox ul li .infright p{margin-top: 1%;overflow: hidden; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.znewsBox ul li .infright span{margin-top: 3%;display: block;overflow: hidden; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.znewsBox ul li .infright p a{font-size: 18px; color: #333333;}
.znewsBox ul li .infright span a{font-size: 14px; color: #999999;}