/*标签样式初始化*/
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; font-size:14px;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#2067b9;text-decoration: none; border-bottom-style:}
.box{margin: 0 auto;width: 100%;min-width: 1300px;max-width: 1600px;width: 90%;}
.bg{ width: 100%;min-width: 1300px;}

.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;}

/*共用代码*/
.t{text-align: center;height:150px; }
.t h3{font-size: 40px;color:#111;line-height: 70px;font-weight: bold;}
.t h3 b{color: #015ec2;}
.t p{font-size: 18px;line-height:30px;}
.t em{font-style: normal; font-weight: bold; opacity: 0.1; color: #999; font-size: 80px; font-family: "Arial"; text-transform: uppercase;  position: relative;top: -110px; }


/*抬头*/
.head_bg{height: 40px;line-height: 40px;border-bottom:1px #eee solid; font-size: 14px;color: #ccc;}
.head_r a{font-size: 0.8rem;color: #ccc;background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915195613_79205398.png)no-repeat center left;padding-left:26px;}
.head_r a:nth-child(2){background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915195713_917214561.png)no-repeat center left; margin-left:30px;}

.name_l{border-left: 1px #eee solid;margin-left: 26px;padding-left: 26px;margin-top:36px;}
.name_l p{font-size: 22px;font-weight: bold;color: #222;}
.name_l p>t{color: #d00b0b;}
.name_l span{display: block;color: #333;font-size: 14px;margin-top: 4px;letter-spacing: 2.8px;}
.name_l span>b{color: #0075c6;}
.tel{margin-top:40px;}



/*导航*/
.top_bg{height: 138px;}
.logo{margin-top: 40px;}
.name{margin-left: 1.4rem;margin-top: 38px;}
.name span{font-size:28px;color: #000;font-weight: bold;}
.name p{font-size: 18px; color: #222;  height:32px;line-height:32px;  text-align:center; }


/*栏目*/
.nav_bg{background:#015ec2; height:70px;}
.nav>ul>li{ float: left; display: block;width:12.5%;  height:100%; position: relative; background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210913/20210913092001_544848517.png)no-repeat center right; }
.nav>ul>li:before{content:"";position: absolute; left:0;top:0; height:100%; width:1px;background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210913/20210913092001_544848517.png)no-repeat center; }
.nav>ul>li>a{ display: block; color: #fff; font-size:1rem; text-align: center; position: relative; line-height:70px;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content:"";position: absolute;bottom:0;left: -20px;right:0; margin:0 auto; width: 100%;height:70px; opacity: 0; display: block;background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210913/20210913101556_796153764.png)no-repeat center; transition:0.3s all ease-in-out;}
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{left:0;opacity: 1;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{font-weight:bold; color:#000;}


@media (max-width: 1500px){
.box{width:94%;}
}



/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:100%;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:0;top:70px; margin-left:0px; text-align:center;}

.nav ul li>ul a{ -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>ul.nav1 a{background: #015ec2;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);width: 100%;height: 44px;line-height: 44px; display: block;color: #fff;font-size: 14px; }
.nav ul li>ul.nav1 a:hover{background: #fff; text-indent: 10px;color: #015ec2;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


.nav ul li>ul.nav2{background:#fff; padding:20px; width:400px; left:-60%;}
.nav ul li>ul.nav2 table {width:100%;}
.nav ul li>ul.nav2 table tr{ float:left; width:50%; }
.nav ul li>ul.nav2 table td a{display:block;  font-weight:100 !important;padding-left:10px;}
.nav ul li>ul.nav2 li p{color:#222; font-weight:bold; line-height:50px;}
.nav ul li>ul.nav2 .nav_m{border-top:1px #eee solid; padding-top:30px;}
.nav ul li>ul.nav2 .nav_m a{display:inline-block; width:23%;}
.nav ul li>ul.nav2 .nav_m a+a{margin-left:1.1%;}
.nav ul li>ul.nav2 .nav_m a p{line-height:40px;}
.nav ul li>ul.nav2 a img{width:100%;}


/*搜索*/
.search_nbg{width: 100%;height:97px;background: #f5f5f5;position: absolute; top:648px;}
.search_bg{width: 100%;height:97px;background: #f5f5f5;}
#search{color: #999; height:97px;margin:0 auto;line-height:97px;}
.search_01{ float:left;width:74%;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01 d{display: block;float: left;color:#333;font-size: 16px;position:relative;}
.search_01 a{font-size: 15px;color: #aaa;}
.search_01 a:hover{color: #015ec2;}
.search_02{width: 320px;float: right;position: relative;}
.search-i {position: absolute;right:0px; height:100%;}
.search-i input{ padding-top:27px;}
.search-bg{position: relative;}
.search-bg #infoname{width:259px; outline:none; color:#ccc;border:none;height:44px;font-size: 14px;padding-left: 20px;font-weight: lighter;background: #fff;border-right: none; margin-top:27px;}



/*产品中心*/
.pro-left{ width:20%; }
.pro-tlt{ height:100px; background:#015ec2; text-align: center;}
.pro-tlt em{ display:block; padding-top: 22px; font-size: 25px; color: #fff; font-family:microsoft yahei; font-style: normal;}
.pro-tlt span{color:#fff; line-height:24px;}

.prod_d{width: 100%;border:1px #eee solid;line-height: 70px; }
.prod_d ul li{    position: relative;transition:all 0.5s;}
.prod_d ul li>a{display:block; border-bottom:1px #eee solid; color:#333; font-size:16px; padding:0 10%; background:url(https://memberpic.114my.com.cn/gdgdzg/uploadfile/image/20210831/20210831180008_1948689504.png)no-repeat 17vw center;}
.prod_d ul li dl a{ font-size:15px; line-height:60px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;padding:0 10%;}
.prod_d ul li>a:hover{color:#015ec2 !important;}
.prod_d ul li dl{width:100%;transition:all 0.5s; overflow : hidden;background: #f5f5f5;  }
.prod_d ul li:hover dl{height:auto;padding:10px 0;}
.prod_d ul li:hover{border-left:4px #015ec2 solid;}


.prod_box{width:calc(100% - 348px);}
.prod_box li{padding:0px !important;width:23%;display:block;float:left;background:#f5f5f5; margin-bottom:2.4%;     position: relative; }
.prod_box li+li{margin-left:2%;}
.prod_box li img{width:100%;height:auto;transition: 0.3s ease all;border: 1px #eee solid;}
.prod_box li>a{width:100%;height:100%;display:block;overflow: hidden;box-sizing: border-box;}
.prod_box li:hover img{transform: scale(1.1);}
.prod_box li span{text-align:left;background:rgba(0,0,0,0.8); height:40px;}
.prod_box li span:before{content:'';width:0;height:40px;display:block;background:#015ec2;position: absolute;bottom:0px;left:0px; transition: 0.3s ease all;}
.prod_box li:hover span:before{width:100%;}
.prod_box li span,.prod_box li span a{width:100% !important;display:block;}
.prod_box li span a{color:#fff;font-size:15px;position: relative;transition: 0.3s ease all; line-height:40px;padding-left: 20px;}
.prod_box li br{display:none;}
.prod_box li span a:after{content:''; height:40px; width:60px; background: #015ec2 url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915195755_1214574311.png)no-repeat center;display: inline-block;position: relative;float: right;}
.prod_box li:hover span a:after{filter: brightness(1);}
.ny_prolist {  width: 22.3% !important;  margin: 0 1%;  float: left; margin-bottom: 2%; position: relative; overflow: hidden;}

/*广告图*/
.Advert{ background:url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210914/20210914195252_1342290446.jpg)no-repeat center; background-size:cover;height:350px;padding:100px 0px;}
.Advert .left{width:55%}
.Advert .left h3{color:#015ec2;font-size:42px; margin-bottom:20px;}
.Advert .left span{display: inline-block; color:#fff;font-size:22px; margin:0 50px 10px 0;}
.Advert .right{width: 45%; text-align: right;}
.Advert .right .tel{display: inline-block;color:#fff;font-size:24px;}
.Advert .right .tel i{float:left;margin-right:10px;color:#fff;font-size: 28px;}
.Advert .right .btn{float:right;margin:40px 0 0 30px;padding:10px 40px;color:#fff;font-size:16px;border-radius: 30px;;}
.Advert .right .consult{background: #015ec2;}
.Advert .right .set{background: #fff;color: #015ec2;}
.Advert .right .btn:hover{color:#fff;background:#015ec2}

/*品质*/
.quality_bg{background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915114952_1911469018.jpg)no-repeat center;height: 844px;}
.quality_t h3{color: #fff;}
.quality_t p{color: #fff;}
.quality_wt li{float: left;color: #fff;width: 227px;}
.quality_wt li p{font-weight: bold;font-size: 28px;}
.quality_wt li d{display: block;width: 40px;height: 4px;background:#4da3ee;margin: 16px 0px;}
.quality_wt li span{display: block;font-size: 15px;line-height: 30px;}
.quality_wt li+li{margin-left:9.7%;}
.quality_wt li:nth-child(1),.quality_wt li:nth-child(4){margin-top:80px;}


/*优势*/
.adv_bg{padding-top: 80px; height:1030px; background:#f1f5f8 url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915140815_298908284.jpg) no-repeat center bottom;}
.adv_t{border-bottom: 1px #eee solid; padding-bottom:50px;}
.adv_list{width: 64%;}
.adv_list li{float: left; cursor: pointer; width: 24%; text-align: center; height:154px; line-height:154px; color:#222; font-size:24px;position: relative; }
.adv_list li b{color:#d00b0b;}
.adv_list li.on,.adv_list li.on b{color:#015ec2; font-weight:bold;}
.adv_list li:before,.adv_list li:after{content:""; }
.adv_list li:after{display:block; width:0; height:3px; background:#015ec2; margin:0 auto;transition: 0.3s all ease;position: absolute; left:0; right:0; top:0;}
.adv_list li.on:after{width:100%;}
.adv_list li:before{display:inline-block; width:50px; height:50px; position: relative; top:14px; margin-right:6px;transition: 0.2s all ease; background-image:url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915141208_2096762726.png); background-repeat: no-repeat; }
.adv_list li:nth-child(1)::before{background-position: 0px -50px;}
.adv_list li:nth-child(2)::before{background-position: -50px -50px;}
.adv_list li:nth-child(3)::before{background-position: -100px -50px;}
.adv_list li:nth-child(4)::before{background-position: -150px -50px;}

.adv_list li.on:nth-child(1)::before{background-position: 0 0;}
.adv_list li.on:nth-child(2)::before{background-position: -50px 0;}
.adv_list li.on:nth-child(3)::before{background-position: -100px 0;}
.adv_list li.on:nth-child(4)::before{background-position: -150px 0;}



.adv_l{width: 64%; height: 536px; overflow: hidden;}
.adv_l img{width: 100%; height:100%;}
.adv_r{width: 36%; background: #fff; box-shadow: 0 0 200px rgba(0,0,0,0.1); height:676px;position: relative; top:-140px; padding:3.4vw;}
.adv_rt p{ font-size: 20px; color: #333;}
.adv_rt h3{font-size: 30px; color: #111; border-bottom:1px #e1e1e1 solid; padding-bottom: 3vw; margin-bottom:2.6vw;}
.adv_rt h3 b{color: #015ec2;}
.adv_rt dd{ font-size: 15px; line-height: 30px; margin-top: 1.4vw;}
.adv_rt dd:before{content:"";    display: inline-block;width:8px; height:8px; border:2px #e1e1e1 solid;border-radius: 100%; margin-right:10px;}

.adv_rd{margin-top:2.5vw;}
.adv_rd li{width: 50%; float: left; border:1px #eee dotted; text-align: center; padding:2vw 0;}
.adv_rd li p{font-size: 3.2vw; color: #222; font-family: "Arial";}
.adv_rd li p:after{content:"+"; display: inline-block; width: 26px; height: 26px; line-height: 26px; background: #d00b0b; color: #fff; text-align: center; font-size: 16px;position: relative; top:-10px; margin-left:6px;}
.adv_rd li span{ font-size: 18px; line-height: 40px;}


.banner01_bg{background:url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915143356_798548522.jpg) no-repeat center bottom;background-size: cover;background-attachment: fixed;}
.banner01{color:#fff; padding:80px 3%; height:360px;}
.adv_bl h3{ font-size: 2.2vw; line-height: 3vw; }
.adv_bl p{ font-size: 24px; border:1px #fff solid; width: 720px; height: 70px; line-height: 70px; text-align:center;text-indent: 50px;  background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915142953_458211838.png) no-repeat 50px center; margin-top:2vw;}
.adv_br{background: url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915143050_1984099856.png) no-repeat left center; padding-left:110px;position: relative; top:50px;}
.adv_br p{ font-size: 24px;  line-height:40px;}
.adv_br b{ font-size: 44px; font-family: "Arial"; line-height:60px;}






/*简介*/
.com_b{height:618px;}
.com_fl,.com_fr{width:50%;height:618px;}
.com_fr img{width:100%;}
.com_fl{position: relative;padding: 5vw 3vw 0 3vw;}
.com_fl:before,.com_fl:after{content:"";display:block;background:#CCC;position: absolute;}
.com_fl:before{width:155px;height:1px;top:0;left:0;}
.com_fl:after{top:-20px; left:30px; width:1px; height:50px; }
.com_fl em{font-size:44px;color:#111;}
.com_fl p{font-size:24px;color:#111;    margin-bottom: 2.4vw;}
.com_fl dd{font-size:15px;color:#666;line-height:30px;}
.com_fl dd+dd{margin-top:1vw;}
.com_fl a.com_more{color:#333;font-size:16px;display:block;position: absolute;bottom:11%;}
.com_fl a.com_more:before{content:"";display:block;width:10px;height:10px;background:#CCC;border-radius:50%;float:left;margin-top: 7px; transition: 0.3s all linear;}
.com_fl a.com_more:after{content:"";display:block;width:30px;height:1px;background:#CCC;float:left;margin-top: 12px;margin-right: 14px;
transition: 0.3s all ease;}
.com_fl a.com_more:hover:before{background:#015ec2; transform:translateX(60px);}
.com_fl a.com_more:hover:after{width:60px;background:#015ec2;transition: 0.3s all ease;}
.com_fl a.com_more:hover{color:#015ec2;}


/*厂房*/
.equ_bg{background: #f5f5f5;padding: 80px 0px;}

.equ_d .tempWrap{width:100% !important;}
.equ_d ul{display:block;}
.equ_d li{float:left;overflow: hidden;transition: 0.3s ease all;display:block;margin-right:20px;text-align: center;width:360px;}
.equ_d li p a{font-size: 16px;display:block;}

.equ_d li img{transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;width:100%;height:100%;}
.equ_d li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}

.equ_d li p{height:60px;line-height:60px;position: relative;z-index: 2;background:#fff;}


/*新闻*/
.news_bg{background:#fff;}
.news_bt{width:100%; float: left;}
.news_btl{width: 300px; float: left; font-weight: 400; font-size: 42px;color:#333;}
.news_btl span{font-size: 18px; display: block; color: #999; font-weight: 100;}
.nb_tab{font-size:0;text-align: center; float: right;}
.nb_tab a{width:165px;height:40px;background:#fff;display:inline-block;vertical-align:top;color:#333; box-shadow: 0px 0px 20px #eee; border-radius: 30px; margin-top: 22px;}
.nb_tab a+a{margin-left:30px;}
.nb_tab a.cur{background:#2067b9; color: #fff; background-size: 400% 370%; box-shadow:0px 0px 9px 1px #b1b1b1;}
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:40px;font-weight: lighter;}
.nb_tab a b{font-size:16px; }

.nbc_list+.nbc_list{display: none;}
.nbcl_le{width:50%;}
.nbcl_le .news_div_item{width:48%;display: inline-block;vertical-align:top;    background: #fff;overflow: hidden;}
.nbcl_le .news_div_item+.news_div_item{margin-left:4%;}
.nbcl_le .news_div_item_pic img{width:100%;    height: 250px;    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;}

.nbcl_le .news_div_item:hover .news_div_item_pic img{-webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);}

.news_div_item_title a{font-size:18px;    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nbcl_le .news_div_item_content{width:98%;height: 155px;padding: 30px 20px 0 20px;}
.nbcl_le .news_div_item_body{margin-top:20px;line-height:24px;font-size: 14px;color:#666;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915195923_1091428962.png) no-repeat right center;float: right;margin-top:17px;    margin: -15px 20px 0 0;}

.nb_con{height:510px;}
.nbcr_ri{width:48%;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{margin-bottom: 15px;font-size:0;padding:30px 0;position:relative;transition:300ms;background: #fff;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2;z-index:1;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:115px;text-align: center;font-size:0;}
.nbcr_ri .news_div_item_content{width:80%;padding-left:20px;border-left:1px solid #f3f3f3; font-weight: 100;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight: bold;    line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:20px;color:#68686a;padding-right:20px;font-size:14px;}




/*版权*/
.copy_row2{background:#000;width:100%;min-width:1300px;}
.content1 {width: 1500px;margin: 0 auto;}
.copy_row2 > .content1{position:relative;padding-top:20px;height:380px;overflow:hidden;}
.copy_list{float:left;padding-left:55px;padding-top:0px; padding-right: 55px; border-left: 1px #1a1a1a solid; margin-top:60px; height:210px;}
.copy_list li a{display:block;color:#666;font-size:15px;line-height:30px;}
.copy_list li{color:#666;font-size:15px;line-height:30px;}
.copy_list li a:hover{color:#333;}
.copy_list strong{display:block;}
.copy_list strong a{color:#fff;line-height:50px;font-size:19px;font-weight:normal;display:inline-block;position:relative;padding-bottom:10px;}

.copy_list:hover strong a:after{width:100%;background:#d3351a;}
.copy_list:nth-child(1) {padding-left: 0px !important; border-left:none;}

.copy_phone{background:url(https://memberpic.114my.com.cn/xiecheng98/uploadfile/image/20210609/20210609144723_82451849.png) no-repeat;width:228px;height:343px;position:absolute; bottom:0px;right:0px;z-index:5;padding:70px 30px 20px;}
.copy_phone ul{position:absolute;bottom:30px;left:38px;width:153px;text-align:center; height:40px;}
.copy_phone ul li{display:inline-block;border-radius:50%;width:40px;height:40px;margin:0 5px;-webkit-transition:0.3s all ease;transition:0.3s all ease; background:#e9ecf3;cursor:pointer; float:left;}

.copy_phone ul li .copy_img1{background:url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915152025_110402121.png)no-repeat center;height: 40px;width: 40px;}


.copy_phone ul li.cur .copy_img1{background:url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20210915/20210915152213_278381055.png)no-repeat center;height: 40px;width: 40px;}


.copy_phone ul li.cur{background:#2067b9;}
.copy_phone ul li img{display:block;width:100%;height:100%;}
.copy_ewm_cont{display:block;width:136px;position:absolute;height:136px;top:97px;left:47px;}
.copy_ewm_cont img{display:block;width:100%;height:100%;}
.copy_ewm_cont p{position:absolute;top:-35px;left:23px;color:#666;font-size:14px;}
.copy_phone ul li .copy_img1 .iconfont{font-size:21px;color:#000;line-height: 40px;}
.copy_phone ul li.cur .copy_img1 .iconfont{color:#fff}
i.iconfont.icon-weixin {font-size: 29px !important;}


.copy1_item2{padding-top:43px !important;}
.copy1_item3{padding-top:43px !important;}

/*友情链接*/
.links_bj{width:100%;height:110px;margin:0 auto;position:relative;background:#000000;border-bottom: 1px #151515 solid;}
.links_bj .content1{height: 110px;}
.links_zbt{width:100px;height:110px;font-size:20px;color:#fff;line-height:110px;}
.links_zbt span{font-size:20px;color:#fff;font-font-family:"akr";text-transform:uppercase;}
.links_lj{width:1280px;height:110px;font-size:14px;color:#fff;margin-left:20px;line-height:110px;}
.links_tb{width:auto;height:110px;}
.linkTagcs li a{font-size:15px;line-height:110px;color:#fff !important;}


.copy_row3 {text-align:center;margin:0 auto;font-size:15px;color:#666;width:100%;overflow:hidden;background:#0c0c0c;}
.copy_row3 a{color:#666; font-size:15px;}
.copy_n{line-height:80px;color:#666;font-size:15px;float:left;}
.copy_n a{display:inline-block;color:#666;font-size:inherit;font-size:14px;}
.copy_nr{float:right;color:#666;line-height:80px}


.links_bj1{width:100%;height:10px;margin:0 auto;position:relative;}
.head_bgx{width:100%;height:10px;cursor: pointer;background:#484848}
.head_bgx strong {display: block;float:right;width:100%;}
.head_bgx span {display:block;width:100%;height:10px;background-color: #2067b9;}




.back-top-container {
  display: block;
  position: fixed;
  right:50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999;}

.back-top {
  opacity: 0.8;
  width: 32px;
  height: 32px;
  z-index:10000000;
  background: #0084ff; }
.back-top:hover {opacity: 1; }

.back-top-text {
  margin-top: 3px;
  padding-left: 7.5px;
  width: 32px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff; }
  
.back-top:hover {opacity: 1; }
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 113px;
  left: 0px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct a {
    color: #fff;
    text-decoration: none; }
.yb_conct a:hover {
      color: #fff; }

.yb_bar ul li {
    width: 196px;
    height: 53px;
    font: 14px / 52px 'Microsoft YaHei';
    padding-left: 10px;
    color: #fff;
    /* text-indent: 54px; */
    margin-bottom: 1px;
    border-radius: 3px;
    transition: all .5sease;
    overflow: hidden;
    background: #015fc3 url(https://memberpic.114my.com.cn/xky1688/uploadfile/image/20250221/20250221172458_48653222.png) no-repeat;
}

.yb_bar .yb_top { background-position: 144px 0px;}
.yb_bar .yb_phone {background-position: 0 -57px; font-size: 16px;}
.yb_bar .yb_tel {background-position: 150px -113px}
.yb_bar .yb_QQ {text-indent: 0;background-position: 0 -170px;}
    .yb_QQ a {display: block;text-indent: 54px;width: 100%;height: 100%;color: #fff; font-size: 16px;}
    .yb_bar .yb_fb {text-indent: 0;background-position: 0 -227px;}
    .yb_fb a{display: block;text-indent: 54px;width: 100%;height: 100%;color: #fff;  font-size: 16px;}
.yb_bar .yb_ercode {
  height:230px;
  position: relative;
  background-position: 138px -284px}
    
.yb_bar .yb_ercode img{position: absolute;top:53px;left:10px;}

.hd_qr {padding: 0 29px 25px 29px; }


.hd_qr1 {padding: 0 29px 25px 29px; }


.albblj img {
    width: 150px;
    height: auto;
}

.albblj {
    margin-left: 2vw;
    margin-top: 46px;
}

.tel1{margin-top: 22px;}



@media screen and (max-width:1730px) {
.name{margin-left: 1rem;}
.name_l{margin-left: 15px;padding-left: 15px;}
.albblj{margin-left: 1vw;}
}

@media screen and (max-width:1676px) {
.top_bg .top.box{width: 94%;}
}

@media screen and (max-width:1607px) {
.top_bg .top.box{width: 96%;}
.tel p{margin-left: 12px !important;}
}

@media screen and (max-width:1554px) {
.name span{font-size: 25px;}
.tel p{font-size: 20px !important;}
}