*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;}
body{font-size: 14px;min-width: 1300px;font-family:"Microsoft Yahei";}
a{text-decoration: none; color:#333; font-size: 14px;}
em,i{display: block;font-style: normal;}
:focus{ outline: none;}
.gy{max-width: 1500px;margin: 0 auto;width:100%;}
@media screen and (max-width: 1580px){
.gy{width:calc(100% - 80px);}
}

@font-face {
  font-family: 'iconfont';  /* Project id 4234077 */
  src: url('//at.alicdn.com/t/c/font_4234077_nqsjxnf6vef.woff2?t=1694503045406') format('woff2'),
       url('//at.alicdn.com/t/c/font_4234077_nqsjxnf6vef.woff?t=1694503045406') format('woff'),
       url('//at.alicdn.com/t/c/font_4234077_nqsjxnf6vef.ttf?t=1694503045406') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

@font-face {
font-family: "syh";
src: url("//memberpic.114my.com.cn/dgrunlin11/cssnew/syh.woff.txt") format("woff2"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/syh.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/syh.otf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/syh.otf.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/syh.svg.txt") format("svg");
}

@font-face {
font-family: "yuwei";
src: url("//memberpic.114my.com.cn/dgrunlin11/cssnew/yuwei.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/yuwei.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/yuwei.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/yuwei.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/dgrunlin11/cssnew/yuwei.svg.txt") format("svg");
}

@font-face {
font-family:din;
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);
}

/*header*/
.nav_bc::before, .nav_bc::after {
    content: '';
    width: 46%;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009933;
}
.nav_bc::after {
 width: 54%;
    left: auto;
    right: 0;
    background: #eee;
}
.head_c{display: flex;justify-content: space-between;height: 125px;align-items: center;z-index: 99;padding-top: 0.5%;}
.hea_logo{position: relative;width: 30%;height: 100%;display: flex;align-items: center;}
.hea_logo a {width:138px;display: block;margin-right: 0px;}
.hea_logo a img{width: 100%;}
.hea_tit{}
.hea_tit p{font-size: 1.7vw;margin-bottom: 8px;color:#009933;font-family: "yuwei";font-weight:normal;}
.hea_tit em{font-weight:normal;font-size: 1vw;color: #787878;text-transform: uppercase; letter-spacing: 1px;}
.nav_bc{ width: 100%; position: fixed; top: 0; left: 0; z-index: 180;  transition: all 0.5s ease;background:#fff;box-shadow:1px 1px 10px rgba(0,0,0,0.1);border-bottom: 1px solid rgba(255,255,255,0.2);}
.nav_bc.on,.nav_bc:hover{}
.nav_bc.cur{width: 85.6%;}
.nav_c li a,.icon>div i,.icon_pho .irh span,.nav_rc a,.nav_rc span{color:#333;}
.hea_logo .two,.nav_bc.on .hea_logo .one{display:none;}
.hea_logo .one,.nav_bc.on .hea_logo .two{display:block;}
.head_lc{width:62%;display: flex;justify-content: space-between;align-items: center;height: 100%;}
.nav_c{display: flex;width: 85%;justify-content: space-between;height: 100%;}
.nav_c>li{height: 100%;display: flex;justify-content: center;align-items: center;}
.nav_c>li>a{color: #333;display: block;font-size: 16px;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;transition: all .5s;}
.nav_c>li:hover>a,.nav_c>li.on>a,.icon_search:hover i span{color: #009933;}
.nav_c li ul li>a{ font-size: 14px; line-height: 46px;font-weight: lighter;color: #333 !important;}
.nav_c li ul {position: absolute;width: 100%;background: rgba(0, 0, 0, 0.2); top: 100%; display: none;}
.nav_c>li:hover ul {display: block;}

/*下拉*/
.nav_dbg{width:100%;background:rgba(255,255,255,0.96);position:absolute;top:105px;left:0;padding:50px 0;display:none;}
.nav_down{width: 100%;max-width: 1500px;margin: 0 auto;display: flex;justify-content: center;}
.nav_down a{display:block !important;}
.nav_down a+a{margin-left:80px;}
.nav_down a:hover{color:#009933;}
.nav_down a i{display:block;text-align:center;font-size:36px;margin-bottom:15px;}
.nav_down a p{font-size:18px;}

/*search*/
.dfss{display:flex;align-items:end;justify-content:space-between;width: 11%;height:100%;}
.icon>div{height:100%;width:50%;}
.icon>div i{color:#333;user-select:none;transition:all 0.5s;display: flex;
    align-items: center;position: relative;height: 100%;width:100%;}
.icon>div i span{font-size: 20px;width: 100%;display: block;text-align: center;}
.icon>div:hover i{border-color: #e60113;}
.iser_box,.itel_box{background:rgba(0,0,0,0.5);position:absolute;top:106px;right:0;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 9}
.icon>div:hover .iser_box,.icon>div:hover .itel_box{transform:rotateX(0deg);}
.search_l{display:flex;align-items:center;justify-content:end;color: #fff;}
.search_l span+span{margin-left:4px;}
.search_l a{color: #fff;font-size: 14px;}
.search_r{margin-top:20px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width:320px;text-align:center}
.dh_h {line-height: 36px;font-size: 22px;}
.itel_box p{color:#fff;position:relative;font-size:20px;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#feac00;margin-top:10px;}
.search_l .zya{font-size: 16px;}
.search_l span{color: #fff}
.icon_pho {
    display: flex;
    align-items: center;
}

.icon_pho .irh span {
    color: #333;
    font-size: 18px;
}

.icon_pho b {
    font-size: 26px;
    color: #006cb5;
    padding-left: 10px;
}
.nav_rc{display: flex;width: 10%;justify-content: space-between;}
.nav_rc a{font-size: 18px;color: #fff;position: relative;}
.nav_rc a.on{color: 003793!important;}
.nav_rc span{color: #fff;font-size: 14px;padding-top: 3px;}

/*banner*/
.bann{overflow:hidden;}
.slider {width:100%;}
.slick-slide{height:auto;}
.slick-slide img {width:100%;}
.slick-prev {left:38px;z-index:99;}
.slick-next {right:40px;}
.bann>button{display:none!important;}
.ban_bc{width:100%;position:relative;}
.slick-dotted.slick-slider{margin-bottom:0!important;}
.bann_num>span{font-size:26px;color:#fff; z-index:999;cursor:pointer;width:60px;height:60px;background:rgba(0,0,0,0.5);text-align:center; line-height: 60px;border-radius: 50%;justify-content: center;letter-spacing: 14px;}
.bann_num>.ban_prev{position:absolute;top:56%;left:40px;transform:rotate(180deg);}
.bann_num>.ban_next{position:absolute;top:calc(56% - 0px);right:40px;}
.ban_dot{position:absolute;bottom:36px;left:50%;display:flex;margin-left:-33px;}
.ban_dot li{width:12px;height:12px;border-radius:100%;background:#fff;}
.ban_dot li+li{margin-left:12px;}
.ban_dot li button{display:none;}
.ban_dot li.slick-active{background:#009933;}

/* Datas */
.Datas{background:#f8f8f8;height: 230px;}

.Datas ul li{width: 24.8%;float: left;border-left: 1px #eee solid;height: 230px;}
.Datas ul li span{font-size: 40px;color: #333;font-family:din;padding: 50px 0 0 50px;display: block;}
.Datas ul li p{font-size: 13px;color: #999;line-height: 20px;margin-top: 15px;padding-left: 50px; width: 84%;}
.Datas ul li.li04{border-right: 1px #eee solid;}
.Datas ul li i{width: 1px;height: 10px;background-color: #ddd;display: block;top: 40px;position: relative;}
/* Datas End */

/* description */
.desc_box{padding: 0px 0;}
.desc_box h3{text-align: center;padding:70px 0;}
.desc_box h3 p{font-size: 2.1vw;margin-bottom: 20px;}
.desc_box h3 p b{color: #009933;}
.desc_box h3 span{display: block;font-size: 24px;color: #666; font-weight:normal;}

/*company*/
.com_bc{background: #f6f6f9 url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230901/20230901143958_174685966.png) no-repeat center;padding-bottom: 30px;}
.com_c{text-align: center;display: flex;position: relative;}
.com_lc{width: 58.5%;position: relative;height: 725px;}
.com_lc i{position: absolute;top: 0;right: 0;overflow: hidden;}
.com_lc img{transition: all 0.5s ease-in-out;}
.com_bc:hover .com_lc img,.pcs_bc:hover .com_lc img{transform: scale(1.1);}
.com_ri{width: 41.5%;padding-left: 5%;padding-top: 6%;text-align: left;}
.com_ri b{font-size: 1.6vw;color: #999; font-weight:normal;}
.com_ri b span{display: block;margin-bottom: 20px;position: relative;font-size: 2.1vw;color: #333; font-weight:bold;}
.com_ri b span:before{content: '';width: 90px;height: 1px;background: #009933;position: absolute;left: -110px;bottom: 16px;}
.com_ri p{font-size: 1.6vw;color: #999;text-transform: uppercase;margin-bottom: 20px; font-family:din;}
.com_ri .com_info{margin-top: 5%;font-size: 16px;line-height: 200%;color: #666;}
.com_ri button{width: 200px;height: 52px;margin-top: 10%;border: 1px solid #009933;background: #009933;position: relative;}
.com_ri button:before{content: '';width: 0%;height: 100%;display: inline-block;position: absolute;background-color: #fff;left: 0px;top: 0px;transition: all 0.5s ease-in-out;}
.com_ri button:hover:before{width: 100%;}
.com_ri button a{display: block;font-size: 16px;color: #fff;position: relative;transition: all 0.5s ease-in-out;}
.com_ri button:hover a{color: #009933;}

/* storage */
.stor_bc{width: 100%;height: 786px;background:url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230901/20230901143958_174685966.png) no-repeat;overflow: hidden;}
.stor_c{display: flex;justify-content: space-between;}
.stor_le{width: 41.5%;padding-right: 5%;padding-top: 6%;}
.stor_le h3{font-size: 2.1vw;}
.stor_le span{font-size: 1.1vw;color: #999; display: block; line-height: 2.5vw; font-weight:normal;}
.stor_le p{margin-top: 1.5vw;font-size: 16px;line-height: 200%;color: #666;}
.stor_le button{width: 200px;height: 52px;margin-top: 9%;border: 2px solid #009933;background: #009933;transition: all 0.5s ease-in-out;}
.stor_le button:hover{background: none;}
.stor_le button a{display: block;font-size: 16px;color: #fff;transition: all 0.5s ease-in-out;}
.stor_le button:hover a{color:#009933;font-weight: bold;}
.stor_le i{}
.stor_le ul{margin-top: 11%;display: flex;}
.stor_le li{width: 160px;text-align: center;border: 2px dashed #bfbfbf;border-radius: 100%;height: 160px;display: flex;flex-wrap: wrap;align-items: center;padding: 2.2vw 0;}
.stor_le li+li{margin-left: 5%;}
.stor_le li i{font-size: 46px;width: 100%;}
.stor_le li p{font-size: 0.9vw;width: 100%;line-height: 100%;margin-top: 0.5vw;}
.stro_ri{width: 58.5%;height: 786px;position: relative;}
.stro_pic{width: 1087px;height: 786px;position: absolute;top: 0;left: 0;}
.stro_ri i{display: block;position: absolute;overflow: hidden;height:100%;}
.stro_ri i.one{width:41.9%;top:0;left:0;}
.stro_ri i.two{width:57.5%;top:0;left:calc(41.9% + 10px);}
.stro_ri i img{position: absolute;transition: all 0.5s ease-in-out;}
.stro_ri i.one img{left: -113px;top: 0;}
.stro_ri i.one:hover img{transform:translateX(113px);}
.stro_ri i.two img{left: calc(-72.8% - 123px);top: 0;}
.stro_ri i.two:hover img{transform:translateX(-213px);}

/*products*/
.prod{height: 560px; overflow: hidden;}
.pro_c{margin-top:0px;background: #fff; padding:70px 0 0 0;}
.pro_list{display: flex; position: relative;margin: 20px auto;width: 70%; margin-top:40px;}
.pro_list .prolist2021{ width: 100%;background: #f8f8f8; padding:1% 2%;border-radius: 50px;}
.pro_list ul{display: flex; justify-content: center; width: 100%;}
.pro_list li{text-align: center; width: 49.3%;float: left;  height: 50px;line-height: 50px; border-radius: 50px;}
.pro_list li a{ font-size: 16px;}
.pro_list li.on{background: #009933;color: #fff;transition: all .3s ease;}
.pro_list li.on a.prolist2021_one{color: #fff;}
.pro_list li dl{ display: none;}
.pro_call li{padding:1%; display: block; float: left; width:24%;border: 1px solid #eee;margin-top: 20px;background: #fff;}
.pro_call li a{display: block; width: 100%; height: auto; overflow: hidden; position: relative;}
.pro_call li a:before { content: ''; display: block;width: 50px; height: 50px;
 background: url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230904/20230904162921_948236199.png) no-repeat center;
 position: absolute; top: 50%; left: 50%; z-index: 3; margin-left: -25px; margin-top: -25px; transform: scaleY(0); opacity: 0; transition: 0.3s all ease;}
.pro_call li>a:after{content: ''; display: block;width: 100%; height: 100%;  background: rgba(0,0,0,0.45) url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230904/20230904162837_786535157.png) no-repeat center; position: absolute; top: 0;left: 0;opacity: 0; transition: 0.3s all ease;}
.pro_call li:hover>a:before{opacity: 1;transform: scaleY(1);}
.pro_call li:hover>a:after{opacity: 1;}
.pro_call li br{display:none;}

.pro_call li span a{display:block;width:100%;height:56px;line-height:56px;font-size:16px;color:#333;border-top: 1px solid #eee; transition: 0.3s all ease;position: relative;z-index:22; text-align: center; background: #fff;}
.pro_call li span a:after{content: '';display: block;background: #009933;width:100%;height:0px;position: absolute;top:0;z-index: -1;}
.pro_call li:hover span a:after{height:100%;transition: 0.3s all ease;}
.pro_call li:hover span a{color:#FFF;border: 1px solid #009933;}
.pro_call li+li{margin-left: 1.3%;}

.pro_call li img{transition: 0.3s all ease;width: 100%;height: auto;}
.pro_call li:hover img{transform: scale(1.1);}

/* instruction */
.ins_bc{width: 100%;height: 420px;background-image: url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230904/20230904114138_1337105773.jpg);background-attachment: fixed;background-size: cover;background-repeat: no-repeat;background-position: center center;position: relative;}
.ins_c{position: relative;height: 100%;overflow: hidden;}
.ins_text{width: 700px;height: 600px;background: rgba(0,153,51,0.35);border-radius: 0%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: flex;flex-wrap: wrap;align-items: center;text-align: center;padding: 192px 0;z-index: 2;}
.ins_text:before{content: '';width: 800px;height: 700px;border-radius: 0%;background: rgba(0,153,51,0.2);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: -1;}
.ins_text h3{width: 100%;text-align: center;font-size: 22px;color: #fff;font-weight: normal;}
.ins_text p{width: 100%;font-weight: bold;color: #fff;font-size: 2.1vw;}
.ins_text ul{display: flex;width: 100%;flex-wrap: wrap;justify-content: center;}
.ins_text ul li{color: #fff;padding: 10px 20px;border: 1px solid rgb(255 255 255 / 53%);margin: 8px;font-size: 16px;}

/*process*/
.ces_c{margin: 0px auto; padding-bottom:70px;}
.ces_c>b{display: block;position: relative;font-size: 2.1vw;color: #333;padding-left: 20px;}
.ces_c>b:after{position: absolute;content: "";width: 7px;height: 30px;background: #009933;left: 0;top: 0;}
.ces_c>ul{display: flex;align-items: center;justify-content: center;margin-top: 50px;}
.ces_c>ul>li{width: calc(100%/15);text-align: center;}
.ces_c>ul>li>span{font-size: 48px;color: #333;display: block;transition: .5s;}
.ces_c>ul>li:nth-child(even)>span{font-size: 28px;color: #666;}
.ces_c>ul>li>p{font-size: 18px;color: #333;text-align: center;margin-top: 16px;}
.ces_c>ul>li:nth-child(odd):hover>span{color: #009933;transform: rotateY(360deg);}
.ces_c>ul>li:hover>p{color:#009933;}

/* title */
.pro_bc{background: #f3f3f3;padding: 100px 0;}
.pro_tit{text-align: center;}
.pro_tit>b{display: block;font-size: 2.1vw;color: #333;}
.pro_tit>p{font-size: 16px;color: #666;margin: 18px 0 10px;}

/*case*/
.cas_bc{padding: 70px 0 210px;background: url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230904/20230904162633_1556462462.png) no-repeat bottom center;}
.cas_tit{text-align: center;}
.cas_tit>span{display: block;font-size: 21px;color: #009933;}
.cas_tit>b{display: block;font-size: 36px;color: #333;margin:13px 0 14px;}
.cas_tit>p{font-size: 16px;color: #666;}
.news_div_item_image{width:100%;}
#certify .divdgweb_new_div_item_a{display:none;}
#certify {
  position: relative;
  margin: 0 auto;
  width: 90%;
  margin-top:60px;
}

#certify .swiper-container {
  padding-bottom: 0px!important;
}

#certify  .swiper-slide {
  width: 761px;
  height: 475px;
}
#certify  .swiper-slide img{
  display:block;
}
#certify .swiper-slide.swiper-slide-active {
    border: 30px solid #333;
    border-radius: 30px;
    overflow: hidden;
}


/*厂房*/
.cf_bc .divdgweb_new_div {
    display: flex;
}

.cf_bc .divdgweb_new_div_item {
    flex-shrink: 0;
    width: 25%;
    position: relative;
}

.cf_bc {
    overflow: hidden;
}

.cf_bc .divdgweb_new_div_item_a {
    font-size: 24px;
    color: #fff;
    position: absolute;
    width: 88%;
    height: 88%;
    background: rgba(0,78,145,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6.5%;
    left: 6.5%;
    transform: scale(0);
    transition: all .5s;
}

.cf_bc .divdgweb_new_div_item:hover .divdgweb_new_div_item_a {
    transform: scale(1);
}
.cf_bc button{display:none!important;}


/*客户见证*/
.goy_tit p:before{position: absolute;content: "";width: 5px;height: 31px;background: linear-gradient(to right,#009933,#01a236);top: 8px;left: 0;}
.goy_tit p {
    color: #fff;
    font-size: 42px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0rem !important;
}
.goy_tit b {
    font-weight: normal;
    font-size: 18px;
    color: #999;
    padding-left: 15px;
padding-top: 11px;
    display: block;
}
.jz_tit b{color: rgba(255,255,255,.26);}
.suc_bc{background: url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230904/20230904162501_1132074064.jpg) center no-repeat;padding: 80px 0;}
.jz_tit p{color: #fff;}
.jz_tit b{color: rgba(255,255,255,.26);}
.yiy_img{height:574px;margin-top:35px;overflow:hidden;position:relative;}
.yiy_img .divdgweb_new_div_item_title a{display:block;font-size:18px;position:relative;font-weight:bold;color:#333;text-align: center;}
.yiy_img .divdgweb_new_div_item_body{height: 88px;color:#666;font-size:14px;line-height: 24px;padding:8px 0 0;overflow:hidden;}
.yiy_img .tempWrap,.yiy_img .divdgweb_new_div{overflow:inherit !important;}
.yiy_img .divdgweb_new_div{display:flex;padding-top:15px!important;position:absolute;top:0;left:0;}
.yiy_img .divdgweb_new_div_item {display: flex;flex-direction: column-reverse;width: 421px;background: #fff;margin-right:12px;transition:all .5s;overflow:hidden;}
.yiy_img .divdgweb_new_div_item:hover{transform: translateY(-10px);}
.yiy_img .divdgweb_new_div_item .news_div_item_pic,.yiy_img .divdgweb_new_div_item .news_div_item_pic img{width:100%;}
.yiy_img .divdgweb_new_div_item .news_div_item_pic a{display:block;position: relative;}
.yiy_img .divdgweb_new_div_item .news_div_item_pic a:after {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.4);top: 0;left: 0;transition:all .5s;}
.yiy_img .divdgweb_new_div_item:hover .news_div_item_pic a:after{opacity: 0;}
.yiy_img .divdgweb_new_div_item img {width: 100%;height:auto;}
.yiy_img .divdgweb_new_div_item_content{position: relative;padding:23px 32px 97px 32px;transition:all .5s;height:244px;}
.yiy_img .divdgweb_new_div_item_title a:after {position: absolute;content: '查看详情';width: 120px;height: 34px;border-radius: 17px;background: #333;font-size: 14px;color: #fff;bottom: -152px;left: 50%;margin-left: -58px;font-family: "Microsoft YaHei";text-align: center;line-height: 34px;transition: all .3s;}

.yy_cate table tr.on{background: #e59f62;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:after{background: linear-gradient(to right,#009933,#01a236);}
.yiy_img .divdgweb_new_div_item_content:before {position: absolute;content: "";width: 0;height: 0;border-left: 215px solid transparent;border-right: 215px solid transparent;border-top: 290px solid transparent; top: -340px;left: 50%;margin-left:-215px;z-index: 99;opacity: 0;transition:all .5s;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{    background: linear-gradient(to right,#009933,#02a839);}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content:before{opacity: 1;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content .divdgweb_new_div_item_body,.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content .divdgweb_new_div_item_title a{color:#fff;}
.suc_btn ul {display: flex;justify-content: center;margin-top:27px;}

.suc_btn ul li {font-size: 0;height: 10px;width: 10px;border-radius: 100%;background: #fff;margin-right: 8px;}
.suc_btn ul li.on{background:#03aa3a;}

/*news*/
.new_tit{display: flex;align-items: center;justify-content: space-between;}
.new_tit>b{font-weight: normal;font-size: 36px;color: #333;}
.new_tit>ul{display: flex;}
.new_tit>ul>li{width: 160px;height: 55px;border-radius: 30px;background: #fff;}
.new_tit>ul>li.on{background: #009933;}
.new_tit>ul>li.on>a{color: #fff;}
.new_tit>ul>li>a{font-size: 18px;color: #333;display: block;text-align: center;line-height: 55px;}
.new_ic{margin-top: 50px;transition: all .5s;display: flex;}
.new_item .news_div_item:nth-child(-n+2) .news_div_item_date {display: flex;font-size: 14px;color: #666;position: absolute;top: 50px;right: 40.1%;}
.new_item .news_div {display: flex;flex-wrap: wrap;justify-content: space-between;}
.new_item .news_div_item {width: 49.2%;position: relative;display: flex;flex-direction: row-reverse;}
.new_item .news_div_item .news_div_item_a {font-size: 18px;color: #333;}
.new_item .news_div_item:nth-child(-n+2) .news_div_item_body {font-size: 15px;line-height: 24px;color: #666;margin-top: 43px;}
.new_item .news_div_item:nth-child(-n+2) .news_div_item_content {padding-left: 24px;padding-top: 24px;width: 54%;}
.new_item .news_div_item:nth-child(-n+2) .news_div_item_pic a {position: relative;}
.new_item .news_div_item:nth-child(-n+2) .news_div_item_pic a:after {position: absolute;content: "查看更多+";width: 100px;height: 40px;line-height: 40px;text-align: center;background: #009933;color: #fff;border-radius: 20px;bottom: 26px;right: -124px;}
.new_item .news_div_item:nth-child(-n+2)  .news_div_item_pic {width: 46%;}
.new_item .news_div_item:nth-child(n+3) .news_div_item_pic {display: none;}
.new_item .news_div_item:nth-child(n+3)  .news_div_item_body {font-size: 14px;color: #666;line-height: 25px;margin-top: 10px;}
.new_item .news_div_item:nth-child(n+3) {display: flex;flex-direction: row;padding: 20px 60px 20px 34px;border: 1px solid #eee;margin-top: 24px;justify-content: space-between;}
.new_item .news_div_item:nth-child(n+3) .news_div_item_date {display: flex;position: relative;color: #333;font-size: 18px;align-items: center;padding-top: 52px;width: 14%;justify-content: center;}
.new_item .news_div_item:nth-child(n+3) .news_div_item_date .news_div_item_day {position: absolute;top: 5px;left: 50%;color: #333;font-size: 36px;font-weight: bold;margin-left: -22px;}
.new_item .news_div_item:nth-child(n+3) .news_div_item_content {width: 76%;}
.new_item .news_div_item:nth-child(n+3) .news_div_item_date:after {position: absolute;content: "";width: 1px;height: 100%;background: #eee;top: 1px;right: -29px;}
.new_item .news_div_item:nth-child(n+3) .news_div_item_date .news_div_item_month {position: relative;}
.new_item .news_div_item:nth-child(n+3) .news_div_item_date .news_div_item_month:after {position: absolute;content: "";width: 10px;height: 10px;background: #fff;top: 5px;left: 22px;}
.new_item .news_div_item:hover .news_div_item_a {color: #009933;}
.new_item .news_div_item:nth-child(n+3):hover .news_div_item_date {color: #009933;}
.new_item .news_div_item:nth-child(n+3):hover .news_div_item_date .news_div_item_day {color: #009933;}
.new_item {flex-shrink: 0;width: 100%;}
.new_c {overflow: hidden;padding: 70px 0;}

/*copy*/
.cop_bc{background: url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230904/20230904114958_1652602779.jpg) no-repeat center;color: #fff;padding: 60px 0;}
.cop_c{display: flex;justify-content: space-between;align-items: center;}
.cop_wz>b{font-size: 30px;margin-bottom: 18px;display: block;color: #fff;}
.cop_wz>p{font-size: 22px;color: #fff;line-height: 28px;}
.cop_wz>span{font-size: 18px;color: #fff;line-height: 48px;}
a.cop_btn{display: block;border: 1px solid #fff;color: #fff;font-size: 16px;padding: 10px 25px;}
.foot .ftnav dl dd a {display: block;color: #898989;line-height: 200%;font-size: 14px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.foot .ftnav dl dt, .ftcontact dl dt {font-size: 18px;color: #d4d4d4;margin-bottom: 15px;margin-top: 18px;}
.foot .ftnav {display: flex;justify-content: space-between;width: 56%;}
.ftcontact dl dt.t2 {font-size: 30px;font-weight: bold;color: #fff; font-family: din;}
.ftcontact dl dt.t2::after {content: " ";display: block;float: right;width: 37%;height: 1px;background-color: #535353;margin-top: 10px;margin-bottom: 15px;position: absolute;right: 0;}
.foot .ftcontact p {color: #898989;font-size: 14px;line-height: 38px;}
.foot .ftcontact a {color: #898989;}
.ftwap {max-width: 170px;min-width: 130px;text-align: center;font-size: 14px;color: #898989;margin-top: 15px;float: right;}
.foot_c {display: flex;justify-content: space-between;}

.foot {color: #8b8b8b;background: #292929;padding: 55px 0;overflow: hidden;position: relative;z-index: 2;}
.ftcontact {box-sizing: border-box;position: relative;width: 29%;text-align: right;}
.ftwap img {width: 100%;border-radius: 5px;margin-bottom: 10px;}
.ftcontact dd{margin-top: 9px;}
.foot .ftnav dl dd a:hover {color: #009933;text-decoration: underline;}
.copy_bg {background: #222;padding:20px 0;}
.copy_bg div {color: rgba(255,255,255,0.5); line-height: 30px;}
.copy_bg div a {color: rgba(255,255,255,0.5);}
.copy_b {display: flex;justify-content: space-between;align-items: center; padding:0px 0;}

/*link*/
.links{width:100%; overflow:hidden; padding:40px 0; border-top:1px rgba(255,255,255,0.1) solid;  line-height: 30px; background:#222;}
.linksW{ margin:0 auto;display: flex;justify-content: space-between;align-items: center;}
.links_l{ width:200px; background: url(//memberpic.114my.com.cn/dgrunlin11/uploadfile/image/20230904/20230904152228_265418113.png) left no-repeat; padding-left: 50px;}
.links_lm{font-size:17px; line-height:30px; color:#999; width:100px;}
.links_r{ width:93%; color:#999; padding-left: 0px;}
.links_r a{font-size:15px; color:#999;}

/*--serverBar--*/
.serverBar{display:none;position:fixed;z-index:999;top:30%;right:0;transform:translateY(-50%);}
.serverBar li{position:relative;margin-bottom:10px; line-height: 26px;}
.serverBar li a{display:block;padding:5px;width:60px;height:60px;text-align:center;color:#000 !important;background:#fff;border:#f0f0f0 solid 1px;}
.serverBar li a>i{display:block;font-size:22px;line-height:28px;}
.serverBar li a>span{display:block;font-size:14px;}
.serverBar li:hover a{color:#fff !important;background:#009933;border-color:rgba(255,255,255,0.1);}
.serverBar li .infos{display:none;position:absolute;right:60px;padding:10px;background:#fff;border:#f0f0f0 solid 1px;box-shadow:0 0 10px rgba(255,255,255,0.1);}
.serverBar li .tel{top:0;}
.serverBar li .tel dt{padding-bottom:6px;font-size:14px;color:#666;border-bottom:#f0f0f0 solid 1px;}
.serverBar li .tel dd{padding-top:6px;font-size:20px;font-family:"DIN Medium";color:#009933;white-space:nowrap;}
.serverBar li .QRcode{bottom:0;overflow:hidden;}
.serverBar li .QRcode .item1{overflow:hidden;}
.serverBar li .QRcode .item1 i{display:block;width:100px;}
.serverBar li .QRcode .item1 img{display:block;width:100%;}
.serverBar li .QRcode .item1 p{font-size:14px;color:#000;text-align:center;}
.serverBar li:hover .infos{display:block;}
@media(max-width:1200px){
.serverBar{display:none !important;}
}
/*--end serverBar--*/