<style>
.ly_xq p{line-height:2;font-size:17px;color: #666;}
.ly_xq span{font-size:20px; font-weight:bold;padding-top: 20px;
    display: block;color: #333;}
.en_product_cat_table table{
    width: 23% !important;
    transition: all .5s ease;
    position: relative;
    margin: 0 1% 2% 1%;
    padding: 15px;
    box-shadow: 0px 0px 10px #eee;
}
.en_product_cat_table table img{border:none !important;}

.pro_all_class>a:hover {
    background: #3a97bc !important;
}
.pro_all_class{width: 100% !important;border: none !important;font-size: 0;text-align:center !important;height: 260px !important;}
.pro_all_class>a {font-size: 18px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0px;
    text-align: center !important;
    font-weight: 100;
    width: 14.1%;
    
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0px;color:#fff;}
.pro_all_class>a font{display:none;}
.pro_all_class>a.pro_cur, .pro_all_class .pro_on{height:50px;font-weight:normal;}
.pro_cur strong{line-height:50px;font-weight:normal;}
.pro_ewm_m:nth-child(2) img{width: 98%;background: #fff;
    padding: 6%;}
.pro_all_class>a:nth-child(1){display: none;}
/*banner*/
.bann{overflow:hidden;}
.ban_bc .slider {width:100%;}
.ban_bc .slick-slide img{width:100%;}
.ban_bc .slick-current{height:auto; -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;}
.ban_bc .slick-current img {width:100%;}
.ban_bc .slick-prev {left:38px;z-index:99;}
.ban_bc .slick-next {right:40px;}
.bann>button{display:none!important;}
.ban_bc{width:100%;position:relative;}
.ban_bc .slick-dotted.slick-slider{margin-bottom:0!important;}
.bann_num>span{font-size:30px;color:#fff;display:block;z-index:9;cursor:pointer;width:60px;height:90px;background:rgba(0,0,0,0.5);text-align:center;line-height:90px;}
.bann_num>.ban_prev{position:absolute;top:52%;left:40px;transform:rotate(180deg);}
.bann_num>.ban_next{position:absolute;top:52%;right:40px;}
.ban_dot{position:absolute;bottom:7%;left:50%;display:flex;margin-left:-33px;z-index: 99;}
.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:#3a97bc;}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top; transform-origin: top;
  }
}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);  transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;   transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;  transform-origin: 50% 16%;
  }
  }

.content_image img {
    width: auto !important;
    height: auto !important;
}

/* ¹«¹²²¿·Ö */
.mod_tab {
    position: relative;
    margin-top: -0px;
    margin-bottom: 0px;
    z-index: 2;
}
.mod_tab_crumbs {}
.mod_tab_list {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}
.mod_tab_item {
    width: 33.33333%;
}
.mod_tab_item a{font-size: 18px;}
.mod_tab_item_cont {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    transition: color 0.36s;
    border-right: 1px solid #f8f8f8;
    position: relative;
font-weight:500;
}
.mod_tab_item:last-child {
    border: none
}
.mod_tab_item_cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    width: 0%;
    height: 3px;
    background-color: #3a97bc;
    transition: all 0.36s;
}
.mod_tab_item.active .mod_tab_item_cont {
    color: #3a97bc;
}
.mod_tab_item:last-child .mod_tab_item_cont {
    border-right: none;
}
.mod_tab_item.active .mod_tab_item_cont::after {
    width: 100%;
    transition: all 0.36s;
}
.mod_tab_item.actives .mod_tab_item_cont::after {
    width: 100%;
    transition: none;
}
.mod_tab_item:hover .mod_tab_item_cont::after {
    width: 100%;
}
.mod_tab_crumbs {
    position: absolute;
    width: 100%;
    bottom: calc(100% + 30px);
}
.mod_tab_crumbs .c_smnav1_a {
    opacity: 0.7;
    color: #fff;
}
.mod_tab_crumbs .c_smnav1_icon .iconfont {
    opacity: 0.7;
    color: #fff;
}
/*ÄÚÒ³×Ô¶¨Òå»ÃµÆÆ¬*/
.ban { z-index: 1;    padding: 0 1%;}
.ban:after {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); left: 0; text-align: ; top: 0;z-index: -1;}

#banner_news{width:100%; position: relative;background:url(http://login.114my.cn/memberpic/dgquanfu120472en/uploadfile/image/20250703/20250703184238_2132843088.jpg) top center no-repeat; height:31.25vw; background-size: cover;}
#banner_con{width:100%; position: relative; background:url(http://login.114my.cn/memberpic/dgquanfu120472en/uploadfile/image/20250703/20250703184238_435545545.jpg) top center no-repeat; height:31.25vw; background-size: cover;}
#banner_zs{width:100%; position: relative; background:url(http://login.114my.cn/memberpic/dgquanfu120472en/uploadfile/image/20250703/20250703184238_1884797394.jpeg) top center no-repeat; height:28.4vw;   background-size: cover;}
#banner_sj{width:100%; position: relative; background:url(http://login.114my.cn/memberpic/dgquanfu120472en/uploadfile/image/20250703/20250703184238_1565311629.jpg) top center no-repeat; height:500px;}
/*»ÃµÆÆ¬ÎÄ×Ö*/
.banner_tit{position: relative;top: 100px;text-align: center;margin: 0px auto;display: block; width: 300px; height: 300px;  background: rgba(255,255,255,0.4);border-radius: 50%; padding: 110px 30px;}
.banner_tit h3{font-size: 40px;color:#333;display: block;line-height: 48px; font-weight:400; letter-spacing: 2px; text-align: center;}
.banner_tit h6{font-size: 17px;font-weight:100;color: #333;margin-top: 20px;line-height: 30px;text-align: left; font-weight:100; letter-spacing: 0px; text-align: center;}

:root {
    --ncolor:#0058B1;
}


/*dh*/
.ban_page {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    bottom: -10%;
    left: 0;
    padding: 0 1%;
    width: 100%;
    right: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.banLeft{ float:left;    text-align: center;}
.banLeft .banLine{ width:50px; height:4px; background: #3a97bc;display:none;}
.banLeft h1{ color:#fff; font-size:3rem; line-height:1; font-weight:bold; padding:27px 0 15px 0; text-transform:capitalize;    font-family: Arial;}
.banLeft h2{ color:#fff; font-size:24px; line-height:1; padding:0 0 28px 0;    display: none;}

/*æµ¼ç*/
.strong_title{display:none;}
.nswsfenlei_2019{margin-bottom:30px;}
.nswsfenlei_2019 ul{font-size:0;}
.nswsfenlei_2019 li{display:inline-block;vertical-align:top;width:24%;height:52px;border:1px solid #e0e0e0;}
.nswsfenlei_2019 li+li{margin-left:12px;}
.nswsfenlei_2019 li:hover,.nswsfenlei_2019 li.curNewsType_2019{background:#3a97bc !important;border-color:#3a97bc !important;    }
.nswsfenlei_2019 li a{display:block;line-height:50px; font-size:17px; font-weight:100;}
.nswsfenlei_2019 li:hover a,.nswsfenlei_2019 li.curNewsType_2019 a{color:#fff;}


/*å¦*/
.pages_info{padding-top:0px !important;margin: 20px 5px 0px !important;}
.pages_box {font-size:14px; margin-top: 30px; margin-bottom: 30px;display: inline;}
.pages_box a{vertical-align: top;display: inline-block;padding: 0 10px;height: 26px;line-height: 24px;border: 1px solid #e5e5e5;text-align: center;margin: 0 2px;background: #fff;font-size: 14px !important;}
.pages_box .page_curr{border-color:#3a97bc;background:#3a97bc;color:#fff;}
.pages_box .page_curr:hover{color:#fff;}
.pages_box a:hover{color:#3a97bc;}
.total{border: 1px solid #e5e5e5 !important;; padding: 0 10px !important;}
.pages_box .page_total{border: 1px solid #e5e5e5 !important;padding: 0 10px !important;height: 26px;line-height: 25px;display: inline-block; background: #fff;}
.pages_box b{line-height: 26px;}

.cus_box{margin-bottom:30px;}

/*å¦å®*/
.dwtwo li{width:30.3% !important;margin: 0 1% 2% 1.7% !important; }
.dwtwo li .dw_pic img{height:338px !important;}
.ny_protil{background:#f7f7f7 !important;}
.nynews_time{background:rgba(25,142,62,80%) !important;}

.ny_prolist{border: 1px #eee solid; padding:0.5% !important; width: 23% !important;}
.ny_prolist:hover .ny_protil a {top: 0 !important;left: 0 !important;border-top: 1px solid #3a97bc !important;border-right: 1px solid #3a97bc !important;border-bottom: 1px solid transparent !important;border-left: 1px solid transparent !important;}
.ny_propic img {width: 100% !important;transition: all 0.5s !important;height: 100% !important;}
.propic_show_right .cpbz a{display:block; height:38px; width:100%; margin-top:40px;}
.ny_protil:before{background:#3a97bc !important;}

/**/
.big_x {width: 100%;}
.box_1 .txt_img { display: flex;}
.box_1 .txt_img span {width: 50px;height: 50px;  background:#3a97bc; display: flex;justify-content: center;align-items: center;}
.box_1 .txt_img p {height: 50px;line-height: 50px; font-size: 18px;font-weight: bold;background: #ddd;width: 96%;padding-left: 14px;}
.box_1 .txt_ps {margin: 20px 0;font-size: 16px;line-height: 30px;}
.box_1 .txt_ps p {line-height: 30px;font-size: 16px;text-align: left;}
.box_1 .txt_ps table { border: 1px solid #ddd;border-collapse: collapse;}
.box_1 .txt_ps td {line-height: 30px; font-size: 16px;}
.bo_img { text-align: center;}
.big_x img { display: flex;margin: 8px auto;}
.big_x .txt_img img {width: 32px;}

/*ç»æ¥*/
.pro_detail_rel_hd{height:52px;line-height: 42px;padding-left: 20px; margin-top:0px; background:#3a97bc;}
.pro_detail_rel_hd strong,.detail_title strong{font-size:16px;font-weight: bold;color:#fff;}
.pro_detail_rel_box{padding:0 20px 20px 20px !IMPORTANT;    margin-top: 50px !important; color:#fff;}
.pro_detail_rel_item{width: 100% !important;overflow: hidden;    padding: 15px 50px;}
.pro_detail_rel_item div{border: 1px solid #e0e0e0;width:419px ;height:380px ;    display: flex;flex-direction: column;}
.pro_detail_rel_item div img{width:401px ;height:300px ; border: 0px !important;}
.pro_detail_rel_item div+div{ margin-left:20px;}
.pro_detail_list{width:32% !important;border: 1px solid #dcdcdc;margin-top:20px;}
.pro_detail_list+.pro_detail_list{margin-left: 2%;}
.pro_detail_list img{width:100% !important;height:auto !important;}
.pro_detail_rel_item div a{line-height:42px;    font-size: 18px;}
.pro_detail_rel_item div br {display:none;}

/*å¦*/
#bodycon #center,#bodycon #left{float:none!important;height:auto!important;width: 100% !important;}
#bodycon #right,#right{display:none !important;}
#bodycontent {  width: 100% !important;min-width: 1200px;max-width: 1500px; height: auto !important;    margin: 0 auto;    float: none !important;}
#bodycon #center {    width: 100% !important; min-width: 1200px;max-width: 1500px;    margin: 0 auto;}
#bodycon {width: 100% !important;min-width: 1200px; padding-bottom:60px;    position: relative; z-index: 1 !important;}
#bodycon:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pro_show_ewm {display: flex;}
.pcontent_title_h4 {width:100% !important;}
#bodycon:first-child table {min-width: 1200px;}
#center>table {width: 100% !important;min-width: 1200px;}
#bodycontent>#bodycontent {width: 100% !important;}


/*å¦ç¼*/
.protemptwo ul {display: flex; flex-wrap: wrap;}
.protemptwo li {width: 23% !important;margin-left: 26px !important; margin-top:26px !important; margin: 0 1% 2% 1% !important;}
.protemptitl:before {background:#3a97bc !important;}
.protemptwo li{border: 1px #eee solid; box-shadow: none !important;}
.protemppic img {height: auto;}
.protemppic{border: none !important;}


/*å¦¹çå®*/
.propic_show_right_20170301 p {font-size: 16px; line-height: 30px; font-weight: lighter;}

/*å¦å¨´ç*/
.pro_show_ewm { display: flex; justify-content: space-between;align-items: center;width: 80%;}
.pro_ewm_left {display: flex;flex-direction: column; justify-content: space-between;}
.propic_show_con_box  {width:100%;padding: 3% 5%; height: auto;border: 1px #e5e5e5 solid;margin-top: 0%;}
.pro_ewm_m {width: 24.5%;    display: flex;flex-direction: column;justify-content: center;align-items: center;}
.pro_ewm_m img {width:100%;}
.pro_ewm_m span {}
.pro_ewm_left p {font-size: 18px;line-height: 24px;}
.pro_ewm_left b {    font-size: 23px;line-height: 30px;    font-family: Arial;}



/*è§ç¼å¨å®*/
.nylist li {width: 23% !important;}
.nylist-title:before {width: 100%;height: 0;content: '';background:#3a97bc;transition: 0.5s;position: absolute;bottom: 0;left: 0;z-index: -1;} 
.nylist li:hover .nylist-title:before { height: 100%;transition: 0.5s;}
.nylist-title {    position: relative;z-index: 5;}
.nylist li:hover .nylist-title {    color: #ffffff !important;}
.nylist-photo img{height: 100%;}

/*è§*/
.content_image img {width:  auto !important;height: auto !important;}
.nylist li .nylist_tit:before { background:#3a97bc !important;}

/*æµ*/
.in_new p {
    font-size: 15px;
    line-height: 32px;
}
.pro_detail_cppp {
    line-height: 30px;
}


/*è§ä½*/
.pz_SideLayer{ float: right; margin-top:103px;display:none; }
.pz_SideLayer .l1{ float:left; padding-left:1px; list-style: none;}
.pz_SideLayer .l1 a{ float:left; width:180px; background:#474747; color:#fff; font-size: 16px; line-height: 52px; text-align:center; }
.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 .hover{ background:#3a97bc;}
@media screen and (max-width:1429px){
    .pz_SideLayer{ float: right; margin-top:72px; }
.pz_SideLayer .l1{ padding-left:1px; }
.pz_SideLayer .l1 a{ width:154px;  font-size: 14px; line-height: 44px;  }
    }
@media screen and (max-width:1229px){
    .pz_SideLayer{ float: right; margin-top:53px; }
.pz_SideLayer .l1 a{ width:123px; line-height: 35px;  }
    }
@media screen and (max-width:991px){
    .pz_SideLayer{ display:none; }
    }


div#tianxieone,#bodycontent #tfour,#bodycontent #liuyanshenming {
    border-top: 1px solid !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
}

#center #bodycontent:nth-child(8)>a {

 
}




/**/
.protemp_title a {font-size: 21px !important; }
.protempone li:hover .protemp_title a { color: #019859 !important;    background-image:#3a97bc;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;}
.protempone li:hover .protemp_more a { background:#3a97bc !important;}
.protempone li {width: 48% !important;    padding: 2% !important;}
.protempwa {padding: 5% 0 0;}
.protemp_body {    margin-top: 28px !important;    font-size: 16px !important; color: #999; font-weight: lighter;}
.protemp_more a {    margin-top: 36px !important;}


.nyproduct-photo img {height: auto;}
.nyproduct li {border: 1px solid #eee;  padding: 15px;}
.nyproduct_image p {line-height: 65px !important;}
.nyproduct-title {color: #161883 !important;}
.nyproduct-more {background: #161883 !important;}

.nynews-list:hover .nynews-title {color:#3a97bc !important;}
.nynews-list:hover .nynews-more {background:#3a97bc !important;}
.nswsfenlei_2019 li:hover, .nswsfenlei_2019 li.curNewsType_2019{background:#3a97bc !important;}




/**/

.dwone li {width: 23% !important;}
.dwone li:hover .dwwa_more a {    background: #0884c4 !important;}
.dwone li:hover .dwwa_a a {color: #0884c4 !important;}
.dwone li img {height: auto;}

/**/
.nynewslist:hover {border: 3px solid #0884c4 !important;}
.nynewslist:hover .nynewslist_time {    background: url(http://login.114my.cn/memberpic/gdqljcom20379en/uploadfile/image/20250401/20250401141332_454480018.png) center 28px no-repeat #0884c4 !important;}

/**/
.Details_til {width: 100% !important;background: #f8f8f8 !important;padding-left: initial !important;}
.Details_til strong {     background: #0884c4;   line-height: 45px; display: inline-block;width: 12%;text-align: center;}

.tech1 {box-shadow: 0 0 20px #ddd;padding: 3%;    margin: 0 0 3% 0;}
.tech1_txt {}
.tech1_txt b {    font-size: 24px;}
.tech1_txt b span {}
.tech1_txt p {    font-size: 16px; padding: 1% 0 0; color: #666;}
.tech1_sub {    margin: 2% 0 0;}
.tech1_sub p {    display: flex;flex-direction: column;}
.tech1_sub p span {    font-size: 17px; line-height: 36px;font-weight: lighter;}
.tech1_sub em {font-size: 15px; line-height: 30px; padding: 1% 0 0; display: inline-block;}

.nei_news p {    line-height: 32px;}


/*å¦æµ*/
#center{height: auto  !important;     padding-bottom: 30px; }
.new_news_list_box{width:100% !important;}
.nynewsproject{position:relative;padding:25px;overflow: hidden;margin:50px auto !important;transition:0.6s;z-index:9; box-sizing: border-box;    display: flex;justify-content: center;}
.nynewsproject:hover{background:none;box-shadow: 0 0 15px rgba(0,0,0,0.6);transition:0.6s;}
.nynewsproject a{height:auto;}
.nynewsproject a:hover,.nynewsproject:hover .nynewstitil>a{color: #3a97bc;}
.nynews{width:100%; margin: 0 auto;width:1400px !important; }    
.nynewsproject{width:100% !important; height:auto; padding:3.2% 3%; margin: 50px auto; box-shadow: 0 0 1px #aaa;box-sizing:border-box; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.nynewsproject + .clear{display:none;}
.new_list_item{width:100% !important;}
.nynewsdate>div{display:inline-block;vertical-align:top;}
.nynewsdate{position: absolute; left: 3%;top: 36%;}
.nynewsday{font-size: 34px; line-height: 40px;display: block !important;}
.nynewsyear,.nynewsmonth{font-size: 16px; font-weight: bold;color:#999;}
.nynewsmonth+.nynewsmonth_1{display: none;}
.nynewsproject .nynewsimg{float: left; width:20%; height:auto !important; overflow: hidden;}
.nynewsproject .nynewsimg img{width: 100%;height:auto;transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;}
.nynewsproject .nynewscont{float: left; width:59%; padding-left:2%;text-align: left;}
.nynewsproject .nynewscont{padding-top:0;}
.nynewsproject .nynewstitil>a{ font-size: 20px; font-weight: bold; color: #222; line-height: 40px; padding-bottom:0.6vw;display: block;}
.nynewsnote{ font-size: 15px; line-height:30px; color: #666;}
.nynewsproject .more{float: right;width:60px; height: 60px; line-height:60px; margin-top:4%; font-size: 20px; color: #fff; font-family:serif; font-weight: bold; background: #e5e5e5; border-radius: 100%; text-align: center; transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;position: absolute; right: 60px;} 
.nynewsproject .more a{display:block;line-height:60px;}
.nynewsproject:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.nynewsproject:hover .nynewsimg img{transform: scale(1.05);  -webkit-transform: scale(1.05)}
.nynewsproject:hover .nynewscont>a{color:#3a97bc;}
.nynewsproject:hover .more{background: #3a97bc;transform: translateX(6px); -webkit-transform: translateX(6px);}
.nynewsproject:hover .more a{color:#fff;}
.xqnewstitle hr{display:none;}


.xw {padding-top: 20px;display: flex;flex-direction: column; align-items: center;max-width: 1500px;margin: 0 auto;box-shadow: 1px 0 30px 0px rgba(204,204,204,0.2); padding:5%;}
.xw strong {font-size: 16px;text-transform: uppercase;display: block;}
.xw p { font-size: 16px;line-height: 32px; color: #666;text-transform: capitalize;}
.xw p+p { padding-top: 10px;}
.column_content_prev {width: 1400px;margin: 0 auto;text-align: left;margin-bottom: 10px;}
.column_content_next {width: 1400px;margin: 0 auto;text-align: left;}



/*å¦è§*/
.dgweb_list_box .dgweb_list_text {
    width: 100% !important;
    position: relative;
    overflow: hidden;
    text-align: left;
line-height: 42px;
}
.dgweb_list_box .dgweb_list_item{ width:23% !important; overflow: hidden;padding: 0%;margin: 0 1% 2% 1%;border: 1px solid #eee;box-sizing: border-box;text-align: center;background: #fff;}
.dgweb_list_box .dgweb_list_item img,.dgweb_list_box .dgweb_list_item .dgweb_list_pic{ width:100%;transition: all linear 0.5s; height:auto !important;}
.dgweb_list_box .dgweb_list_item:hover img{transform: scale(1.1);}
.dgweb_list_box .dgweb_list_item .dgweb_list_pic{display:block;overflow:hidden;}
.dgweb_list_box .dgweb_list_item .dgweb_list_text:before{ width: 100%;height: 0; content: '';background: #3a97bc;transition: 0.5s; position: absolute; bottom: 0; left: 0; z-index: -1;}
.dgweb_list_box .dgweb_list_item .dgweb_list_text a {font-size:16px !important;line-height: 40px;width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;padding-top: 0px;}

.dgweb_list_box .dgweb_list_item .dgweb_list_text{ line-height: 60px; font-size: 16px; position: relative;    text-align: center; z-index: 5;}
.dgweb_list_box .dgweb_list_item:hover .dgweb_list_text{ color:#fff;}
.dgweb_list_box .dgweb_list_item:hover .dgweb_list_text:before { height: 100%;transition: 0.5s;}
.dgweb_list_box .dgweb_list_item:hover .dgweb_list_text:after {transform: rotate(180deg); top: 6px;right: 23px;}
.dgweb_list_box .dgweb_list_item .dgweb_list_text a{display:block;position:relative;z-index:3;}
.dgweb_list_box .dgweb_list_item .dgweb_list_text a:first-letter{text-transform:uppercase;}
.dgweb_list_box .dgweb_list_item:hover .dgweb_list_text a{color:#fff;}

.nylist-title {    position: relative;z-index: 5;}
.nylist li:hover .nylist-title {    color: #ffffff !important;}


/*mianbxContent*/
.mian_box{width:100%;height:62px; background-color: #fcfcfc; margin-bottom: 40px; font-size: 14px; font-weight:100;}
.mbx_navigation{width:1500px !important;text-align: left !important;height:62px !important;line-height: 62px !important;padding-left:5px;background: url(http://login.114my.cn/memberpic/dgquanfu120472en/uploadfile/image/20250703/20250703184855_942743581.png) left no-repeat; margin-top: 0px !important; margin-bottom:10px !important;font-size: 16px; font-weight:100; text-indent: 2.5em;  margin: 0 auto;}
.mbx_navigation , .mbx_navigation a {color:#666;font-size:14px !important;}
.strong_title{display:none;}
.centerHeadImage{display:none;border:0;}

/*äº§åè¯*/

.pro_return { }
.pro_main_box{ padding: 0 265px;  box-sizing: border-box;}
.pro_main_box{text-align:left !important;position: relative;display: flex;justify-content:space-between;}
.pro_main_box,.pcontent_title_h4{max-width: 1500px;margin: 0 auto;}
.propic_show_left{width:550px;margin-right:35px;position: relative;height: 100%;display: flex !important;flex-flow: column-reverse;}
.propic_img {box-shadow: 29px 30px 30px rgba(0, 0, 0, 0.16);}
.propic_show_piclist .tempWrap,.propic_show_list {width: 100% !important;height: 100%;}
.propic_show_left img{width:100% !important;}
.propic_show_left br,.pcontent_title_h4{display:none;}
.propic_show_left{display:inline-block;vertical-align:top;}

.pro_show_con{height: 90px;padding-bottom:25px;border-bottom:1px solid #eee;margin-bottom:25px;line-height: 26px;}
.pro_tel_right{position:relative;align-items: center;}
.pro_tel_right.pcc {display: flex;}

.propic_show_piclist{ margin-top: 20px; height: 150px; width: 340px; position: absolute; top: 0px;  left: 580px; display: block;     z-index: 99; }
.propic_show_piclist li,.propic_show_piclist li img{width:140px;}
.propic_show_piclist li{display:inline-block;vertical-align:top;margin-top:3%;}
.propic_show_piclist li:nth-child(2n){margin-left:10px;}
.propic_show_piclist li img{border: 1px solid #ddd;}
.propic_show_piclist li.cur { border: 2px solid #3a97bc;}
.propic_show_right { display: none;}

.en1_content_title h4 {
    text-align: center;
    font-size: 18px;
    padding-top: 0px;
padding-bottom: 2%;
    color: #333;}

#webdh {
    display: none;
}
.propic_le_mag {
    display: none !important;
}


.column_content_prev {float: left;margin: 0px 0 3% 11%;}
.column_content_next { float: right; margin: 0px 11% 3% 0;}

.itemContent {    width: 100% !important;}
.itemContent>div {width: 100% !important;}
.lzc_en_pro_content {   /* padding: 10% !important;*/}
.lzc_en_pro_content img {width:auto;}


.lzc_en_pro_prev{display:none;}
.second_next_pre_dgwbct{height:auto !important; margin-top:40px !important;}
.second_next_pre_dgwbct a{padding:10px 40px; background:#eee; border:1px #eee solid;}
.en1_content_title{float: none !important;}

.nprot_txt {
    display: flex;
    flex-direction: column;
    margin: 5% 0 0;
}
.nprot_txt p {
    font-size: 25px;
}
.nprot_txt em {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin: 1% 0 0;
}
.nprot_more {
    background: #333;
    margin: 5% 0 0;
    width: 28%;
    padding: 2%;
    text-align: center;
    transition: 0.5s;
}
.nprot_more a {
    font-size: 15px;
    color: #fff;
}
.nprot_more:hover {
    background:#3a97bc;
}

.xw p {
  line-height: 30px;
}
.yyfw {
    line-height: 30px;
    font-size: 16px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    padding: 4%;
    background: #fff;
}
.yyfw img{display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
  padding: 30px;}



/*å¨*/
.product_content {
    width: 100% !important;
    min-width: 1200px;
    box-sizing: border-box;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3% !important;
    padding: 0% 0% !important;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1);
    margin-top: 5% !important;
}

.cpxq {
    padding: 60px;
}

.cpxq h3 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 35px;
}
.cpxq span {
    font-size: 18px;
    line-height: 30px;
}
.cpxq p {
    font-size: 16px;
    line-height: 34px;
}

.rt_info_box_out{padding:0;border: 1px dashed #ccc;overflow: hidden; padding-bottom:40px;}
.rt_info_head{height:52px;line-height: 62px;border-bottom: 1px solid #ccc;padding-left: 55px;background:url(http://login.114my.cn/memberpic/dgquanfu120472en/uploadfile/image/20250703/20250703184813_796444401.png) no-repeat 15px center;text-align: left;text-transform: uppercase;font-size: 0;   background: #3a97bc;color:#fff;    margin-bottom: 30px;}
.rt_info_head strong{font-size:16px;font-weight: bold;}
.rt_info_box{width: 100% !important;overflow: hidden;padding: 0 2%;height: auto !important;}
.rt_info_c{width:23.6% !important;border: 1px solid #eee;display: inline-block;}
.rt_info_c+.rt_info_c{margin-left: 1.6%;}
.rt_info_c_text a {display: block;height: 50px;line-height: 50px;background: #eee;font-size: 18px;text-align: center;}
.rt_info_c_text a:first-letter,.pro_detail_title:first-letter{text-transform:uppercase;}
.rt_info_c_pic img{width:100% !important;height:auto !important;}

</style>