/*标签样式初始化*/
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;}
@font-face{font-family: 'iconfont'; /* Project id 2996638 */ src: url('//at.alicdn.com/t/font_2996638_zn7cvilcthg.woff2?t=1638933866098') format('woff2'), url('//at.alicdn.com/t/font_2996638_zn7cvilcthg.woff?t=1638933866098') format('woff'), url('//at.alicdn.com/t/font_2996638_zn7cvilcthg.ttf?t=1638933866098') format('truetype');}
/*公共样式部分*/
body{color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;font-weight: normal;}
#copy{display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a{color: #666; text-decoration: none;}
a:hover{color: #f41010;text-decoration: none; border-bottom-style:}

.p-0{padding: 0;}
.pl-40{padding-left: 40px;}
.color-1{color: #f41010;}
.color-222{color: #222;}
.color-666{color: #666;}
.color-999{color: #999;}
.fw-l{font-weight: lighter;}
.fw-b{font-weight: bold;}
.fw-500{font-weight: 500;}
.bg-1{background: #f41010;}
.bg-f2{background: #f2f2f2;}
.bg-f3{background: #f3f3f3;}
.bg-f5{background: #f5f5f5;}
.bg-f8{background: #f8f8f8;}
.bg-e{background: #eee;}
.font-64{font-size: 64px;}
.font-40{font-size: 40px;}
.font-24{font-size: 24px;}
.font-22{font-size: 22px;}
.font-20{font-size: 20px;}
.font-18{font-size: 18px;}
.font-16{font-size: 16px;}
.font-15{font-size: 15px;}
.mt-40{margin-top: 40px;}
.mt-20{margin-top: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-90{margin-bottom: 90px;}
.lh-30{line-height: 30px;}
.lh-64{line-height: 64px;}
.ovh{overflow: hidden;}


.box{margin:0 auto;width:85%;box-sizing: border-box;padding: 0;min-width:1400px;}
.page{margin:0 auto;width:1400px;min-width:1400px;}
.bg{width: 100%;overflow: hidden;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;}
h3{text-align: center;}
h3 p{font-size:40px;color: #222;font-weight: normal;}
h3 d{color: #121582;font-weight: bold;}
h3 dd{color: #666;font-size: 18px;line-height: 40px;font-weight: lighter;}
.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;}



.head_bg{position: absolute;z-index: 99999;background: rgba(255,255,255,0.03);overflow: initial !important;top:0;}
.head_bg.mintop {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    z-index: 999;
}
.head_bg.mintop .head_l a img{filter: brightness(1);}
.head{height: 100px;display: flex;align-items: center;justify-content:space-between;position: relative;padding: 0 4%;}
.head_l{display: flex;}
.head_r{display: flex;align-items: center;}
.head_l a img{height: 100%;filter: brightness(10);} 
/*导航*/
.nav{height:100px;margin-right: 30px;}
.nav>ul>li{float: left; display:block;height:100px;z-index: 99;width: 130px;transition: 0.3s ease all;}
.nav>ul>li>a{display: block; color: rgba(255,255,255,0.6); font-size: 16px;text-align: center; z-index: 3333;position: relative;line-height: 100px;}
.nav>ul>li.navcurrent>a,.nav>ul>li:hover>a{color: #fff;}
.head_bg.mintop .nav>ul>li>a{color:#222;}
.head_bg.mintop .nav>ul>li.navcurrent>a,.head_bg.mintop .nav>ul>li:hover>a{color: #f41010;}
.head_bg.mintop .he_shiyong a{background: #f41010;border:1px solid #f33939;}

@media (max-width: 1800px){.nav>ul>li{width:93px;}}
@media (max-width: 1700px){.nav>ul>li{width:90px;}}
@media (max-width: 1300px){.he_shiyong{display: none;} .search{margin-left: 30px;}}



/*下拉*/
.nav>ul>li:hover .con_nav{transform: rotateX(0deg);}
.con_nav{background:rgba(255,255,255,1);position: absolute;top:100px;left: 0;z-index:55;overflow:hidden;width:100%;box-shadow: 1px 5px 10px rgba(0,0,0,0.2);transition: 0.5s;transform-origin: top;transform: rotateX(90deg);display: flex;justify-content: space-around;align-items: center;padding: 3%;}
.con_l{width: 10%; position: relative;}
.con_l:after{content:'';width:2px;height:100%;position:absolute;top:0;left: -18px;background: #f41010;}
.con_l p{display: flex;flex-direction: column;font-size: 24px; line-height: 24px;}
.con_l p span{font-size: 14px;color: #666;text-transform: uppercase;line-height: 18px;padding-top: 7px;font-family: Arial;}
.con_r{width: 62%;}
.con_r>ul{display: flex; justify-content: space-between; align-items: center; width: 100%;}
.con_r>ul>li{width: 24%;display: flex; align-items: center;justify-content: center; padding: 1%;}
.con_r>ul>li>a{font-size: 17px;color: #333; border-top: 1px #eee solid; border-bottom: 1px #eee solid; padding:15px 22px;text-align: center; line-height: 30px;}
.con_r>ul>li>a:hover{color: #f41010;}
.nav_con>ul>li:nth-child(4) .con_nav .con_r{width:72%;}
.nav_con>ul>li:nth-child(5) .con_nav .con_r>ul{flex-wrap: wrap;}
.nav_con>ul>li:nth-child(5) .con_nav .con_r>ul>li,.nav_con>ul>li:nth-child(8) .con_nav .con_r>ul>li{width:32.5%;}
.nav_con>ul>li:nth-child(5) .con_nav .con_r>ul>li:nth-child(n+4){margin-top:10px;}
.he_shiyong{margin: 0 40px; height: 48px;}
.he_shiyong a{display: block;border: 1px solid rgba(255, 255, 255, 0.2);line-height: 48px;width: 160px;height: 48px;overflow: hidden;text-align: center;color: #fff;font-size: 14px;position: relative;background: rgba(255, 255, 255, 0.06);}
.he_lin1::after{content: '';position: absolute;top: 0;left: 0;width: 20px;height: 20px;border-top: 1px solid rgba(255, 255, 255, 0.5);border-left: 1px solid rgba(255, 255, 255, 0.5);transition: all 0.36s;}
.he_lin2::after{content: '';position: absolute;bottom: 0;right: 0;width: 20px;height: 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);border-right: 1px solid rgba(255, 255, 255, 0.5);transition: all 0.36s;}
.he_shiyong a:hover .he_lin1::after{width: 100%;height: 100%;}
.he_shiyong a:hover .he_lin2::after{width: 100%;height: 100%;}
.wxewm{background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214100338_1215554762.png)no-repeat center;width: 27px;height: 22px;display: block;position: relative;cursor: pointer;}
.app{background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214100338_497557953.png)no-repeat center;width: 18px;height: 24px;display: block;margin-left: 30px;    position: relative;cursor: pointer;}
.wxewm p,.app p{width:120px;height:0px;display:block;    overflow: hidden;position: absolute;transition: 0.3s ease all;top:50px;left:calc((-120px + 100%) / 2);}
.wxewm p img,.app p img{width:100%;height:100%;}
.wxewm:hover p,.app:hover p{height:120px;}
.search{background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214101223_1802204718.png)no-repeat center;width: 25px;height: 100px;transition: 0.3s ease all;cursor: pointer;}
.iser_box,.itel_box{background:rgba(255,255,255,0.3);position:absolute;top:100%;right:0;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 9;border-radius: 10px;}
.icon>div:hover .iser_box,.icon>div:hover .itel_box{transform:rotateX(0deg);}
.search_l{display:flex;align-items:center;justify-content:end;color: #fff;}
.search_l span+span{margin-left:4px;}
.search_l a{color: #fff;font-size: 14px;}
.search_r{margin-top:20px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width:320px;text-align:center}
.dh_h{line-height: 36px;font-size: 22px;}
.itel_box p{color:#fff;position:relative;font-size:20px;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#feac00;margin-top:10px;}
.search_l .zya{font-size: 16px;}
.search_l span{color: #fff}
.search:hover .iser_box{transform: rotateX(0deg);}
.tp-bullets{margin-bottom: 0 !important;}

#Zz2 .con_nav{padding:20px 3%;}
#Zz2 .con_r>ul{display: inline-block;}
#Zz2 .con_r>ul>li{width:calc(100% / 3);border: 1px solid #eee;border-left: none;border-top: none;float:left;}
#Zz2 .con_r>ul>li:nth-child(-n+3){border-top:1px solid #eee;}
#Zz2 .con_r>ul>li:nth-child(3n+1){border-left:1px solid #eee;}
#Zz2 .con_r>ul>li>a{border:none !important;padding:0px;}


.head_bg.mintop .wxewm{background-image:url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211218/20211218093812_1685361581.png);}
.head_bg.mintop .app{background-image:url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211218/20211218093812_1269013694.png);}
.head_bg.mintop .search{background-image:url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211218/20211218093812_1225244363.png);}


/*幻灯片*/
.banner-box,.banner-box .bd li{height: 100vw;min-height:376px;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.com.cn/yueyi0769/uploadfile/image/20211206/20211206094719_1576773179.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.com.cn/yueyi0769/uploadfile/image/20211206/20211206094719_107707387.png);}
.banner-box .hd ul li.on{background:#f41010;}
.banner-box{position:relative;overflow:hidden;margin: 60px auto 0;}
.banner-box .bd{ width:100%;}
.banner-box .bd ul{width:100%;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center top;background-repeat: no-repeat;background-size:100% auto;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:50%;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}



.about_bg{position: relative;}
.about{display: flex;position: relative;z-index:99;}
.about_l{display: flex;align-items: center;justify-content: center;}
.about:before{content: '';background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214160322_1323603835.png)no-repeat;width: 208px;height: 218px;position: absolute;left: -50px;bottom: -50px;}
.about_r{display: flex;flex-direction: column;justify-content: center;padding-right:0;}
.about_r span{font-size: 64px;font-weight: bold;text-transform: uppercase;}
.about_r d,.honor_l d{display: block;}
.about_r a,.honor_l a{position: relative;display: block;font-size:16px;color: #f41010;transition: 0.3s ease all;}
.about_r a:after,.honor_l a:after{content: '';background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214153136_834116806.png)no-repeat center;width: 34px;height: 10px;display: inline-block;margin-left: 10px;transition: 0.3s ease all;}
.about_r a:before,.honor_l a:before{content: '';width: 29px;height: 29px;display: inline-block;background: rgba(244,16,16,0.1);border-radius: 50%;position: absolute;top: 6px;left: -6px;transition: 0.3s ease all;}
.about_r a:hover, .honor_l a:hover{padding-left:10px;color:#222;}
.about_r a:hover:before, .honor_l a:hover:before{background:rgba(244,16,16,0.5);top:-5px;}
.about_r a:hover:after, .honor_l a:hover:after{margin-left:20px;}

.honor{display: flex;justify-content: space-between;}
.honor_l{display: flex;flex-direction: column;justify-content: center;}
.honor_r{position: relative;}
.honor_r .new_web_div2021 li{width:calc((100% - 40px) / 3);display:block;float:left;margin-right:20px;}
.honor_r .new_web_div2021 li img{width:100%;height:auto;}
.honor_r .new_web_div2021 li p{display:none;}
.honor_r:after{content:'';width:420px;height:90%;background:url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214171250_1117100163.png)no-repeat center;display:block;position: absolute;right: -200px;bottom: -1.5vw;background-size: auto 100%;}
.honor_r .new_web_div2021:before{content:'';width:101px;height:50%;background:url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214180143_63072429.png)no-repeat center;display:block;position: absolute;left: -50px;top:25%;background-size: auto 100%;z-index: 9;}
.honor_r:before{content:'';background:url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211214/20211214190548_1759990176.png)no-repeat bottom right;width:1293px;height:862px;display:block;position: absolute;bottom:-30px;z-index:-1;}




/*产品中心*/
.prod_box{width: 100%;}
.prod_box a{height: 275px;}
.prod_box a .prod_l p:after{content:'';width: 22px;height: 22px;display: none;border-radius: 50%;background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211215/20211215094432_1697435622.png)no-repeat center #ccc;margin-left: 10px;position: relative;top:2px;transition: 0.3s ease all;}
.prod_box a:first-child .prod_l p:after,.prod_box a:last-child .prod_l p:after{display:inline-block;}
.prod_box a:first-child .prod_l i,.prod_box a:last-child .prod_l i{display:none;}
.prod_l span{width: 45px;height: 3px;display: block;margin: 20px 0 40px;}
.prod_l dd{font-size: 15px;line-height: 30px;color: #666;}
.prod_box a{padding: 0px;}
.prod_l i{width: 22px;height: 22px;display: block;border-radius: 50%;background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211215/20211215094432_1697435622.png)no-repeat center #ccc;margin-top: 60px;transition: 0.3s ease all;}
.prod_l{padding-left: 30px;height: 100%;display: flex;flex-direction: column;justify-content: center;position: relative;z-index: 9;}
.prod_r{position: absolute;right: 20px;height: 100%;display: flex;align-items: center;}
.prod_r img{transition: 0.3s ease all;}
.prod_box a:nth-child(2) .prod_r{margin-top: 20px;}
.prod_box a:nth-child(1) .prod_r img{margin-left: 10px;}
.prod_box a:hover .prod_l i,.prod_box a:hover .prod_l p:after{background-color:rgba(244,16,16,0.5);}
.prod_box a:hover .prod_r img{transform: scale(1.05);}

/*产品优势*/
.padv_bg{background:url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211217/20211217152531_1317610619.jpg)no-repeat center;height: 689px;}
.padv_t p{margin-top: -40px;color:#fff;}
.padv_t dd{color:rgba(255,255,255,0.6);}
.padv_t span{width: 70px;height: 4px;display: block;background: #fff;margin: 20px 0 50px;}
.padv{    display: flex;
    height: 100%;
    align-items: center;}
.padv_l{width: 580px;display: flex;flex-direction: column;height: 100%;justify-content: center;margin-top: -80px;}
.padv_r{width: calc(100% - 600px);}
.padv_tel p{display: inline-block;float: left;color:#fff;}
.padv_tel a{width: 120px;height: 36px;display: inline-block;border-radius: 18px;background: #222;color: #fff;line-height: 36px;text-align: center;float: left;margin-top: 10px;margin-left: 15px;transition: 0.3s ease all;}
.padv_tel a:hover{background:#f41010;}
.padv_l ul{width: 80%;}
.padv_l ul li{width: 22%;height: 95px;display: flex;float: left;background: #f41010;border-radius: 5px;flex-direction: column;align-items: center;justify-content: center;transition: 0.3s ease all;}
.padv_l ul li p{font-size: 16px;color: #fff;margin-top: 5px;}
.padv_l ul li+li{margin-left: 4%;}
.padv_tel{margin-top: 20px;}
.padv_r img{width:100%;display:none;}
.padv_l ul li i{transition: 0.3s ease all;}
.padv_l ul li:hover i{transform: rotateY(180deg);}


/*应用案例*/
.case_bg{position: relative;overflow: initial !important;}
.case_box{position: absolute;top: 0;z-index: 9;width: 100%;top: 0px;}
.case_bbg {height: 695px;width: 100%;position: relative;}
.case_bbg li{background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211215/20211215160636_1753172013.jpg)no-repeat center;width: 100%;height: 100%;position: absolute;top: 0;}
.case_bbg li:nth-child(2){background-image: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211217/20211217155710_1670477309.jpg);}
.case_bbg li:nth-child(3){background-image: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211217/20211217155710_1807866184.jpg);}
.case_bbg li:nth-child(4){background-image: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211217/20211217155710_2000944453.jpg);}

.case_bbg li:nth-child(5){background-image: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211217/20211217173153_236572400.jpg);}

.case_bbg li:nth-child(6){background-image: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211217/20211217155710_16782893.jpg);}
.case_bbg li:nth-child(7){background-image: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20220311/20220311201121_938158934.jpg);}

.case_tab{width: 25%;height: 695px;background: rgba(34,34,34,0.95);position: absolute;z-index: 9;padding-top: 40px;display: flex;justify-content:space-between;;flex-direction: column;}
.case_t span{font-size:3vw;color: rgba(255,255,255,0.6);text-transform: uppercase;font-weight: bold;line-height: 3.5vw;}
.case_t{display: inline-block;padding: 40px;}
.case_t p{font-size: 2vw;font-weight: lighter;color: #fff;}
.case_tab ul li{font-size: 16px;position: relative;padding-left: 40px;line-height: 50px;display: flex;align-items: center;cursor: pointer;}
.case_tab ul li:after{content: '';width: 0%;height: 50px;background: #f41010;display: block;position: absolute;top: 0;left: 0%;transition: 0.3s ease all;}
.case_tab ul li p{position: relative;z-index: 9;color: rgba(255,255,255,0.8);}
.case_tab ul li.on:after{width: 110%;}
.case_tab ul li.on p{color: #fff;}
.case_tab ul li:before{content: '';width: 13px;height: 13px;display: inline-block;border: 1px solid #fff;border-radius: 50%;float: left;z-index: 9;position: relative;margin-right: 10px;}
.case_bbg li p{position: absolute;width: 100%;padding: 10px 0 ; bottom: 0;background: rgba(0,0,0,0.5)}
.case_bbg li p span{color: #fff;font-size: 16px;color: #fff;display: block;height: 100%;display: flex;align-items: center;line-height: 30px;padding: 0 5%;padding-left:26%}



/*新闻*/
.news_bg{padding:5vw 0 2vw 0;}
.news_list{ text-align:center; }
.news_list a{ display: inline-block; width: 143px; height: 47px; line-height: 47px; font-size: 16px; color: #222; margin:0 1vw 0vw 1vw;  background: #f5f5f5;}
.news_list a.on{background: #f41010;color:#fff;}
.newsleft {width: 47%;height: 580px;overflow: hidden;}

.newsleft >.news_div>.news_div_item{position: relative;width: 100%;height: 580px;}
.newsleft .news_div_item_pic {position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.newsleft .news_div_item_pic a{height: 100%;}
.news .news_div_item_pic img {height: 100%;transition: all .6s ease;}
.newsleft .news_div_item_date {position: absolute;left: 0;top: 72%; display: none;}
.newsleft .news_div_item_year{float:right;    font-size: 18px;color:#999;padding-top: 12px;}
.newsleft .news_div_item_year:before{content:"|";display:block;color:#999;padding:0 10px;float: left;font-size: 15px;}
.newsleft .news_div_item_month,.newsleft .news_div_item_day{float:left;font-size: 30px;font-weight: bold;color:#222;}
.newsleft .news_div_item_content{position: absolute;left: 0;bottom: 0;z-index: 2;background: rgba(255,255,255,0.5);padding:2vw;}
.newsleft a.news_div_item_a {font-size: 26px;color: #222;font-weight: bold;justify-content: center; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.newsleft .news_div_item:hover .news_div_item_a{color: #f41010;}
.newsleft .news_div_item_body{margin-top: 20px;font-size: 15px; line-height:28px;height: 56px;    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.newsright{width:50%;}
.newsright>.news_div>.news_div_item:nth-child(1){display:none;}
.newsright .news_div_item_date {float: left;width: 120px;height: 100px;position: relative;}
.newsright>.news_div>.news_div_item{height: 100px;}

.newsright .news_div_item+.news_div_item{margin-top:60px;}
.newsright .news_div_item:nth-child(2){margin-top:0 !important;}

.newsright .news_div_item_year{  font-size: 18px;color:#999;position: absolute;top: 40%;    right: 39%;}
.newsright .news_div_item_month,.newsright .news_div_item_day{float:left;font-size: 30px;font-weight: bold;color:#222;}
.newsright .news_div_item_content{width: calc(100% - 120px);float: right;}
.newsright a.news_div_item_a {font-size: 16px;color: #222;font-weight: bold;}
.newsright .news_div_item:hover .news_div_item_a{color: #f41010;}
.newsright .news_div_item_body{margin-top: 15px;font-size: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.newsright .news_div{position: relative;}
.newsright .news_div:before{width: 1px;height: 100%;position: absolute;top: 0;left: 100px;display:block;content:"";background:#eee;}


/*版权*/
.c-footer__project{overflow: hidden;text-align: center;position: relative;padding-top: 4vw;padding-bottom: 4vw;width: 100%;background-size: 100% auto;background-repeat: no-repeat;background-position: top;background:#e22929 url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20211216/20211216103819_393047303.png)no-repeat center; }
.c-footer__project p{}
.c-footer__project .ft-p1{font-size: 38px;font-family: 'Tw Cen MT';color: #fff;font-weight:bold;line-height:45px;}
.c-footer__project .ft-p1 d{    display: block;font-size: 14px;font-weight: lighter;line-height: 24px;width: 240px;margin: 0 auto;border-top: 1px solid rgba(255,255,255,0.4);border-bottom: 1px solid rgba(255,255,255,0.4);}
.c-footer__project .ft-p4{}
.c-footer__project .ft-p4 a{color: #fff;padding: 0px 14px;font-size: 16px;border-right: 1px solid rgba(255,255,255,0.4);}
.c-footer__project .ft-p4 a:last-child{border-right: none;}
.c-footer__project .ft-p2{ font-size: 20px; padding-bottom: 10px; color: #111;}
.c-footer__project .ft-p2 img{width:120px;}
.c-footer__project .ft-p3{ font-size: 15px;padding-top: 30px;color: rgba(255,255,255,0.6);}
.c-footer__project .ft-p3 a{ color:rgba(255,255,255,0.6);}
.c-footer__project .ft-p5{padding-bottom: 20px;padding-top: 20px;color:rgba(255,255,255,0.6) }
.c-footer__project .ft-p5 span{display:inline-block;width:130px; line-height: 40px;}
.c-footer__project .ft-p5 img{display: block;width:100%;border:6px #fff solid;}
.c-footer__project .ft-p5 span+span{margin-left:20px;}
.c-footer__project a:hover{color:#fff;}

.link-bg{text-align:center; position: relative; line-height:30px; background:#ee3939; padding:20px 0;}
.link-bg span{width:100px !important;display:block; color:#ccc; line-height:30px; float:left; font-size:16px;text-align:left; }
.linkTagcs{display:block; width:90% !important;float:left;}



/*实力*/
.strength_bg{background: #f5f6f9; padding-bottom:90px;}
.strength li{float: left; background: #fff; position: relative; overflow: hidden;cursor: pointer; width: 20%; height:700px;}
.strength li+li{margin-left: 2%; }
.strength_w{text-align:center; position: relative; height:100%;}
.strength_w dd{font-size: 8vw; opacity: 0.1; font-family: "Tw Cen MT"; padding:8vw 0 2vw 0;}
.strength_w h3{font-size:1.7vw; color: #222; }
.strength_w p{font-size: 1.1vw; color: #333; line-height:1.6vw; padding-top:0.8vw;}
.strength_w:after,.strength_w:before{content: ""; width: 37px;height: 7px;  position: absolute; bottom:20%; }


.strength_w:after{ left:30%; background: url(//memberpic.114my.com.cn/jxsanjianke1/uploadfile/image/20211012/20211012150606_817895261.png)no-repeat center;animation: after 2s linear infinite; }
.strength_w:before{right: 30%; background: url(//memberpic.114my.com.cn/jxsanjianke1/uploadfile/image/20211012/20211012144553_1471449926.png)no-repeat center; animation: before 2s linear infinite; }

@keyframes after{
            0{
               transform:translateX(0);
            }
            50%{
               transform:translateX(-10px);
            }
            100%{
                transform:translateX(0);opacity: 0;
            }

        }
@keyframes before{
            0{
               transform:translateX(0);
            }
            50%{
                transform:translateX(10px);
            }
            100%{
                transform:translateX(0);opacity: 0;
            }
        }


.strength_ww{position: absolute; top:0; left:0; right:0;opacity: 0; z-index: 2; padding: 40px;}
.strength_wm{transition: all 0.5s; padding-top:2vw;display: flex;justify-content: center;align-items: center;width: 100%;height: 500px;overflow: hidden;}
.strength_wm img{width: 100%;}
.strength li.on{width:56%;}
.strength li.on .strength_w{display:none;}
.strength li.on .strength_ww{opacity: 1;}
.strength li.on .strength_wm{padding:0;}

.strength_wb{margin-top:1.5vw; }
.strength_wb b{font-size: 1.8vw; color:#222;}
.strength_wb span{font-size: 1.2vw; padding-left:10px; color:#333;}
.strength_wb p{font-size: 16px; line-height: 28px; padding-top:15px;}
.strength_wb:before{content: ""; display:block;  width:10px; height:90px; background:#f41010; float:left; position: absolute;left: 0px;}

/*@media (max-width: 1700px){
.strength li{height:620px;}
.strength_wm{height:420px;}
.strength_w h3{font-size:30px;}
.strength_w p{font-size:16px;}
.strength_wb b{font-size:28px;}
.strength_wb span{font-size:18px;}
}
@media (max-width: 1200px){
.strength li{height:500px;}
.strength_wm{height:310px;}
.strength_w h3{font-size:28px;}
.strength_w p{font-size:15px;}
.strength_wb p{font-size:14px;line-height:24px;}
.strength_wb b{font-size:24px;}
.strength_wb span{font-size:16px;}
}






@media (max-width: 1100px){
.head_r{flex-direction: row-reverse;} 
.head{padding: 0 0 0 10px;height: 60px;} 
.head_l{height: 70%;} 
.head_l a img{height: 100%;filter: brightness(1);} 
.nav{width: 60px;height: 60px;background: #f41010;position: relative;} 
.nav span{width: 30%;height: 2px;position: absolute;right: 30%;background: #fff;top: calc(50% - 1px);} 
.nav:before{content: '';width: 40%;height: 2px;display: block;background: #fff;position: absolute;right: 30%;top: 30%;transition: 0.3s ease all;} 
.nav:after{content: '';width: 40%;height: 2px;display: block;background: #fff;position: absolute;right: 30%;bottom: 30%;transition: 0.3s ease all;} 
.nav ul{overflow: hidden;height: 100%;position: fixed;background: rgba(255,255,255,0.9);width: 100%;right: -100%;top: 0px;transition: 0.3s ease all;padding: 100px 0 20px;z-index: -1;} 
.nav.on ul{right: 0;} .nav.on span{display: none;} .nav.on:before{transform: translateY(12px) rotate(45deg);} .nav.on:after{transform: translateY(-9px) rotate(-45deg);} .nav ul li{width: 100%;color: #222;height: 50px;line-height:50px;display: flex;align-items: center;text-align:center;} 
.nav ul li a{color: #222;height: 100%;width: 100%;line-height: inherit;} 
.nav ul li .con_nav{display: none;} .nav>ul>li.navcurrent>a,.nav>ul>li:hover>a{color: #222;} .head_r>div{margin: 0 0 0 20px;}
.head_bg{background: #fff;}
.iser_box{width:100%;border-radius: 0px;}
.search_l{justify-content: flex-start;}
}




@media (max-width: 1780px) and (min-width:1200px){
.prod_box a{width:calc(100% /3);}
    .prod_box a:last-child .prod_r img:first-child{display: none;}
    .prod_box a:first-child .prod_r img:first-child{display: none;}
}


@media (max-width: 1135px) and (min-width:0px){
.prod_box a:last-child .prod_r img:last-child{display: none;}
.prod_box a:first-child .prod_r img:last-child{display: none;}
}



@media (max-width: 1600px){
.padv{width:100%;padding: 0 2%;}
}


@media (max-width: 1400px){
.padv_r img{width:800px;}
.case_box{top: 0;height: 100%;}
.case_box>.box{width: 100%;height: 100%;}
    .case_tab{width: 320px;height: 100%;}
    .case_bbg li p span{width: 100%;padding-left: 340px;font-size: 14px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}
    .case_bbg li{background-size: auto 100%;}
}



@media (max-width: 1600px){
.honor_r{width:73%;}

}


@media (max-width: 1500px){
.honor_l p.mb-60{margin-bottom:20px;}
.honor_l span,.about_r span{font-size:40px;line-height:40px;}
.honor_l p,.about_r p{font-size:30px;}
.prod{width:100%;}
}


@media (max-width: 1200px){
.honor_l{text-align:center;}
.honor_l d{display:none;}
.honor_l a{display:none;}
.honor_r{width:100%;}
.honor_l span{display:block;}
.honor{display: block;}
.prod_box:last-child{display: flex;flex-flow: wrap-reverse;}
.top10{padding-top: 5px;}
.top20{padding-top: 10px;}
.top30{padding-top: 15px;}
.top40{padding-top: 20px;}
.top50{padding-top: 25px;}
.top60{padding-top: 30px;}
.top70{padding-top: 35px;}
.top80{padding-top: 40px;}
.top90{padding-top: 45px;}
.top100{padding-top: 50px;}
    .padv_r{width: 100%;text-align: center;}
    .padv_r img{width: 90%;}    
    .padv_l{width: 100%;}
    .padv_t{text-align: center;}
    .padv_t span{margin: 20px auto 40px;}
    .padv_l ul{margin: 0 auto;}
    .padv_tel{display: flex;align-items: center;justify-content: center;margin-bottom: 40px;}
.newsleft {width:55%;}
.newsright{width:40%;} 
.padv_bg{background:none;height:auto;}
.padv_r img{display:inline-block;}
.padv{display:block;}
.padv_l{margin-top:0px;}
.padv_t p{color:#222;}
.padv_t dd{color:#666;}
.padv_t span{background:#f41010;}
.padv_tel p{color:#222;}
h3 p{font-size:36px;}
h3 dd{font-size:16px;}
}

@media (max-width: 992px){

.pl-40{padding-left: 20px;}
.box{width: 95%;}
.about{display: block;}
.mt-40{margin-top: 20px;}
.mb-40{margin-bottom: 20px;}
.mb-60{margin-bottom: 30px;}
.mb-90{margin-bottom: 45px;}
.about_l{height: auto;align-items: flex-start;}
.about_l img{width:100%;}
.about_r span{margin-top: 20px;}
.about_r{padding-left:0px;padding-bottom:10px;text-align:center;}
.about_r p.mb-60{margin-bottom:20px;}
.about_r d.mb-90 {margin-bottom:30px;}  
.about_r d{line-height:28px;font-size:14px;    text-align: left;}
.search,.wxewm{display:none;}  
.honor_r:before{width: calc(100% + 15%);background-size: 100%;}
.prod_box a:last-child .prod_wz{display: none;}
.prod_box a:first-child .prod_wz{display: none;}
.prod_box a{height: 300px;}
.prod_r{margin-top: 60px;width: 100%;right: 0;bottom: 0;display: flex;justify-content: center;align-items: flex-end;}
.prod_l{display: block;margin-top: 30px;width: 100%;text-align: center;padding: 0;}
.prod_l span{margin: 20px auto 0;}
.prod_l i{display: none;}
.case_tab{width: 200px;}
    .case_t{padding: 20px;}
    .case_t p{font-size: 20px;}
    .case_t span{font-size: 20px;line-height: 25px;}
    .case_bbg li p span{padding-left: 220px;}
    .case_tab ul li{padding-left: 20px;}
.newsleft {width:60%;}
.newsright{width:35%;} 
.prod_box a .prod_l p:after{display:inline-block;}
.strength li .strength_ww{opacity: 1;}
.strength li .strength_w{display:none;}
.strength li{width:100%;}
.strength li.on{width:100%;}
.strength li+li {margin-left: 0%;margin-top: 30px;}
.strength li{    height: auto;}
.strength_wm{height:235px;}
.strength_w h3{font-size:28px;}
.strength_w p{font-size:15px;}
.strength_wb p{font-size:14px;line-height:24px;}
.strength_wb b{font-size:22px;}
.strength_wb span{font-size:14px;}
.strength_ww{position: relative;}
.strength_wb{margin-top:20px;}
h3 p{font-size:30px;}
.banner-btn a{width:45px;height:45px;background-size:100% 100%;}
.honor_r .new_web_div2021 li{width:calc((100% - 20px) / 3);margin-right:10px;}

@keyframes prev{
	0%{left:20px;opacity:1;}
	50%{left:30px;opacity:0.1;}
	100%{left:20px;opacity:1;}
}

@keyframes next{
	0%{right:20px;opacity:1;}
    50%{right:30px;opacity:0.1;}
	100%{right:20px;opacity:1;}
}
}

@media (min-width: 992px){
    .prod_box a:last-child  .prod_l i{display: none;}
    .prod_box a:first-child  .prod_l i{display: none;}
}


@media (max-width: 600px){
    .prod_r img{width: 80%;margin-bottom: 10px;}
    .prod_box a:nth-child(4) .prod_r img{width: 70%;}
    .prod_box a:nth-child(5) .prod_r img{width: 40%;}
    .prod_l p{font-size: 18px;}
    .padv_l ul{width: 100%;}
    .padv_tel p d{font-size: 30px;}
    .padv_t p{font-size: 36px;}
    .padv_tel{flex-direction: column;}
    .padv_r img{width: 100%;}
    .case_bbg{height: 500px;}
    .case_bbg li p span{width: 100%;padding-left: 5%;}
    .case_box{top: 0;}
    .case_box .case_tab{background: rgba(0,0,0,0);width: 100%;padding-top:0px;}
    .case_box .case_t{text-align: center;}
    .case_box .case_t span{color: #f41010;font-size: 28px;}
    .case_box .case_t span br{display: none;}
    .case_box .case_t p{color: #222;font-size: 28px;}
    .case_bg{display: flex;padding-top: 100px;}
    .case_tab ul{width: 100%;margin: 0 auto;position: absolute;top:100px;}
    .case_tab ul li{float: left;width: 50%;background: rgba(0,0,0,.8);}
    .case_tab ul li.on:after{width: 100%;}
    .strength_ww{padding:20px;}
    .c-footer__project .ft-p5 span{width:90px;}
    }
@media (max-width: 500px){
    .prod_box a{height: 250px;}
}

@media (max-width: 800px){
   .newsleft {width:100%;}
   .newsright{width:100%;margin-top:40px;height:300px;    overflow-x: hidden;} 
.newsleft >.news_div>.news_div_item,.newsleft{height:400px;}
.newsright .news_div_item+.news_div_item{margin-top:20px;}
.news_t h3 p{font-size:30px;}
.news_t h3 dd{font-size:16px;line-height:28px;}
.newsleft a.news_div_item_a{font-size:18px;}
.news_list{width:100%;margin-bottom:10px;}
.news_list a{width:32%;margin:0px;display:block;float:left;}
.news_list a+a{margin-left:2%;}
.newsleft .news_div_item_body{margin-top:10px;}

}
@media (max-width: 800px) and (min-width: 500px){
.news .news_div_item_pic img{width:100%;height:auto;}
.newsleft .news_div_item_pic a{width:100%;height:auto;}

}*/


.con_r li p img{width:100px;height:auto;}



/*浮动ＱＱ*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background:#f41010;margin-top: 1px;padding: 9px 0;height: 70px;width: 77px;}
.my-kefu li i{background: url(//memberpic.114my.com.cn/dglddq/uploadfile/image/20220208/20220208173131_281946304.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.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:160px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#f41010;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.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: 24px; padding-left:15px; border-left: 1px solid #fff; 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;}