@charset "utf-8";


html{background:#eee;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

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

em,i{font-style: normal;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "yhan";overflow-x: hidden; font-size:14px;min-width:1400px;max-width:1920px;position: relative;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#0932a7;text-decoration: none; border-bottom-style:}

.bg{width: 100%;min-width:1400px;}
.box{margin:0 auto;width:76%; min-width: 1400px;box-sizing: border-box;}
.page{width: 1400px;margin: 0 auto;}

.t{text-align:center;margin-bottom:40px;}
.t p{font-size:40px;color: #333;padding-bottom: 5px;position:relative;margin-bottom: 5px;display: inline-block;font-weight: bold;}
.t p>b{color: #0932a7;}
.t span{color: #666;font-size: 18px;display:block;}




.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;}



/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4024882 */
  src: url('//at.alicdn.com/t/c/font_4024882_1v4c7guc0g3j.woff2?t=1681874685158') format('woff2'),
       url('//at.alicdn.com/t/c/font_4024882_1v4c7guc0g3j.woff?t=1681874685158') format('woff'),
       url('//at.alicdn.com/t/c/font_4024882_1v4c7guc0g3j.ttf?t=1681874685158') format('truetype');
}

.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}




/*抬头*/
.top_bg{width:100%;border-bottom:1px solid #EEEEEE;}
.top_box{height:44px;line-height:44px;font-size:14px;color:#a1a6ab;}	
.top_t:before,.top_w:before{content:"";display:block;float:left;}
.top_w:before{background:url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_89903058.png)no-repeat left;height:20px;width: 24px;margin: 12px 6px 0 0;}
.top_t:before{background:url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_1635620673.png)no-repeat left;height:24px;width: 26px;padding-left: 10px;margin: 10px 0 0 20px;}
.top_t b{font-size:24px;color:#0932a7;font-family: Arial;}
.top_t{margin-left:30px;width:240px;height:44px;}
.top_m:hover a{color:#333;}
.top_m a{color:#c1c1c1;font-size:14px;}
.top_w{width: 90px;margin-left: 30px;position: relative;}
.top_w .top_ewm{transition: .3s all linear;position: absolute;top: 100%;z-index: 3;width: 100px;height: 100px;display: none; box-shadow: 0 0 20px rgba(0,0,0,0.1); border:8px #fff solid;}
.top_w .top_ewm img{width: 100%;}
.top_w:hover .top_ewm{display: block;}


/*抬头*/
.head_bg{height: 140px;position: relative;}
.headcon{ display: flex;align-items: center;}
.logo{}
.logo img{height:75px;}
.name{margin-left:20px;}
.name h3{font-size: 34px;color: #0932a7;line-height: 30px; font-weight: bold;}
.name p{font-size:18px; color:#333; margin-top: 10px;}
.name p b{color:#0932a7; }
.name h3 span{ color: #0932a7;}




.head.box{ display: flex; align-items: center; justify-content: space-between;}


/*导航*/
.nav>ul>li{ float: left; display: block; height:140px; transition:0.1s all ease-in-out;position:relative;}
.nav>ul>li>a{ display: block; color: #222; text-align: center; position: relative; z-index:2; height:140px; line-height: 140px;padding:0 1.6vw; transition:0.3s all ease-in-out; }
.nav>ul>li>a p{font-size:16px;position: relative;}

.NavCeshi > li > a:after{content:""; display: block;width:0; height:4px; background:#0932a7; margin:0 auto;transition:0.3s all; position: relative; top:-4px;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{color:#0932a7; font-weight:bold;}

@media (max-width: 1920px){
.nav>ul>li>a{padding:0 1.8vw;}
}
@media (max-width: 1680px){
.nav>ul>li>a{padding:0 1.6vw;}
}

@media (max-width: 1560px){
.nav>ul>li>a{padding:0 1.4vw;}
}
@media (max-width: 1500px){
.nav>ul>li>a{padding:0 1.2vw;}
}

@media (max-width: 1440px){
.nav>ul>li>a{padding:0 1vw;}
.nav>ul>li>a p{font-size:15px;}
}
@media (max-width: 1300px){
.nav>ul>li>a{padding:0 0.8vw;}
}



/*导航下拉*/
.dropmenu{ position:absolute; top:110%; max-height:0; transition:all .3s ease; overflow:hidden; width:100%; left:0%;z-index:99; transition:all .3s ease; background:#f9f9f9; border-radius:5px;}
.dropmenu a{ display:block; line-height:45px; text-align:center; font-size:14px; color:#666; transition:all .5s ease; white-space:nowrap; padding:0 10px; overflow:hidden; text-overflow:ellipsis;}
.nav>ul>li#a3 .dropmenu{ width:200%; left:-50%;}
.nav>ul>li:hover .dropmenu{ max-height:1000px;  top:100%;}
.dropmenu a:hover{ background:#0932a7; color:#fff;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}



/*幻灯片*/
.banner{overflow:hidden;width:100%;}
.banner-box{min-width:1400px;height:750px;position:relative;margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{width:100% !important;}
.banner-box .bd li{width:100% !important;height:750px;background-position:center;background-repeat:no-repeat;background-color:#eee;z-index:0;}
.banner-box .bd li a{display: block;width: 100%;height: 100%;position: absolute;z-index: 9999;left: 0;top: 0;}
.banner-btn{ width: 100%;position:absolute;top:700px;left:0;margin-left:0;height:10px;}
.banner-btn a{ display:block;width:49px;height:104px;position:absolute; top:-395px;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{left:-50px;background:url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_780755390.png) no-repeat 0 0; } 
.banner-btn a.next{right:-50px;background:url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_780755390.png) no-repeat -49px 0; }
.banner-box .hd {position:absolute;bottom:1px;width:100%;display:block; }
.banner-box .hd ul{text-align:center}
.banner-box .hd ul li{width:8px;height:8px;border-radius:50%;text-indent:-9999px;background:#fff;cursor:pointer;display:inline-block;margin:0 5px;transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{background:#3462f9; border-radius :50px; width:40px;height:8px;}
.banner-box:hover .banner-btn a.prev{left:20px;filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{right: 20px;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; }




/*搜索*/
.search_bg{height:94px;border-bottom:1px solid #eee;}
.search_nbg{position: absolute;z-index: 999;top: 585px;height:94px;border-bottom:1px solid #eee;}
.search_nbg .search{margin:0 auto;}
.search-bg{width:260px;height:40px;overflow: hidden;margin-top:26px;border-radius: 30px; border: 1px solid #eee;}
.search{height: 94px;}
.search_l{line-height: 94px;color: #999;}
.search_l dd{font-size:15px;color: #333;display: inline-block;font-weight: bold;}
.search_l a{font-size: 15px;color: #999; padding-right:10px;}
.search_l a:hover{color:#0932a7;}
.search-bg #infoname{width:310px;background:#eee ;outline:none; color:#ccc;border: none;height:40px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;}
.search_nbg #infoname{width:310px;height: 40px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 16px;top: 30%;height: 15px;}




/*pro*/

.product {padding: 80px 0;}
/*pro*/
.prod{ overflow: hidden;}
.pro_list{display: flex; position: relative;}
.pro_list a{border: 1px solid #eee;text-align: center;background: #fff;width: calc(100% / 5);float: left;height: 70px;line-height: 70px;border-right: none;font-size: 18px;color:#222;}
.pro_list a.on{background: #0932a7;color: #fff;     transition: all .3s ease;}
.pro_list a.on a.prolist2021_one {color: #fff;}
.pro_list ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.pro_list .prolist2021{width: 100%;}
.pro_list a:nth-child(5n){border-right:1px solid #eee;}


/*图片*/
.pro_call li {padding-left: 0 !important; display: block; float: left;   width:23.5%;     border: 1px solid #eee;      margin-top: 30px;}
.pro_call li a{  display: block; width: 100%; height: auto; overflow: hidden; position: relative;}

.pro_call li>a:after {content: ''; display: block;width: 100%; height: 100%;  background: rgba(0,0,0,0.45) url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_140243284.png) no-repeat center; position: absolute; top: 0;left: 0;opacity: 0; transition: 0.3s all ease;}

.pro_call li:hover>a:after{opacity: 1;}
.pro_call li br{display:none;}

.pro_call li p 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 p a:after{content: '';display: block;background: #0932a7;width:100%;height:0px;position: absolute;top:0;z-index: -1;}
.pro_call li:hover p a:after{height:100%;transition: 0.3s all ease;}
.pro_call li:hover p a{color:#FFF;border: 1px solid #007ad0;}
.pro_call li+li {margin-left: 2%;}

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

.pro_mo{width:450px;height:60px;text-align:center;border:1px #c8cbce solid;line-height:60px;margin:0 auto;transition: all 0.5s; border-radius:60px;     position: relative;margin-top:40px;}
.pro_mo a{font-size:20px;color:#666;}
.pro_mo a b{    padding-right: 10px;
    position: absolute;
    left: 120px; top: 15px;}
.pro_mo:hover{width: 600px;background: #0932a7;border: none; }
.pro_mo:hover a{color:#fff;}
.pro_mo:hover a b{padding-right: 10px;  position: absolute;  left: 200px; top: 15px; filter: grayscale(1) brightness(10); }




/*adv*/
.ys_bc{position: relative;}
.yss{position: relative;}
.yss:after{content: '';position: absolute;width: 100%;height: 1px;background: #e6e6e6;top: 0;left: 0;}
.ys_fl{display: flex;margin-top: 47px;justify-content: center;}
.ys_fl li:first-child{border-left: 1px solid #e6e6e6;}
.ys_fl li{width: 20%;border-right: 1px solid #e6e6e6;height: 118px;display: flex;align-items: center;justify-content: center;position: relative;}
.ys_fl li div span{font-size: 62px;color: #f0f0f0;display: block;}
.ys_fl li .ys_st{font-size: 24px;color: #342c2a;font-weight: bold;}
.ys_fl li div {position: relative;}
.adv_num{display: block;font-size: 30px;color: #333;position: absolute;top: 12px;left: 12px;}
.ys_fl li div span img,.ys_fl li.on div span img+img{ display: block;}
.ys_fl li.on div span img,.ys_fl li div span img+img{display: none;}
.ys_fl li div span img+img{transform: scale(0.6);}
.adv_num2{left: 14px;}
.ys_bii{height: 666px;overflow:hidden;position: relative;    z-index: 9;}
.ys_ic{position: absolute;width: 960px;margin-left: -960px;top: 0;left: 50%;}
.ys_bg{position: absolute;width: 960px;margin-right: -960px;top: 0;right: 50%;z-index: -1}
.ys_wwz b{font-size: 32px;color: #051c16;position: relative;}
.ys_num{position: absolute;top: 15px;left: 60px;color: rgba(23,175,56,0.14);font-size: 92px;font-family: "Roboto";font-weight: bold;}
.ys_wst{font-size: 16px;color: #616161;margin-top:8px;}
.ys_wwz{width: 84%;height: 466px;position: absolute;z-index: 7;padding: 112px 113px 0;top: 100px;left: 907px;background: #fff;}
.ys_wwz:before{content: '';position: absolute;width: 102px;height: 102px;top: 40px;left: 40px;z-index: 5;border-left: 12px solid #0932a7;
    border-top: 12px solid #0932a7;}
.ys_wwz:after{content: '';position: absolute;width: 102px;height: 102px;bottom: 40px;right: 40px;z-index: 5;border-right: 12px solid #0932a7;
    border-bottom: 12px solid #0932a7;}
.line2{width: 100%;height: 1px;background: #051c16;margin:18px 0 32px;opacity: 0.18}
.yous_info{font-size: 16px;color:rgba(10,35,60,0.6);line-height: 28px;margin-bottom: 13px;position: relative;margin-left: 20px;}
.yous_info:before{content: '';width: 9px;height: 9px;background: #0932a7;transform: rotate(45deg);top: 10px;left: -20px;position: absolute;}
.ys_btn{width: 163px;height: 43px;line-height: 43px;color: #fff;font-size: 14px;background: #e59f62;text-align: center;margin-top: 27px;}
.ys_btn a,.ys_btn a span{font-size:16px;color:#fff;}
.ys_fl li.on div span,.ys_fl li.on .ys_st{color: #fff;}
.ys_fl li.on .line{background: #fff;}
.ys_fl li.on{background:url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230901/20230901113608_972691439.jpg) no-repeat center;}
.ys_fl li:after{position: absolute;content: "";background: url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230901/20230901113608_556724270.png) no-repeat center;width: 40px;height: 16px;bottom: -15px;left: 50%;margin-left: -25px;opacity: 0;z-index: 99;}
.ys_fl li.on:after{opacity: 1;}

.ys_fl li.on div span{font-size: 32px;color: #fff;}
.ys_fl li.on .adv_num{display: none;}
.ys_iic li+li{display: none;}
.ys_iic li {
    position: relative;
}
@media screen and (max-width: 1530px){
.ys_wwz{width:75%;padding: 112px 90px 0;}
}
@media screen and (max-width: 1390px){
.ys_wwz{width:70%;padding: 112px 90px 0;}
}






/*appli*/
.appli {padding: 80px 0;overflow: hidden;}
.appli_box {width:1500px;margin: 0 auto;}
.case{ margin-top: 50px;}
.case .progdwz2021 ul li{ text-align: center; position: relative; width: 25%; border: 1px #f5f5f5 solid; overflow: hidden; float:left; }
.case .progdwz2021 ul li img{width: 100%; height:auto; transition: 0.3s all ease;}
.case .progdwz2021 ul li a{display: block; }
.case .progdwz2021 ul li>a{position: relative; top:0; transition: 0.3s all linear;}
.case .progdwz2021 ul li span{position: absolute; bottom:-50px;z-index: 2; background: #0932a7; width: 100%; height:50px; line-height: 50px; text-align: center; transition: 0.3s all linear;left:0;}
.case .progdwz2021 ul li span a{font-size: 16px; color: #fff;}
.case .progdwz2021 ul li:hover>a{top:-50px; }
.case .progdwz2021 ul li:hover span{bottom:0;}
.case .progdwz2021 ul li br{display:none;}

.case_b a{display: block; width: 50%; height: 70px; line-height: 70px; font-size: 16px; color: #222; letter-spacing: 3px; text-align: center; margin:50px auto 0; transition: 0.3s all ease; border: 1px solid #c8cbce;}
.case_b a:hover{ background: #0932a7;  letter-spacing: 8px; color:#fff; }



/*流程*/
.proc_cont li{width: calc((100% - 250px) / 6);float: left;text-align: center;position: relative;height: 192px;padding-top: 30px;transition: 0.3s ease all;}
.proc_cont li+li{margin-left: 50px;}
.proc_cont li+li:before{content: '';width: 50px;height: 192px;display: block;background: url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_1077164352.png)no-repeat center;position: absolute;left: -50px;top: 0px;}
.proc_cont li span{font-size: 48px;color: #999;font-family: 'Bahnschrift';font-weight: bold;}
.proc_cont li p{font-size: 24px;color: #222;font-weight: bold;}
.proc_cont li d{font-size: 16px;color: #666;line-height: 40px;}
.proc_cont li.on{background: #0932a7;border-radius: 50%;}
.proc_cont li.on span{color: #fff;}
.proc_cont li.on p{color: #fff;}
.proc_cont li.on d{color: rgba(255,255,255,0.6);}
.proc_tel{width: 440px;height: 75px;border: 1px solid #eee;margin: 40px auto 0;line-height: 75px;text-align: center;position: relative;border-left: none;border-right: none;}
.proc_tel d{font-size: 18px;color: #222;}
.proc_tel span{color: #0932a7;font-size: 38px;font-family: 'Bahnschrift';font-weight: bold;transform: skewX(-10deg);display: inline-block;position: relative;top: 5px;}





/*关于*/
.about{ height:858px; background:url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_290612022.jpg) no-repeat center;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.about .title{text-align:center;}
.about .title b{font-size:40px;color:#0932a7;} 
.about .title em {
    display: block;
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    margin-top: 6px;
    font-weight: normal;
}

.about .box{ height:600px; background:rgba(255,255,255,.6); padding:0 8%;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.abwa{ margin:3% 0; font-size:15px; color:#6b6b6b; line-height:35px; text-indent:2em;}
.abwa p+p{ margin-top:1%;}
.ab_more{ text-align:center;} 
.ab_more a{ transition:all .3s ease; border:1px solid #0932a7; color:#0932a7; width:300px; height:65px; line-height:63px; display:inline-block; border-radius:33px; font-size:16px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.ab_more a:hover{ background:#0932a7; color:#fff;}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 30px rgba(0, 159, 232, .0);}
    100%{box-shadow: 0 0 0 0 rgba(0, 159, 232, .0);}
}


/*新闻*/
.news_bg{background:#fff;}
.news_tt{text-align:center;}
.news_tt a{display: inline-block;width:152px;height:46px;line-height: 44px;font-size: 16px;color:#333; box-sizing: border-box; border:1px #ccc solid; text-align:center;}
.news_tt a+a{margin-left:20px;}
.news_tt a.on{background:#0932a7; color:#fff;  border:1px #0932a7 solid;}
.news_b{height:570px !important;margin-top:40px;}
.news_box .news_div_item{width:calc(40% - 30px);height:110px; float:left;position: relative;box-sizing: border-box;background:#f8f8f8;margin-left:30px; margin-bottom:16px;display: flex;flex-wrap: wrap-reverse;}
.news_box .news_div_item:nth-child(1){margin-left:0; }
.news_box .news_div_item:nth-child(-n+2){width:calc((60% - 30px) / 2);height: 488px; padding:24px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:100%;height:274px;border: 1px solid #eee;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{top:24px;width:100%;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:348px;width:390px;font-size:12px;color: #999;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content:after{content:'Read more  →';font-size:12px;color:#222;  line-height:40px;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{top:310px;width:100%;}
a.news_div_item_a{font-size:18px !important;color:#333;line-height:40px;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px; overflow : hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_body{  -webkit-line-clamp: 2; margin-top:24px; }
.news_div_item_pic,.news_box .news_div_item:nth-child(n+3) .news_div_item_date{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:100%; padding: 24px 34px;}
.news_box .news_div_item:nth-child(n+3) a.news_div_item_a{line-height:30px;}
.news_box .news_div_item:nth-child(n+3):after{content:""; display:block; width:0; height:6px; background:#0932a7; margin-bottom:0px; transition:0.3s all ease-in-out;position: absolute;}
.news_box .news_div_item:nth-child(n+3):hover::after{width:100%;}



/*copy*/
.footer {display: flex;justify-content: space-between;}
.footer_bg{width: 100%;color: #fff;background: #0932a7;position: relative;padding-top: 80px;overflow: hidden;}
.fbt{border-top:10px solid #ff5c00;}
.bq_item>li{position: relative;}
.bq_item>li{ float: left;position: relative;}
.bq_item li dl{display:none;}
.footer_w1 t{display: block;float: left;font-size: 24px;font-weight: bold;margin-right: 11px;}
.footer_w1 span{display: block;float: left;font-size: 20px;margin-top:3px;}

.bq_gzh li{width:130px;}
.footer_w{font-size: 14px; line-height: 34px; color: #999;}
.footer_w p{position:relative;}
.footer_w p:before{left:0;font-family: "iconfont";font-size: 16px;}
.bq_item li a{ display: block;font-size: 14px; line-height: 30px; color: rgba(255,255,255,0.47);}
.bq_item li a:hover{color:#fff;}
.footer_t{font-size: 18px !important; color: #fff !important;  line-height: 100%!important; position: relative;padding-bottom: 26px;}
.footer li img{width:146px !important;}
.bq_gzh li p{text-align:center; color:#fff; line-height:30px; margin-bottom:10px;}

.copy{line-height: 30px; font-size: 14px;color: #999; margin-top:20px; padding-top: 10px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #ff7b0f;}
/*link*/
.linkTagcs li a{font-size:14px;}
.linkTagcs{width:90% !important;}
.linkTagcs li{line-height:25px !important;}
.links_r a{font-family: "iconfont" !important;font-size:42px;font-style: normal;color:rgba(255,255,255,0.3);display:inline;height:80px;display: block;line-height:80px;padding-left: 32px;}
.links_l{display: flex;align-items: center;padding-right: 2%;width: 120px;}
.l_wz{position: relative;}
.l_wz b{font-size: 25px;color: #fff;line-height: 21px;}
.l_wz p{color: #fff;letter-spacing: 1px; font-size: 16px;}

.links{display: flex;align-items: center;justify-content: space-between;height: 100%;position: relative;}
.links>div{display: flex;align-items: center;width: 100%;}
.links_m{width: 100%;}
.linkTagcs li a{color: rgba(255,255,255,0.38)!important;}
.foo_icon{display: flex;justify-content: space-between;margin-bottom: 69px;}
.foo_icon li span{color:#fff;display: block;width: 38px;height: 38px;border-radius: 100%;background: #e60113;display: flex;justify-content: center;align-items: center;position: relative;font-size: 22px;z-index:1;}
.foo_icon li span:after{content: '';position: absolute;width: 48px;height: 48px;border-radius: 100%;background: rgba(32,114,224,0.22);top: -5px;left: -5px;z-index:-1;}
.foo_icon li{display: flex;align-items: center;}
.foo_icon li div{margin-left: 13px;}
.foo_icon li div b{font-size: 16px;}
.bq_gzh{float: right;padding-top:7px;}
.bq_gzh li+li{margin-left: 44px!important}
.copy_bg{background: #333;}
.copy_b{display: flex;justify-content: space-between;align-items: center;}
.copy_bg div{color: rgba(255,255,255,0.5);height: 80px;line-height: 80px;}
.copy_bg div a{color: rgba(255,255,255,0.5);font-size:14px;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 47%;}
.bq_cl>b, .bq_cr>b, .bq_rcc>b {font-size: 18px;color: #fff;display: block;margin-bottom: 20px;font-weight: normal;}
.bq_rcc{margin-left:40px;}
.bq_ewm {display: flex;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 36px;color: #059408;border:1px solid #0932a7;}
.bq_ewm li:hover span{background: #0932a7;border-color: #0932a7;color: #fff;}
.ewm_cc {position: absolute;top: -172px;left: -23px;display: none;z-index:999;}
.ewm_cc img {width: 150px!important;}
.bq_r {position: relative;}
.bq_ewm li+li {margin-left: 10px;}

.bq_item li:first-child:before {left: 0;}
.bq_item {
    display: flex;
    justify-content: space-between;
}
.bq_rcc>b {
    position: relative;
    margin-bottom: 50px;
}

.bq_rcc>b:after {position: absolute;content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.1);bottom: -28px;left: 0;}
.bq_rcc>b:before {
    position: absolute;
    content: "";
    background: url(https://memberpic.114my.com.cn/dgxqfh11/uploadfile/image/20230425/20230425105555_2002041519.png) no-repeat center;
    width: 78px;
    height: 41px;
    top: -12px;
    right: 0;
}
@media screen and (max-width: 1460px){
}
@media screen and (max-width: 1320px){
}
.link_btn {
    width: 170px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    border-radius: 22px;
    display: block;
}
.bq_rcc>div {
    color: rgba(255,255,255,0.4);
    line-height: 32px;
    font-size: 14px;
}

.bq_rcc>div a {
    text-decoration: none;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
}
.back_ic {
    position: absolute;
    display: block;
    width: 102px;
    height: 102px;
    background: #059408;
    border-radius: 100%;
    text-align: center;
    line-height: 102px;
    color: #fff;
    font-size: 52px;
    top: 78px;
    left: 50%;
    margin-left: -51px;
    cursor: pointer;
}
.copy_pic li {overflow: hidden;width: 146px;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;display: inline-block;}
.copy_pic li i img{width:100%;}
.copy_str {/* float:left; *//* margin-left: 20px; *//* margin-top: 16px; */}
.copy_str li {width: 36px;height: 36px;border-radius: 50%;transition: 0.5s;position: relative;display: flex;align-items: center;justify-content: center;border: 1px solid #fff;}
.copy_str li i {font-size: 17px;color: #fff;position: relative;z-index: 99;}
.copy_str li+li {/* margin-top:17px; */}
.bq_lr {
    width: 33%;
    display: flex;
    justify-content: space-between;
}
ul.ewm_ic {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.copy_str li.on {
    background: #fff;
    border-color: #fff;
}
.copy_str li.on i{color:#0932a7;}
.gz_c{font-size: 16px;color: #fff;margin-bottom: 17px;}
.link_bc {
    border-top: 1px solid rgba(255,255,255,0.07);
    height: 80px;
    margin-top: 60px;
}
.lin_ic{width: 30px;height: 30px;border-radius: 100%;border:1px solid #fff;text-align: center;line-height: 30px;color: #fff;font-size: 14px;position: absolute;right: 0;top: 25px;}