/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#108A00;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

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

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.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_en2{font-family:"Biko";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Belgika 8th";
  src: 
  url("//memberpic.114my.com.cn/dglongduo/cssnew/Belgika-8th.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/dglongduo/cssnew/Belgika-8th.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/dglongduo/cssnew/Belgika-8th.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/dglongduo/cssnew/Belgika-8th.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/dglongduo/cssnew/Belgika-8th.svg.txt") format("svg");
}


html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#108A00;}
.title p{font-size: 18px;color:#999;line-height: 30px;}








/*抬头*/
.head_bg{height:100px;position:absolute;top:0;z-index:9;border-bottom:1px rgb(255 255 255 / 0.25) solid;transition: 0.3s;}
.head{display:flex;justify-content:space-between;align-items: center;height:100%;}
/*logo*/
.head_logo{display:flex;}
.head_logo img{width:3.7vw;filter: grayscale(100%) brightness(10000%);}
.head_logo li{margin-left: 15px;}
.head_logo b{font-size:1.6vw;color:#fff;}
.head_logo p{font-size:0.9vw;color: rgb(255 255 255 / 0.75);font-weight: lighter;}

/*栏目*/
.head_column{display:flex;align-items:center;width:65%;}
.head_column{display:flex;justify-content:space-between;height:100%;}
.head_column li>a{display:block;line-height:100px;font-size:16px;color:#fff;position: relative;transition: 0.3s;}
/*固定栏目*/
.head_column li>a:after{content: "";display:block;width:10px;height:10px;background:#fff;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index: 3;transition:0.3s;transform:scale(0);}
.head_column li:hover>a:after, .head_column li.navcurrent>a:after{transform:scale(1);}
/*下拉*/
.head_column li{position: relative;}
.head_column .nav2{display: none;width:140px;position:absolute;left:50%;transform:translate(-50%);text-align:center;border-top:5px #108A00 solid;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
/*阿里巴巴*/
.head_a img{width: 7.5vw;filter: grayscale(0%) brightness(1000000%);}




/*栏目经过*/
.head_bg:hover{background: #fff;}
/*logo*/
.head_bg:hover .head_logo img{filter: grayscale(0%) brightness(100%);}
.head_bg:hover .head_logo b{color:#333;}
.head_bg:hover .head_logo p{color: #666;}
/*栏目*/
.head_bg:hover .head_column li>a{color:#333;}
.head_bg:hover .head_column li.navcurrent>a, .head_bg:hover .head_column li:hover>a{color:#108A00;}
.head_bg:hover .head_column li>a:after{background: #108A00;}
/*阿里巴巴*/
.head_bg:hover .head_a img{filter: grayscale(0%) brightness(100%);}



/*栏目固定*/
#head_top{width:100%;position:fixed;top:0;z-index:999;}
.head_move{height: 100px;background:#fff;}
.head_move .head_bg{box-shadow: 0 0 30px rgba(0,0,0,.08);}
/*logo*/
.head_move .head_bg .head_logo img{filter: grayscale(0%) brightness(100%);}
.head_move .head_logo b{color:#333;}
.head_move .head_logo p{color: #666;}
/*栏目*/
.head_move .head_column li>a{color:#333;}
.head_move .head_column li>a:after{background: #108A00;}
/*阿里巴巴*/
.head_move .head_a img{filter: grayscale(0%) brightness(100%);}






/*幻灯片*/
.banner{height:945px;background: #222;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(51 51 51 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}







/* 产品中心 */
.product_bg{background:#f5f5f5;padding: 80px 0;}
.product{display: flex;justify-content: space-between;}
/*左*/
.product_left{width:466px;height:662px;}
.product_left_one{display:flex;align-items:center;justify-content:center;height:220px;background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240518/20240518144724_577248903.jpg)no-repeat center;border-left: 5px #108A00 solid;}
.product_left_one img{width: 70px;}
.product_left_one li{margin-left: 20px;}
.product_left_one li b{font-size:30px;color:#fff;}
.product_left_one li p{font-size:18px;color:rgb(255 255 255 / 0.8);font-weight:lighter;}
.product_left_two{display:flex;align-items:flex-end;justify-content:center;flex-wrap: wrap;height:442px;background: #fff;overflow: hidden;}
.product_left_two li{display: flex;}
.product_left_two li a{display:block;width:150px;line-height:50px;background-image: -webkit-linear-gradient( 0deg,#333 0%,#555 100%);font-size:18px;color:#fff;text-align:center;border-radius: 50px 0 0 50px;}
.product_left_two li a+a{margin-left:1px;background-image: -webkit-linear-gradient( 0deg,#108a00 0%,#0b6100 100%);border-radius:0 50px 50px 0;}
.product_left_two img{width:350px;transition: 0.3s;}
.product_left_two:hover img{transform: scale(1.1);}
/*中*/
.product_center{}
.product_center li, .product_right_two{display: flex;align-items: center;justify-content: space-between;width:466px;height:220px;padding: 40px 50px;background: #fff;}
.product_center li+li{margin-top: 1px;}
.product_center li p, .product_right p{margin-bottom: 5px;font-size:24px;color:#333;}
.product_center li:hover p, .product_right>div:hover p{color:#108A00;}
.product_center li span, .product_right span{font-size:16px;color:#999;font-weight:lighter;}
.product_center li:hover span, .product_right>div:hover span{color: rgb(16 138 0 / 0.8);}
.product_center li a, .product_right a{ display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-top:30px;border:1px #eee solid;border-radius:100%;}
.product_center li:hover a, .product_right>div:hover a{background:#108A00;border: none;}
.product_center li em, .product_right a em{display: block;width:9px;height:15px;background: url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240520/20240520143815_639319779.png)no-repeat;transition: 0.3s;}
.product_center li:hover em, .product_right>div:hover a em{background-position-y:bottom; }
.product_center img, .product_right img{transition: 0.3s;}
.product_center li:hover img, .product_right>div:hover img{transform: scale(1.1);}
/*右*/
.product_right li{width:466px;}
.product_right_one{height:441px;padding: 40px;background: #fff;}
.product_right_two{height:220px;margin-top: 1px;background: #fff;}
.product_right_one dt{display:flex;align-items:center;justify-content:space-between;}
.product_right_one i{display:block;margin-top:25px;text-align:center;}
.product_right_one a{margin-top: 0px;}






/* 数据实力 */
.data_bg{height:750px;background: url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240520/20240520154600_885973303.jpg)no-repeat center;}
.data{padding:200px 0 0 650px;}
.data ul{display: flex;justify-content: space-between;}
.data ul+ul{margin-top:80px;}
.data li{}
.data dt{display: flex;align-items: baseline;}
.data p{font-size: 80px;color: #108A00;}
.data span{display:flex;justify-content:center;align-items:center;width:25px;height:25px;margin:0 0 0 -15px;background:#333;border-radius:100%;font-size:14px;color:#fff;}
.data t{font-size:18px;color:#999;font-weight:lighter;}






/*其他栏目*/
.other{display:flex;justify-content:space-between;margin-top:1px;}
.other_bg a{display:flex;align-items:center;justify-content:center;flex-direction:column;width:20%;height:650px;position: relative;transition: 0.3s;}
.other_bg a:nth-child(1){background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240521/20240521150346_1364731202.jpg)no-repeat center;}
.other_bg a:nth-child(2){background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240521/20240521150346_710967408.jpg)no-repeat center;}
.other_bg a:nth-child(3){background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240521/20240521150346_1525197300.jpg)no-repeat center;}
.other_bg a:nth-child(4){background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240521/20240521150346_1417738166.jpg)no-repeat center;}
.other_bg a:nth-child(5){background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240521/20240521150346_1968412321.jpg)no-repeat center;}
.other_bg a:hover{width:40%;}
.other_bg a+a{margin-left: 1px;}
.other_bg a:before{content: "";width:100%;height:100%;background: rgb(0 0 0 / 0.7);position:absolute;transition: 0.3s;}
.other_bg a:hover:before{transform: scale(0);}
.other_bg a *{display: block;position: relative;z-index: 2;}
.other_bg a:hover *{display: none;}
.other_bg i{width:50px;height:50px;background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240521/20240521153331_1516803715.png)no-repeat;}
.other_bg a:nth-child(2) i{background-position-x:-50px;}
.other_bg a:nth-child(3) i{background-position-x:-100px;}
.other_bg a:nth-child(4) i{background-position-x:-150px;}
.other_bg a:nth-child(5) i{background-position-x:-200px;}
.other_bg p{margin: 80px 0 8px 0;font-size:26px;color:#fff;}
.other_bg span{font-size:16px;color:rgb(255 255 255 / 0.8);font-weight:lighter;}
.other_bg em{width:60px;height:17px;margin-top:100px;background:url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240521/20240521160825_1114086622.png)no-repeat center;}





/*关于我们*/
.about{margin:80px auto 80px;}
.about_img{height:550px;overflow:hidden;position:relative;}
.about_img video{ position:absolute;bottom:0;}
/*文字*/
.about_text{display:flex;justify-content: space-between;padding:40px;background: #f5f5f5;}
.about_text_one{width: 80%;}
.about_text_one p{margin-bottom:20px;font-size:26px;color:#108A00;}
.about_text_one span{font-size:16px;line-height:28px;color:#666;font-weight:lighter;}
.about_text_one span a{color: #333;font-weight: 400;}
.about_text_one span a:hover{color:#108A00;}
.about_text_two{display:flex;align-items:center;height:100%;padding:10px 20px;background:#fff;}
.about_text_two img{width:120px;}
.about_text_two p{margin-left:10px;font-size:16px;color:#666;font-weight:lighter;writing-mode: vertical-lr;letter-spacing: 7px;}







/*友情链接*/
.link_bg{height:80px;line-height: 80px;background:#252525;border-bottom: 1px #353535 solid;}
.link{display:flex;align-items:center;text-align:center;font-size:14px;color:#999;font-weight:lighter;}
.link li+li{margin-left:5px;}
.link a{display: block;line-height: 80px;font-size:14px;color: #999 !important;font-weight:lighter;}
.link li:hover a{color:#fff !important;}
.link_bg ul{display: flex;}






/*版权*/
.copyright_bg{height:80px;line-height: 80px;background:#222;}
.copyright>div{display: flex;}
.copyright{display:flex;align-items:center;justify-content: space-between;text-align:center;font-size:14px;color:#999;font-weight:lighter;}
.copyright a{font-size:14px;color:#999;font-weight:lighter;}
.copyright a:hover{color:#fff;}






/* 客服样式*/
.y-kefu-box .hver{    cursor: pointer;}
.y-kefu-box { position: fixed; right: 5px; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/dglongduo/uploadfile/image/20240522/20240522141425_269127751.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -7px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #108A00; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #108A00; border-color: #108A00; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 40px; height: 22px; background-position: 2px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #108A00; border-color: #108A00;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*咨询热线*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #108A00; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#108A00; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }



#floatTips{
position: fixed;
left: 5px;
top: 50%;
z-index: 9999;
width:130px;
 z-index:99;
}
#qq_top{width:130px; height:50px; line-height:25px; background:#fff; text-align:center;  font-size:13px;letter-spacing: 6px;}
#qq_center{width:130px;}
#qq_center img{width:130px;}
#qq_bottom{width:130px; text-align:right; line-height:25px; font-size:12px;}
#qq_bottom a{text-decoration: none; color: #484848;}
#qq_bottom a:hover{text-decoration: none; color: #ff6600;}