/* CSS Reset */
@charset "UTF-8";

*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;}

a{text-decoration: none; }
em,i{display: block;font-style: normal;}
.gy{margin: 0 auto;min-width: 1400px;width: 100%;}
.gy *{line-height: 100%;}


/*---------------*/
#bodycon{width:100% !important; background: #444;}
#bodycon,,#center{width:1500px;}
#bodycon #center{ z-index: 9; padding: 0 0px 2rem !important;width:80%;margin: 0 auto;float: inherit !important;}
#bodycontent{width:100% !important;}
@media screen and (max-width: 1540px){
  #bodycon #center{padding:0 20px;}
}

/**/
#right,#webdh{display:none;}
#webdh{width:100%;}
.mbx_navigation{width:100%;width:100% !important;text-align: left !important; font-size:15px; padding-left: 40px;color:#fff;background:url(http://login.114my.cn/memberpic/dgjunang202520444en/uploadfile/image/20250628/20250628185620_2141126924.png) no-repeat left center;height: 62px !important;line-height:62px !important;border-bottom:1px dashed #ccc;margin-bottom:50px !important;font-size: 15px;margin: auto; font-family: 'MonLight';}
.mbx_navigation a{color:#fff;display:inline-block;margin: 0px 5px; font-family: 'MonLight'; text-transform: capitalize; font-size: 15px;}
.strong_title,#bodycon #left{display:none;}



/*nban*/
.nban{width:100%;height:450px;position:relative;}
.nban:before{content:'';width:100%;height:100%;background:rgba(22,16,7,0.8);position:absolute;top:0;left:0;}
.nban .page{position:relative;height:450px;}
.nban_txt{width: 100%;position:absolute;top:56%;left:0;margin-top:-39px;text-align:center;}
.nban_txt span{font-size:52px;font-weight:bold;color:#fff;letter-spacing: 5px;display: inline-block;animation: nbanA 3s infinite;text-transform: uppercase;}
.nban_txt span:nth-child(2){animation-delay: 0.15s;}
.nban_txt span:nth-child(3){animation-delay: 0.3s;}
.nban_txt span:nth-child(4){animation-delay: 0.45s;}
.nban_txt span:nth-child(5){animation-delay: 0.6s;}
.nban_txt span:nth-child(6){animation-delay: 0.75s;}
.nban_txt span:nth-child(7){animation-delay: 0.9s;}
.nban_txt span:nth-child(8){animation-delay: 1.05s;}
.nban_txt span:nth-child(9){animation-delay: 1.2s;}
.nban_txt span:nth-child(10){animation-delay: 1.35s;}
.nban_txt span:nth-child(11){animation-delay: 1.5s;}
.nban_txt span:nth-child(12){animation-delay: 1.65s;}
.nban_txt span:nth-child(13){animation-delay: 1.8s;}
.nban_txt span:nth-child(14){animation-delay: 1.95s;}
.nban_txt span:nth-child(15){animation-delay: 2.1s;}
.nban_txt span:nth-child(16){animation-delay: 2.25s;}
.nban_txt span:nth-child(17){animation-delay: 2.4s;}
.nban_txt span:nth-child(18){animation-delay: 2.55s;}
.nban_txt span:nth-child(19){animation-delay: 2.7s;}
.nban_txt span:nth-child(20){animation-delay: 2.85s;}
.nban_txt p.desc{display:block;color:#fff;font-size:16px;margin-top:10px;letter-spacing: 3px;background-clip: content-box;-webkit-background-clip: text;color: transparent;animation: moveBg 10s linear infinite;-webkit-animation: moveBg 10s linear infinite;}

@keyframes nbanA{
0%{transform: translateY(0px);}
50%{transform: translateY(-40px);}
100%{transform: translateY(0px);}
}
@keyframes moveBg {
  0% {
    background-position: 0% 30%;
  }

  100% {
    background-position: 100% 50%;
  }
}


/*å¨´ç*/
.pro_all_class {border-bottom: none !important;font-size: 0;color: #2e2e2e;line-height: 76px;margin-bottom:5px !important;display:flex;flex-flow: wrap;}
.pro_all_class a{height:60px;line-height:60px;display:block;position:relative;text-align: center; color:#333; width: 24%; font-size:1vw; border-radius: 4px; background: #e5e5e5;margin-right:1%;margin-bottom:1.5rem;}
.pro_all_class a font{display: none;}
.pro_all_class a.pro_cur{background:#e72c27; color:#fff; font-size:16px; border-radius: 4px;}
.pro_all_class a:nth-child(1){display:none;}
.pro_all_class a:hover{background:#e72c27 !important;color:#fff !important; font-size:16px; border-radius: 4px;}
.pro_all_class a:nth-child(5n){ margin-right:0px;}

.s_img{ font-size:0px !important; color:#fff !important; }

.nyproduct{max-width:1500px;width:100%;overflow: hidden;}
.nyproductdate{display: none;}
.nyproductnote{display: none;}
.nyproductproject { width:23.5%; margin-right:1%; float:left; margin-bottom:2%; position:relative; overflow:hidden; margin-left: 1%;}
.nyproductproject:nth-child(4n){margin-right:0;}
.nyproductimg { overflow:hidden; background:#fff; text-align:center;}
.nyproductimg img { width:100%; transition:all 0.5s;}
.nyproducttitil { width:100%; text-align:center; overflow:hidden;}
.nyproducttitil a{ padding: 4% 2% 5%; color:#333;display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; background:#fff; font-size:18px;}
.nyproducttitil a:hover{ background:#e72c27; color:#fff;}
.nyproductproject a:hover .nyproducttitil { color:#e72c27; background:#000}
.nyproductproject a:before, .nyproductproject a:after { content: ''; position: absolute; width: 0; height: 0; z-index: 222; box-sizing: border-box; transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s; opacity: 0; }
.nyproductproject a:before { top: 0; left: 0; border-top:2px solid #e72c27; border-right:2px solid #e72c27; border-bottom: 2px solid transparent; border-left: 2px solid transparent; }
.nyproductproject a:after { bottom: 0; right: 0; border-bottom:2px solid #e72c27; border-left:2px solid #e72c27; border-top:2px solid transparent; border-right:2px solid transparent; }
.nyproductproject a:hover:before, .nyproductproject a:hover:after { width: 100%; height: 100%; transition: width 0.5s linear 0s, height 0.5s linear 0.5s; opacity: 1; }/*
.nyproductproject:hover { box-shadow: 0 0 2.4vw 0 rgba(0,0,0,0.1);}
.nyproductproject a:hover .nyproductimg img {transform: scale(1.1);} */

/*å¨*/
.pro_main_box{overflow: hidden;margin: 0 auto;}
.propic_show_left{width:100%;position: relative;}
.propic_show_left img{width:600px !important;}
.propic_show_piclist{width:100%;height: 102px;display: none;}
.propic_show_piclist .tempWrap{margin:0 auto;}
.propic_show_list{height: 100px;position:relative;transition:500ms;}
.propic_show_piclist.on_bottom .propic_show_list{height: 100px;transition:500ms;}
.propic_show_piclist ul{width: 510px;position:absolute;top: 6px !important;left: 606px;display:flex;height:auto!important}
.propic_show_piclist li{width:156px;cursor: pointer;overflow:hidden;border:1px solid #ccc;}
.propic_show_piclist li+li{margin-left:5px; margin-bottom:5px;}

.propic_show_piclist.on_bottom .propic_show_list li+li{transition:500ms;}
.propic_show_piclist li.cur{border-color:#e72c27;}
.propic_show_piclist li img{width: 100%;transition:500ms;}
.propic_show_piclist li:hover img{transform:scale(1.1);transition:500ms;}
.propic_show_btn_bottom{width:100%;background-color:#333;background-repeat:no-repeat;background-position:center;height:0px;position: relative;z-index: 2;transition:500ms;}
.propic_show_piclist.on_bottom .propic_show_btn_bottom{height:15px;background-color:#ea5b2d;margin-top:5px;transition:500ms; display:none;}
.propic_img{width:546px;float:left;position: relative;overflow: hidden;}
.propic_le{left:5px;background:url(http://login.114my.cn/memberpic/dg17007819872en/uploadfile/image/20231223/20231223164556_687193940.png);}
.propic_ri{right:5px;background:url(http://login.114my.cn/memberpic/dg17007819872en/uploadfile/image/20231223/20231223164556_787847992.png);}
.propic_img img{width:100%!important ;transition:500ms;}
.propic_img:hover img{transform:scale(1.1);transition:500ms;}
.propic_img>div{width:41px;height:41px;position:absolute;top:50%;margin-top:-17px;cursor: pointer;opacity:1;}
.propic_show_right{width:100%;text-align: left; font-size:0;}
.propic_show_right p{font-size:0;}
.propic_show_right p .propic_show_piclist{display:block;}
.propic_show_left>a{width:52px;height:52px;border:1px solid #eee;border-radius:50%;font-size:18px;text-align:center;line-height:50px;position:absolute;top:calc(50% - 26px);cursor: pointer;user-select: none;transition:all 0.5s;}


.propic_show_left .pro_prev{left:50px;font-size:0px;background:url(http://login.114my.cn/memberpic/dg17007819872en/uploadfile/image/20231223/20231223095448_1608056732.png)no-repeat center;}
.propic_show_left .pro_next{right:50px;font-size:0px;background:url(http://login.114my.cn/memberpic/dg17007819872en/uploadfile/image/20231223/20231223095347_940123424.png)no-repeat center;}
.propic_show_left>a span{width: 148px;display:inline-block;font-size:14px;text-align:center;padding:10px;box-sizing: content-box;border:1px solid #eee;line-height:100%;position:absolute;top:-50px;left:50%;transform:translateX(-50%);opacity:0;}
.propic_show_left>a:hover span{background:#ccc;opacity:1;}
.s_img{text-align: center;}
.s_img img{width:100px;border: 1px solid #CCCCCC;}
.s_img img+img{margin-left:15px;}
.s_img img.on{border:1px solid #e72c27 !important;}
.propic_show_right br{display:none;}
.propic_show_right .propic_desc{height:56px;margin-top:20px;overflow:hidden;}
.propic_show_right .propic_desc strong{font-weight:bold;}
.pro_show_ewm>div{display:inline-block;vertical-align:top;}
.pro_ewm_left{width:145px;height:176px;border: 1px solid #e9e9e9;position:relative;}
.pro_ewm_left .ewm img{width: 142px;;}
.pro_ewm_left .ewm p{text-align:center;color:#555; font-size:16px;}
.pro_tel_right{position:relative;}
.pro_detail_title {font-size:26px;color:#000;font-weight: bold; padding-top:19px; line-height:100%;display: block;padding-bottom:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align: center;}
.pro_tel_right_title{width:100%;line-height:32px;font-size:16px;color:#555;position: absolute;left: 0;top: 0;font-style: normal;}
.pro_tel_right em{display: block;font-size: 20px;font-style: inherit;color:#555;line-height: 39px;}
.pro_tel_right em img{width:27px;}
.pro_tel{margin-top:44px;}
.pro_tel em img{padding-right:14px;}
.pro_tel_right .tel{width: 100%;border-bottom: 1px solid #eee;padding-bottom:44px;margin-bottom:44px;}
.pro_show_ewm {position: relative;width: 490px;height: 176px;}
.pro_show_btn{width:100%;margin-top:13px;font-size:0;}
.pro_show_btn button{width:162px;height:42px;border:none;background:#e72c27;display: inline-block;}
.pro_show_btn button+button{margin-left:10px;}
.pro_show_btn button.advisory{background:#0f110c;}
.pro_show_btn button a{font-size:16px;color:#fff;display:block;}
.lzc_en_pro_next{padding:0px 0 !important; width: 100% !important; font-size:16px;width:100% !important;display:flex; font-size:0;}
.lzc_en_pro_next a{font-size:0px; color:#555;}
.lzc_en_pro_next a:hover{ color:#fff;}
h4,.lzc_en_pro_prev{display:none;}
.dgcontent_title_h5{background:#fff;padding:20px 0;text-align: center;border-top: 1px solid #eee; width: 1500px !important;margin-top:20px !important;}
.dgcontent_title_h5 h5 strong{font-size:16px;}
.detail_title{width: 100% !important;margin-left: 0 !important;font-size:0;padding: 0 !important;height:62px;line-height:62px;text-align:center; background:#e72c27 !important;clear:both;}
.detail_title strong{font-size:30px;display:inline-block;vertical-align:top;color:#fff;}
.lzc_en_pro_content{width:100% !important;padding: 30px 0px;position: relative;text-align: center;  background:#2b2b2b;     overflow: hidden;}

.pro_ewm_left{width: 192px;height: 192px;border: 1px solid #e9e9e9;position:relative;background-size: 192px;display: none !important;}

.pro_ewm_left .ewm img{width: 198px;;}
.pro_ewm_left .ewm p{text-align:center;color:#999;}
.pro_show_ewm>div{display:inline-block;vertical-align:top;}

.pro_tel_right{position:relative;display: block !important;border-top:1px solid #eee;margin-top:30px;padding-top:20px;}
.pro_tel_right span{font-size:30px;color:#e72c27;}
.pro_tel_right p{font-size:30px;padding-left:27px;margin-bottom:12px;position:relative;}
.pro_tel_right b{font-size:30px;line-height:26px;display: inline-block;margin-left: 10px;}
.pro_tel_right b img{display:none;}
.pro_tel_right em{font-size:26px;font-weight:bold;color:#2c44a4;display: inline-block;vertical-align: middle;}

.pro_main_box {width: 100% !important;padding: 10px;}
.icon-xiayijie {background: #666;}
.icon-shangyijie {background: #e72c27;}
.lzc_en_pro_next{font-size:0;}
.lzc_en_pro_next a {font-size:0px;color: #555;width: 50%;height: 0px;line-height: 0px;color: #fff;display: block;}
.nypro_detail{display:none;}
.lzc_en_pro_content .nypro_detail {width: 100%;margin: 0 auto;box-shadow: 1px 1px 20px rgba(0,0,0,0.04);padding-top: 50px;margin-top: 30px;padding-bottom: 30px;display:block;}

.rt_info_box_out{padding:0;border: 1px dashed #ccc;overflow: hidden;}
.rt_info_head{height:52px;line-height: 52px;border-bottom: 1px solid #ccc;padding-left:48px;background:url(http://login.114my.cn/memberpic/qianxing8819930en/uploadfile/image/20240321/20240321104825_1534377364.png) no-repeat 15px center #fff;margin-bottom: 20px;text-align: left;text-transform: uppercase;font-size:18px; color:#000; }
.rt_info_head strong{font-weight: bold; color:#000; line-height: 48px;}
.rt_info_box{width: 100% !important;overflow: hidden;padding: 0 2%;}
.rt_info_c{width:23.5% !important;border: 1px solid #dcdcdc;display: inline-block;margin-bottom: 1%;}
.rt_info_c+.rt_info_c{margin-left: 2%;}
.rt_info_c_text a {display: block;height: 50px;line-height: 50px;background: #eee;font-size: 18px;}
.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;}

/**/
.propic_le_mag{width:226px;height:301px;overflow:hidden;position:absolute;top:0px;left:510px;z-index: 99;display:none;border:1px solid #eee;}
.propic_le_mag img{position:absolute;}
.propic_show_left:hover .magnifier{display: block !important;}
.propic_show_left .magnifier {width: 198px;height: 264px;background:url(http://login.114my.cn/memberpic/dg17007819872en/uploadfile/image/20231223/20231223164556_15626806.png);position: absolute;left: 0;top: 0;display: none;margin-top:0;cursor: inherit;z-index:9;}

/*page*/
.pages_info{padding:0 !important;}
.pages_box {font-size:0;margin-top:25px;}
.pages_box a{vertical-align: top;display: inline-block;padding: 0 10px;color:#333;height:29px;line-height:29px; font-size:14px; border: 1px solid #e5e5e5;text-align: center;margin: 0 2px;background: #fff;}
.pages_box .page_curr{border-color:#e72c27;background:#e72c27;color:#fff;}
.pages_box .page_curr:hover{color:#fff;}
.pages_box a:hover{color:#e72c27;}
b.page_jump select{padding: 3px 5px !important;height: 26px;}
b.page_jump option{height:26px;}

/*å¦æµ*/
#center{height: auto  !important; }
.new_news_list_box{width:100% !important;}
.nynewsproject{    border-radius: 5px;position:relative;background: #fff;padding:25px;overflow: hidden;border: #efefef solid 1px;margin:0 auto 50px !important;transition:0.6s;z-index:9; box-sizing: border-box;}
.nynewsproject:hover{background:#f5f5f5;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: #e72c27;}

.nynews{width:100%; margin: 0 auto; }    
.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{text-align: right;font-family: sans-serif;font-size:0;float: left; width:9%; padding:4% 3% 0 0;color:#1b1b1b; line-height:40px;}
.nynewsday{font-size: 34px; line-height: 40px;display: block !important;}
.nynewsyear,.nynewsmonth{font-size:18px; 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:22px; font-weight: bold; color: #222; line-height: 40px; padding-bottom:0.6vw;display: block;}
.nynewsnote{ font-size:16px; line-height:30px; color: #666; font-family: 'MonLight';}
.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;} 
.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:#e72c27;}
.nynewsproject:hover .more{background: #e72c27;transform: translateX(6px); -webkit-transform: translateX(6px);}
.nynewsproject:hover .more a{color:#fff;}

.xqnewstitle hr{display:none;}

/*å¦è§*/
.dgweb_list_box .dgweb_list_item{ width:32% !important;position:relative; float:left; text-align:center; background:#fff;transition:all .3s ease; margin-bottom:2%;overflow: hidden;}
.dgweb_list_box .dgweb_list_item+.dgweb_list_item{margin-left:2%;}
.dgweb_list_box .dgweb_list_item img,.dgweb_list_box .dgweb_list_item .dgweb_list_pic{ width:100%;height:auto !important;transition:ease-in-out 0.25s all;}
.dgweb_list_box .dgweb_list_item .dgweb_list_pic{display:block;overflow:hidden;border: 1px solid #eee;}
.dgweb_list_box .dgweb_list_item:hover img{transform:scale(1.1);}
.dgweb_list_box .dgweb_list_item .dgweb_list_text:after{ content:''; transition:ease-in-out 0.15s all; position:absolute; left:0; bottom:0; width:100%; height:100%;z-index:1;}
.dgweb_list_box .dgweb_list_item .dgweb_list_text:before{content:''; transition: ease-in-out 0.15s all;background:#e72c27; position:absolute; left:-100%; bottom:0; width:100%; height:100%;}
.dgweb_list_box .dgweb_list_item:hover .dgweb_list_text:after{ left:100%;}
.dgweb_list_box .dgweb_list_item:hover .dgweb_list_text:before{ left:0;}
.dgweb_list_box .dgweb_list_item .dgweb_list_text{ width:100%;height:54px;overflow:hidden; line-height:56px; font-size:16px;position: relative;}
.dgweb_list_box .dgweb_list_item:hover .dgweb_list_text{ color:#333;}
.dgweb_list_box .dgweb_list_item .dgweb_list_text a{display:block;position:relative;z-index:3; font-size:17px;color:#333;}
.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;}

/**/
.masge_warr{width:800px;height:642px;position:fixed;top:50%;left:50%;z-index:999;margin-top:-321px;margin-left:-400px;opacity:0;visibility:hidden;}
.masge_warr:before{content:'';width:300%;height:300%;background:rgba(0,0,0,0.8);position:absolute;top:50%;left:50%;margin-top:-150%;margin-left:-150%;}
.masge_box{width:798px;height:640px;padding:30px;border:1px solid #ddd;background:#fff;position:relative;}
.masge_box #feedback_form{margin: 0 0;}
.masge_box .sbx{width:30px;height:30px;font-size:16px;text-align: center;line-height:28px;position:absolute;top:0;right:0;border:1px solid #eee;user-select: none;cursor:pointer;}
.masge_box .sbx:hover{background:#000;color:#fff;}
.from_item+.from_item{margin-top:20px;}
.from_item em b{font-size:16px;color:#666;margin-left:10px;}
.from_item input{width:100%;height:46px;border:1px solid #ddd;line-height:46px;margin-top:10px;text-indent:20px;}
.from_item textarea{width:100%;min-height:90px;line-height:30px;border:1px solid #ddd;margin-top:10px;padding:0 20px;}
.code input{width:65%;}
.from_item .feedback_btn{width:100%;}
.from_item .feedback_btn .btns{border-top-right-radius: 0;border-bottom-right-radius: 0;line-height: 46px;text-align: center;text-indent: 0;}

/*å¦*/
.deta_table{margin-top:28px!important;}
.deta_c {margin-top: 70px;}

/*å¨´ç*/
.ej_menu {
    position: absolute;
    top: 110px;
    left: -48px;
    width: 195px;
    z-index: 2;
    background: #fff;
    transition: all .5s;
    transform: rotateX(90deg);
    transform-origin: top;
}

.ej_menu a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #999;
    transition: all .5s;
}

.ej_menu a:hover {
    background: #e72c27;
    color: #fff;
}
.nav_c ul li:hover .ej_menu {
    transform: rotateX(0deg);
}



.col12{ margin-bottom:50px;}
.col12 span{ font-size:20px; color:#999;}
.col12 h2{color:#212529;font-size:40px;transition: .8s all; font-weight:bold; margin-top:80px;}
.col12{ font-size:20px; margin-top: 20px; color:#666; text-align:center; margin-bottom:64px;}
.col12:hover h2{transform: translateY(-10px);}

.col12 span{ text-transform:none; font-weight:lighter; font-family:Microsoft YaHei;}

.commom_section .col12 h2{text-transform:none;}
.title2{text-align: center}
.title_line{width: 100%;max-width:220px;height: 1px;background: #666;margin:30px auto;position: relative}
.title_line::after{content: '';display: block;width: 42px;height:6px;background-color: #e72c27;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}
.fudong2 textarea{font: 400 13.3333px Arial; border: solid 1px #dddcd7; height:70%;} .fudong2{padding: 10px;width:720px; margin:auto;} .feed_lx li+li{margin-top:10px;} .fudong2 li input{width:100%; line-height:40px; padding-left:10px; border: solid 1px #dddcd7;} .fudong2 textarea{width:100%;padding:10px 0 10px 10px;} .fudong2 p{margin-top:10px; text-align:center;  margin-bottom: 7%;} .fudong2 p input{width:160px;line-height:40px; color:#fff; background: #e72c27; font-size:17px;}

.com6 a{display: block; width: 170px; height: 45px; line-height: 40px; background: #e72c27; color: #fff; font-size:24px;     font-weight: bold;  text-align: center; border-radius: 100px; transition: 0.3s ease all; margin:0 auto;}
.com6 a:hover{width: 250px;}


.top5{ margin-top:7.5%}



/*å¹»ç*/
.banner_box,.banner_box .bd li{height:500px;background: #fff;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:200px;background-image:url(http://login.114my.cn/memberpic/dg17007819872en/uploadfile/image/20231223/20231223164556_492396425.png);}
.banner_box .hd ul li.on{background:#0377cc;}
.banner_box{min-width:1400px;position:relative;overflow:hidden;margin-top:93px;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:10px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.banner_box .hd ul li.on{width:10px;}





.page_banner{width:100%;height:auto;position:relative;z-index:1;overflow:hidden}
.page_banner .center{width:100%;height:100%;padding-top:76px; z-index:666; position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}
.page_banner .center .info{ font-family: 'samsungsharpsans-b' ; font-size:56px;color:#fff; z-index:9999; opacity: 0.95;}
@media (max-width:1680px){.page_banner .center .info{font-size:52.5px}}@media (max-width:1440px){.page_banner .center .info{font-size:45px}}@media (max-width:1280px){.page_banner .center .info{font-size:40px}}@media (max-width:1024px){.page_banner .center .info{font-size:32px}}.page_banner .banner_invest{width:100%;height:100%;padding-top:90px;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;overflow:hidden}
.page_banner .banner_invest .invest_box{width:auto;height:auto;display:inline-block;position:relative}
.page_banner .banner_invest .invest_box::after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:#2256a2;opacity:.9}
.page_banner .banner_invest .invest_box .invest_main{width:100%;height:auto;position:relative;z-index:2;padding:3.6vw;padding-left:calc((100vw - 1560px) / 2);color:#fff;overflow:hidden}
.page_banner .banner_invest .invest_box .invest_main .invest_head{width:100%;height:auto;overflow:hidden}
.page_banner .banner_invest .invest_box .invest_main .invest_head .subtitle{font-size:22px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info{margin:10px 0 0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price{font-size:60px;line-height:1}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price .sup{margin:0 0 0 5px;font-size:22px;vertical-align:center}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .details{margin-left:4vw;padding-left:30px;font-size:22px;background:url(../images/icon_down.png) no-repeat left}
.page_banner .banner_invest .invest_box .invest_main .invest_body{width:100%;height:auto;margin:3vw 0 0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;overflow:hidden}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item{margin-right:4vw}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .title{font-size:16px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .price{margin:5px 0 0;font-size:28px}
.page_banner .images{width:100%;height:auto;overflow:hidden}
.page_banner .images .img{width:100%;height:auto;font-size:0;overflow:hidden}
.page_banner .images .img img{width:100%}
@media (max-width:1680px){.page_banner .banner_invest .invest_box .invest_main{padding:60px}}@media (max-width:1440px){.page_banner .center{padding-top:80px}
.page_banner .center .info{font-size:36px}
.page_banner .banner_invest{padding-top:80px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .subtitle{font-size:20px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price{font-size:54px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price .sup{font-size:20px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .details{font-size:20px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .title{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .price{font-size:26px}}@media (max-width:1280px){.page_banner .banner_invest .invest_box .invest_main .invest_head .subtitle{font-size:18px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price{font-size:50px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price .sup{font-size:16px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .details{font-size:16px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .title{font-size:13px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .price{font-size:24px}}@media (max-width:1024px){.page_banner .center .info{font-size:30px}
.page_banner .banner_invest .invest_box .invest_main{padding:40px 30px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .subtitle{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price{font-size:44px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price .sup{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .details{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .title{font-size:12px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .price{font-size:20px}}@media (max-width:990px){.page_banner .center{padding:0}
.page_banner .banner_invest{padding:0;display:block}
.page_banner .banner_invest .invest_box{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.page_banner .banner_invest .invest_box .invest_main{padding:20px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .subtitle{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price{font-size:44px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price .sup{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .details{font-size:14px;margin-left:50px;padding-left:25px;background-size:auto 10px}
.page_banner .banner_invest .invest_box .invest_main .invest_body{margin-top:30px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .title{font-size:12px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .price{font-size:20px}
.page_banner .images .img img{min-height:220px;object-fit:cover}}@media (max-width:768px){.page_banner .center .info{font-size:24px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .subtitle{font-size:12px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price{font-size:30px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .price .sup{font-size:12px}
.page_banner .banner_invest .invest_box .invest_main .invest_head .info .details{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item{margin-right:20px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .title{font-size:10px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item .price{font-size:14px}
.page_banner .banner_invest .invest_box .invest_main .invest_body .item:last-child{margin:0}}




.info-banner{width: 100%;position: relative;}
@media (max-width: 500px){.info-banner.solution-info{height: 8rem;padding: 0;}}
.info-banner .img{width: 100%;height: 100%;display: flex;}
.info-banner .img img{width: 100%;height: 100%;object-fit: cover;}
.info-banner .tbox{width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 2;text-align: center;padding-top: 1rem;}
.info-banner .tbox .title{font-weight: bold;color: #fff;font-size: 2.9vw;line-height: 5.2vw; font-family: 'samsungsharpsans-b' ;}
.info-banner .tbox .txt{font-size: 1vw;line-height: 1.8vw;color: #fff;margin-top: 0.15rem;}
@media (max-width: 1600px){.info-banner .tbox .txt{font-size: 16px;}}
@media (max-width: 1440px){.info-banner .tbox .txt{font-size: 14px;}}
.info-banner .tbox2{width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 2;text-align: center;padding-top: 1rem;}
.info-banner .tbox2 .title{font-size: 0.4rem;font-weight: 500;color: #FFFFFF;display: flex;justify-content: center;align-items: center;line-height: 1;}
.info-banner .tbox2 .title img{width: 1.73rem;margin-right: 0.1rem;}
.info-banner .tbox2 .ts{background: #D90012;font-size: 22px;color: #fff;line-height: 24px;display: table;margin: 0.2rem auto 0;padding: 0.13rem 0.4rem;}
.info-banner .tbox2 .txt{max-width: 960px;font-weight: 500;color: #fff;line-height: 30px;margin: 0.35rem auto 0;}
@media (max-width: 1600px){.info-banner .tbox2 .txt{line-height: 28px;}}
@media (max-width: 1440px){.info-banner .tbox2 .txt{line-height: 26px;}}
@media (max-width: 1366px){.info-banner .tbox2 .txt{line-height: 24px;}}
@media (max-width: 500px){.info-banner .tbox2 .txt{display: none;}}