/*标签样式初始化*/
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{font-style: normal;}

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

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

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

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


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.t{text-align: center;}
.t p{font-size:30px;color: #222;font-weight:bold;}
.t p:before{width: 100px;height: 20px;content: "";background: url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211171648_258650843.png) no-repeat center;display: inline-block;margin-right: 20px;}
.t p:after{width: 100px;height: 20px;content: "";background: url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211171648_258650843.png) no-repeat center;transform: rotateY(-180deg);display: inline-block;margin-left: 20px;}
.t d{color: #046ee4;}
.t dd{color: #666;font-size: 16px;line-height: 30px;margin-top:5px;}


@font-face {
  font-family: 'iconfont';  /* Project id 2954444 */
  src: url('//at.alicdn.com/t/font_2954444_85abgjfqtdn.woff2?t=1637743343298') format('woff2'),
       url('//at.alicdn.com/t/font_2954444_85abgjfqtdn.woff?t=1637743343298') format('woff'),
       url('//at.alicdn.com/t/font_2954444_85abgjfqtdn.ttf?t=1637743343298') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}



/*抬头*/
.headr{background:#fff;}
.head {width: 100%; height: 40px;line-height: 40px; border-bottom: 1px #eee solid; padding: 0 10%;min-width:1400px;}
.head_l {float: left;font-size: 15px;color: #999;}
.head_r {float: right;font-size: 16px;color: #999;}
.headr {width: 100%; position: relative; z-index: 9999; height: 100px; padding: 0 4%;min-width:1400px;}
.h_adw {height: 100px;position: relative;}
.logo { float: left; margin-right: 3vw;margin-top: 16.5px;display: flex;align-items: center;}
.logo img{width:65px;}
.name{margin-left:20px;}
.name p{font-size:34px;color: #222;font-weight:500;line-height: 34px;}
.name d{font-size: 16px;color: #666;display: block;letter-spacing: 3px;margin-top:5px;}
.ltxt {font-size: 30px;color: #046ee4;line-height: 35px;display: inline-block; margin-left: 90px; margin-top: 18px;font-weight: bold; float: left;}
.ltxt span {display: block;font-size: 18px;opacity: 0.5;font-weight: 100; color: #999;}
.nav {right: 0; right: 235px;}
.nav ul { float: left;margin-right: 50px;}
.nav ul li {float: left;display: block;position: relative; transition: 0.4s; height: 100px; padding: 0px 30px;}
.nav ul li>a {color: #666; font-size: 18px;line-height: 100px;}
.nav ul li.cur:after, .nav ul li:hover:after { opacity: 1;}
.nav .cur a, .nav ul li:hover a { color: #046ee4;font-weight:500;}

.hline {width: 1px; height: 65px;background: #eeeeee; margin: 5px 21px; position:relative; left:87px; top:14px;}
.fl { float: left;}
.head_r a {color: #999999;font-size: 16px;display: inline-block;}
.head_r a:last-child{background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220108/20220108101335_325645730.png)no-repeat left;padding-left:40px;}

@media (max-width: 1800px){
.nav ul li{padding: 0px 20px;}}
@media (max-width: 1750px){
.nav ul li{padding: 0px 15px;}}
@media (max-width: 1650px){
.headr{padding: 0 5%;}
.head{padding: 0 5%;}
}
@media (max-width: 1550px){
.nav ul li{padding: 0px 15px;}}
@media (max-width: 1450px){}

/*导航下拉*/
.nav li>.nav2{position:absolute;top:100px;left:0px;z-index:1;display:none;box-shadow:5px 5px 10px rgba(0,0,0,.3);width:100%}
.nav li>.nav2 a{display:block;width:100%;height:60px;border-bottom:none;background:#fff;color:#333;}
#aa2>.nav2 a{width:150px;font-size:15px;}
.nav li>.nav2 a:hover{background:#046ee4;color:#fff;}
.nav2 b{color:#999;}
.nav li>.nav2 a span{display:block;color:#333;text-transform:uppercase;font-size:16px;line-height:60px;-webkit-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;-moz-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;text-align: center;}
.nav li>.nav2 a b{position:relative;display:inline-block;display:block;color:#ccc;line-height:30px;-webkit-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;-moz-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;}

.nav li>.nav2 a:hover span{color:#fff;font-size:18px;}


.top_source {background: #046ee4;margin-top: 30px;border-radius: 26px;}
.top_source > .top_source_btn2,.top_source > .top_source_btn3{float: left;width: 90px;position: relative;padding: 0px 19px;height: 40px;display: flex;align-items: center;}

.top_source > .top_source_btn2:hover:after,.top_source > .top_source_btn3:hover:after{background-position: center -92px;}
.top_source > .top_source_btn3:after{
 background: url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20211122/20211122151122_530490397.png) no-repeat center 0;}
.top_source > .top_source_btn2 > .wxewm > img,.top_source > .top_source_btn3 > .wxewm > img{width:100%;height:auto;display:block;}
.top_source > .top_source_btn2 > .wxewm, .top_source > .top_source_btn3 > .wxewm{display: none;position: absolute;width:150px;padding:12px 12px 6px 12px;background:#046ee4;top:70px;left:-4px;text-align: center;line-height: 30px;color: #fff;font-size: 14px;    box-sizing: content-box !important;}
.top_source > .top_source_btn2 > .wxewm:after,.top_source > .top_source_btn3 > .wxewm:after{content: '';width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #0f4988;display: block;position: absolute;top:-10px;left:57px;}

a.top_source_btn3 span { font-size: 16px;color: #f7fafe;width:100%;text-align:center;}
a.top_source_btn2 span { font-size: 16px;color: #f7fafe;width:100%;text-align:center;}
span.iconfont.icon { font-size: 20px;color: #f7fafe;position: relative;top:1.9px;right: 7px;}

.friendl p{float: left;}
.linkTagcs li{line-height: 58px !important;margin-left: 50px !important;}
.linkTagcs a { font-size: 16px;}
.friendl p { font-size: 17px !important;}

ul.ys_nav12 li:hover .hbk {
    color: #ffffff;
}
ul.ys_nav12 li::before {
    content: "";
    width: 100%;
    height: 323px;
    position: absolute;
    background: rgba(0,0,0,38%);
    right: 0px;
}

a.top_source_btn2::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #e3def3;
    left: 90px;
    top: 8px;
}

 /*幻灯片*/
.banner{overflow:hidden;width:100%;}
.banner-box{min-width:1400px;position:relative;margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{width:100% !important;}
.banner-box .bd li{width:100% !important;height: 900px;background-position:center;background-repeat:no-repeat;background-color:#eee;z-index:-1;}
.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;top: calc((100% - 104px) / 2);left:0;margin-left:0;height:100%;overflow:hidden; }
.banner-btn a{ display:block;width:49px;height:104px;position:absolute; top:0;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/dgkewei/uploadfile/image/20220211/20220211171740_1801684159.png) no-repeat 0 0; } 
.banner-btn a.next{right:-50px;background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211171740_1801684159.png) no-repeat -49px 0; }
.banner-box .hd {position:absolute;bottom:45px;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:#046ee4;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: 72px;-webkit-box-sizing: initial;box-sizing: initial;background: #fff;border-bottom: 1px solid #eee;}
.search_nbg{position: absolute;top: 500px;border-bottom: 1px solid #eee;background: #fff;}
.search_nbg.on{top:400px;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search-bg{width:400px;height:100%;overflow: hidden;}
.search{height: 72px;}
.search_l{line-height: 72px;color: #666;}
.search_l dd{font-size: 16px;color: #046ee4;display: inline-block;}
.search_l a{font-size: 14px;color: #666;}
.search_l a:hover{color:#046ee4;}
.search-bg #infoname{width:400px;background:#fff url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211171807_763966098.png)no-repeat 20px center; outline:none; color:#ccc;border: none;height:72px;line-height:6;font-size: 14px;padding-left: 50px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px; width: 72px;height: 72px;background: #046ee4;}


/*技术*/
.guide{font-size:16px;color: #48474b;line-height:30px;position: relative;z-index: 1;background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20211231/20211231143007_1668176761.jpg) no-repeat center 0;position: relative;height:784px;}
.guide_w{display:flex;justify-content:space-between;padding: 132px 0 0;}
.guide_wt{background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20211231/20211231145432_1729443638.png) no-repeat 0 180px;padding: 33px 0 64px;}
.guide_wc{width: 55%;}
.guide_wc h3{font-size: 50px;line-height: 72px;height: 93px;color: #2b2f34;}

.guide_p{margin-top: 65px;}
.guide_p li{}
.guide_p li:nth-child(2) span{background: url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20211231/20211231145536_965342004.gif) repeat;}
.guide_p li p,.guide_p li p img{width:100%;overflow:hidden;transition:all 1s;}
.guide_p li span{display: flex;height: 80px;color: #fff;font-size: 22px;background: url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20211231/20211231145536_606354310.gif) repeat;flex-direction: column;align-items: center;justify-content: center;}
.guide_p li em{font-size: 12px;text-transform: uppercase;line-height: 16px;color: #fff;opacity: 0.2;margin-top: 5px;}
.guide_wc >p{font-size: 16px;line-height:30px;color: #666;font-weight: 100;}
.guide_p>ul{display: flex;}
.guide_p>ul>li{width: calc(100%/3);}
.guide_p li:hover p img{transform: scale(1.1)}





/*products*/

.pro_bc{padding: 80px 0;background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20211231/20211231143007_208067759.jpg)no-repeat center top #f3f4f7;}
.pro_tit{text-align: center;}
.pro_tit p{position: relative;}
.pro_tit i{display: block;font-size: 20px;color: #333;line-height: 20px;padding-top: 12px;}
.pro_ca ul {display: flex;height: 60px;border: 1px solid #ddd;align-items: center;overflow: hidden;justify-content: space-between;    background:#fff;}

.pro_ca ul a {
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.pro_ca li {
    text-align: center;
    width:20%;
}

.pro_ca li.on a {
    background: #007bff;
    color: #fff;
}

.pro_ca {
    margin: 35px 0 40px;
}

.pro_item ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 40px;
}

.pro_ic {
}

.pro_item {
    flex-shrink: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_item img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.pro_item li:hover img{transform: scale(1.1);}
.pro_item li {
    width: calc((100% - 80px) / 3);
    transition: all .5s;
    background:#fff;
}

.pro_c {
    overflow: hidden;
}


.pro_item+.pro_item {
    display: none;
}

.pro_item li span a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align:center;
    font-size: 15px;
    position: relative;
    border-top: 1px solid #eee;
}

.pro_item li br {
    display: none;
}
.pro_item li span a:after {
    width: 34px;
    font-family: "iconfont";
    font-size: 16px;
    color: #3e89cc;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 0.5s;
}

.pro_item li>a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 323px;
}


.pro_item li:hover>a:before {
    top: 0;
}
.pro_item li:hover {
    border-color: #046ee4;
    background: #046ee4;
}
.pro_item li:hover span a {
    color: #fff;
}

.pro_ic {
    position: relative;
    height: 373px;
}


.cpys_bg{background:#fff;}
.m_cpys dl{float: left;width: 25%;height:550px;position: relative;    overflow: hidden;}
.m_cpys dl:before{content: "";position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.6);}
.m_cpys dt,.g_cpys dt img{width: 100%;display: block;}
.m_cpys dd{position: absolute;left:0;top:0;padding-top: 40%;transition: all 0.3s linear 0s;    width: 100%;}
.m_cpys h3{text-align: center;font-size: 28px;color: #fff;font-weight: normal;margin-bottom: 15px;}
.m_cpys h3 em{display: block;width: 84px;height: 84px;overflow: hidden;margin: 0 auto 10px;background: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.m_cpys h3 em img{width:60px;}
.m_cpys p{font-size: 14px;line-height: 26px;color: #fff;padding: 0 20%;text-align: center;margin-bottom: 45px;}
.m_cpys span a{display: block;width: 138px;height: 38px;line-height: 38px;border: 1px solid #fff;text-align: center;font-size: 14px;color: #fff;margin: 0 auto;display: none;}
.m_cpys dl:hover dd{padding-top: 30%;}
.m_cpys dl:hover:before{background: rgba(0,123,255,.8);}
.m_cpys dl:hover span a{display: block;}
.m_cpys dl:hover dd{ transform: translateY(-10px);}



/*应用领域*/
.apply_bg{background:#f8f8f8;}
.apply_img ul{display:block;float: left;width:100%;}
.apply_img ul+ul{margin-top:2%;}
.apply_img li{float:left;overflow: hidden;width:23.5%;position: relative;}
.apply_img li:nth-child(1){width:49%;}
.apply_img li:nth-child(4){width:49%;margin-top:2%;height:223px;overflow: hidden;display: flex;align-items: flex-end;}
.apply_img li:nth-child(1) p{line-height:70px;height:70px;}
.apply_img li:nth-child(4) img{margin-bottom:-40px;}
.apply_img li+li{margin-left:2%;}
.apply_img li *{display: block;    width: 100%;height: auto;}
.apply_img li>a{position: relative;}
.apply_img li>a img{transition: all 0.3s;}
.apply_img li:hover img{transform: scale(1.1);}
.apply_img li:hover>a:after{top:50%;}
.apply_img li p{margin-top: 1px;height: 50px;line-height: 50px;background: rgba(0,0,0,0.5);text-align: center;font-size: 15px;color: #333;position: absolute;bottom: 0;}
.apply_img li p:before{content:"";display:block;width: 0%;height: 100%;background: #046ee4;position: absolute;top: 0;transition:all 0.3s;}
.apply_img li:hover p:before{width: 100%;}
.apply_img li p a{font: inherit;color: inherit;position: relative;z-index: 2;color:#fff;}
.apply_img li:hover p a{color:#fff;}


.ab_bg{overflow:hidden;width:100%;height:600px;background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211171447_1605749547.jpg) no-repeat center top;}
.ab_bg .about{position:relative;margin:0 auto;padding-top:100px;width:1280px;}
.ab_bg .about .ab_nr{width:650px;}
.ab_bg .about .ab_nr h5{color:#333;font-weight:700;font-size:30px;}
.ab_bg .about .ab_nr p{overflow:hidden;margin-top:25px;height:108px;color:#666;font-size:14px;line-height:36px;}
.ab_bg .about .ab_list{position:relative;margin-top:60px;width:650px;height:80px;border-top:1px solid #dcdfe1;}
.ab_bg .about .ab_list ul li{position:relative;float:left;margin-right:100px;width:150px;height:80px;line-height:80px;}
.ab_bg .about .ab_list ul li.ab3{margin-right:0;}
.ab_bg .about .ab_list ul li a{display:block;padding-left:45px;color:#333;font-size:16px;-webkit-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;}

.ab_bg .about .ab_list ul li.on a{color:#046ee4;}

.ab_bg .about .ab_list ul li::after{position:absolute;top:0;left:0;width:0;height:2px;background:#046ee4;content:"";-webkit-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;}
.ab_bg .about .ab_list ul li.on::after{width:150px;}
.ab_bg .about .more{position:relative;margin-top:35px;width:230px;height:56px;border-radius:45px;background:#046ee4 url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211171851_1095239607.png) no-repeat 140px center;line-height:56px;}
.ab_bg .about .more a{display:block;color:#fff;text-indent:40px;font-size:16px;}
.ab_bg  .tit h3{margin-top:12px;color:#046ee4;font-weight:700;font-size:30px;}
.ab_bg  .tit h3 a{color:#046ee4;font-weight:700;font-size:30px;}
.ab_bg  .tit span{display:block;padding-top:50px;color:#999;text-transform:uppercase;font-size:14px;font-family:Arial,Helvetica,sans-serif;}



/*用实力证明您的选择正确*/
.adv{ height:1075px; background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211171935_1016031369.jpg) no-repeat center;}
.adv .title{ padding:88px 0 70px 0;}
.advtab{ font-size:0; width:100%; height:177px; box-shadow:0 0 20px #eee; margin-bottom:38px;background:#fff;}
.advtab li{ position:relative; box-sizing:border-box; height:177px; width:25%; border-right:1px solid #f2f2f2; cursor:pointer; display:inline-block; vertical-align:top; text-align:center; padding:80px 0 0 0;}
.adv_t{ font-size:26px; color:#333333; transition:all .3s ease;}
.adv_t em{ display: block;font-size: 14px; color: #848484; margin-top: 5px; font-family: Microsoft YaHei; font-weight: lighter;}
.advicon{ position:absolute; left:0; right:0; margin:0 auto; top:-44px; width:114px; height:114px; border-radius:50%; background:rgba(239,239,239,.6);display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; transition:all .3s ease;}
.advicon span{width:94px; height:94px; border-radius:50%; background:#efefef; transition:all .3s ease; display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.advicon span i{ display:block; width:59px; height:59px; background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172000_679853426.png) no-repeat left top;}
.advtab li:nth-child(2) .advicon span i{ background-position-x:-101px;}
.advtab li:nth-child(3) .advicon span i{ background-position-x:-202px;}
.advtab li:nth-child(4) .advicon span i{ background-position-x:-303px;}
.advtab li:after{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; top:95%;width:0; height:0; border-left:11px solid transparent; border-right:11px solid transparent; border-top:9px solid #046ee4; opacity:0; transition:all .3s ease;}
.advtab li.on:after{ opacity:1; top:100%;}
.advtab li.on .adv_t,.advtab li.on .adv_t em{ color:#ffffff;}
.advtab li.on{ background:#046ee4;}
.advtab li.on .advicon{background:#1784fe; transform:rotate(360deg);}
.advtab li.on .advicon span{ background:#046ee4;}
.advtab li.on .advicon span i{ background-position-y:-84px;}
.advcon{ height:520px; background:#fff; border-bottom-right-radius:50px;}
.advleft{ margin-left:-260px;}
.advcon ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.advright{ width:47%; margin:30px 0 0 80px;}
.advtop{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; font-size:35px; color:#333333;font-weight: bold;}
.advnum{width: 105px; line-height: 100px; text-align: center;background: #f0f0f0;font-size: 45px; color: #046ee4; margin-right: 30px;border-radius: 10px;}
.advtop em{display: block;font-size: 15px; color: #cdcdcd;margin-top: 10px; font-weight: lighter;}
.advwa{ margin:50px 0 50px 17px; font-size:16px; color:#2b2b2b; font-weight:lighter; line-height:35px;}
.advwa p{ padding-left:40px; background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172026_1443386088.png) no-repeat left 12px;}
.advwa p+p{ margin-top:35px;}
.advbtn a{ display:inline-block; width:150px; line-height:53px; border-radius:10px 0 10px 0; background:#046ee4; text-align:center; font-size:16px; color:#ffffff; margin-left:17px; transition:all .6s ease;}
.advbtn a span{ display:inline-block;}
.advbtn a:hover{ width:170px; box-shadow:0 0 15px #046ee4;}


/*定制流程*/
.pess_bg{height:675px;background: url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172059_1673428700.jpg)no-repeat center;}
.pess li{width:216px;height:250px;background: #fff;text-align: center;float:left;position: relative;    border-radius: 10px;}
.pess li+li{margin-left: 20px;}
.pess li *{display: block;}
.pess li t{font-size: 20px;color:#333;}
.pess li t:before{content:"";display: block;width:36px;height:36px;margin: 52px auto 29px;background: url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172127_1809826111.png)no-repeat;}
.pess li:nth-child(2) t:before{background-position:-36px 0;}
.pess li:nth-child(3) t:before{background-position:-72px 0;}
.pess li:nth-child(4) t:before{background-position:-108px 0;}
.pess li:nth-child(5) t:before{background-position:-144px 0;}
.pess li:nth-child(6) t:before{background-position:-180px 0;}
.pess li span{font-size: 16px;color:#999;line-height: 30px;}
.pess li p{width:46px;height:46px;line-height:46px;margin: 50px auto 0; background: #046ee4;border-radius: 100%;font-size: 18px;color: #eee;position: relative;}
.pess li p:after{content: "";display: block;width:46px;height:46px;border-radius: 50%;box-shadow: 0 0 0 0 rgb(4,110,228);animation: ripple 2.3s infinite;position: absolute;top: 0;}

.pess_tel{width: 710px;margin: 85px auto 0;}
.pess_tel p{width:380px;height:60px;line-height: 60px;padding-left: 90px;background: #046ee4 url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172206_754790094.png)no-repeat 55px center;border-radius: 100px;font-size: 18px;color:#eee;float:left;position: relative;}
.pess_tel b{font-size: 22px;color:#eee;}
.pess_tel a{display: block;width:380px;height:60px;line-height: 60px;float: left;margin-left: -50px;    padding-left: 145px;background: #000 url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172221_1818056610.png)no-repeat 110px center;border-radius: 100px;font-size: 18px;color:#eee;}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(35, 7, 128, .0);

                box-shadow: 0 0 0 25px rgba(35, 7, 128, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(35, 7, 128, .0);
                box-shadow: 0 0 0 0 rgba(35, 7, 128, .0);
    }
}




/*新闻*/
.news_bg{width:100%; background: #fff;padding-bottom: 80px;}
.news {margin: 0 auto;}
.news_t{text-align:left; float:left; width:300px;padding: 90px 0 40px 0;}
.news_t dd:after{display:none;}
.news_t p {    font-size: 36px;font-weight:normal;color:#222;}
.news_t dd {font-size: 16px; color: #999;line-height: 36px; font-weight:100;}
.news_t p:before,.news_t p:after{display:none;}
.news_a{width:auto;float:right; margin-top:100px;}
.news_a a{display:block;width:152px;height:46px;line-height: 44px;font-size: 18px;color:#333;float:left;font-weight:100; box-sizing: border-box; text-align:center; margin-left:20px;}
.news_a a.on{background: #0b4cb8; color:#fff; border:1px  #0b4cb8 solid;}
.news_b{height:540px !important;width: 100% !important;}
.news_box {
    width: 100% !important;
}

.news_box .news_div_item{width:33.334%;height:118px; float:left;position: relative;box-sizing: border-box;background:#fff;margin-left:2%; margin-bottom:16px; border: 1px solid #eee;}
.news_box .news_div_item:nth-child(1){margin-left:0; }
.news_box .news_div_item:nth-child(-n+2){width:31%;height: 520px; padding:24px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:100%;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:89.362%;display:block;height: 290px;overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:370px;width:83%;font-size:12px;color: #999;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content .news_div_item_title a:after{content: 'Read more →';font-size: 12px;color: #222;line-height: 40px; position: absolute;bottom: -130px;width: 100%;left: 0;}
.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{position: absolute;top:330px;width:89.362%;}
a.news_div_item_a{font-size:18px !important;color:#333;line-height:40px; position: relative;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px; overflow : hidden; top: ;ext-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: 26px 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:#0b4cb8; margin-bottom:-6px; transition:0.3s all ease-in-out;}
.news_box .news_div_item:nth-child(n+3):hover::after{width:100%;}



/*版权*/
.copyright{ background:#222222;}
.end,.end a{ font-size:15px; color:#888888;}
.end a:hover{ color:#fff;}
.end{ border-top:1px solid #000000;line-height: 60px;padding-top: 10px;;}
.crcon{ padding:75px 0 60px 0; border-bottom:1px solid #383838;}
.crcon .page,.kslj{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:20px; color:#ffffff; margin-bottom:18px;}
.kslj a{ display:block; font-size:14px; color:#898989; line-height:30px;}
.kslj a:before{ display:inline-block; content:'-'; margin-right:15px; vertical-align:middle;}
.kslj p:before{ content:''; display:inline-block; width:3px; height:16px; background:linear-gradient(to bottom,#046ee4 50%,#52c100 50%); margin-right:15px;}
.kslj a:hover{ color:#fff;}
.kslj li+li{ margin-left:110px;}
.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcodeleft img{ width:166px; height:166px; padding:15px; background:#fff; position:relative; border-radius:5px;}
.crcodeleft>div{ position:relative;}
.crcodeleft>div:after{ content:''; display:block; position:absolute; left:100%; top:16px; width:0; height:0; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:9px solid #fff;}
.crright{ margin:0 0 0 30px;}
.crcodeleft>div:nth-child(2):after{ top:76px;}
.crcodeleft>div:nth-child(3):after{ top:135px;}
.crright p{ cursor:pointer;  width:205px; height:46px; transition:all .3s ease; padding-left:25px; font-size:16px; color:#545556; font-weight:lighter; line-height:46px; border-radius:23px; background:linear-gradient(to right,#eaf0f5,#fefeff);}
.crright p i{ display:inline-block; vertical-align:middle; transition:all .3s ease; margin-right:15px; width:20px; height:20px; background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172250_1457061760.png) no-repeat center;}
.crright p+p{ margin-top:14px;}
.crright p.on{ background:linear-gradient(to right,#046ee4,#222222); color:#fff;}
.crright p.on i{ background-image:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172322_1832880568.png);}
#newBridge .icon-right-center{top: 38%;width: 54% !important;}

/*友情链接*/
.links_bg{width:100%; height:60px; background:#222; overflow:hidden;}
.links{line-height: 60px; font-size: 18px; color: #888;font-weight: lighter;background:url(https://memberpic.114my.com.cn/dgkewei/uploadfile/image/20220211/20220211172348_428999777.png) no-repeat right center;}
.linkTagcs li a{ font-size:14px; color:#888 !important;}
.links p.fl{ margin-right: 20px;}
.links p.fl span{font-family: impact; text-transform: uppercase;padding: 0 20px 0 10px;border-right: 1px solid #046ee4;}


.headr.mintop{position: fixed;top: 0;left: 0;}