body{overflow-x:hidden;}
body,td{font-size:14px; color:#555; font-family:Microsoft YaHei;}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#d90010; text-decoration:underline;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{margin:0; padding:0;}
dl,dt,dd{margin:0px; padding:0px; list-style:none;}
ul,li{list-style:none;}
em,i{font-style:normal;}
img{border:0;}
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}



/*字体*/
@font-face {
font-family:neutraface2;
src: url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.ttf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.eot),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.otf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff2);
}
@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}
@font-face {
font-family:Tw Cen MT;
src: url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.ttf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.eot),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.otf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff2);
}



/*通用标题*/
.general_tit{display:flex; flex-direction:column; align-items:center;}
.general_tit em{font-size:40px; line-height:40px; color:#d90010; font-weight:bold;}
.general_tit em font{font-weight:normal;}
.general_tit p{margin-top:16px; font-size:20px; line-height:20px; color:#555;}
.general_tit span{display:flex; margin-top:16px;}
.general_tit span i{display:block; width:8px; height:14px; border-radius:4px; background:#ddd; animation:generalTitAct 1.2s linear infinite;}
.general_tit span i:nth-child(1){animation-delay:.4s;}
.general_tit span i:nth-child(2){background:#d90010; animation-delay:.6s;}
.general_tit span i:nth-child(2){animation-delay:.8s;}
.general_tit span i+i{margin-left:11px;}
@keyframes generalTitAct { 
0% {transform:scale(1);}
100% {transform:scale(.5);}
}



.ding_bg{ width:100%; height:180px; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626163941_1331396278.jpg) center top no-repeat;}
/*顶部*/
.top_all{margin:0 auto; width:1400px;}
.logo{ float:left;}
.ding{ float:right; width:1170px;}
.top{ color:#fff; line-height:50px;}
.top_fl{float:left;}
.top_tel{float:right; padding-left:23px; font-weight:bold; font-family:DIN Medium; font-size:26px; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626163626_487489546.png) left 20px no-repeat;}
.top_tel span{ font-family:Microsoft YaHei; font-size:14px; font-weight:normal;}



/*抬头*/
.head{}
.head_name{float:left; margin-top:30px; font-size:17.5px; line-height:25px;}
.head_name span{ display:block; margin-bottom:5px; font-size:30px; line-height:29px; color:#333; font-weight:bold;}
.head_name i{ display:inline-block; margin-right:5px; margin-left:5px; width:32px; padding-left:3px; height:35px; line-height:35px; font-family:DIN Medium; font-size:26px; font-weight:bold; letter-spacing:-2px; color:#fff; background:#d90010; border-radius:50%;}
.head_fr{float:right;}
/*导航*/
.head_nav{float:right; margin-top:52px;}
.head_nav li{float:left; position:relative;}
.head_nav li+li{margin-left:40px;}
.head_nav li >a{display:block; height:73px; font-size:18px; line-height:18px; text-decoration:none; color:#333;}
.head_nav li:hover >a,.head_nav li.navcurrent >a{ color:#d90010; font-weight:bold; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626160744_87996014.jpg) center 28px no-repeat;}
/*下拉*/
.second{position:absolute; left:50%; top:42px; z-index:1; padding-top:31px; visibility:hidden; opacity:0; transform:translateX(-50%) rotateX(90deg); transform-origin:top; transition:all 0.5s;}
.head_nav li .second a{display:block; text-align:center; height:50px; font-size:16px; line-height:50px; text-decoration:none; padding:0 30px; white-space:nowrap; background:#f1f1f1; transition:all 0.5s;}
.head_nav li:hover .second{visibility:visible; opacity:1; transform:translateX(-50%) rotateX(0deg);}
.head_nav li .second a:hover{color:#fff; background:#d90010;}
.head_nav li .second li{ margin-left:0; width:100%;}



/*幻灯片*/
.banner{width:100%; max-width:1920px; margin:0 auto; overflow:hidden; background:#fff; position:relative;}
.banner-box{width:100%; height:700px; position:relative; margin:0 auto;}
.banner-box .bd{width:100%; }
.banner-box .bd li{width:100%; height:700px; background-position:center; background-repeat:no-repeat;}
.banner-box .bd li a{display:block; background-size:auto;}
.banner-btn{width:100%; position:absolute; top:4px;left: 0;margin-left: 0;height: 100%;overflow: hidden;}
.banner-btn a{display:block; width:49px; height:104px; position:absolute; top:40%; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626171342_230033638.png) 0 0 no-repeat;} 
.banner-btn a.next{right:-50px; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626171342_230033638.png) -49px 0 no-repeat;}
.banner-box .hd {position:absolute; bottom:25px; width:100%;}
.banner-box .hd ul {width:1400px; margin:0 auto; text-align:center; }
.banner-box .hd ul li{width:30px; height:30px; line-height:30px; color:#fff; font-family:Arial; font-size:16px; background:#333;cursor:pointer;display:inline-block; margin:0 2px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{background:#d90010;}
.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;}
.banner-box video{margin-left: 50%; transform: translateX(-50%);}



/*简介*/
.adoutbg{width:1400px; height:570px; margin:108px auto 0; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240627/20240627163534_1774937127.jpg) center no-repeat;}
.adout_cont{}
.adout_tit{display:flex; flex-direction:row; align-items:flex-end;}
.adout_tit span{font-family:Arial; text-transform:uppercase; font-size:80px; line-height:63px; color:#d90010; font-weight:bold;}
.adout_tit em{display:block; margin-left:10px; padding-bottom:5px; font-size:40px; line-height:40px; color:#333; font-weight:bold;}
.adout_txt{width:544px; margin-top:13px; padding-left:110px; padding-top:87px; font-size:16px; line-height:36px; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240627/20240627163534_386907619.png) 54px top no-repeat;}
.adout_txt a{font-size:16px; line-height:36px;}
.adout_digit{display:flex; flex-direction:row; justify-content:space-between; width:544px; margin-top:57px; margin-left:110px;}
.adout_digit dl{}
.adout_digit dt{display:flex; flex-direction:row; align-items:flex-end;}
.adout_digit dt span{display:block; margin-right:4px;}
.adout_digit dt font{font-family:DIN Medium; font-size:40px; line-height:35px; color:#d90010; font-weight:bold;}
.adout_digit dt em{display:block; width:20px; margin-left:4px; text-align:center; line-height:20px; color:#fff; border-radius:50%; background:#d90010;}
.adout_digit dl:nth-child(1) dt em{font-size:12px;}
.adout_digit dd{margin-top:16px; font-size:16px; line-height:36px; color:#777;}
.adout_video{padding-top:17px;}
.adout_video em{display:block; position:relative; cursor:pointer; border-radius:13px; overflow:hidden;}
.adout_video em:after{content:""; display:block; width:50px; height:50px; position:absolute; left:calc(50% - 25px); top:calc(50% - 25px); background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240627/20240627163535_630145224.png) center no-repeat;}
.adout_video em:before{content:""; display:block; width:60px; height:60px; border-radius:50%; background:rgba(217,0,16,.6); box-shadow:0px 0px 0px 5px rgba(217,0,16,.4); opacity:1; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); animation:playKey 1.2s linear infinite;}
@keyframes playKey { 
0% {transform:translate(-50%,-50%) scale(1); box-shadow:0px 0px 0px 5px rgba(217,0,16,.4); opacity:1;}
25% {transform:translate(-50%,-50%) scale(1); box-shadow:0px 0px 0px 10px rgba(217,0,16,.4); opacity:1;}
50% {transform:translate(-50%,-50%) scale(1.2); box-shadow:0px 0px 0px 15px rgba(217,0,16,.3); opacity:0.9;}
75% {transform:translate(-50%,-50%) scale(1.4); box-shadow:0px 0px 0px 25px rgba(217,0,16,.2); opacity:0.6;}
100% {transform:translate(-50%,-50%) scale(1.8); box-shadow:0px 0px 0px 35px rgba(217,0,16,.1); opacity:0.3;}
}
#adoutVideoBox{margin:auto; padding:1em; border-radius:10px; border-width:5px; overflow:visible;}
#shutAdoutVideoBox{width:30px; text-align:center; line-height:30px; color:#fff; font-weight:bold; text-transform:uppercase; position:absolute; right:-35px; top:5px; border-top-right-radius:5px; border-bottom-right-radius:5px; background-color:#000; cursor:pointer; transition-duration:0.8s;}
#shutAdoutVideoBox:hover{background-color:#c60000;}



/*服务项目*/
.projectbg{width:100%; max-width:1920px; min-width:1400px; height:832px; margin:134px auto 0; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240628/20240628111246_740940718.jpg) center no-repeat;}
.project{width:1400px; margin:0 auto; padding-top:73px;}
.project .general_tit em,.project .general_tit p{color:#fff;}
.project_box{width:100%; height:560px; overflow:hidden; margin-top:27px;}
.project_cont{width:calc(1400px / 5); height:486px; padding:30px 29px; border-right:1px solid #ebebeb; box-sizing:border-box; background:#fff; position:relative; cursor:pointer; transition-duration:0.5s;}
.project_cont:before{content:""; display:block; width:280px; height:73px; position:absolute; left:0; bottom:-73px; opacity:0; transition-duration:0.5s; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240628/20240628111246_1054900711.png) center no-repeat;}
.project_box .swiper-wrapper > div:nth-child(1) .project_cont{border-left:1px solid #ebebeb;}
.project_img,.project_img img{width:100%; height:150px;}
.project_txt{margin-top:24px;}
.project_txt em{display:block; text-align:center; font-size:24px; line-height:24px; color:#333; font-weight:bold; transition-duration:0.5s;}
.project_txt em:after{content:""; display:block; width:39px; height:3px; margin:23px auto 0; background:#d90010; transition-duration:0.5s;}
.project_txt p{margin-top:15px; font-size:16px; line-height:32px; transition-duration:0.5s;}
.project-pagination{display:flex; flex-direction:row; justify-content:center; margin-top:-26px; position:relative; z-index:1;}
.project-pagination span{width:10px; height:10px; border:2px solid #fff; border-radius:50%; box-sizing:border-box; background-color:transparent; opacity:1;}

.project_box .swiper-slide-active .project_cont{border-color:#d90010 !important; background-color:#d90010;}
.project_box .swiper-slide-active .project_cont:before{opacity:1;}
.project_box .swiper-slide-active .project_cont .project_txt em,.project_box .swiper-slide-active .project_cont .project_txt p{color:#fff;}
.project_box .swiper-slide-active .project_cont .project_txt em:after{background-color:#fff;}
.project-pagination span.swiper-pagination-bullet-active{border-color:#d90010; background:#d90010;}



/*项目实例*/
.actualbg{width:1400px; margin:83px auto 0;}
.actual{margin-top:30px;}
.progdwz2021 li{float:left; margin-bottom:30px;}
.progdwz2021 li+li{margin-left:40px;}
.progdwz2021 li > a{display:block; width:440px; height:330px; overflow:hidden;}
.progdwz2021 li > a img{width:100%; transition-duration:0.5s;}
.progdwz2021 li:hover > a img{transform:scale(1.1);}
.progdwz2021 li > br{display:none;}
.progdwz2021 li span{display:block; background:#f2f2f2;}
.progdwz2021 li span a{display:block; text-align:center; font-size:16px; line-height:50px; text-decoration:none; transition-duration:0.5s; background-image:linear-gradient(#d90010,#d90010); background-position:left center; background-repeat:no-repeat; background-size:0 100%;}
.progdwz2021 li:hover span a{color:#fff; background-size:100% 100%;}



/*优势*/
.meritbg{width:100%; max-width:1920px; min-width:1400px; height:1056px; margin:60px auto 0; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240628/20240628142544_190505536.jpg) center no-repeat;}
.merit{width:1400px; margin:0 auto; padding-top:80px;}
.merit_box{width:100%; height:737px; margin-top:55px; box-shadow: 0px 0px 80px 0px rgba(41,41,41,0.17); padding:50px; box-sizing:border-box; background:#fff;}
.merit_nav{float:left;}
.merit_nav li{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; width:357px; height:112px; padding-left:10px; border-top:1px solid #ededed; box-sizing:border-box; cursor:pointer; transition-duration:0.5s;}
.merit_nav li em{display:flex; justify-content:center; align-items:center; width:52px; height:52px; font-family:DIN Medium; font-size:30px; line-height:29px; color:#fff; font-weight:bold; border-radius:50%; background:#555; transition-duration:0.5s;}
.merit_nav li span{display:block; width:100px; margin-left:20px; font-size:24px; line-height:24px; color:#333; font-weight:bold; transition-duration:0.5s;}
.merit_nav li span p{margin-top:6px; font-family:Arial; font-size:12px; line-height:9px; color:#aaa; font-weight:normal; text-transform:uppercase; transition-duration:0.5s;}
.merit_nav li i{display:flex;width:110px;height:65px;margin-left:54px;overflow:hidden;justify-content: center;align-items: center;}
.merit_nav li i img{width:100%; height:auto;}
.merit_nav li.merit_cur{box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.1);}
.merit_nav li.merit_cur em{background-color:#d90010;}
.merit_nav li.merit_cur span,.merit_nav li.merit_cur span p{color:#d90010;}
.merit_contbg{float:right;}
.merit_cont{position:relative;}
.merit_img,.merit_img img{width:922px; height:638px;}
.merit_txt{width:1051px; height:171px; padding:30px 30px 30px 40px; box-sizing:border-box; box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.1); background:#fff; position:absolute; left:-378px; bottom:0;}
.merit_txt span{display:flex; flex-direction:row; align-items:flex-end; margin-bottom:25px;}
.merit_txt em{display:block; margin-left:10px; font-size:28px; line-height:28px; color:#333; font-weight:bold;}
.merit_txt p{font-size:16px; line-height:16px; color:#555;}
.merit_txt p+p{margin-top:16px;}
.merit_txt p:before{content:""; display:inline-block; width:10px; height:10px; margin-right:17px; box-shadow:0px 0px 0px 2px rgba(229,229,229,1); border-radius:50%; background:#bdbdbd; vertical-align:middle;}



/*证书*/
.honorbg{width:100%; max-width:1920px; min-width:1400px; height:783px; margin:0 auto; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240628/20240628152501_363314700.jpg) center no-repeat;}
.honor{width:1400px; margin:0 auto; padding-top:80px;}
.honor_cont{margin-top:16px; padding-left:18px;}
.honor_cont .new_web_div2021 .tempWrap{width:1362px !important;}
.honor_cont .new_web_div2021 li{float:left; margin-right:35px; width:313px; height:427px;}
.honor_cont .new_web_div2021 li a{display:block; width:100%; height:100%; overflow:hidden; position:relative;}
.honor_cont .new_web_div2021 li a:before{content:""; display:block; width:313px; height:427px; position:absolute; left:0; top:0; z-index:2; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240628/20240628160829_620786957.png) center no-repeat; background-size:100% 100%;}
.honor_cont .new_web_div2021 li a img{transition:0.5s;}
.honor_cont .new_web_div2021 li:hover > a img{transform:scale(1.1);}



/*新闻*/
.newsbg{width:1400px; margin:0 auto; margin-top:83px;}
.news_top{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-end; padding-bottom:33px; border-bottom:1px solid #ededed;}
.news_tit{font-size:40px; line-height:40px; color:#d90010; font-weight:bold; text-indent:48px; letter-spacing:5px; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240628/20240628152501_458657563.jpg) no-repeat;}
.news_tit span{ display:block; margin-top:15px; font-size:18px; color:#666; line-height:18px; letter-spacing:0; font-weight:normal; text-indent:0;}
.news_nav{}
.news_nav li{float:left; width:124px; margin-left:1px; text-align:center; background:#eaeaea;}
.news_nav li a{font-size:18px; line-height:43px; color:#555; text-decoration:none;}
.news_nav li.newscur{background:#d90010;}
.news_nav li.newscur a{color:#fff; font-weight:bold;}

.news{margin-top:30px; overflow:hidden;}
.news_fl{float:left;}
.news_fl .news_div_item{position:relative; width:583px; height:437px;}
.news_fl .news_div_item_pic{position:absolute; left:110px; top:154px;}
.news_fl .news_div_item_pic:after{content:""; display:block; position:absolute; right:-15px; bottom:0; width:15px; height:184px; background:#d90010;}
.news_fl .news_div_item_pic a{display:flex; justify-content:center; align-items:center; width:457px; height:284px; border:1px solid #d0d0d0; overflow:hidden;}
.news_fl .news_div_item_pic a img{width:100%; transition-duration:0.8s;}
.news_fl .news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}
.news_fl .news_div_item_date{position:absolute; left:0; top:16px; font-family:Barlow;}
.news_fl .news_div_item_date:after{content:""; display:block; margin-top:70px; width:60px; height:1px; background:#d0d0d0;}
.news_fl .news_div_item_year{font-size:30px; line-height:30px; font-weight:bold;}
.news_fl .news_div_item_month,.news_fl .news_div_item_day{position:absolute; top:30px; font-size:20px; line-height:20px; color:#777;}
.news_fl .news_div_item_month{left:12px;}
.news_fl .news_div_item_day{left:41px;}
.news_fl .news_div_item_content{position:absolute; left:109px; top:16px;}
.news_fl .news_div_item_title a{font-size:18px; line-height:18px; color:#333;}
.news_fl .news_div_item:hover .news_div_item_title a{color:#d90010;}
.news_fl .news_div_item_body{ width:476px; margin-top:14px; line-height:24px; color:#666;}

.news_fr{float:right;}
.news_fr .news_div_item:nth-child(1){display:none;}
.news_fr .news_div_item{position:relative; width:735px; height:133px; margin-bottom:20px;}
.news_fr .news_div_item_pic{position:absolute; left:0; top:0;}
.news_fr .news_div_item_pic a{display:flex; justify-content:center; align-items:center; width:215px; height:133px; border:1px solid #d0d0d0; overflow:hidden;}
.news_fr .news_div_item_pic img{width:100%; transition-duration:0.8s;}
.news_fr .news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}
.news_fr .news_div_item_date{position:absolute; left:272px; bottom:0; font-family:Barlow; font-size:14px; line-height:14px; color:#777;}
.news_fr .news_div_item_date:after{content:""; display:block; width:25px; height:1px; margin-top:6px; margin-left:-32px; background:#d0d0d0;}
.news_fr .news_div_item_year,.news_fr .news_div_item_month,.news_fr .news_div_item_day{float:left}
.news_fr .news_div_item_month{left:12px;}
.news_fr .news_div_item_day{left:41px;}
.news_fr .news_div_item_content{position:absolute; left:245px; top:4px;}
.news_fr .news_div_item_title a{font-size:18px; line-height:18px; color:#333;}
.news_fr .news_div_item:hover .news_div_item_title a{color:#d90010;}
.news_fr .news_div_item_body{width:490px; margin-top:9px; line-height:22px; color:#666;}




/*友情链接*/
.links{margin:0 auto; width:1400px; height:72px; line-height:72px; margin-top:80px; background:#d90010; position:relative; z-index:10;}
.links a{ color:rgba(255,255,255,0.7) !important;}
.links a:hover{ color:rgba(255,255,255,1) !important;}
.links1{ float:left; padding-left:60px; font-size:16px; font-weight:bold; color:#FFF; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626172011_1131551105.jpg) 30px center no-repeat;}
.links2{ float:left; margin-left:12px;}
.linkTagcs{ height:72px !important; overflow:hidden;}
.links3{ float:right; padding-right:30px;}



/*版权*/
.bottombg{ margin-top:-36px; width:100%; padding-top:100px; background:#222; color:rgba(255,255,255,0.5);}
.bottombg a{ color:rgba(255,255,255,0.5);}
.bottombg a:hover{ color:#fff;}
.bottom_main{ width:1400px; margin:0 auto; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626181838_399698328.png) right top no-repeat;}

.bottomfl{ float:left; width:300px;}
.bottomfllogo{}
.bottomfllx{ margin-top:35px;}
.bottomfllx span{ padding-left:35px; font-family:DIN Medium; font-weight:bold; line-height:26px; font-size:30px; color:#d90010; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626182432_1270193768.png) left 7px no-repeat;}
.bottomfllx em{ display:block; margin-top:25px; padding-left:20px; line-height:26px; font-size:16px; color:#fff; background:url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626181838_784410520.png) left 5px no-repeat;}
.bottomflma{ margin-top:50px;}
.bottomflma li{ float:left; margin-right:10px; position:relative;}
.bottomflma li:hover a{ display:block; background:#d90010; border-radius:50%;}
.bottomflma li em{ position:absolute; left:0; top:-150px; display:none;}

.fudaohang{ margin-left:110px; float:left; padding-top:10px;}
.fudaohang dl{ float:left; margin-right:150px;}
.fudaohang dt{ line-height:18px; font-size:18px; color:#FFF;}
.fudaohang dd{ margin-top:20px; line-height:36px;}

.banquan{ margin:0 auto; width:1400px; margin-top:50px; padding:30px 0; border-top:1px solid #656565;}
.copy{ float:left;}



/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/dgqian/uploadfile/image/20240626/20240626185221_1241822082.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #d90010; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; margin-top:12px; background-color: #d90010 !important; border-color: #d90010 !important; }
.y-kefu-box01 .kf-mobile p{ color:#FFF;}
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.kf-email,.y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #d90010; border-color: #d90010;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #d90010; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 94px; height: 94px; margin: 30px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #d90010; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
/*qq*/
.y-kefu-box01 .kf-zixun {border-bottom: solid 1px #efefef; display:none !important; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 a.kf-zixun:hover{ background-color: #d90010; border-color: #d90010; color: #fff; }/*颜色更改*/
.y-kefu-box01 a.kf-zixun:hover>i { background-position: -30px -5px; }
/*关闭后*/
.hide-status .kf-zixun { border-bottom:none; border-radius: 2px; display:block !important; }
.hide-status .kf-zixun i { background-position: -30px -5px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#d90010;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }
