/*标签样式初始化*/
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;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
#copy { display: none;}
a {color: #666; text-decoration: none;}
a:hover { color:#f48000;text-decoration: none; border-bottom-style:}
.page{ margin:0 auto; width:1400px;}
.bg{ width: 100%;min-width: 1400px;}
.box{margin: 0 auto;width:90%; min-width:1400px;max-width:1600px;}
.fl { float: left;}
.fr {float: right;}
i{font-style: normal;}
/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}

@keyframes hover{
    0%{transform:scale(1)}
    25%{transform:scale(.6)}
    50%{transform:scale(1)}
    75%{transform:scale(1.2)}
    100%{ttransform:scale(1)}
}

.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;}
.top110 {padding-top: 110px;}


.t{text-align: center;}
.t h3{font-size:40px;color:#333;}
.t h3 b{color:#f48000;}
.t p{font-size:18px;margin-top:8px;margin-bottom:15px;}
.t i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.t i::after,.t i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;}
.t i::after{right: 0px;left: inherit;background:#ddd;animation:allTitleAfter 3s infinite linear;}
.t i::before{background:#ddd;animation:allTitleBefore 3s infinite linear;}
.t em{width: 30px;height: 5px;background:#f48000;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}


/*幻灯片开始*/
.banner-box{ min-width:1400px; height:920px; position:relative; overflow:hidden; background:#eee; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:920px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 274px; left: 0; margin-left: 0; height: 356px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812133220_198772665.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(hhttp://login.114my.cn/memberpic/076987902362/uploadfile/image/20230812/20230812133220_198772665.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center; }
.banner-box .hd ul li{ width:100px; height:6px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#f48000; width: 100px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; 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; }

/*抬头*/
#head_bg{position:absolute;z-index:222;margin:0 auto;width:100%;top:80px !important;}
.head{background:#fff;height:110px;display: flex;align-items: center;padding: 0px 2%;transition: all 1s ease-in-out;width:90%;margin:0 auto;min-width:1400px;}
.name{margin-left:1%;}
.name p{font-size:30px;font-weight: bold;color:#222;letter-spacing:6px; white-space:nowrap;}
.name span{display: block;color:#999;font-size:12px;}

/*跟随抬头*/
#head_bg.yinyin .head {width: 100% !important;}
#head_bg.yinyin {transition: all 1s ease-in-out;animation: 1s dong;top: 0 !important;box-shadow: 0 0 50px rgba(0,0,0,0.1);}
@keyframes dong {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0);
    }
}


/*导航*/
.nav{height:110px;width:64%; margin-left:6vw;}
.nav>ul{height:100%;}
.nav>ul>li{ float: left; display: block;height:100%;position: relative;z-index: 9;width: 12.285%;}
.nav>ul>li>a {overflow: hidden; display: block;  color: #222;  font-size: 16px;  text-align: center; position: relative;   transition: 0.3s ease all;  height: 100%;  line-height: 110px;}
.nav>ul>li>a:hover,.nav>ul>li.navcurrent a{color:#f48000;}

/*栏目下拉*/
.nav ul li .nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 999;left:0%;top:100%; text-align:center;background:rgba(0,0,0,0.5); }
.nav ul li .nav2 a{width: 100%;height: 40px;line-height: 40px; display: block;color: #fff;font-size: 14px;  text-liagn:center; -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; border-bottom:1px solid rgba(255,255,255,0.1);}
.nav ul li .nav2 a:hover{background:#f48000;}
.nav ul li:hover .nav2 {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; z-index: 999;}
.nav2 table{width:100% !important;}
.nav2 table td{ display: block;height: 40px !important;line-height: 40px !important; }
.nav2 table td a{line-height: 40px !important; }
.nav2 dl{display:none;}

/*search*/
.icon_search{position: relative;}
.icon_search i{user-select:none;transition:all 0.5s;display: flex;align-items: center;justify-content: center;position: relative;height: 100%; width:42px; height:42px; border:1px #ccc solid;border-radius: 100%;margin-left:1vw;}
.iser_box{background:rgba(0,0,0,0.5);position:absolute;top:76px;right:-35px;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 99999;width:470px;}
.nav_bc.on .iser_box,.itel_box{top:160px;}
.icon_search:hover .iser_box{transform:rotateX(0deg);}
.search_l{display:flex;align-items:center;justify-content:end;color: #fff;font-size: 14px;}
.search_l span+span{margin-left:4px;}
.search_l a{color: #fff;font-size: 14px;}
.search_r{margin-top:20px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{padding:12px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width:320px;text-align:center}
.dh_h {line-height: 36px;font-size: 22px;}
.itel_box p{color:#fff;position:relative;font-size:20px;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#feac00;margin-top:10px;}
.search_l .iconfont{font-size: 16px;}
.search_l span{color: #fff;}
.icon_pho {
display: flex;
align-items: center;
}

.icon_pho .irh span {
color: #fff;
font-size: 18px;
}

.icon_pho b {
font-size: 26px;
color: #f48000;
padding-left: 10px;
}

/*QQ*/
.head_qq{position: relative;}
.head_qq i{user-select:none;transition:all 0.5s;display: flex;align-items: center;justify-content: center;position: relative;height: 100%; width:42px; height:42px; border:1px #ccc solid;border-radius: 100%;margin-left:1vw;position: relative;}
.qq{position: absolute;top:76px;background:rgba(0,0,0,0.5);transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;padding:30px;z-index:99999;right:-35px;width:350px;}
.qq li{float:left;}
.qq li+li{margin-left:4%;}
.qq li a{color:#fff;display: block;background:url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230811/20230811100417_1424127570.png)no-repeat left;height:60px;line-height:60px;padding-left:30px;}
.head_qq:hover .qq{transform:rotateX(0deg);}

/*微信*/
.head_wei{position: relative;}
.head_wei i{user-select:none;transition:all 0.5s;display: flex;align-items: center;justify-content: center;position: relative;height: 100%; width:42px; height:42px; border:1px #ccc solid;border-radius: 100%;margin-left:1vw;position: relative;}
.head_wei p{position: absolute;transition: 0.3s all ease; transform-origin: top;transform: rotateX(90deg); top:76px; right:-35px;}
.head_wei:hover p{transform: rotateX(0);}
.head_wei p{width:120px; height:120px; padding:10px;background:rgba(0,0,0,0.4);  }
.head_wei p img{width:100%;}


/*数据*/
.data{height:180px;box-shadow: 0px 0px 5px #eee;}
.data li{float: left;width:20%;text-align: center;margin-top:40px;}
.data p{font-size:50px;color:#222;position: relative;}
.data p::after{content:"+";position: absolute;font-size:16px;background:#f48000;width:25px;height:25px;border-radius:50%;color:#fff;}
.data span{display: block;font-size:16px;margin-bottom:8px;}
.data i{font-size:12px;display: block;font-style: normal;color:#999;}

.data li:nth-child(1) p::after{content:"年";}
.data li:nth-child(3) p::after{content:"+";}
.data li:nth-child(4) p::after{content:"人";}
.data li:nth-child(5) p::after{content:"h";}



/*产品中心*/
.prod_list{height: 60px;}
.prod_list .prolist2021 li{float: left;width: 24.625%;text-align: center;background: #f5f5f5;height: 60px;line-height: 60px;position: relative;}
.prod_list .prolist2021 li+li{margin-left: 0.5%;}
.prod_list .prolist2021 li a{font-size: 16px;height: 60px;}
.prod_list .prolist2021 li:hover,.prod_list .prolist2021 li.on{background: #f48000;}
.prod_list .prolist2021 li:hover a,.prod_list .prolist2021 li.on a{color:#fff;}


.prod_cont li{ display:inline-block; vertical-align:top; width:23.95%;padding:12px 12px 0 12px !important; border:1px solid #e5e5e5; background:#f5f5f5; overflow:hidden; position:relative;}
.prod_cont li br{ display:block;}
.prod_cont li a{ display:block; position:relative; overflow:hidden; z-index:1;}
.prod_cont li>a img{ transition:all .6s ease; width:100%; height:auto;}
.prod_cont li:hover>a img{ transform:scale(1.1);}
.prod_cont li span a{ line-height:83px; font-size:18px; color:#333333; padding-right:100px; white-space:nowrap; text-overflow:ellipsis; text-align:left;transition:all .3s ease;}
.prod_cont li span a:after{ content:'+more'; display:block; width:80px; line-height:36px; position:absolute; right:0; top:0; bottom:0; margin:auto 0; background:#9a9a9a; text-align:center; font-size:14px; color:#fff; text-transform:uppercase; height:36px;transition:all .3s ease;}
.prod_cont li:after{ content:''; display:block; position:absolute; width:100%; height:100%; background:#f48000; opacity:0; left:0; top:0; transform:rotate(-90deg); transition:all .5s ease; left:-100%;}
.prod_cont li+li{ margin-left:1.4%;}
.prod_cont ul+ul{ margin-top:25px; display:block;}
.prod_cont li:hover:after{ opacity:1; transform:rotate(0); left:0;}
.prod_cont li:hover span a{ color:#fff;}
.prod_cont li:hover span a:after{ background:#fff; width:100px; color:#f48000;}



/*应用*/
.appli {overflow: hidden;}
.appli_box {}
.appli_con {position: relative;height: 49.6vw;}
.appli_pic {display: flex;width: 50%;position: relative;}
.appli_pic:hover i img {    transform: scale(1.2);}
.appli_pic i {overflow:hidden;    display: inline-block;}
.appli_pic i img {width: 100%;height: auto;transition:0.5s;}
.appli_pic p {position: absolute;font-size: 30px;color: #fff;top: 10%;left: 6%;}
.appli_call {}
.appli_call ul {display: flex;position: absolute;overflow: hidden;}
.appli_call ul:nth-child(1) {right: 0;top: 0;width: 50%;}
.appli_call ul:nth-child(2) {bottom: 0;left: 0;width: 50%;}
.appli_call li {width: 50%;overflow: hidden;position: relative;}
.appli_call li:hover img {transform: scale(1.2);}
.appli_call li>a {    overflow: hidden;}
.appli_call li>a img {width:100%;height:auto;    transition: 0.5s;}
.appli_call li p {position: absolute;top: 10%;left: 6%;}
.appli_call li p>a {font-size: 30px;color: #fff;}
.appli_txt {display: flex;flex-direction: column; background: #f4f4f4;position: absolute;bottom: 0;right: 0;padding: 5% 4%;width: 50%;}
.appli_txt p {font-size: 36px;display: flex;flex-direction: column;width: 93%;overflow: hidden;color:#333;}
.appli_txt p span {font-size: 18px;line-height: 30px;padding: 36px 19% 36px 0;}
.appli_txt a {font-size: 17px;color: #fff;font-weight: lighter;background:#f48000;border-radius: 40px;width: 25%;display: flex;justify-content: center;align-items: center;margin: 8% 0 0;height: 42px;overflow: hidden;}


/*合作客户*/
.partner_d{overflow: hidden;}
.partner_d .new_web_div2021 {width: 100% !important;overflow: unset !important;}
.partner_d .tempWrap { width: 100% !important;}
.partner_d ul{display: flex;justify-content: space-between;flex-wrap: wrap;    padding: 1%;}
.partner_d li {width: 16%;overflow:hidden;position:relative;    transition: 0.5s;}
.partner_d li:hover {
    box-shadow: 0 0 20px #ddd;
}
.partner_d li:nth-child(n+7) {margin: 12px 0 0;}
.partner_d li>a{display: block;}
.partner_d li>a>img{width:100%;height:auto;}
.partner_d li p {width:100%;height:100%;background: rgba(244,128,0,0.8);;position:absolute;top:0;left:0;transform-origin: center;transition: 600ms;border-radius: 50px 0;    transform: scale(0);}
.partner_d li p a{display:block;font-size:16px;color:#fff;display: flex;align-items: center;justify-content: center;height: 100%;}



/*简介*/
.index_about{display: block;background: url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812110526_132811849.jpg) no-repeat center;width: 100%;height: 435px;padding:60px 0 70px;box-sizing: content-box;}
.about_row1:after{content: '';display: block;clear: both;}
.about_tit{width: 550px;float:left;}
.about_tit > a{display: block;font-size: 38px;color: #fff;position: relative;font-weight: bold;line-height: 50px;padding-bottom:20px;}
.about_tit > a > .small{font-size: 20px;line-height: 35px;color: #fae9d7;display: block;font-weight: 100;}
.about_tit > a:before{content:'';display: block;width: 390px;height: 25px;position: absolute;bottom: 0; left: -50px;background:url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812111141_263131863.png) no-repeat center;}
.about_tit > a:after{content: '';width: 8px;border:2px solid #f48000;height:8px;display: block;border-radius: 50%;position: absolute;left: 270px;top:0px;}
.about_tit > p{padding: 20px 0;font-size: 15px;color: #fff;line-height: 32px;}
.about_btn{float:right;padding: 5px 200px;}
.about_btn:after{content:'';display: block;clear: both;}
.about_btn a{width: 154px;background: url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812111224_89958527.png) no-repeat center bottom;display: block;float: left;font-size: 24px;color: #fff;padding: 10px 0 25px 25px;line-height: 30px;margin-right: 70px;position: relative;z-index: 3;box-sizing: content-box;}
.about_btn a .small{color: #fae9d7;font-family: arial;font-size: 12px;display: block;line-height: 18px;}
.about_btn a img{display: block;float: left;padding:5px 10px 10px 0;}


.about_row2{background: url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812104939_1961795920.png) no-repeat center bottom;height:200px;padding: 180px 530px 40px 50px;margin-top: -70px;position: relative;box-sizing: content-box;}
.about_row2:after{content: '';clear: both;display: block}
.about_row2 .about_row2_in{width:90%;height: 180px;}
.about_row2 .about_row2_in ul li{width:100%;padding: 10px 0;position: relative;cursor: pointer;}
.about_row2 .about_row2_in ul li > i{font-family: 'DINCondensed',arial;font-size:40px;color: #343434;line-height: 60px;font-style: normal;font-weight: normal;letter-spacing: -2px;width: 90px;display: block;height: 60px;text-align: center;white-space: nowrap;position: absolute;left: 30px;top: 15px;transition:0.3s all ease;}
.about_row2 .about_row2_in ul li > p{color: #888;font-size: 15px;line-height: 28px;font-weight: normal;transition:0.3s all ease;}
.about_row2 .about_row2_in ul li > p > strong{display: block;font-size: 22px;line-height: 33px;color: #444;font-weight: bold;transition:0.3s all ease;}
.about_row2 .about_row2_in ul li > i:after{content: '';display: block;width: 9px;height: 9px;background: #c6c6c6;position: absolute;border-radius: 50%;top: 25px;left: 106px;transition:0.3s all ease;box-shadow: 0 0 0 0px rgba(0,0,0,0);}


/*新闻*/
.news_top{width:551px;margin:0px auto;margin-bottom:40px;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;     color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{float:left;background: #fff; -webkit-box-shadow: 0px 0px 20px #eee; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100;}
.news_tab li.cur{color:#fff; background:#f48000;width: 171px; height: 42px; line-height: 42px;}
.news_tab li.cur a{color:#fff;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.news_a .sNext{left: 5px;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.news_a i:hover{color:#f48000;}
.news_list{height:501px;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:500px;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 23.6%;display: inline-block;position: relative;height:501px;-webkit-transition:0.5s;transition:0.5s; padding: 20px; border: 1px #eee solid;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:265px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812133350_987518539.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:300px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;-webkit-transition:0.3s;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 130px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;-webkit-transition:0.5s;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812133414_63391448.png) no-repeat center;width: 18px;height: 14px;left: 130px;-webkit-transition:0.5s;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:210px;display: block;}

.news_list .news_div_item:hover .news_div_item_a{color: #f48000;-webkit-transition:0.3s;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #f8f8f8;-webkit-transition:0.5s;transition:0.5s;padding-left:40px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;-webkit-transition:0.5s;transition:0.5s;}



/*版权*/
.copyright{ background:#181818; padding-top:60px;}
.crcontact{ background:#fff; padding:40px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start; }
.crcontact li{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.crcontact_t span{ display:block; font-size:16px; color:#717477; font-weight:lighter; margin:10px 0 25px 0;}
.crcontact_t em{ font-size:26px; color:#f48000; font-family:Arial, Helvetica, sans-serif;font-style: normal;}
.crcontact_t{ font-size:20px; color:#333333;}
.crcontact_t i{ font-size:24px; font-family:Arial, Helvetica, sans-serif; color:#222222;font-style: normal;}
.crcontact li p+p{ margin:5px 0 0 40px;}
.crcon{ padding:60px 0 0 0; border-bottom:1px solid #2c2c2c;}
.crcon .box,.kslj{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.kslj p{ font-size:20px; color:#fff; margin-bottom:20px;font-style: normal;}
.kslj a{ display:block; font-size:14px; color:#898989; line-height:30px;font-style: normal;}
.kslj a:hover{ color:#fff;}
.kslj li{ height:187px; padding:0 80px; border-left:1px dashed #2f2f2f;}
.kslj li:last-child{ border-right:1px dashed #2f2f2f;}
.crcode{ width:218px; height:244px; background:url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812133444_770302825.png) no-repeat center; margin-bottom:1px;}
.crcode img{ width:186px; height:186px; margin:56px 0 0 17px;}
.end{ height:128px; border-top:1px solid #000000;}
.end,.end a{ line-height:128px; font-size:15px; color:#898989;font-style: normal;}
.end a:hover{ color:#fff;}
.links{ color:#fff; background:#f48000;}
.links .box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center; padding: 1% 0px 0px 0px;}
.links .box>p{ font-size:16px; color:#fff; font-weight:bold; padding-left:35px; background:url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20230812/20230812133524_372059334.png) no-repeat left center; line-height:26px;}
.links .box>p span{ font-size:18px; padding:0 20px 0 5px;}





/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/076987902362/uploadfile/image/20211110/20211110192946_306689892.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; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #f48000; }/*颜色更改*/
.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: #f48000; border-color: #f48000; color: #fff; margin: 10px 0 5px;}/*颜色更改*/
.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: 21px; background-position: -5px -76px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -76px; }
.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: #f48000; border-color: #f48000;}/*颜色更改*/
.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 { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2;}
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #f48000; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.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;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.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: 130px; height: 130px; margin: 10px auto 5px; }
.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; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #f48000; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px;font-style: normal;}
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f48000;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }