/*标签样式初始化*/
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-color: #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:#;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: "Avant_Garde_Medium-Normal";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Avant_Garde_Medium-Normal";
  src: url("//memberpic.114my.com.cn/dgjunhong11/cssnew/Avant_Garde_Medium-Normal.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/dgjunhong11/cssnew/Avant_Garde_Medium-Normal.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/dgjunhong11/cssnew/Avant_Garde_Medium-Normal.ttf.txt") format("ttf"),
       url("//memberpic.114my.com.cn/dgjunhong11/cssnew/Avant_Garde_Medium-Normal.eot.txt") format("eot"),
       url("//memberpic.114my.com.cn/dgjunhong11/cssnew/Avant_Garde_Medium-Normal.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:#0765d9;}
.title p{font-size: 18px;color:#999;line-height: 30px;}
.top_right>a{font-size: 14px;color:#999;}
.top_righr p{background: url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230523/20230523092522_1794750593.png)no-repeat left;background-size: 23px;padding-left:35px;font-size:22px;color:#0765d9;font-weight:bold;}





/*最上*/
.top_bg{height: 45px;line-height: 45px;border-bottom: 1px #eee solid;}
.top{display: flex;justify-content: space-between;}
.top_left{display: flex;}
.top_left,.top_left p,.top_left a{font-size: 14px;color: #888;font-weight: lighter;}
.top_left a:hover{color:#0765d9;}





/*抬头*/
.head_bg{height:120px;}
.head{display: flex;justify-content: space-between;}
.head_logo{display: flex;align-items: center;}
.head_logo a{display: flex;align-items: center;height: 120px;}
.head_logo img{height:74px;}
.head_logo li{margin-left: 1vw;}
.head_logo b{font-size: 1.65vw;color:#333;}
.head_logo p{font-size: 0.75vw;color:#666;}
/*栏目*/
.NavCeshi li{float:left;padding: 0 2.4vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:120px;font-style:normal;font-size:16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#0765d9;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #0765d9;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #0765d9 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #0765d9;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #0765d9;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #0765d9;}
.nav2 table{width: 100%;}





/*搜索*/
.top_search{display: flex;align-items: center;z-index: 1000;height: 120px;cursor: pointer;}
.top_search p,.head_en a{display: flex;align-items: center;justify-content: center;width:50px;height:50px;background: #f5f5f5;border-radius: 100%;}
.head_en a:hover{background: #0765d9;color:#fff;}
.head_right{display:flex;}
.head_en{display: flex;align-items: center;margin-right: 2vw;}
.search_bg{height: 100px;overflow: hidden;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{background: #fff;margin: 0 auto;}
.search-bg{width:300px;height:50px;overflow: hidden;margin-top:26px;}
.search{width: 100%;height: 100px;padding: 0 30px;background:#fff;position: absolute;top: 165px;left: 0;z-index: 22;box-shadow: 0 0 30px rgba(0,0,0,.08);transition: all 0.3s;transform: scale(0);}
.top_search:hover .search{transform: scale(1);}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size:14px;color: #666;}
.search_l a:hover{color:#0765d9;}
.search-bg #infoname{width:300px;background:#eee;outline:none;color:#ccc;border: none;height:50px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search_nbg #infoname{width:278px;height: 50px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height:50px;}
.search-i input{outline:none;}






/*幻灯片*/
.banner{width:100%;overflow:hidden;position:relative;z-index:999;background: #000;}
.banner-box{ min-width:1400px; height:780px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:780px; 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:330px; left: 0; margin-left: 0; height:400px; 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-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230526/20230526085358_174277040.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; 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: #fff;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; 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; }

/*内页*/
.banner-nbox{height:500px;}
.banner-nbox .bd li{height:500px;}
.banner-nbox .banner-btn{top: 160px;height: 250px;}






/*产品中心*/
.product_bg{background:#f5f5f5;}
/*分类*/
.product_sort{display: flex;justify-content: space-between;border-radius: 10px 0 0 10px;}
.product_sort_left{width:1150px;line-height: 100px;box-shadow: 0px 0px 9.5px 0.5px rgba(51, 51, 51, 0.15);border-radius: 10px 0 0 10px;   overflow: hidden;background: #fff;}
.product_sort_left ul{display: flex;}
.product_sort_left a{display: block;margin-left:60px;font-size: 16px;color: #333;}
.product_sort_left a:hover{color:#0765d9;}
.product_sort_right a{display: block;width:250px;line-height: 100px;background: #0765d9;font-size: 24px;color:#fff;text-align: center;border-radius:0 10px 10px 0;}
.product_sort_right a:hover{background:#333;}
/*图片*/
.product_img{margin-top: 40px;}
.product_img ul{display:flex;justify-content: space-between;}
.product_img ul+ul{margin-top:20px;}
.product_img ul *{display:block;}
.product_img li{background: #fff;overflow: hidden;border-radius: 10px;}
.product_img li br{display:none;}
.product_img li>a{border: 1px #eee solid;padding: 19px;verflow: hidden;}
.product_img li img{transition: 0.3s;}
.product_img li:hover img{transform: scale(1.2);}
.product_img li span{line-height: 48px;border: 1px #eee solid;border-top: none;text-align: center;}
.product_img span a{font-size: 16px;color: #333;}
.product_img li:hover a{color:#0765d9;}






/*匠心打造精工品质*/
.trait_bg{height:910px;}
/*trait_one*/
.trait_one{display:flex;flex-direction:column;justify-content:center;width:500px;height:650px;padding: 0 55px;background: url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230523/20230523174753_2003878639.jpg)no-repeat;position: absolute;top: 0px;left: 0px;}
.trait_one:before{content: "";display: block;width:100%;height:100%;background: rgb(0 0 0 / 0.7);position: absolute;top: 0px;left: 0px;}
.trait_one *{display: block;position: relative;z-index:2;}
.trait_one i{width:50px;height:50px;background: url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230523/20230523174037_1019492337.png)no-repeat;}
.trait_one b{margin:50px 0 20px 0;font-size:30px;color:#fff;}
.trait_one:hover b{-webkit-animation: test 0.3s ease-in 2;}
.trait_one p{font-size:16px;line-height:30px;color:#fff;font-weight:lighter;}
.trait_one span{margin-top:40px;width:120px;line-height:40px;background:#4196ff;font-size:18px;color:#fff;text-align:center;}
/*trait_two*/
.trait_two{width:880px;height:315px;background: #f5f5f5 url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230524/20230524101455_471653628.png) no-repeat 470px center;position:absolute;right:0px;top:0px;}
.trait_two ul{display:flex;flex-direction:column;justify-content:center;width:560px;height:100%;margin-left:55px;}
.trait_two ul *{display: block;}
.trait_two li,.trait_div li{display: flex;margin-bottom:30px;}
.trait_two t,.trait_div t{width:100px;line-height:34px;background:#0765d9;font-size:18px;color:#fff;text-align:center;font-weight: lighter;}
.trait_two t+t,.trait_div t+t{margin-left:10px;}
.trait_two p,.trait_div p{font-size:28px;color:#333;}
.trait_two:hover p,.trait_div:hover p{-webkit-animation: test 0.3s ease-in 2;}
.trait_two span,.trait_div span{margin-top:10px;font-size:16px;line-height:30px;color:#666;font-weight:lighter;}
/*trait_div*/
.trait_div{display:flex;flex-direction:column;justify-content:center;width:430px;height:315px;padding: 0 55px;background: #f5f5f5;position: absolute;top:335px;}
.trait_three{right:450px;}
.trait_four{right:0px;}
.trait_div li{margin: 30px 0 0 0;}

@-webkit-keyframes test{
0%{transform:translate(0,0)}
50%{transform:translate(0,5px)}
100%{transform:translate(0,0)}
}







/*数据*/
.data_bj{height:700px;background: url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230524/20230524105256_786655520.jpg)no-repeat top;background-attachment: fixed;}
.data_bg{height: 700px;margin-top: -700px;}
.data *{display: block;}
.data_fl{width:390px;}
.data_fl b{margin: 170px 0 8px 0;font-size: 40px;color:#fff;}
.data_fl t{margin-bottom: 60px;font-size: 32px;color:#e5e5e5;}
.data_fl p{margin-bottom: 70px;font-size: 18px;color:#e5e5e5;line-height: 36px;font-weight: lighter;}
.data_fl a{width:150px;height:50px;line-height: 50px; background: #4d9dff;text-align: center;font-size: 18px;color:#eee;}
.data_fl a:hover{background: #fff;color:#0765d9;}
.data_fr{width:880px;margin-top: 120px;}
.data_fr li{width:415px;height:210px;background: #fff;text-align: center;float:left;}
.data_fr li:nth-child(2n){border-left: 5px #e5e5e5 solid;}
.data_fr li:nth-child(n+3):nth-child(-n+4){border-top: 5px #e5e5e5 solid;}
.data_fr b{margin-top: 30px;font-size: 80px;color:#0765d9;}
.data_fr p{font-size: 18px;color:#999;}








/*应用行业*/
.apply_bg{height:960px;}
.apply_icon{height:80px;}
.apply_icon ul{width:280px;height:80px;line-height:80px;background-image: -moz-linear-gradient( 0deg, rgb(250,250,250) 0%, rgb(235,235,235) 0%, rgb(248,248,248) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(250,250,250) 0%, rgb(235,235,235) 0%, rgb(248,248,248) 100%);background-image: -ms-linear-gradient( 0deg, rgb(250,250,250) 0%, rgb(235,235,235) 0%, rgb(248,248,248) 100%);position: relative;float:left;cursor:pointer;}
.apply_icon ul:hover{color:#0765d9;}
.apply_icon li{display: flex;align-content: center;justify-content: center;font-size: 18px;color: #333;}
.apply_icon li:before{content: "";display: block;width:40px;height:40px;margin: 15px 20px 0 0;background: url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230525/20230525113715_1212153362.png)no-repeat;transition:all 0.3s;}
.apply_icon ul:nth-child(2) li:before{background-position-x: -40px;}
.apply_icon ul:nth-child(3) li:before{background-position-x: -80px;}
.apply_icon ul:nth-child(4) li:before{background-position-x: -120px;}
.apply_icon ul:nth-child(5) li:before{background-position-x: -160px;}
.apply_icon ul:hover li:before{background-position-y:bottom;}
/*图片*/
.apply_img{margin-top: 25px;position: relative;}
.apply_img .divdgweb_new_div_item{display:flex;flex-direction:column;align-items:center;justify-content:center;width: 345px;height: 260px;position: absolute;}
.apply_img .divdgweb_new_div_item:nth-child(1){top: 0;left: 0;}
.apply_img .divdgweb_new_div_item:nth-child(2){top: 280px;left: 0;}
.apply_img .divdgweb_new_div_item:nth-child(3){top: 0;left:365px;width:670px;height: 545px;}
.apply_img .divdgweb_new_div_item:nth-child(4){top:0px;right:0px;}
.apply_img .divdgweb_new_div_item:nth-child(5){top:280px;right:0px;}
.apply_img .news_div_item_pic a:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:5;}
.apply_img .news_div_item_image{width: 345px;height: 260px;}
.apply_img .divdgweb_new_div_item:nth-child(3) .news_div_item_image{width:670px;height: 545px;}
.apply_img .divdgweb_new_div_item_content{display:flex;flex-direction:column;justify-content:center;height: 100%;position:absolute;padding:0 40px;text-align:center;transition: 0.3s;transform: scale(0);}
.apply_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{transform: scale(1);}
.apply_img .divdgweb_new_div_item_content:before{content:"";display:block;width:100%;height:100%;background:rgb(0 0 0 / 0.7);position:absolute;top:0;left:0;}
.apply_img .divdgweb_new_div_item_a{display:block;margin-bottom:20px;position:relative;z-index:2;font-size:22px;color:#fff;}
.apply_img .divdgweb_new_div_item_body p{font-size:15px;color:#fff;line-height:28px;font-weight:lighter;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;position: relative;}







/*选择竣宏的四大优势*/
.adv_bg{background:url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230524/20230524160750_761897809.jpg)no-repeat center top;padding-bottom:80px;}
.adv{position: relative;}
.adv_wt{padding:3%;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.adv_l{width: 25.5%;}
.adv_l li{height:98px;overflow: hidden;width: 100%;border-bottom:1px #eee solid;padding: 5%;transition: all .5s;cursor:pointer;}
.adv_fl{width:70%;margin-top:4px;}
.adv_fr{width: 30%;}
.adv_fl i{width: 50px;height: 50px;line-height: 50px;background: #000;color: #fff;text-align: center;display: block;border-radius:50%;float: left;font-style: normal;font-size:24px;}
.adv_fl p{float:left;color: #333;font-size:28px;margin-left:8%;}
.adv_fl span{display: block;font-size:12px;color:#999;font-weight: normal;margin-top:2px;}

.adv_cont{width: 73%;position: relative;}
.adv_img{width: 100%;}
.adv_img img{display: block;width: 100%;}
.adv_info>b {display: block;font-size: 30px;color: #fff;margin-bottom: 21px;}

.adv_info{background: rgb(7 101 217 / 0.85);padding:25px 50px;border-top: 10px solid rgba(255,255,255,0.92);border-right: 10px solid rgba(255,255,255,0.92);position: absolute;bottom: 0;left: -37.2%;width: 104%;}
.adv_info>p {color: #fff;position: relative;font-size: 16px;line-height: 24px;padding-left: 27px;margin-left: 5px;font-weight: lighter;}
.adv_info>p+p {margin-top: 9px;}
.adv_info>p:after {position: absolute;content: "";width: 16px;height: 16px;background: rgba(255,255,255,0.24);border-radius: 100%;top: 7px;left: 0;}
.adv_info>p:before {position: absolute;content: "";width: 6px;height: 6px;border-radius: 100%;background: #fff;top: 12px;left: 5px;}
.adv_item {position: absolute;right: 50px;top: 0;width: 68%;}

.adv_l li.on{box-shadow: 1px 1px 21px rgb(0 0 0 / 8%);border-color: transparent;}
.adv_l li.on i{background: #0765d9;color: #fff;}
.adv_l li.on p{color: #0765d9;font-weight: bold;}







/*关于我们*/
.about_bg{}
.about{display:flex;flex-direction:column;align-items:center;text-align:center;}
/*图片*/
.about_img{}
/*文字*/
.about_text{margin-top: 40px;}
.about_text t{font-size: 30px;color:#333;font-weight: bold;}
.about_text p{margin:20px 0;font-size: 16px;line-height:30px;color:#666;font-weight: lighter;}
.about_text a{display: block;width:180px;line-height: 50px;margin: 40px auto 0;background: #0765d9;font-size: 18px;color:#fff;}
.about_text a:hover{background: #333;}









/*新闻中心*/
.news_bg{background: #eee;border-top: 10px #0765d9 solid;}
.news{ position:relative;}
/*新闻列表*/
.newstab{width: 600px;height: 50px;margin: 0 auto;}
.newstab li{width: 180px;height: 50px;margin-right: 20px;float: left; background: #333;}
.newstab li.tubg4{background: #0765d9;}
.newstab li a{position: relative;display: block;line-height: 50px;color: #fff;font-size: 20px;text-decoration: none;z-index: 2;text-align: center;}
.newstab li a:after{position:absolute; left:80px; bottom:-25px; display:block; content:''; width:14px; height:12px; border-radius:5px; z-index:-1;}
.newstab li a:hover:after,.tubg4 a:after{ width:100% !important; -webkit-transition:0.4s all ease-in-out; transition:0.4s all ease-in-out;background:url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230526/20230526085533_24027468.png) no-repeat;}
.news .tempWrap { margin-top:30px;}
.news_main{ height:641px; background: #fff;margin: 25px 0 80px !important;}
.news_main .news_div_item{ position:relative; width:400px; float:left; margin-left:50px;}
.news_main .news_div_item_date{ position:absolute; font-family:"Avant_Garde_Medium-Normal"; color:#333; font-size:30px;font-weight: bold;}
.newslist .news_div_item_date{ top:330px; left:0px;}
.news_main .news_div_item_year{ position:absolute; top:30px; left:19px; font-size:18px; color:#888;font-family:"Avant_Garde_Medium-Normal";font-weight: bold;}
.news_main .news_div_item_month, .news_main .news_div_item_day{ float:left;}
.news_main .news_div_item_a{ font-size:18px; color:#222;}
.news_main .news_div_item_body{ margin-top:10px; line-height:26px; color:#999;font-weight: lighter;}
.newslist{ height:378px; margin-top:50px; }
.newslist .news_div_item_content{ position:absolute; top:334px; left:90px; width:318px;}
.newslist .news_div_item_pic{ width:400px; height:300px; overflow:hidden;}
.newslist .news_div_item_pic img { width: 100%;}
.newslist2 .news_div_item{ margin-top:68px;border-top: 1px solid #ddd;padding-top: 30px;}
.newslist2 .news_div_item:nth-child(1),.newslist2 .news_div_item:nth-child(2),.newslist2 .news_div_item:nth-child(3){ display:none;}
.newslist2 .news_div_item_content{ width:323px; margin-left:93px;}


/*版权*/
.copyright{background:#222;}
.end{ line-height:100px;}
.end,.end a{ font-size:14px; color:rgb(255,255,255,0.3);}
.end a:hover{ color:#e5f8eb;} 
.links{padding-left:60px; font-size:14px; color:#fff; line-height:70px;  height:110px; background:#333;}
.crcon{ padding:100px 0 60px 0;}
.kslj,.crcode{display: flex;}
.kslj li,.crcode li{ display:inline-block; vertical-align:top; margin-right:80px;}
.kslj p{ font-size:18px; color:#fff; margin-bottom:25px;}
.kslj p em{ font-size:12px; color:rgb(255,255,255,0.3); font-family:Arial, Helvetica, sans-serif;}
.kslj a{ display:block; font-size:15px; color:rgb(255,255,255,0.5); font-weight:lighter; line-height:34px;}
.kslj a:hover{ color:#e5f8eb;}
.kslj a i{ padding-left:15px;}
.crcode li{ text-align:center; font-size:15px; color:rgb(255,255,255,0.5);}
.crcode li img{ width:125px; height:125px; margin-bottom:15px; display:block;}
.crcode li{ margin-right:40px;}
.crconcat{ width:400px;}
.cr_tel{ font-size:16px; color:rgb(255,255,255,0.6); background:url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230526/20230526085623_538996527.png) no-repeat right top;}
.cr_tel span{ display:block; font-size:24px; color:#fff; padding:10px 0 20px 0;font-weight: bold;}
.cr_addr{ padding-top:10px; border-top:1px solid rgb(255,255,255,0.5);}
.cr_addr p{ font-size:15px; color:rgb(255,255,255,0.5); line-height:30px; padding-left:25px;}
.cr_addr p:nth-child(1){ background:url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230526/20230526085623_832683138.png) no-repeat left center;}
.cr_addr p:nth-child(2){ background:url(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230526/20230526085623_780098835.png) no-repeat left center;}

.linkTagcs li{line-height: 1px !important;margin-top: 35px !important;}
.copyright_bg{width:100%; height:108px; line-height:108px; font-size:14px; color:#484848; font-weight:lighter;font-family: "Avant_Garde_Medium-Normal";}
.copyright_bg a{color:rgb(255,255,255,0.5); font-size:14px;}
.copyright_bg a:hover{color:#fff; font-size:14px;}


















/* 浮动*/
.y-kefu-box { position: fixed; right: 0; 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(https://memberpic.114my.com.cn/dgjunhong11/uploadfile/image/20230524/20230524135756_347298124.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; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #0765d9; 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: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0765d9; border-color: #0765d9; color: #fff; 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; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.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: #0765d9; border-color: #0765d9;}
.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; }
.kf-mailbox>i{background-position: -5px -80px !important;}
.kf-mailbox:hover>i{background-position: -30px -80px !important;}

.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;} 
.kf-mobilephone>i{background-position: -5px -180px !important;;}
.kf-mobilephone:hover>i{background-position: -30px -180px !important;}

/*咨询热线*/
.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:#333;}
.y-kefu-box01 .mobile-infos p{color: #0765d9;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: #0765d9; 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; }