@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; }
/**/
.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:center; box-sizing: border-box; /*width:100%;*/ box-sizing: border-box;}
.logo{ display:block; width:166px;  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{ box-sizing: border-box; text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; padding-left:10%; height: 80px; height: auto; position: relative;}

.header .hd-right > .nav{ box-sizing: border-box;  }
.header .hd-right > .nav > ul{  display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: stretch; }
.header .hd-right > .nav > ul > li{ padding: 30px 20px; text-align: center; font-size: 16px; position: relative; flex-direction: column; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;  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; }
/*.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(255,255,255,0.9); display: none; animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; z-index: 9999;}
.header .hd-right > .nav > ul > li > p > a{ width:100%; height: 46px;font-size:14px; color: #333333; line-height: 46px; display: block; text-align: center; }
.header .hd-right > .nav > ul > li:hover > p{ display: block; }
.header .hd-right > .nav > ul > li > p a:hover{color: #D0121B !important;}
.header .hd-right > .nav > ul > li.on,.header .hd-right > .nav > ul > li:hover{  background: #D0121B;color: #ffffff; }

.header .hd-right > .nav > ul > li.on > a,.header .hd-right > .nav > ul > li:hover > a{ color: #ffffff !important; }
.header .hd-right > .nav > ul > li > a > p{display: none;width: 32px;height: 2px;background: #D0121B;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 .top{
    overflow: hidden;
    padding-top: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .top a{
    font-size: 14px;
    color: #333333;
    margin-left: 12px;
    margin-right: 12px;
}
.header .top span{
    height: 14px;
    width: 1px;
    background-color: #333333;
}
.header .search{
    width: 30px;
    height: 30px;
    background: #D0121B;
    overflow: hidden;
}
.header .search img{
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;

}

/*滚动后导航*/
.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: #F7F8F8;}
/****/

/*底部*/
.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box;background-color: #D0121B; overflow: hidden;}
.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; }
.footernav{
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 68px;
    font-size: 14px;
}
.footernav a{
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
}
.footernav a:hover{
    color: #fff !important
}
.footerbot{
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 68px;
    font-size: 14px;
}
.footerbot a{
    color: #fff;
    margin-left: 4px;
    margin-right: 20px;
}
.footerbot a:hover{
    color: #fff !important
}
.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:1200px;margin: auto; position: relative; margin-top: 10px; }
.news-box{
    position: absolute;top: 50px;right: 50px;width: 440px;
    height: 550px;
    background: rgba(255,255,255,0.9);
    z-index: 9;
    overflow: hidden;
}
.news-box>.back{
    width: 400px;
    margin: auto;
    margin-top: 20px;
}
.news-box>.back .title{
    overflow: hidden;
}
.news-box>.back .title .left{
    float: left;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}
.news-box>.back .title .left img{
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.news-box>.back .title .right{
    float: right;
    margin-top: 11px;
}
.news-box>.back ul{
    margin-top: 12px;
    overflow: hidden;
}
.news-box>.back ul li{
    padding: 20px;
    background: #FAFAFA;
    margin-bottom: 10px;
}
.news-box>.back ul li a{
    display: flex;
    justify-content: space-between;
align-items: center;
}
.news-box>.back ul li .left{
    overflow: hidden;
}
.news-box>.back ul li .left p{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.news-box>.back ul li .left span{
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 6px;
}
.news-box>.back ul li .mid{
    width: 1px;
    height: 70px;
    background: #999999;
    margin-left: 10px;
    margin-right: 10px;
}
.news-box>.back ul li .right{
    width: 290px;
}
.news-box>.back ul li .right p{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    display: -webkit-box;
    -webkit-box-orient:vertical;
}
.news-box>.back ul li .right span{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    margin-top: 6px;
}
.news-box>.back ul li:hover{
    background: #D0121B;
}
.news-box>.back ul li:hover .mid{
    background-color: #ffffff;
}
.news-box>.back ul li:hover a .left p,.news-box>.back ul li:hover a .left span,.news-box>.back ul li:hover a .right p,.news-box>.back ul li:hover a .right span{color: #ffffff;}

.swiper1 .swiper-pagination { display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:2%; left:30px !important;width: auto; text-align:center; padding-right:3%; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:12px; height:12px; background: url(../images/icon_white.png) no-repeat;background-size: 100% 100%;}
.swiper1 .swiper-pagination-bullet-active{background: url(../images/icon_red.png) no-repeat;background-size: 100% 100%; }
.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; }

.descbox{
    margin-top: 20px;
    overflow: hidden;
}
.descbox ul{
    overflow: hidden;
    margin-left: 40px;
    margin-top: 40px;
}
.descbox ul li{
    width: 200px;
    height: 143px;
    background: #E6E6E6;
    float: left;
    border: 1px solid #E6E6E6;
    margin-right: 30px;
    margin-bottom: 30px;
}
.descbox ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.descbox ul li a img{
    width: 53px;
    height: 53px;
    display: block;
    margin: auto;
    margin-top: 21px;
}
.descbox ul li a p{
    text-align: center;
    width: 48%;
    margin: 10px auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}
.descbox ul li a p span{
    display: block;
}
.descbox ul li:hover{
    border: 1px solid #D0121B;
    background-color: #ffffff;
}


/****/
.colHeader{ width:100%; height:auto; box-sizing: border-box; padding:60px 0 30px 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;  }
.colHeader > h3{ text-transform: uppercase;font-weight: bold;
    font-size: 24px;
    color: #D0121B; }
.colHeader > h4{ font-weight: 400;
    font-size: 16px;
    color: #666666;margin-top:4px;}
.colHeader > .hx{width: 50%;height: 4px;background: #FFFFFF;margin-top: 1%;}
.colHeader > .hx > span{width: 50%;height: 4px;background: #E3882B;display: block;}
.colHeader >a{
    margin-top: 12px;
}

/******/
.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:30%;  padding: 6% 10%;background: url(../images/gywm_back.png);background-size: 100% 100%;}
.alContent{width:100%; height:auto;margin-top: 1%;}
.alContent > div{ width:100%; height:auto; line-height: 2; font-size: 16px; text-align: left; color: #ffffff;}
.alContent > p{ width:100%; height: auto; margin-top: 12%;}
.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%;  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:auto; overflow: hidden; position: relative;}
.aboutRight > a > div{ width:100%; height:0; padding-top: 65%; position: relative; overflow: hidden; }
.aboutRight > a > div > img{ width:100%; height:100%; position: absolute; left:0; top:0; 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:123px;height: 42px; float: left; margin-right: 10px; margin-bottom:12px;}
.envirList > ul > li:nth-of-type(9n){ margin-right: 0; }
.envirList > ul > li > a{ display: block; width:100%; height: 0; padding-top: 42px; 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 > li{ width:23.5%; float: left; margin-right: 2%; margin-top: 1%; margin-bottom: 1%;}
.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: 10%;margin-bottom: 4%;}
.serviceList > ul > li > div{font-size: 28px;font-weight: bold;color: #FFFFFF;text-align: center;}
.serviceList > ul > li > p{font-size: 14px; color: #FFFFFF;margin: auto;margin-top: 5%;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;margin-left: 20px;margin-right: 20px;}
.caseList > ul > li{ width:360px;height: 260px; float: left; margin-left: 20px; margin-bottom: 20px;overflow: hidden;position: relative;}
.caseList > ul > li:nth-child(3n){
    margin-right: 0;
}
.caseList > ul > li >.infotwo{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    height: 36px;
    line-height: 36px; z-index: 99;
    width: 100%;
    text-align: center;
}
.caseList > ul > li >.infotwo a{color: #fff;display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: auto;
   }
   .caseList > ul > li >.infotwo a:hover{
    color: #ffffff !important;
   }
.caseList > ul > li > .infoz a:hover{
    color: #ffffff !important;
}
.caseList > ul > li > .infoz{background: rgba(0,0,0,0.7);width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 99;display: none;animation: fadeIn 1s ease-in-out; -webkit-animation: fadeIn 1s ease-in-out;}
.caseList > ul > li > .infoz > p{font-size: 18px; color: #fff; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 315px;margin: auto; margin-top: 24px;}
.caseList > ul > li > .infoz > p > a{color: #fff;}
.caseList > ul > li > .infoz > span{display: block;margin: auto; margin-top: 12px; 
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:5;
    display: -webkit-box;
    -webkit-box-orient:vertical;font-size: 20px;width: 315px;text-indent: 2em;}
.caseList > ul > li > .infoz > span > a{color: #ffffff;font-size: 14px;}
.caseList > ul > li > .infoz >div{
    width: 81px;
    height: 29px;
    border-radius: 14px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 29px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: auto;
    margin-top: 16px;
}
.caseList > ul > li > .infoz >div a{
    color: #ffffff;
}
.caseList > ul > li:hover .infoz{
    display: block;
}
.caseList > ul > li > .topimg > a{ display: block; width:100%; height: 0; padding-top: 260px; 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);}
.caseList >.caseMore{font-size: 16px;text-decoration: underline;color: #1B5887;text-align: center;margin-top: 2%;margin-bottom: 8%;}
/*****/
.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;}

.znewsList{overflow: hidden;display: flex;justify-content: space-between;margin-top: 1%;flex-wrap: wrap;}
.znewsBox{width: 49%;height: 64%;}
.znewsBox .imgbox{width: 100%;height: 90%;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;}
.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: 1%;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;}

.publications{
    padding-bottom: 30px;
}
.publications ul{
    overflow: hidden;
    margin-right: 20px;
}
.publications ul li{
    width: 340px;
    margin-left: 40px;
    margin-right: 3px;
    display: flex;
    justify-content: space-between;
    float: left;
    margin-bottom: 30px;
    
}
.publications ul li .left{
    width: 14px;
    height: 14px;
    background: #D0121B;
    border-radius: 50%;
    margin-top: 4px;
}
.publications ul li .right{
    width: 320px;
    display: block;
    text-align: left;
}
.publications ul li .right p{
    overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.publications ul li .right p:hover{
    color: #D0121B;
}
.publications ul li .right span{
    display: block;
    overflow: hidden; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
}

/*频道页*/
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback {
    width: 1200px;
    margin: 5px auto;
}
.right_title {
    position: relative;
}

.right_title h2 {
    font-size: 26px;
    font-weight: normal;
    text-align: left;
    padding: 15px 0;
    color: #333;
}

.right_title h2 img {
    margin: 0 10px;
    display: none;
}

.right_body {
    padding: 5px 0px;
    overflow: hidden;
    zoom: 1;
    border-top: 0;
    border-bottom: 0
}

.right_bottom {
}

/*当前位置*/
#location_main {
}

#location {
    /*display: none;*/
    /*color: #01673A;*/
    /*float: right;*/
    /*padding-right: 8px;*/
    position: absolute;
    right: 10px;
    top: 26px;
    font-size: 14px;
}

#location a {
    /*color: #01673A;*/
}

/*子频道列*/
#subchannel_main {
    display: none;
}

#subchannel {
    margin-bottom: 20px;
}

.subchannellist {
    text-align: center;
}

.subchannellist li {
    display: inline-block;
}

.subchannellist li a {
    display: inline-block;
    padding: 8px 20px;
    margin: 0 5px;
    color: #666;
    font-size: 16px;
    border-radius: 3px;
    transition-duration: .2s;
}

.subchannellist li a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #d2232a;
}

.subchannellist #current a {
    color: #FFF;
    text-decoration: none;
    background-color: #d2232a;
}

.subchannellist .depth1 {
    font-weight: normal;
}

.subchannellist .depth2 {
    font-size: 14px;
    text-indent: 1.5em;
    background: none;
}

.subchannellist .depth2 a {
    border: none;
}

.subchannellist .depth3 {
    font-size: 14px;
    text-indent: 3em
}

.subchannellist .depth4 {
    font-size: 14px;
    text-indent: 4.5em
}

.subchannellist .depth5 {
    font-size: 14px;
    text-indent: 6em
}

.subchannellist .depth6 {
    font-size: 14px;
    text-indent: 7.5em
}

/*文字列表*/
.textlist {
}

.textlist li {
    line-height: 28px;
    height: 28px;
    text-indent: 8px;
    background: url(../images/textlist.gif) no-repeat 0 center;
    overflow: hidden;
    width: 100%; /*解决ie6bug*/
}

.textlist li a {
}

.textlist li .InfoTime {
    float: right;
}

/*文字列表1*/
.textlist1 {
    overflow: hidden;
    width: 680px;
    margin: 20px auto;
}

.textlist1 li {
    float: left;
}

.textlist1 li a {
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    margin: 0 25px;
    background: #FFF;
    color: #666;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
}

.textlist1 li a:hover {
    background: #d2232a;
    color: #FFF;
}

/*带缩略图文字列表*/
.thumblist {
}

.thumblist li {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.thumblist li:first-child {
    border: 0;
}

.thumblist li .InfoPicture {
    position: relative;
    float: left;
    width: 22%;
    height: 160px;
    text-align: center;
}

.thumblist li .InfoPicture img {
    height: 100%;
    width: auto;
}

.thumblist li .info_wrap {
    position: relative;
    float: right;
    width: 60%;
    height: 140px;
    padding-right: 180px;
    margin: 10px 0;
}

.thumblist li .InfoTitle {
    display: block;
    font-size: 18px;
    padding: 0 0 10px;
    color: #555;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumblist li p {
    font-size: 13px;
    color: #6a6a6a;
    line-height: 22px;
}

.thumblist li .InfoTime {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0;
    font-size: 18px;
    color: #c8c8c8;
}

.thumblist li .more {
    position: absolute;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #bcbcbc;
    color: #bcbcbc;
    font-size: 16px;
}

/*带缩略图文字列表2*/
.thumblist2 {
    overflow: hidden;
}

.thumblist2 li {
    width: 568px;
    height: 120px;
    overflow: hidden;
    margin: 10px 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.thumblist2 li.n0 {
    float: left;
}

.thumblist2 li.n1 {
    float: right;
}

.thumblist2 li a {
    display: block;
    position: relative;
}

.thumblist2 li a:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.thumblist2 li a .InfoWrap {
    float: right;
    width: 366px;
    padding: 0 10px;
}

.thumblist2 li a .InfoTime {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 106px;
    padding: 14px 0 0;
    background-color: #FFF;
    z-index: 1;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.thumblist2 li a .InfoTime:before {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 1px;
    background: #eee;
    top: 50%;
    margin-top: -40px;
    right: 0;
}

.thumblist2 li a .InfoTime .d {
    font-size: 60px;
}

.thumblist2 li a .InfoPicture {
    position: absolute;
    left: 0;
    top: 120px;
    width: 160px;
    height: 120px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.thumblist2 li img {
    display: block;
    width: 100%;
}

.thumblist2 li a .InfoWrap span {
    font-size: 17px;
    color: #575757;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 22px 0 13px 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.thumblist2 li a .InfoWrap p {
    font-style: 13px;
    color: #999;
    line-height: 1.7em;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.thumblist2 li:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

.thumblist2 li:hover .InfoTime {
    top: -120px;
}

.thumblist2 li:hover .InfoPicture {
    top: 0;
    z-index: 9;
}

.thumblist2 li:hover .InfoWrap span {
    padding: 25px 0 5px;
}

/*频道*/
.ChannelContent {
    line-height: 2.0em;
    font-size: 14px;
    color: #6a6a6a;
}

.ChannelSContent, .ChannelSContent p {
    line-height: 1.8em
}

.ChannelContent a {
    color: #ff9d02
}

.ChannelSContent {
    color: #FFF;
    line-height: 25px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ChannelSContent a {
    color: #ff9d02
}

.ChannelContent img, .ChannelSContent img, .InfoContent img {
    max-width: 100%
}

.ChannelAlbum {
    overflow: hidden;
}

/*信息*/
.InfoTitle {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px
}

.InfoTitle h1 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: normal;
    color: #444;
}

.InfoTime {
    color: #999;
    text-align: left;
    padding: 2px 0px;
    height: 25px
}

.InfoContent{
    min-height: 400px;
}

.InfoContent, .InfoContent p {
    line-height: 2.0em;
    font-size: 16px;
    padding: 10px 0;
    color: #6a6a6a;
}

.InfoAttachment {
    padding: 10px 0px;
    text-align: center;
    width: 81px;
    margin: 0 auto;
}

.InfoPicture {
    text-align: center;
}

.InfoPicture img {
    width: 100%;
    height: 192px;
    max-width: 100%
}

.info_from_wrap {
    padding: 0 10px;
    text-align: center;
    color: #999;
    border: 0px dashed #ccc;
    line-height: 30px;
    margin-bottom: 5px;
}

.info_from_wrap a {
    color: #999;
}

.info_from_wrap a:hover {
    color: #555;
}

/*橱窗列表*/
.gridlist {
    margin-top: 5px;
}

.gridlist:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.gridlist li {
    float: left;
    width: 25%;
}

.gridlist li a {
    display: block;
    padding: 10px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.gridlist li .InfoPicture {
    background: #eee;
}

.gridlist li img {
    display: block;
    width: 100%;
}

.gridlist li .InfoTitle {
    text-align: center;
    padding: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gridlist li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

/*橱窗列表1*/
.gridlist1 {
    overflow: hidden;
}

.gridlist1 li {
    float: left;
    position: relative;
    width: 285px;
    margin: 0 10px 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.gridlist1 li a.InfoPicture {
    display: block;
}

.gridlist1 li img {
    width: 100%;
    height: 230px;
    transition: .2s ease 0s;
    -moz-transition: .2s ease 0s;
    -webkit-transition: .2s ease 0s;
}

.gridlist1 li a {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.gridlist1 li.n0 {
    margin-left: 0
}

.gridlist1 li.n3 {
    margin-right: 0
}

.gridlist1 li .InfoTitle {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

.gridlist1 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    width: 0%;
    height: 1px;
    background-color: #d2232a;
    transition: .2s ease 0s;
    -moz-transition: .2s ease 0s;
    -webkit-transition: .2s ease 0s;
}

.gridlist1 li img:hover {
    opacity: 0.8;
}

.gridlist1 li:hover:after {
    width: 100%;
}

/*橱窗列表2*/
.gridlist2 {
    overflow: hidden;
}

.gridlist2 li {
    float: left;
    transition: .2s ease 0s;
    -moz-transition: .2s ease 0s;
    -webkit-transition: .2s ease 0s;
}

.gridlist2 li:hover {
    transform: translate3d(0, -5px, 0);
}

.gridlist2 li a.InfoPicture {
    display: block;
}

.gridlist2 .InfoTitle a {
    display: block;
    width: 380px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}

.gridlist2 .InfoTitle a:hover {
    color: #eee;
}

.gridlist2 li img {
    width: 380px;
    padding: 10px 0;
}

.gridlist2 li.n2 {
    margin: 0 30px;
}

.gridlist2 li p {
    display: block;
    width: 380px;
    color: #aaa;
}

/*视频列表*/
.videolist {
    margin-top: 5px;
}

.videolist li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    transition: all .2s linear
}

.videolist li:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.videolist li.n0 {
    margin-left: 0;
}

.videolist li img {
    border: 1px solid #fff;
    width: 100%;
    height: 190px
}

.videolist li a {
    display: block;
    position: relative;
    padding: 5px;
}

.videolist li .InfoTitle {
    display: block;
    padding: 10px 0;
}

.videolist li .InfoTitle a {
    white-space: nowrap;
}

.videolist li i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/play.png) center center no-repeat;
    cursor: pointer;
}

/*产品列表*/
.productlist:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.productlist li {
    float: left;
    width: 25%;
}

.productlist li a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 235px;
    border: 1px solid #f5f5f5;
    margin: 5px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.productlist li .InfoWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    background: #FFF;
    color: #666;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.productlist li .InfoWrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url(../images/arrowsRight.png) center no-repeat;
    background-size: 100%;
}

.productlist li .InfoWrap .InfoTitle {
    text-align: left;
    font-size: 15px;
    padding: 0;
    font-weight: normal;
}

.productlist li .InfoWrap p {
    font-size: 12px;
    color: #999;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.productlist li img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.productlist li:hover a {
    border: 1px solid #d2232a;
}

.productlist li:hover .InfoWrap {
    background: #d2232a;
    color: #FFF;
    padding: 15px 20px;
}

.productlist li:hover .InfoWrap:after {
    background: url(../images/arrowsRightClick.png) center no-repeat;
}

.productlist li:hover .InfoWrap p {
    padding: 5px 0;
    color: #eee;
}

.productlist li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*频道相册列表*/
.channelalbumlist {
    overflow: hidden;
}

.channelalbumlist li {
    float: left;
    margin-top: 10px;
}

.channelalbumlist li img {
    display: block;
    width: 290px;
    margin-right: 10px;
}

/*频道相册列表1*/
.channelalbumlist1 {
    overflow: hidden;
}

.channelalbumlist1 li {
    float: left;
    width: 33.333%;
    text-align: left;
    overflow: hidden;
    padding: 12px 0;
}

.channelalbumlist1 li.n3 .info_wrap {
    margin-left: 10px;
}

.channelalbumlist1 li.n1 .info_wrap {
    margin-right: 10px;
}

.channelalbumlist1 li.n2 .info_wrap {
    margin: 0 5px;
}

.channelalbumlist1 li .AlbumTitle {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin: 12px 5px;
    color: #444;
}

.channelalbumlist1 li img {
    width: 100%;
}

.channelalbumlist1 li p {
    font-size: 14px;
    display: block;
    line-height: 26px;
    text-align: left;
    color: #888;
    padding: 0 5px;
}

/*频道相册列表1*/
.channelalbumlist2 {
    overflow: hidden;
}

.channelalbumlist2 li {
    float: left;
}

.channelalbumlist2 li img {
    width: 238px;
    height: 107px;
    border: 1px solid #ddd;
    display: block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.channelalbumlist2 li img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}

#ReadLevelTip {
    font-weight: bold;
    color: red;
}

.Tag {
    text-align: left;
    font-weight: bold;
}

.Tag a {
    padding: 0 3px;
    font-weight: normal;
    text-decoration: none;
}

.info_previous_next_wrap {
    background: #F0F0F0;
    padding: 5px;
    border: 1px solid #E3E3E3;
    color: #333;
    line-height: 1.8em;
}

.Next {
    display: inline-block;
    float: right;
    padding-right: 50px
}

.Previous {
    display: inline-block;
    padding-left: 50px
}
