/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}
i,em{font-style:normal;}
.dfs{display: flex;align-items: center;justify-content: space-between;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden; font-size:14px;}

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

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

.iconfont {font-family: "iconfont";}
.iconfont1 {font-family: "iconfont1";}
i{font-family: "iconfont";}


.t{text-align:center;margin-bottom:40px;}
.t p{font-size:40px;font-weight:bold;color: #222;padding-bottom: 8px;}
.t dd{color: #666;font-size: 18px;} 

.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;}
.top170 {padding-top: 170px;}

/*英文样式*/
.font_en{font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en{font-family: Arial, Helvetica, sans-serif;font-weight: normal;}



@font-face {
  font-family: 'iconfont1';  /* Project id 3662512 */
  src: url('//at.alicdn.com/t/c/font_3662512_86c2fkwryzh.woff2?t=1663745772591') format('woff2'),
       url('//at.alicdn.com/t/c/font_3662512_86c2fkwryzh.woff?t=1663745772591') format('woff'),
       url('//at.alicdn.com/t/c/font_3662512_86c2fkwryzh.ttf?t=1663745772591') format('truetype');
}





.head_bg{position: absolute;z-index: 999;}
.head{height: 100px;padding: 0 2%;display: flex;align-items: center;justify-content: space-between;}
.head_l{display: flex;align-items: center;height: 100px;}
.head_l d{font-size: 16px;color: rgba(255,255,255,0.8);}
.head_l .name{margin-left: 10px;}

.head_r{display: flex;align-items: center;height: 100%;}
.nav,.nav ul,.nav li{height: 100%;}
.nav li>a{font-size: 16px;color: #fff;font-weight: 500;line-height: 100px;display: block;}
.nav li{display: block;float: left;position: relative;}
.nav li dt{width:120px;background:#fff;position: absolute;left: calc((100% - 120px) / 2);border-radius: 5px;transform-origin: top;transform: rotateX(-90deg);transition: 0.3s ease all;}
.nav li:hover dt{transform: rotateX(0deg);}
.nav li dt a{width:100%;display:block;line-height:40px;text-align:center;}
.nav li+li{margin-left: 50px;}
.head_btn{display: flex;align-items: center;height: 100%;}
.head_btn:before{content:'';width:1px;height: 30px;background: rgba(255,255,255,0.6);display: block;margin: 0 30px 0 50px;}
.head_btn>div{width: 20px;height: 100%;float: left;margin-left: 20px;position: relative;}
.head_btn .search{background: url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220920/20220920094502_1712602995.png)no-repeat center;}
.head_btn .tel{background: url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220920/20220920094502_1196074785.png)no-repeat center;}
.head_btn .ewm{background: url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220920/20220920094502_467730903.png)no-repeat center;}
.nav>ul>li:after {content:'';width: 0%;height: 3px;background: #fff;transition: 0.5s;z-index: 0;opacity: 0;display: block;margin: -1px auto 0 auto;}
.nav>ul>li:hover:after, .nav>ul>li.cur:after { width:100%; transition: 0.5s;opacity: 1;}
.tel p{padding: 20px 0px;text-align: center;font-size: 20px;background: #fff;position: absolute;top: 100px;left: -220px;width: 280px;border-radius: 5px;color: #222;font-weight: 500;transform-origin: top;transform: rotateX(-90deg);transition: 0.3s ease all;}
.tel:hover p{transform: rotateX(0deg);}
.ewm p{width: 120px;height: 120px;display:block;position: absolute;top: 100px;left: -100px;transform-origin: top;transform: rotateX(-90deg);transition: 0.3s ease all;}
.ewm p img{width:100%;}
.ewm:hover p{transform: rotateX(0deg);}
.search:hover .tit_sel{transform: rotateX(0deg);}


.tit_sel {width: 608px;height: 150px;background:rgba(2555,255,255,0.9);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 34px; z-index: 99;top:100px;transform-origin: top;transform: rotateX(-90deg);transition: 0.3s ease all;}
.tit_sel span {font-size: 24px;display: block;color: #055db4;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;}
#search-i input{    filter: brightness(0.5);}
#search-bg{float:left;     width: calc(100% - 30px);height:33px; overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box;     border: 1px solid #dddddd;border-right: none;text-align: left; line-height: 30px;}
#search-bg input{width:100%;height:100%;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:15px; color: #222 !important;}
.search-text a:hover{ font-size:15px; color: #222;}
.search-text span{ float:left;  color:#222;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
form {justify-content: center;}


/* 幻灯片 */
/*banner*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1300px; height:920px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:920px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto; width: 100%;height: 80%;position: relative;z-index: 9;}
.banner-btn{ width: 100%; position: absolute; bottom:30px; left: 0; margin-left: 0; height: 500px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; 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(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220927/20220927141342_68483042.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220927/20220927141342_68483042.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:50px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8; background:#fff;}
.banner-box .hd ul li.on{ background:#ee5f03;border-radius: 8px; width:10px;}
.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; }
@-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%;
  }
  }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}




/* 产品中心 */
.prod_box{display: flex;align-items: center;justify-content: space-between;}
.prod_l{width: calc(50% - 20px);}
.prod_l li{background: url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220920/20220920110944_1338220279.jpg)no-repeat center;height: 710px;width: 100%;position: relative;overflow: hidden;}
.prod_l li:before{content: '';width: 100%;height: 450px;clip-path: polygon(100% 60%, 100% 100%, 0% 100%, 0% 0%);background: #3975fe;display: block;position: absolute;bottom: 0;}
.prod_l li .prod_img{position: relative;}
.prod_tit{padding: 80px 80px 0;}
.prod_tit p{font-size: 34px;font-weight: bold;color: #fff;}
.prod_tit d{font-size: 16px;color:rgba(255,255,255,0.8);display: block;margin-top: 20px;}
.prod_l .prod_img{width: 100%;text-align: center;margin-top: 80px;filter: brightness(1.2);}
.prod_r{width: calc(50% - 20px);}
.prod_r li{width: 100%;height: 335px;background: url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220920/20220920145845_1926293899.jpg)no-repeat center;display: flex;position: relative;justify-content: space-between;overflow: hidden;}
.prod_r li+li{margin-top: 40px;}
.prod_r .prod_tit{padding: 50px 0 50px 50px ;width: 35%;position: relative;}
.prod_r .prod_tit d{font-size: 14px;line-height: 24px;}
.prod_r .prod_img{margin-top: 60px;width: 60%;position: relative;}
.prod_r li:nth-child(1) img{max-width: 440px;margin-left: -20px;}
.prod_r li:nth-child(2) img{max-width: 387px;}
.prod_r li:before{content: '';width: 100%;height: 180px;clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 70%);background: #3975fe;display: block;position: absolute;bottom: 0;}
.prod li .prod_img img{transition:all .1s;}
.prod li .prod_img img:hover{transform: scale(1.05);}

.cp_bg{background: #f8f8f8;}
.cp_tab li,.cp_tab span{width: calc((100% - 6px) / 4);display: block;float: left;height: 64px;background: #fff;line-height: 64px;text-align: center;}
.cp_tab li{margin-right: 2px;}
.cp_tab li a,.cp_tab span a{color: #666;font-size: 18px;display:block;}
.cp_tab li.on{background: #3975fe;}
.cp_tab span:hover{background: #3975fe;}
.cp_tab span:hover a{color:#fff;}
.cp_tab li.on a{color:#fff}
.cp_list li .progdwz2021 li{width:32%;display:block;float:left;}
.cp_list li .progdwz2021 li>a{display:block;overflow: hidden;}
.cp_list li .progdwz2021 li br{display:none;}
.cp_list li .progdwz2021 li+li{margin-left:2%;}
.cp_list li .progdwz2021 li img{width:100%;height:auto;transition:all .3s;}
.cp_list li .progdwz2021 li:hover img{transform: scale(1.05);}
.cp_list li .progdwz2021 li span{width:100%;height:60px;line-height:60px;margin-top:2px;background:#fff;display:block;position: relative;}
.cp_list li .progdwz2021 li span a{display:block;text-align:center;font-size:18px;position: relative;z-index:9;}
.cp_list li .progdwz2021 li span:after{content:'';width:0%;height:100%;background:#3975fe;transition:all .3s;display:block;position: absolute;top:0;left:0;}
.cp_list li .progdwz2021 li:hover span:after{width:100%;}
.cp_list li .progdwz2021 li:hover span a{color:#fff;}



/*appli*/
.appli {}
.appli_box {margin: 0 auto;}
.appli_tit {display: flex;flex-direction: column;align-items: center;}
.appli_tit b {font-size: 50px;font-weight: 1000;color: #ccc;text-transform:  uppercase;opacity: 0.1;font-family:  Arial;}
.appli_tit p {position: relative;margin: -2% 0 0;font-size: 36px;display: flex;flex-direction: column;align-items: center;}
.appli_tit p span {font-size: 16px;font-weight: lighter;color: #999;padding: 4% 0 0;}
.appli_tab {margin: 40px 0 0;}
.appli_nav {background:  #f8f8f8;}
.appli_nav ul {display: flex;justify-content: space-between;width: 100%;}
.appli_nav li {display: flex;flex-direction: column;align-items: center;flex: 1;justify-content:  center;position:relative;z-index:5;padding: 1.2% 0;}
.appli_nav li:after {content:'';width:0;height:100%;position:absolute;background: #3975fe;left:0;top:0;transition:0.5s;z-index:-1;}
.appli_nav li.on:after {width:100%;}
.appli_nav li.on ,.appli_nav li.on a {color:#fff;}
.appli_nav li i {font-size: 30px;}
.appli_nav li:nth-child(3) i{font-size:25px;}
.appli_nav li:nth-child(5) i{font-size:35px;}
.appli_nav li a {font-size: 20px;font-weight:  lighter;padding: 16px 0 0;}
.appli_con {margin: 60px 15px 0;position: relative;}
.appli_call {padding: 0% 1% 0% 0;}
.divdgweb_new_div  {margin:0 !important;}
.divdgweb_new_div_item {display: flex !important;flex-direction: column-reverse;position: relative; margin: 0 0.2%;}
.divdgweb_new_div_item_content {background: rgba(57,117,254,0.8);position: absolute;bottom: -140px;right: 0;width: 80%;display: flex;justify-content: center;flex-direction: column;padding: 4% 12%;font-weight:100;overflow: hidden;transition: 0.5s;opacity: 0;}
.divdgweb_new_div_item_title a {font-size: 22px;color: #fff;font-weight:100;position:relative;}
.divdgweb_new_div_item_title:after {content:'\eb8f';position: absolute;left: 7%;top: 30px;font-family: 'iconfont';color: #fff;font-size: calc(1rem + 0.6vw);line-height: calc(1rem + 0.6vw);}
.divdgweb_new_div_item_body {font-size: 14px;line-height: 24px;color: rgba(255,255,255,0.5);font-weight: lighter;padding-top:8px;}
.news_div_item_pic img {width: 100%;height: auto;}
.appli_call .slick-center .divdgweb_new_div_item_content {bottom: 0;transition: 0.5s;opacity: 1;}
.appli_call .ban_dot {display: flex !important;width: 100%;position: absolute;bottom: -10%;left: 0;justify-content: center;align-items: center;}
.appli_call .ban_dot li {width: 13px;height: 13px;display: inline-block;background: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.appli_call .ban_dot li.slick-active {background: #3975fe;}
.appli_call .ban_dot li button {font-size:0;border: none;outline: none;}
.appli_call button {display: none !important;}



/* process */
.pcs_box{padding: 80px 0;}
.pcs_tit{font-size: 24px;color: #fff;height: 46px;line-height: 46px;overflow: hidden;text-align: center;letter-spacing: 2px;position: relative;}
.pcs_tit:before{content: '';width: 100%;height: 2px;background: #3975fe;position:absolute;top: 50%;left: 0;transformtranslate(10px, 10px);:transform: t;transform: translateY(-50%);}
.pcs_tit p{display: inline-block;width: 240px;height: 46px;background: #3975fe;line-height: 46px;font-weight: bold;position: relative;z-index: 2;}
.pcs_tit p:before,.pcs_tit p:after{content:'';width: 0;height: 0;border-width:23px;border-style: solid;position:absolute;}
.pcs_tit p:before{right: -46px;border-color: transparent transparent transparent #3975fe;}
.pcs_tit p:after{left: -46px;border-color: transparent #3975fe transparent transparent;}
.pcs_list{display: flex;width: 100%;margin: 60px 0 0;justify-content: space-between;}
.pcs_list li{width: fit-content;font-size: 16px;color: #333;text-align: center;}
.pcs_list li:hover em{color:#3975fe;}
.pcs_list li+li{position: relative;}
.pcs_list li+li:before{content:'\eb8d';font-family:'iconfont';font-size:32px;position: absolute;top: 50%;left: -143%;line-height:100px;display:block;transform:translateY(-50%);}
.pcs_list li+li:hover:before{color: #333;}
.pcs_list li em{display: block;width: 60px;height: 50px;line-height: 100%;overflow: hidden;margin: 0 auto 20px;font-size: 50px; color:#999;}
.pcs_list li em img{width: 60px;height: 100px;-webkit-transition:all .5s;transition:all .5s;}
.pcs_list li i{display: block;font-size: 12px;color: #ccc;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;margin-top: 10px;}
.pcs_list li:hover{color: #3975fe;font-weight: bold;}
.pcs_list li:hover em{font-weight: normal;-webkit-animation: hvr-buzz-out 0.75s linear;animation: hvr-buzz-out 0.75s linear;}
.pcs_list li:hover i{color: #3975fe;font-weight: normal;}
.pcs_ad{display: flex;justify-content: center;margin: 50px 0 0;}
.pcs_ad h3{font-size: 36px;font-weight: bold;color:#222;}
.pcs_tel{height: 66px;width: 600px;border-radius: 33px;background: #3975fe;margin-left: 30px;justify-content: left; padding-right:30px;}
.pcs_tel i{width: 52px;height: 52px;border-radius: 100%;background: #fff;margin-left: 12px;text-align: center;line-height: 52px;font-size: 26px;color: #3975fe;}
.pcs_tel span{margin-left: 12px;font-size: 20px;color: #fff;}
.pcs_tel em{font-size: 26px;font-weight: bold;color: #fff; font-family: Arial;}



/*简介*/
.com_bg{ height: 650px; background-image: url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220921/20220921111221_340579066.jpg); background-attachment: fixed; background-position: center;}
.com_t p{color:#fff;}
.com_t dd{color:rgba(255,255,255,0.6);}
.com_w{color: #fff; text-align: center;  }
.com_w dd{font-size: 16px; line-height: 36px;width: 80%;margin: 0 auto;}
.com_w a{display: block; width: 60px; height: 60px; border-radius: 100%; margin: 0 auto; background:#3975fe url(//memberpic.114my.com.cn/dgqjjd11/uploadfile/image/20211015/20211015174045_954093386.png)no-repeat center; margin-top: 40px;}

.com_m{background: #fff; box-shadow: 0 0 50px rgba(0,0,0,0.1); padding: 3vw 3vw 2vw; margin-top:60px;position: relative;}
.com_m li{float: left; width: 23.5%; text-align: center;}
.com_m li+li{margin-left: 2%; }
.com_m li img{width:100%; height:auto; transition: all .5s ease;}
.com_m li:hover img{transform: scale(1.1);}
.com_m li>a{display: block; overflow: hidden; }
.com_m li p a{display: block; font-size: 16px; height: 50px; line-height: 50px;transition: all .5s ease; }
.com_m li:hover p a{background:#3975fe; color:#fff;}



/*新闻*/
.news_t .fl p{font-size: 40px;font-weight: bold;color: #222;}
.news_t .fl d{color: #3975fe;}
.news_t .fl dd{font-size: 18px;color: #666;margin-top: 5px;}
.news_tab{margin-top: 30px;}
.news_tab a{font-size: 18px;color: #222;font-weight: 500;display: inline-block;}
.news_tab a+a{margin-left: 40px;}
.news_tab a:after{content: '';width: 0%;height: 4px;display: block;background: #3975fe;position:relative;top: -6px;z-index: -1;transition: 0.3s ease all;}
.news_tab a.on:after{width: 100%;}

.news_list{height:28vw; min-height:500px !important;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:100%;}
.news_list .news_div_item{width: 25%;display: block;float:left;position: relative;height:100%;transition:0.5s; padding:30px 40px 40px;border-right:1px #eee solid;}
.news_list .news_div_item:first-child{border-left:1px #eee solid;}
.news_list .news_div_item_date{font-weight: 400;height: 26px; line-height: 22px;}
.news_list .news_div_item_content{padding-right: 14px; padding-bottom:90px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{display: inline-block; font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 0;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100; display: none;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220927/20220927141527_979235910.png) no-repeat center;width: 18px;height: 14px;left: 0;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;height:72px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{overflow: hidden;}
.news_list .news_div_item img{transition:0.3s all linear; }
.news_list .news_div_item:hover img{transform:scale(1.1);}
.news_list .news_div_item:hover .news_div_item_a{color: #3975fe;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{padding-left:40px;display: block;width: 130px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;}




/*footer*/
.footer {display: -webkit-box;display: -ms-flexbox;display: flex;}
.footer_bg{width: 100%; color: #fff;background: #131513;position: relative;overflow:hidden;padding: 80px 0 70px;}
.bq_item li{position: relative;}
.bq_item li{ float: left;position: relative;}
.bq_item li:before{content: '';position: absolute;width:12px;height: 1px;background: #3975fe;top:24px;left: -22px;}
.bq_item li+li{margin-left:15%;}
.bq_item li a{ display: block;font-size: 15px; line-height: 36px; color: rgba(255,255,255,0.47);font-weight: lighter;}
.bq_item li a:hover{color:#fff;}
.footer_t{ font-size: 18px !important; color: #fff !important;  line-height: 48px !important; position: relative;font-weight: bold;}
.footer li p img{width:120px;border:10px #fff solid;}
.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: #ff0000;}
.copy_bg{height: 80px;background: #131513;line-height: 80px;overflow:hidden;border-top: 1px solid rgba(255,255,255,0.1);}
.copy_b{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.copy_bg div{color: rgba(255,255,255,0.47);}
.copy_b div:nth-child(1){width: 65%;}
.copy_bg div a{color: rgba(255,255,255,0.47);font-size:14px;}
.copy_bg div a:hover{color:#fff;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 73%;}
.bq_cl>b, .bq_cr>b, .bq_r>b {font-size: 24px;color: #fff;display: block;margin-bottom: 20px;line-height: 48px;}
.bq_ewm {display: -webkit-box;display: -ms-flexbox;display: flex;padding-top: 40px;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 34px;color: #fff;background: #131513;border:1px solid rgba(255,255,255,0.3);}
.bq_ewm li span img{width: 100%;}
.bq_ewm li span:hover{background:#3975fe;border-color:#3975fe;}
.ewm_cc {position: absolute;top: -100px;left:0;display: none;}
.bq_r {width: 26%;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;}
.bq_lx {line-height: 36px;}
.bq_lx li{font-size: 15px;color: rgba(255,255,255,0.47);}
.bq_ewm li+li {margin-left: 10px;}
.bq_item li:first-child {padding-left: 20px;}
.bq_item li:first-child:before {left: 0;}



.links{ background:#3975fe; line-height:92px; font-size:18px; color:#fff;}
.links p.fl{ background:url(//memberpic.114my.com.cn/dgqmjs11/uploadfile/image/20220927/20220927141430_1991601262.png) no-repeat left center; padding-left:33px;filter: brightness(5);}
.links p.fr a{ font-size:14px; color:#fff; font-weight:lighter;}
.end{ text-align:center;}
.end,.end a{ font-size:14px; color:#666; font-weight:lighter; line-height:70px;}
.links_r{width:90% !important; padding-left:1%;}
.linkTagcs{width:100% !important;}
.linkTagcs li a{font-size:15px;color:#fff !important;}




/*浮动*/
.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/0447421/uploadfile/image/20220915/20220915102423_44773749.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; background-color: #055db4; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
/*咨询*/
.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 .show-status .kf-zixun { background-color: #055db4; border-color: #055db4; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
/*电话*/
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.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 .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: 220px; 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:#055db4; font-size: 18px; }
/*二维码*/
.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; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.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 .y-email-infos {color:#b9b9b9; text-align: left; bottom: 0;}
.y-kefu-box01 .y-email-infos>div {padding: 20px 20px 20px 45px; position: relative; }
.y-kefu-box01 .y-email-infos>div i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .y-email-infos p { color:#055db4; 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; }
.y-kefu-box01 .y-email-infos span { color:#b9b9b9; }
.y-kefu-box01 .y-email-infos p { color:#055db4; font-size: 18px; }
/*回顶*/
.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; }
.y-kefu-box01 .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:#055db4; border-color: #055db4;}
.y-kefu-box01 .hver:hover>p { color: #fff; }

y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .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;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}
/*咨询缩小*/
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#055db4;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }