<style>
@charset "utf-8";

.gundong_bg{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
}
/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}
 
/*通用代码*/
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden; font-weight: lighter; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210724/20210724171447_310548155.jpg) top repeat-x;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color:#09499f;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{width:1300px; margin:0 auto;}
.w1400{width:1400px; margin:0 auto;}
.w1800{margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}

#copy { display: none;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

.title{text-align: center;font-size: 45px;color: #09499f; font-weight: bold;}
.title i{color: #333; font-weight: bold;}
.title span{display: block;font-size: 18px;margin: 5px 0 20px 0;font-weight: lighter;color: #888888;}
.title em{ font-size:0; display:inline-block;height: 30px;margin-top: 0px;}
.title em i{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#ccd2cc;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:12px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#09499f;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
.title b{color: #484848;font-weight: normal;}

.titles{text-align: center;font-size: 40px;color: #09499f; font-weight: bold;}
.titles i{color: #333; font-weight: bold;}
.titles span{display: block;font-size: 18px;margin: 5px 0 20px 0;font-weight: lighter;color: #888888;}
.titles em{ font-size:0; display:inline-block;height: 30px;margin-top: 0px;}
.titles em i{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#ccd2cc;animation: bounce_fountainG 1.2s linear infinite;} 
.titles em i+i{ margin-left:12px;}
.titles em i:nth-child(1){animation-delay: .4s;}
.titles em i:nth-child(2){background:#09499f;animation-delay: .6s;}
.titles em i:nth-child(3){animation-delay: .8s;}
.titles b{color: #484848;font-weight: normal;}

@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
.gd{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
}
@keyframes widthchange{
        0%{ width:20%}
        50%{ width:100%}
        100%{ width:20%}
        }
}
.mainhovercolor a:hover{color: #09499f;}

.mainhovercolor a:hover{color: #09499f;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top100{ margin-top:100px;}
.top60s{ padding-top:60px;}
.hovermaincolor a:hover{ color:#09499f;}
/*抬头*/
#top_bg{width:1400px; margin:0 auto; height:150px;}
#top_bg .t1{float:left; padding-top:50px;}
#top_bg .t2{float:left; padding-top:38px; padding-left:20px; font-size:36px; letter-spacing:1px; font-family:SourceHanSansCN-Bold; font-weight:bold;}
#top_bg .t2 p{ font-size:16px; letter-spacing:-1px; font-family:SourceHanSansCN-ExtraLight; text-transform:uppercase; font-weight:normal;}
#top_bg .t3{float:left; padding-top:40px; padding-left:20px;}
#top_bg .t4{float:left; padding-top:45px; padding-left:20px; font-size:26px; color:#09499f; font-weight:bold;}
#top_bg .t4 p{font-weight:normal; font-size:15px; color:#333; letter-spacing:-0.6px;}
#top_bg .t5{float:right; padding-top:42px; font-size:16px;}
#top_bg .t5 .tel1{height:29px;}
#top_bg .t5 .tel1 img{float:left; padding-left:50px; padding-right:10px;}
#top_bg .t5 .tel1 a{font-size:16px; color:#333;}
#top_bg .t5 .tel1 a:hover{font-size:16px; color:#09499f;}
#top_bg .t5 .tel2{font-size:30px; color:#09499f; font-family:fontDin1;}
/*导航*/
.nav{width:100%; height:90px; background:#09499f; position:relative; margin-bottom:1px;}
.nav ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.nav ul>li{ position:relative; width:9.09%; text-align:center;}
.nav ul>li>a{ display:block; padding-top:28px; font-size:16px; height:90px; color:#ffffff; transition:all .3s ease;}
.nav ul>li>a p{font-size:12px; font-weight:normal; color:#5380bc;}
.nav ul>li.cur>a,.nav ul>li:hover>a{ background:#c51b30;}
.nav ul>li.cur>a p,.nav ul>li:hover>a p{color:#d7606f;}
.nav>ul>li .sedNav {width:350px; padding:30px;border:3px #fff solid;position: absolute;background:#f5f5f5;right: 0;top:100%; z-index: 99;display: none;}
.nav li .sedNav p{font-size:18px; font-weight:bold; color:#222;padding-bottom:8px;}
.nav li .sedNav span{font-size:12px; color:#9ea9a5; text-transform:uppercase;}
.nav li .sedNav span:after{content:"";display: block;  width:30px; height:4px; background:#09499f; margin-top:20px;}
.nav li .sedNav a {display: block; border:1px #e1e1e1 solid; width:180px;line-height: 34px;color: #888;font-size:14px; text-align: center;}
.sedNav_l{ text-align:left;} 
.nav li .sedNav td table{ display:none;}
.nav li .sedNav a+a,.nav li .sedNav tr+tr{  margin-top:10px; display:block;}
.nav li .sedNav a:hover {color: #fff;background-color: #09499f;}
/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1400px; height:638px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:638px; 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; top:225px; left: 0; margin-left: 0; height: 360px; 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/dgtaihao1/uploadfile/image/20210724/20210724172533_1820019937.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210724/20210724172533_1820019937.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:15px; height:15px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #09499f;border-radius: 8px; width:70px;}
.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{ border-bottom:1px solid #f3f3f3;}
.search .w1400{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.keyword,.keyword a{ line-height:90px; font-size:16px; color:#484848;}
.keyword span{color:#09499f;}
.searight{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.seatel{ padding:0 40px; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6; font-size:14px; color:#484848; margin-right:30px;}
.seatel em{ display:block; font-size:22px; font-family:fontDin1;}
.seatel span{ display:inline-block; padding-left:48px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210724/20210724190441_734235895.png) no-repeat left center;}
.search_bg{ width:263px; height:50px; background:#eaeaea; padding:0 20px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
#infoname{ border:none; background:none; width:230px; height:50px;}
/*数字*/
#sz_bg{width:100%; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726094605_1785359350.jpg) center no-repeat; height:687px;}
#sz_c{width:1400px; margin:0 auto; height:301px;}
#sz_c_l{width:620px; float:left; padding-top:30px;}
#sz_c_l li{float:left; width:310px; text-align:center;}
#sz_c_c{width:160px; float:left; padding-top:30px;}

.sz_font_top{height:90px; font-size:60px; font-family:fontDin1;}
.sz_font_top span{padding:2px 10px; margin-left:5px; background:#09499f; color:#fff; border-radius:30px; line-height:30px; text-align:center; font-size:14px; font-family:Microsoft YaHei;}
.sz_font_bottom{font-size:18px;}
.sz_font_bottom p{font-size:12px; text-transform:uppercase; font-weight:lighter; color:#bbb;}

.sz_logo{background:#eaeaea; width:160px; height:160px; border-radius:200px; padding-top:10px;}
.sz_logos{background:#fff; width:147px; height:147px; border-radius:200px; border:3px solid #dfdfdf; text-align:center; margin-left:10px;}
.sz_logos p{padding-top:50px;}

#sz_b{width:1400px; margin:0 auto;}
#sz_b_l{width:908px; float:left;}
#sz_b_l .h1{font-size:40px; font-weight:normal; padding-top:10px;}
#sz_b_l .h2{font-size:22px; font-weight:bold; color:#09499f; padding-top:5px;}
#sz_b_l .h3{height:5px; background:#bcbcbc; width:30px; margin-top:30px;}
#sz_b_l .h4{font-size:16px; color:#aaa; line-height:40px; padding-top:30px;}

#sz_b_r{width:492px; float:right; padding-top:16px;}

.btn {    width: 3%;
    float: right;    padding: 4% 0% 0;
    margin: 0 2% 0 0;}
.btn a {}
.btn a img {width:100%;height:auto;}

/*热销产品*/
#hot_t{text-align: center; font-size:40px; font-weight:normal;}
#hot_t span{font-weight:bold; color:#09499f;}
#hot_t p{font-size:18px; color:#aaa; padding-top:5px;}
#hot_c{width:30px; height:3px; margin:0 auto; background:#09499f; margin-top:20px;}

.product{ padding:60px 0;}
.protab{ font-size:0; margin:30px 0; height:450px;}
.protab li{ cursor:pointer;width:453px; height:216px; background-color:#f5f5f5; background-repeat:no-repeat;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; box-sizing:border-box; padding:0 30px;transition:all .3s ease; background-position:207px center; float:left;}
.protab li+li{margin-left:20px;}
.protab li:nth-child(4){margin-left:0px;}
.protab li:nth-child(4),.protab li:nth-child(5),.protab li:nth-child(6){margin-top:20px;}
.pt_t{ font-size:22px; color:#353535;transition:all .3s ease;}
.pt_c{ width:160px; font-size:12px; color:#b1b1b1; line-height:20px; margin:20px 0;transition:all .3s ease;}
.pt_btn a{ transition:all .3s ease; width:100px; line-height:33px; border:1px solid #dbdbdb; text-align:center; font-size:14px; color:#cccccc; font-weight:lighter; display:inline-block;}
.protab li:nth-child(2){ background-image:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726114637_1755320822.jpg); background-position:240px center;}
.protab li:nth-child(3){ background-image:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726114637_215635576.jpg); background-position:240px center;}
.protab li:nth-child(1){ background-image:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726114617_631129406.jpg);}
.protab li:nth-child(5){ background-image:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726114637_81516459.jpg); background-position:240px center;}
.protab li:nth-child(6){ background-image:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726114637_1227502191.jpg); background-position:240px center;}
.protab li:nth-child(4){ background-image:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726114637_1225483432.jpg);}
.protab li.on{ background-color:#09499f;}
.protab li.on .pt_t,.protab li.on .pt_c{ color:#fff;}
.protab li.on .pt_btn a{ border-color:#fff;color:#fff;}
.protab li.on .pt_btn a:hover{ background:#fff; color:#09499f;}
.hotpro{position:relative;}
.hotcon{ height:650px !important;}

.hotcon td{ display:inline-block; width:335px;border:1px solid #e6e6e6; padding:19px 19px 0 19px !important; background: #f5f5f5; position:relative; overflow:hidden;}
.hotcon td>a{ display:block;  overflow:hidden; background:#fff; position:relative;}
.hotcon td br{ display: none;}
.hotcon td span{ display:block; padding-top:0px !important; line-height:69px;}
.hotcon td span a{ display:block; position:relative; font-size:16px; font-weight: lighter;color:#222222; padding:0px 80px 0px 13px; line-height:69px; text-align:left; overflow:hidden; white-space:nowrap;text-overflow: ellipsis;}
.hotcon td span a:after{ content:'MORE'; display:block; position:absolute; top:0px; margin:auto 0; bottom:0; right:0px; width:70px; height:28px; background:#868686; text-align:center; line-height:28px; font-weight: lighter;color:#fff; font-size:14px; font-family:Arial, Helvetica, sans-serif;transition:all 0.5s ease;}
.hotcon td+td{ margin-left:19px;}
.hotcon tr+tr{ display:block; margin-top:20px;}
.hotcon td a,.hotcon td img{ position:relative; z-index:33; transition:all 0.5s ease;}
.hotcon td img{ width:99%; border:1px solid #ebebeb;}
.hotcon td:after{ content:''; display:block; position:absolute; width:100%; height:100%; top:0px; left:-120%; background:#09499f; transition:all 0.5s ease;transform: rotate(90deg);}
.hotcon td:hover:after{ left:0px; transform: rotate(0deg);}
.hotcon td:hover a{ color:#fff;}
.hotcon td:hover a:after{ background:#fff; color:#09499f;}
.hotcon td:hover a:after{ width:80px;}
/*四大特性*/
#sdtx_bg{width:100%; height:831px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726151026_1860375582.jpg) center no-repeat;}
#sdtx_t{padding-top:90px; height:302px;}
#sdtx_t .h1{height:65px; font-size:45px; color:#fff; font-weight:normal;}
#sdtx_t .h1 span{font-weight:bold;}
#sdtx_t .h2{height:50px; font-size:18px; color:#fff;}
#sdtx_t .h2 span{font-family:fontDin1; font-size:25px;}
#sdtx_t .h3{line-height:20px; color:#2e62a9; font-size:12px; text-transform:uppercase;}

#sdtx_b{width:1401px; margin:0 auto;}
#sdtx_b li{float:left; width:327px; height:440px; background:#fff; border-radius:10px; box-shadow:0 0 10px #b0b5c0; text-align:center;}
#sdtx_b li+li{margin-left:31px;}
#sdtx_b li .tx1{font-size:48px; font-family:fontDin1; height:75px; text-align:center; margin-top:40px;}
#sdtx_b li .tx2{height:120px; text-align:center;}
#sdtx_b li .tx3{height:40px; font-size:25px; font-weight:normal;}
#sdtx_b li .tx4{height:55px; font-size:14px; color:#cecece; text-transform:uppercase;}
#sdtx_b li .tx5{ font-size:18px; color:#888; line-height:30px;}

/*四大优势*/
#ys_bg{width:100%; background:#eeeff2; padding:0px 0px 60px 0px;}
.adv{ padding:0px 0 20px 0; width:1400px; margin:0 auto;}
.advtab{ margin:35px 0 35px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; text-align:center; background:#fff;}
.advtab li{ box-sizing:border-box; width:25%; height:160px; border:1px solid #e3e4e9; transition:all .3s ease; position:relative; font-size:30px; color:#30445f; cursor:pointer; transition:all .3s ease;}
.advtab li+li{margin-left:-1px !important;}
.advyuan{ position:absolute; left:0; right:0; margin:0 auto; top:-13px; width:26px; height:26px; border-radius:50%; background:rgba(184,211,242,.6);display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.advyuan i{ width:14px; height:14px; border-radius:50%; background:#rgba(184,211,242,.4);display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.advicon{ display:inline-block; width:50px; height:50px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726154607_1330969812.png) no-repeat left top; margin-top:40px; transition:all .3s ease;}
.advtab li:nth-child(2) .advicon{ background-position-x:-80px;}
.advtab li:nth-child(3) .advicon{ background-position-x:-167px;}
.advtab li:nth-child(4) .advicon{ background-position-x:-268px;}
.advyuan i em{ width:8px; height:8px; border-radius:50%; background:#fff;}
.advtab li.on{ background:#09499f; color:#fff;}
.advtab li.on .advicon{ background-position-y:-67px;}
.advcon{ padding:40px 50px 50px 50px; box-shadow:0 0 15px #d2d4da; background:#fff;}
.advcon ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-end;}
.advright{ width:580px;}
.advtop{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.advxian{height:3px; width:30px; background:#dedede; margin-top:30px; margin-bottom:30px;}
.advnum{ width:86px; line-height:86px; text-align:center; color:#fff; font-family:impact; font-size:42px; color:#fff; margin-right:25px;}
.advtop em{ font-size:16px; color:#d4d7db; text-transform:uppercase;}

.advtop b{ display:block; font-size:36px; color:#30445f; margin-bottom:6px; font-weight:normal;}
.advwa{ font-size:16px; color:#8b919a; line-height:36px; margin:20px 0 30px 0;}
.advwa p{ padding-left:45px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726154923_14992479.png) no-repeat left 10px;}
.advtop .pp{ height:10px;}

.advtel{ line-height:80px; background:#fff; font-size:16px; color:#333; text-align:center; box-shadow:0 0 15px #d0d0d0; width:418px; padding:0 30px;}
.advtel em{ display:inline-block; vertical-align:top; font-size:32px; color:#09499f; font-family:fontDin1;}
.advtel span{ display:inline-block; padding-left:42px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726162757_18878966.png) no-repeat left center;}
/*应用案例*/
#case_bg{width:100%; height:880px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726171141_1559106375.jpg) center no-repeat;}
#case_t{text-align: center; font-size:40px; color:#fff; padding-top:80px; font-weight:normal;}
#case_t span{font-weight:bold;}
#case_t p{font-size:18px; padding-top:5px;}
#case_c{width:30px; height:3px; margin:0 auto; background:#fff; margin-top:20px;}

.case_b .swiper-slide-duplicate{height:454px  !important;margin-top:157px !important;}
.case_b .swiper-slide-next{height: 454px  !important;margin-top:134px !important; transform: scale(0.9) !important;   margin-left: 30px !important;margin-right: 0px !important;
}
.case_b .swiper-slide-prev{margin-top:134px !important;transform: scale(0.9) !important; margin-left: -30px !important;
 }

.case_b .swiper-slide-active{transform: scale(1.1) !important;height: 28vw  !important; margin-top:84px !important; margin-left: 30px !important;}

.case_b{height: 610px;overflow: hidden;}
.case_b .swiper-slide{-webkit-transform: scale(0.8);transform: scale(0.8);margin-top:157px;height: 454px;}
.case_b .swiper-slide img{width:100%;}

.case_b .swiper-slide-active .text, .case_b .swiper-slide-duplicate-active .text {background-color: rgba(9,73,159,1);}

.case_b .text{width: 100%;background-color: rgba(105,126,150,1);height:12.4vw; padding:1vw 1.8vw;    box-sizing: border-box; }
.case_b .text  h4{font-size:1vw; font-weight: normal; line-height:2.4vw; color:#f5f5f5;}
.case_b .text p{font-size:0.7vw; line-height:1.4vw;  color: #b8c0ca;}
.case_b .text a{font-size:0.95vw; color:#b8c0ca; margin-top: 1vw; display: block; line-height:1.4vw; }
.case_b .text a:before{content:"+"; display: block; width:1.4vw; height:1.4vw; line-height:1.4vw; text-align:center; background:#00b1d1; float:left; margin-right:5px; color:#fff;border-radius: 100%;}
.case_b .swiper-slide-active h4, .case_b .swiper-slide-active p, .case_b .swiper-slide-duplicate-active h4, .case_b .swiper-slide-duplicate-active p{ color: #fff;}
.case_b .swiper-slide-active a, .case_b .swiper-slide-duplicate-active a {margin-top:1vw;color: #fff;}
.case_b .swiper-pagination {bottom: 0;left: 50%;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0)}
.case_b .swiper-pagination-bullet {width: 16px;height: 16px;background-color: #e4e4e4; opacity: 1;margin: 0 5px;}
.case_b .swiper-pagination-bullet-active { background-color: #0099e6}
.case_b .swiper-button-next, .case_b .swiper-button-prev { width: 36px; height: 36px;border-radius: 50%;border: 3px solid #dcdcdc; background-image: none; text-align: center;font-size: 0;margin-top:-50px !important;}
.case_b .swiper-button-next .iconfont, .case_b .swiper-button-prev .iconfont {font-size: 20px;line-height: 36px;color: #dcdcdc;}
.case_b .swiper-button-next:hover, .case_b .swiper-button-prev:hover { border-color: #0099e6;}
.case_b .swiper-button-next:hover .iconfont, .case_b .swiper-button-prev:hover .iconfont { color: #0099e6;}
.case_b a{ display: block;}

.case_b .swiper-button-next, .case_b .swiper-button-prev{display: none;}
/*流程*/
#lc_t{text-align: center; font-size:40px; margin-top:60px; font-weight:normal;}
#lc_t span{font-weight:bold; color:#09499f;}
#lc_t p{font-size:18px; color:#aaa; padding-top:5px;}
#lc_c{width:210px; margin:0 auto; margin-top:10px; font-size:25px; font-family:fontDin1;}
#lc_c img{padding-top:5px; padding-right:5px;}
#lc_cc{margin-top:20px; text-align:center;}
#lc_b{width:1398px; margin:0 auto; margin-top:30px;}
#lc_b_l{width:208px; float:left;}
#lc_b_l .lc_quan{width:208px; height:208px; border-radius:200px; background:#f8f8f8; text-align:center; cursor:pointer;}
#lc_b_l .lc_quan:hover{background:#09499f; color:#fff;}
#lc_b_l .font_t{padding-top:40px; height:95px;}
#lc_b_l .lc_quan .img1{width:44px; height:41px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_1280508206.png) no-repeat; margin:0 auto;}
#lc_b_l .lc_quan:hover .img1{width:44px; height:41px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_1324839441.png) no-repeat; margin:0 auto;}

#lc_b_l .lc_quan .img2{width:36px; height:38px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_1077842451.png) no-repeat; margin:0 auto;}
#lc_b_l .lc_quan:hover .img2{width:36px; height:38px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_1733035091.png) no-repeat; margin:0 auto;}

#lc_b_l .lc_quan .img3{width:38px; height:38px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_442094155.png) no-repeat; margin:0 auto;}
#lc_b_l .lc_quan:hover .img3{width:38px; height:38px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_1894339572.png) no-repeat; margin:0 auto;}

#lc_b_l .lc_quan .img4{width:45px; height:37px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_1726620816.png) no-repeat; margin:0 auto;}
#lc_b_l .lc_quan:hover .img4{width:45px; height:37px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_173754992.png) no-repeat; margin:0 auto;}

#lc_b_l .lc_quan .img5{width:34px; height:34px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_938885400.png) no-repeat; margin:0 auto;}
#lc_b_l .lc_quan:hover .img5{width:34px; height:34px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_77934422.png) no-repeat; margin:0 auto;}

#lc_b_l .lc_quan .img6{width:40px; height:34px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_1639338615.png) no-repeat; margin:0 auto;}
#lc_b_l .lc_quan:hover .img6{width:40px; height:34px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726193401_51415972.png) no-repeat; margin:0 auto;}

#lc_b_l .font_c{font-size:25px; color:#1c314b;}
#lc_b_l .font_c p{font-size:14px; color:#bbb; text-transform:uppercase; padding-top:5px;}
#lc_b_l .lc_quan:hover .font_c{color:#fff;}
#lc_b_l .lc_quan:hover .font_c p{color:#fff;}

#lc_b_r{width:30px; float:left; height:208px; overflow:hidden;}
#lc_b_r .xian{background:#ececec; height:1px; width:100%; margin-top:106px;}

/*留言*/
.feedback{white-space: nowrap;padding: 30px;box-shadow: 0 0 20px #ccc;font-size: 0; width:1400px; margin:0 auto; margin-top:50px;}
.feedback ul li{display: inline-block;vertical-align: top;width: 260px;height: 68px; box-sizing: border-box;background: #f5f5f5;}
.feedback ul li input{display: inline-block;height: 68px;border: none; background: none;width: 160px;}
.feedback ul li+li{margin-left: 10px;}
.pcul li:hover .pcicon{-webkit-animation: icon-bounce .7s alternate;
    -moz-animation: icon-bounce .7s alternate;
    -o-animation: icon-bounce .7s alternate;
    animation: icon-bounce .7s alternate;}
.feedback ul li:nth-child(1),.feedback ul li:nth-child(2),.feedback ul li:nth-child(3){padding-left: 60px;}
.feedback ul li:nth-child(1){background:#f5f5f5 url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726195739_657338569.png)no-repeat left center}
.feedback ul li:nth-child(2){background:#f5f5f5 url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726195739_1798066707.png)no-repeat left center}
.feedback ul li:nth-child(3){background:#f5f5f5 url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726195739_661642403.png)no-repeat left center}
.feedback ul li:nth-child(4){padding: 0 30px;}
.feedback ul li:nth-child(4) input{width: 130px;}
.feedback ul li:nth-child(5) input{width: 100%; background: #09499f;color: #fff;transition: all .3s ease;}
.feedback ul li:nth-child(5) input:hover{background: #ff6c00;}
.feedback ul li img{display: inline-block; vertical-align: top;margin-top: 25px;}
/*公司简介*/
#company_bg{width:100%; height:894px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726201802_1574126565.jpg) center no-repeat; margin-top:60px;}
#company_bg_c{width:1400px; margin:0 auto; padding-top:110px;}
#company_bg_c_l{width:700px; float:left;}
#company_bg_c_r{width:700px; float:right;}
#company_bg_c_r .h1{height:40px;}
#company_bg_c_r .h2{height:58px; font-size:48px; padding-left:30px; font-weight:bold; color:#09499f; text-transform:uppercase;}
#company_bg_c_r .h3{height:66px; font-size:30px; padding-left:30px; font-weight:normal; color:#1c314b;}
#company_bg_c_r .h5{height:309px; font-size:16px; padding-left:30px; color:#b7babe; line-height:43px;}
#company_bg_c_r .h6{height:108px; width:100%; background:#e0e7f0; font-size:23px; color:#1c314b; line-height:108px;}
#company_bg_c_r .h6_l{width:570px; float:left;}
#company_bg_c_r .h6_r{width:130px; float:right;}
#company_bg_c_r .h6_r a{display:block; background:#09499f; color:#fff; font-size:60px; text-align:center;}
#company_bg_c_r .h6_r a:hover{background:#eb7f00;}

.spvideo{ width:700px; height:580px; position:relative; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726203609_617165638.jpg) no-repeat center;}
.ripple,.ripple:before,.ripple:after {position: absolute;left:50%;top:52%;height: 65px;width:65px;margin-top: -34px;margin-left: -33px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(31,93,203,0.64);-o-box-shadow: 0 0 0 0 rgba(31,93,203, 0.64);box-shadow: 0 0 0 0 #09499f;animation: ripple 3s infinite;}
.ripple{background: rgba(31,93,203, 0.5);display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_box.cur .video,.video_box.cur .video_x{top:40%;transition:600ms ease;}

@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);}
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}
.jquery-lightbox-move *{ box-sizing:content-box;}
/*新闻动态*/
.news_bg{width:100%; height:900px; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726204621_403186156.jpg) no-repeat;}
.news_bg_l{width:260px; float:left;}
.news_bg_r{width:1140px; float:right;}

.news_tab{ width:200px; margin-top:30px; height:70px;}
.news_tab li{ width:200px; height:70px; line-height:70px; position:relative; font-size:20px; color:#414755; font-weight: normal; transition:all .3s ease; cursor:pointer;}
.news_tab li:nth-child(1){margin-left:0px;}
.news_tab li a{line-height:70px; font-size:20px; display: block; width:200px;}
.news_tab li.on{ color:#09499f; text-decoration:underline; font-weight:bold;}
.news_tab li.on a{color:#09499f;}
.news_tab li.on a:hover{color:#ff6000;}
.news_tab .n1{font-size:48px; font-weight:bold; line-height:48px; text-transform:uppercase;}
.news_tab .n2{margin-top:20px; margin-bottom:20px;}
.news_tab .n3{font-size:36px; font-weight:bold; color:#09499f;}
.news_tab .n4{height:30px;}

.news_bg_c_bg{ position:relative; height:740px;}
.newsshow ul{position:relative; height:740px; font-weight:lighter;}

.news_font_bg{width:530px; height:226px; padding:30px; background:#fff; margin-left:40px; margin-top:30px; float:left;}
.news_font_bg .nn1{width:106px; float:left; font-size:30px; font-weight:normal; font-family:fontDin1; margin-top:22px;}
.news_font_bg .nn1 p{font-size:14px; color:#b8b8b8; padding-top:5px;}
.news_font_bg .nn1 div{width:60px; height:1px; background:#c7c7c7; margin-top:45px;}
.news_font_bg .nn2{width:168px; float:left; margin-top:22px;}
.news_font_bg .nn2 .h1{width:168px; height:60px; overflow:hidden; line-height:30px; font-size:18px;}
.news_font_bg .nn2 .h1 a{font-size:18px; color:#333;}
.news_font_bg .nn2 .h1 a:hover{font-size:18px; color:#09499f;}
.news_font_bg .nn2 .h2{width:168px; height:50px; overflow:hidden; line-height:25px; color:#aaa; margin-top:10px;}
.news_font_bg .nn3{width:30px; float:left;}
.news_font_bg .nn4{width:164px; float:left; height:164px; overflow:hidden; border:1px solid #ddd;}
.news_font_bg .nn4 img{width:164px; transition:0.6s; height:164px;}
.news_font_bg .nn4:hover img{transform:scale(1.1); transition:0.6s;}

/*底部导航*/
#b_nav{width:100%; background:#242635; padding:70px 0px 30px 0px; border-bottom:1px solid #2a2d41;}
#b_nav_c{width:1400px; margin:0 auto; color:#676976;}
.b_nav_c_1{width:331px; float:left;}
.b_nav_c_2{width:166px; float:left;}
.b_nav_c_3{width:283px; float:left;}
.b_nav_c_4{width:247px; float:left; padding-top:35px;}
.b_nav_c_5{width:196px; float:left;}
.b_nav_c_6{width:177px; float:left;}

.b_font{font-size:26px; font-weight:normal;}
.b_font p{ font-size:16px; padding-top:5px;}
.b_fonts{font-size:16px; padding-top:10px;}
.b_fonts span{color:#fff; font-family:fontDin1; font-size:25px;}

.b_nav_bg{width:100%; background:#202231; padding:30px 0px 30px 0px;}


.crcon{ padding:60px 0;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; vertical-align:top; padding:0 75px; position:relative;}
.kslj li:after,.kslj li:nth-child(1):before{ content:''; display:block; position:absolute; width:3px; height:219px; right:0; top:0; background:url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210727/20210727085946_68813830.png) no-repeat center;}
.kslj li p{ font-size:20px; color:#fff; margin-bottom:20px;}
.kslj li:nth-child(1):before{ right:auto; left:0;} 
.kslj li a{ display:block; font-size:14px; color:#676976; line-height:30px;}
.kslj li a:hover{ color:#fff;}
.codecon dl p{ font-size:18px; color:#fff; margin-bottom:20px; text-align:center;}
.codecon dl img{ display:block; padding:4px; border:1px solid #2f363d; width:140px; height:140px;}
.codecon dl { width:150px !important;}
.codetab{ margin:47px 0 0 47px;}
.codetab p{ border-radius:50%; cursor:pointer; background:#455567;}
.codetab p+p{ margin-top:14px;}
.codetab p.on{ background:#09499f;}
/*友情链接*/
.links{line-height: 90px;border-top: 1px solid #27293c;font-size: 18px;color: #676976;font-weight: lighter; background:#202231;}
.links p.fl{padding-left: 34px; background: url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210726/20210726212114_1291835950.png) no-repeat left center;margin-right: 20px;}
.links p.fl span{font-family: impact;text-transform: uppercase;padding: 0 10px; border-right: 1px solid #4a4a4a;}
.links p.fr a{font-size: 14px;color: #676976;font-weight: lighter;}
/*版权*/
#copyright_bg{width:100%; height:90px; background:#09499f; line-height:90px; color:#fff; font-size:15px;}
#copyright_bg a{color:#fff; font-size:15px;}
#copyright_bg a:hover{color:#ff0; font-size:15px;}
#copyright_bg_l{float:left;}
#copyright_bg_r{float:right;}
/*浮动*/
.my-kefu{position: fixed;right: 0px;top:35%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background:#09499f; margin-top: 1px;padding: 9px 0;height: 77px;width: 77px;}
.my-kefu li i{background: url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210727/20210727111457_1405048705.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu .ali i {margin: 5px auto;background-image: url(//memberpic.114my.com.cn/dgtaihao1/uploadfile/image/20210727/20210727111457_1474231333.png);}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:165px;}
.my-kefu .my-kefu-tel3 i{background-position: -28px -98px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
    
.my-kefu .my-kefu-xiadan i{background-position: 0 -98px;}
.my-kefu .my-kefu-wuliu i{background-position: 0 -123px;}

.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#333;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu .my-kefu-ftop p{color:#fff;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 18px; padding-left:15px; border-left: 1px solid #ddd; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}
.my-kefu-xiadan a{color: #fff;font-size: 15px;}
.my-kefu-wuliu a{color: #fff;font-size: 15px;}
.my-kefu-qq a{color: #fff;font-size: 15px;}

@font-face {
 font-family:fontDin1;
 src: url(//memberpic.114my.com.cn/dgtaihao1/cssnew/DIN-MEDIUM_otf.txt),url(//memberpic.114my.com.cn/dgtaihao1/cssnew/DIN-MEDIUM_woff.txt),url(//memberpic.114my.com.cn/dgtaihao1/cssnew/DIN-MEDIUM_eot.txt),url(http://login.114my.cn/memberpic/dgtaihao1/cssnew/DIN-MEDIUM_woff2.txt),url(http://login.114my.cn/memberpic/dgtaihao1/cssnew/DIN-MEDIUM_ttf.txt)}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-Bold-Alphabetic.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-Bold-Alphabetic.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-Bold-Alphabetic.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-Bold-Alphabetic.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-Bold-Alphabetic.svg.txt") format("svg");
}
@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-ExtraLight-Alphabetic.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-ExtraLight-Alphabetic.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-ExtraLight-Alphabetic.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-ExtraLight-Alphabetic.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/dgtaihao1/cssnew/SourceHanSansCN-ExtraLight-Alphabetic.svg.txt") format("svg");
}
</style>