* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;overflow-x: hidden;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;text-transform: uppercase;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}

.icon {
       width: 1em; height: 1em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
    }

@font-face {
  font-family: "\963f\91cc\5988\5988\6570\9ed1\4f53 Bold";font-weight: 700;src: url("../cssnew/Alimama_ShuHeiTi_Bold.woff2.txt") format("woff2"),
  url("../cssnew/Alimama_ShuHeiTi_Bold.woff.txt") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'iconfont';  /* Project id 3381825 */
  src: url('//at.alicdn.com/t/font_3381825_8n2r7o0s1rh.woff2?t=1651914424264') format('woff2'),
       url('//at.alicdn.com/t/font_3381825_8n2r7o0s1rh.woff?t=1651914424264') format('woff'),
       url('//at.alicdn.com/t/font_3381825_8n2r7o0s1rh.ttf?t=1651914424264') format('truetype');
}

@font-face {
  font-family: 'iconfont';  /* Project id 3966154 */
  src: url('//at.alicdn.com/t/c/font_3966154_18fuj0tjwzw.woff2?t=1679377250541') format('woff2'),
       url('//at.alicdn.com/t/c/font_3966154_18fuj0tjwzw.woff?t=1679377250541') format('woff'),
       url('//at.alicdn.com/t/c/font_3966154_18fuj0tjwzw.ttf?t=1679377250541') format('truetype');
}

/*top*/
.top {background: #058c6b;overflow:hidden;padding: 0.5% 1%;position: relative;z-index: 10;}
.top_box {max-width: 1500px;margin:0 auto;display: flex;justify-content: space-between;align-items: center;}
.top_name {}
.top_name p {color:#fff;font-size: 15px;font-weight: lighter;}
.top_more {display:flex;align-items:center;color:#fff;}
.top_more a{color:#fff;display: flex;align-items: center;font-size: 15px;border-right: 1px solid rgba(255,255,255,0.2);padding: 0 15px 0 0;}
.top_more a i {font-size: 18px;}
.top_more i {font-size: 20px;margin: 0 10px 0 0;}
.top_more p {font-size: 15px;font-family:  Arial;margin: 0 0 0 10px;display: flex;align-items: center;}
.top_more p span {font-size: 24px;}

/*head*/
.head {padding: 1.1% 1%;/* overflow: hidden; */position:  relative;z-index: 10;/* border-bottom: 2px solid #1d53e2; */}
.head_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.head_logo {display: flex;align-items: center;}
.head_logo i {}
.head_logo p {display: flex;flex-direction: column;font-size: 25px;color: #058c6b;border-left: 1px solid #eee;padding: 0 0 0 30px;margin: 0 0 0 30px;}
.head_logo p span {font-size: 18px;color:  #666;font-weight:  lighter;padding: 4% 0 0;text-align-last:  justify;}
.head_con {display:flex;justify-content: space-between;align-items: center;width: 55%;position:  relative;}
.head_nav {width: 100%;}
.head_nav ul {display: flex;width: 100%;justify-content:  space-between;}
.head_nav li {position:  relative;z-index: 5;}
.head_nav li:before {content:'';width:0;height: 3px;background: #058c6b;position:  absolute;bottom: -50%;left:  0;z-index: -1;transition:  0.5s;}
.head_nav li:hover:before,.head_nav>ul>li.cur:before {width:100%;}
.head_nav li a {font-size: 18px;transition:0.5s;}
.head_num {display: flex;display: none;}
.head_num i {font-size: 21px;width:  50px;height:  50px;display:  flex;justify-content:  center;align-items:  center;background: #1D76E1;color:  #fff;border-radius:  50%;}
.head_num p {display: flex;font-size: 15px;font-weight:  lighter;align-items:  center;position:  absolute;background:  #fff;padding: 3%;right: 0;top: 4.4vw;opacity:  0;transition:  0.5s;visibility:  hidden;}
.head_num p span {font-size: 22px;font-family:  DIN Medium;color:  #1d53e2;}
.head_num:hover p {opacity:1;visibility:visible;}

/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;margin: 0 !important;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1.1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1.1);opacity: 1;}
.banner .slick-active img {    transition: 6s linear; transform: scale(1);}
.banner a img{
	transition:transform 5s linear,opacity 1s linear;
	-webkit-transition:transform 5s linear,opacity 1s linear;
	-o-transition:transform 5s linear,opacity 1s linear;
	-moz-transition:transform 5s linear,opacity 1s linear;
	-ms-transition:transform 5s linear,opacity 1s linear;
}
.banner .ban_dot {display: flex !important;width: 100%;justify-content: flex-start;align-items: flex-end;/* margin: 2% 0 0; */position: absolute;bottom: 5%;left: 5%;}
.banner .ban_dot li {width: 2px;height: 10px;display: inline-block;background: #fff;margin: 0 0.3%;transition: 0.5s;/* border-radius: 50%; */position: relative;z-index: 5;overflow: hidden;}
.banner .ban_dot li:before {content:'';width: 100%;height:0;/* background: #0a519a; */position:absolute;bottom: 0;left:0;z-index:-1;transition:1s all;}
.banner .ban_dot li.slick-active {height: 40px;}
.banner .ban_dot li.slick-active:before {height:100%; }
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-prev {left: 3% !important;transform: rotate(180deg) !important;z-index: 5;}
.banner .slick-next {right: 3% !important;top: 45% !important;}
.banner .slick-prev:before, .banner .slick-next:before {opacity: 0;transition: all ease 0.5s;}
.banner:hover .slick-prev:before, .banner:hover .slick-next:before {opacity: 1;}

/*pro*/
.pro {padding: 4% 1%;overflow: hidden;background: #f8f8f8;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;align-items: center;}
.pro_tit p {display: flex;align-items: center;font-size: 40px;font-weight: bold;color: #058c6b;}
.pro_tit p b {/* color: #14428f; */}
.pro_tit em {font-size: 18px;padding: 1.5% 0 0;font-weight: lighter;}
.pro_tab {margin: 4% 0 0;display: flex;justify-content: space-between;}
.pro_nav {width: 20%;background: #fff;/* padding: 18% 0 0; */}
.pro_nav>p {font-size: 30px;display: flex;flex-direction: column;align-items: center;color: #fff;font-weight: bold;background: #058c6b;padding: 12% 0;border-bottom: 1px solid #fff;}
.pro_nav>p>span {font-size: 17px;text-transform: uppercase;font-family: Arial;padding: 6% 0 0;font-weight: lighter;}
.pro_nav ul {display: flex;flex-direction: column;/* border: 1px solid #eee; */border-top: none;border-bottom: none;}
.pro_nav li {width: 100%;display: flex;flex-direction: column;position: relative;z-index: 5;}
.pro_nav li>a {font-size: 15px;color: #fff;background: #7bc326;width: 100%;padding: 9.8% 0 9.8% 10%;position: relative;z-index: 5;}
.pro_nav li>a:before {content:'';width:100%;height: 100%;background: url(//memberpic.114my.cn/076989840910/uploadfile/image/20230705/20230705095733_373258034.png)no-repeat right;position:absolute;top:0;;;;;right: 10%;;z-index: -1;;}
.pro_nav li dl {/* position:absolute; */top:0;left: 100%;background: #f8f8f8;width: 100%;transform-origin: left;transition: 0.5s;padding: 0 6%;}
.pro_nav li.on a{background: #058c6b;}
.pro_nav li dt {padding: 7.2% 10%;border-bottom: 1px solid rgba(238,238,238,0.8);position: relative;z-index: 5;}
.pro_nav li dt:before {content:'';width:0;height:100%;position:absolute;background: #fe8707;top:0;left: -6.6%;transition:0.5s;z-index: -1;}
.pro_nav li dt:hover:before {width:113.5%;}
.pro_nav li dt>a {font-size:15px;font-weight: lighter;}
.pro_nav li dt:hover a {color:#fff;}
.pro_num {display: flex;align-items: center;background: #eee;justify-content: center;padding: 16% 0;flex-direction: column;}
.pro_num i {width: 50%;}
.pro_num i img {width:100%;}
.pro_num p {font-size: 17px;display: flex;flex-direction: column;font-weight: lighter;padding: 0 0 0 15px;align-items: center;/* padding: 12% 0 0; */}
.pro_num p span {font-size: 25px;font-weight: bold;font-family: 'DIN Medium';color: #138718;padding: 3% 0 0;}
.pro_con {overflow: hidden;/* margin: 4% 0 0; */width: 80%;border: 1px solid #eeee;border-left: none;background: #fff;}
.pro_roll {display: flex;transition: 0.5s;}
.pro_call {width: 100%;flex-shrink: 0;padding: 3%;}
.pro_call ul {display: flex;flex-wrap: wrap;/* justify-content: space-between; */}
.pro_call li {width: 31.33%;display: flex;flex-direction: column;align-items: center;position: relative;border: 1px solid #eee;background: #fff;margin: 1%;}
.pro_call li br {display:none;}
.pro_call li:nth-child(n+4) {/* margin: 2% 0 0; */}
.pro_call li>a {overflow: hidden;padding: 2%;}
.pro_call li>a img {width: 100%;height: auto;transition: 0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li span {width: 100%;text-align: center;padding: 3% 0 13%;display: flex;}
.pro_call li span a {font-size: 16px;font-weight: lighter;position: relative;width: 100%;}
.pro_call li span>a:after {content:'Read More >';position: absolute;font-family: Arial;left: 0;bottom: -28px;font-size: 12px;width: 100%;color: #138718;}

/*char*/
.char {overflow: hidden;padding: 4% 1%;background: url(../uploadfile/image/20230721/20230721143844_1581055097.jpg)no-repeat center top;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_tit {display: flex;flex-direction: column;align-items: center;}
.char_tit b {font-size: 40px;color: #058c6b;letter-spacing: 2px;}
.char_tit p {font-size: 18px;/* color: #fff; */font-weight: lighter;padding: 1.5% 0 0;opacity: 0.7;}
.char_con {margin: 4% 0 0;position:  relative;z-index: 5;}
.char_con ul {display: flex;justify-content: space-between;width: 75%;}
.char_con:before {content:'';width:500px;height:500px;background: linear-gradient(to left,#019859 0% ,transparent);position:absolute;top: -24%;right:0;border-radius:  50%;z-index: -1;}
.char_con:after {content:'';width:400px;height:400px;background:url(../uploadfile/image/20230721/20230721143603_720466741.jpg)no-repeat;position:absolute;border-radius:  50%;right: 3.5%;top: -9%;z-index: -1;}
.char_con li {width: 24%;display: flex;flex-direction: column;align-items: center;background: #058c6b;padding: 5% 2% 13%;position:  relative;z-index: 5;}
.char_con li:before {content:'';width:100%;height:0;background: #019859;position:absolute;top:0;left:0;z-index:-1;transition:0.5s;}
.char_con li:hover:before {height:100%;}
.char_con li:hover,.char_con li:hover p span {color:#fff;}
.char_con li:hover em {border:1px solid #fff;color:#fff;}
.char_con li p {font-size: 20px;display: flex;flex-direction: column;align-items: center;font-weight: bold;color: #fff;}
.char_con li p span {font-size: 16px;font-weight:  lighter;padding: 15% 0 0;color: #fff;}
.char_con li em {font-size: 16px;border: 1px solid #fff;width: 60%;display:  flex;justify-content:  center;align-items:  center;padding: 4% 0;color: #fff;margin: 15% 0 0;}
.char_con li i {width:  150px;height:  150px;border-radius:  50%;overflow:  hidden;position:  absolute;left:  0;right:  0;bottom: -20%;margin:  0 auto;}
.char_con li:hover i img {transform: rotate(360deg);}
.char_con li i img {width: 100%;height: auto;transition:0.5s;}
.char_num {display: flex;align-items: center;/* color:  #fff; */justify-content:  center;border: 1px solid #333;width: 24%;margin: 9% auto 0;padding: 1% 0;}
.char_num i { font-size: 20px;}
.char_num p {display: flex;align-items: center;font-size: 15px;font-weight:  lighter;letter-spacing:  1px;padding: 0 0 0 12px;}
.char_num p span {font-size: 22px;font-family:  Arial;}

/*tech*/
.tech {overflow: hidden;padding: 4% 1%;background: #e3f5f1;}
.tech_box {max-width: 1500px;margin: 0 auto;}
.tech_tit {display: flex;flex-direction: column;align-items: center;}
.tech_tit span {font-size: 40px;font-weight: bold;position: relative;z-index: 5;color: #058c6b;}
.tech_tit span:before {content:'';width:100%;height:100%;background:url(//memberpic.114my.cn/dgyingcai/uploadfile/image/20230614/20230614110027_1494720602.png)no-repeat;position: absolute;left: -6%;top: 10%;z-index: -1;}
.tech_tit span:after {content:'';width:100%;height:100%;background:url(//memberpic.114my.cn/dgyingcai/uploadfile/image/20230614/20230614110027_1494720602.png)no-repeat;position: absolute;right: -104%;top: 40%;z-index: -1;}
.tech_tit p {font-size: 20px;font-weight: lighter;color: #999;padding: 20px 0 0;}
.tech_con {margin: 4% 0 0;}
.tech_con ul {display: flex;justify-content: space-between;align-items: center;}
.tech_con li {display: flex;flex-direction: column;align-items: center;background:  #f8f8f8;width: 16%;padding: 4% 0;position:  relative;z-index:5;transition:0.5s;}
.tech_con li:hover {transform:translateY(-10px);}
.tech_con li:after {content:'';width:100%;height:0;background: #30b76c;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.tech_con li:hover:after {height:100%;}
.tech_con li:hover,.tech_con li:hover span {color:#fff;}
.tech_con li i {font-size: 30px;}
.tech_con li p {display:flex;flex-direction:column;align-items:center;font-size: 20px;padding: 10% 0 0;}
.tech_con li p span {font-size:  15px;padding: 16px 0 0;color:  #999;}
.tech_con li em {font-size:20px;background: #30b76c;color:  #fff;border-radius:  50%;width: 36px;height: 36px;display:  flex;justify-content:  center;align-items:  center;font-family:  Arial;margin: 16% 0 0;}
.tech_more {display:  flex;justify-content:  center; margin: 4% 0 0;}
.tech_more ul {display: flex;justify-content:  space-between;width: 30%;}
.tech_more li {display: flex;align-items: center;color:  #fff;background: #30b76c;width: 50%;justify-content:  center;padding: 3% 0;}
.tech_more li:last-child {background: #028c06;}
.tech_more li i {font-size: 24px;}
.tech_more li a {font-size: 17px;color:  #fff;padding: 0 0 0 10px;}
.tech_more li p {font-size: 20px;font-family: Arial;padding: 0 0 0 10px;}

/*appli*/
.appli {padding: 4% 1%;overflow:hidden;position: relative;z-index: 5;background: url(//memberpic.114my.cn/dgjlcx/uploadfile/image/20230211/20230211093935_3812020.jpg)no-repeat center top fixed;}
.appli:before {content:'';width:100%;height:100%;/* background: #00a040; */position:absolute;top: 0;left: 0;z-index: -1;}
.appli_box {max-width: 1500px;margin: 0 auto;}
.appli_tit {display: flex;justify-content: center;}
.appli_tit p {font-size: 40px;display: flex;flex-direction: column;font-family: \963f\91cc\5988\5988\6570\9ed1\4f53 Bold;color: #058c6b;align-items: center;justify-content: center;font-weight: bold;}
.appli_tit p span {font-size: 20px;font-weight: lighter;padding: 22px 0 0;font-family: none;color: #333;}
.appli_con {margin: 3% 0 0;}
.appli_call {}
.appli_call .divdgweb_new_div {margin-bottom:0 !important;}
.appli_call .divdgweb_new_div_item {display: flex !important;flex-direction: column-reverse;width: 20%;margin: 0 0.1%;background: #fff;border: 1px solid #eee;}
.appli_call .divdgweb_new_div_item_content {display:flex;flex-direction: column;align-items: center;padding: 10%;}
.appli_call .divdgweb_new_div_item_title {}
.appli_call .divdgweb_new_div_item_title a {font-size: 22px;}
.appli_call .divdgweb_new_div_item_body {font-size: 15px;width: 100%;text-overflow: ellipsis;-webkit-line-clamp: 2;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;line-height: 30px;font-weight: lighter;margin: 5% 0;}
.appli_call .news_div_item_pic {}
.appli_call .news_div_item_pic a {overflow:hidden;}
.appli_call .news_div_item_pic a img {width:100%;height:auto;}
.appli_call .ban_dot {display: flex !important;width: 100%;left: 0;justify-content: center;align-items: center;margin: 5% 0 0;text-decoration: overline;width: 100%;height: 1px;background: rgba(0,0,0,0.1);z-index: -1;display: none !important;}
.appli_call .ban_dot li {width: 6px;height: 6px;display: inline-block;background: #30b76c;margin: 0 3%;transition: 0.5s;border-radius: 50%;position: relative;z-index: 5;cursor: pointer;}
.appli_call .ban_dot li:before {content:'';width: 18px;height: 18px;border: 1px solid #30b76c;position:absolute;top:0;left: -7px;border-radius:50%;margin: auto;bottom: 0;opacity:0;transition:0.5s;transform:scale(0);}
.appli_call .ban_dot li.slick-active:before {opacity:1;transform:scale(1);}
.appli_call .ban_dot li button {font-size:0;border: none;outline: none;}


/*adva*/
.adva {padding:4% 1%;overflow:hidden;background:  #f8f8f8;}
.adva_box {max-width: 1500px;margin:0 auto;}
.adva_tit {display: flex;justify-content: center;flex-direction:  column;align-items:  center;}
.adva_tit b {font-size: 60px;font-family:  Arial;text-transform:  uppercase;color:  #eee;}
.adva_tit p {font-size: 40px;display: flex;flex-direction: column;align-items:  center;font-weight:  bold;/* margin: -2% 0 0; */color: #058c6b;}
.adva_tit p span {font-size: 18px;color: #999;font-weight: lighter;padding: 4% 0 0;}
.adva_tab {margin: 4% 0 0;}
.adva_nav {}
.adva_nav ul {display: flex;justify-content: space-between;align-items: center;}
.adva_nav li {width: 23%;display: flex;border-bottom:  1px solid #eee;padding: 0 0 1.5% 0;justify-content:  space-between;align-items:  center;position:  relative;z-index: 5;}
.adva_nav li:before {content:'';width:0;height:1px;background: #138718;position:absolute;bottom:0;left:0;transition: 0.8s;z-index:-1;}
.adva_nav li:hover:before,.adva_nav li.on:before {width:100%;}
.adva_nav li.on {color:#138718;}
.adva_nav li p {display: flex;flex-direction: column;font-size: 28px;}
.adva_nav li p span {font-size: 16px;color:  #999;font-weight:  lighter;padding: 7% 0 0;}
.adva_nav li i {font-size: 40px;}
.adva_con {margin: 3% 0 0;overflow: hidden;}
.adva_con>ul {display: flex;transition: 0.5s;}
.adva_con>ul>li {width: 100%;flex-shrink: 0;position: relative;}
.adva_txt {position: absolute;top:0;right: 0;background: #fff;padding: 3%;display: flex;flex-direction: column;bottom:  0;width: 40%;margin: 6%;box-shadow: 0 0 20px #eee;}
.adva_txt>p {display: flex;flex-direction: column;font-size: 24px;}
.adva_txt>p>span {font-size: 24px;padding: 4% 0 0;}
.adva_txt em {font-size: 15px;font-weight: lighter;line-height: 28px;color:  #999;margin: 8% 0 0;}
.adva_txt>ul {display: flex;justify-content: space-between;align-items: center;background: url(../uploadfile/image/20230421/20230421165143_1280505889.jpg);padding: 5% 0;margin: 3% 0 0;}
.adva_txt li {display: flex;flex-direction: column;align-items:  center;justify-content:  center;width: 33.33%;}
.adva_txt li+li {border-left:1px solid #eee;}
.adva_txt li i {color: #058c6b;font-family:  Arial;font-size: 36px;}
.adva_txt li>p {font-size: 15px;display: flex;flex-direction: column;font-weight:  lighter;padding: 5% 0 0;}
.adva_txt li>p>span {width: 50%;height: 1px;background: #138718;margin: 20% auto 0;}
.adva_pic {width: 100%;}
.adva_pic i {overflow: hidden;}
.adva_pic i img {width:100%;height: auto;}

/*about*/
.about {padding: 4% 1%;overflow: hidden;position: relative;z-index: 5;background: #f8f8f8;}
.about:before {content:'';width:100%;height:20%;background: #058c6b;position:absolute;bottom:0;left:0;z-index:-1;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_con {display: flex;justify-content: space-between;align-items:  center;}
.about_txt {width: 50%;display: flex;flex-direction: column;}
.about_txt p {display: flex;flex-direction: column;font-size: 42px;font-weight: bold;color: #058c6b;}
.about_txt p span {font-size: 24px;padding: 2% 0 0;font-weight: normal;color: #333;}
.about_txt em {font-size: 16px;line-height: 30px;font-weight: lighter;margin: 5% 0 0;}
.about_txt a {font-size: 16px;border:  1px solid #eee;margin: 6% 0 0;padding: 2%;width: 20%;text-align:  center;}
.about_txt a:hover {background:#058c6b;color:#fff;}
.about_pic {width: 45%;}
.about_pic i {overflow: hidden;}
.about_pic i img {width:100%;height: auto;}
.about_more {display: flex;align-items: center;background: #fff;margin: 2% 0 0;padding: 4% 2% 2%;}
.about_sub {width: 5%;display: flex;flex-direction: column;align-items:  center;position: relative;z-index: 5;}
.about_sub:before {content:'';width:2px;height: 28%;background: #138718;position: absolute;bottom: 5%;left: 0;right: 0;margin: 0 auto;}
.about_sub i {font-size: 28px;}
.about_sub p {font-size: 22px;writing-mode:  tb-rl;font-weight: bold;letter-spacing: 3px;margin: 15% 0 120% 0;}
.about_call {width: 90%;}
.about_call ul {margin:0 !important;}
.about_call li {margin:0 0.15%;display: flex !important;flex-direction: column;align-items: center;}
.about_call li>a {overflow: hidden;}
.about_call li>a img {width:100%;height: auto;}
.about_call li p {width: 100%;text-align: center;padding: 8% 0 0;}
.about_call li p a {font-size: 15px;}
.about_call .ban_dot {display:none !important;}

/*news*/
.news {padding: 4% 1% 4%;overflow: hidden;background: url(../uploadfile/image/20221125/20221125160120_1960738670.jpg);background: #f8f8f8;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_top {display:flex;justify-content:  space-between;align-items:  center;}
.news_tit {display: flex;flex-direction: column;/* align-items: center; */}
.news_tit b {font-size: 40px;font-weight: normal;font-weight: bold;}
.news_tit b span {/* color: #0056dc; */}
.news_tit p {font-size: 18px;color: #999;padding: 5% 0 0;font-weight:  lighter;}
.news_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.news_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.news_tit em i+i{ margin-left:16px;}
.news_tit em i:nth-child(1){animation-delay: .4s;}
.news_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.news_tit em i:nth-child(3){animation-delay: .8s;}
.news_nav {width: 36%;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;/* border-radius: 40px; */position: relative;overflow: hidden;z-index: 5;/* box-shadow: 0px 0px 20px #ddd; */}
.news_nav li:before {content:'';width:0;height:100%;background: #058c6b;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;display: none;}
.news_nav li a {font-size: 18px;line-height: 24px;/* padding-left: 4px; */white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 220px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -163px;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #058c6b;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background:#058c6b;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 3% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}

/*copy*/
.copy {overflow: hidden;padding: 0 1%;background: #058c6b;}
.copy_box {max-width: 1500px;margin: 0 auto;}
.copy_top {padding: 4% 0 2%;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_top p {display: flex;align-items: center;font-size: 15px;font-weight: lighter;color: #fff;}
.copy_top p i {font-size: 20px;margin: 0 10px 0 0;}
.copy_top p span {font-size: 24px;font-family:  DIN Medium;}
.copy_con {display: flex;justify-content: space-between;padding: 3% 0;}
.copy_nav {width: 52%;}
.copy_nav ul {display: flex;justify-content:space-between;width: 100%;}
.copy_nav li p {font-size: 18px;line-height: 20px;margin-bottom: 20px;font-weight: bold;color: #fff;}
.copy_nav li a {font-size: 14px;line-height: 30px;display: flex;color: #fff;transform:translateX(0);transition:0.5s;}
.copy_nav li a:hover  {transform:translateX(10px)}
.copy_pic {width: 32%;}
.copy_pic ul {display: flex;justify-content:  space-between;width:  100%;}
.copy_pic li {width: 30%;display: flex;flex-direction: column;align-items: center;}
.copy_pic li i {overflow: hidden;padding:  1%;border: 1px solid #eee;}
.copy_pic li i img {width: 100%;height: auto;}
.copy_pic li p {font-size: 16px;padding: 5% 0 0;color: #fff;}

/*end*/
.end {padding: 2% 1%;overflow:hidden;background: #058c6b;}
.end_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.end_box em {color: #fff;font-size: 15px;}
.end_box em>a {font-size: 15px;color: #fff;}
.end_box>a {font-size: 15px;color: #fff;}