@charset "UTF-8";
/* 二级banner start */
.subBanner{position: relative;z-index: 2;}
.subBanner:before{display: block;content: '';padding-top: 21.875%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .subWrap{position: relative;}
/* 二级banner end */
/* location start */
.location{height: 90px;line-height: 90px;position: absolute;bottom: -60px;border-radius: 15px;box-shadow: 0px 9px 17.43px 3.57px rgba(166, 166, 166, 0.16);text-align: center;background: url(../images/img/locationbg.jpg) repeat center / cover;width: 100%;}
.location a{display: inline-block;line-height: 90px;margin: 0 35px;font-size: 20px;color: #222222;transition: all .4s ease;-webkit-transition: all .4s ease;}
.location a.hover,.location a:hover{font-weight: bold;color: #007c49;}
/* location end */
/* 分页 start */
.page { text-align: center;}
.page li {display: inline-block; margin: 0 3px; height: 32px;border-radius: 3px; overflow: hidden;}
.page li span,.page li a {display: block; height: 32px; line-height: 32px;background: #fff; padding: 0 10px;width: auto;font-size: 14px; color: #999999;box-sizing: border-box;border: 1px solid #e2e2e2;min-width: 33px;border-radius: 3px;}
.page li.active a ,.page li:hover a{background: #007c49; color: #fff;border-color: #007c49;}
.page li.first a,.page li.first span{background: #fff url(../images/img/first.png) no-repeat center;}
.page li.last a,.page li.last span{background: #fff url(../images/img/last.png) no-repeat center;}
.page li.first:hover a,.page li.first:hover span{background-image: url(../images/img/firsth.png);background-color: #007c49;}
.page li.last:hover a,.page li.last:hover span{background-image: url(../images/img/lasth.png);background-color: #007c49;}
.page li.disabled span,.page li.disabled a{background-color: #e2e2e2;border-color: #e2e2e2;}
.page li.disabled.first span,.page li.disabled.first a,.page li.disabled.last span,.page li.disabled.last a{background-color: #e2e2e2;}
.page li.disabled.first span,.page li.disabled.first a{background-image: url(../images/img/first.png)}
.page li.disabled.last span,.page li.disabled.last a{background-image: url(../images/img/last.png)}
.page li.prev span,.page li.prev a,.page li.next span,.page li.next a{line-height: 28px;}
/* 分页 end */
/* 产品列表 start */
.productDl{overflow: hidden;margin-right: -50px;}
.productDl dd{float: left;display: inline;width: 33.3333%;margin-bottom: 40px;}
.productDl dd .con{display: block;margin-right: 50px;}
.productDl dd .con .pic::before{padding-top: 90%;}
.productDl dd .con .pic .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: rgba(0,124,74,0.9);box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;line-height: 26px;color: #fff;padding: 45px;overflow: hidden;transform: scale(0);-webkit-transform: scale(0);transition: all .4s ease;-webkit-transition: all .4s ease;}
.productDl dd .con .title{height: 58px;line-height: 58px;border-bottom: 1px solid #d2d2d2;padding: 0 30px;overflow: hidden;font-size: 18px;color: #222222;transition: all .4s ease;-webkit-transition: all .4s ease;text-align: center;}
.productDl dd .con:hover .pic .text{transform: scale(1);-webkit-transform: scale(1);}
.productDl dd .con:hover .title{border-color: #007c4a;color: #007c4a;}
/* 产品列表 end */
/* 电子期刊 start */
.bookDl{overflow: hidden;margin-right: -40px;}
.bookDl dd{float: left;display: inline;width: 25%;margin-bottom: 40px;}
.bookDl dd .con{display: block;margin-right: 40px;}
.bookDl dd .con .pic::before{padding-top: 144.0677%;}
.bookDl dd .con .title{height: 60px;line-height: 60px;padding: 0 30px;overflow: hidden;font-size: 18px;color: #222222;transition: all .4s ease;-webkit-transition: all .4s ease;text-align: center;background: #fff;}
.bookDl dd .con:hover .title{color: #007c4a;}
/* 电子期刊 end */
/* 招聘列表 start */
.recruitDl dd,.recruitDl dt{margin-bottom: 20px;}
.recruitDl dd ul,.recruitDl dt ul{overflow: hidden;background: #fff;transition: all .4s ease;-webkit-transition: all .4s ease;cursor: pointer;}
.recruitDl dd ul li,.recruitDl dt ul li{float: left;display: inline;width: 20%;line-height: 60px;height: 60px;font-size: 16px;color: #888888;text-align: center;transition: all .4s ease;-webkit-transition: all .4s ease;}
.recruitDl dd ul li:nth-child(4){color: #007c49;}
.recruitDl dt ul{background: none;}
.recruitDl dt ul li{color: #333333;font-size: 20px;}
.recruitDl dd .recruitC{background: #fff;display: none;padding: 35px 50px 40px;}
.recruitDl dd .recruitC .text{margin-bottom: 20px;}
.recruitDl dd .recruitC .text span{font-size: 18px;display: block;color: #666666;height: 18px;height: 18px;margin-bottom: 10px;font-weight: bold;}
.recruitDl dd .recruitC .text .info{font-size: 16px;line-height: 35px;color: #666666;}
.recruitDl dd .recruitC .btn{padding-top: 20px;border-top: 1px solid #b2d7c8;}
.recruitDl dd .recruitC .btn a{display: block;width: 120px;height: 40px;border-radius: 4px;line-height: 40px;text-align: center;color: #fff;font-size: 16px;background: #007c49;}
.recruitDl dd .recruitC .btn a:hover{opacity: 0.8;}
.recruitDl dd:hover ul,.recruitDl dd.active ul{background: #007c49;}
.recruitDl dd:hover ul li,.recruitDl dd.active ul li{color: #fff;}
/* 招聘列表 end */
/* 荣誉列表 start */
.honorDl{margin-right: -44px;}
.honorDl dd{width: 33.3333%;float: left;display: inline;margin-bottom: 30px;}
.honorDl dd .con{margin-right: 44px;background: #fff;cursor: pointer;}
.honorDl dd .con .picBox{padding: 25px 20px;}
.honorDl dd .con .pic{background: #eeeeee;}
.honorDl dd .con .pic img{object-fit: contain;}
.honorDl dd .con .pic::before{padding-top: 136.9863%;}
.honorDl dd .con .text{font-size: 18px;line-height: 67px;height: 67px;color: #222222;text-align: center;background: #fcfaec;padding: 0 30px;}
/* 荣誉列表 end */
/* 图文列表 start */
.imgTextDl dd{margin-bottom: 30px;background: #fff;}
.imgTextDl dd .pic{width: 405px;}
.imgTextDl dd .pic::before{padding-top: 56.0493%;}
.imgTextDl dd .text{overflow: hidden;padding: 50px 50px 0 30px;box-sizing: border-box;-webkit-box-sizing: border-box;height: 227px;}
.imgTextDl dd .text .title{font-size: 18px;line-height: 20px;height: 20px;color: #333333;margin-bottom: 20px;}
.imgTextDl dd .text .title a{color: #333;transition: all .4s ease;-webkit-transition: all .4s ease;}
.imgTextDl dd .text .info{font-size: 16px;line-height: 32px;height: 64px;color: #666666;}
.imgTextDl dd .text .time{font-size: 14px;height: 14px;line-height: 14px;color: #9d9686;margin-bottom: 25px;}
.imgTextDl dd:hover .text .title a{color: #007c4a;font-weight: bold;}
/* 图文列表 end */
/* 全图列表 start */
.imgDl{overflow: hidden;margin-right: -50px;}
.imgDl dd{width: 33.3333%;float: left;display: inline;margin-bottom: 40px;}
.imgDl dd .con{margin-right: 50px;display: block;}
.imgDl dd .con .pic::before{padding-top: 90%;}
.imgDl dd .con .text{font-size: 18px;color: #222;line-height: 102px;height: 102px;text-align: center;background: #fff;padding: 0 30px;transition: all .4s ease;-webkit-transition: all .4s ease;}
.imgDl dd .con:hover .text{color: #007c4a;}
/* 全图列表 end */
/* 合作伙伴 start */
.partnerDl{margin-right: -30px;}
.partnerDl dd{width: 20%;float: left;display: inline;margin-bottom: 30px;}
.partnerDl dd .con{margin-right: 30px;background: #fff;box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.06);height: 105px;position: relative;}
.partnerDl dd .con img{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);max-width: 90%;max-height: 90%;}
/* 合作伙伴 end */
/* 制造中心 start */
.manufacturDl dd{margin-bottom: 100px;position: relative;}
.manufacturDl dd .pic{width: 665px;}
.manufacturDl dd .pic::before{padding-top: 65.4135%;}
.manufacturDl dd .text{position: absolute;top: 50%;height: 317px;margin-top: -158.5px;background-color: #fff;width: 720px;z-index: 2;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 118px 80px 57px;}
.manufacturDl dd .text .num{position: absolute;left: 80px;top: 57px;font-size: 110px;color: #f1f1f1;height: 90px;line-height: 90px;}
.manufacturDl dd .text .title{padding-left: 20px;font-size: 32px;font-weight: bold;color: #007c4a;margin-bottom: 25px;position: relative;height: 34px;line-height: 34px;z-index: 2;}
.manufacturDl dd .text .title::before{display: block;content: "";width: 9px;height: 9px;border-radius: 50%;border: 1px solid #007C4a;background: #f4efe8;position: absolute;left: 0;top: 12px;}
.manufacturDl dd .text .title a{color: #007c4a;}
.manufacturDl dd .text .info{font-size: 16px;line-height: 32px;color: #666666;height: 96px;padding-left: 20px;}
.manufacturDl dd:nth-child(2n) .text{right: 0;}
.manufacturDl dd:nth-child(2n) .pic{float: left;display: inline;}
.manufacturDl dd:nth-child(2n+1) .text{left: 0;}
.manufacturDl dd:nth-child(2n+1) .pic{float: right;display: inline;}
/* 制造中心 end */
/* 维权 start */
.activist .info{font-size: 22px;line-height: 54px;color: #222222;text-align: center;margin-bottom: 40px;}
.activist .pic::before{padding-top: 38.4615%;}
/* 维权 end */

/* 联系我们 start */
.contectUs .text{padding: 0 140px;font-size: 16px;line-height: 32px;color: #666666;margin-bottom: 50px;}
.conUsDl{font-size: 0;overflow: hidden;margin-bottom: 40px;}
.conUsDl dd{width: 25%;float: left;display: inline;box-sizing: border-box;-webkit-box-sizing: border-box;position: relative;padding: 0 20px;text-align: center;}
.conUsDl dd::before{display: block;content: "";width: 1px;height: 80px;right: 0;top: 35px;background: #ddd;position: absolute;}
.conUsDl dd:last-child::before{display: none;}
.conUsDl dd .icn{height: 50px;background-position: center;background-repeat: no-repeat;margin-bottom: 25px;}
.conUsDl dd .title{font-size: 18px;height: 18px;line-height: 18px;color: #333333;margin-bottom: 3px;}
.conUsDl dd .info{font-size: 16px;line-height: 28px;margin-bottom: 20px;color: #555555;}
.contectUs .map{height: 640px;width: 48%;float: left;display: inline;}
.contectUs .map#map2{float: right;}
.BMapLabel{display: none !important;}
.BMap_bubble_content{font-size: 16px}
/* 联系我们 end */
/* 招聘表单 start */
.recruitFormDl{margin-right: -130px;overflow: hidden;}
.recruitFormDl .item{width: 50%;float: left;display: inline;margin-bottom: 30px;}
.recruitFormDl .item .con{margin-right: 130px;}
.recruitFormDl .item .con:after{display: block;content: "";clear: both;}
.recruitFormDl .item .con span.title{float: left;display: inline;height: 60px;line-height: 60px;font-size: 16px;color: #666666;margin-right: 20px;width: 110px;}
.recruitFormDl .item:hover{position: relative;z-index: 2;}
.recruitFormDl .item .con span.title i{display: inline-block;vertical-align: middle;font-style: normal;color: #ec0000;margin-right: 9px;}
.recruitFormDl .item .con .input{margin-left: 130px;}
.recruitFormDl .item .con .input.yzm{margin-right: 140px;}
.recruitFormDl .item .con .input input{display: block;height: 60px;line-height: 60px;outline: none;background: none;border: 1px solid #ccc;font-size: 16px;color: #666666;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;background: #fff;}
.recruitFormDl .item.w100{width: 100%;}
.recruitFormDl .item .scjl{width: 140px;height: 50px;line-height: 50px;text-align: center;background: #878787;font-size: 16px;color: #fff;margin-right: 40px;}
.recruitFormDl .item .text{line-height: 50px;font-size: 14px;color: #999999;}
.recruitFormDl .item .con .input textarea{display: block;height: 220px;line-height: 24px;outline: none;background: none;border: 1px solid #ccc;font-size: 16px;color: #666666;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 13px 20px;background: #fff;}
.recruitFormDl .item .con .img{width: 120px;height: 60px;margin-left: 20px;float: right;cursor: pointer;}
.recruitFormDl .item .con .img img{display: block;width: 100%;height: 100%;}
.recruitForm .btn{text-align: center;}
.recruitForm .btn a{display: inline-block;width: 180px;height: 50px;line-height: 50px;text-align: center;margin: 0 45px;background: #007c49;font-size: 18px;color: #ffffff;border-radius: 4px;}
.recruitForm .btn a.res{background: #e5e5e5;color: #666666;}
.recruitForm a:hover{opacity: 0.8;}
.messageTitle{font-size: 22px;color: #333333;height: 22px;line-height: 22px;margin-bottom: 55px;}
/* 招聘表单 end */
/* 新闻详情 start */
.newsView .title{font-size: 32px;line-height: 38px;color: #333333;text-align: center;margin-bottom: 20px;}
.newsView .titlec{text-align: center;font-size: 15px;color: #999999;line-height: 15px;margin-bottom: 30px;}
.newsView .titlec span{display: inline-block;vertical-align: middle;margin: 0 25px;}
.newsView .titlec span em{font-style: normal;display: inline-block;vertical-align: middle;}
.newsView .text{font-size: 16px;line-height: 36px;color: #666666;margin-bottom: 60px;}
.newsView .text img{max-width: 100%;}
.pageUp{overflow: hidden;}
.pageUp .back{width: 130px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #007c49;margin-left: 30px;display: block;transition: all .4s ease;-webkit-transition: all .4s ease;font-size: 15px;}
.pageUp .con{overflow: hidden;}
.pageUp .con a{display: block;margin-bottom: 20px;font-size: 18px;color: #333333;height: 18px;line-height: 18px;transition: all .4s ease;-webkit-transition: all .4s ease;}
.pageUp .con a:hover{color: #007c49;}
.pageUp .back:hover{opacity: 0.8;}

.bigImg {position: relative;margin: 0 auto;margin-bottom: 30px;width: 60%;}
.bigImg .prev {display: block;width: 40px;height: 64px;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../images/img/jobNexth.png) no-repeat center center;position: absolute;left: 0;top: 50%;margin-top: -20px;z-index: 1;display: none;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);}
.bigImg .next {display: block;width: 40px;height: 64px;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../images/img/jobNexth.png) no-repeat center center;position: absolute;right: 0;top: 50%;margin-top: -20px;z-index: 1;display: none;}
.bigImg .bd {overflow: hidden;}
.bigImg .slick-list {overflow: visible;margin:0 -10px;}
.bigImg .myslide {float: left;display: inline;}
.bigImg .slickCon {display: block;margin:0 10px;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.bigImg .pic img{object-fit: contain;}

.minImg {position: relative;width: 60%;margin: 0 auto;margin-bottom: 50px;}
.minImg .prev {display: block;width: 40px;height: 100%;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../images/img/jobNexth.png) no-repeat center center;position: absolute;left: 0;top: 0;z-index: 1;display: none;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);}
.minImg .next {display: block;width: 40px;height: 100%;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../images/img/jobNexth.png) no-repeat center center;position: absolute;right: 0;top: 0;z-index: 1;display: none;}
.minImg .bd {overflow: hidden;}
.minImg .slick-list {overflow: visible;margin:0 -10px;}
.minImg .myslide {float: left;display: inline;}
.minImg .slickCon {display: block;margin:0 10px;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
/* 新闻详情 end */
/* 地图 satrt */
.mapBox{position: relative;padding-top: 64.0625%;background: url(../images/img/mapbg.jpg) no-repeat center / cover;}
.mapBox .pic{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 8.85416%;width: 60.1479%;background: url(../images/img/map1.png) no-repeat center / 100% 100%;}
.mapBox .pic::before{padding-top: 80.9730%;}
.mapBox .pic img{opacity: 0;image-rendering: pixelated;transition: all .4s ease;-webkit-transition: all .4s ease;}
.mapBox .pic img.hover{opacity: 1;}
.mapBox .pic img.dinmap{z-index: 2;}
.mapTitle{width: 307px;background: #f4efe8;border-radius: 15px;padding: 55px 0;box-sizing: border-box;padding-left: 65px;-webkit-box-sizing: border-box;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);right: 13.2708%;}
.mapDl dd{padding-left: 37px;margin-bottom: 35px;height: 18px;line-height: 18px;}
.mapDl dd a{font-size: 18px;color: #666666;transition: all .4s ease;-webkit-transition: all .4s ease;}
.mapDl dt{padding-left: 37px;background: url(../images/img/mapicn.png) no-repeat center left;height: 26px;line-height: 26px;margin-bottom: 30px;}
.mapDl dt a{font-size: 22px;color: #222222;transition: all .4s ease;-webkit-transition: all .4s ease;}
.mapDl dd.hover a,.mapDl dt.hover a{color: #007c49;}
.mapDots dd{position: absolute;width: 12px;height: 12px;margin-left: -6px;margin-top: -6px;opacity: 0;transition: all .4s ease;-webkit-transition: all .4s ease;}
.mapDots dd.show{opacity: 1;}
.mapDots dd .con{border-radius: 50%;background: #fff;width: 12px;height: 12px;position: relative;z-index: 2;}
.mapDots dd::before{content: "";display: block;width: 20px;height: 20px;border-radius: 50%;background: #a3cbad;position: absolute;animation: circle-opacity 1.5s infinite;left: 50%;top: 50%;transform: scale(0, 0);margin-top: -10px;margin-left: -10px;}
.mapDots dd.dd1{left: 18%;top: 34.3%;}
.mapDots dd.dd2{left: 34.5%;top: 49%;}
.mapDots dd.dd3{left: 21.5%;top: 59.9%;}
.mapDots dd.dd4{left: 82.8%;top: 16.5%;}
.mapDots dd.dd5{left: 83.2%;top: 25.5%;}
.mapDots dd.dd6{left: 78.8%;top: 31.4%;}
.mapDots dd.dd7{left: 74.8%;top: 37%;}
.mapDots dd.dd8{left: 77%;top: 40.8%;}
.mapDots dd.dd9{left: 55%;top: 37%;}
.mapDots dd.dd10{left: 69.5%;top: 41%;}
.mapDots dd.dd11{left: 64.5%;top: 42%;}
.mapDots dd.dd12{left: 58.2%;top: 53%;}
.mapDots dd.dd13{left: 54.2%;top: 44%;}
.mapDots dd.dd14{left: 51%;top: 49%;}
.mapDots dd.dd15{left: 45.5%;top: 63.8%;}
.mapDots dd.dd16{left: 57.9%;top: 63.2%;}
.mapDots dd.dd17{left: 64%;top: 62.2%;}
.mapDots dd.dd18{left: 64.5%;top: 53.7%;}
.mapDots dd.dd19{left: 72%;top: 47.2%;}
.mapDots dd.dd20{left: 78.5%;top: 54.2%;}
.mapDots dd.dd21{left: 81.6%;top: 58.6%;}
.mapDots dd.dd22{left: 74%;top: 56.6%;}
.mapDots dd.dd23{left: 79.5%;top: 63.6%;}
.mapDots dd.dd24{left: 71.8%;top: 67.6%;}
.mapDots dd.dd25{left: 62%;top: 71.6%;}
.mapDots dd.dd26{left: 53.5%;top: 74.4%;}
.mapDots dd.dd27{left: 43.8%;top: 80%;}
.mapDots dd.dd28{left: 57.5%;top: 81.3%;}
.mapDots dd.dd29{left: 68%;top: 81.1%;}
.mapDots dd.dd30{left: 76.5%;top: 72.1%;}
.mapDots dd.dd31{left: 83%;top: 79.1%;}
.mapDots dd.dd32{left: 62%;top: 93.1%;}
/*.mapConTop{background: url(../images/img/mapTbg.jpg) no-repeat top center / cover;padding: 77px 0 55px;}*/
.mapConTop{background: url(../images/img/mapTbg.jpg) no-repeat top center / cover;padding: 77px 0 16px;}
.mapConTop .title{text-align: center;margin-bottom: 40px;}
.mapConTop .title span{display: inline-block;padding-left: 50px;font-size: 28px;font-weight: bold;height: 30px;line-height: 30px;color: #007c49;background: url(../images/img/maptel.png) no-repeat center left;}
.mapConTop .titleb{font-size: 20px;font-weight: bold;color: #222222;height: 22px;line-height: 22px;margin-bottom: 25px;}
.mapConTopDl{padding-right: 80px;overflow-y: auto;max-height: 885px;}
.mapConTopDl dd{margin-bottom: 30px;}
.mapConTopDl dd span{font-size: 18px;color: #222222;height: 18px;line-height: 18px;margin-bottom: 27px;display: block;}
.mapConTopDl dd ul{background: #e6e7e7;font-size: 0;overflow: hidden;border-bottom: 1px solid #ccc;}
.mapConTopDl dd ul li{width: 24.33333%;float: left;display: inline;height: 50px;text-align: center;line-height: 50px;font-size: 18px;color: #555555;}
.mapConTopDl dd ul.dt{background: #54b29b;}
.mapConTopDl dd ul.dt li{color: #fff;height: 58px;line-height: 58px;}
.mapConBot{padding: 26px 0 60px;background: #fff;}
.mapConBot span{display: block;font-size: 20px;font-weight: bold;color: #222222;height: 22px;line-height: 22px;margin-bottom: 30px;}
.mapConBotDl{padding-right: 80px;overflow-y: auto;max-height: 825px;}
/*.mapConBotDl dd{background: #f6f1eb;border-bottom: 1px solid #e5e5e5;}*/
.mapConBotDl dd{background: #e6e7e7;border-bottom: 1px solid #ccc;}
/*.mapConBotDl dt{background: #e7c76e;}*/
.mapConBotDl dt{background: #54b29b;}
.mapConBotDl ul{overflow: hidden;font-size: 0;}
/*.mapConBotDl ul li{float: left;display: inline;height: 58px;line-height: 58px;text-align: center;font-size: 16px;color: #be9728;box-sizing: border-box;-webkit-box-sizing: border-box;}*/
.mapConBotDl ul li{float: left;display: inline;height: 58px;line-height: 58px;text-align: center;font-size: 16px;color: #555555;box-sizing: border-box;-webkit-box-sizing: border-box;}
.mapConBotDl dt ul li{color: #fff;font-size: 18px;}
.mapConBotDl ul li:nth-child(1){width: 6.0909%;border-left: 1px solid #e5e5e5;}
.mapConBotDl ul li:nth-child(2){width: 28%;text-align:left;padding-left:20px}
.mapConBotDl ul li:nth-child(3){width: 10.0909%;}
.mapConBotDl ul li:nth-child(4){width: 18.0909%;}
.mapConBotDl ul li:nth-child(5){width: 36.9393%;}
.mapConBotDl ul li:nth-child(6){width: 12.5002%;border-right: 1px solid #e5e5e5;}
.clamp1List{text-align: left !important;}
.clampList{text-align: left !important;padding-left: 98px;}
/* 地图 end */

