/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {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:#0b399d;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:"Biko";
  src: 
  url("//memberpic.114my.com.cn/dgzn88/cssnew/Biko.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/dgzn88/cssnew/Biko.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/dgzn88/cssnew/Biko.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/dgzn88/cssnew/Biko.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/dgzn88/cssnew/Biko.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:#0b399d;}
.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: 80px;}
.head_logo li{margin-left: 15px;}
.head_logo b{font-size:30px;color:#fff;}
.head_logo p{font-size:18px;color: rgb(255 255 255 / 0.75);font-weight: lighter;}

/*栏目*/
.head_column{display:flex;align-items:center;width:55%;}
.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.column_fixed>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 #125ad4 solid;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
/*电话*/
.head_tel p{font-size: 1.25vw;color: #fff;}




/*栏目经过*/
.head_bg:hover{background: #fff;}
/*logo*/
.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.column_fixed>a, .head_bg:hover .head_column li:hover>a{color:#125ad4;}
.head_bg:hover .head_column li>a:after{background: #125ad4;}
/*电话*/
.head_bg:hover .head_tel p{color: #333;}



/*栏目固定*/
#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_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: #125ad4;}
/*电话*/
.head_move .head_tel p{color: #333;}







/*幻灯片*/
.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;}








/* 重诺产品中心 */
.products{}
.pro_tab{ justify-content:space-between; flex-wrap:nowrap; align-items:flex-start; width:224px; background:#f5f5f5; border-radius:10px; padding:20px 30px 16px 30px; box-sizing:border-box;}
.pro_tab_title{ display:inline-block; width:100%; border-bottom:1px solid #f6f6f6;margin:30px 0 20px;}
.pro_tab_title b{ color:#0b399d; font-size:30px;}
.pro_tab_title p{ color:#aaa; font-size:12px; font-weight:lighter; text-transform:uppercase; padding-top:3px;}

.prolist2021 li{ width:100%;}
.prolist2021 li a{ display:block; width:100%; color:#666; font-size:16px; font-weight:lighter; line-height:55px; transition:all .3s ease; padding-left:20px; position:relative;}
.prolist2021 li a:before{ content:""; display:inline-block; width:10px; height:10px; background:url(https://memberpic.114my.com.cn/dgzn88/uploadfile/image/20210731/20210731113915_74952285.png)center no-repeat; position:absolute; left:0px; top:20px;}
.prolist2021 li a.on:before{content:""; display:inline-block; width:10px; height:10px; background:url(https://memberpic.114my.com.cn/dgzn88/uploadfile/image/20210731/20210731113915_1845659828.png)center no-repeat; position:absolute; left:0px; top:20px;}
.prolist2021 li a:after{ content:""; display:inline-block; width:6px; height:6px; background:#ececec; border-radius:50%; position:absolute; left:2px; top:48px;}
.prolist2021 li:nth-last-child(1) a:after{ display:none;}
.prolist2021 li a.on{ color:#0b399d;}

.pro_show{ width:1156px; background:#f5f5f5; border-radius:10px; padding:30px; margin-left:20px;}
.pro_box ul{ width:100%; flex-shrink:0;}
.pro_box ul .divproduct_new_div{ display:flex; flex-wrap:wrap;}
.pro_box ul .divproduct_new_div_item{ display:flex; flex-shrink:0; justify-content:space-between; width:49%; border:1px solid #f6f6f6; padding:20px; position:relative;background: #fff;}
.pro_box ul .divproduct_new_div_item:after{ content:"+MORE"; width:80px; height:30px; color:#aaa; font-size:14px; text-align:center; line-height:30px; box-shadow:1px 4px 6px rgba(34,34,34,0.3); transition:all .5s; position:absolute; bottom:20px; left:20px;}
.pro_box ul .divproduct_new_div_item:hover:after{ color:#fff; background:#0b399d; box-shadow:1px 4px 6px rgba(11,57,157,0.3); transition:all .5s;}
.pro_box ul .divproduct_new_div_item_content{ width:44%; padding-right:22px;}
.pro_box ul .divproduct_new_div_item_a{ display:block; color:#222; font-size:18px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; position:relative;overflow: hidden;}
.pro_box ul .divproduct_new_div_item_a:after{ content:""; display:inline-block; width:34px; height:1px; background:#eee; position:absolute; left:0; top:42px;}
.pro_box ul .divproduct_new_div_item:hover .divproduct_new_div_item_a:after{ background:#0b399d;}
.pro_box ul .divproduct_new_div_item_body{ color:#aaa; font-size:14px; line-height:30px; font-weight:lighter; margin-top:34px; overflow:hidden; position:relative;}
.pro_box ul .product_div_item_pic{ width:280px; height:210px; border:1px solid #f6f6f6;}
.pro_box ul .product_div_item_pic>a{ display:block; position:relative; overflow:hidden;} 
.pro_box ul .product_div_item_pic>a img{ width:100%; height:auto; transition:all .5s;}
.pro_box ul .divproduct_new_div_item:nth-child(2),.pro_box ul .divproduct_new_div_item:nth-child(4){ margin-left:1.8%;}
.pro_box ul .divproduct_new_div_item:nth-child(1),.pro_box ul .divproduct_new_div_item:nth-child(2){ margin-bottom:20px;}
.pro_box ul .divproduct_new_div_item:hover .product_div_item_pic img{ transform:scale(1.2);} 







/* 重诺实力展示 */
.data_bg{height:800px;background: url(https://memberpic.114my.com.cn/dgzn88/uploadfile/image/20240429/20240429152541_518114549.jpg)no-repeat center;}
.data_title b{color:#fff;}
.data_title p{color: rgb(255 255 255 / 0.75);}
.data{display:flex;flex-direction:column;justify-content:center;margin-top: 40px;}
.data ul{display:flex;justify-content:space-between;}
.data ul+ul{border-top: 1px rgb(255 255 255 / 0.25) solid;}
.data li{display:flex;flex-direction:column;justify-content:center;align-items:center;width:33.3%;height: 250px;}
.data li+li{border-left: 1px rgb(255 255 255 / 0.25) solid;}
.data dt{display: flex;align-items: baseline;position: relative;}
.data dt p{font-size:100px;color:#fff;}
.data dt span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;background:#0b399d;border-radius:100%;font-size:12px;color:#fff;font-weight:lighter;position:absolute;bottom:25px;right:-5px;}
.data t{ font-size:18px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}






/*工程案例*/
.case_bg{padding-bottom: 80px;background: #f5f5f5;}
.case{border: 1px #e5e5e5 solid;}
.case ul{display: flex;justify-content: space-between;}
.case ul+ul{border-top: 1px #e5e5e5 solid;}
.case ul *{display:block;}
.case li{padding: 10px 10px 0 10px;}
.case li+li{border-left: 1px #e5e5e5 solid;}
.case li>a{overflow: hidden;}
.case li>a img{width:100%;height:auto;transition: 0.3s;}
.case li:hover>a img{transform: scale(1.1);}
.case li p a{ line-height:50px;text-align:center;font-size:15px;color:#666;font-weight:lighter;}
.case li:hover p a{color: #0b399d;}







/*关于我们*/
.about{display:flex;flex-direction:column;align-items:center;text-align:center;}
/*图片*/
.about_img{}
/*文字*/
.about_text{padding:30px;border:1px #eee solid;border-top:none;background:#f5f5f5;}
.about_text t{font-size:28px;color:#333;}
.about_text p{font-size: 16px;line-height:30px;color:#888;font-weight: lighter;}
.about_text a{ display:inline-block;font-size:16px;color:#333;font-weight:initial;}
.about_text a:hover{color:#0b399d;}







/*友情链接*/
.link_bg{height:80px;line-height: 80px;background:#252525;border-bottom: 1px #353535 solid;}
.link{display:flex;align-items:center;justify-content: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{display:flex;align-items:center;justify-content:center;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{ font-size:13px; position:fixed; right:0; top:20%; z-index:99899999;}
.y-kefu-box img{ display:block; width:100%; height:auto;}
.y-kefu-box01 .icon{ display:block; background:url(https://memberpic.114my.com.cn/dgzn88/uploadfile/image/20240430/20240430092216_2109696107.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01{ width:54px; color:#666; text-align:center;}
.y-kefu-box01 .kf-close-btn{ width:27px; height:27px; background-position:-5px -115px; cursor:pointer; position:relative;}
.y-kefu-box01 .kf-close-btn:before{ content:''; display:block; width:1px; height:12px; background:#0b399d; 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; background:#fff; border-left:solid 1px #efefef; border-top:solid 1px #efefef; border-right:solid 1px #efefef; padding:8px 0 12px; position:relative;}
.y-kefu-box01 .show-status{ position:relative;}
.y-kefu-box01 .show-status .kf-zixun{ color:#fff; background:#0b399d; border-color:#0b399d; margin:10px 0 7px;}
.y-kefu-box01 .kf-zixun{ border-radius:2px;}
.y-kefu-box01 .kf-zixun i{ width:21px; height:22px; background-position:-5px -5px;}
.y-kefu-box01 .kf-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{ border-radius:2px; margin-top:20px; left:55px;}
.y-kefu-box01 .hver:hover{ background:#0b399d; border-color:#0b399d;}
.y-kefu-box01 .hver:hover>p{ color:#fff;}
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos{ display:none; background:#fff; border:1px solid #efefef; border-radius:2px; position:absolute; right:90px; z-index:2;} 
/*咨询热线*/
.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:#aaa;}
.y-kefu-box01 .mobile-infos p{ color:#0b399d; font-size:18px;}
.right{ width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.right-arrow1,.right-arrow2{ width:0; height:0; display:block; border-top:6px transparent dashed; border-right:6px transparent dashed; border-bottom:6px transparent dashed; border-left:6px white solid; overflow:hidden; position:absolute; left:0; top:0;}
.right-arrow1{ left:1px; border-left:6px solid #efefef;}
.right-arrow2{ border-left:6px solid white;}
/*咨询热线*/
/*二维码*/
.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:120px; height:120px; margin:16px 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{ color:#aaa; text-align:left; padding:28px 20px 28px 45px; bottom:0;}
.y-kefu-box01 .y-email-infos p{ color:#0b399d; 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:#0b399d; position:absolute; top:37px; left:55px; z-index:9;}
.y-kefu-box01 .hide-status .kf-zixun{ color:#fff; padding:10px 0 7px; cursor:pointer;}
/*email*/
/*在线浮动*/