/*标签样式初始化*/
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";min-width: 1360px;}
*{box-sizing: border-box;}
#copy{display: none;}
a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#e72016;text-decoration: none; border-bottom-style:}
.page{ margin:0 auto;width:85%;}
.bg{ width: 100%; }
.box{margin: 0 auto;width:94%;}
.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;}
/*英文字体包*/
/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{font-size:40px;color:#333;}
.title t{color:#e72016;}
.title p{font-size: 18px;color:#999;line-height: 30px;}
.title p:after{content:"";display: block;width:30px;height:30px;margin: 10px auto 0;background: url(https://memberpic.114my.com.cn/dgkaicheng/uploadfile/image/20211020/20211020104502_968581566.png)no-repeat;-webkit-transform: rotate(360deg); animation: rotation 3s linear infinite; -moz-animation: rotation 3s linear infinite; -webkit-animation: rotation 3s linear infinite; -o-animation: rotation 3s linear infinite;}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
/*最上*/
.top_bg{height:45px;line-height: 45px;background:#e72016;font-size: 15px;color:#fff;}
.top_bg a{font-size: 15px;color:#fff;}
.top_connect a{float:left;display:block;height: 45px;padding:0 20px;border-left: 1px #fff solid;color:#fff;font-size: 15px;}
.top_connect a:last-child{border-right: 1px #fff solid;}
.top_connect a span{font-size: 18px;color:#fff;font-weight: bold;}
/*抬头*/
.head_bg{height:130px;position: relative;}
.logo{margin:30px 20px 0 0;}
.men{padding-top:36px;}
.men b{ font-size:24px; color:#000; margin-bottom:10px; display:inline-block;}
.men p{font-size: 18px;color:#999;}
/*栏目*/
.nav{margin-right: 3vw;}
.NavCeshi li{float:left;padding: 0 1.5vw;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:130px;font-style:normal;font-size:18px;color:#333; font-weight:bold;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#e72016;}
.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: #e72016;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #e72016 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:130px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #e72016;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;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #e72016;}
.nav2 table{width: 100%;}
/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){}
@media (max-width: 1780px) and (min-width: 1681px){.NavCeshi li{padding: 0 1.1vw;}}
@media (max-width: 1680px) and (min-width: 1600px){.NavCeshi li{padding: 0 1vw;}.NavCeshi li i{font-size: 16px;}}
@media (max-width: 1599px) and (min-width: 1500px){.NavCeshi li{padding: 0 0.9vw;}.NavCeshi li i{font-size: 16px;}}
@media (max-width: 1499px) and (min-width: 1200px){.NavCeshi li{padding: 0 0.8vw;}.NavCeshi li i{font-size: 14px;}}
/*搜索*/
.search{width: 100%;position: absolute;padding: 0 2%;top: 131px;right: 0;background: rgb(0 0 0 / 0.6);z-index: 99;transition:all 0.3s;transform: rotateX(90deg);}
.search_bg:hover .search{transform: rotateX(0deg);}
.search_nbg{position: absolute;z-index: 999;top: 516px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search-bg{width:300px;height:46px;margin-top:26px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:18px;color: #fff;display: inline-block;}
.search_l a{font-size: 15px;color: #ccc;}
.search_l a:hover{color:#fff;}
.search-bg #infoname{width:270px;background:#e6e6e6 ;outline:none; color:#ccc;border: none;height:45px;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: 44px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 46px;}
.search_bg:hover .search_bg_img{width:100%;}
.search_bg_img{width:80px;height:130px;position: absolute;right: 0;}
.search_bg_img img{position: absolute;top: 50px;right: 0;}
/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #ccc;min-width: 1400px;}
.banner-box{ min-width:1400px; height:770px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:770px; 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:300px; 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/dgkaicheng/uploadfile/image/20211021/20211021135115_2088987350.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: #e72016;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:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}
/*数据*/
.data_bg{height: 100px;position: relative;z-index: 9;background:url(../images/cpbj.jpg);}
.data{position: absolute;top:-100px;left: 50%;transform: translate(-50%);}
.data li{float:left;width:25%;height:200px;background: #e72016;box-shadow: 0px 0px 27px 3px rgb(21 21 21 / 10%);text-align: center;}
.data li p{margin:40px 0 0px 0;font-size: 60px; color:#fff;position:relative;}
.data li p:after{content:"+";display: block;width:30px;height:30px;line-height: 30px; background:rgb(255 255 255/0.3);border-radius: 100%;position: absolute;top:0px;font-size:20px;color:#fff;text-align: center;}
.data li:nth-child(1) p:after{right:125px;}
.data li:nth-child(2) p:after{right:75px;}
.data li:nth-child(3) p:after{right:110px;}
.data li:nth-child(4) p:after{right:110px;}
.data li span{font-size: 18px;color:#fff;}
/*产品中心*/
.prod_bg{height: auto;background:url(../images/cpbj.jpg); padding-bottom:40px;}
.prod{}
/*产品图片*/
.prod_b{height:auto !important;margin-bottom:40px;}
.prod_b ul{display: block; width:100%;}
.prod_b li{float:left; width:24%; overflow:hidden;background: #eee; margin-right:1.3%; margin-bottom:20px;}
.prod_b li:nth-child(4n){margin-right:0px; float:right;}
.prod_b li>a{overflow: hidden;}
.prod_b li>a img{transition: all 0.3s;width:100%;}
.prod_b li span{margin-top: 1px;height: 50px;line-height: 50px;text-align: center;display:block; font-size:16px;}
.prod_b li span:hover{display:block;width:100%;height:50px;background:#e72016;transition:all 0.3s; color:#fff;}
.prod_b li:hover{background:#e72016;transition:all 0.3s;}
.prod_b li:hover span{ color:#fff;}
/*烦恼*/
.trouble_bg{height: auto;background: url(../images/fl.jpg)no-repeat center top;}
.trouble_title b,.trouble_title t{color:#fff;}
.trouble_title p{color:#ccc;}
.trouble_title p:after{background: url(../images/fl1.png)no-repeat;}
.trouble_li li{float:left;width:24%;height: auto;padding:30px;background: #fff;text-align: center;cursor:pointer; margin-right:1.3%;}
.trouble_li li:nth-child(4n){margin-right:0px; float:right;}
.trouble_li li:hover{-webkit-animation: test 0.3s ease-in 2;}
.trouble_li b{display: block;margin-top: 90px; font-size: 28px;color:#333;line-height: 28px;}
.trouble_li b:before,.trouble_li b:after{content:"";display: block;}
.trouble_li b:before{width:60px;height:60px;background: #e72016;border-radius: 100%;position: absolute;top:50px;left:50%;transform: translate(-50%);}
.trouble_li b:after{width:30px;height:30px;background: url(../images/fl2.png)no-repeat;position: absolute;top:65px;left:50%;transform: translate(-50%);}
.trouble_li li:nth-child(2) b:after{background-position: -30px 0;}
.trouble_li li:nth-child(3) b:after{background-position: -60px 0;}
.trouble_li li:nth-child(4) b:after{background-position: -90px 0;}
.trouble_li p{margin-top: 20px;font-size: 15px;color:#999;line-height:32px;}
/*解决烦恼*/
.trouble_b{width:100%;height:218px;margin-top:60px;padding:0 40px;background: #fff;box-shadow: 0px 0px 13.8px 1.2px rgba(102, 102, 102, 0.15);}
.trouble_fl b{display: block;margin:65px 0 9px 0;font-size:32px;color:#333;}
.trouble_fl t{color:#e72016;}
.trouble_fl p{font-size:24px;color:#999;}
.trouble_fr{margin-top: 55px;padding-left: 80px;background:url(https://memberpic.114my.com.cn/dgkaicheng/uploadfile/image/20211020/20211020141156_1096751144.png)no-repeat left;}
.trouble_fr span{font-size: 20px;color:#333;}
.trouble_fr p{font-size: 40px;line-height: 40px;color:#e72016;}

@-webkit-keyframes test{
0%{transform:translate(0,0)}
50%{transform:translate(0,15px)}
100%{transform:translate(0,0)}
}
/*应用行业*/
.apply_bg{ margin-bottom:30px;}
/*优势*/
.adv_bg{height: auto;background: url(../images/ysbg.jpg)no-repeat center; padding-bottom:50px;}
.adv li{width:24%; margin-right:1.3%; height:620px;float:left;position: relative;background: #000;transition: all 0.3s;cursor: pointer;overflow: hidden;}
.adv li:nth-child(4){margin-right: 0px; float:right;}
.adv li:before,.adv li:after{content:"";display: block;width:40px;height:40px;background: url(../images/650.png)no-repeat;position: absolute;transition: all 0.3s;}
.adv li:before{top: -40px;left: -40px;}
.adv li:hover:before{top:25px;left: 25px;}
.adv li:after{bottom: -40px;right: -40px;transform: rotate(180deg);}
.adv li:hover:after{bottom: 25px;right:25px;}
.adv li *{display: block;}
.adv_li_img{opacity: 0.5; width:100%;}
.adv li:hover .adv_li_img{opacity: 0.2;}
.adv_li_title,.adv_li_text{position: absolute;z-index: 2;}
.adv_li_title{width: 100%;top:190px;text-align: center;transition:all 0.3s;}
.adv li:hover .adv_li_title{top:95px;}
.adv_li_title t{width:66px;height:66px;margin: auto;border:1px #ccc solid;border-radius: 100%;}
.adv_li_title t:before{content:'';display: block;width:30px;height:30px;margin: 17px auto 0;background: url(../images/479.png)no-repeat;}
.adv li:nth-child(2) .adv_li_title t:before{background-position: -30px 0;}
.adv li:nth-child(3) .adv_li_title t:before{background-position: -60px 0;}
.adv li:nth-child(4) .adv_li_title t:before{background-position: -90px 0;}
.adv li:hover .adv_li_title t{border:1px #e72016 solid;}
.adv_li_title b{margin-top: 150px;font-size: 26px;color:#fff;transition: all 0.3s;}
.adv_li_title b:after{content:"";display: block;width:40px;height:2px;background: #999;margin:15px auto 20px;}
.adv li:hover .adv_li_title b:after{margin-top: 64px;background: #e72016;}
.adv li:hover .adv_li_title b{margin-top: 25px;}
.adv_li_title p{font-size: 18px;color:#999;}
.adv li:hover .adv_li_title p{width: 100%;position: absolute;top: 138px;left: 50%;transform: translate(-50%);}
.adv_li_text{width: 275px;left: 50%;transform: translate(-50%);top:650px;text-align: center;font-size: 15px;color:#e5e5e5;line-height: 32px;transition:all 0.3s;}
.adv li:hover .adv_li_text{top:307px;}
/*合作伙伴*/
.partner_bg{height: auto; margin-bottom:50px;}
.partner_t{height:173px;}
.partner_t ul *{display: block;}
.partner_t li{display: inline-table;float:left;width:16.6%;height: auto;padding: 0px !important;overflow:hidden;position:relative;box-sizing: border-box;}
.partner_t li>a{display: block;border: 1px solid #eee;}
.partner_t li>a>img{width:100%;}
.partner_t li p{width:100%;height: 175px;margin-top: -60px;padding-top: 0px !important;background: rgba(0, 0, 0, 0.6);position:absolute;top:34%;left:0px;transform-origin: center;transform: rotateX(90deg);transition: 600ms;}
.partner_t li p a{display:block;line-height:175px;font-size:16px;color:#fff;text-align:center;}
.partner_t li:hover p{transform: rotateX(0deg);transition: 600ms;}
 /*留言*/
.partner_b{width:100%;height:300px;margin-top: 50px;padding:40px;background: #fff;box-shadow: 0px 0px 13.8px 1.2px rgba(51, 51, 51, 0.15);}
.sy_feed_lx{overflow: hidden;}
.sy_feed_lx+.sy_feed_lx{float: left;width: 66%;margin-top:25px;}
.sy_cc_ri ul li{float: left;position: relative; width:32%; margin-right:2%;}
.sy_cc_ri ul li:nth-child(3){margin-right: 0px; float:right;}
.sy_cc_ri ul li span{position:absolute;top:-20px;left:0;line-height: 20px;color: #fa9900;}
.sy_cc_ri ul li input{width:100%;height:60px;line-height:60px;padding: 0 10px 0 12px;border:none;outline: none;font-size: 15px;color: #999;background: #f5f5f5;}
.sy_cc_ri ul li input.cur{border:1px solid #fa9900;background:#c8c8c8;}
.sy_cc_ri textarea{background: #f5f5f5;width:100%;height:120px;line-height:33px;border:none;outline: none;font-size: 16px;color: #333;padding:12px;}
.sy_code{margin:25px auto 0;float:left;font-size: 0; width:32%;}
.sy_code input#authcode{width: 33%;height: 45px;background: #ffffff;border:1px solid #e5e5e5;padding-left: 12px;display:inline-block;vertical-align: top;}
.sy_code i{width:119px;display:inline-block;vertical-align:middle;padding:7.5px 0;}
.sy_code img{margin-left:18px;}
#save{color: #fff;font-size:26px;width:100%;height:120px;line-height:120px;text-align: center;background-color: #080a0b;display:inline-block;vertical-align: top;margin-left:25px;border: none;}
.sy_feed_lx b {font-size: 20px;line-height: 40px;}
input::-webkit-input-placeholder{color: #b8b8b8;}
input::-moz-input-placeholder{color: #b8b8b8;}
input::-ms-input-placeholder{color: #b8b8b8;}
textarea::-webkit-input-placeholder{color: #b8b8b8;}
textarea::-moz-input-placeholder{color: #b8b8b8;}
textarea::-ms-input-placeholder{color: #b8b8b8;}

/*公司简介*/
.about_bj{height:500px;background-position: center;background-attachment: fixed;background-image:url(../images/gsbg.jpg);background-repeat: no-repeat;}
.about_bg{position: relative;}
.about{height:750px;padding:0 60px;background: #fff;box-shadow: 0px 0px 11.04px 0.96px rgba(51, 51, 51, 0.15);position: absolute;top: -150px;left: 50%;transform: translate(-50%);}
.about_text p{font-size: 15px;color:#999;line-height: 40px;text-align: center;}
.about_img{margin-top: 30px;}
.about_img ul *{display: block;}
.about_img li{float:left; width:19%; margin-right:1%;}
.about_img li>a{width:100%;height: auto;overflow: hidden;border: 1px #eee solid;border-bottom: none;}
.about_img li>a img{transition:all 0.3s;}
.about_img li:hover>a img{transform: scale(1.2);}
.about_img li br{display:none;}
.about_img li p{height: 50px;line-height: 50px;margin-top: 1px;background: #eee;text-align: center;position: relative;}
.about_img li p:after{content:"";display:block;width:0%;height: 50px;background: #e72016;transition: all 0.3s;position: absolute;top: 0;}
.about_img li:hover p:after{width:100%;}
.about_img li p a{font-size: 15px;color: #333;position: relative;z-index: 2;}
.about_img li:hover p a{color:#fff;}


/*荣誉证书*/
.honor_bg{height: auto; padding-bottom:50px;margin-top: 615px;background:url(../images/zsbg.jpg)no-repeat center;}
.honor{position: relative;}
.honor_img ul,.honor_img ul *{display: block;}
.honor_img{width:85%;margin: auto;}
.honor_img li{float:left;margin-right:25px;}
.honor_img li{display: inline-table;float: left;width:24%;height: auto;padding: 0px !important;overflow:hidden;position:relative;box-sizing: border-box;}
.honor_img li>a{display: block;}
.honor_img li>a>img{width: 100%;}
.honor_img li p{width:100%;height: 511px;padding-top: 0px !important;background: rgba(0, 0, 0, 0.6);position:absolute;top:0%;left:0px;transform-origin: center;transform: rotateX(90deg);transition: 600ms;}
.honor_img li p a{display:block;line-height:511px;font-size:16px;color:#fff;text-align:center;}
.honor_img li:hover p{transform: rotateX(0deg);transition: 600ms;}

/*按钮*/
.honor_button_share{width:60px;height:60px;background:#fff url(../images/190.png)no-repeat center;position: absolute;top:225px;cursor:pointer;}
.honor_button_fr{right:0px;transform:rotate(180deg);}


/*新闻聚焦*/
.news{ padding:0px 0 80px 0;}
.newstab{ font-size:0;margin: 0 0px 40px 0px;text-align:center;}
.newstab a{ display:inline-block; width:160px; line-height:52px;background:#333; text-align:center; font-size:18px; color:#fff; transition:all .3s ease;}
.newstab a.on{ background:#e72016; color:#fff;}
.newstab a+a{ margin-left:36px;}
.newscon .news_div_item{ float:left; width:32%; position:relative; margin-right:2%;}
.newscon .news_div_item:nth-child(3){margin-right: 0px; float:right;}
.newscon .news_div_item_pic img{ width:100%; height:auto; transition:all .6s ease;border: 1px solid #eee;    border-bottom: 0px solid #eee;}
.newscon .news_div_item_pic{ overflow:hidden; margin-bottom:263px;}
.newscon .news_div_item_date{ position:absolute; width:102px; height:102px; box-sizing:border-box; background:#e72016; padding:20px; font-size:0; text-align:center; border-radius:0 8px 0 8px; left:3px; bottom:266px; z-index:9;font-weight: normal;}
.newscon .news_div_item_date>div{ display:inline-block; font-size:18px; color:#fff;}
.newscon .news_div_item_date>div.news_div_item_year{ font-size:30px;} 
.newscon .news_div_item_content{ position:absolute; width:100%; box-sizing:border-box; left:0; bottom:0; border:1px solid #eeeeee; height:263px; padding:40px 30px 0 30px;background: #fff;}
.newscon .news_div_item_a{ font-size:18px; color:#333333; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;transition:all .3s ease;font-weight: normal;}
.newscon .news_div_item_body{ font-size:14px; color:#999999; line-height:32px; padding:25px 0 35px 0; border-bottom:1px solid #eeeeee;}
.newsbtn{ margin-top:27px;}
.newsbtn .newicon{ float:left; display:inline-block; width:28px; height:20px; background:url(../images/50.png) no-repeat center;}
.newsbtn .newmore{ float:right; font-size:14px; color:#888888; padding:0 5px 10px 5px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; border-bottom:2px solid #cdcdcd; transition:all .3s ease;}
.newscon .news_div_item:hover .newmore,.newscon .news_div_item:hover .news_div_item_a{ color:#e72016; border-color:#e72016;}

/*版权*/
.copyright{ background:#e72016;}
.links{ font-size:16px; color:#fff; line-height:110px; border-bottom:1px solid #cf0a00;}
.links p.fl{ padding-left:38px; font-weight:normal; background:url(../images/917.png) no-repeat left center;}
.links p.fl span{ vertical-align: bottom; font-size:18px; padding:0 15px 0 5px;font-weight: bold;}
.end,.end a{ font-size:15px; color:#fff; line-height:99px;}
.end a:hover{ color:#fff;}
.crcon{ padding:50px 0; border-bottom:1px solid #cf0a00;}
.kslj li{ float:left; margin-right:110px;}
.kslj li:last-child{margin-right: 0px;}
.kslj li p{ font-size:20px; color:#ffffff; margin-bottom:20px; padding-left:35px; background:url(../images/354.png) no-repeat left center;}
.kslj li a{ display:block; font-size:14px;color:#fff;font-weight:lighter; line-height:34px; margin-left:20px;}
.kslj li a:hover{ color:#fff;}
.kslj li a i{ padding-right:10px;}
.crcodecon li img{ border:10px solid #fff; border-radius:5px; width:163px; height:auto;}
.crcodecon { margin-right:17px;}
.crcodecon li{ width:173px !important; position:relative;}
.crcodecon li:after{ content:''; display:block; position:absolute; width:10px; height:19px; right:0; top:15px; background:url(../images/964.png) no-repeat left center;}
.crcodecon li:nth-child(2):after{ top:15px;}
.crcodecon li:nth-child(3):after{ top:72px;}
.crcodecon li:nth-child(4):after{ top:130px;}
.crcodetab p{ cursor:pointer; font-size:16px; font-weight:lighter; color:#fff; width:200px; height:45px; line-height:45px; border-radius:25px;background:#cf0a00; position:relative;}
.crcodetab p+p{ margin-top:14px;}
.crcodetab p.on{background:#fff; color:#222;}
.crcodetab p span{ padding-left:12px; margin-left:50px;}
.crcodetab p:after{ content:''; display:block; position:absolute; width:20px; height:20px; background:url(../images/315.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{ background:url(../images/221.png) no-repeat center;}

/* 客服样式*/
.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(../images/200.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: #e72016; 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: #e72016; border-color: #e72016; 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; }
.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: #e72016; border-color: #e72016;}
.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:#e72016; }
.y-kefu-box01 .mobile-infos p { color: #e72016; 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: #e72016; 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:#e72016;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }