/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}
i,em{font-style: normal;}
/*公共样式部分*/

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}
*{    box-sizing: border-box;}
#copy { display: none;}

a {color: #666; text-decoration: none;}
a:hover { color: #1c4297;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto;width: 1500px; }
.bg{ width: 100%; min-width: 1500px; position: relative;}
.box{margin: 0 auto;width: 90%;min-width: 1400px; max-width:1600px;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}
/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}
.top140 {padding-top: 140px;}
.top170 {padding-top: 170px;}
.toct{text-align: center;padding-top: 50px;}
.toct span{font-family: 'Arial';font-weight: bold;font-size: 56px;color: #eee;text-transform: uppercase;}
.toct p{font-size: 40px;color:#222;}
.toct d{font-weight: bold;}
.toct dd{color:#666;font-size: 16px;line-height: 40px;display: block;}

.box{width:80%;margin:0 auto;}


@font-face {
  font-family: 'iconfont';  /* Project id 4485554 */
  src: url('//at.alicdn.com/t/c/font_4485554_1066gci5tbgc.woff2?t=1711593587976') format('woff2'),
       url('//at.alicdn.com/t/c/font_4485554_1066gci5tbgc.woff?t=1711593587976') format('woff'),
       url('//at.alicdn.com/t/c/font_4485554_1066gci5tbgc.ttf?t=1711593587976') 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: 'syst';  /* Project id 4485554 */
  src: url('//memberpic.114my.com.cn/dgfxss/cssnew/syst.txt');
}




/*文字*/
.t{text-align: center;padding-bottom:40px;}
.t d{color:#194196;}
.t p{font-size:40px;color:#333;font-weight:bold;}
.t span{font-size:18px;color:#666;font-weight:lighter;margin: 5px 0 0px 0;display:block;}
.t dd{width:64px;height:4px;background:#194196;margin:15px auto 0;}




/*顶部*/
.head_bg{background:rgba(0,0,0,0.4);position: fixed;top: 0;z-index: 999;left: 0;}
.head{height: 100px;position: relative;}
.head_w{line-height:28px;font-size: 15px;color: #666;background: url(//memberpic.114my.com.cn/dgfxss/uploadfile/image/20240328/20240328153128_2017750764.png)no-repeat left 7px;padding-left: 20px;margin-top: 20px;}




/*栏目*/
.nav.menu{/* margin-top: 20px; */}
.nav>ul>div{display:flex;justify-content: space-between;width: calc((100% - 300px) / 2);align-items: center;}
.nav>ul>div>li{ float: left; display: block;position: relative;}
.nav>ul>div>li:nth-child(n+5){float: right !important;}
.nav>ul>div>li:nth-child(n+5)>a{margin-left:70px;margin-right:0px !important;}
.nav>ul>div>li>a{display: flex;color: #fff;font-size:16px;text-align: center;position: relative;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;}
.nav>ul>div>li>a p{position: relative;z-index: 2;font-size: 18px;line-height:18px;letter-spacing: 2px;font-family: "syst";}
.nav>ul>div>li>a:before{content:'';width:5px;height:5px;border-radius:50%;display:block;border:1px solid #eee;margin-top: -5px;margin-right: 5px;}
.nav>ul>div>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{content: '';width: 50px;height:2px;background:#009b4d;position:absolute;top:28px;left:7px;}
@media (max-width: 1400px){
.top{padding:0 4rem;}
.nav>ul>div>li>a{padding-left:1.6vw;} 
}

@media (max-width: 1400px){
.top{padding:0 3rem;}
.nav>ul>div>li>a{padding-left:1.4vw;}
}
/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:58%;top:52px; margin-left:-60px; text-align:center; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background:rgba(0,155,77,0.6); }

.nav ul li>ul a{width: 100%;height: 38px;line-height: 38px; display: block;color: #eee;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; }
.nav ul li>ul a+a{border-top:1px rgba(255,255,255,0.3) solid;}
.nav ul li>ul a:hover{text-indent: 10px;color: #fff;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.nav ul li>ul.nav2{width:220px; left:22%;}

.logo{margin:0 auto;background:#fff;z-index: 2;text-align: center;width: 130px !important;height: 130px;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: relative;/* top: -18px; */}
.NavCeshi{display:flex;justify-content: space-between;}
.logo img{width:70%;height:auto;}
.logo a{display: flex;justify-content: center;align-items: center;}
.nav_l,.nav_r{height:100px;}
.nav ul li span{font-size:24px;}


/*简介*/
.mod {width:100%;background: #f5f5f5;padding: 100px 0;position: relative;z-index: 99;}
.mod_box {width:1500px;margin: 0 auto;}
.mod_tab {background: #ffffff;margin-top: -200px;padding: 50px 0 50px 50px;position: relative;}
.mod_tab:after {content:'';width: 14%;height: 100%;background: #fff;position: absolute;right:-14%;top:0;}

.int_num {padding-top:10px; margin-bottom:100px;}
.int_num ul {width: 1400px;display: flex;justify-content: space-around;align-items: center;}
.int_num li {text-align: center;position: relative;}
.int_num li:after {content:'';width: 1px;height: 78px;background: #eee;position: absolute;right:-88px;top:12px;}
.int_num li:last-child:after {display: none;}
.int_num li span {position: relative;display: flex;}
.int_num li span i {font-size: 73px;color: #333;display: inline-block;position: relative;line-height: 80px;font-family: "DIN%20Medium";font-weight: bold;font-style: normal;}
.int_num li span em {font-size:14px;color: #fff;font-style: normal;width: 25px;height: 25px;border-radius:50%;background: #009b4d;display: block;line-height: 25px;margin-left: -15px;position: relative;}
.int_num li p {font-size: 16px;color: #999999;}



.about_box {max-width: 1500px;margin: 0 auto;}
.about_con {display: flex;justify-content: space-between;align-items: center;}
.about_pic {width: 40%;border-radius: 10px;overflow: hidden;position: relative;z-index: 5;padding: 0 1% 0 0;}
.about_pic:before {content:'';width:100%;height: 80%;background: #017d03;position: absolute;z-index: -1;top: 0;bottom: 0;margin: auto;border-radius: 10px;}
.about_pic i {overflow: hidden;}
.about_pic i img {width: 100%;height: auto;border-radius: 10px;}
.about_txt {display: flex;flex-direction: column;width: 50%;}
.about_txt i {font-size: 50px;font-family: Arial;color: #222;}
.about_txt>p {display: flex;flex-direction: column;padding: 2% 0 0;font-size: 32px;}
.about_txt p span {font-size: 16px;padding: 8% 0 0;font-weight: lighter;line-height: 30px;}
.about_txt ul {display: flex;margin: 6% 0 0;}
.about_txt li {display: flex;flex-direction: column;align-items: center;width: 130px;height: 130px;background: #fff;border: 1px solid #eee;border-radius: 10px;justify-content: center;position: relative;z-index: 5;overflow: hidden;}
.about_txt li:before {content:'';width:100%;height:0;background: #017d03;position: absolute;bottom: 0;left: 0;z-index: -1;transition: 0.5s;}
.about_txt li:hover:before {height:100%;}
.about_txt li+li {margin: 0 0 0 16px;}
.about_txt li i {font-size: 40px;color: #017d03;}
.about_txt li:hover i {color:#fff;}
.about_txt li:hover {color:#fff;}
.about_txt li p {font-size: 16px;padding: 12% 0 0;} 




/*ser*/
.ser {padding: 4% 1%;overflow: hidden;position: relative;}
.ser:before {content:'';background: url(//memberpic.114my.com.cn/dgfxss/uploadfile/image/20240328/20240328153128_1493141214.jpg) no-repeat left;position:absolute;left:0;top: 21%;width: 30%;height: 100%;z-index: -1;}
.ser:after {content:'';width: 55%;height:100%;position:absolute;right: 0;top: 35.5%;background: #fff;z-index: -1;}
.ser_box {max-width: 1500px;margin: 0 auto;}
.ser_con {display: flex;justify-content: space-between;}
.ser_pic {width: 43.143%;overflow: hidden;margin-top: 10px;}
.ser_img{display: flex;transition: 0.5s;}
.ser_pic i {display:block;width: 100%;transition: ease .3s;flex-shrink: 0;}
.ser_pic i img {width:100%;height: auto;}
.ser_txt {width: 49%;position:relative;z-index: 5;}
.ser_txt:before {content:'';width: 105%;height: 54%;background:#fff;position:absolute;left: -39px;top: 86px;z-index: -1;}
.ser_tit {display: flex;flex-direction: column;align-items:  flex-end;position:relative;}
.ser_tit:after {content:'';width: 65%;height:1px;background:#333;position:absolute;top: 76px;left: 71%;}
.ser_tit b {font-size: 60px;color: #eee;font-family: Arial;text-transform:  uppercase;font-weight:  1000;line-height: 60px;}
.ser_tit p {font-size: 24px;line-height:  24px;padding-top: 36px;}
.ser_tab {overflow: hidden;margin-top: 40px;}
.ser_roll {display: flex;transition: 0.5s;}
.ser_big {width: 100%;flex-shrink: 0;padding: 40px 0px 40px 65px;}
.ser_wor {}
.ser_wor p {font-size: 36px;line-height: 36px;color: #1b9703;display:  flex;align-items:  center;border-bottom: 1px solid #ddd;padding-bottom: 30px;}
.ser_wor p i {font-size: 28px;font-family: Arial;line-height: 35px;width: 47px;height: 47px;background: #1b9703;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: #fff;position: relative;margin-right: 28px;}
.ser_wor p i:after {content:'';width: 65px;height: 65px;background: rgba(27, 151, 3, 0.2);position: absolute;top: -9px;left: -9px;border-radius: 50%;}
.ser_wor em {display: flex;margin-top: 36px;position:relative;}
.ser_wor em:after {content:'';width: 8px;height: 8px;border-radius:50%;position:absolute;top: 9px;left: -40px;border: 1px solid #ddd;}
.ser_wor em:last-child {margin-top: 16px;}
.ser_wor em b {font-size:  18px;white-space:  nowrap;padding: 0.5% 0 0;}
.ser_wor em span {font-size:  16px;color:  #999;font-weight:  lighter;line-height: 28px;}
.ser_call {margin-top: 90px;margin-left: -63px;}
.ser_call ul {display: flex;justify-content: space-between;}
.ser_call li { background: #fff; width: 24%; padding: 10px; display: flex; flex-direction: column; align-items: center;}
.ser_call li:hover img {transform:scale(1.1);}
.ser_call li br {display:none;}
.ser_call li>a {overflow:hidden;}
.ser_call li a img {width: 100%;height: auto;transition:0.5s;}
.ser_call li span {padding-top: 5px;}
.ser_call li span a { font-size: 15px; font-weight: lighter;}
.ser_but {display:  flex;justify-content: flex-end;}
.ser_but ul {display: flex;justify-content: space-between;width: 50px;margin-top: 30px;}
.ser_but li {width: 15px;height: 15px;border:1px solid #11b542;border-radius: 50%;position: relative;}
.ser_but li:after {content:'';width:9px;height: 9px;background: #11b542;position: absolute;top:2px;left: 2px;border-radius: 50%;opacity: 0;}
.ser_but li.on:after {opacity: 1;}



.strength_right {
  width:100%;

  transition: ease .3s;
    flex-shrink: 0;
}

.strength_right_box {
  width: 64%;
  float: right;
  margin-top: 80px;
  position: relative;
}

.strength_right h1 {
  font-size: 42px;
  color: #333;
  position: relative;
  letter-spacing: 2px;
  line-height: 62px;
}

.strength_right i::before {
  content: "";
  width: 44px;
  height: 10px;
  display: block;
  background: #ccc;
  margin-right: 10px;
}

.strength_right h1 i {
  position: absolute;
  top: calc(100% + 7px);
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 0;
  display: flex;
  align-items: center;
}

.strength_right h1 span {
  color: #009b4d;
}

.strength_right p {
  font-size: 22px;
  color: #333;
  margin-top: 50px;
  line-height: 32px;
}

.case_call {transition: 0.5s;width: 100%;flex-shrink: 0; flex-shrink: 0;margin-top: 5%;}


.case_call .new_web_div2021 {display: flex; justify-content: space-between;flex-direction: column;}
.case_call .new_web_div2021 ul {width: 32.6%;display: flex;margin-top: 1%;}
.case_call .new_web_div2021 li+li{margin-left:3%;}
.case_call .new_web_div2021 li {width: 100%; position: relative;overflow: hidden;border-radius: 10px;flex-shrink: 0;}

.case_call .new_web_div2021 li  img {width: 100%;height: auto;border-radius: 10px;transition: all 0.2s;}
.case_call .new_web_div2021 li  img:hover{transform: scale(1.1);transition: all 0.2s;border-radius: 10px;}
.case_call .new_web_div2021 li  p  {    position: absolute;bottom: 0;left: 0;width: 100%; height: 25%;background:linear-gradient(rgba(255,255,255,0.01),rgba(0,0,0,1));   border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; display: flex; align-items: center; justify-content: center;}
.case_call .new_web_div2021 li  p a {font-size: 15px; line-height: 24px;font-weight: lighter; color: #fff;}

.strength_right_list {
  margin-top: 60px;
}




.case_call .progdwz2021 {display: flex; justify-content: space-between;flex-direction: column;}
.case_call .progdwz2021 ul {width: 32.6%;display: flex;margin-top: 1%;}
.case_call .progdwz2021 li+li{margin-left:3%;}
.case_call .progdwz2021 li {width: 100%; position: relative;overflow: hidden;border-radius: 10px;flex-shrink: 0;}

.case_call .progdwz2021 li  img {width: 100%;height: auto;border-radius: 10px;transition: all 0.2s;}
.case_call .progdwz2021 li  img:hover{transform: scale(1.1);transition: all 0.2s;border-radius: 10px;}
.case_call .progdwz2021 li  span  {    position: absolute;bottom: 0;left: 0;width: 100%; height: 25%;background:linear-gradient(rgba(255,255,255,0.01),rgba(0,0,0,1));   border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; display: flex; align-items: center; justify-content: center;}
.case_call .progdwz2021 li  span a {font-size: 15px; line-height: 24px;font-weight: lighter; color: #fff;}


/*case*/
.cas_ic .divdgweb_new_div{display:flex;transition:all .5s;}
img.news_div_item_image{width:100%;border:1px solid #eee;}
.cas_ic .divdgweb_new_div_item{display:flex;margin-right:2%;padding-bottom:50px;width: calc(96% / 3);border-bottom:1px solid #ddd;flex-shrink:0;flex-direction:column-reverse;}
.cas_ic{overflow:hidden;}
.cas_ic .divdgweb_new_div_item_a{position:relative;display:block;margin:34px 0;font-size:18px;}
.cas_ic .divdgweb_new_div_item_a:after{position:absolute;top:48px;left:0;color:#666;content:"More";font-size:12px;transition:.5s;}
.cas_ic .divdgweb_new_div_item_a:before{position:absolute;top:48px;left:46px;width:18px;height:18px;border-radius:100%;background:#999;color:#fff;content:"\e63a";text-align:center;font-size:12px;font-family:iconfont;line-height:18px;transition:.5s;}
.cas_ic .divdgweb_new_div_item_body{overflow:hidden;height:14px;color:#666;font-size:13px;opacity:0;transition:.5s;}
.cas_bc{padding:80px 0;}
.cas_ic .divdgweb_new_div_item.on{width:40%;}
.cas_btn{position:absolute;top:0;left:42.5%;z-index:99;display:flex;}
.cas_btn span{display:inline-block;width:60px;height:60px;border:1px solid #333;background:#333;color:#fff;text-align:center;font-size:23px;line-height:60px;}
.cas_btn span+span{background:#fff;color:#333;}
.cas_btn .cas_prev{transform:rotate(180deg);}
.cas_c{position:relative;}
.cas_wz{display:flex;align-items:center;margin-bottom: 40px;}
.cas_lw>i{color:#999;text-transform:uppercase;}
.cas_lw p{display:flex;margin-top:8px;color: #222;}
.cas_lw p em{padding-top:6px;border-top:1px solid #eee;color:#666;font-size:32px;}
.cas_lw p b{margin-left:10px;font-size:40px;}
.cas_wz>a{width: 60px;height: 60px;border:1px solid #ddd;border-radius:100%;color:#ddd;text-align:center;font-size: 20px;line-height: 60px;margin-left: 100px;}
.cas_ic .divdgweb_new_div_item.on .divdgweb_new_div_item_body{opacity:1;}
.cas_ic .divdgweb_new_div_item.on .divdgweb_new_div_item_a:before{top:0;right:3%;left:auto;}
.cas_ic .divdgweb_new_div_item.on .divdgweb_new_div_item_a:after{top:0;right:8.5%;left:auto;}






#partner_bg{width: 100%;height: 220px;overflow: hidden; background: url(//memberpic.114my.com.cn/dgfxss/uploadfile/image/20180717/20180717174711_1776966075.jpg) top center no-repeat; margin-top: 30px;}
.partner_bg { width:1500px; height:auto ; margin:0 auto; padding-top: 40px;} 
#part_t{ float: right; margin-right: 6px;}

#part_t .on{background:#ea121d;}
#part_t .out{background: #ea121d;}
#part_t .on:after,#part_t .on:before,#part_t .on after,#part_t .on before{border-color:#ea121d; }
#part_t .out:after,#part_t .out:before,#part_t .out after,#part_t .out before{border-color:#252525;}

.part_l{ font-size:25px; color: #fff; padding-top: 46px; line-height: 30px;}
.part_l p{ font-family: "arial";  font-size: 15px; text-transform: uppercase;} 
  
.tabcon{margin-top:10px;}
 .company_img {position: relative; }
.company_list { height: 46px; position: relative; width: 100%; }
.company_list:after { content: ''; display: block; width: 850px; height: 1px; background: #ddd; right: 0px; position: absolute; top: 22px; }
.company_list li { float: left; margin-right: 35px; }
.company_list li a { display: block; font-size: 16px; color: #fff; background: #333; line-height: 46px; padding: 0 20px; position: relative;  -webkit-transition: 0.3s all ease-in-out;  transition: 0.3s all ease-in-out; }
.company_list li a:after{ content: ''; border-bottom: 46px solid #333; border-right: 25px solid transparent; position: absolute; bottom: 0; right: -25px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.company_list li.comp_l2 a:before{ content: ''; border-top: 46px solid #333; border-left: 25px solid transparent; position: absolute; bottom: 0; left: -25px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.company_list li.comp_l1 a { padding:0 25px; }

.company_list li.cur a{background: #d6000f}
.company_list li.cur a:after{ border-bottom: 46px solid #d6000f; border-right: 25px solid transparent; }
.company_list li.cur a:before{ border-top: 46px solid #d6000f; border-left: 25px solid transparent; }
 .photo_cont{padding:20px 0; }
 .photo_cont > div{position: relative;}
 .photo_cont .cont_p2{display: none;}
 .photo_cont .cont_p3{display: none;}
 .comp_ibtn { width: 50px; height: 50px; background: #252525 url(//memberpic.114my.com.cn/dgwhzdh/uploadfile/image/20180623/20180623181229_1590461487.png) no-repeat; display: block; position: absolute; top: 38px; cursor: pointer;  -webkit-transition: 0.3s all ease-in-out;  transition: 0.3s all ease-in-out;}
 .comp_ibtnl:after{ content: ''; border-bottom: 50px solid #252525; border-right: 13px solid transparent; position: absolute; bottom: 0; right: -13px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnl:hover:after{border-bottom: 50px solid #ea121d; border-right: 13px solid transparent; }
 .comp_ibtnr:after{ content: ''; border-bottom: 50px solid #252525; border-left: 13px solid transparent; position: absolute; bottom: 0; left: -13px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnr:hover:after{border-bottom: 50px solid #ea121d; border-left: 13px solid transparent;}
 .comp_ibtnl:before{ content: ''; border-top: 10px solid #101010; border-left: 25px solid transparent; position: absolute; bottom: -10px; left: 0; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnr:before{ content: ''; border-top: 10px solid #101010; border-right: 25px solid transparent; position: absolute; bottom: -10px; right: 0; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnl:hover:before{border-top: 10px solid #ea121d; border-left: 25px solid transparent;}
 .comp_ibtnr:hover:before{border-top: 10px solid #ea121d; border-right: 25px solid transparent}
 .comp_ibtnl{ left: -25px; background-position: left center; }
 .comp_ibtnr{ right: -6px; background-position: right center}
 .comp_ibtn:hover{ background-color: #ea121d; }
.company_img_cont table { display: block; width: 100%; }
.company_img_cont td { display: block; float: left; padding: 0 !important; position: relative; margin-right: 19px; }
.company_img_cont td a img { display: block; width: 100%; height: auto; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out }
.company_img_cont td > a { display: block;overflow:hidden; border: 1px solid #ccc; }
.cont_p1 .company_img_cont td { width: 245px; }
.company_img_cont td br{display:none;}
.cont_p2 .company_img_cont td { width: 245px; margin-right: 19px}
 .cont_p2 .comp_ibtn{ top: 38px; }
.company_img_cont table > tbody > tr > td > div { padding: 0 !important; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; width: 100%; position: relative; top: 0; background: none; }
.company_img_cont table > tbody > tr > td > div > a { font-size: 14px; color:rgba(255,255,255,0); line-height: 35px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
#company_img_cont table > tbody > tr > td:hover > div { width: 90%; margin: 0 auto; background: #ea121d; top: -20px; }
#company_img_cont table > tbody > tr > td:hover > div > a { color: #fff; font-size: 16px; }
#company_img_cont1 table > tbody > tr > td:hover > div { width: 90%; margin: 0 auto; background: #ea121d; top: -20px; }
#company_img_cont1 table > tbody > tr > td:hover > div > a { color: #fff; font-size: 16px; }

/*优势*/
.adv{position: relative;padding-bottom:100px;}
.adv{}
.adv_t{margin-bottom: 20px;}
.adv_wt{width: 420px;float: left;}
.adv_hr{border: 1px #f5f5f5 solid;width: 420px;height: 1px;margin-top: 10px;}
.adv_num{font-size: 50px;font-family: 'Times New Romen';color:#009b4d;float: left;padding-right: 20px;}
.adv_tw{padding-top: 10px;}
.adv_tw p{font-size: 26px !important;color: #333 !important;line-height:30px;}
.adv_tw span{font-size: 14px;font-family: '微软雅黑';color: #999;display: block;padding-top: 5px;}
.adv li{width: 420px;float: left;position: relative;}
.adv_w{margin-top: 10px;}
.adv_w p{font-size: 15px;color: #666;line-height: 30px;}
.adv li:nth-child(2n){float: right;}
.adv li:nth-child(n+3){padding-top: 90px;}
.adv_img{position: absolute;margin: 0 auto;left: 0;right: 0;width: 555px;height:555px;top: 220px;border: 1px #eee solid;border-radius: 50%;}
.adv_img::before{content: '';position: absolute;border: 1px #eee solid;width: 570px;height:570px;border-radius: 50%;top:-9px;left: -9px;}
.adv_img img{display: block;margin: 3px auto;border-radius: 100%;}



/*新闻*/
.news_bg{background:#f8f8f8;}
.news_top{width:551px;margin:0px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span,.news_wz span a{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{float:left;background: #fff; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; color:#666;display: block;}
.news_tab li.on{color:#fff; background:linear-gradient(-90deg, #009b4d, #01bd5e);box-shadow:0px 0px 10px rgba(230, 0, 18, 0.3);width: 171px; height: 42px; line-height: 42px;}
.news_tab li.on a{color:#fff !important;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;transform: rotate(-90deg);}
.news_a .sNext{left: 5px;transform: rotate(90deg);}
.news_a i:hover{color:#1c4297;}
.news_list{height:28vw; min-height:500px !important;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:100%;transition:0.5s; padding: 20px; border: 1px #eee solid;box-sizing: border-box;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:54%;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/dgfxss/uploadfile/image/20240328/20240328153128_1481040925.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:60%;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 130px;height: 33px;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/dgfxss/uploadfile/image/20240328/20240328153128_2027275913.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.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;}

.news_list .news_div_item:hover .news_div_item_a{color: #ee7635;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #f8f8f8;transition:0.5s;padding-left:40px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;transition:0.5s;}



.head_bgx{width:100%;height:10px;cursor: pointer;background:#4b4b4b;}
.head_bgx span {display:block;width:100%;height:10px;background-color: #009b4d;animation: span_i1 2.5s infinite;float:right;}
@keyframes span_i1{
        0%{ width:0%; background-color:#009b4d}
        25%{ width:100%; background-color:#009b4d}
        100%{ width:0%; background-color:#009b4d}
        }



/*copy*/
.copy {width: 100%;background: #222222;    padding: 10px 0 0px;overflow: hidden;}
.copy_box1 {width:1500px;margin: 0 auto;}
/*友情链接*/
.links_bj{position:relative;height: 80px;line-height: 80px;overflow: hidden;}
.links_zbt{width:130px;font-size:16px;color:#fff;display: flex;align-items: center;}
.links_zbt img{margin-right:15px;margin-top: -5px;}
.links_lj{width:1200px;font-size:14px;color:#fff;margin-left:20px; opacity: 0.5;}
.links_tb{width:auto;height:92px;}
.linkTagcs li a{font-size:15px;line-height:80px;color:#fff !important;opacity: 0.5;}
.link_more {float: right;}
.link_more a {font-size: 14px;color: #999999;}
.copy_tab {border-top: 1px solid #313131;padding: 80px 0;overflow: hidden;}
.copy_tabr {border-top:none;padding: 80px 0;overflow: hidden;}
.copy_con {}
.copy_con>ul {}
.copy_con>ul>li {float:left;text-align: left;padding: 0 80px;position: relative;transition:0.5s;}
.copy_con>ul>li p {font-size: 18px;color: #ffffff;margin-bottom: 20px;}
.copy_con>ul>li p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_con>ul>li a {font-size: 14px;color: #999999;display: inherit;line-height: 30px;transition: all 0.3s linear;}
.copy_con>ul>li a:hover {color: #ffffff;transition: all 0.3s linear;}
.copy_con>ul>li:before {content: '';width:1px;height: 25px;background: #009b4d;position: absolute;left:1px;top:0;z-index: 1;transition:0.5s;}
.copy_con>ul>li:after {content: '';width:1px;height: 215px;background: #383838;position: absolute;left:1px;top:0;transition:0.5s;}
.copy_r {float: right;}
.copy_r p {font-size: 18px;color: #ffffff;}
.copy_r p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_r ul {display: flex;width:280px;justify-content: space-between;padding-top: 20px;}
.copy_r li i {display: inline-block;width: 120px;height: 120px;background: #ffffff;margin-bottom: 12px;}
.copy_r li {font-size: 14px;color: #ffffff;text-align: center;width: 130px;}
.copy_r li img{width: 120px; height:120px;}
.copy_namea {width:100%; padding:20px 0px; background: #000;}
.copy_name {width:1500px;display: flex;justify-content: space-between; background: #000; margin: 0 auto;}
.copy_name span {font-size: 14px;color: #999999;line-height: 28px;display: inherit;}
.copy_name span a {color: #999999;transition: all 0.3s linear;}
.copy_name span a:hover  {color:#ffffff;transition: all 0.3s linear;}
.copy_con li:hover:before {height:100%;transition:0.5s;}