﻿@charset "utf-8";


/* 设置字库 */
@font-face {
  font-family: 'scCNreg';
  src: url('../ttf/sourcehansanscn-regular.ttf');
}
@font-face {
  
  src: url('../din%20medium.html');
}
  /* Legacy iOS */
font-weight: normal; font-style: normal; }
/*全局初始化样式*/
*{box-sizing: border-box; margin:0; padding:0; font-family:'scCNreg';}
body{position: relative; padding:0; margin:0 auto; font-size:14px; line-height:1.42857143; font-family:'scCNreg'; color: #333; min-width: 320px; width: 100%; zoom:1;background: #fff;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
/*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/

/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
width: 100%;
}
*{-moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /*word-break: break-all;*/word-wrap: break-word;}
/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;}
p,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
ul,ul li{ list-style:none; margin: 0; padding: 0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:middle;}

/*初始化a的样式和字体样式*/
a{ color:#333; text-decoration:none!important; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{color: #009b4c;}


/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after{ content:"."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}
.fl{float: left;}
.fr{float: right;}

/* 单行隐藏 */
.dot{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
/* 多行隐藏 */
.dot2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
/* 多行隐藏 */
.dot3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
/* 多行隐藏 */
.dot4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}

.w1000{max-width:1000px;margin: 0 auto;}
@media screen and (max-width:1000px){
  .w1000{padding: 0 2%;}
}
.w1200{max-width:1200px;margin: 0 auto;}
@media screen and (max-width:1200px){
  .w1200{padding: 0 2%;}
}
.w1440{max-width:1440px;margin: 0 auto;}
@media screen and (max-width:1440px){
  .w1440{padding: 0 2%;}
}
.w1800{max-width:1800px;margin: 0 auto;}
@media screen and (max-width:1800px){
  .w1800{padding: 0 2%;}
}

.top{position: relative;width: 100%;}
.top .logo{line-height:75px;float: left;width: 10%;}
.top .navOth{float: right;width: 80%;}
.top .navOth .nav{float: left;width: 84%;border-right: 1px solid #e4e4e4;}
.top .navOth .nav li{float: left;line-height:85px;margin-right:3%;position: static;z-index:9}
/*.top .navOth .nav li#nav11{display:none;}*/
.top .navOth .nav li >a{font-size:16px;position: relative;display: block;}
.top .navOth .nav li >a:before{width: 0;height: 2px;content: '';background:#009b4c;position: absolute;left: 0;bottom: 0;transition:.3s;}
.top .navOth .nav li.on >a,
.top .navOth .nav li >a:hover{color: #009b4c;}
.top .navOth .nav li .sub_pc li.on a,
.top .navOth .nav li .sub_pc li a:hover{color: #009b4c;background: #f6f6f6;}
.top .navOth .nav li.on >a:before,
.top .navOth .nav li >a:hover:before{width: 100%;}
.top .navOth .nav li .subnav{position: absolute;top: 100%;width: 100%;z-index: 99;display: none;background:rgba(255,255,255,.95);left: 0;padding: 30px 0;}
.top .navOth .nav li .subnav .subDl{float: left;/* width: 75%; */padding-left:60px;}
.top .navOth .nav li .subnav .subDl .first-menu{position: relative;overflow: hidden;}
.top .navOth .nav li .subnav .subDl .first-menu li{width: 100%;float: none;line-height:48px;padding: 0 60px 0 20px;border-left:1px solid transparent;}
.top .navOth .nav li .subnav .subDl .first-menu li:hover{border-left: 1px solid #009b4c;background:#dcddde;}
.top .navOth .nav li .subnav .subDl .first-menu li:hover a:before{display: none;}
/* .top .navOth .nav li .subnav .subDl .first-menu li {position: absolute;left: 33.33%;top: 0;width: 33.33%;display: none;height: 100%;} */
/* .top .navOth .nav li .subnav .subDl .first-menu li {width: 100%;} */
.top .navOth .nav li .subnav .subDl .first-menu li  .third-menu{display: none;}
.top .navOth .nav li .subnav .subDl .first-menu li  .third-menu li{width: 100%;}
.top .navOth .nav li .subnav .desBox{float: left;/* width: 22%; */padding-right:20px;line-height: 1;}
.top .navOth .nav li .subnav .desBox .imgBox{margin-bottom:30px;float: left;width: 51%;}
.top .navOth .nav li .subnav .desBox .text{float: right;width: 44%;padding-top: 10px;}
.top .navOth .nav li .subnav .desBox h5{font-size:20px;font-weight:normal;margin-bottom:12px;}
.top .navOth .nav li .subnav .desBox p{font-size:16px;line-height:24px;color: #888888;margin-bottom:25px;}
.top .navOth .nav li .subnav .desBox .view{color: #009b4c;}


.top .navOth .nav li .sub-three{position: absolute;top: 0;left:100%;width: 150%;z-index: 99;display: none;background:#f6f6f6;}
.top .navOth .nav li .sub-three li a:before{display:none;}



.top .navOth .nav li dl{margin: 0;padding: 10px 0!important;width: auto!important;left:50%!important;transform: translateX(-50%);}
.top .navOth .nav li dd{margin: 0;line-height:40px;padding: 0 10px;text-align: center;}
.top .navOth .nav li dd a{word-break: keep-all;display: block;}

.top .navOth .langSear{width: 16%;float: right;padding-left: 35px;}
.top .navOth .langSear .lang{display: inline-block;vertical-align: middle;line-height:74px;margin-right: 20px;position: relative;padding-left: 25px;}
/* .top .navOth .langSear .lang::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: url(../images/i1.png)no-repeat center;background-size: contain;padding: 10px;} */
.top .navOth .langSear .lang::before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);line-height: 1;font-size: 20px;}
.top .navOth .langSear .lang a{font-size:16px;color: #555;}
.top .navOth .langSear .lang a:hover{color: #009b4c;}
.top .navOth .langSear .sear{display: inline-block;vertical-align: middle;position: relative;margin-right: 20px;}
/* .top .navOth .langSear .sear .searBtn{width: 17px;height: 17px;background:url(../images/sear.png) no-repeat;display: block;} */
.top .navOth .langSear .sear .searBtn{width: 24px;height: 24px;display: block;font-size: 24px;line-height: 1;margin-top: -3px;}

.top .navOth .langSear .sear .searIpt{position: absolute;padding: 5px;right:0;background:#fff;display: none;z-index: 9;}
.top .navOth .langSear .sear .searIpt input{width: 130px;border:1px solid #e4e4e4;height: 40px;line-height:30px;padding: 0 5px;}
.top .navOth .langSear .sear .searIpt .searBtn{position: absolute;top: 50%;margin-top: -6.5px;right:7px;}
.top .navOth .langSear .wechat{display: inline-block;vertical-align: middle;position: relative;}
/* .top .navOth .langSear .wechat .wx{width: 26px;height: 21px;background:url(../images/i2.png) no-repeat;display: block;} */
.top .navOth .langSear .wechat .wx{width: 26px;height: 24px;color: #999;line-height: 1;font-size: 24px;display: block;}

.top .navOth .langSear .wechat figure{position: absolute;width: 120px;display: none;right:0;z-index: 9;}

@media screen and (max-width:1279px){
  .top .navOth .nav li .sub_pc{display: none !important;}
}
@media screen and (min-width:769px){
  .top .navOth .nav li#nav4{position: initial;}
  .top .navOth .nav li#nav4 .subDl{width:38%}
  .top .navOth .nav li#nav4 li{position: relative;width: 47%;float: left;box-sizing: border-box;padding: 0 20px;}
  .top .navOth .nav li .subnav .w1200{padding-right: 50px;}
  .top .navOth .nav li .subnav .subDl .first-menu li  .third-menu{position: absolute;left: 100%;top: 0;width: 100%;}
}

/*banner*/
.banner{position: relative;}
.banner li{}
.banner li>div{width: 100%;height: 780px;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.banner .slick-dots{position: absolute;text-align: center;width: 100%;bottom: 35px;}
.banner .slick-dots li{display: inline-block;width: 8px;height: 9px;background: #fff;border-radius:50%;transition:.3s;margin: 0 5px;}
.banner .slick-dots li.slick-active{background:#fff;width: 30px;border-radius:35px;background:#009b4c;}
.banner .slick-dots li button{display: none;}
.banner .wapBan{display: none;position: relative;}
.banner .pcBan{position: relative;}
/*.banner .wapBan{display: none;}*/
@media(max-width:750px){
  .banner .pcBan{display: none;}
  .banner li div{height: auto;}
  .banner .wapBan{display: block;position: relative;}
  .BusNewB .slideBox{padding-top: 20px;}
  .top .navOth .nav li .subnav .subDl .first-menu li{width: 100%;margin-bottom: 10px;padding: 0 0 0 20px;}
  .top .navOth .nav li .subnav .subDl .first-menu li a{line-height: 1.5;}
}
/*banner*/

/*NotShaBox*/
.NotShaBox{padding: 30px 0;}
.NotShaBox .notice{float: left;width: 50%;}
.NotShaBox .notice h5{font-size:32px;font-weight:normal;display: inline-block;padding-right: 35px;vertical-align: middle;position: relative;}
.NotShaBox .notice h5:before{width: 22px;height: 20px;content: '';background:url(../png/i3.png) no-repeat;position: absolute;top: 50%;margin-top:-10px;right:0;}
.NotShaBox .notice ul{display: inline-block;vertical-align: middle;width: 85%;padding-left:35px;}
.NotShaBox .notice li a{outline: none;}
.NotShaBox .notice li time{font-size:18px;color: #888888;line-height:24px;}
.NotShaBox .notice li p{font-size:18px;line-height:24px;}
.NotShaBox .shares{float: right;width: 30%;}
.NotShaBox .shares .item{float: left;vertical-align: middle;margin-left: 10%;line-height:30px;max-width: 22%;white-space: nowrap;}
.NotShaBox .shares .item span{font-size:16px;color: #888888;}
.NotShaBox .shares .item p{font-weight:bold;font-size:26px;}
.NotShaBox .shares .item p.green{color: green;}
.NotShaBox .shares .item p.red{color: #e6252d;}
.nottext {
  position: absolute;
  left: 13%;
  right: 13%;
  top: 70%;
  z-index: 100;
  font-size: 50px;
  line-height: 1.2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .4s;
  -ms-transition-delay: .4s;
  transition-delay: .4s;
}
.slick-active .nottext{
  top:50%;
  opacity: 1;
}
.nottext .not-btn {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 14px 54px;
  margin-top: 20px;
}
/*NotShaBox*/

/*notBanner*/
.notBanner{}
.notBanner li a{outline:none;position: relative;display: block;}
.notBanner .slick-dots{text-align: center;width: 100%;padding: 30px 0;}
.notBanner .slick-dots li{display: inline-block;width: 8px;height: 9px;background: #e3e3e3;border-radius:50%;transition:.3s;margin: 0 5px;}
.notBanner .slick-dots li.slick-active{background:#fff;width: 30px;border-radius:35px;background:#009b4c;}
.notBanner .slick-dots li button{display: none;}
/*notBanner*/

/*BusNewB*/
.BusNewB{margin-top:30px;}
.BusNewB .item{width: 49.5%;float: left;}
.BusNewB .item h3{font-size: 32px;font-weight:normal;margin-bottom: 30px;padding-left: 60px;}
.BusNewB .item .buscontBox{}
.BusNewB .item .buscontBox .itemBox{width: 50%;float: left;position: relative;}
.BusNewB .item .buscontBox .itemBox figure{height: 686px;background-size: cover;background-repeat:no-repeat;overflow: hidden;}
.BusNewB .item .buscontBox .itemBox p{font-size:24px;color: #fff;position: absolute;left: 5%;bottom:5%;transition:.3s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;right: 5%;}
.BusNewB .item .buscontBox .itemBox p i{display: inline-block;vertical-align: bottom;}
.BusNewB .item .buscontBox .itemBox:hover p{bottom:8%;}
.BusNewB .item:nth-child(2n){float: right;}
.BusNewB .slideBox{}
.BusNewB .slideBox .topBox{padding-right:60px;}
.BusNewB .slideBox .topBox h3{float: left;padding-left:40px;}
.BusNewB .slideBox .topBox ul{float: right;}
.BusNewB .slideBox .topBox li{line-height:45px;display: inline-block;vertical-align: middle;margin-left:25px;font-size:20px;color: #888888;}
.BusNewB .slideBox .topBox li:hover,
.BusNewB .slideBox .topBox li.on{color: #009b4c;cursor: pointer;}
.BusNewB .slideBox .contBox{height: 686px;background:#f6f6f6;padding: 40px 30px 25px 40px;}
.BusNewB .slideBox .contBox .topNews{}
.BusNewB .slideBox .contBox .topNews .imgBox{float: left;width: 37%;position: relative;padding-bottom: 27.5%;background-size: cover;background-repeat:no-repeat;}
.BusNewB .slideBox .contBox .topNews .imgBox time{position: absolute;right:0;bottom:0;display: block;padding: 0 20px;line-height:35px;background:#009b4c;color: #fff;font-size:18px;}
.BusNewB .slideBox .contBox .topNews .txtBox{float: right;width: 60%;padding-top: 30px;}
.BusNewB .slideBox .contBox .topNews .txtBox h5{font-size:24px;font-weight:normal;line-height:30px;margin-bottom:15px;}
.BusNewB .slideBox .contBox .topNews .txtBox p{font-size:16px;line-height:24px;color: #888888;margin-bottom:15px;}
.BusNewB .slideBox .contBox .topNews .txtBox .more{font-size:16px;color: #009b4c;}
.BusNewB .slideBox .contBox .idxNeList{margin-top:40px;width: 100%;}
.BusNewB .slideBox .contBox .idxNeList li{border-bottom: 1px solid #e3e3e3;padding: 10px 0;position: relative;}
/* .BusNewB .slideBox .contBox .idxNeList li:before{width: 31px;height: 11px;content: '';background:url(../images/i4.png) no-repeat;position: absolute;top: 50%;margin-top:-5.5px;right:5px;} */
.BusNewB .slideBox .contBox .idxNeList li time{display: inline-block;vertical-align: middle;width: 15%;font-size:18px;color: #888888;}
.BusNewB .slideBox .contBox .idxNeList li p{display: inline-block;vertical-align: middle;font-size:18px;line-height:24px;width: 82%;}
/*BusNewB*/
@media (max-width:1776px){
  .BusNewB .slideBox .contBox .idxNeList li p{width: 80%;white-space: nowrap;}
}
/*idxFoor4*/
.idxFoor4{margin: 110px 0;}
.idxFoor4 .item{position: relative;}
.idxFoor4 .item .more{position: absolute;line-height:75px;width: 100%;padding-left:5%;bottom:0;left: 0;font-size:26px;color: #fff;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 70px;}
.idxFoor4 .item .more:before{width: 37px;height: 15px;content: '';background:url(../png/i5.png) no-repeat;position: absolute;top: 50%;margin-top:-5.5px;right:5%;transition:.3s;}
.idxFoor4 .item .more:hover:before{right:2%;}
.idxFoor4 .Foor4Top{}
.idxFoor4 .Foor4Top .item{width: 32.66%;float: left;margin-right:1%;margin-bottom:1%;}
.idxFoor4 .Foor4Top .item:nth-child(3n){margin-right:0;}
.idxFoor4 .Foor4Bom{}
.idxFoor4 .Foor4Bom .item{width: 49.5%;float: left;margin-right:1%;}
.idxFoor4 .Foor4Bom .item:nth-child(2n){margin-right:0;}
.idxFoor4 .Foor4Bom .item.Live{}
.idxFoor4 .Foor4Bom .item.Live .more:before{right:60%;}
.idxFoor4 .Foor4Bom .item.Live .more:hover:before{right:57%;}
.idxFoor4 .Foor4Bom .item.Live .LiveBtn{padding: 0 10px 0 45px;line-height:38px;background:#db2222;font-size:18px;color: #fff;border-radius:8px;display: block;position: absolute;bottom:15px;right:15%;}
.idxFoor4 .Foor4Bom .item.Live .LiveBtn:before{width: 22px;height: 16px;content: '';background:url(../png/i6.png) no-repeat;position: absolute;left: 12px;top: 50%;margin-top:-8px;}
.idxFoor4 .Foor4Bom .item.Live .view{position: absolute;font-size:18px;color: #fff;bottom:25px;right:5%;}

.idxFoor4 .item figure{overflow: hidden;}
.idxFoor4 .item figure img{transition:.3s;width: 100%;}
.idxFoor4 .item:hover figure img{transform: scale(1.1);}
/*idxFoor4*/

/*bottom*/
.bottom{background:url(../png/bombe.png) no-repeat center bottom #ededed;}
.bottom .bomTop{border-bottom:1px solid rgba(170,170,170,.2);padding: 70px 0 30px 0;}
.bottom .bomTop h5{font-size:18px;font-weight:normal;padding-left:23px;position: relative;margin-bottom:30px;}
.bottom .bomTop h5:before{width: 10px;height: 1px;content: '';background:#009b4c;position: absolute;top: 50%;left: 5px;}
.bottom .bomTop .leftBox{float: left;width: 37%;}
.bottom .bomTop .leftBox li{float: left;margin-left:40px;max-width: 80px;}
.bottom .bomTop .leftBox li:first-child{margin-left: 0;}
.bottom .bomTop .leftBox li .icon{width: 70px;line-height:70px;text-align: center;background:#888888;border-radius:50%;transition:.3s;}
.bottom .bomTop .leftBox li .icon:hover{background:#009b4c;}
.bottom .bomTop .leftBox li p{text-align: center;font-size:16px;margin-top:18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.bottom .bomTop .righBox{float: right;width: 53%;}
.bottom .bomTop .righBox .contacB{float: left;}
.bottom .bomTop .righBox .contacB p{font-size:16px;line-height:30px;padding-left:30px;margin-left:20px;position: relative;}
.bottom .bomTop .righBox .contacB p.add:before{width: 12px;height: 18px;content: '';background:url(../png/add.png) no-repeat;position: absolute;top: 50%;margin-top:-9px;left: 0;}
.bottom .bomTop .righBox .contacB p.pho:before{width: 16px;height: 16px;content: '';background:url(../png/pho.png) no-repeat;position: absolute;top: 50%;margin-top:-8px;left: 0;}
.bottom .bomTop .righBox .contacB p.fax:before{width: 16px;height: 16px;content: '';background:url(../png/fax.png) no-repeat;position: absolute;top: 50%;margin-top:-8px;left: 0;}
.bottom .bomTop .righBox .followB{float: right;}
.bottom .bomTop .righBox .followB .codeBox p{text-align: center;font-size:16px;margin-top:10px;}

.bottom .bomBom{padding: 30px 0;}
.bottom .bomBom .leftBox{float: left;}
.bottom .bomBom .leftBox p{font-size:16px;line-height:30px;}
.bottom .bomBom .righBox{float: right;}
.bottom .bomBom .righBox a{display: inline-block;vertical-align: middle;margin-left:60px;position: relative;top: 0;transition:.3s;}
.bottom .bomBom .righBox a:hover{top: -5px;}
.bottom .bomBom .righBox a:first-child{margin-left:0;}
.bottom .bomBom .righBox a.wb{width: 29px;height: 23px;content: '';background:url(../png/wb.png) no-repeat;}
.bottom .bomBom .righBox a.wx{width: 26px;height: 22px;content: '';background:url(../png/wx.png) no-repeat;position: relative;}
.bottom .bomBom .righBox a.in{width: 24px;height: 23px;content: '';background:url(../png/in.png) no-repeat;}
.bottom .bomBom .righBox a.fb{width: 12px;height: 23px;content: '';background:url(../png/fb.png) no-repeat;}
.bottom .bomBom .righBox a.tw{width: 23px;height: 17px;content: '';background:url(../png/tw.png) no-repeat;}
.bottom .bomBom .righBox .imgBox{position: absolute;top: -100px;left: 50%;transform: translateX(-50%);display: none;width: 120px;}
.bottom .bomBom .righBox .imgBox img{max-width: 100%;}
/*bottom*/

@media screen and (max-width:1366px){
  .bottom .bomTop .leftBox li{margin-left: 35px;}
}

/*menuLocat*/
.menuLocat{background:#f4f4f4;line-height:80px;}
.menuLocat .menu{float: left;}
.menuLocat .menu li{float: left;margin-right:30px;}
.menuLocat .menu li a{font-size:18px;display: block;position: relative;}
.menuLocat .menu li a:before{width: 0;height: 2px;content: '';background:#009b4c;position: absolute;left: 0;bottom: 0;transition:.3s;}
.menuLocat .menu li.on a{color: #009b4c;}
.menuLocat .menu li:hover a:before,
.menuLocat .menu li.on a:before{width: 100%;}
.menuLocat .Locat{float: right;color: #888888;}
.menuLocat .Locat span {color: #009b4c;padding-left: 10px;}
.menuLocat .Locat a{position: relative;font-size:14px;color: #888888;margin: 0 10px;}
.menuLocat .Locat a:nth-child(1){padding-left:22px;}
.menuLocat .Locat a:nth-child(1):before{width: 15px;height: 15px;content: '';background:url(../png/home.png) no-repeat;position: absolute;left: 0;top: 50%;margin-top:-7.5px;}
.menuLocat .Locat a{color: #888;}
.menuLocat .Locat a:hover,
.menuLocat .Locat a span{color: #009b4c;}
/*menuLocat*/

.container{padding: 110px 0;}

/*集团简介*/
.GrouProfile{}
.GrouProfile .Gfoor{margin-bottom:85px;}
.GrouProfile .Gfoor p{font-size:16px;line-height:30px;color: #555;}
.text-ind2 p{text-indent:2em;}
.GrouProfile .foor1{}
.GrouProfile .foor1 p{}
.GrouProfile .foor2{}
.GrouProfile .foor2 h5{font-size:38px;font-weight:normal;color: #009b4c;margin-bottom:10px;}
.GrouProfile .foor2 p{margin-bottom:30px;}
.GrouProfile .foor2 .numG{background:url(../jpg/gbe.jpg) no-repeat;background-size: cover;color: #fff;text-align: center;height: 267px;padding-top:85px;}
.GrouProfile .foor2 .numG .item{display: inline-block;vertical-align: middle;padding: 0 2%;}
.GrouProfile .foor2 .numG .item p{font-size:18px;margin-bottom:10px;color: #fff;text-indent:0;}
.GrouProfile .foor2 .numG .item p.firs{font-size:24px;}
.GrouProfile .foor2 .numG .item p span{font-size:64px;color: #009b4c;}
.GrouProfile .foor3{}
.GrouProfile .foor3 p{}
.GrouProfile .foor3 ul{background:#f9f9f9;margin-top:30px;display: flex;flex-wrap: wrap;}
.GrouProfile .foor3 li{float: left;width: 33.33%;border:1px solid #eee;padding: 2% 3.5%;}
.GrouProfile .foor3 li .iconB{float: left;}
.GrouProfile .foor3 li .textB{float: left;margin-left:5%;}
.GrouProfile .foor3 li .textB p{font-size:18px;line-height:30px;margin-bottom:0;text-indent:0;}
.GrouProfile .foor3 li .textB p span{font-size:70px;line-height:1;color: #009b4c;}
.GrouProfile .foor3 li .textB p.secn{min-height: 60px;}
.GrouProfile .foor4{}
.GrouProfile .foor4 ul{margin-top:30px;}
.GrouProfile .foor4 li{float: left;width: 23.5%;margin-right:2%;border:1px solid #eee;text-align: center;margin-bottom:3%;}
.GrouProfile .foor4 li:nth-child(4n){margin-right:0;}
.GrouProfile .foor4 li h5{padding: 35px 0 5px 0;font-size:24px;font-weight:normal;}
.GrouProfile .foor4 li .iconB{line-height:190px;margin-bottom:25px;}
.GrouProfile .foor4 li span{display: block;line-height:45px;background:#0084cd;color: #fff;font-size:18px;}
.GrouProfile .foor4 li.lastLi span{background:none;}
.GrouProfile .foor5{margin-bottom:0;}
.GrouProfile .foor5 .imgBox{margin-top:40px;}
/*集团简介*/

/*组织架构*/
.orgStruc{text-align: right;margin-bottom:110px;}
.MemberList{}
.MemberList .itemList{margin-bottom:3%;}
.MemberList .itemList >h5{font-size: 45px;font-weight:normal;text-align: center;margin-bottom:40px;}
.MemberList .itemList li{width: 31%;float: left;margin-right:3.5%;position: relative;margin-bottom:3.5%;background:#f4f4f4;padding-top:35px;}
.MemberList .itemList li:nth-child(3n){margin-right:0;}
.MemberList .itemList li .relatBox{}
.MemberList .itemList li .relatBox .posBox{float: left;width: 40%;background:url(../png/membe1.png) no-repeat top right;background-size: cover;padding: 46px 0 15px 8px;color: #fff;height: 145px;}
.MemberList .itemList li .relatBox .posBox span{font-size: 16px;}
.MemberList .itemList li .relatBox .posBox h5{font-size: 22px;color: #fff;font-weight:normal;}
.MemberList .itemList li .relatBox .desBox{float: left;width: 60%;padding-right:25px;}
.MemberList .itemList li .relatBox .desBox p{font-size:16px;line-height:24px;color: #555;max-height: 72px;}
.MemberList .itemList li .relatBox .desBox .view{display: block;text-align: right;font-size:18px;color: #009b4c;margin-top:10px;}
.MemberList .itemList li .absolBox{position: absolute;width: 100%;top: 0;left: 0;display: none;background:#fff;padding:35px 0 15px 0;box-shadow: 0 0 15px rgba(0,0,0,.1);z-index: 9;}
.MemberList .itemList li .absolBox .posBox{float: left;width: 35%;background:url(../png/membe1a.png) no-repeat top right;height: 210px;padding:48px 0 0 20px;color: #fff;}
.MemberList .itemList li .absolBox .posBox span{font-size:18px;}
.MemberList .itemList li .absolBox .posBox h5{font-size:28px;color: #fff;font-weight:normal;}
.MemberList .itemList li .absolBox .posBox p{font-size:16px;margin-top:20px;}
.MemberList .itemList li .absolBox .desBox{float: left;width: 60%;padding:0 25px;}
.MemberList .itemList li .absolBox .desBox p{font-size:16px;line-height:24px;color: #555;}
.MemberList .itemList li .absolBox .desBox .colB{display: block;text-align: right;font-size:18px;color: #009b4c;margin-top:10px;}

.MemberList .itemList:nth-child(2) li .relatBox .posBox{background-image:url(../png/membe2.png)}
.MemberList .itemList:nth-child(2) li .relatBox .desBox .view,
.MemberList .itemList:nth-child(2) li .absolBox .desBox .colB{color: #3a54a6;}
.MemberList .itemList:nth-child(2) li .absolBox .posBox{background-image:url(../png/membe2a.png)}
.MemberList .itemList:nth-child(3) li .relatBox .posBox{background-image: url(../png/membe3.png);}
.MemberList .itemList:nth-child(3) li .relatBox .desBox .view,
.MemberList .itemList:nth-child(3) li .absolBox .desBox .colB{color: #d56c48;}
.MemberList .itemList:nth-child(3) li .absolBox .posBox{background-image:url(../png/membe3a.png)}
.MemberList .itemList:nth-child(4) li .relatBox .posBox{background-image:url(../png/membe4.png)}
.MemberList .itemList:nth-child(4) li .relatBox .desBox .view,
.MemberList .itemList:nth-child(4) li .absolBox .desBox .colB{color: #e9b848;}
.MemberList .itemList:nth-child(4) li .absolBox .posBox{background-image:url(../png/membe4a.png)}
/*组织架构*/

/*全球布局*/
.Global{}
.Global .textBox{margin-bottom:50px;}
.Global .textBox h5{font-size:38px;font-weight:normal;color: #009b4c;text-align: center;margin-bottom:20px;}
.Global .textBox p{font-size:16px;line-height:30px;width: 85%;margin: 0 auto;}
.Global .mapBox{position: relative;}
.Global .mapBox .itemList{ margin-top: 30px;}
.Global .mapBox .item{ width: 49%;margin-right: 2%; float: left ;position: relative; margin-bottom: 10px;}
.Global .mapBox .item:nth-child(2n){ margin-right:0}
.Global .mapBox .item .tit{position: relative; border:1px solid #eee; font-size: 16px; line-height: 46px; padding: 0 20px; border-radius: 50px; cursor: pointer;}
.Global .mapBox .item .tit:hover{background: #f5f5f5}

.Global .mapBox .item .absoluBox{position: absolute;padding: 12px;background:#f5f5f5;border-radius:8px;width: 198px;left:0%;bottom:110%;display: none;z-index: 100;}
.Global .mapBox .item .absoluBox h5{font-size:16px;font-weight:normal;line-height:20px;margin: 8px 0;}
.Global .mapBox .item .absoluBox .view{font-size:16px;color: #009b4c;}
.Global .mapBox .item .absoluBox .contBox{display: none;}

.ovf{overflow: hidden;height: 100%;}
.mapPup{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 10001;display: none;}
.mapPup .BG{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background:rgba(0,0,0,.5);}
.mapPup .mappupBox{max-width:1000px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 60px;background:#fff;border-top: 2px solid #009b4c;}
.mapPup .mappupBox .colBtn{width: 25px;height: 25px;background:url(../png/col.png) no-repeat;position: absolute;top: -30px;right:0;transition:.3s;}
.mapPup .mappupBox .colBtn:hover{transform: rotate(90deg);}
.mapPup .mappupBox .mapCont{max-height: 60vh;overflow-y: auto;}
.mapPup .mappupBox .mapCont h5{font-size:32px;color: #009b4c;font-weight:normal;text-align: center;margin-bottom:20px;}
.mapPup .mappupBox .mapCont .contBox{}
.mapPup .mappupBox .mapCont .contBox .imgBox{margin-bottom:20px;}
.mapPup .mappupBox .mapCont .contBox p{text-indent:2em;font-size:16px;color: #888888;}
/*全球布局*/

/*特许资质*/
.Franchise{margin-bottom:0!important;}
.GrouProfile .Franchise h5{font-size:45px;font-weight:normal;text-align: center;margin-bottom:40px;}
.GrouProfile .Franchise li{padding: 2% 2.5%;}
.GrouProfile .foor3 li .iconB{width: 32%;}
.GrouProfile .foor3 li .textB{width: 60%;}
.GrouProfile .Franchise li .textB p.secn{min-height: 120px;}
/*特许资质*/

/*荣誉资质*/
.honerBox{padding:70px 0;}
.honerBox .honrMenu{text-align: center;margin-bottom:70px;}
.honerBox .honrMenu li{display: inline-block;padding: 0 4%;background:#f4f4f4;margin-bottom: 3px;}
.honerBox .honrMenu li a{display: block;position: relative;font-size:18px;line-height:70px;}
.honerBox .honrMenu li.on a{color: #009b4c;}
.honerList{position: relative;}
.honerList.be:before{width: 100%;height: 72px;content: '';background: url('../png/hlbg.png') no-repeat;position: absolute;top: 185px;left: 0;z-index: -1;}
.honerList.af:after{width: 100%;height: 72px;content: '';background: url('../png/hlbg.png') no-repeat;position: absolute;top: 500px;left: 0;z-index: -1;}
.honerList ul{padding: 0 5%;position: relative;}
.honerList.beaf ul:before{width: 100%;height: 72px;content: '';background: url('../png/hlbg.png') no-repeat;position: absolute;top: 816px;left: 0;z-index: -1;}
.honerList li{float: left;width: 20%;margin-right: 6.66%;margin-bottom:50px;text-align: center;}
.honerList li:nth-child(4n){margin-right:0;}
.honerList li .imgBox{line-height:185px;text-align: center;position: relative;overflow: hidden;}
.honerList li .imgBox img{vertical-align: bottom;-webkit-transition: .4s;-ms-transition: .4s;transition: .4s;}
.honerList li .imgBox .view{width: 30px;height: 30px;background:rgba(0,0,0,.2) url(../png/sear2.png) no-repeat center center;position: absolute;right:0;bottom:0;}
.honerList li .txtBox{margin-top: 11%;}
.honerList li .txtBox p{font-size:16px;color: #555;line-height:26px;height: 52px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.honerBox h5{font-size:45px;text-align: center;font-weight:normal;margin-bottom:40px;}
.honerList li:hover .imgBox img {-ms-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}

@media(max-width: 1280px){
    .honerList.be:before{display: none}
    .honerList.af:after{display: none;}
    .honerList.beaf ul:before{display: none;}
    .systList.be:before{display: none}
    .systList.af:after{display: none;}
    .systList.beaf ul:before{display: none;}
}
@media(max-width:768px){
    .honerBox{padding-top:30px;}
    .honerBox .honrMenu{margin-bottom:30px;}
    .honerList li{width: 49%;margin-right:2%;margin-bottom:20px;}
    .honerList li:nth-child(2n){margin-right:0;}
    .honerList li .txtBox{margin-top:10px;}
	.bottom .bomTop .leftBox ul{display: flex;flex-wrap: wrap;justify-content: center;}
}
@media(max-width:400px){
	.bottom .bomTop .leftBox li:nth-child(4){margin-left: 0;}
	}
/*荣誉资质*/

/*发展历程*/
.historyBox{padding-bottom:9%;}
.historyBox .yearBox{border-top:1px solid #ddd;position: relative;}
.historyBox .yearBox .slick-list{padding-bottom:10px;}
.historyBox .yearBox .item{position: relative;border-bottom:5px solid #dddddd;background:#f4f4f4;}
/* .historyBox .yearBox .item.on{border-bottom:5px solid #009b4c;} */
.historyBox .yearBox .lineBox{position: absolute;left: 0;bottom: 10px;height: 5px;width: 12.25%;background-color: #009b4c;transition: all 0.3s;}
.historyBox .yearBox .item .relatBox{text-align: center;padding:280px 0 20px 0;position: relative;}
.historyBox .yearBox .item .relatBox:before{width: 18px;height: 18px;content:'';background:#ddd;position: absolute;left: 50%;margin-left:-9px;bottom:-11px;border-radius:50%;}
.historyBox .yearBox .item .relatBox time{font-size:24px;color: #009b4c;}
.historyBox .yearBox .item .relatBox p{font-size:18px;}
.historyBox .yearBox .item .absolBox{position: absolute;width: 95%;left: 50%;margin-left:-47.5%;bottom:40px;padding: 40px;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);opacity: 0;transition:.3s;}
.historyBox .yearBox .item .absolBox:before{width: 39px;height: 25px;content:'';background:url(../png/i7.png) no-repeat;position: absolute;left: 50%;margin-left:-19.5px;bottom:-25px;}
.historyBox .yearBox .item .absolBox .txtBox{width: 48%;float: left;}
.historyBox .yearBox .item .absolBox .txtBox time{display: inline-block;line-height:45px;text-align: center;font-size:24px;color: #fff;background:#009b4c;padding: 0 20px;margin-bottom:20px;}
.historyBox .yearBox .item .absolBox .txtBox h5{font-size: 24px;color: #009b4c;font-weight:normal;}
.historyBox .yearBox .item .absolBox .txtBox p{font-size:14px;line-height:24px;color: #888;}
.historyBox .yearBox .item .absolBox .imgBox{width: 48%;float: right;}
.historyBox .yearBox .item.slick-current .relatBox time,
.historyBox .yearBox .item.slick-current .relatBox p{opacity: 0;}
.historyBox .yearBox .item.slick-current .absolBox{opacity: 1;}
.historyBox .yearBox .item.on .relatBox:before,
.historyBox .yearBox .item.slick-current .relatBox:before{background:#009b4c;}
.historyBox .contBox{padding-top:95px;}
.historyBox .contBox .item{}
.historyBox .contBox .item h5{margin-left:100px;line-height:60px;padding: 0 35px;border-left:4px solid #009b4c;font-weight:normal;font-size:24px;background:#ececec;}
.historyBox .contBox .item .itemList{padding-left:100px;position: relative;}
.historyBox .contBox .item .itemList .timeB{position: absolute;top: 55px;left: 0;font-size:24px;}
.historyBox .contBox .item .itemList .textB{border-left:4px solid #ececec;padding:55px 0 55px 40px;position: relative;}
.historyBox .contBox .item .itemList .textB:before{width: 18px;height: 18px;content:'';background:#ddd;position: absolute;left:-11px;top: 60px;border-radius:50%;}
.historyBox .contBox .item .itemList .textB time{font-size:20px;margin-bottom:15px;}
.historyBox .contBox .item .itemList .textB img{margin-bottom:10px;}
.historyBox  .contBox .item .itemList .textB p{font-size:16px;color: #888;}
.historyBox .slick-slide img{width: auto;margin: 20px 0;}
@media (max-width:768px) {
  .historyBox .yearBox .lineBox{display: none;}
  .historyBox .contBox .item h5{margin-left: 78px;}
  .historyBox .contBox .item .itemList{padding-left: 78px;}
  .historyBox .contBox .item .itemList .timeB{font-size: 20px;}
}
/*发展历程*/

/*主导产品*/
.LeadingPro{}
.LeadingPro .titBox{margin-bottom:100px;}
.LeadingPro .titBox h5{text-align: center;font-size:45px;font-weight:normal;margin-bottom:20px;}
.LeadingPro .titBox p{max-width:950px;margin: 0 auto;font-size:16px;line-height:30px;color: #888;margin-bottom:15px;text-indent:2em;}
.LeadingPro .titBox .view{font-size:16px;color: #009b4c;text-align: center;display: block;}
.LeadingPro .leadList{}
.LeadingPro .leadList .item{position: relative;color: #fff;margin-bottom:2%;}
.LeadingPro .leadList .item:before{position: absolute;width: 100%;height: 100%;content:'';background:rgba(0,0,0,.62);top: 0;left: 0;opacity: 0;}
.LeadingPro .leadList .item h5{position: absolute;bottom:5%;font-size:28px;font-weight:normal;left: 3%;transition:.3s;}
.LeadingPro .leadList .item .absoluBox{position: absolute;bottom:0;width: 80%;left: 50%;margin-left:-40%;top: 20%;opacity: 0;transition:.3s;}
.LeadingPro .leadList .item .absoluBox p{font-size:16px;line-height:30px;margin-bottom:8%;}
.LeadingPro .leadList .item .absoluBox dl{margin: 0;}
.LeadingPro .leadList .item .absoluBox dd{margin: 0;float: left;margin-right:4%;margin-bottom:4%;}
.LeadingPro .leadList .item .absoluBox dd a{display: block;line-height:40px;border:1px solid #fff;padding: 0 25px;color: #fff;transition:.3s;}
.LeadingPro .leadList .item .absoluBox dd a span{margin-right:5px;}
.LeadingPro .leadList .item .absoluBox dd a:hover{background:#009b4c;border:1px solid #009b4c;}
.LeadingPro .leadList .itemOne .item{}
.LeadingPro .leadList .itemOne .item .figure{height: 300px;padding: 0;background-repeat:no-repeat;background-size: cover;background-position:center center;}

.LeadingPro .leadList .itemTwo .item{width: 49%;float: left;margin-right:2%;}
/* .LeadingPro .leadList .itemTwo .item:nth-child(1){margin-top: 2.5%;} */
.LeadingPro .leadList .itemTwo .item:nth-child(2n){margin-right:0;}
.LeadingPro .leadList .itemTwo .item figure{padding-bottom:75%;background-repeat:no-repeat;background-size: cover;background-position:center center;}
/* .LeadingPro .leadList .itemTwo .item:nth-child(1) figure{padding-bottom: 70%;} */
.LeadingPro .leadList .itemThr .item{width: 32%;float: left;margin-right:2%;}
.LeadingPro .leadList .itemThr .item:nth-child(3n){margin-right:0;}
.LeadingPro .leadList .itemThr .item figure{padding-bottom:75%;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.LeadingPro .leadList .item:hover h5{top: 10%;bottom:auto;}
.LeadingPro .leadList .item:hover .absoluBox{opacity: 1;}
.LeadingPro .leadList .item:hover:before{opacity: 1;}
/*主导产品*/

/*产品列表*/
.proListmenu{padding:60px 0;}
.proListmenu li{float: left;width: 17%;margin-right:3.75%;margin-bottom:20px;}
.proListmenu li:nth-child(5n){margin-right:0;}
.proListmenu li a{display: block;line-height:60px;text-align: center;color: #fff;font-size: 18px;}
.proListBox{padding-bottom:6%;}
.proListBox .titBox{margin-bottom:60px;}
.proListBox .titBox h5{font-size:45px;text-align: center;font-weight:normal;margin-bottom:15px;}
.proListBox .titBox p{max-width: 950px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  color: #888;
  margin-bottom: 15px;
  text-indent: 2em;}
.proListBox .titBox .p{max-width: none;text-indent:0;margin-bottom: 0;}
.proListBox .titBox .text{}
.proListBox .titBox .text a{
  font-size: 16px;
  color: #009b4c;}
.proListBox .proList{display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap; }
.proListBox .proList .item{width: 30.5%;margin-right:4.25%;box-shadow:0 0 20px rgba(0,0,0,.2);margin-bottom:3%;}
.proListBox .proList .item:nth-child(3n){margin-right:0;}
.proListBox .proList .item .txtBox{background:#fff;padding: 40px 0;min-height: 350px;}
.proListBox .proList .item .txtBox h5{padding-left:45px;font-size:28px;font-weight:normal;margin-bottom:25px;line-height:1;position: relative;}
.proListBox .proList .item .txtBox h5:before{width: 3px;height: 100%;content:'';background:#009b4c;position: absolute;top: 0;left: 32px;}
.proListBox .proList .item .txtBox .linkList a{display: block;font-size:18px;line-height:36px;padding-left: 55px;position: relative;color: #555;}
.proListBox .proList .item .txtBox .linkList a:before{width: 5px;height: 5px;content:'';background:#555;position: absolute;top: 50%;margin-top:-2.5px;left: 42px;border-radius:50%;}
.proListBox .proList .item .txtBox .linkList a:after{width: 8px;height: 15px;content:'';background:url(../png/i8.png) no-repeat;position: absolute;top: 50%;margin-top:-7.5px;right: 42px;}
.proListBox .proList .item .txtBox .linkList a:hover{background:#f4f4f4;}
/*产品列表*/

/*绿色再生塑料*/
.greenproList{}
.greenproList .item{float: left;width: 25%;border-right:1px solid #fff;}
.greenproList .item .imgBox{position: relative;}
.greenproList .item .imgBox p{text-transform: uppercase;font-size:70px;text-overflow: ellipsis;color: #fff;font-weight:bold;left: 5%;bottom:0;position: absolute;line-height:1;right: 5%;white-space: nowrap;overflow: hidden;}
.greenproList .item .txtBox{color: #fff;}
.greenproList .item .txtBox h5{line-height:65px;font-size:28px;font-weight:normal;padding-left:8%;background:#009448;text-transform: uppercase;}
.greenproList .item .txtBox .linkList{padding: 5% 8%;background:#00a550;overflow: hidden;position: relative;min-height: 280px;}
.greenproList .item .txtBox .linkList:before{width: 254px;height: 270px;content:'';background:url(../png/gr.png) no-repeat;position: absolute;right:-20px;bottom:-15px;opacity: .1;}
.greenproList .item .txtBox .linkList a{color: #fff;display: block;font-size:18px;line-height:30px;padding-left:20px;position: relative;}
.greenproList .item .txtBox .linkList a:before{width: 4px;height: 4px;content: '';background:#fff;border-radius:50%;position: absolute;left: 0;top: 50%;margin-top:-2px;}
.greenproList .item:nth-child(2) .txtBox h5{background:#00a285;}
.greenproList .item:nth-child(2) .txtBox .linkList{background:#00b494;}
.greenproList .item:nth-child(3) .txtBox h5{background:#068a9a;}
.greenproList .item:nth-child(3) .txtBox .linkList{background:#079aab;}
.greenproList .item:nth-child(4) .txtBox h5{background:#2a84ad;}
.greenproList .item:nth-child(4) .txtBox .linkList{background:#2f93c1;}
/*绿色再生塑料*/

/*产品详情*/

.proInfo {
  padding: 90px 0;
}
.proInfo .proinfoTop {
  margin-bottom: 6%;
}
.proInfo .proinfoTop .imgBox {
  width: 50%;
  float: left;
  position: relative;
}
.proInfo .proinfoTop .imgBox .view {
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,.2) url(../png/sear2.png) no-repeat center center;
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
}
.proInfo .proinfoTop .txtBox {
  width: 50%;
  float: left;
  padding: 0 3.5%;
}
.proInfo .proinfoTop .txtBox h5 {
  font-size: 45px;
  color: #009b4c;
  font-weight: normal;
}
.proInfo .proinfoTab {
  margin-bottom: 3%;
}
.proInfo .proinfoTab .titBox {
  background: #f4f4f4;
  margin-bottom: 50px;
}
.proInfo .proinfoTab .titBox h5 {
  line-height: 60px;
  display: inline-block;
  padding: 0 45px;
  background: #009b4c;
  color: #fff;
  font-weight: normal;
  font-size: 28px;
}
.proInfo .proinfoTab .tabBox {}
.proInfo .proinfoTab .tabBox ul {
  margin: 12px 0 50px;
}
.proInfo .proinfoTab .tabBox ul li {
  position: relative;
  padding-left: 22px;
  line-height: 30px;
}
.proInfo .proinfoTab .tabBox ul li::after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  top: 12px;
  left: 6px;
  background: #666666;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
}
.proInfo .proinfoDes table {
  border-collapse: collapse;
  width: 100%;
  line-height: 30px;
}
.proInfo .proinfoDes table th {
  padding: 15px;
  font-size: 24px;
  font-weight: normal;
  background: #f4f4f4;
  border: 1px solid #e7e7e7;
}
.proInfo .proinfoDes table th:nth-child(2n) {
  background: #e7e7e7;
}
.proInfo .proinfoDes table td {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width:768px) {
  .proInfo .proinfoTab .tabBox ul {
      margin: 10px 0 30px;
  }
  .proInfo .proinfoDes table th {
      padding: 6px;
      font-size: 18px;
  }
  .proInfo .proinfoDes table td {
      padding: 6px;
      font-size: 14px;
  }
}


/* .proInfo{padding: 90px 0;}
.proInfo .proinfoTop{margin-bottom:6%;}
.proInfo .proinfoTop .imgBox{width: 50%;float: left;position: relative;}
.proInfo .proinfoTop .imgBox .view{width: 30px;height: 30px;display: none;background:rgba(0,0,0,.2) url(../images/sear2.png) no-repeat center center;position: absolute;right:0;bottom:0;}
.proInfo .proinfoTop .txtBox{width: 50%;float: left;padding: 0 3.5%;}
.proInfo .proinfoTop .txtBox h5{font-size:45px;color: #009b4c;font-weight:normal;}
.proInfo .proinfoTab{margin-bottom:3%;}
.proInfo .proinfoTab .titBox{background:#f4f4f4;margin-bottom:50px;}
.proInfo .proinfoTab .titBox h5{line-height:60px;display: inline-block;padding: 0 45px;background:#009b4c;color: #fff;font-weight:normal;font-size:28px;}
.proInfo .proinfoTab .tabBox{}
.proInfo .proinfoTab .tabBox table{border-collapse:collapse;width: 100%;}
.proInfo .proinfoTab .tabBox table th{font-size:22px;font-weight:normal;background:#bcbbbb;border:5px solid #fff;}
.proInfo .proinfoTab .tabBox table td{text-align: center;font-size:20px;background:#e8e8e8;border:5px solid #fff;}
.proInfo .proinfoDes{}
.proInfo .proinfoDes h5{font-size:22px;font-weight:normal;margin-bottom:10px;}
.proInfo .proinfoDes .itemBox{}
.proInfo .proinfoDes .itemBox .item{float: left;width: 48%;}
.proInfo .proinfoDes .itemBox .item p{font-size:20px;margin-bottom:20px;}
.proInfo .proinfoDes .itemBox .item:nth-child(2n){float: right;}
.proInfo .proinfoDes .itemBox.itemBoxonL .item{float: none;width: 100%;margin-bottom: 2%;} */
/*产品详情*/

/*创新驱动*/
.Innovate{padding: 60px 0;}
.Innovate .innovTop{background:#f4f4f4;margin-bottom:2%;}
.Innovate .innovTop .novSlide{width: 50%;float: left;}
.Innovate .innovTop .novSlide li{position: relative;}
.Innovate .innovTop .novSlide li .imgBox{}
.Innovate .innovTop .novSlide li a.imga{position: absolute;font-size:18px;line-height:30px;color: #fff;padding: 5px 15% 5px 3%;width: 100%;left: 0;bottom:0;background:rgba(0,0,0,.6);}
.Innovate .innovTop .novSlide li a.imga:hover{color: #009b4c;}
.Innovate .innovTop .novSlide .slick-dots{position: absolute;text-align: center;bottom: 15px;right:3%;}
.Innovate .innovTop .novSlide .slick-dots li{display: inline-block;width: 8px;height: 9px;background: #fff;border-radius:50%;transition:.3s;margin: 0 5px;}
.Innovate .innovTop .novSlide .slick-dots li.slick-active{background:#fff;width: 30px;border-radius:35px;background:#009b4c;}
.Innovate .innovTop .novSlide .slick-dots li button{display: none;}
.Innovate .innovTop .novList{width: 50%;float: left;padding: 3% 3% 0;}
.Innovate .innovTop .novList li{padding: 15px 0;border-top:1px solid #e2e2e2;min-height: 98px;}
.Innovate .innovTop .novList li:first-child{border-top:none;}
.Innovate .innovTop .novList li time{float: left;width: 20%;display: block;font-size:18px;color: #888;}
.Innovate .innovTop .novList li a{width: 80%;float: left;font-size:18px;line-height:24px;}
.Innovate .innovMid{}
.Innovate .innovMid .itemBox{}
.Innovate .innovMid .itemBox .item{width: 37%;float: left;}
.Innovate .innovMid .itemBox .item:nth-child(2){float: right;width: 61%;}
.Innovate .innovMid .itemBox:nth-child(2n) .item{width: 61%;float: left;}
.Innovate .innovMid .itemBox:nth-child(2n) .item:nth-child(2){width: 37%;float: right;}
.Innovate .innovMid .itemBox .item .reFindings{position: relative;}
.Innovate .innovMid .itemBox .item .reFindings .slick-arrow{position: absolute;width: 33px;height: 33px;background:url(../png/albtn.png) no-repeat;opacity: .2;top: 50%;margin-top:-16.5px;border:none;right: 5px;z-index: 9;font-size:0;cursor: pointer;}
.Innovate .innovMid .itemBox .item .reFindings .slick-arrow.slick-prev{right: auto;left:5px;transform: rotate(180deg);}
.Innovate .innovMid .itemBox .item .reFindings li{position: relative;}
.Innovate .innovMid .itemBox .item .reFindings li h5{line-height:55px;height: 55px;;background:rgba(0,0,0,.5);color: #fff;left: 0;bottom:0;padding: 0 3%;position: absolute;width: 100%;font-size:26px;font-weight:normal;}
.Innovate .innovMid .itemBox .item .itemCont{position: relative;margin-bottom:30px;}
.Innovate .innovMid .itemBox .item .more{position: absolute;line-height:55px;border-top: 1px solid rgba(255,255,255,.5);width: 100%;padding-left:5%;bottom:0;left: 0;font-size:26px;color: #fff;display: block;}
.Innovate .innovMid .itemBox .item .more:before{width: 37px;height: 15px;content: '';background:url(../png/i5.png) no-repeat;position: absolute;top: 50%;margin-top:-5.5px;right:5%;transition:.3s;}
.Innovate .innovMid .itemBox .item .more:hover:before{right:2%;}
/*创新驱动*/

/*研究动态*/
.Research{margin-bottom:5%;}
.Research .slick-slider{padding-bottom:60px;}
.Research li{background:#f4f4f4;padding: 35px 50px;}
.Research li h5{font-size:26px;font-weight:normal;margin-bottom:15px;}
.Research li p{font-size:16px;line-height:24px;color: #888;}
.Research li .tmBox{margin-top:3%;}
.Research li .tmBox time{display: inline-block;vertical-align: middle;padding-right:15px;font-size:18px;color: #888;}
.Research li .tmBox .more{display: inline-block;vertical-align: middle;padding-left:15px;color: #009b4c;font-size:16px;line-height:1;border-left:1px solid #d1d1d1;}

.Research .slick-dots{position: absolute;text-align: center;bottom: 0;width: 100%;}
.Research .slick-dots li{display: inline-block;width: 8px;height: 9px;background: #dcdcdc;border-radius:50%;transition:.3s;margin: 0 5px;padding: 0;}
.Research .slick-dots li.slick-active{background:#dcdcdc;width: 30px;border-radius:35px;background:#009b4c;}
.Research .slick-dots li button{display: none;}
.ResearchList ul {display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;flex-wrap: wrap;}
.ResearchList li{float: left;width: 23%;margin-right:2.66%;margin-bottom:4%;}
.ResearchList li:nth-child(4n){margin-right:0;}
.ResearchList li .txtBox{background:#f4f4f4;padding: 30px 20px;}
.ResearchList li .txtBox h5{font-size:20px;font-weight:normal;line-height:30px;margin-bottom:50px;height: 60px;overflow: hidden;}
.ResearchList li .txtBox .tmBox{}
.ResearchList li .txtBox .tmBox time{display: inline-block;vertical-align: middle;padding-right:15px;font-size:16px;color: #888;}
.ResearchList li .txtBox .tmBox .more{display: inline-block;vertical-align: middle;padding-left:15px;color: #009b4c;font-size:16px;line-height:1;border-left:1px solid #d1d1d1;}
/*研究动态*/

/*页码*/
.PageBox{padding-top:20px;}
.PageBox .Pages{text-align:center;}
.PageBox .Pages a{padding:8px 10px;color:#999;font-size:16px;margin:0 3px;transition:all .5s;width: 50px;}
/* .PageBox .Pages a:hover,*/
.PageBox .Pages a:hover{
    background:#009b4c;color:#fff;
}

.PageBox .Pages a.a_cur{background:#009b4c;color:#fff;} 
.PageBox .Pages .num a:hover{
    background:#009b4c;color:#fff;
}

.PageBox .Pages .num{font-style:normal;}
.PageBox .Pages a.a_first{
    position: relative;
    background: url(../png/h_l01.png) no-repeat center;
    filter: grayscale(100%) brightness(150%);
    -webkit-filter: grayscale(100%) brightness(150%);
}
.PageBox .Pages a.a_first[href="javascript:void(0);"]{
    filter: grayscale(100%) brightness(150%) !important;
    -webkit-filter: grayscale(100%) brightness(150%) !important;
}
.PageBox .Pages a.a_first:hover{
    filter: unset;
    -webkit-filter: unset;
}
.PageBox .Pages a.a_prev:hover{
    filter: unset;
    -webkit-filter: unset;
}
.PageBox .Pages a.a_prev{
    position: relative;
    background: url(../png/h_l02.png) no-repeat center;
    filter: grayscale(100%) brightness(150%);
    -webkit-filter: grayscale(100%) brightness(150%);
}
.PageBox .Pages a.a_prev[href="javascript:void(0);"]{
    filter: grayscale(100%) brightness(200%) !important;
    -webkit-filter: grayscale(100%) brightness(150%) !important;
}
.PageBox .Pages a.a_next{
    position: relative;
    background: url(../png/h_l03.png) no-repeat center center;
    filter: grayscale(100%) brightness(150%);
    -webkit-filter: grayscale(100%) brightness(150%);
}
.PageBox .Pages a.a_next[href="javascript:void(0);"]{
    filter: grayscale(100%) brightness(150%) !important;
    -webkit-filter: grayscale(100%) brightness(150%) !important;
}
.PageBox .Pages a.a_next:hover{
    filter: unset;
    -webkit-filter: unset;
}
.PageBox .Pages a.a_end:hover{
    filter: unset;
    -webkit-filter: unset;
}
.PageBox .Pages a.a_end[href="javascript:void(0);"]{
    filter: grayscale(100%) brightness(150%) !important;
    -webkit-filter: grayscale(100%) brightness(150%) !important;
}
.PageBox .Pages a.a_end{
    position: relative;
    background: url(../png/h_l04.png)  no-repeat center center;
    filter: grayscale(100%) brightness(150%);
    -webkit-filter: grayscale(100%) brightness(150%);
}
span.p_jump .f1 {
    font-weight: normal;
    color: #414141;
    margin: 0 4px;
    line-height: 46px;
    font-size: 16px;
}
span.p_jump input#_input {
    line-height: 44px;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 46px;
    text-align: center;
    color: #414141;
    font-size: 16px;
}
span.p_jump input#_button {
    background: #ebebeb;
    width: auto;
    padding: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: #414141;
    font-family: 'scCNreg';
    font-size: 16px;
}





@media screen and (min-width:768px){
  .PageBox{padding: 60px 0;}
  .PageBox .Pages a{padding:10px 15px;margin: 0 10px;}
  .PageBox .Pages .num a{display:inline-block;padding:8px 15px;}
  span.p_jump input#_button{font-size: 14px;}
  span.p_jump .f1{font-size: 14px;}
}
@media (max-width: 600px){
    .PageBox span.p_jump {
        display: block;
        margin: 15px 0 0;
    }
    span.p_jump input#_input{
        line-height: 30px;
        width: 30px;
    }
    span.p_jump input#_button{
        font-size: 14px;
        padding: 5px 10px
    }
}

/*页码*/

/*研究成果*/
.Fruitfoor1{margin-bottom:5%;}
.Fruitfoor1 .titBox{text-align: center;margin-bottom:5%;}
.Fruitfoor1 .titBox h5{font-size:45px;font-weight:normal;margin-bottom:15px;}
.Fruitfoor1 .titBox p{font-size:16px;line-height:30px;color: #888;max-width:900px;margin: 0 auto;}
.Fruitfoor1 .imgBox{text-align: center;}
.FruitItem{}
.FruitItem .titTop{margin-bottom:50px;text-align: center;}
.FruitItem .titTop h5{font-size:45px;font-weight:normal;margin-bottom:15px;}
.FruitItem .titTop p{font-size:24px;}
.FruitItem .item{margin-bottom:5%;overflow: hidden;}
.FruitItem .item .titBox{text-align: center;margin-bottom:40px;}
.FruitItem .item .titBox h5{font-size:30px;font-weight:normal;color: #009b4c;margin-bottom:10px;}
.FruitItem .item .titBox span{font-size:22px;display: block;margin-bottom:20px;}
.FruitItem .item .titBox p{font-size:16px;line-height:30px;color: #888;max-width:1220px;margin: 0 auto;}
.FruitItem .item .imgBox{/* float:right; */text-align: center;}
.FruitItem .item .img-group aside{font-size:20px;margin-top:10px;}
.FruitItem .item .img-group + .img-group{margin-top:20px}
@media(max-width:1024px){
.FruitItem .item .img-group aside{font-size:14px;}
}
.FruitItem .itemBox{margin-bottom:5%;}
.FruitItem .itemBox .titBox{float: left;width: 34%;padding-top:5%;}
.FruitItem .itemBox .titBox h5{font-size:30px;font-weight:normal;color: #009b4c;margin-bottom:10px;}
.FruitItem .itemBox .titBox span{font-size:22px;display: block;margin-bottom:20px;}
.FruitItem .itemBox .titBox p{font-size:16px;line-height:30px;color: #888;}
.FruitItem .itemBox .imgBox{float: right;width: 58%;}
.FruitItem .itemList .itemBox:nth-child(2n) .titBox{float: right;}
.FruitItem .itemList .itemBox:nth-child(2n) .imgBox{float: left;}
/*研究成果*/

/*研究平台*/
.platformTop{margin-bottom:6%;}
.platformTop h5{text-align: center;font-size:45px;font-weight:normal;margin-bottom:40px;}
.platformTop span{display: block;text-align: center;font-size:24px;margin-bottom:20px;}
.platformTop p{max-width:940px;margin: 0 auto;font-size:16px;color: #888;padding-left: 18px;position: relative;}
.platformTop p:before{width: 7px;height: 7px;content:'';background:#009b4c;border-radius: 50%;position: absolute;left: 0;top: 50%;margin-top:-3.5px;}
.platformTop .imgBox{margin-top:40px;}
.platformTop .imgBox .item{float: left;width: 32%;margin-right: 2%;}
.platformTop .imgBox .item:nth-child(3n){margin-right:0;}
.platformTop .imgBox .item em{display: block;text-align: center;font-style:normal;font-size:18px;line-height:30px;margin-top:5px;}
.platListTop{margin-bottom: 6%;}
.platListTop li{width: 23%;float: left;margin-right:2%;position: relative;}
.platListTop li:last-child{margin-right:0;}
.platListTop li .imgBox{}
.platListTop li .view{display: flex;justify-content: space-between;align-items: center;position: absolute;line-height:1.5;width: 100%;padding-right: 20%;padding-left:5%;bottom:5%;left: 0;font-size:18px;color: #fff;}
.platListTop li .view:after{margin-left: 20px;width: 31px;height: 11px;content: '';background:url(../png/i4_w.png) no-repeat;position: absolute;top: 50%;margin-top:-5.5px;right:5%;transition:.3s;}

.platListTop li .view:hover:after{right:2%;}

.platListCenter{margin-bottom: 6%;}
.platListCenter li{width: 32%;float: left;margin-right:2%;position: relative;}
.platListCenter li:last-child{margin-right:0;}
.platListCenter li .imgBox{}
.platListCenter li .view{margin-top: 10px;width: 100%;font-size:18px;color: #333;display: block;text-align: center;}

@media (min-width:768px) {
	.platListCenter li .view{padding: 0 65px;}
}





.platList{}
.platList li{float: left;width: 32%;margin-right: 2%;position: relative;margin-bottom:2%;}
.platList li:nth-child(3n){margin-right:0;}
.platList li .view{position: absolute;line-height:55px;width: 100%;padding-left:5%;bottom:0;left: 0;font-size:22px;color: #fff;display: block;}
.platList li .view:before{width: 31px;height: 11px;content: '';background:url(../png/i4_w.png) no-repeat;position: absolute;top: 50%;margin-top:-5.5px;right:5%;transition:.3s;}
.platList li .view:hover:before{right:2%;}

/*详情*/
.platformInfo{}
.platformInfo h5{font-size:45px;font-weight:normal;text-align: center;margin-bottom:35px;}
.platformInfo .textB{font-size:16px;line-height:30px;color: #333333;margin-bottom:40px;}
.platformInfo .textB p,
.platformInfo .textB span{font-family: "微软雅黑" !important;}
.platformInfo .textB p{font-size: 16px !important;line-height: 30px !important;text-indent: 2em !important;}

.platformInfo .imgList .item{float: left;width: 49%;}
.platformInfo .imgList .item span{display: block;text-align: center;font-style:normal;font-size:18px;line-height:30px;margin-top:5px;}
.platformInfo .imgList .item:nth-child(2n){float: right;}
/*详情*/

/*研究平台*/

/*检测实力*/
.titleBox{}
.titleBox h5{font-size:45px;font-weight:normal;text-align: center;margin-bottom:40px;}
.titleBox p{font-size:16px;line-height:30px;color: #888;margin-bottom:30px;}
.strengthF1{margin-bottom:5%;}
.strengthF1 .item{margin-bottom:45px;}
.strengthF1 .item .imgB{float: left;width: 73%;}
.strengthF1 .item .imgB:nth-child(2n){float: right;width: 25.5%;}
.strengthF1 .item span{display: block;text-align: center;font-style:normal;font-size:18px;line-height:30px;margin-top:5px;}
.strengthF2{margin-bottom:5%;}
.strengthF3{}
.strengthF3 .honerList{}
.strengthF3 .honerList ul{padding: 0 10%;}
.strengthF3 .honerList li{width: 30%;margin-right:5%;}
.strengthF3 .honerList li:nth-child(4n){margin-right:5%;}
.strengthF3 .honerList li:nth-child(3n){margin-right:0;}
.strengthF3 .honerList.af:after{top: 665px;}
.strengthF4{}
.strengthF4 .textB{background:#f4f4f4;padding: 5% 3%;}
.strengthF4 .textB p{line-height:38px;font-size:16px;}
.strengthF4 .textB p span{color: #009b4c;font-weight: bold;}
.strengthF5{overflow: hidden;}
.strengthF5 .item{margin-bottom:3%;overflow: hidden;float: left;}
.strengthF5 .item:nth-child(5){float: right;}
.strengthF5 .item h5{font-size:30px;font-weight:normal;margin-bottom:8px;}
.strengthF5 .item.itemImg2 .w40{float: left;width: 40.5%;}
.strengthF5 .item.itemImg2 .w55{float: right;width: 57.5%;}
/*检测实力*/

/*领军人才*/
.expertBox{}
.expertBox h3{font-size:45px;font-weight:normal;margin-bottom:50px;text-align: center;}
.expertBox .expertList{margin-bottom:6%;}
.expertBox .expertList ul{display: flex;flex-wrap: wrap;}
.expertBox .expertList li{float: left;width: 49%;margin-right:2%;background:#f4f4f4;margin-bottom:2%;}
.expertBox .expertList li:nth-child(2n){margin-right:0;}
.expertBox .expertList li .leftBox{float: left;text-align: center;width: 33%;padding: 40px 0;}
.expertBox .expertList li .leftBox .imgB{margin-bottom:15px;}
.expertBox .expertList li .leftBox h5{font-size:28px;font-weight:normal;}
.expertBox .expertList li .leftBox span{font-size:18px;min-height: 60px;}
.expertBox .expertList li .righBox{float: left;width: 64%;margin: 40px 0;padding: 0 20px 0 55px;height: 300px;overflow-y: auto;}
.expertBox .expertList li .righBox h5{font-size:28px;font-weight:normal;margin-bottom:20px;}
.expertBox .expertList li .righBox p{font-size: 16px;color: #888;line-height:30px;}
.expertBox .expertList li .righBox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.expertBox .expertList li .righBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
  background   : #009b4c
  }
.expertBox .expertList li .righBox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : #e8e8e8;
  }
.expertBox .leadList{margin-bottom:6%;}
.expertBox .leadList li{padding: 45px 20px;text-align: center;background:#f4f4f4;float: left;width: 23%;margin-right:2.66%;margin-bottom:3%;}
.expertBox .leadList li:nth-child(4n){margin-right:0;}
.expertBox .leadList li .imgB{margin-bottom:25px;}
.expertBox .leadList li h5{font-size:28px;font-weight:normal;margin-bottom:10px;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.expertBox .leadList li p{font-size: 16px;color: #888;line-height:30px;height: 90px;}
.expertBox .prizeBox{}
.expertBox .prizeBox p{font-size:16px;line-height:30px;color: #888;}
.expertBox .prizeBox .imgBox{margin-top:30px;}
.expertBox .prizeBox .imgBox img{width: auto;display: block;margin:0 auto;}
.expertBox .prizeBox .imgBox img:nth-child(2n){float: right;}
.expertBox .prizeBox span{font-size:18px;display: block;text-align: center;margin-top:15px;}
/*领军人才*/

/*公司新闻*/
.newsSlide{position: relative;margin-bottom:50px;}
.newsSlide .slick-slider{padding-bottom:55px;}
.newsSlide li{background:#f4f4f4;margin-right:30px;opacity: .37;transition:.3s;}
.newsSlide li.slick-current{opacity: 1;}
.newsSlide .slick-initialized li.slick-slide{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.newsSlide li .imgBox{width: 52%;float: left;height: 350px;}
.newsSlide li .imgBox a{
   width: 100%;height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  outline: none;

}
.newsSlide li .imgBox img{width: 100%;max-height: 100%;}
.newsSlide li .txtBox{float: left;width: 48%;padding: 70px 60px;}
.newsSlide li .txtBox h5{font-size:20px;font-weight:normal;line-height:30px;margin-bottom:20px;}
.newsSlide li .txtBox p{font-size:16px;line-height:24px;color: #888;}
.newsSlide li .txtBox .tmBox{margin-top:10%;}
.newsSlide li .txtBox .tmBox time{display: inline-block;vertical-align: middle;padding-right:15px;font-size:18px;color: #888;}
.newsSlide li .txtBox .tmBox .more{display: inline-block;vertical-align: middle;padding-left:15px;color: #009b4c;font-size:16px;line-height:1;border-left:1px solid #d1d1d1;}
.newsSlide .slick-dots{position: absolute;text-align: center;bottom: 0;width: 100%;}
.newsSlide .slick-dots li{display: inline-block;width: 8px;height: 9px;background: #dcdcdc;border-radius:50%;transition:.3s;margin: 0 5px;opacity: 1;}
.newsSlide .slick-dots li.slick-active{width: 30px;border-radius:35px;background:#009b4c;}
.newsSlide .slick-dots li button{display: none;}
.newsList{}
.newsList li{padding: 25px 0;border-bottom:1px solid #eee;}
.newsList li .imgBox{width: 16%;float: left;}
.newsList li .txtBox{width: 80%;float: right;}
.newsList li .txtBox h5{font-size:20px;font-weight:normal;line-height:30px;margin-bottom:10px;}
.newsList li .txtBox p{font-size:16px;line-height:24px;color: #888;}
.newsList li .txtBox .tmBox{margin-top:30px;}
.newsList li .txtBox .tmBox time{display: inline-block;vertical-align: middle;padding-right:15px;font-size:18px;color: #888;}
.newsList li .txtBox .tmBox .more{display: inline-block;vertical-align: middle;padding-left:15px;color: #009b4c;font-size:16px;line-height:1;border-left:1px solid #d1d1d1;}
/*公司新闻*/

/*媒体聚焦*/
.mediaSlide{margin-bottom:50px;}
.mediaSlide li{background:#f4f4f4;margin-right:30px;}
.mediaSlide li .imgBox{
  position: relative;
  height: 200px;
  overflow: hidden;
}
.mediaSlide li .imgBox a{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mediaSlide li .imgBox a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mediaSlide li.vidBox .imgBox .vidBtn{width: 63px;height: 63px;background:url(../png/play.png) no-repeat;position: absolute;left: 50%;top: 50%;margin-left:-31.5px;margin-top:-31.5px;transition:.3s;}
.mediaSlide li.vidBox .imgBox .vidBtn:hover{margin-top:-36.5px;}
.mediaSlide li .imgBox span{position: absolute;left: 0;bottom:0;display: inline-block;padding: 0 30px;font-size:18px;color: #fff;background:#009b4c;line-height:33px;}
.mediaSlide li .txtBox{padding: 25px;}
.mediaSlide li .txtBox h5{font-size:20px;line-height:30px;font-weight:normal;}
.mediaSlide li .txtBox .tmBox{margin-top:70px;}
.mediaSlide li .txtBox .tmBox time{display: inline-block;vertical-align: middle;padding-right:15px;font-size:16px;color: #888;}
.mediaSlide li .txtBox .tmBox .more{display: inline-block;vertical-align: middle;padding-left:15px;color: #009b4c;font-size:16px;line-height:1;border-left:1px solid #d1d1d1;}
.mediaSlide .slick-slider{padding-bottom:55px;}
.mediaSlide .slick-dots{position: absolute;text-align: center;bottom: 0;width: 100%;}
.mediaSlide .slick-dots li{display: inline-block;width: 8px;height: 9px;background: #dcdcdc;border-radius:50%;transition:.3s;margin: 0 5px;opacity: 1;}
.mediaSlide .slick-dots li.slick-active{width: 30px;border-radius:35px;background:#009b4c;}
.mediaSlide .slick-dots li button{display: none;}
.mediaList{}
.mediaList li{padding: 30px 50px;border-bottom:1px solid #f1f1f1;transition:.3s;position: relative;}
.mediaList li:before{width: 32px;height: 12px;content:'';background:url(../png/i4_g.png) no-repeat;position: absolute;right:5%;top: 50%;margin-top:-6px;}
.mediaList li .tmBox{margin-bottom:10px;}
.mediaList li .tmBox span{display: inline-block;vertical-align: middle;padding-right:15px;color: #009b4c;font-size:16px;line-height:1;}
.mediaList li .tmBox time{display: inline-block;vertical-align: middle;padding-left:15px;font-size:16px;color: #888;border-left:1px solid #d1d1d1;}
.mediaList li a{font-size:20px;}
.mediaList li:hover{background:#f4f4f4;}
@media (max-width:480px){
  .mediaSlide li{margin-right: 0;}
}
/*媒体聚焦*/

/*新闻详情*/
.newsInfo{}
.newsInfo .titBox{border-bottom:1px solid #ebebeb;margin-bottom:70px;}
.newsInfo .titBox h5{font-size:32px;font-weight:normal;margin-bottom:25px;}
.newsInfo .titBox .tBox{}
.newsInfo .titBox .tBox span{font-size:16px;color: #888;line-height:36px;display: inline-block;margin-right:50px;}
.newsInfo .contBox{margin-bottom:70px;}
.newsInfo .contBox h5{text-align: center;font-size:32px;font-weight:normal;margin-bottom:25px;}
.newsInfo .contBox p{text-indent:2em;font-size:16px;color: #666;line-height:30px;}
.newsInfo .contBox .imgBox{margin: 35px 0;}
.newsInfo .contBox .imgBox span{display: block;text-align: center;color: #666;margin-top:15px;}
.newsInfo .garyCBox{padding: 70px 50px;background:#f4f4f4;margin-bottom:70px;}
.newsInfo .garyCBox h5{font-size:24px;font-weight:normal;margin-bottom:25px;}
.newsInfo .garyCBox p{font-size:16px;line-height:30px;text-indent:2em;}
/*新闻详情*/


/*循环产业*/
.estateList{ width: 100%; overflow: hidden;}
.estateList ul {position: relative;height: 450px;}
.estateList ul li{ width: 40%; border-left:1px solid #fff;}
.estateList ul li{ left:0;  position: absolute; }
.estateList ul li figure{ display: block; height: 450px; background-repeat: no-repeat;background-position:left center;background-size: cover;}
.estateList ul li .textB{color: #fff;position: absolute;top: 5%;left: 0;width: 40%;transition:.3s;padding: 25px 60px 40px 25px;}
.estateList ul li .textB h5{font-size:24px;line-height:36px;font-weight:normal;}
.estateList ul li .textB p{font-size:16px;line-height:26px;margin-top:10px;display: none;max-height: 78px;overflow: hidden;}
.estateList ul li .textB .desBox{display: none;margin-top:20px;}
.estateList ul li .textB .desBox .item{display: inline-block;vertical-align: middle;width: 49%;padding: 0 30px;border-left:2px solid #fff;font-style: italic;}
.estateList ul li .textB .desBox .item:first-child{padding-left:0;border-left:none;}
.estateList ul li .textB .desBox .item span{font-style: italic;font-size:70px;line-height:1;}
.estateList ul li .textB .desBox .item sup{font-size:30px;}
.estateList ul li .textB .desBox .item p{line-height:26px;margin-top:0;}
.estateList ul li .textB .view{display: none;width: 45px;height: 45px;background:url(../png/view.png) no-repeat;position: absolute;top: 50%;margin-top:-22.5px;right: 15px;}
.estateList ul li .textB em{position: absolute;padding-top:50px;font-size:24px;right: 15px;bottom:15px;font-style:normal;}
.estateList ul li .textB em:before{width: 1px;height: 45px;content:'';background:rgba(255,255,255,.3);position: absolute;top: 0;right: 2px;}

.estateList ul li:nth-child(1) .textB{background:rgba(0,155,76,.9);}
.estateList ul li:nth-child(2) .textB{background:rgba(82,74,165,.9);}
.estateList ul li:nth-child(3) .textB{background:rgba(0,156,162,.8);}
.estateList ul li:nth-child(4) .textB{background:rgba(34,85,169,.8);}
.estateList ul li:nth-child(5) .textB{background:rgba(0,137,188,.8);}
/*循环产业*/
@media (min-width:768px) {
	.estateList ul li:hover .textB{width: 85%;padding:20px 40px;}
	.estateList ul li:hover .textB p,
	.estateList ul li:hover .textB .desBox,
	.estateList ul li:hover .textB .view{display: block;}
}
/*废旧电池*/
.loopIndu{}
.loopIndu .itemBox{margin-bottom:5%;}
.loopIndu .itemBox .titBox{margin-bottom:35px;text-align: center;}
.loopIndu .itemBox .titBox h5{font-size:45px;font-weight:normal;}
.loopIndu .itemBox .titBox p{font-size:24px;line-height:30px;}
.loopIndu .itemBox .titBox span{display: block;font-size:16px;line-height:30px;color: #888;}
.loopIndu .itemBox .numBox{margin-bottom:40px;text-align: center;}
.loopIndu .itemBox .numBox .item{display: inline-block;vertical-align: middle;padding: 0 30px;border-left:2px solid #e9e9e9;font-style: italic;width: 19%;text-align: left;margin-bottom: 15px;}
.loopIndu .itemBox .numBox .item:first-child{border-left:none;}
.loopIndu .itemBox .numBox .item h5{font-size:24px;font-weight:normal;line-height:30px;}
.loopIndu .itemBox .numBox .item span{font-style: italic;font-size:70px;line-height:1;color: #009b4c;position: relative;}
.loopIndu .itemBox .numBox .item sup{font-size:28px;margin-left: 10px;}
.loopIndu .itemBox .numBox .item sub{font-size:26px;position: absolute;right: -35px;bottom:0;}
.loopIndu .itemBox .numBox .item p{line-height:26px;margin-top:0;}
.loopIndu .itemBox .imgBox{text-align: center;margin-bottom:30px;}
.loopIndu .itemBox .imgBox .w30{display: inline-block;vertical-align: middle;width: 40%;}
.loopIndu .itemBox .imgBox .w60{display: inline-block;vertical-align: middle;width: 55%;padding: 0 3%;text-align: left;}
.loopIndu .itemBox .imgBox .w60 p{font-size:16px;line-height:30px;color: #888;}
.loopIndu .itemBox .imgBox .w50{float: left;width: 49%;}
.loopIndu .itemBox .imgBox .w50:nth-child(2n){float: right;}
.loopIndu .itemBox .txtBox{max-width:730px;margin: 0 auto;margin-bottom: 30px;}
.loopIndu .itemBox .txtBox p{font-size:24px;line-height:30px;display: flex;align-items: center;}
.loopIndu .itemBox .txtBox p span{font-size:50px;color: #009b4c;}
/*废旧电池*/

/*人力资源*/
.humanResuo{}
.humanResuo .titBox{text-align: center;margin-bottom:4%;}
.humanResuo .titBox h1{font-size:36px;font-weight:normal;margin-bottom:20px;}
.humanResuo .titBox p{font-size:16px;line-height:30px;color: #555;max-width:1065px;margin: 0 auto;}
.humanResuo .listBox{}
.humanResuo .listBox .topBox{}
.humanResuo .listBox .topBox .item{float: left;width: 32%;margin-right:2%;position: relative;overflow: hidden;margin-bottom:2%;;}
.humanResuo .listBox .item img{transition:.3s;}
.humanResuo .listBox .topBox .item h5{position: absolute;width: 100%;text-align: center;top: 50%;margin-top:-25px;color: #fff;font-size:36px;font-weight:normal;}
.humanResuo .listBox .topBox .item:nth-child(3n){margin-right:0;}
.humanResuo .listBox .item:hover img{transform: scale(1.1);}
.humanResuo .listBox .bomBox{}
.humanResuo .listBox .bomBox .item{float: left;width: 49%;margin-right:2%;position: relative;overflow: hidden;margin-bottom:2%;}
.humanResuo .listBox .bomBox .item:nth-child(2n){margin-right:0;}
.humanResuo .listBox .bomBox .item .textB{position: absolute;width: 100%;text-align: center;top: 20%;color: #fff;line-height:40px;}
.humanResuo .listBox .bomBox .item .textB h5{font-size:36px;font-weight:normal;}
.humanResuo .listBox .bomBox .item .textB p{font-size:26px;}
/*人力资源*/

/*博士后招聘*/
.postdoctor{}
.postdoctor .titBox{}
.postdoctor .titBox h1{font-size:38px;text-align: center;font-weight:normal;margin-bottom:4%;}
.postdoctor .titBox h5{font-size:28px;color: #009b4c;text-align: center;margin-bottom:20px;font-weight:normal;}
.postdoctor .titBox p{text-indent:2em;font-size:16px;line-height:30px;}
.postdoctor .foor1{margin-bottom:6%;}
.postdoctor .foor2{margin-bottom:6%;}
.postdoctor .foor2 .DescBox{padding: 3% 6%;background:#f4f4f4;font-size:16px;line-height:30px;color: #555;}
.postdoctor .foor3{margin-bottom:6%;}
.postdoctor .foor3 .tabBox{margin-bottom:4%;}
.postdoctor .foor3 .tabBox table{border-collapse:collapse;width: 100%;}
.postdoctor .foor3 .tabBox table th{border: 1px solid #efefef;line-height:60px;background:#009b4c;color: #fff;font-size:20px;font-weight:normal;}
.postdoctor .foor3 .tabBox table td{border: 1px solid #efefef;line-height:60px;padding: 0 15px;}
.postdoctor .foor3 .tabBox table td:first-child{background:#f6f6f6;text-align: center;}
.postdoctor .foor3 .tabBox table td:last-child{text-align: center;}
.postdoctor .foor3 .tabBox span{text-indent:2em;font-size:16px;color: #555;margin-top:30px;display: block;}
.postdoctor .foor4{margin-bottom:6%;}
.postdoctor .foor4 .txtBox{}
.postdoctor .foor4 .txtBox p{text-indent:2em;font-size:16px;line-height:30px;color: #555;}
.postdoctor .foor4 .txtBox p span{display: block;}
.postdoctor .foor4 .txtBox p a{color: #008aff;text-decoration:underline!important;}
/*博士后招聘*/

/*社会招聘*/
.recruitBox{}
.recruitBox h3{font-size:24px;font-weight:normal;margin-bottom:15px;}
.recruitBox .screenBox{float: left;width: 16%;}
.recruitBox .screenBox .screenItem{background:#f4f4f4;padding: 20px;}
.recruitBox .screenBox .screenItem .item{}
.recruitBox .screenBox .screenItem .item h5{border-top:1px solid #eaeaea;line-height:50px;border-bottom:1px solid #eaeaea;font-size:24px;font-weight:normal;color: #666;position: relative;cursor: pointer;}
.recruitBox .screenBox .screenItem .item h5:before{width: 9px;height: 15px;content:'';background:url(../png/i10.png) no-repeat;position: absolute;top: 50%;margin-top:-7.5px;right: 12px;}
.recruitBox .screenBox .screenItem .item h5.on:before{transform: rotate(90deg);}
.recruitBox .screenBox .screenItem .item:first-child h5{border-top:none;}
.recruitBox .screenBox .screenItem .item:last-child h5{border-bottom:none;}
.recruitBox .screenBox .screenItem .item .slideBox{padding: 20px 0;display: none;}
.recruitBox .screenBox .screenItem .item .slideBox span{display: block;font-size:18px;color: #888;}
.recruitBox .screenBox .screenItem .item .slideBox a{display: block;padding-left:25px;font-size:16px;line-height:42px;color: #888;position: relative;}
.recruitBox .screenBox .screenItem .item .slideBox a:before{width: 14px;height: 14px;content:'';border:1px solid #ececec;background:#fff;position: absolute;left: 0;top: 50%;margin-top:-7px;transition:.3s;}
.recruitBox .screenBox .screenItem .item .slideBox a.on:before{background:#009b4c;}

.recruitBox .postBox{float: right;width: 80%;}
.recruitBox .postBox .searBox{margin-bottom:3%;}
.recruitBox .postBox .searBox .leftBox{width: 60%;float: left;}
.recruitBox .postBox .searBox .leftBox a{display: inline-block;vertical-align: middle;padding: 0 30px 0 12px;font-size:16px;color: #888;background:#f4f4f4 url(../png/i11.png) right 12px center no-repeat;line-height:40px;margin-right: 10px;}
.recruitBox .postBox .searBox .righBox{width: 38%;float: right;position: relative;}
.recruitBox .postBox .searBox .righBox input{height: 50px;line-height:30px;padding: 0 50px 0 25px;font-size:16px;border:1px solid #f7f7f7;width: 100%;}
.recruitBox .postBox .searBox .righBox .searBtn{width: 50px;height: 50px;background:#239c3b url(../png/sear3.png) center center no-repeat;position: absolute;top: 0;right:0;}
.recruitBox .postBox .jobList{}
.recruitBox .postBox .jobList .item{padding: 35px 55px;background:#f4f4f4;margin-bottom:20px;position: relative;transition:.3s;}
.recruitBox .postBox .jobList .item h5{font-size:24px;font-weight:normal;margin-bottom:5px;}
.recruitBox .postBox .jobList .item .labBox{margin-bottom:30px;}
.recruitBox .postBox .jobList .item .labBox span{display: inline-block;vertical-align: middle;padding: 0 10px;border-left:1px solid #a5a5a5;line-height:1;color: #888888;}
.recruitBox .postBox .jobList .item .labBox span:first-child{padding-left:0;border-left:none;}
.recruitBox .postBox .jobList .item .desBox{max-height: 90px;overflow: hidden;transition:.3s;display: block !important;}
.recruitBox .postBox .jobList .item .desBox span{font-size:18px;display: block;line-height:30px;}
.recruitBox .postBox .jobList .item .desBox p{line-height:30px;font-size:16px;color: #666666;}
.recruitBox .postBox .jobList .item .mailBtn{padding-left:65px;padding-right:30px;background:#239c3b;color: #fff;line-height:50px;display: inline-block;position: relative;font-size:18px;margin-top:5%;}
.recruitBox .postBox .jobList .item .mailBtn:before{width: 25px;height: 19px;content:'';background:url(../png/i12.png) no-repeat;position: absolute;top: 50%;margin-top: -9.5px;left:25px;}
.recruitBox .postBox .jobList .item .openBtn{width: 140px;line-height:40px;display: block;position: absolute;right:0;bottom:0;padding-left:30px;color: #888;background:#fff;transition:.3s;}
.recruitBox .postBox .jobList .item .openBtn:before{width: 12px;height: 12px;content:'';background:url(../png/i13.png) no-repeat;position: absolute;top: 50%;margin-top: -6px;right:30px;}
.recruitBox .postBox .jobList .item .openBtn.putnBtn{background:#009b4c;color: #fff;}
.recruitBox .postBox .jobList .item .openBtn.putnBtn:before{background:url(../png/i13_a.png) no-repeat;}
.recruitBox .postBox .jobList .item.on{background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);}
.recruitBox .postBox .jobList .item.on .desBox{max-height: none;}
/*社会招聘*/

/*投资者关系*/
.investorTop{margin-bottom:40px;}
.investorTop .leftBox{width: 53%;float: left;}
.investorTop .leftBox .item{float: left;width: 49%;position: relative;}
.investorTop .leftBox .item:nth-child(2n){float: right;}
.investorTop .leftBox .item span{color: #fff;position: absolute;top: 8%;left: 5%;font-size:32px;padding-bottom:25px;}
.investorTop .leftBox .item span:before{width: 37px;height: 15px;content:'';background:url(../png/i5.png) no-repeat;position: absolute;left: 0;bottom:0;transition:.3s;}
.investorTop .leftBox .item span:hover:before{left: 5px;}
.investorTop .righBox{width: 47%;float: right;padding-left: 50px;}
.investorTop .righBox h3{font-size:32px;font-weight:normal;margin-bottom:20px;}
.investorTop .righBox .itemTop{margin-bottom:15px;}
.investorTop .righBox .itemTop .timeB{color: #fff;width: 80px;background:#009b4c;float: left;padding: 25px 10px 10px;text-align: right;line-height:22px;position: relative;}
.investorTop .righBox .itemTop .timeB:before{width: 20px;height: 2px;content:'';background:#fff;position: absolute;top: 12px;right: 10px;}
.investorTop .righBox .itemTop .timeB span{font-size:24px;}
.investorTop .righBox .itemTop .timeB time{font-size:16px;}
.investorTop .righBox .itemTop .textB{float: right;width: 80%;}
.investorTop .righBox .itemTop .textB h5{font-size:20px;font-weight:normal;margin-bottom:5px;}
.investorTop .righBox .itemTop .textB p{font-size: 16px;line-height:24px;color: #888;}
.investorTop .righBox .itemBom{}
.investorTop .righBox .itemBom li{}
.investorTop .righBox .itemBom li a{font-size:16px;line-height:30px;float: left;width: 80%;display: block;}
.investorTop .righBox .itemBom li time{color: #888;font-size:16px;line-height:30px;float: right;width: 20%;display: block;}
.investorBom{background:#f4f4f4;}
.investorBom .leftBox{width: 53%;float: left;padding: 5% 4%;}
.investorBom .leftBox h5{font-size:20px;font-weight:normal;margin-bottom:4%;}
.investorBom .leftBox p{font-size:16px;line-height:30px;color: #666666;}
.investorBom .leftBox p span{width: 48%;display: inline-block;vertical-align: middle;}
.investorBom .righBox{width: 47%;float: right;}
/*投资者关系*/

/*投资者关系动态*/
.investorList{}
.investorList li{padding: 35px 90px 35px 45px;position: relative;transition:.3s;border-bottom: 1px solid #f4f4f4;}
.investorList li h5{font-size:20px;font-weight:normal;margin-bottom:5px;}
.investorList li p{font-size:16px;color: #888;line-height:30px;}
.investorList li p span{padding: 0 20px;border-left:1px solid #dbdbdb;}
.investorList li p span:first-child{padding-left:0;border-left:none;}
.investorList li .down{position: absolute;top: 50%;font-size:16px;line-height: 24px;display: block;margin-top:-12px;color: #888;padding-left:25px;right: 5%;}
.investorList li .down:before{width: 14px;height: 14px;content:'';background:url(../png/down.png) no-repeat;position: absolute;left: 0;top: 50%;margin-top:-7px;}
.investorList li:hover{background:#f4f4f4;}
/*投资者关系动态*/

/*园区公众开放活动*/
.parkList{}
.parkList li{float: left;width: 23%;margin-right:2.66%;background:#f4f4f4;margin-bottom:3%;}
.parkList li:nth-child(4n){margin-right:0;}
.parkList li .imgBox{overflow: hidden;}
.parkList li .imgBox img{transition:.3s;}
.parkList li .txtBox{padding: 40px 24px 30px;}
.parkList li .txtBox h5{font-size:20px;font-weight:normal;line-height:24px;margin-bottom:10px;min-height: 48px;}
.parkList li .txtBox p{margin-bottom:30px;font-size:16px;line-height:24px;color: #888;}
.parkList li .txtBox .timeB{}
.parkList li .txtBox .timeB time{display: inline-block;vertical-align: middle;padding-right:20px;font-size:16px;color: #888888;}
.parkList li .txtBox .timeB .view{display: inline-block;vertical-align: middle;padding-left:20px;border-left:1px solid #dbdbdb;font-size:16px;color: #009b4c;}
.parkList li:hover .imgBox img{transform: scale(1.1);}
/*园区公众开放活动*/

/*工厂直播*/

@keyframes mydh {
  25% {height: 25%}
  50% {height: 50%}
  75% {height: 75%}
  100% {height: 100%}
}
@-moz-keyframes mydh {
  25% {height: 25%}
  50% {height: 50%}
  75% {height: 75%}
  100% {height: 100%}
}
@-webkit-keyframes mydh {
  25% {height: 25%}
  50% {height: 50%}
  75% {height: 75%}
  100% {height: 100%}
}
@-o-keyframes mydh {
  25% {height: 25%}
  50% {height: 50%}
  75% {height: 75%}
  100% {height: 100%}
}

.factoryLive{}
.factoryLive h1{font-size:18px;font-weight:normal;padding-left:25px;position: relative;margin-bottom:30px;}
.factoryLive h1:before{width: 19px;height: 21px;content:'';background:url(../png/time.png) no-repeat;position: absolute;left: 0;top: 50%;margin-top:-10.5px;}
.factoryLive .liveList{display: flex;flex-wrap: wrap;}
.factoryLive .liveList .item{float: left;width: 50%; position: relative; border-right: 1px solid #fff;box-sizing: border-box;}
.factoryLive .liveList .item:nth-child(2n){float: right;}
.factoryLive .liveList .item h5{font-size:28px;font-weight:normal;color: #fff;position: absolute;left: 3%;top: 5%;}
.factoryLive .liveList .item .txtBox{position: absolute;left: 3%;bottom:5%;}
.factoryLive .liveList .item .txtBox a{display: inline-block;vertical-align: middle;line-height:38px;padding: 0 20px 0 50px;background:#db2222;color: #fff;font-size:18px;border-radius:10px;position: relative;}
.factoryLive .liveList .item .txtBox span{display: inline-block;vertical-align: middle;font-size:18px;color: #fff;padding-left:10px;}
.factoryLive .liveList .item .txtBox a.Nonline i{position: absolute;width: 22px;height: 16px;background:url(../png/i6.png) no-repeat;position: absolute;left: 14px;top: 50%;margin-top:-8px}
.factoryLive .liveList .item .txtBox a.online i,
.factoryLive .liveList .item .txtBox a.online i:before,
.factoryLive .liveList .item .txtBox a.online i:after{width: 3px;height: 22px;content:'';animation: mydh 1s infinite;-moz-animation: mydh 1s infinite;-webkit-animation: mydh 1s infinite;-o-animation: mydh 1s infinite;background:#fff;display: inline-block;position: absolute;bottom: 50%;margin-bottom:-11px;max-height: 22px;}
.factoryLive .liveList .item .txtBox a.online i{left: 20px;}
.factoryLive .liveList .item .txtBox a.online i:before{left: 8px;}
.factoryLive .liveList .item .txtBox a.online i:after{left: 16px;}
.factoryLive .liveList .item .txtBox a.online i:before{animation-delay: .3s;-webkit-animation-delay: .3s;}
.factoryLive .liveList .item .txtBox a.online i:after{animation-delay: .6s;-webkit-animation-delay: .6s;}
/*工厂直播*/

/*全球参观访问预约*/
.Appointment{max-width: 1350px;}
.Appointment h1{font-size:45px;font-weight:normal;text-align: center;margin-bottom:45px;}
.Appointment .form{padding: 50px 55px;background:#f4f4f4;}
.Appointment .form .item{padding-left:22px;margin-bottom:25px;}
.Appointment .form .item label{position: relative;font-size:24px;}
.Appointment .form .item label.req:before{content:'*';font-size:18px;color: #ff0000;position: absolute;left: -20px;top: 2px;}
.Appointment .form .item .radi{font-size: 18px;color: #888888;margin-top:15px;overflow: hidden;}
.Appointment .form .item .radi .radioStock{margin-left:5%;margin-right:5px;float: left;position: relative;}
.Appointment .form .item .radi .radioStock:first-child{margin-left:0;}
.Appointment .form .item .radi .radioStock label{font-size: 18px;color: #888888;position: relative;padding-left: 25px;}
.Appointment .form .item .radi .radioStock input[type="radio"] + label::before {
    content: "\a0"; 
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #d5d5d5;
	border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: 7px;
    position: absolute;
    top: 0;
	left: 0;
}
.Appointment .form .item .radi .radioStock input[type="radio"]:checked + label::before {
    background-color: #fff;
	border: 5px solid #009b4c;
}
.Appointment .form .item .radi .radioStock input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
	width: 18px;
	height: 18px;
	 top: 8px;
}
.Appointment .form .item .befor{width: 44%;position: relative;display: inline-block;margin-left: 20px;background-color:#fff;}
.Appointment .form .item .befor::before{content: "";position: absolute;right: 0;width: 50px;height: 100%;border-left: 1px solid #e9e9e9;}
.Appointment .form .item .befor:hover::before{background: #009b4c url(../png/sele1.png)no-repeat  right 14px center;}
.Appointment .form .item select{position: relative;z-index: 2;width: 100%;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;cursor: pointer;background: url(../png/sele.png)no-repeat right 14px center;display: inline-block;height: 45px;line-height:30px;border:1px solid #e9e9e9;padding: 0 20px;font-size: 18px;}
.Appointment .form .item .befor:hover select{background: none;}
.Appointment .form .item input.textB{width: 44%;display: inline-block;height: 45px;line-height:30px;background:#fff;border:1px solid #e9e9e9;padding: 0 20px;font-size: 18px;margin-left:20px;}
.Appointment .form .item .seleBox{width: 44%;display: inline-block;vertical-align: middle;margin-left:20px;}
.Appointment .form .item .seleBox .befor{width: 38%;float: left;margin-left:0;}
.Appointment .form .item .seleBox select{}
.Appointment .form .item .seleBox input{width: 60%;float: right;margin-left:0;}
.Appointment .form .item .checkbox{font-size: 18px;color: #888888;margin-top:15px;}
.Appointment .form .item .checkbox input{margin-left:15px;margin-right:5px;}
.Appointment .form .item .checkbox input:first-child{margin-left:0;}
.Appointment .form .item .checkbox span{margin-left:15px;}
.Appointment .form .item .checkbox span input{border-bottom:1px solid #888888;padding: 0 10px;font-size:18px;}
.Appointment .form .item .timeB{width: 44%;display: inline-block;vertical-align: middle;font-size: 18px;color: #888888;}
.Appointment .form .item .timeB input{width: 40%;display: inline-block;height: 45px;line-height:30px;background:#fff;border:1px solid #e9e9e9;padding: 0 20px;font-size: 18px;margin:0 20px;}
.Appointment .form .item .yesno{}
.Appointment .form .item .seleBox .befor.yesno{width: 25%;}
.Appointment .form .item textarea{display: block;height: 285px;background:#fff;border:1px solid #e9e9e9;padding: 20px;width: 100%;margin-top:15px;}
.Appointment .form .subBtn{margin-left:22px;line-height:55px;display: block;width: 195px;background:#009b4c;color: #fff;font-size:20px;text-align: center;cursor: pointer;}
/*全球参观访问预约*/

/*社会责任报告*/
.reportList{}
.reportList li{float: left;width: 18%;margin-right:2.5%;background:#f4f4f4;margin-bottom:4%;}
.reportList li:nth-child(5n){margin-right:0;}
.reportList li .imgBox{overflow: hidden;border:1px solid #eaeaea;}
.reportList li .imgBox img{transition:.3s;}
.reportList li .txtBox{padding: 30px;}
.reportList li .txtBox h5{font-size:20px;line-height:30px;font-weight:normal;min-height:60px;margin-bottom: 30px;}
.reportList li .txtBox .langB{margin-bottom:15px;color: #888888;}
.reportList li .txtBox .langB span{padding: 0 10px;border-left:1px solid #d1d1d1;font-size:16px;color: #888888;}
.reportList li .txtBox .langB span:first-child{padding-left:0;border-left:none;}
.reportList li .txtBox .timeB{}
.reportList li .txtBox .timeB time{display: inline-block;vertical-align: middle;padding-right:10px;font-size:16px;color: #888888;}
.reportList li .txtBox .timeB .view{display: inline-block;vertical-align: middle;padding-left:10px;border-left:1px solid #dbdbdb;font-size:16px;color: #009b4c;}
.reportList li:hover .imgBox img{transform: scale(1.1);}
/*社会责任报告*/

/*公益行动*/
.welfareList{}
.welfareList li{float: left;width: 31.5%;margin-right: 2.75%;margin-bottom:3%;}
.welfareList li:nth-child(3n){margin-right:0;}
.welfareList li .imgBox{overflow: hidden;margin-bottom:20px;}
.welfareList li .imgBox img{transition:.3s;}
.welfareList li h5{font-size:20px;font-weight:normal;line-height:30px;min-height: 60px;}
.welfareList li:hover .imgBox img{transform: scale(1.1);}
/*详情*/
.welfareInfo{}
.welfareInfo h1{font-size:45px;font-weight:normal;text-align: center;margin-bottom:40px;}
.welfareInfo .textB{font-size:16px;line-height:30px;margin-bottom:30px;}
.welfareInfo .textB span{font-size:24px;color: #009b4c;}
.welfareInfo .imgeB{margin-bottom:4%;}
.welfareInfo .itemBox{}
.welfareInfo .itemBox .item{background:#f4f4f4;margin-bottom:5%;}
.welfareInfo .itemBox .item .imgBox{float: left;width: 45%;}
.welfareInfo .itemBox .item .txtBox{float: right;width: 55%;padding: 6% 6% 0;}
.welfareInfo .itemBox .item .txtBox h5{font-size:24px;color: #009b4c;font-weight:normal;margin-bottom:30px;}
.welfareInfo .itemBox .item .txtBox p{font-size:16px;line-height:30px;color: #555555;}
.welfareInfo .itemBox .item:nth-child(2n) .imgBox{float: right;}
.welfareInfo .itemBox .item:nth-child(2n) .txtBox{float: left;}
/*详情*/
/*公益行动*/

/*信息公示*/
.publicityList{}
.publicityList li{line-height:80px;border-bottom:1px solid #f1f1f1;padding-left:35px;padding-right:15px;position: relative;}
.publicityList li:before{width: 15px;height: 15px;content:'';background:url(../png/i9.png) no-repeat;position: absolute;top: 50%;margin-top:-7.5px;left: 2px;}
.publicityList li h5{float: left;width: 80%;font-size:20px;font-weight:normal;}
.publicityList li time{float: right;width: 20%;text-align: right;font-size:16px;color: #888888;}
/*信息公示*/

/*全球命运共同体*/
.GlobalBox{}
.GlobalBox .foor1{margin-bottom:5%;}
.GlobalBox .foor1 h1{font-size:45px;font-weight:normal;text-align: center;color: #009b4c;margin-bottom:4%;}
.GlobalBox .foor1 .imgBox{text-align: center;}
.GlobalBox .itemBox{margin-bottom:4%;margin-top: 8%;}
.GlobalBox .itemBox .titBox{text-align: center;}
.GlobalBox .itemBox .titBox h5{font-size:30px;font-weight:normal;margin-bottom:20px;}
.GlobalBox .itemBox .titBox p{max-width:985px;margin: 0 auto;font-size:16px;line-height:30px;color: #888;margin-bottom:20px;}
.GlobalBox .itemBox .titBox span{font-size:22px;display: block;margin-bottom:30px;}
.GlobalBox .itemBox .imgBox{margin-bottom:5%;}
.GlobalBox .items .items-22-item{margin-top: 5%;}
/*全球命运共同体*/


/*联系我们*/
.contactBox{padding-top:95px;}
.contactBox .contMap{}
.contactBox .contMap .titBox{margin-bottom:45px;}
.contactBox .contMap .titBox h1{font-size:40px;font-weight:normal;margin-bottom:15px;}
.contactBox .contMap .titBox span{font-size:18px;color: #888;}
.contactBox .contMap .titBox p{font-size:36px;color: #009b4c;}
.contactBox .contMap .mapImgB{position: relative;padding-right: 110px;}
.contactBox .contMap .mapImgB .itemList{}
.contactBox .contMap .mapImgB .itemList .item{position: absolute;}
.contactBox .contMap .mapImgB .itemList .item em{width: 8px;height: 8px;display: block;cursor: pointer;position: relative;z-index: 99;}

.contactBox .contMap .mapImgB .itemList .item.all{top: 0;left: 0;display:none;}
.contactBox .contMap .mapImgB .itemList .item.szzb{top: 77%;left: 34.2%;}
.contactBox .contMap .mapImgB .itemList .item.sz{top: 77%;left: 34.2%;}
.contactBox .contMap .mapImgB .itemList .item.jm{top: 56%;left: 32.3%;}
.contactBox .contMap .mapImgB .itemList .item.nmg{top: 36%;left: 29.1%;}
.contactBox .contMap .mapImgB .itemList .item.bj{top: 33.4%;left: 35%;}
.contactBox .contMap .mapImgB .itemList .item.tj{top: 36.6%;left: 35.8%;}
.contactBox .contMap .mapImgB .itemList .item.sx{top: 44.6%;left: 32.3%;}
.contactBox .contMap .mapImgB .itemList .item.hn{top: 49.5%;left: 33.8%;}
.contactBox .contMap .mapImgB .itemList .item.yz{top: 50.6%;left: 38.5%;}
.contactBox .contMap .mapImgB .itemList .item.tz{top: 51.7%;left: 39.2%;}
.contactBox .contMap .mapImgB .itemList .item.wx{top: 54.3%;left: 38.85%;}
.contactBox .contMap .mapImgB .itemList .item.xt{top: 59%;left: 32.2%;}
.contactBox .contMap .mapImgB .itemList .item.wh{top: 60%;left: 34.4%;}
.contactBox .contMap .mapImgB .itemList .item.xh{top: 66%;left: 31%;}
.contactBox .contMap .mapImgB .itemList .item.cs{top: 64.5%;left: 33.3%;}
.contactBox .contMap .mapImgB .itemList .item.zz{top: 67%;left: 31.7%;}
.contactBox .contMap .mapImgB .itemList .item.cz{top: 71%;left: 32.9%;}
.contactBox .contMap .mapImgB .itemList .item.jx{top: 65.8%;left: 35.1%;}
.contactBox .contMap .mapImgB .itemList .item.nb{top: 60.3%;left: 39.3%;}
.contactBox .contMap .mapImgB .itemList .item.wz{top: 61.3%;left: 40.4%;}
.contactBox .contMap .mapImgB .itemList .item.fj{top: 67%;left: 39.2%;}
.contactBox .contMap .mapImgB .itemList .item.xg{top: 79%;left: 34.6%;}
.contactBox .contMap .mapImgB .itemList .item.nf{top: 71.6%;left: 52%;}
.contactBox .contMap .mapImgB .itemList .item.hg{top: 45.6%;left: 67.8%;}
.contactBox .contMap .mapImgB .itemList .item.dj{top: 46.7%;left: 69.7%;}
.contactBox .contMap .mapImgB .itemList .item.yn{top: 62%;left: 67%;}
.contactBox .contMap .mapImgB .itemList .item.sh {left: 40.4%;top: 55.2%;}
.contactBox .contMap .mapImgB .itemList .item.ld {top: 65.7%;left: 31.6%;}

.contactBox .contMap .mapImgB .itemCont{position: absolute;top: 0;right:0;width: 330px;}
.contactBox .contMap .mapImgB .itemCont h3{padding-left:30px;line-height:48px;color: #fff;background:#009b4c;font-weight:normal;font-size:24px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.contactBox .contMap .mapImgB .itemCont .BoxList{max-height:455px;overflow-y: auto;padding: 0 30px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.contactBox .contMap .mapImgB .itemCont .BoxList::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.contactBox .contMap .mapImgB .itemCont .BoxList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
  background   : #bdbdbd
  }
.contactBox .contMap .mapImgB .itemCont .BoxList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : none;
  }
.contactBox .contMap .mapImgB .itemCont .BoxList .item{}
.contactBox .contMap .mapImgB .itemCont .BoxList .item li{padding: 15px 0;border-bottom:1px solid #ebecec;}
.contactBox .contMap .mapImgB .itemCont .BoxList .item li h5{font-size:18px;font-weight:normal;margin-bottom:10px;}
.contactBox .contMap .mapImgB .itemCont .BoxList .item li p{font-size:16px;line-height:20px;color: #888;}
.contactBox .contMap .mapImgB .itemCont .BoxList .item li span{font-size:16px;line-height:20px;color: #888;}
.contactBox .mapDesBx{border-top: 2px solid #ededed;margin-top:50px;}
.contactBox .mapDesBx .item{width: 33.33%;float: left;padding: 45px 0;padding-left:85px;position: relative;}
.contactBox .mapDesBx .item p{font-size:16px;line-height:30px;color: #666;}
.contactBox .mapDesBx .item.add:before{width: 17px;height: 23px;content:'';background:url(../png/icon1.png) no-repeat;position: absolute;top: 50%;margin-top:-11.5px;left: 40px;}
.contactBox .mapDesBx .item.pho:before{width: 24px;height: 24px;content:'';background:url(../png/icon2.png) no-repeat;position: absolute;top: 50%;margin-top:-12px;left: 40px;}
.contactBox .mapDesBx .item.fax:before{width: 24px;height: 24px;content:'';background:url(../png/icon3.png) no-repeat;position: absolute;top: 50%;margin-top:-12px;left: 40px;}
/*联系我们*/


/*响应式*/
.mobile_bg {position:fixed; left:0; top:75px; width:100%; height:100%; z-index:98; background:rgba(0,0,0,.5); display:none;}
.nav_btn {background-color:#009b4c ;float:right; width:50px; height:75px; position:relative; cursor:pointer; display:none;  transition:margin 0.3s ease 0s;z-index: 999;}
.nav_btn span,.nav_btn span:before,.nav_btn span:after {content:''; display:block; height:2px; background-color:#fff; position:absolute; right:0;border-radius:3px;}
.nav_btn span{width: 60%;}
.nav_btn span:before,.nav_btn span:after{width: 100%;}
.nav_btn span {top:50%; margin-top:-1px;}
.nav_btn span:before {top:-10px; transition:all 0.3s ease 0s;}
.nav_btn span:after {bottom:-10px; transition:all 0.3s ease 0s;}
.homeBan .top .nav_btn span,.homeBan .nav_btn span:before,.homeBan .nav_btn span:after{ background-color:#fff;}
.nav_btn.open span {height:0;}
.nav_btn.open span:before {transform:rotate(45deg); top:0;background-color:#fff;}
.nav_btn.open span:after {transform:rotate(-45deg); bottom:-2px;background-color:#fff;}

@media(max-width:1800px){
  .w1800{padding: 0 2%;}
}

@media(max-width:1740px){
  .top .navOth{width: 85%;}
  .top .navOth .nav li{margin-right:2%;}
  .top .navOth .langSear{padding-left:20px;}
  .BusNewB .slideBox .contBox .idxNeList li time{width: 18%;}
  .BusNewB .slideBox .contBox .topNews .txtBox{padding-top:20px;}
  .NotShaBox .notice{width: 55%;}
  .NotShaBox .shares{width: 35%;}
  .bottom .bomTop .leftBox{width: 40%;}
  .idxFoor4 .Foor4Bom .item.Live .view{right:10px;}
}

@media(max-width:1440px){
  .w1440{padding: 0 2%;}
  .investorBom .leftBox{padding: 4% 2%;}
}

@media(max-width:1366px){
  .top .navOth{width: 89%;}
  .top .navOth .langSear{padding-left: 10px;}
  .NotShaBox .notice{width: 58%;}
  .bottom .bomTop .leftBox{width: 43%;}
  .MemberList .itemList li .relatBox .posBox span{font-size: 12px;}
}

@media(max-width:1279px){
  .top{position: fixed;left: 0;top: 0;background-color: white;z-index: 9999;}
  .innerBan,
  .banner {margin-top: 75px;}
	.top .w1800{padding-right: 0;position: relative;}
  .nav_btn{display: block;height: 75px;}
  .top .navOth .nav{position: fixed;top: 75px;width: 100%;float: none;left: 0;background:#fff;padding-bottom:50px;z-index: 999;padding-left:15px;padding-top:30px;}
  .top .navOth .nav li{float: none;margin-right:0;line-height:40px;}
  .top .navOth .nav li dl{position: static!important;padding: 10px 15px!important;transform:translateX(0)}
  .top .navOth .nav li dd{text-align: left;}
  .top .navOth .nav li .subnav{position: static;}
  .top .navOth .nav li .subnav .w1440{padding: 0;}
  .top .navOth .nav li .subnav .subDl{padding-left:0;width: 100%;}
  .top .navOth .nav li .subnav .desBox{display: none;}
  .container{padding: 70px 0;}
  .bottom .bomTop{padding: 40px 0 15px 0;}
  .bottom .bomTop .leftBox{width: 100%;float: none;margin-bottom:20px;}
  .bottom .bomTop .righBox{width: 100%;float: none;}
  .NotShaBox .notice{float: none;width: 100%;margin-bottom:20px;}
  .NotShaBox .shares{float: none;width: 100%;}
  .NotShaBox .shares .item{margin-left:0;margin-right:3%;width: 29%;text-align: center;max-width: none;}
   .NotShaBox .shares .item:last-child{margin-right: 0;}
  .top .navOth{width: 50%;}
  .top .logo{width: 20%;}
  .top .navOth .langSear{width: 185px;}
  .idxFoor4{margin: 70px 0;}
  .menuLocat .menu{display: none;}
  .menuLocat .Locat{float: none;}
  .historyBox .yearBox .item .relatBox{padding: 350px 0 20px 0;}
  .historyBox .yearBox .item .absolBox{padding: 20px;}
  .historyBox .yearBox .item .absolBox .txtBox{float: none;width: 100%;margin-bottom:10px;}
  .historyBox .yearBox .item .absolBox .imgBox{float: none;width: 100%;text-align: center;}
  .historyBox .yearBox .item .absolBox .txtBox time{margin-bottom:10px;}
  .historyBox .contBox{padding-top:40px;}
  .LeadingPro .titBox{margin-bottom:50px;}
  .greenproList .item .txtBox h5{font-size:24px;}
  .greenproList .item .imgBox p{font-size: 50px;}
  .Innovate .innovTop .novSlide{float: none;width: 100%;}
  .Innovate .innovTop .novList{float: none;width: 100%;padding: 2%;}
  .Innovate .innovTop .novSlide .slick-dots{bottom:10px;}
  .Innovate .innovTop .novList li{min-height: auto;}
  .newsSlide li .txtBox{padding: 30px 20px;}
  .investorTop .leftBox{float: none;width: 100%;margin-bottom:15px;}
  .investorTop .leftBox .item img{width: 100%;}
  .investorTop .righBox{float: none;width: 100%;padding-left:0;}
  .contactBox{padding-top:45px;}
  .contactBox .contMap .titBox{margin-bottom: 20px;}
  .contactBox .contMap .titBox h1{font-size: 22px;margin-bottom:10px;}
  .contactBox .contMap .titBox span{font-size:16px;}
  .contactBox .contMap .titBox p{font-size:20px;}
  .contactBox .contMap .mapImgB .itemCont{position: static;width: 100%;margin-top:20px;}
}

@media(max-width:1024px){}

@media(max-width:960px){
  .BusNewB .item{width: 100%;float: none;}
  .BusNewB .item:nth-child(2n){float: none;margin-top:20px;}
  .idxFoor4 .Foor4Top .item,.idxFoor4 .Foor4Bom .item{float: none;width: 100%;}
  .BusNewB .slideBox .contBox{height: auto;}
  .idxFoor4 .Foor4Top .item img,.idxFoor4 .Foor4Bom .item img{width: 100%;}
  .bottom .bomTop .righBox .contacB{float: none;margin-bottom:20px;}
  .bottom .bomTop .righBox .followB{float: none;max-width:135px;margin: 0 auto;}
  .bottom .bomTop h5{margin-bottom: 15px;}
  .bottom .bomBom .leftBox{float: none;text-align: center;margin-bottom:15px;}
  .bottom .bomBom .righBox{float: none;text-align: center;}
  .bottom .bomBom .righBox a{margin-left:20px;}
  .BusNewB .item h3{padding-left:20px;margin-bottom: 15px;font-size:22px;}
  .NotShaBox .notice h5{font-size:20px;}
  .NotShaBox .notice li p,.NotShaBox .notice li time{font-size:16px;}
  .NotShaBox .shares .item p{font-size:18px;}
  .BusNewB .item .buscontBox .itemBox p{font-size:18px;}
  .BusNewB .slideBox .topBox li{font-size:16px;}
  .BusNewB .slideBox .contBox .topNews .txtBox h5{font-size:18px;line-height:25px;}
  .BusNewB .slideBox .contBox .topNews .txtBox p{font-size:14px;}
  .BusNewB .slideBox .contBox .idxNeList li p{font-size:16px;}
  .notBanner .slick-dots{padding: 15px 0;}
  .BusNewB{margin-top:0;}
  .GrouProfile .Gfoor{margin-bottom:40px;}
  .GrouProfile .foor2 h5{font-size:22px;}
  .GrouProfile .Gfoor p{line-height:24px;}
  .GrouProfile .foor2 .numG{height: auto;padding: 40px 0;}
  .GrouProfile .foor2 .numG .item{width: 49%;margin-bottom: 30px;}
  .GrouProfile .foor3 li{width: 50%;}
  .GrouProfile .foor4 li{width: 49%;}
  .GrouProfile .foor4 li:nth-child(2n){margin-right:0;}
  .MemberList .itemList >h5{font-size:22px;}
  .MemberList .itemList li{width: 49%;margin-right:2%;}
  .MemberList .itemList li:nth-child(3n){margin-right:2%;}
  .MemberList .itemList li:nth-child(2n){margin-right:0;}
  .Global .textBox h5{font-size:22px;}
  .Global .textBox p{width: 100%;line-height:24px;}
  .GrouProfile .Franchise h5{font-size:24px;margin-bottom: 20px;}
  .loopIndu .itemBox .titBox{margin-bottom:15px;}
  .loopIndu .itemBox .titBox h5{font-size:24px;}
  .loopIndu .itemBox .titBox span{font-size:14px;line-height:24px;}
  .loopIndu .itemBox .numBox{display: flex;flex-wrap: wrap;}
  .loopIndu .itemBox .numBox .item span{font-size:30px;}
  .loopIndu .itemBox .numBox .item{width: auto;padding: 0 15px;margin-bottom:10px;}
  .loopIndu .itemBox .imgBox .w60 p{font-size:14px;line-height:24px;}
  .loopIndu .itemBox .titBox p{font-size:16px;line-height:26px;}
  .loopIndu .itemBox .numBox .item sup{font-size:24px;}
  .loopIndu .itemBox .numBox .item sub{font-size:18px;}
  .loopIndu .itemBox .numBox .item h5{font-size:20px;}
  .loopIndu .itemBox .txtBox p{font-size:20px;line-height:24px;}
  .LeadingPro .titBox h5{font-size:24px;margin-bottom:10px;}
  .LeadingPro .titBox p{font-size:14px;line-height:24px;}
  .LeadingPro .leadList .itemTwo .item{width: 100%;float: none;margin-right:0;}
  .LeadingPro .leadList .itemThr .item{width: 100%;float: none;margin-right:0;}
  .proListmenu{padding: 30px 0;}
  .proListmenu li{width: 32%;margin-right:2%;}
  .proListmenu li:nth-child(5n){margin-right:2%;}
  .proListmenu li:nth-child(3n){margin-right:0;}
  .proListmenu li a{font-size:16px;}
  .proListBox .titBox{margin-bottom:30px;}
  .proListBox .titBox h5{font-size:24px;}
  .proListBox .titBox p{font-size:14px;line-height:24px;}
  .proListBox .proList .item .txtBox{padding: 20px 0;}
  .proListBox .proList .item .txtBox h5{font-size:22px;margin-bottom:10px;}
  .proListBox .proList .item{width: 49%;margin-right:2%;}
  .proListBox .proList .item:nth-child(3n){margin-right:2%;}
  .proListBox .proList .item:nth-child(2n){margin-right:0;}
  .proListBox .proList .item .txtBox .linkList a{font-size:16px;}
  .greenproList .item{width: 50%;}
  .greenproList .item .imgBox img{width: 100%;}
  .Innovate .innovMid .itemBox .item{float: none;width: 100%;margin-bottom:10px;}
  .Innovate .innovMid .itemBox .item:nth-child(2){float: none;width: 100%;}
  .Innovate .innovMid .itemBox:nth-child(2n) .item{float: none;width: 100%;}
  .Innovate .innovMid .itemBox:nth-child(2n) .item:nth-child(2){float: none;width: 100%;}
  .Innovate .innovMid .itemBox .item img{width: 100%;}
  .Innovate .innovMid .itemBox .item .itemCont .more{font-size:22px;}
  .Innovate .innovMid .itemBox .item .more,
  .Innovate .innovMid .itemBox .item .reFindings li h5{font-size:22px;}
  .ResearchList li .txtBox h5{margin-bottom: 25px;}
  .FruitItem .titTop{margin-bottom:25px;}
  .Fruitfoor1 .titBox h5,.FruitItem .titTop h5{font-size:24px;}
  .Fruitfoor1 .titBox p{font-size:14px;line-height:24px;}
  .FruitItem .titTop p{font-size:18px;}
  .FruitItem .item .titBox h5{font-size:22px;}
  .FruitItem .item .titBox span{font-size:18px;}
  .FruitItem .item .titBox p,.platformInfo .textB{font-size:14px;line-height:24px;}
  .FruitItem .item .titBox{margin-bottom:20px;}
  .FruitItem .itemBox .titBox span{font-size:16px;margin-bottom:10px;}
  .platformTop h5,.platformInfo h5,.titleBox h5,.expertBox h3{font-size:24px;margin-bottom: 15px;}
  .titleBox p{font-size:14px;line-height:24px;margin-bottom: 15px;}
  .platformTop span{font-size:18px;margin-bottom:10px;}
  .strengthF4 .textB{padding: 20px;}
  .strengthF4 .textB p{line-height:26px;}
  .strengthF5 .item h5{font-size:22px;}
  .expertBox .expertList li{float: none;width: 100%;margin-right:0;}
  .expertBox .leadList li{width: 49%;margin-right:2%;padding: 20px 10px;}
  .expertBox .leadList li:nth-child(2n){margin-right:0;}
  .expertBox .prizeBox p{line-height:24px;font-size:14px;}
  .expertBox .expertList li .leftBox{padding: 20px;}
  .expertBox .expertList li .righBox{height: auto;margin: 20px 0;}
  .newsSlide li .imgBox{float: none;width: 100%;}
  .newsSlide li .txtBox{float: none;width: 100%;}
  .newsSlide li .txtBox .tmBox{margin-top:20px;}
  .newsSlide li .txtBox h5{font-size:18px;line-height: 24px;margin-bottom:10px;}
  .newsInfo .titBox h5,.newsInfo .contBox h5,.humanResuo .titBox h1{font-size:24px;margin-bottom:15px;}
  .newsInfo .titBox{margin-bottom:30px;}
  .mediaSlide li .txtBox{padding: 15px;}
  .mediaSlide li .txtBox .tmBox{margin-top:30px;}
  .mediaSlide li .txtBox h5{font-size:18px;}
  .mediaSlide li .imgBox span{padding: 0 15px;}
  .humanResuo .titBox p{font-size:14px;line-height:24px;}
  .humanResuo .listBox .topBox .item{float: none;width: 100%;margin-right:0;}
  .humanResuo .listBox .topBox .item h5,.humanResuo .listBox .bomBox .item .textB h5{font-size:24px;}
  .humanResuo .listBox .item img{width: 100%;}
  .humanResuo .listBox .bomBox .item{float: none;width: 100%;margin-right:0;}
  .humanResuo .listBox .bomBox .item .textB{top: 10%;}
  .humanResuo .listBox .bomBox .item .textB p{font-size: 14px;}
  .recruitBox .screenBox{float: none;width: 100%;margin-bottom:20px;}
  .recruitBox .postBox{float: none;width: 100%;}
  .postdoctor .titBox h1{font-size:24px;margin-bottom:15px;}
  .postdoctor .titBox h5{font-size:20px;margin-bottom:10px;}
  .postdoctor .titBox p,.postdoctor .foor4 .txtBox p{font-size:14px;line-height:24px;}
  .postdoctor .foor1,.postdoctor .foor2,.postdoctor .foor4{margin-bottom:30px;}
  .postdoctor .foor2 .DescBox{padding: 15px 20px;font-size:14px;line-height:24px;}
  .postdoctor .foor3 .tabBox table th,.postdoctor .foor3 .tabBox table td{line-height:30px;}
  .investorTop .leftBox .item span{font-size:24px;}
  .investorTop .righBox h3{font-size:24px;}
  .investorBom .leftBox{float: none;width: 100%;}
  .investorBom .righBox{float: none;width: 100%;text-align: center;padding-bottom:20px;}
  .parkList li{width: 32%;margin-right:2%;}
  .parkList li:nth-child(4n){margin-right:2%;}
  .parkList li:nth-child(3n){margin-right:0;}
  .parkList li .txtBox h5{font-size:18px;}
  .factoryLive h1{margin-bottom: 15px;}
  .factoryLive .liveList .item{float: none;width: 100%;margin-bottom:10px;}
  .factoryLive .liveList .item img{width: 100%;}
  .Appointment h1{font-size:24px;margin-bottom:20px;}
  .Appointment .form{padding: 20px;}
  .Appointment .form .item label{font-size:18px;}
  .Appointment .form .item select{font-size:16px;}
  .reportList li{width: 32%;margin-right:2%;}
  .reportList li:nth-child(5n){margin-right:2%;}
  .reportList li:nth-child(3n){margin-right:0;}
  .reportList li .txtBox h5{font-size:18px;margin-bottom:15px;}
  .reportList li .txtBox{padding: 15px;}
  .welfareList li{width: 49%;margin-right:2%;}
  .welfareList li:nth-child(3n){margin-right:2%;}
  .welfareList li:nth-child(2n){margin-right:0;}
  .welfareInfo h1,.GlobalBox .foor1 h1{font-size:24px;margin-bottom:20px;}
  .welfareInfo .textB{font-size:14px;line-height:24px;margin-bottom:15px;}
  .welfareInfo .textB span{font-size: 20px;}
  .GlobalBox .itemBox .titBox h5{font-size:20px;margin-bottom:10px;}
  .GlobalBox .itemBox .titBox p{font-size:14px;line-height:24px;margin-bottom:10px;}
  .GlobalBox .itemBox .titBox span{font-size:16px;margin-bottom:15px;}
}
.innerBan .wap{display: none;}
@media(max-width:768px){
  .innerBan .pc{display: none;}
  .innerBan .wap{display: block;}
  .idxFoor4 .item .more{font-size:18px;line-height:35px;}
  .BusNewB .slideBox .topBox{padding-right:15px;}
  .BusNewB .slideBox .topBox h3{padding-left:15px;}
  .BusNewB .slideBox .contBox{padding: 2%;}
  .BusNewB .slideBox .contBox .topNews .imgBox{float: none;width: 100%;padding-bottom: 73.5%;}
  .BusNewB .slideBox .contBox .topNews .txtBox{float: none;width: 100%;}
  .BusNewB .slideBox .contBox .idxNeList{width: 100%;}
  .idxFoor4 .Foor4Bom .item.Live .LiveBtn{bottom:auto;right:auto;top: 15px;left: 15px;}
  .idxFoor4 .Foor4Bom .item.Live .view{bottom:auto;right:auto;top: 15px;right:20px;color: #009b4c;}
  .idxFoor4 .Foor4Bom .item.Live .more:before{right:5%;}
  .NotShaBox .notice ul{padding-left:15px;width: 72%;}
  .top .navOth{width: auto;}
  .GrouProfile .foor4 ul{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
  .GrouProfile .foor4 li{margin-right:0%!important;}
  .GrouProfile .foor4 li h5,
  .GrouProfile .foor4 li span{font-size: 14px;}
   .GrouProfile .foor4 li span{line-height: 1;padding: 10px 0;}
  .GrouProfile .foor2 .numG .item p span,.GrouProfile .foor3 li .textB p span{font-size:40px;}
  .menuLocat .Locat p{font-size: 14px;}
  .container{padding: 35px 0;}
  .MemberList .itemList li{width: 100%;margin-right:0!important;}
  .MemberList .itemList li .relatBox .posBox span,.MemberList .itemList li .relatBox .desBox p{font-size:14px;}
  .MemberList .itemList li .relatBox .posBox h5{font-size:22px;}
  .GrouProfile .foor3 li .textB p{font-size:14px;line-height:24px;}
  .GrouProfile .Franchise li .textB p.secn{min-height: auto;}
  .honerBox .honrMenu li{margin-bottom:10px;}
  .honerBox .honrMenu li a{line-height:40px;font-size:16px;}
  .honerBox h5{font-size:24px;margin-bottom: 20px;}
  .honerList li .imgBox{line-height:inherit;}
  .historyBox .yearBox .item .absolBox .txtBox h5,.historyBox .yearBox .item .absolBox .txtBox time,.historyBox .contBox .item h5{font-size:18px;}
  .historyBox .contBox .item .itemList .textB{padding: 20px 0 20px 20px;}
  .estateList ul{height: auto;}
  .estateList ul li {position: relative;width: 100%;margin-bottom: 30px;}
  .estateList ul li figure{min-height: 500px;}
  .estateList ul li .textB{width: 100%;padding: 10px;padding-bottom: 60px;}
  .estateList ul li .textB h5{font-size:18px;line-height:24px;}
  .estateList ul li .textB p{font-size:14px;line-height:22px;display: block;}
  .estateList ul li .textB .desBox .item span{font-size:40px;}
  /* .estateList ul li:hover .textB{padding: 10px;width: 90%;} */
  .estateList ul li .textB .desBox{margin-top:20px;display: block;}
  .estateList ul li .textB .desBox .item{padding:  0 10px;}
  .estateList ul li .textB .view{right:5px;display: inline-block;}
  .loopIndu .itemBox .imgBox .w30{display: block;width: 100%;}
  .loopIndu .itemBox .imgBox .w60{display: block;width: 100%;}
  .LeadingPro .leadList .item h5{font-size:22px;}
  .LeadingPro .leadList .item:hover h5{top: 5%;font-size:18px;}
  .LeadingPro .leadList .item .absoluBox{top: 15%;}
  .LeadingPro .leadList .item .absoluBox p{font-size:14px;line-height: 24px;margin-bottom:10px;max-height: 72px;overflow: hidden;}
  .proListmenu li{width: 49%;}
  .proListmenu li:nth-child(3n){margin-right:2%;}
  .proListmenu li:nth-child(2n){margin-right:0;}
  .proListBox .proList{display:block;}
  .proListBox .proList .item{width: 100%;float: none;margin-right:0!important;padding: 10px 0;}
  .proListBox .proList .item .txtBox{min-height: auto;}
  .proListBox .proList .item .imgBox{text-align: center;}
  .proInfo{padding: 40px 0;}
  .proInfo .proinfoTop .imgBox{float: none;width: 100%;}
  .proInfo .proinfoTop .txtBox{float: none;width: 100%;margin-top: 15px;}
  .proInfo .proinfoTop .txtBox h5{font-size:30px;}
  .proInfo .proinfoTab .titBox{margin-bottom: 20px;}
  .proInfo .proinfoTab .titBox h5{line-height:40px;font-size:22px;}
  .proInfo .proinfoTab .tabBox table th{font-size:20px;border: 2px solid #fff;}
  .proInfo .proinfoDes h5{font-size:18px;}
  .proInfo .proinfoTab .tabBox table td{font-size:14px;border: 2px solid #fff;}
  .proInfo .proinfoDes .itemBox .item{float: none;width: 100%;margin-bottom:15px;}
  .LeadingPro .leadList .item .absoluBox dd a{padding: 0 10px;}
  .greenproList .item .txtBox h5{font-size:20px;}
  .greenproList .item .txtBox .linkList a{font-size:14px;}
  .greenproList .item{width: 100%;margin-bottom: 10px;}
  .Innovate .innovTop .novList li a,.Innovate .innovTop .novList li time{font-size:16px;}
  .Research li{padding: 15px 25px;}
  .ResearchList li{width: 49%;margin-right:2%;}
  .ResearchList li:nth-child(2n){margin-right:0;}
  .Research li h5,.ResearchList li .txtBox h5{font-size:20px;line-height:24px;margin-bottom: 10px;}
  .Research li p{font-size:14px;}
  .ResearchList li .txtBox{padding: 15px;}
  .FruitItem .itemBox .titBox{float: none;width: 100%;margin-bottom: 15px;padding-top:0;}
  .FruitItem .itemBox .imgBox{float: none;width: 100%;text-align: center;}
  .platformTop .imgBox .item{float: none;width: 100%;margin-right:0;text-align: center;margin-bottom:10px;}
  .platListCenter li,
  .platListTop li{float: none;width: 100%;margin-right:0;margin-bottom:10px;}
  .platList li{float: none;width: 100%;margin-right:0;text-align: center;}
  .platList li .view{line-height:30px;text-align: left;}
  .platformInfo .imgList .item{float: none;width: 100%;margin-bottom: 10px;}
  .strengthF3 .honerList li{width: 49%;margin-right: 2%;}
  .strengthF3 .honerList li:nth-child(2n){margin-right:0;}
  .honerList li .txtBox p{height: auto;}
  .strengthF3 .honerList ul{padding: 0;}
  .strengthF5 .item.itemImg2 .w40,.strengthF5 .item.itemImg2 .w55{float: none;width: 100%;margin-bottom: 10px;}
  .strengthF1 .item .imgB,
  .strengthF1 .item .imgB:nth-child(2n){float: none;width: 100%;margin-bottom:10px;}
  .expertBox .expertList li .leftBox{float: none;width: 100%;}
  .expertBox .expertList li .righBox{float: none;width: 100%;height: 200px;padding: 20px;margin-top: 0;}
  .expertBox .expertList li .leftBox h5{font-size:18px;}
  .expertBox .leadList li h5{font-size:22px;}
  .expertBox .prizeBox .imgBox img{float: none;width: 100%;margin-bottom:10px;}
  .newsList li .imgBox{float: none;width: 100%;text-align: center;}
  .newsList li .txtBox{float: none;width: 100%;margin-top:10px;}
  .newsList li .txtBox .tmBox{margin-top:10px;}
  .newsList li .txtBox h5{font-size:18px;}
  .newsList li .txtBox p{font-size:14px;}
  .newsInfo .contBox p{line-height:14px;line-height:24px;}
  .newsInfo .contBox .imgBox{margin: 20px 0;}
  .newsInfo .contBox{margin-bottom:30px;}
  .newsInfo .garyCBox{padding: 20px;margin-bottom:30px;}
  .newsInfo .garyCBox h5{margin-bottom:20px;margin-bottom:15px;}
  .newsInfo .garyCBox p{line-height:24px;font-size:14px;}
  .mediaList li{padding: 20px 15px;padding-right: 40px;}
  .mediaList li:before{right:5px;}
  .mediaList li a{font-size:18px;display: block;}
  .recruitBox h3{font-size:20px;}
  .recruitBox .screenBox .screenItem .item h5{font-size:18px;line-height:40px;}
  .recruitBox .screenBox .screenItem .item .slideBox span{font-size:16px;}
  .recruitBox .screenBox .screenItem .item .slideBox a{font-size:14px;line-height:28px;}
  .recruitBox .postBox .jobList .item{padding: 15px 20px;padding-bottom:55px;}
  .recruitBox .postBox .jobList .item .labBox{margin-bottom:15px;}
  .recruitBox .postBox .searBox .leftBox a{width: 100px;font-size:14px;}
  .recruitBox .postBox .searBox .leftBox{float: none;width: 100%;margin-bottom:10px;}
  .recruitBox .postBox .searBox .righBox{float: none;width: 100%;}
  .recruitBox .postBox .searBox .righBox input{font-size:14px;}
  .recruitBox .postBox .jobList .item h5{font-size: 20px;}
  .recruitBox .postBox .jobList .item .desBox span{font-size:16px;}
  .recruitBox .postBox .jobList .item .desBox p{font-size:14px;line-height:24px;}
  .recruitBox .postBox .jobList .item .mailBtn{font-size:16px;padding-left: 40px;padding-right:15px;margin-top:20px;line-height:40px;}
  .recruitBox .postBox .jobList .item .mailBtn:before{left: 10px;}
  .investorTop .righBox .itemTop .textB{width: 70%;float: left;padding-left:10px;}
  .investorTop .leftBox .item{float: none;width: 100%;margin-bottom:10px;}
  .investorBom .leftBox h5{font-size:18px;}
  .investorBom .leftBox p{font-size:14px;line-height:24px;}
  .investorList li{padding: 10px 100px 15px 10px;}
  .investorList li h5{font-size:18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
  .investorList li .down{margin-top: -20px;}

  .investorList li p{font-size:14px;line-height:24px;}
  .parkList li{float: none;width: 100%;margin-right:0!important;}
  .parkList li .txtBox{padding: 20px 12px 15px;}
  .parkList li .imgBox img{width: 100%;}
  .parkList li .txtBox h5{min-height: auto;}
  .parkList li .txtBox p{margin-bottom:15px;font-size:14px;}
  .factoryLive .liveList .item h5{font-size:20px;}
  .factoryLive .liveList .item .txtBox a{font-size:18px;}
  .factoryLive .liveList .item .txtBox span{font-size:14px;}
  .Appointment .form .item select,
  .Appointment .form .item input.textB,
  .Appointment .form .item .seleBox,
  .Appointment .form .item .timeB{width: 100%;margin-left: 0;}
  .Appointment .form .item .seleBox .befor{width: 100%;margin-bottom: 10px;}

  .Appointment .form .item .yesno{width: 50%;}
  .Appointment .form .subBtn{width: 130px;font-size:18px;line-height:40px;}
  .reportList li{width: 49%;}
  .reportList li:nth-child(3n){margin-right:2%;}
  .reportList li:nth-child(2n){margin-right:0;}
  .reportList li .imgBox img{width: 100%;}
  .welfareList li{width: 100%;margin-right:0!important;}
  .welfareList li h5{font-size:18px;line-height:24px;min-height: auto;}
  .welfareList li .imgBox img{width: 100%;}
  .welfareInfo .itemBox .item .imgBox{float: none;width: 100%;}
  .welfareInfo .itemBox .item .txtBox{float: none;width: 100%;padding: 20px;}
  .welfareInfo .itemBox .item .txtBox h5{margin-bottom:18px;margin-bottom:15px;}
  .welfareInfo .itemBox .item .txtBox p{font-size:14px;line-height:24px;}
  .publicityList li{line-height:50px;}
  .publicityList li h5{width: 100%;font-size:18px;}
  .publicityList li time{display: none;}
  .contactBox .mapDesBx .item{width: 100%;float: none;padding: 10px 0;padding-left: 32px;}
  .contactBox .mapDesBx .item:before {left: 0 !important;}
  .contactBox .contMap .mapImgB .itemCont h3{font-size:22px;}
  .contactBox .contMap .mapImgB .itemCont .BoxList{padding: 0 20px;max-height: 340px;}
  .contactBox .contMap .mapImgB .itemCont .BoxList .item li{padding: 10px 0;}
  .contactBox .contMap .mapImgB .itemCont .BoxList .item li h5{font-size:16px;}
  .contactBox .contMap .mapImgB .itemCont .BoxList .item li p{font-size:14px;}
  .contactBox .contMap .mapImgB .itemCont .BoxList .item li span{font-size:14px;}
  .contactBox .mapDesBx .item p{font-size: 14px;line-height:24px;}

  .top .logo{width: 27%;}
}
@media screen and (max-width:320px){
  .top .logo{width: 20%;}
}

/*20200701 zhanggongyuan*/


.items3-item {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.items-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.items-img img {
  width: 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

/* .items-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
} */

/* .items3-item:nth-child(3n) {
  width: 100%;
  margin-right: 0;
} */

.items-pro-item {
  width: 31.333%;
  float: left;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 1% 20px;
  text-align: center;
}

.items4-item {
  width: 39%;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.items4-item:nth-child(4n+3), .items4-item:nth-child(4n+4) {
  width: 19%;
  float: right;
  margin-bottom: 0.5%;
}

.items4-item:nth-child(4n+3) p, .items4-item:nth-child(4n+4) p {
  display: none;
}


.items4-item:nth-child(4n+3) .items-img, .items4-item:nth-child(4n+4) .items-img {
  margin-bottom: 0;
}

.items2-item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row4-item {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.items-row4 {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-wrap: wrap;
}
.fqw1 {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  align-items: flex-end;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
}

.fqw1-l {
  margin-right: 6px;
}
.fqw2 {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fqw2-item {
  width: 30.833%;
  padding-top: 21%;
  position: relative;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  float: left;
}

.fqw2-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.items-pro-item5 {
  width: 18%;
  float: left;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 3% 20px;
  text-align: center;
}

.fqw2-item:nth-child(6n+3),.fqw2-item:nth-child(6n+4) {
  width: 36.833%;
}
.gy-items3 {
  margin-bottom: 90px;
}
.gy-items3-item {
  float: left;
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row4-item .items-img img {width: auto;}
@media (max-width:780px){
  .fqw2{flex-wrap: wrap;}
  .fqw2-item,.fqw2-item:nth-child(6n+3),.fqw2-item:nth-child(6n+4){width: 49%;padding-top: 32%;}
  .items-pro-item5{width: 48%;}
}
@media (max-width:480px){
  .row4-item {
    width: 25%;
  }
  .fqw2-item,.fqw2-item:nth-child(6n+3),.fqw2-item:nth-child(6n+4){width: 100%;padding-top: 64%;}
  .items-pro-item5{width: 100%;margin: 0 0 20px;}
  .gy-items3-item{width: 100%;margin-right: 0;}
}

/*尽责管理体系*/
.section-tabs {margin-bottom: 140px;overflow: hidden;}
.section-tabs a {display: block;float: left;width: 14.666%;margin: 0 1%;background: #f4f4f4;font-size: 20px;text-align: center;line-height: 70px;}
.section-tabs a.on{color:#239c3b;}
.zzlist-tab {overflow: hidden;margin-bottom: 55px;}
.zzlist-tab li {float: left;font-size: 20px;margin-right: 100px;line-height: 28px;padding-left: 32px;background: url(../png/icon-book.png) no-repeat left center;}
.zzlist-items {overflow: hidden;margin-bottom: 85px;}
.zzlist-items li {width: 22%;float: left;margin-right: 3%;margin-bottom: 25px;font-size: 18px;}
.zz-imgbox {overflow: hidden;margin-bottom: 25px;width: 100%;}
.zz-imgbox img {width:100%;transition: .4s;-webkit-transition: .4s;}
.zzlist-items li p{line-height: 24px;height: 48px;overflow:hidden;}
.zzlist-items li:hover .zz-imgbox img {transform: scale(1.1);-webkit-transform: scale(1.1);}

.unormal-content {font-size: 16px;color: #888;line-height: 2;}
.unormal-content h3 {color: #333;font-size: 45px;margin-bottom: 40px;font-weight: normal;}
.unormal-content .color-green {font-size: 24px;color: #009b4c;margin-top: 65px;margin-bottom: 45px;}
.unormal-item {padding-bottom: 45px;text-indent: 2em;}
.unormal-item h4 {font-size: 30px;color: #333;font-weight: normal;}
.subitem {padding: 60px 0 0 34px;line-height: 34px;}
.subitem h5 {font-size: 24px;font-weight: normal;color: #333;margin-bottom: 40px;}
.unormal-item.cnt {color: #333;font-size: 18px;}
@media (max-width:1020px){
.section-tabs {margin-bottom: 50px;}
.section-tabs a {width: auto;padding: 0 20px;margin-bottom: 20px;font-size: 16px;}
.zzlist-tab li {margin-bottom: 20px;margin-right: 20px;font-size: 16px;}
}
@media (max-width:760px){
.zzlist-items li {width: 47%;font-size: 16px;}
}
@media (max-width:480px){
  .zzlist-items li {width: 100%;margin-right: 0;}
}
.items-22{
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item:nth-child(n+4) {
  /* overflow: hidden; */
}

/* .item:nth-child(n+4) .imgBox {
  float: right;
  width: 58%;
} */

.item:nth-child(1) .titBox {

  text-align: left;
  padding-top: 5%;
}
@media (min-width:1025px){
.item:nth-child(1) .titBox {  
  float: left;
  width: 100%;
  text-align: center;
}}
}

.item:nth-child(n+4) {
  /* padding-top: 60px; */
}

/* .item:nth-child(2n+5) .titBox {
  float: right;
}

.item:nth-child(1) .imgBox {
  float: left;
}
 */
@media (max-width:560px){
  .items-22{
    width: 100%;}
    .item:nth-child(n+4) .titBox,.item:nth-child(n+4) .imgBox{
      float: none !important;
      width: 100% !important;
    }
    .BusNewB .slideBox .contBox .idxNeList li time {
      font-size: 12px;
  }
  
  .idxFoor4 {
      margin: 0;
  }
  
  .bottom .bomTop .leftBox li {
      width: 33.33%;
      max-width: none;
      margin: 0;
      text-align: center;
  }
  
  .bottom .bomTop .leftBox li .icon {
      margin: auto;
  }
  
  .nav_btn span:before, .nav_btn span:after {right: 0;}
  
  .nav_btn span {right: 8px;}
  
  .BusNewB .item .buscontBox .itemBox {
      width: 50%;
      float: left;
  }
  
  .BusNewB .item .buscontBox .itemBox figure {
      height: 270px;
  }
}
.contentBox{padding: 3% 0;}
.bantext {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 70%;
  z-index: 100;
  color: #e6212a;
  font-size: 66px;
  text-shadow: 0 2px 0px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
  font-style: italic;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  opacity: 0;
  -webkit-transition-delay: .4s;
  -ms-transition-delay: .4s;
  transition-delay: .4s;
}
.slick-active .bantext{
  top:50%;
  opacity: 1;
}
.bantext h3 {
  font-size: 66px;
  font-weight: 600;
  text-shadow: 0 2px 0px #fff, 2px 0 2px #fff,-2px 0 2px #fff,0 -2px 2px #fff;
}
@media (max-width:1024px){
  .bantext{left: 10%;right: 10%;}
  .bantext,.bantext h3{font-size: 34px;}
}


.display_mb {
    display: none;
}
@media (max-width:560px){
  .display_pc {display: none;}
  .display_mb {
    display: block;
}
}
.popview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popview-con {
  top: 50%;
  position: absolute;
  left: 50%;
  padding: 0 24px;
  max-width: 80%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%),-50%;
  transform: translate(-50%,-50%);
}

.popview-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  cursor: pointer;
}

.popview-close:before {content: "";width: 100%;height: 2px;background: #fff;position: absolute;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.popview-close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popview-prev {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

.popview-prev:after {
  width: 16px;
  height: 16px;
  content: "";
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popview-next {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

.popview-next:after {
  width: 16px;
  height: 16px;
  content: "";
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popview .bd img {
  display: block;
    margin: auto;
    max-height: 100%;
}
.popview-con li {
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
  max-height: 100%;
}
@media (max-width:1024px){
  .nottext{font-size: 26px;}
  .nottext .not-btn {
    padding: 10px 20px;
    font-size: 14px;
}
}
@media (max-width:560px){
  .popview-con{max-width: 100%;width: 100%;}
  .nottext{font-size: 18px;}
  .nottext .not-btn {
    padding: 5px 10px;
    font-size: 12px;
}
.Appointment .form .item .befor {
  width: auto;
  display: block;
  margin-left: 0;
}

.Appointment .form .item select {
  width: 100%;
  padding-right: 50px;
}

.Appointment .form .item .seleBox {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}

.Appointment .form .item .timeB input {
  margin: 0 2px;
  padding: 0 10px;
  font-size: 12px;
  width: 44%;
}

.Appointment .form .item .timeB {
  width: 100%;
  font-size: 14px;
}

.Appointment .form .item .yesno {
  width: 100%;
}
.Appointment .form .item .req {
  margin-bottom: 10px;
  display: inline-block;
}
}

/*20200728 zgy*/
.banner li>div {
  height: auto;
}
.proListBox .proList .item:nth-child(2n+5) .imgBox {
  float: none;
}
.GrouProfile .foor3 li .textB {
  height: 190px;
  overflow: hidden;
}
@media (max-width:768px){
  .GrouProfile .foor3 li .textB{height: 140px;}
}
@media (min-width:1280px){
.top .navOth .nav li .subnav .w1200 {
  padding-right: 20%;
  margin-left: 2%;
  max-width: none;
  padding-left: 23.3%;
  margin-right: 2%;
}
.top .navOth .nav li .subnav .subDl {
  padding-left: 0;
}

.top .navOth .nav li .subnav .subDl {
  /* width: 50%; */
  margin-left: -20px;
}

.top .navOth .nav li .subnav .desBox {
  max-width: 58%;
  padding-right: 0;
  margin-left: 5%;
}

}
@media (max-width:1300px) and (min-width:1280px){
  .top .navOth .nav li {
    margin-right: 2.9%;
 }
}
@media (max-width:1366px) and (min-width:1280px) {
.top .navOth .nav li .subnav .w1200 {
  padding-right: 175px;
  padding-left: 10%;
}
}
@media (max-width:1600px){
  .estateList ul li .textB .desBox .item span {
    font-size: 50px;
}

.estateList ul li .textB .desBox .item {
    width: 50%;
    padding: 0 20px;
    border-left: 2px solid #fff;
    font-style: italic;
    float: left;
}

.estateList ul li .textB .desBox {
    overflow: hidden;
}
}
@media (max-width:1300px){
  .estateList ul li .textB .desBox .item span {
    font-size: 40px;
}

.estateList ul li:hover .textB {width: 100%;}

.estateList ul li .textB .desBox .item {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.desBox {
    overflow: hidden;
}
.estateList ul li .textB .desBox .item {
  display: block;
  width: auto;
  float: none;
  border: none;
}

.estateList ul li .textB .desBox .item:first-child {
  padding-left: 30px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top .navOth .nav li .subnav .subDl .first-menu li {
  padding: 0 10px;
}

.top .navOth .nav li >a {
  font-size: 14px;
}
.nav_btn span:before, .nav_btn span:after {right: 0;}
  
  .nav_btn span {right: 8px;}
}
@media (max-width:768px){
  .estateList ul li .textB .desBox .item span {
    font-size: 40px;
  }
}
@media (max-width:560px){
  .estateList ul li .textB .desBox .item,.estateList ul li .textB .desBox .item:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .estateList ul li .textB .desBox .item span {
    font-size: 24px;
  }
  .estateList ul li .textB .desBox .item sup {
    font-size: 20px;
  }
  .menuLocat {
    line-height: 30px;
    padding: 10px 0;
}
.section-tabs a {
  margin-bottom: 10px;
  line-height: 46px;
}

.section-tabs {
  margin-bottom: 20px;
}
}
@media (max-width:1280px){
  .contactBox .contMap .mapImgB {
    padding-right: 0;
  }
  .container {
    padding: 50px 0;
  }
}
@media (max-width:1280px) and (min-width:960px){
  .LeadingPro .leadList .item .absoluBox p {
    max-height: 90px;
    overflow: hidden;
}

.LeadingPro .leadList .item .absoluBox {
    top: 24%;
}
}
@media (max-width:1540px) and (min-width:1280px){
  .newsSlide li .txtBox {
    padding: 30px 30px 0 30px;
}
}
@media (max-width:1279px){
  .nav_btn{
    width:60px;
  }
  .top .navOth .nav {
    width: 100%;
    right: -100%;
    left: auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .top .navOth .nav.active{
    right:0;
    height: 100vh;
    overflow: auto;
  }
  .top .navOth .nav li.haschild {
    padding-right: 50px;
    position: relative !important;
}

.openchild {
  position: absolute;
  width: 50px;
  height: 40px;
  right: 0;
  z-index: 10;
  top: 0;
  display: none;
}
.openchild:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  right: 14px;
  top: 50%;
  margin-top: -5px;
  z-index: 10;
  content: "";
}
.haschild>.openchild{
  display: block;
}
.active.openchild:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg); 
}

.top .navOth .nav li .subnav .subDl .first-menu li .second-menu,.top .navOth .nav li .subnav .subDl .first-menu li .second-menu li .third-menu {
  position: static;
  width: auto;
}

.top .navOth .nav li .subnav {
  padding: 10px 0;
}

.top .navOth .nav li a {
  line-height: 20px !important;
  padding: 10px 0;
  display: block;
}

.top .navOth .nav li {
  margin: 0 !important;
}

.top .navOth .nav li .subnav .subDl .first-menu li:hover {
  background: none;
}
.top .navOth .nav li .subnav .subDl .first-menu li{width: auto;}
}
@media (max-width:480px){
  .newsSlide li{margin-right: 0;}
  .newsSlide {
    margin-left: 10px;
    margin-right: 10px;
}
.platformTop p:before {
  top: 7px;
  margin-top: 0;
}

.platListTop li .view,.platList li .view {
  font-size: 16px;
  padding-right: 37px;
  line-height: 1.2;
  bottom: 10px;
}

.platListTop li .view:before,.platList li .view:before {
  right: 4px;
}
.estateList ul li:hover .textB {
  /* padding-bottom: 60px; */
}

.estateList ul li:hover .textB .view {
  /* right: -13px; */
}
.investorTop .righBox .itemTop .textB h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}

@media (max-width:1400px){
  .item:nth-child(n+4) .titBox {
    width: auto;
    float: none;
}

.FruitItem .item .titBox p {margin: 0;}

.FruitItem .item .imgBox {
    float: none;
}

.FruitItem .item .titBox h5,.FruitItem .item .titBox span {
    text-align: center;
}
}
.platformTop p:before {
  top: 7px;
  margin-top: 0;
}
@media (max-width:560px){
  .NotShaBox {
    padding: 10px 0;
  }
  .NotShaBox .notice{
    margin-bottom: 10px;
  }
  .loopIndu .itemBox .numBox .item {
    width: 33.333%;
    padding: 0 7px
}

.loopIndu .itemBox .numBox .item span {
    font-size: 22px;
    display: inline-block;
}
.loopIndu .itemBox .titBox h5 {
  font-size: 20px;
}
}

.estateList ul li .textB {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.imgBoxtitle {
  text-align: center;
  font-size: 18px;
}
.loopIndu .itemBox .numBox .item sup {
  position: absolute;
  right: -20px;
  width: 20px;
  text-align: center;
  top: -10px;
}
.loopIndu .itemBox .numBox .item i {
  font-size: 18px;
}
.imgbox3in1 {
  overflow: hidden;
  margin-bottom: 20px;
}

.imgBoxi3 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 20%;
  padding-right: 37.5%;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
}

.imgBoxi3:first-child {
  padding-right: 62%;
  padding-bottom: 40%;
}

.imgBoxi3 img {
  display: none;
}
/* .imgBoxi3:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
} */
.loopIndu .itemBox .titBox h5 i {
  font-style: normal;
}

.br {
  display: block;
}

.GrouProfile .foor3 li .iconB img {
  vertical-align: middle;
}

.mb_display{
  display: none;
}
.slick-slide .mb_display {
  display: none;
}
@media (max-width:560px){
  .mb_display{display: inline;}
  .pc_display{display: none;}
  .slick-slide .pc_display {
    display: none;
  }
.slick-slide .mb_display {
  display: block;
}
  .GrouProfile .foor3 li {
    display: flex;
    flex-direction: column;
}
  .GrouProfile .foor3 li .iconB {
    width: 100%;
    float: none;
    height: auto;
    font-size: 14px;
    line-height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.GrouProfile .foor3 li .iconB .counter {
    color: #009b4c;
    font-size: 40px;
}

.GrouProfile .foor3 li .iconB img {
    margin-right: 10px;
    max-height: 60px;
}

.GrouProfile .foor3 li .textB {
    width: 100%;
    float: none;
    height: auto;
}
.GrouProfile .foor3 li .textB .dot2 {
  -webkit-line-clamp: initial;
}
  .imgBoxi3:first-child,.imgBoxi3{
    border: none;
    width: auto;
    height: auto;
    padding: 0;
    float: none;
    margin-bottom: 1px;
  }
  .imgBoxi3 img{
    display: block;
    width: 100%;
    height: auto;
  }
  .loopIndu .itemBox .titBox span{
    text-align: left;
  }
  .loopIndu .itemBox .numBox.mb_dis2 .item {
    width: 50%;
}
.br {
  display: inline;
}
.BusNewB .slideBox .contBox .idxNeList{margin-top: 10px;}
.banner .slick-dots {
  bottom: 8px;
}
.Research li h5, .ResearchList li .txtBox h5 {
  font-size: 16px;
  height: 72px;
}
.ResearchList li .txtBox h5 .dot2 {
  -webkit-line-clamp: 3;
}
.items2-item {
  white-space: initial;
  font-size: 14px;
}

.items2-item {
  width: 100%;
}

.items4-item,.items4-item:nth-child(4n+3), .items4-item:nth-child(4n+4) {
  width: 100%;
  margin-bottom: 20px;
}

.items4-item:nth-child(4n+3) p, .items4-item:nth-child(4n+4) p {
  display: block;
}

.items4-item:nth-child(4n+3) .items-img, .items4-item:nth-child(4n+4) .items-img {
  margin-bottom: 20px;
}

.items-pro-item {
  width: 100%;
}

.items3-item {
  width: 100%;
}
}
@media (max-width:480px){
  .Global .mapBox .item {
    position: static; width: 100%;margin:0 0 20px 0; border:none;
}

  .Global .mapBox .item .tit{border:none; display: none
}

.Global .mapBox .item em {
    display: none;
}

.Global .mapBox .item .absoluBox {
    position: static;
    display: block !important;
    width: 100%;
    opacity: 1 !important;
}

.Global .mapBox .item .absoluBox .iconB img {
    width: 100%;
    height: auto;
}



.mapPup .mappupBox {
    padding: 30px 10px;
    width: 90%;
}

.mapPup .mappupBox .mapCont .contBox {
    max-height: 400px;
    overflow-y: auto;
}
}
@media (min-width:1366px) and (max-width:1740px){
  .top .navOth .nav li .subnav .w1200{
    padding-left: 14%;
  }
}
@media (min-width:1280px){
  .BusNewB .slideBox .contBox .idxNeList li p {
    white-space: nowrap;
}

.BusNewB .slideBox .contBox .idxNeList li time {
    font-size: 16px;
    white-space: nowrap;
}
.BusNewB .item .buscontBox .itemBox figure,.BusNewB .slideBox .contBox{height: 550px;overflow: hidden;}
}
.top .navOth .nav li .subnav .desBox p.dot3 {
  -webkit-line-clamp: 6;
}

/*20200902 zgy*/
@media (min-width:1280px){
  .honerList li .imgBox{height:185px;}
  .honerList li .imgBox img{max-height:100%;}
  .strengthF3 .honerList.af:after {top: 510px;}
}
.update20200902 ul li .imgBox {
  height: 295px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.update20200902 ul li .imgBox a {
  display: block;
  height: 100%;
  width: 100%;
}

.update20200902 ul li .imgBox img {
  display: none;
}
@media (max-width:1280px){
  .update20200902 ul li .imgBox {
    height: 250px;
}
}
@media (max-width:768px){
  .update20200902 ul li .imgBox{height: auto;background:none !important;}
  .update20200902 ul li .imgBox img{display: block;width:100%;}
}
@media (min-width: 1280px){
  .top .navOth .nav li .subnav .subDl {
    max-width: 43%;
  }
  .top .navOth .nav li .subnav .desBox {
    max-width: 55%;
    padding-right: 0;
    margin-left: 2%;
  }
}
.top .navOth .langSear .sear .searIpt input{padding: 0 25px 0 5px;}
.proInfo .proinfoTop img {
  width: 100%;
}
.NotShaBox .notice {
  margin-top: 5px;
}

/*20200915 zgy*/
.humanResuo .listBox .bomBox .item .textB p {
    display: none;
}

.humanResuo .listBox .bomBox .item .textB h5 {
    line-height: 40px;
}

.humanResuo .listBox .bomBox .item .textB {
    top: 50%;
    margin-top: -20px;
}
.zzlist-tab li {
    margin-bottom: 10px;
}
.investorTop .righBox h3 a {
    font-size: 14px;
    float: right;
    line-height: 45px;
}
.strengthF5 {
    padding-top: 120px;
}
.Innovate .innovTop .novList li a {
    height: 48px;
    overflow: hidden;
}

.Innovate .innovTop .novList li {
    min-height: 0;
}
.Innovate .innovTop .novList li time {
    margin-top: 7px;
}
.loopIndu .imgBoxtitle {
    margin-bottom: 30px;
}
.mapPup .mappupBox .mapCont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.mapPup .mappupBox .mapCont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
  background   : #009b4c
  }
.mapPup .mappupBox .mapCont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : #e8e8e8;
  }
.publicityList.SchoolRecruitment li {
    padding-right: 120px;
    position: relative;
}

.publicityList.SchoolRecruitment li .mailto {
    position: absolute;
    right: 0;
    top: 0;
    color: #009b4c;
    font-size: 20px;
}


/*20200917 zgy*/
.jobTitle {text-align: center;margin-bottom: 60px;}
.jobTitle h3 {font-size: 38px;font-weight: normal;}
.jobTitle h4 {font-size: 38px;color: #009b4c;font-weight: normal;}
.jobsection {text-align: center;margin-bottom: 80px;font-size: 16px;line-height: 2;}
.jobsection .left {max-width: 48%;float: left;text-align: left;}
.jobsection .right {max-width: 48%;float: right;text-align: left;line-height: 2;padding-top: 4%;}
.jobsection .left p {line-height: 40px;text-align: center;}
.jobsection h3 {font-size: 28px;color: #009b4c;line-height: 1;margin-bottom: 50px;}
.jobsection.align2 .left {float: right;}
.jobsection.align2 .right {float: left;}
.jobsection:last-child {margin-bottom: 0;}
.jobimgs {overflow: hidden;margin-top: 50px;}
.jobimgs .imgbox {max-width: 50%;float: left;padding-right: 20px;}
.jobimgs .imgbox:nth-child(2n) {float: right;padding-left: 20px;padding-right: 0;}
.jobsection .imgbox {overflow: hidden;cursor: pointer;}
.jobsection .imgbox img {transition: .4s;-ms-transition: .4s;-moz-transition: .4s;-webkit-transition: .4s;}
.jobsection .imgbox:hover img {transform: scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.jobsection .imgbox p {position: relative;background: #fff;z-index: 10;margin: 0 -20px;}
.jobimgs.jobimgs {max-width: 820px;margin: 50px auto 0;}
.jobimgs.jobimgs .imgbox p {margin: 0;}
.newsInfo {font-size: 16px !important;line-height: 1.5;}
.newsInfo p{display: block;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  line-height: 2 !important;
  color: #666666 !important;
  text-indent: 2.2em !important;}
.newsInfo p img{margin: 30px 0 10px;}
.newsInfo span {font-size: 16px !important;}

/*20200918 zgy*/
@media(max-width:1280px){

}
@media(min-width:1280px) {
/* .desBox {display: none !important;} */
.top .navOth .nav li .subnav .w1200 {padding-left: 18%;}
.top .navOth .nav li .subnav {display: none !important;}
.top .navOth .nav li {
    position: relative !important;
}

.sub_pc {
    position: absolute;
    background: #fff;
    left: 50%;
    display: none;
    transform: translate(-50%);
    transform: translate(-50%);
    transform: translate(-50%);
}
@media screen and (max-width:768px){
  .sub_pc{display: none !important;}
}
.top .navOth .nav li .sub_pc li {
    display: block;
    float: none !important;
    margin: 0 !important;
    line-height: 48px;
    padding: 0 !important;
    width: 100% !important;
}

.top .navOth .nav li .sub_pc li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 0 30px;
}

.top .navOth .nav li:hover .sub_pc {
    display: block;
}
}
@media(min-width:1280px){
  .top .navOth .nav li .subnav .w1200 {padding: 0!important;max-width: 1800px;margin: auto;}
  .top .navOth .nav li .subnav .subDl {margin-left: 11%;}
}
@media(min-width:1366px) and (max-width:1740px){
   .top .navOth .nav li .subnav .subDl {margin-left: 15%;}
}
@media(min-width:1680px){
   .top .navOth .nav li .subnav .w1200 {padding-left: 18%;} 
}


/* 20200924 zyc 新增 */

/* 塑木型材 */
.PlasticWoodProfile{}
.PlasticWoodProfile .ycTitle{margin-bottom: 45px;}
.PlasticWoodProfile .ycTitle .h2{font-size: 42px;text-align: center;font-weight: 400;}
.PlasticWoodProfile .ycTitle p{font-size: 16px;color: #333333;margin: 40px auto 0;max-width: 820px;}
.PlasticWoodProfile .item{margin-bottom: 100px;}
.PlasticWoodProfile .item:last-child{margin-bottom: 0;}
.PlasticWoodProfile .item1 .Content_flex{display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content:space-between;
  }
.PlasticWoodProfile .item1 .Content_flex1 .text{width: 34%;}
.PlasticWoodProfile .item1 .Content_flex1 .text .ul li{font-size: 16px;line-height: 30px;padding-left: 23px;position: relative;}
.PlasticWoodProfile .item1 .Content_flex1 .text .ul li::after{ position: absolute; top: 13px; left: 5px; width: 4px; height: 4px; background: #333333; content: ''; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.PlasticWoodProfile .item1 .Content_flex1 .imgs{width: 66%;}
.PlasticWoodProfile .item1 .Content_flex2{margin-top: 100px;align-items: inherit;}
.PlasticWoodProfile .item1 .Content_flex2 .text{width: 46%; border-bottom: 1px solid #e8e8e8;}
.PlasticWoodProfile .item1 .Content_flex2 .text p{line-height: 30px;color: #666666;padding-bottom: 40px;}

.PlasticWoodProfile .item2{}
.PlasticWoodProfile .item2 ul{display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-between;}
.PlasticWoodProfile .item2 ul li{width: 15%;}
.PlasticWoodProfile .item2 ul li .imgs{text-align: center;}
.PlasticWoodProfile .item2 ul li em{font-size: 34px;color: #f0f0f0;font-weight: 900;display: block;margin: 20px 0 10px;}
.PlasticWoodProfile .item2 ul li .h2{font-size: 18px;margin-bottom: 12px;}
.PlasticWoodProfile .item2 ul li p{font-size: 16px;color: #666666;line-height: 26px;}

.PlasticWoodProfile .item3 .Content_flex{display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content:space-between;
  }
.PlasticWoodProfile .item3 .Content_flex .imgs,
.PlasticWoodProfile .item3 .Content_flex .text{width: 48%;}
.PlasticWoodProfile .item3 .Content_flex .text .h3{font-size: 18px;color: #333333;margin-bottom: 50px;}
.PlasticWoodProfile .item3 .Content_flex .text p{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 50px;}
.PlasticWoodProfile .item3 .Content_flex .text p:last-child{margin-bottom: 0;}

.PlasticWoodProfile .item4{}
.PlasticWoodProfile .item4 .imgs{text-align: center;width: 100%;}

@media screen and (max-width:768px){
  .PlasticWoodProfile .ycTitle .h2{font-size: 26px;}
  .PlasticWoodProfile .ycTitle p{margin-top: 20px;}
  .PlasticWoodProfile .item1 .Content_flex,
  .PlasticWoodProfile .item2 ul,
  .PlasticWoodProfile .item3 .Content_flex{display: block;}
  .PlasticWoodProfile .item1 .Content_flex1 .text,
  .PlasticWoodProfile .item1 .Content_flex1 .imgs,
  .PlasticWoodProfile .item1 .Content_flex2 .text,
  .PlasticWoodProfile .item2 ul li,
  .PlasticWoodProfile .item3 .Content_flex .imgs, 
  .PlasticWoodProfile .item3 .Content_flex .text{width: 100%;}
  .PlasticWoodProfile .item{margin-bottom: 40px;}
  .PlasticWoodProfile .item1 .Content_flex1 .imgs{margin-top: 20px;}
  .PlasticWoodProfile .item1 .Content_flex2{margin-top: 40px;}
  .PlasticWoodProfile .item1 .Content_flex2 .text{border: 0;}
  .PlasticWoodProfile .item1 .Content_flex2 .text p{line-height: 26px;padding-bottom: 10px;}
  .PlasticWoodProfile .item2 ul li{margin-bottom: 30px;text-align: center;}
  .PlasticWoodProfile .item2 ul li em{margin: 12px 0 6px;}
  .PlasticWoodProfile .item2 ul li .h2{margin-bottom: 6px;}
  .PlasticWoodProfile .item3 .Content_flex .text{margin-top: 20px;}
  .PlasticWoodProfile .item3 .Content_flex .text .h3{margin-bottom: 20px;}
  .PlasticWoodProfile .item3 .Content_flex .text p{margin-bottom: 20px;;}
}

/* 环保砖 */
.EnvironmentalProtectionBrick{}
.EnvironmentalProtectionBrick .Content_flex{display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content:space-between;}
.EnvironmentalProtectionBrick .Content_flex .text{width: 60%;}
.proListBox .titBox .EnvironmentalProtectionBrick .Content_flex .text .p{margin-bottom: 30px;}
.proListBox .titBox .EnvironmentalProtectionBrick .Content_flex .text .p:last-child{margin-bottom: 0;}
.EnvironmentalProtectionBrick .Content_flex .imgs{width: 35.55%;}
.EnvironmentalProtectionBrick .Content_flex .text .h2{font-size: 32px;margin-bottom: 45px;padding-bottom: 26px;color: #333333;position: relative;}
.EnvironmentalProtectionBrick .Content_flex .text .h2::after{position: absolute;bottom: 0;left: 0;content: '';display: block;width: 50px;height: 5px;background: #009b4c;}
.EnvironmentalProtectionBrick .ul {margin-top: 55px;}
.EnvironmentalProtectionBrick .ul li{display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom:1px solid #e8e8e8 ;}
.EnvironmentalProtectionBrick .ul li:last-child{border: 0;}
.EnvironmentalProtectionBrick .ul li .imgs{width: 158px;min-width: 158px;}
.EnvironmentalProtectionBrick .ul li .text{padding-left: 30px;}
.EnvironmentalProtectionBrick .ul li .text .h3{font-size: 18px;margin-bottom: 10px;font-weight: 400;}
.proListBox .EnvironmentalProtectionBrick .ul li .text p{font-size: 14px;}

@media screen and (max-width:768px){
  .EnvironmentalProtectionBrick .Content_flex {display: block;}
  .EnvironmentalProtectionBrick .Content_flex .text,
  .EnvironmentalProtectionBrick .Content_flex .imgs{width: 100%;}
  .proListBox .titBox .EnvironmentalProtectionBrick .Content_flex .text .p{margin-bottom: 10px;}
  .EnvironmentalProtectionBrick .Content_flex .imgs{margin-top: 20px;}
  .EnvironmentalProtectionBrick .ul li{display: block;padding: 20px 0;}
  .EnvironmentalProtectionBrick .ul li .imgs,
  .EnvironmentalProtectionBrick .ul li .text{width: 100%;}
  .EnvironmentalProtectionBrick .ul li .imgs{text-align: center;}
  .EnvironmentalProtectionBrick .ul li .text{padding: 0;margin-top: 16px;}
}

/* 再生金属产品列表 */
.RecycledMetalProducts {}
.RecycledMetalProducts .ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.RecycledMetalProducts .ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
}
.RecycledMetalProducts .ul li .imgs img {
    width: 100%;
}
.RecycledMetalProducts .ul li .h2 {
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    font-size: 24px;
}
/* .RecycledMetalProducts .ul li a {
    display: block;
} */
@media screen and (min-width:769px) {
    .RecycledMetalProducts .ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width:768px) {
    .RecycledMetalProducts .ul li {
        width: 49%;
        margin-bottom: 20px;
    }
    .RecycledMetalProducts .ul li:nth-child(2n) {
        margin-right: 0;
    }
    .RecycledMetalProducts .ul li .h2 {
        font-size: 18px;
    }
}


/*20200929 zgy*/
.banVideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banVideo video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:none;
}

.banVideo .banPuse {
    width: 63px;
    height: 63px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    left: 50%;
    top: 50%;
    margin-top: -31px;
    margin-left: -31px;
    background:url(../png/play.png) no-repeat center;
}
.slick-arrow {
    position: absolute;
    z-index: 10;
    width: 60px;
    height: 60px;
    font-size:0;
    background: none;
    border: none;
    color: transparent;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
}
.slick-next:before {content: "";width: 20px;height: 20px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);;position: absolute;}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
}
@-webkit-keyframes warn {
  0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1 }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 }
}
@-moz-keyframes warn {
  0% { -moz-transform: scale(0); transform: scale(0); opacity: 1 }
  100% { -moz-transform: scale(1); transform: scale(1); opacity: 0 }
}
@-o-keyframes warn {
  0% { -o-transform: scale(0); transform: scale(0); opacity: 1 }
  100% { -o-transform: scale(1); transform: scale(1); opacity: 0 }
}
@keyframes warn {
  0% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 1 }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0 }
}


.Global .mapBox .item em:before {
    content: "";
    left: -10px;
    height: 20px;
    width: 20px;
    border: 4px solid #e63241;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    -moz-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -10px;
}

.Global .mapBox .item em:after {
    content: "";
    left: -10px;
    height: 20px;
    width: 20px;
    border: 4px solid #e63241;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    -moz-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    position: absolute;
    top: -10px;
}
.newsList li .txtBox p {
    max-width: 925px;
}
body {
    font-family: 'scCNreg','微软雅黑',Microsoft YaHei;
}
*{font-family: 'scCNreg','微软雅黑',Microsoft YaHei!important;}
.newsInfo p img {
    height: auto !important;
    display: block;
    margin: 30px auto 10px !important;
}
.bottom .bomBom .leftBox .GS {
    padding-right: 15px;
}
.top .navOth .langSear .sear {position: absolute;top: 50%;margin-top: -8px;right: 0;}

.top .navOth .langSear {
    position: relative;
}

/* .top .navOth .langSear .sear .searBtn {
    background-image: url(../images/icon-search.png);
} */

.historyBox .yearBox .yeartop .slick-list {
    background: #f4f4f4;
    position: relative;
    padding-bottom: 15px !important;
}

.historyBox .yearBox .lineBox {
    bottom: 9px;
    z-index: 20;
}

.historyBox .yearBox .item {
    border: none;
}

.historyBox .yearBox .yeartop .slick-list:after {content: "";position: absolute;bottom: 9px;width: 100%;height: 5px;background: #ddd;z-index: 10;}

.historyBox .yearBox .yeartop .slick-track {
    z-index: 30;
}
.contactBox .contMap .mapImgB .itemList .item em:before {
    content: "";
    left: -10px;
    height: 20px;
    width: 20px;
    border: 4px solid #e63241;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    -moz-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -10px;
}

.contactBox .contMap .mapImgB .itemList .item em:after {
    content: "";
    left: -10px;
    height: 20px;
    width: 20px;
    border: 4px solid #e63241;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    -moz-box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    box-shadow: 0 0 4px #e63241, 0 0 10px #e63241 inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    position: absolute;
    top: -10px;
}
.Global .mapBox .item .absoluBox {
    width: 400px;
}

.Global .mapBox .item .absoluBox .i2 {
    overflow: hidden;
    margin-bottom: 12px;
}

.Global .mapBox .item .absoluBox .i2 .iconB {
    float: left;
    width: 150px;
    margin-right: 15px;
}

.Global .mapBox .item .absoluBox .i2:last-child {
    margin-bottom: 0;
}

/*20210322*/
.itemSection .ittitle {
    background: #70ad47;
    color: #fff;
    padding: 0 2%;
    text-align: center;
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 40px;
}

.itemSection {
    padding-bottom: 40px;
    font-size: 18px;
	line-height:2;
}

.itemSection h5 {
    font-size: 22px;
    margin: 2em 0 1em;
    font-weight: bold;
    color: #000;
}

.itemSection .ibox2 {
    text-align: center;
    margin-top: 20px;
    font-size: 0;
}

.itemSection .ibox2 img {
    display: inline-block;
    width: 46%;
    margin: 0 2%;
    height: auto;
    vertical-align: bottom;
}

.itemSection .ibox2 .i {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    margin: 0 2% 2%;
    width: 46%;
    vertical-align: bottom;
}

.itemSection .ibox2 .i img {
    width: auto;
    height: auto;
    margin: 0;
    max-width: 400px;
    margin-bottom: 20px;
}

.itemSection h4 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #000;
}

.itemSection .ihonnor {
    font-size: 18px;
}

.itemSection .ihonnor p {padding: 0 2em;}

.itemSection .ihonnor .clearfix {
    margin-top: 20px;
    text-align: center;
}

.itemSection .ihonnor .clearfix img {
    margin: 0 20px;
}

.itemSection .titBox h5 {
    font-size: 26px;
    text-align: center;
}

.itemSection .idesc {
    font-size: 26px;
}
.loopIndu .itemBox .numBox .item {
    text-align: center;
    font-size: 16px;
    width: 25%;
    color: #000;
    font-style: normal;
    vertical-align: top;
    padding: 0 6%;
}

.loopIndu .itemBox .numBox {
    font-size: 0;
}

.loopIndu .itemBox .numBox .item span {
    font-size: 54px;
    font-weight: bold;
    font-style: normal;
}
@media(max-width:768px){
.itemSection .ittitle {
    font-size: 22px;
    line-height: 1.5;
    padding: 10px 2%;
}

.itemSection .ibox2 img {
    display: block;
    margin: auto;
    width: auto;
    margin-bottom: 10px;
}

.itemSection .ibox2 .i {
    display: block;
    width: auto;
}

.itemSection .ibox2 .i img {
    margin: 0 auto 10px;
}

.itemSection h4 {
    font-size: 18px;
}

.itemSection h5 {
    font-size: 16px;
}

.itemSection .ihonnor p {
    padding: 0;
}

.itemSection .idesc {
    font-size: 16px;
}

.itemSection .titBox h5 {
    font-size: 20px;
}
.itemSection {
    line-height: 1.8;
    padding-bottom: 10px;
}

.itemSection .ibox2 .i img {
    max-width: 100%;
}

.itemSection .ihonnor .clearfix img {
    margin: 0 0 10px;
}
.loopIndu .itemBox .numBox .item {
    width: 50%;
}

.loopIndu .itemBox .numBox .item span {
    font-size: 34px;
}
}















.Floor002828{padding:3% 0; height:auto; overflow:hidden; ;}
.Floor002828 .auto{max-width: 1500px;width: 96%;}
.Floor002828 .left{position: relative; padding: 10px 0;}
.Floor002828 .slider-small li{padding: 5px 0; cursor: pointer;}
.Floor002828 .slider-small li aside{color: #333;font-size:20px;  line-height: 50px;  border-radius:25px; padding: 0 10%;}
.Floor002828 .slider-small li.slick-current aside{color: #fff;background: #009b4c;}
.Floor002828 .left .slick-arrow{position: absolute;padding: 0; cursor: pointer;background: none;border: 0; border-left: 2px solid #a0a0a0;border-top: 2px solid #a0a0a0; 
 width:25px; height: 25px; font-size: 0; opacity: 1; }
.Floor002828 .left .slick-arrow:before{ display: none }
.Floor002828 .right .box{border-bottom: 1px solid #eaeaea; padding: 4% 15px;}
.Floor002828 .right h3{font-size: 20px; margin-top:0; color:#333; padding-left: 40px; background:url(../png/floor002828_icon.png) no-repeat left top ;} 
.Floor002828 .right p{font-size: 16px; margin:0; color:#666; padding-left: 40px; line-height: 26px;} 
.Floor002828 .right p+p{margin-top: 10px;} 

@media(min-width:1025px){
.Floor002828 .left{float: left ;width: 18%; padding: 50px 0;}
.Floor002828 .left::before{ content:''; width:1px; height:100%;  top:0; position:absolute; background-color:#eaeaea; z-index:0; right:5%;}
.Floor002828 .right{float:right;width: 80%; background: #f4f4f4;padding: 5% }
.Floor002828 .right li{ max-height: 750px; overflow-y: auto; padding-right:20px;}
.Floor002828 .right li::-webkit-scrollbar{width:5px;  height:10px;}
.Floor002828 .right li::-webkit-scrollbar-track{ background: rgb(239, 239, 239); border-radius:2px;}
.Floor002828 .right li::-webkit-scrollbar-thumb{ background: #bfbfbf; border-radius:10px;}
.Floor002828 .right li::-webkit-scrollbar-thumb:hover{background:#004098;}
.Floor002828 .right li::-webkit-scrollbar-corner{background: #004098;}  
.Floor002828 .left .slick-arrow{left: 50%;margin-left: -15px;transform: rotate(45deg);}
.Floor002828 .left .slick-prev{top:0;margin:0;}
.Floor002828 .left .slick-next{bottom:0; transform: rotate(-135deg); top: auto; margin:0;}
}
@media(max-width:1024px){
.Floor002828 .slider-small li aside{text-align: center;}
.Floor002828 .left .slick-arrow{top: 50%;margin-top: -12px; width: 24px; height: 24px;}
.Floor002828 .left .slick-prev{left: 10px;transform: rotate(-45deg);}
.Floor002828 .left .slick-next{right: 10px;transform: rotate(135deg);}
.Floor002828 .slider-small{padding: 0 30px; }
}

/*2021.11.22*/
.Global .mapBox .item .absoluBox{
	width: 100%;
}
.Global .mapBox .item .absoluBox {
     position: static;
    background: #f5f5f5;
    border-radius: 8px;
     display: block; 
}
.Global .mapBox .item .absoluBox .i2 .iconB{
	overflow: hidden;
}
.Global .mapBox .item .absoluBox .i2 .iconB img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	max-width: 150px;
    	min-height: 115px;
}
.Global .mapBox .item .absoluBox .i2 .iconB img:hover{
	transform: scale(1.1);
}
.Floor002828 .right{
	padding:0;
}
.Floor002828 .slider-small li aside{
	width:90%;
	text-align: center;
}
.Floor002828 .left .slick-arrow{
	left: 39%;
}


.Floor002828 .right p{
	margin-top:10px;
}
.Floor002828 .slider-small li aside{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 480px){
	.Floor002828 .left .slick-arrow{
		left:10px;
	}	
	.Floor002828 .left .slick-next{
		left:unset;
	}
}


/* 2022.10.19 */
.bottom .bomTop .leftBox li:first-child{
    margin-left: 0;    
}
.bottom .bomTop .leftBox li .icon{
    margin: 0 auto;
}
.bottom .bomTop .leftBox ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}
.bottom .bomTop .leftBox li{
    width: 31.33%;
    margin-left: 0;
    max-width: unset;
    margin-bottom: 2%;
}
.bottom .bomTop .leftBox li a{
    max-width: 80px;
	display: inline-block;
}

.bottom .bomTop .leftBox li:not(:nth-child(3n+1)){
   margin-left: 3%;
}

.expertBox .leadList ul {
    text-align: center;
    font-size: 0;
}

.expertBox .leadList li {
    display: inline-block;
    vertical-align: top;
    float: none;
}














.w1570 {
  max-width: 1570px;
  margin: 0 auto;
}
@media(max-width:1570px){
  .w1570{padding: 0 2%;}
}
.w1600 {
  max-width: 1600px;
  margin: 0 auto;
}
@media(max-width:1600px){
  .w1600{padding: 0 2%;}
}
.dszjy {
  margin: 5% 0;
}

.dszjy .auto {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dszjy .auto .left {
  width: 52%;
  margin-right:10%;
  line-height:2;
}

.dszjy .auto .left span{
  font-family: 'scCNreg','微软雅黑',Microsoft YaHei!important;
}

.dszjy .auto .right {
  width: 30%;
}

.paqjti {
  color: #333333;
  margin-bottom: 4%;
  font-weight: bold;
  font-size: 2.1vw;
}


.paqjti .con{
  font-size: 2.1vw;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1%;
  display: flex;
  align-items: center;
}

.dszjy .auto .left .pb {
  font-size: 20px;
  color: #333333;
  line-height: 1.8;
  margin-top: 1.8%;
}

.dszjy .auto .left img {
  margin-top:2%;
  margin-bottom: 1%;
}
.dszjy .auto .left .img1 {
  float: right;
  margin-left: 2vw;
}

.dszjy .auto .left .pc {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.dszjy .auto .left .pc span {
  display: block;
  color: #32a05e;
  margin-bottom: 5%;
}


.xwgg {
  padding: 5% 0;
  background: #f2f2f2;
}

.xwgg ul {}

.xwgg ul li {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 32px 40px;
  transition: all 0.5s;
}

.xwgg ul li .pa {
  font-size: 20px;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
}

.xwgg ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xwgg ul li .time {
  font-size: 18px;
  color: #333333;
  width: 200px;
}

.xwgg ul li .pa i {
  width: 20px;
  height: 20px;
  border: 10px solid #fff0;
  border-left-color: #32a05e;
  width: 0;
  height: 0;
  margin-right: 10px;
}

.xwgg .more {
  text-align: center;
  font-size: 24px;
  margin-top: 4.5%;
}

.xwgg ul li:not(:last-child) {
  border-bottom: none;
}

.xwgg ul li:hover {
  background: #009b4c;
}

.xwgg ul li:hover p {
  color: #fff;
}

.xwgg ul li:hover i {
  border: 10px solid #fff0;
  border-left-color: #ffffff;
}

.kcxfz {
  margin: 5% 0;
}

.kcxfz ul {
  display: flex;
  flex-wrap: wrap;
}

.kcxfz ul li {
  width: 48.5%;
  background: #fff;
  padding: 2% 3%;
  box-shadow: 0 0 8px 0 #cdcdcd;
  margin-bottom: 3%;
}

.kcxfz ul li:not(:nth-child(2n)) {
  margin-right: 3%;
}

.kcxfz ul li .pa {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}

.kcxfz ul li .pb {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 2;
  min-height: 110px;
}

.kcxfz ul li .img {
  text-align: right;
}

.kcxfz ul li .img img{
  max-height:70px;
}
@media screen and (min-width:640px) {
.kcxfz ul li {
	padding-bottom: 100px;
	position: relative;
}
.kcxfz ul li .img {

    position: absolute;
    width: 88%;
    right: 6%;
    bottom: 8%;
}	
}

@media screen and (max-width:1440px) {
  .dszjy .auto .left {
    margin-right: 16.5%;
  }
  .dszjy .auto .right {
    width: 31.5%;
  }
}

@media screen and (max-width:1360px) {
  .dszjy .auto .left {
    margin-right: 14.5%;
  }
  .dszjy .auto .right {
    width: 33.5%;
  }
}



@media screen and (max-width: 640px) {
  .dszjy .auto .left {
    width: 100%;
    margin-right: 0;
  }

  .paqjti {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .dszjy .auto .left .pb,
  .dszjy .auto .left .pc {
    font-size: 16px;
  }

  .dszjy .auto .left img {
    margin-top: 0;
    max-width: 70px;
  }

  .dszjy .auto .left .img1 {
    float: none;
    margin-left: 0;
  }
  

  .dszjy .auto .right {
    width: 100%;
    margin-top: 10px;
  }

  .dszjy .auto .left .pc span {
    margin-bottom: 10px;
  }

  .xwgg ul li a {
    flex-wrap: wrap;
  }

  .xwgg ul li .pa,
  .xwgg .more {
    font-size: 16px;
  }

  .xwgg ul li .time {
    font-size: 16px;
    text-align: right;
    width: 100%;
    margin-top: 10px;
  }

  .xwgg ul li {
    padding: 10px 20px;
  }

  .kcxfz ul li .pa {
    font-size: 18px;
  }

  .kcxfz ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .kcxfz ul li {
    width: 100%;
  }

  .kcxfz ul li .pb {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: auto;
  }
}






/*环境*/
.public-title{margin-bottom: 30px;font-size: 40px;color: #333333;text-align: center;font-weight: bold;}
.public-name{font-size: 18px;color: #333333;text-align: center;line-height: 2;}
.Ambient .change{padding: 3.49vw 0;}
.Ambient .change .list-more{margin-top: 35px;}
.Ambient .change .list-more ul{display: flex;justify-content: center;}
.Ambient .change .list-more ul li{margin-right: 50px;}
.Ambient .change .list-more ul li:last-child{margin-right: 0;}
.Ambient .change .list-more ul li a{font-size: 18px;color: #32a05e;text-decoration: underline !important;}
.Ambient .change .flex{margin-top: 45px;padding: 20px 5.6%;display: flex;justify-content: space-between;align-items: center;background-color: #f6f6f6}
.Ambient .change .flex .box{width: 57%;line-height: 2;}
.Ambient .change .flex .box .title{font-size: 34px;color: #14994d;}
.Ambient .change .flex .box .text{margin-top: 30px;font-size: 18px;color: #333333;line-height: 1.8;}
.Ambient .change .flex .img{position: relative;width: 35%;padding: 10px;background-color: #fff;border-radius: 10px;overflow: hidden;box-sizing: border-box;}
.Ambient .change .flex .img img{width: 100%;}
.Ambient .change .flex .img a{position: absolute;display: flex;align-items: center;justify-content: center;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .2);z-index: 3;}
.Ambient .change .flex .img a .btn{font-size: 18px;color: #ffffff;text-align: center;}
.Ambient .change .flex .img a .btn:before{display: block;content: '';margin: 0 auto 10px auto;width: 50px;height: 50px;background-image: url('../png/ambient-change-btn.png')}
.Ambient .change .flex .img .box2{position: absolute;;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .2);z-index: 3;display:table;}
.Ambient .change .flex .img .box2 .ytable-cell{display: table-cell;vertical-align: middle;}
.Ambient .change .flex .img .box2 .title{font-size: 34px;color: #ffffff;text-align: center;}
.Ambient .change .flex .img .box2 .more{margin: 50px auto 0;text-align: center;}
.Ambient .change .flex .img .box2 .more a{position: relative;margin: 0 auto;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Ambient .change .flex .img .box2 .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}

.Ambient .change .list{margin-top: 50px;}
.Ambient .change .list ul{display: flex;justify-content: space-between}
.Ambient .change .list ul li{display: flex;align-items: center;justify-content: center;width: 24%;height: 400px;padding: 30px;background-color: #f6f6f6;border-radius: 10px;overflow: hidden;box-sizing: border-box;}
.Ambient .change .list ul li .icon{display: flex;justify-content: center}
.Ambient .change .list ul li .title{margin-top: 30px;font-size: 26px;color: #333333;text-align: center;}
.Ambient .change .list ul li .text{margin-top: 30px;font-size: 18px;color: #666666;line-height: 2;text-align: center;}
.Ambient .change .list ul li .more{margin-top: 60px;display: none;}
.Ambient .change .list ul li .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Ambient .change .list ul li .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Ambient .change .list ul li:hover .more{display: block;}
.Ambient .change .list ul li:hover .icon{display: none;}
.Ambient .change .list ul li:hover{border-bottom: 6px solid #32a05e;}
.Ambient .circulate{padding: 3.49vw 0;background-size: cover;}
.Ambient .circulate .public-title{color: #fff;}
.Ambient .circulate .list{position: relative;}
.Ambient .circulate .list ul{display: flex;justify-content: center;flex-wrap: wrap;}
.Ambient .circulate .list ul li{width: 36.9%;margin-right: 26.2%;}
.Ambient .circulate .list ul li .icon{text-align: center;}
.Ambient .circulate .list ul li .icon img{cursor: pointer; transition: 0.3s; }
.Ambient .circulate .list ul li:hover .icon img{transform: rotateY(-180deg);-webkit-transform: rotateY(-180deg);-ms-transform: rotateY(-180deg);}

.Ambient .circulate .list ul li .name{margin-top: 20px;font-size: 26px;color: #ffffff;text-align: center;cursor: pointer; }
.Ambient .circulate .list dl{position: absolute;max-width: 39.125%;width: 100%;top: 10px;left: 0;right: 0;margin: 0 auto;background-image: url('../png/ambient-circulate-icon.png');background-size: 100%;padding-top: 39.4375%;z-index: 3;}
.Ambient .circulate .list dl dd{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;align-items: center;justify-content: center;z-index: 3;margin:0;}
.Ambient .circulate .list dl dd.on{display: flex;}
.Ambient .circulate .list dl dd .name{text-align: center;font-size: 36px;color: #ffffff;}
.Ambient .circulate .list dl dd .more{margin-top: 50px;text-align: center;}
.Ambient .circulate .list dl dd .more a{position: relative;display: flex;display: inline-block;line-height: 50px;align-items: center;justify-content: center;width: 175px;height: 50px;margin: 0 10px;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;text-align: center;}
.Ambient .circulate .list dl dd .more a:after{position: absolute;display: block;content: '';right: 18px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
@media(min-width:768px){
  .Ambient .circulate .list ul li:nth-of-type(1){margin-bottom: 11%;}
  .Ambient .circulate .list ul li:nth-of-type(2){margin-bottom: 11%;margin-right: 0;}
  .Ambient .circulate .list ul li:nth-of-type(4){margin-right: 0;}
  .Ambient .circulate .list ul li:nth-of-type(5){margin-top: 15px;margin-right: 0;}
} 
.Ambient .organism{padding: 3.49vw 0;}
.Ambient .organism .more{margin-top: 35px;text-align: center;}
.Ambient .organism .more a{font-size: 18px;color: #32a05e;text-decoration: underline !important;display:inline-block;margin:0 10px}
.Ambient .organism .list{margin-top: 50px;}
.Ambient .organism .list .slick-list{margin:0 -30px;}
.Ambient .organism .list .slick-list li{position: relative;width: 48.5%;border-radius: 10px;overflow: hidden;margin:0 30px;}
.Ambient .organism .list .slick-list li .img{overflow: hidden;}
.Ambient .organism .list .slick-list li .img img{width: 100%;transition: 0.3s;}
.Ambient .organism .list .slick-list li:hover .img img{transform: scale(1.12);}
.Ambient .organism .list .slick-list li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: end;z-index: 3;}
.Ambient .organism .list .slick-list li a .box{width: 100%;padding: 35px 45px;box-sizing: border-box;background-color: rgba(0, 0, 0, .6);}
.Ambient .organism .list .slick-list li a .box .title{font-size: 26px;color: #ffffff;}
.Ambient .organism .list .slick-list li a .box .text{margin-top: 20px;font-size: 16px;color: #ffffff;line-height: 2;}
.Ambient .organism .slick-dots{margin-top: 40px;display: flex;justify-content: center}
.Ambient .organism .slick-dots li{margin: 0 10px;margin-right: 10px;}
.Ambient .organism .slick-dots li button{width: 12px;height: 12px;border-radius: 12px;background-color: #ededed;border: 0;font-size: 0;}
.Ambient .organism .slick-dots li.slick-active button{background-color: #32a05e}
.Ambient-info{padding: 3.49vw 0;}
.Ambient-info .title{font-size: 36px;color: #333333;text-align: center;}
.Ambient-info .text{margin-top: 50px;padding-top: 45px;border-top: 1px solid #eaeaea;}
.Ambient-info .text p{font-size: 18px;color: #333333;line-height: 2;}
.Ambient-info .text p span{font-size: 18px!important;font-family: 'scCNreg','微软雅黑',Microsoft YaHei!important;}
.Ambient-info .img{margin-top: 30px;}
.Ambient-info .img ul{display: flex;justify-content: space-between;margin: -1%;}
.Ambient-info .img ul li{margin: 1%;flex: 1;}
.Ambient-info .img ul li img{width: 100%;}
.Ambient-info .img ul li .name{font-size: 18px;color: #333333;line-height: 70px;text-align: center;background-color: #f9f9f9;border: 1px solid #eeeeee}
.Ambient-info .img ul li .name span{font-size: 18px!important;font-family: 'scCNreg','微软雅黑',Microsoft YaHei!important;}

.Ambient-info .img2 ul{display: flex;justify-content: space-between;margin: -1%;}
.Ambient-info .img2 ul li{margin: 1%;flex: 1;text-align: center;}
.Ambient-info .img2 ul li .name{font-size: 18px;color: #333333;line-height: 70px;text-align: center;}

/*社会*/
.Society .human{padding: 3.49vw 0;}
.Society .human .flex{display: flex;}
.Society .human .img{position: relative;width: 48.75%;border-radius: 10px;overflow: hidden;}
.Society .human .img img{width: 100%; transition: 0.3s;}
.Society .human .img:hover img{transform: scale(1.12);}
.Society .human .img .casket{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 12%;background-color: rgba(0, 0, 0, .5);z-index: 3;box-sizing: border-box;}
.Society .human .img .casket .title{font-size: 34px;color: #ffffff;}
.Society .human .img .casket .more{margin-top: 50px;}
.Society .human .img .casket .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Society .human .img .casket .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Society .human .box{display: flex;align-items: center;width: 51.25%;background-color: #f6f6f6}
.Society .human .box .main-box{padding: 0 8%;}
.Society .human .box .title{font-size: 34px;color: #32a05e;}
.Society .human .box .text{margin-top: 30px;font-size: 18px;color: #333333;line-height: 2;}
.Society .secure{padding: 3.49vw 0;}
.Society .secure .main-more{margin-top: 30px;text-align: center;}
.Society .secure .main-more a{font-size: 18px;color: #32a05e;text-decoration: underline !important;display:inline-block;margin:0 5px;}
.Society .secure .list{margin-top: 50px;}
.Society .secure .list ul{display: flex;justify-content: space-between}
.Society .secure .list ul li{display: flex;width: 48.5%;padding: 4.5% 4%;background-color: #f6f6f6;border-radius: 10px;box-sizing: border-box;}
.Society .secure .list ul li .icon{width: 120px;margin-right: 40px;}
.Society .secure .list ul li .icon img{width: 100%; transition: 0.3s; }
.Society .secure .list ul li:hover .icon img{transform: rotateY(-180deg);-webkit-transform: rotateY(-180deg);-ms-transform: rotateY(-180deg);}
.Society .secure .list ul li .box{width: calc(100% - 40px);}
.Society .secure .list ul li .box .title{font-size: 26px;color: #333333;}
.Society .secure .list ul li .box .text{height:110px;margin-top: 35px;font-size: 18px;color: #666666;line-height: 2;overflow:hidden;}
.Society .secure .list ul li .box .more{margin-top: 40px;}
.Society .secure .list ul li .box .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Society .secure .list ul li .box .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Society .quality{padding: 3.49vw 0;background-size: cover;}
.Society .quality .public-title{color: #fff;}
.Society .quality .public-name{color: #fff;}
.Society .quality .list{margin-top: 40px;}
.Society .quality .list .slick-list li{width: 100%; padding:0 5%;}
.Society .quality .list .slick-list li .icon img{display: block;max-width: 200px;width: 100%;margin: 0 auto; transition: 0.3s; }
.Society .quality .list .slick-list li:hover .icon img{transform: rotateY(-180deg);-webkit-transform: rotateY(-180deg);-ms-transform: rotateY(-180deg);}
.Society .quality .list .slick-list li .title{margin-top: 30px;font-size: 26px;color: #ffffff;text-align: center;}
.Society .quality .list .slick-list li .text{max-width: 400px;margin-top: 25px;margin-left: auto;margin-right: auto;color: #fff;font-size: 16px;line-height: 1.7;text-align: center;}
.Society .quality .list .slick-list li .more{margin-top: 40px;}
.Society .quality .list .slick-list li .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Society .quality .list .slick-list li .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Society .quality .slick-dots{margin-top: 40px;display: flex;justify-content: center}
.Society .quality .slick-dots li{margin: 0 10px;margin-right: 10px;}
.Society .quality .slick-dots li button{width: 12px;height: 12px;border-radius: 12px;background-color: #ededed;border: 0;font-size: 0;}
.Society .quality .slick-dots li.slick-active button{background-color: #32a05e}
.Society .supply{padding: 3.49vw 0;}
.Society .supply .main-more{text-align: center;}
.Society .supply .main-more a{font-size: 18px;color: #32a05e;text-decoration: underline !important;display:inline-block;margin:0 5px;}
.Society .supply .list{margin-top: 40px;}
.Society .supply .list ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.Society .supply .list ul li{ cursor:pointer; display: flex;align-items: center;justify-content: center;margin-bottom: 2%;width: 32%;height: 400px;padding: 30px;background-color: #f6f6f6;border-radius: 10px;border-bottom: 6px solid transparent;overflow: hidden;box-sizing: border-box;}
.Society .supply .list ul li .icon{display: flex;justify-content: center}
.Society .supply .list ul li .title{margin-top: 30px;font-size: 26px;color: #333333;text-align: center;}
.Society .supply .list ul li .text{margin-top: 30px;font-size: 18px;color: #666666;line-height: 2;text-align: center;}
.Society .supply .list ul li .more{margin-top: 60px;display: none;}
.Society .supply .list ul li .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Society .supply .list ul li .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Society .supply .list ul li:hover .more{display: block;}
.Society .supply .list ul li:hover .icon{display: none;}
.Society .supply .list ul li:hover{border-bottom: 6px solid #32a05e;}
.Society .protect ul{display: flex;}
.Society .protect ul li{position: relative;width: 50%;}
.Society .protect ul li .img{overflow:hidden;}
.Society .protect ul li .img img{width: 100%;transition: 0.3s;}
.Society .protect ul li:hover .img img{transform: scale(1.12);}
.Society .protect ul li .public-title{color: #fff;}
.Society .protect ul li .public-name{color: #fff;}
.Society .protect ul li .box{max-width: 650px;padding: 0 20px;width: 100%;position: absolute;top: 40%;left: 50%;transform: translateX(-50%);z-index: 3;}
.Society .care{padding: 3.49vw 0;}
.Society .care .auto{position: relative;}
.Society .care .slick-arrow{top: 57%;}
.Society .care .slick-prev{left:-80px; opacity: 1;}
.Society .care .slick-next{right:-80px; opacity: 1;}
.Society .care .slick-arrow:before{border-color:#333;margin: 0 0 0 -10px;}
.Society .care .list-more{margin-bottom: 45px;}
.Society .care .list-more ul{display: flex;justify-content: center;}
.Society .care .list-more ul li{margin-right: 50px;}
.Society .care .list-more ul li:last-child{margin-right: 0;}
.Society .care .list-more ul li a{font-size: 18px;color: #32a05e;text-decoration: underline !important;}
.Society .video-list li{position: relative;border-radius: 10px;overflow: hidden;}
.Society .video-list li .img{overflow: hidden;}
.Society .video-list li .img img{width: 100%;transition: 0.3s;}
.Society .video-list li:hover .img img{transform: scale(1.12);}
.Society .video-list li .box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .4);z-index: 20;}
.Society .video-list li .box .title{position: absolute;left: 0;right: 0;width: 90%;margin: 0 auto;bottom: 5%;font-size: 26px;color: #ffffff;z-index: 2;}
.Society .video-list li .box .play{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;width: 70px;height: 70px;background-image: url('../png/play_.png');background-size: 100%;z-index: 3; cursor:pointer; }
.Society .video-list .slick-dots{margin-top: 40px;display: flex;justify-content: center}
.Society .video-list .slick-dots li{margin: 0 10px;margin-right: 10px;}
.Society .video-list .slick-dots li button{width: 12px;height: 12px;border-radius: 12px;background-color: #ededed;border: 0;font-size: 0;}
.Society .video-list .slick-dots li.slick-active button{background-color: #32a05e}
.Society .care .video-list{margin:0 -10px;}
.Society .care .video-list li{margin:0 10px;}
.Society .devote{padding: 3.49vw 0;}
.Society .devote .auto{position: relative;}
.Society .devote .slick-arrow{}
.Society .devote .slick-prev{left:-80px; opacity: 1;}
.Society .devote .slick-next{right:-80px; opacity: 1;}
.Society .devote .slick-arrow:before{border-color:#333;margin: 0 0 0 -10px;}
.Society .devote .video-list{margin:0 -20px;}
.Society .devote .video-list li{margin:0 20px;}
.Society .devote .video-list li .box .play{width: 80px;height: 80px;}
.Society .kismet{padding: 3.49vw 0;}
.Society .kismet .box{position: relative;border-radius: 10px;overflow: hidden;}
.Society .kismet .box .img img{width: 100%;}
.Society .kismet .box .main-box{position: absolute;left: 2%;right: 2%;top: 50%;transform: translateY(-50%);z-index: 3;}
.Society .kismet .box .main-box .title{font-size: 26px;color: #ffffff;text-align: center;}
.Society .kismet .box .main-box .more{margin-top: 50px;}
.Society .kismet .box .main-box .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Society .kismet .box .main-box .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Supply{padding: 3.49vw 0;}
.Supply .title{font-size: 36px;color: #333333;text-align: center;}
.Supply .text{margin-top: 45px;padding-top: 40px;font-size: 18px;color: #666666;line-height: 2;border-top: 1px solid #eaeaea;}
.Supply .text span{font-size: 18px!important;font-family: 'scCNreg','微软雅黑',Microsoft YaHei!important;}
.Supply .list{margin-top: 50px;}
.Supply .list ul{display: flex;flex-wrap: wrap}
.Supply .list ul li{width: 19%;margin-bottom: 40px;padding: 1px;background-color: #f6f6f6;box-sizing: border-box;}
.Supply .list ul li{margin-right: 1.25%;}
.Supply .list ul li:nth-of-type(5n){margin-right: 0;}
.Supply .list ul li .img img{width: 100%;}
.Supply .list ul li .box{padding: 30px 25px;height: 210px;box-sizing: border-box;}
.Supply .list ul li .name{height: 68px;font-size: 20px;color: #333333;line-height: 2;}
.Supply .list ul li .time{margin-top: 40px;font-size: 18px;color: #333333;}
.Supply .list ul li .more{margin-top: 20px;display: none;}
.Supply .list ul li .more a{display: flex;align-items: center;justify-content: center;width: 180px;height: 58px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 58px;}
.Supply .list ul li .more a:before{display: block;content: '';margin-right: 15px;width: 25px;height: 25px;background-image: url('../png/download.png');background-size: 100%;}
.Supply .list ul li:hover .name{color: #32a05e;text-decoration: underline !important;}
.Supply .list ul li:hover .time{display: none;}
.Supply .list ul li:hover .more{display: block;}
.GlobalBox{padding: 3.49vw 0;}
.GlobalBox .foor1{margin-bottom:5%;}
.GlobalBox .foor1 h1{font-size:45px;font-weight:normal;text-align: center;color: #009b4c;margin-bottom:4%;}
.GlobalBox .foor1 .imgBox{text-align: center;}
.GlobalBox .itemBox{margin-bottom:4%;margin-top: 8%;}
.GlobalBox .itemBox .titBox{text-align: center;}
.GlobalBox .itemBox .titBox h5{font-size:30px;font-weight:normal;margin-bottom:20px;}
.GlobalBox .itemBox .titBox p{max-width:985px;margin: 0 auto;font-size:16px;line-height:2;color: #888;margin-bottom:20px;}
.GlobalBox .itemBox .titBox span{font-size:22px;display: block;margin-bottom:30px;}
.GlobalBox .itemBox .imgBox{margin-bottom:5%;}
.GlobalBox .items .items-22-item{margin-top: 5%;}
/*公司治理*/
.Govern .principle{padding: 3.49vw 0;}
.Govern .principle .list{margin-top: 45px;}
.Govern .principle .list ul{display: flex;justify-content: space-between}
.Govern .principle .list ul li{display: flex;align-items: center;justify-content: center;width: 49%;height: 380px;background-color: #f6f6f6;border-radius: 10px}
.Govern .principle .list ul li .icon img{display: block;width: 120px;margin: 0 auto;}
.Govern .principle .list ul li .title{margin-top: 30px;font-size: 26px;color: #333333;text-align: center;}
.Govern .principle .list ul li .more{margin-top: 40px;display: none;}
.Govern .principle .list ul li .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Govern .principle .list ul li .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Govern .principle .list ul li:hover{border-bottom: 6px solid #009b4c;}
.Govern .principle .list ul li:hover .icon{display: none;}
.Govern .principle .list ul li:hover .more{display: block;}
.Govern .morality{padding: 3.49vw 0;}
.Govern .morality .more{text-align: center;}
.Govern .morality .more a{font-size: 18px;color: #32a05e;text-decoration: underline !important;}
.Govern .morality .text{margin-top: 40px;font-size: 18px;color: #333333;line-height: 2;}
.Govern .morality .more-list{margin-top: 30px;}
.Govern .morality .more-list ul{display: flex;justify-content: center;}
.Govern .morality .more-list ul li{margin-right: 50px;}
.Govern .morality .more-list ul li:last-child{margin-right: 0;}
.Govern .morality .more-list ul li a{font-size: 18px;color: #32a05e;text-decoration: underline !important;}
/*信息公示*/
.Publicity .material{padding: 3.49vw 0;}
.Publicity .material .list ul{display: flex;justify-content: space-between}
.Publicity .material .list ul li{display: flex;align-items: center;justify-content: center;width: 32%;height: 380px;background-color: #f6f6f6;border-radius: 10px;}
.Publicity .material .list ul li .icon img{display: block;width: 120px;margin: 0 auto;}
.Publicity .material .list ul li .title{margin-top: 30px;font-size: 26px;color: #333333;text-align: center;}
.Publicity .material .list ul li .more{margin-top: 35px;display: none;}
.Publicity .material .list ul li .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Publicity .material .list ul li .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Publicity .material .list ul li:hover{border-bottom: 6px solid #32a05e;}
.Publicity .material .list ul li:hover .more{display: block;}
.Publicity .honor{padding: 3.49vw 0;}
.Publicity .honor .list{margin-top: 40px;padding: 0 4%;}
.Publicity .honor .list ul{display: flex;flex-wrap: wrap}
.Publicity .honor .list ul li{margin-bottom: 50px;width: 25%;padding: 0 1%;box-sizing: border-box;}
.Publicity .honor .list ul li .img{position: relative;max-width: 250px;margin: 0 auto;}
.Publicity .honor .list ul li .img img{width: 100%;}
.Publicity .honor .list ul li .img .box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;z-index: 2;}
.Publicity .honor .list ul li .img .title{max-width: 130px;font-size: 18px;color: #32a05e;font-weight: bold;line-height: 1.4;text-align: center;}

.Publicity .honors{padding: 3.49vw 0;}
.Publicity .honors .list{margin-top: 40px;}
.Publicity .honors .list ul{display: flex;flex-wrap: wrap}
.Publicity .honors .list li a{display: block;border: solid 3px #f5f5f5;position: relative;padding: 2vw 1vw 4vw; transition: 0.3s;}
.Publicity .honors .list li aside{font-size: 18px; line-height: 28px; height: 56px; text-align: center; margin-bottom: 2vw;color: #333;}
.Publicity .honors .list li .Ispic{background-size: contain;padding-bottom:56.378%; background-repeat: no-repeat; background-position: center;}
.Publicity .honors .list li a:after{position: absolute; content: '';width: 50px;height: 50px;background:url('../png/honors_btn.png') no-repeat center center #f5f5f5;right: 0; bottom: 0;background-size: auto 21px;transition: 0.3s;}
.Publicity .honors .list li a:hover{border-color:#32a05e;}
.Publicity .honors .list li a:hover:after{background-color: #32a05e; background-image: url('../png/honors_btn_hover.png');}


.Publicity .news{padding: 3.49vw 0;}
.Publicity .news .public-title{margin-bottom: 25px;}
.Publicity .news dl dd{margin-bottom: 50px;width:100%;margin-left:0;}
.Publicity .news dl dd:last-child{margin-bottom: 0px;}
.Publicity .news dl dd .name{margin-bottom: 30px;font-size: 24px;color: #32a05e;font-weight: bold;text-align: center;}
.Publicity .news dl dd .more{margin-top: 45px;}
.Publicity .news dl dd .more a{position: relative;display: flex;align-items: center;justify-content: center;width: 180px;height: 50px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 50px;}
.Publicity .news dl dd .more a:after{position: absolute;display: block;content: '';right: 23px;top: 0;bottom: 0;margin: auto 0;width: 6px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;z-index: 3;transform: rotate(-45deg);}
.Publicity .news .list ul{display: flex;flex-wrap: wrap}
.Publicity .news .list ul li{position: relative;width: 23.65%;margin-right: 1.8%;border-radius: 10px;overflow: hidden;border-bottom: 6px solid transparent;}
.Publicity .news .list ul li:nth-of-type(4n){margin-right: 0;}
.Publicity .news .list ul li a{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;z-index: 3;}
.Publicity .news .list ul li .img img{width: 100%;}
.Publicity .news .list ul li .box{padding: 30px;background-color: #f6f6f6}
.Publicity .news .list ul li .title{height: 68px;font-size: 20px;color: #333333;line-height: 2;}
.Publicity .news .list ul li .time{margin-top: 50px;font-size: 18px;color: #333333;}
.Publicity .news .list ul li:hover .title{color: #32a05e;text-decoration: underline !important;}
.Publicity .news .list ul li:hover{border-bottom: 6px solid #32a05e;}
.Material{padding: 3.49vw 0;}
.Material .title{font-size: 36px;color: #333333;text-align: center;}
.Material .list{margin-top: 45px;padding-top: 40px;border-top: 1px solid #eaeaea;}
.Material .list ul{display: flex;flex-wrap: wrap}
.Material .list ul li{margin-bottom: 40px;width: 19%;padding: 1px;background-color: #f6f6f6;box-sizing: border-box;}
.Material .list ul li{margin-right: 1.25%;}
.Material .list ul li:nth-of-type(5n){margin-right: 0;}
.Material .list ul li .img img{width: 100%;}
.Material .list ul li .box{padding: 30px 25px;height: 210px;box-sizing: border-box;}
.Material .list ul li .name{height: 68px;font-size: 20px;color: #333333;line-height: 2;}
.Material .list ul li .time{margin-top: 40px;font-size: 18px;color: #333333;}
.Material .list ul li .more{margin-top: 20px;display: none;}
.Material .list ul li .more a{display: flex;align-items: center;justify-content: center;width: 180px;height: 58px;margin: 0 auto;font-size: 16px;color: #ffffff;background-color: #32a05e;border-radius: 58px;}
.Material .list ul li .more a:before{display: block;content: '';margin-right: 15px;width: 25px;height: 25px;background-image: url('../png/download.png');background-size: 100%;}
.Material .list ul li:hover .name{color: #32a05e;text-decoration: underline !important;}
.Material .list ul li:hover .time{display: none;}
.Material .list ul li:hover .more{display: block;}

@media(min-width:641px){
.Publicity .honors .list ul li{width:calc(calc(100% - 6%) / 3); box-sizing: border-box;}
.Publicity .honors .list ul li:not(:nth-child(3n)){margin-right: 3%;}
.Publicity .honors .list ul li:nth-child(3n) ~ li{margin-top: 3%;}
}

@media(max-width:1680px){
	.Society .secure .list ul li .box .text {height:122px;}
}
@media(max-width:1440px){
	.Society .secure .list ul li .box .text {height:154px;}
}
@media(max-width:640px){
  .public-title{font-size: 28px;margin-bottom:20px;}
  .Material .title{font-size: 28px;}
  .Material .list ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
  .Material .list ul li:nth-of-type(5n){margin-right: 2%;}
  .Material .list ul li:nth-of-type(2n){margin-right: 0;}
  .Material .list ul li .box{padding: 20px;}
  .Material .list ul li .more a{width: 100%;}
  .Publicity .material .list ul{display: block;}
  .Publicity .material .list ul li{width: 100%;height: 280px;margin-bottom: 20px;margin-right: 0;}
  .Publicity .material .list ul li .title{margin-top: 20px;font-size: 24px;}
  .Publicity .material .list ul li .more{margin-top: 20px;}
  .Publicity .honor .list ul li{width: 50%;}
  .Publicity .honors .list ul li{width:calc(calc(100% - 4%) / 2); box-sizing: border-box;}
  .Publicity .honors .list ul li:not(:nth-child(2n)){margin-right:4%;}
  .Publicity .honors .list ul li:nth-child(2n) ~ li{margin-top:4%;}
  .Publicity .news .list ul li{width: 49%;margin-right: 2%;}
  .Publicity .news .list ul li:nth-of-type(2n){margin-right: 0;}
  .Publicity .news .list ul li .box{padding: 20px;}
  .Publicity .news .list ul li .time{margin-top: 20px;}
  .Govern .principle .list ul{display: block;}
  .Govern .principle .list ul li{width: 100%;height: 280px;margin-bottom: 20px;margin-right: 0;}
  .Govern .principle .list ul li .title{margin-top: 20px;font-size: 24px;}
  .Govern .principle .list ul li .more{margin-top: 20px;}
  .Govern .morality .more-list ul{display: block;}
  .Govern .morality .more-list ul li{text-align: center;margin-right: 0;margin-bottom: 20px;}
  .Society .quality .list .slick-list li {padding: 0;}
  .Society .quality .list .slick-list li .icon img{max-width: 120px;}
  .Society .quality .list .slick-list li .title{margin-top: 20px;font-size: 24px;}
  .Society .quality .list .slick-list li .more{margin-top: 20px;}
  .Society .supply .list ul li {width: 49%; }
  .Society .supply .list ul li .title{margin-top: 20px;font-size: 24px;}
  .Society .supply .list ul li .text{margin-top: 20px;}
  .Society .protect ul{display: block;}
  .Society .protect ul li{width: 100%;}
  .Society .protect ul li .box{top: 50%;transform: translate(-50%,-50%);}
  .Society .human .flex{display: block;}
  .Society .human .img{width: 100%;}
  .Society .human .box{width: 100%;}
  .Society .human .box .main-box{padding: 20px;}
  .Society .human .box .title{font-size: 28px;}
  .Society .human .img .casket .title{font-size: 28px;}
  .Society .secure .list ul{display: block;}
  .Society .secure .list ul li{display: block;text-align: center;width: 100%;margin-bottom: 20px;}
  .Society .secure .list ul li .icon{width: 100px;margin: 0 auto 20px auto;}
  .Society .secure .list ul li .box {width:100%;}
  .Society .secure .list ul li .box .text{height:auto;margin-top: 20px;}
  .Society .secure .list ul li .box .more{margin-top: 20px;}
  .Society .secure .list ul li .box .more a{margin: 0 auto;}
  .Society .care .video-list li { margin-right: 0;}
  .Society .devote .video-list li{margin-right: 0;}
  .Society .kismet .box .img img {width: 200%; max-width: 200%; margin-left: -50%;}
  .Society .kismet .box .main-box .title { font-size:24px;}
  .Society .kismet .box .main-box .more { margin-top: 20px;}
  .GlobalBox .foor1 h1{font-size: 28px;}
  .GlobalBox .itemBox .titBox h5{font-size: 28px;}
  .Supply .title{font-size: 28px;}
  .Supply .list ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
  .Supply .list ul li:nth-of-type(5n){margin-right: 2%;}
  .Supply .list ul li:nth-of-type(2n){margin-right: 0;}
  .Supply .list ul li .box{padding: 20px;}
  .Supply .list ul li .more a{width: 100%;}
  .Ambient-info .title{font-size: 28px;}
  .Ambient .change .flex .box .title{font-size: 28px;}
  .Ambient .change .flex{display: block;padding: 20px;}
  .Ambient .change .flex .box{width: 100%;}
  .Ambient .change .flex .img{width: 100%;margin-top: 20px;}
  .Ambient .change .list ul{display: block;}
  .Ambient .change .list ul li{width: 100%;margin-bottom: 20px;}
  .Ambient .circulate .list ul li{width: 33.33%;margin-right: 0;}
  .Ambient .circulate .list dl{position: initial;width: 100%;max-width: 100%;background-image: none;padding-top: 0;margin-top: 20px;}
  .Ambient .circulate .list dl dd{position: initial;}
  .Ambient .circulate .list ul li .name{font-size: 18px;}
  .Ambient .circulate .list ul li .icon img{width: 90%;}
  .Ambient .circulate .list dl dd .name{font-size: 28px;}
  .Ambient .organism .list .slick-list{display: block;}
  .Ambient .organism .list .slick-list li{width: 100%;margin-bottom: 20px;}
}

@media(max-width:480px){
  .Publicity .news .list ul li{width: 100%;margin-right: 0;}
  .Society .supply .list ul {display: block;}
  .Society .supply .list ul li {width: 100%;height:auto;margin-bottom: 20px;}
  .Publicity .honors .list ul li{width:100%; margin-right: 0 !important;}
  .Publicity .honors .list ul li{margin-top:4%;}

}
.cxfz-one-shot{padding:3.5vw 0;}

