@charset "utf-8";


html{background:#eee;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

em,i{font-style: normal;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "yhan";overflow-x: hidden; font-size:14px;min-width:1400px;max-width:1920px;position: relative;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#c2020a;text-decoration: none; border-bottom-style:}

.bg{width: 100%;min-width:1400px;}
.box{margin:0 auto;width:80%; min-width: 1400px;box-sizing: border-box;}
.page{width: 1400px;margin: 0 auto;}

.t{text-align:center;margin-bottom:40px;}
.t em{font-size:60px;color:#eee;display: block;text-transform: uppercase;font-weight: 100;}
.t p{font-size:40px;color: #333;padding-bottom: 5px;position:relative;margin-bottom: 5px;display: inline-block;}
.t p>b{color: #f31313;}
.t span{color: #666;font-size: 18px;display:block;}




.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;}
.top140 {padding-top: 140px;}
.top170 {padding-top: 170px;}



/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4024882 */
  src: url('//at.alicdn.com/t/c/font_4024882_1v4c7guc0g3j.woff2?t=1681874685158') format('woff2'),
       url('//at.alicdn.com/t/c/font_4024882_1v4c7guc0g3j.woff?t=1681874685158') format('woff'),
       url('//at.alicdn.com/t/c/font_4024882_1v4c7guc0g3j.ttf?t=1681874685158') format('truetype');
}

.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}




/*抬头*/
.header{width: 100%;height: 100px;z-index: 5000;transition: ease .5s;position: fixed;}
.ny-header{background: #fff;}
.header-con{display: flex;justify-content: space-between;}
.header.on .header-con{border: none;}
.header .logo{display: block;float: left;position: relative;z-index: 1200;height: 100px;display: flex;align-items: center;margin-left:30px;}
.header .logo span{float:right;font-size:26px;margin-left:13px;color:#f31313;line-height: 22px;letter-spacing: 4.5px;font-weight: bold; margin-left: 20px}
.header .logo span i{font-size:16px;letter-spacing:0px;display:block;color: #222;line-height: 25px;margin-top: 9px;font-style:normal;font-weight: normal;}

.logo .name{margin-left:10px;}
.logo .name p{font-size:28px;font-weight: bold;letter-spacing: 3px;color:#fff;}
.logo .name d{font-size:14px;color:rgba(255,255,255,0.8);}


.header-right{float: right;margin:0 0 0 0;display: flex;flex-flow: row-reverse;height: 100px;margin-left: 80px;}
.header-top{background: url()no-repeat center;transition: ease .5s;padding: 25px 0;}
.ny-top{background: #fff;}
.ny-top .header-language a:hover{color: #F0BB44;}
.header-slogan{float: left;font-size: 22px;line-height: 40px;color: #f31313;}
.header-phone{float: left;font-size: 24px;line-height: 100px;color: #fff;margin-right:46px;position: relative;padding-left:34px;font-family: "DIN";}
.header-phone::before{position: absolute;content: "";width: 25px;height: 25px;background: url(//memberpic.114my.com.cn/076922769717/uploadfile/image/20230906/20230906115937_1279929687.png)no-repeat center;background-size: 100% 100%;top: 50%;transform: translateY(-50%);left: 0;}
.header-phone span{display: inline-block;font-family: "ITCAvantGardeStd-BkCn";font-size: 22px;line-height: 30px;color: #065bde;}
.navbar>li{display:block;float:left;height: 100px;line-height: 100%;position: relative;}
.navbar>li dt{position: absolute;left: calc((100% - 160px) / 2);top: 100%;transition:0.3s all ease-in-out;transform: rotateX(90deg);
    transform-origin: top;}
.navbar>li>a{display:block;line-height:100px;font-size:16px;color:#fff}
.navbar>li+li{margin-left:5vw;}
.navbar>li dt a{display:block;line-height:40px;background:#f8f8f8;width: 160px;text-align: center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.navbar>li dt ul>a+a{border-top:1px solid #eee;}
.navbar>li:hover dt{transform: rotateX(0deg);}
.nav_fl{position: absolute;left:100%;top:0;transition:0.3s all ease-in-out;transform: rotateY(90deg);transform-origin: left top;}
.nav_fl a{width:150px;}
.navbar li ul li{position: relative;}
.navbar li ul li:hover .nav_fl{transform: rotateY(0deg);}
.navbar>li dt a:hover{background:#f31313;color:#fff;}
.navbar li ul li:hover>a{background:#f31313;color:#fff;}

.header:hover{background:#fff;}
.header:hover .name p{color:#222;}
.header:hover .name d{color:#666;}
.header:hover .navbar>li>a{color:#222;}
.header:hover .header-phone{color:#065bde;}


.header.active{background:#fff;    box-shadow: rgb(0 0 0 / 16%) 0rem 0.1875rem 0.375rem;}
.header.active .name p{color:#222;}
.header.active .name d{color:#666;}
.header.active .navbar>li>a{color:#222;}
.header.active .header-phone{color:#065bde;}

/*幻灯片*/
.banner{overflow:hidden;width:100%;}
.banner-box{min-width:1400px;height:100vh;position:relative;margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{width:100% !important;}
.banner-box .bd li{width:100% !important;height:100vh;background-position:center;background-repeat:no-repeat;background-color:#eee;z-index:0;}
.banner-box .bd li a{display: block;width: 100%;height: 100%;position: absolute;z-index: 9999;left: 0;top: 0;}
.banner-btn{ width: 100%;position:absolute;top:700px;left:0;margin-left:0;height:10px;}
.banner-btn a{ display:block;width:49px;height:104px;position:absolute; top:-395px;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:url(//memberpic.114my.com.cn/076922769717/uploadfile/image/20230906/20230906115937_1804336516.png) no-repeat 0 0; } 
.banner-btn a.next{right:-50px;background:url(//memberpic.114my.com.cn/076922769717/uploadfile/image/20230906/20230906115937_1804336516.png) no-repeat -49px 0; }
.banner-box .hd {position:absolute;bottom:1px;width:100%;display:block; }
.banner-box .hd ul{text-align:center}
.banner-box .hd ul li{width:8px;height:8px;border-radius:50%;text-indent:-9999px;background:#fff;cursor:pointer;display:inline-block;margin:0 5px;transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{background:#f31313; border-radius :50px; width:40px;height:8px;}
.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; }

/*搜索*/
.search_nbg{position: absolute; top:400px;border-bottom: 1px solid #eee;}
.search_bg{width: 100%;height:77px;background: #fff;border-bottom: 1px solid #eee;overflow: hidden;}
#search{color: #999; height:77px;margin:0 auto;line-height:77px;}
.search_01{ float:left;width:70%;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01 d{display: block;float: left;color:#999;font-size: 16px;position:relative;}
.search_01 a{font-size:16px;color: #999;}
.search_01 a:hover{color: #0072ee;}
.search_02{width: 360px;float: right;position: relative;}
.search-i {position: absolute;right:0px; height:100%; top:30px;}
.search-i input{ }
.search-bg{position: relative;}
.search-bg:after{content:"";display: block;width:1px;height:27px;background: #eee;position: absolute;top: 26px;}
.search-bg #infoname{width:310px; outline:none; color:#ccc;border:none;font-size: 14px;padding-left: 50px;font-weight: lighter; line-height:76px; background: #fff url(//memberpic.114my.com.cn/076922769717/uploadfile/image/20230331/20230331193500_1718360889.jpg)no-repeat 20px;;border-right: none;}

.fo{ font-family: "DIN";}


/*about*/
.ab_bc { padding: 100px 0 0;background:#fff; }
.ab_c { display: flex; align-items: center; justify-content: space-between; position: relative; }
.ab_lc { width: 50%; position: relative; z-index: 99; overflow: hidden;}
.ab_lc video { width: 100%; height: 445px; }
.ab_lc>p { top: 50%; left: 50%; margin-top: -38px; display: flex; align-items: center; justify-content: center; position: absolute; margin-left: -38px; }
.ab_rc { width: 45%; }
.ab_ti { font-size: 24px; color: #222; font-weight: bold; margin-bottom: 50px;margin-top: 10px;}
.ab_ti>b { display: inline-block;color: #222; }
.ab_rc>p {color: #f31313;text-transform: uppercase;font-size: 40px;font-weight: bolder;}
.ab_wz { font-size: 16px; color: #666; line-height: 36px; margin: 36px 0; }
.ab_rc img { width: 100%; }
.ab_rc i { margin-top: 40px; }
.ab_rc a{display:block;width:160px;height:40px;line-height:40px;background:#f31313;text-align:center;color:#fff;}
.ab_rc a:hover{background:#e25716;}
.num_c>ul { display: flex; flex-wrap: wrap; margin-top: 50px;justify-content: space-between;align-items: center;}
.num_c>ul>li { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;}
.num_c>ul>li:nth-child(1) {padding-left:0px; }
.num_c>ul>li:nth-child(5):after { display: none; }
.num_c>ul span{width:1px;height:60px;display:block;background:#eee;}
.num_c b { font-size: 54px; align-items: flex-end; display: flex; margin: 0 auto;color:#222;}
.num_c em { font-size: 18px; padding-bottom: 9px; }
.num_c p { font-size: 18px; margin-top: 12px; }
.sl_tit { text-align: center;}
.sl_tit>b { display: block; font-size: 45px; }
.sl_tit>p { font-size: 18px; margin-top: 15px; }

/*产品*/
.prod_bg{background:#fff;padding:80px 0;}
.prod_l{width:40%;}
.prod_l span{font-size:20px;color:#999;font-family: 'Arial';}
.prod_tit{display: flex;justify-content: space-between;align-items: center;}
.prod_tit p{font-size:40px;color:#222;}
.prod_tit a{display:block;font-size:18px;font-weight:bold;font-family: 'Arial';}
.prod_l dd{font-size:16px;color: #666;line-height: 24px;margin-top: 40px;}
.prod_l  dt{margin-top:20px;}
.prod_l .prolist2021 li{float:left;display: flex;align-items: center;height: 30px;margin-bottom: 10px;}
.prod_l .prolist2021 li:after{content:'';width:1px;height: 30px;display:inline-block;background:#666;margin: 0px 15px;}
.prod_l .prolist2021 li a{font-size:16px;color:#f31313;}
.prod{display: flex;justify-content: space-between;align-items: center;}



.about_bg{background:url(//memberpic.114my.com.cn/076922769717/uploadfile/image/20230711/20230711150922_2052464172.jpg)no-repeat center;    margin-top: -64px;padding-top:100px;}
.about{width:100%;min-width:1400px;}
.about_l{display:flex;width:50%;overflow: hidden;align-items: center;}
.about_r{width:50%;padding-top:100px;display: flex;flex-direction: column;justify-content: space-between;height: 700px;}
.about_r span{font-size:95px;color:rgba(0,0,0,0.05);text-transform: uppercase;font-weight: bold;padding-left:20px;}
.about_r p{font-size:50px;color:#222;font-weight:bold;padding-left:50px;margin-top:-60px;}
.about_r dd{font-size:18px;color:#666;padding-left:50px;line-height:32px;margin-top:10px;}
.about_r dd b{font-size:22px;color:#f31313;}
.about_r .about_cont{height:350px;width:100%;padding-left:50px;background:#f31313;}
.about_r .about_wz{width:80%;color:rgba(255,255,255,0.6);line-height:32px;display:flex;flex-direction: column;justify-content: center;height: 100%;}
.about_r .about_wz a{color:#fff;font-size: 15px;margin-top: 40px;line-height: 50px;border-bottom: 1px solid #fff;width: 80px;text-align: center;letter-spacing: 4px;}


/*adv*/
.adv { background: #f8f8f8;padding-bottom: 60px;padding-top:120px;}
.adv_tit p { color: #fff; }
.adv_c { position: relative; overflow: hidden; }
.adv_btn { position: absolute; z-index: 10; top: 7%; right: 14%; display: flex; }
.adv_btn>div { font-size: 38px; color: #999; transition: 0.3s; cursor: pointer; }
.adv_btn>div img{opacity: 0.3;}
.adv_btn>div img:hover{opacity: 0.8;}
.adv_btn>div:hover { color: #f31313; }
.adv_btn>div+div { margin-left: 38px; }
.adv_btn i { width: 62px; height: 1px; background: #ccc; display: block; margin: 18px 13px; }
.adv_box { display: flex; overflow: hidden; max-width: 1700px; }
.adv_box dl { display: flex; transition: 0.5s; flex-shrink: 0; width: 100%; justify-content: space-between; }
.adv_box dt { width: 71%; overflow: hidden; z-index: 999; }
.adv_box dt img {/* width:100%; *//* height: auto; */ }
.adv_box dd { width: 49%; background: #fff; padding: 3% 0 3% 4%; }
.adv_box dd>em { width: 228px; line-height: 65px; background: #f31313; text-align: center; display: block; color: #fff; font-size: 40px; font-family: Times; font-weight: bold; margin-left: -11%; }
.adv_box dd>b { display: block; margin-top: 42px; font-weight: normal; font-size: 36px; color: #333; margin-bottom: 19px; }
.adv_box dd>b i { font-weight: bold; font-size: 46px; color: #f31313; }
.adv_box dd>span { font-size: 16px; font-family: Arial; color: #999; }
.adv_box dd>i { background: #111; width: 30px; height: 3px; display: block; margin: 29px 0 47px; }
.adv_box dd>p { font-size: 16px; line-height: 30px; color: #666; width: 90%; }
.adv_tel { display: block; color: #f31313; margin-top: 9%; align-items: center; border: 2px #f31313 solid; text-align: center; width: 200px; line-height: 44px;position: relative;}
.adv_tel a { color: #f31313; font-size: 16px;position: relative;  transition: 0.3s ease all;}
.adv_tel:before{content:'';width:0px;height:100%;display:block;background:#f31313;    position: absolute; left:0px;top:0;    transition: 0.3s ease all;}
.adv_tel:hover:before{width:100%;}
.adv_tel:hover a{color:#fff;} 

.com_image { margin-top: 40px; }
.com_image .tempWrap { width: 100% !important; }
.com_image ul { display: block; }
.com_image li { float: left; overflow: hidden; transition: 0.3s ease all; display: block; width: calc((100% - 60px) / 5); margin-right: 15px; text-align: center; }
.com_image li p a { color: #333; font-size: 16px; display: block; }
.com_image li p { height: 50px; line-height: 50px; position: relative; z-index: 2; background: #fff;border-top:1px solid #eee; }
.com_image 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%; display: block; }
.com_image li:hover img { -webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }




/*新闻中心*/
.news{position: relative;z-index: 9;}
.news .news_div_item{width:calc((100% - 80px) / 2);display: flex;float: left;margin-right:80px;align-items: center;justify-content: space-between;    overflow: hidden;}
.news .news_div_item_date{width:150px;}
.news .news_div_item_day,.news .news_div_item_month{display:inline-block;font-size:24px;}
.news .news_div_item_year{font-size:18px;font-weight: bold;color:#222;}
.news_box{background:#fff;box-shadow: 0px 0px 50px rgb(0 0 0 / 5%);padding: 30px 50px;     overflow: hidden;}

.news .news_div_item_a{font-size:18px;color:#222;font-weight:bold;}
.news .news_div_item_body{font-size:14px;color:#666;line-height:22px;margin-top:10px;}

/*copy*/
.footer {display: flex;justify-content: space-between;}
.footer_bg{width: 100%;color: #fff;background: #222;position: relative;padding-top: 80px;overflow: hidden;}
.fbt{border-top:10px solid #ff5c00;}
.bq_item>li{position: relative;}
.bq_item>li{ float: left;position: relative;}
.bq_item li dl{display:none;}
.footer_w1 t{display: block;float: left;font-size: 24px;font-weight: bold;margin-right: 11px;}
.footer_w1 span{display: block;float: left;font-size: 20px;margin-top:3px;}

.bq_gzh li{width:130px;}
.footer_w{font-size: 14px; line-height: 34px; color: #999;}
.footer_w p{position:relative;}
.footer_w p:before{left:0;font-family: "iconfont";font-size: 16px;}
.bq_item li a{ display: block;font-size: 14px; line-height: 30px; color: rgba(255,255,255,0.47);}
.bq_item li a:hover{color:#fff;}
.footer_t{font-size: 18px !important; color: #fff !important;  line-height: 100%!important; position: relative;padding-bottom: 26px;}
.footer li img{width:146px !important;}
.bq_gzh li p{text-align:center; color:#fff; line-height:30px; margin-bottom:10px;}

.copy{line-height: 30px; font-size: 14px;color: #999; margin-top:20px; padding-top: 10px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #ff7b0f;}
/*link*/
.linkTagcs li a{font-size:14px;}
.linkTagcs{width:90% !important;}
.linkTagcs li{line-height:25px !important;}
.links_r a{font-family: "iconfont" !important;font-size:42px;font-style: normal;color:rgba(255,255,255,0.3);display:inline;height:80px;display: block;line-height:80px;padding-left: 32px;}
.links_l{display: flex;align-items: center;padding-right: 2%;width: 120px;}
.l_wz{position: relative;}
.l_wz b{font-size: 25px;color: #fff;line-height: 21px;}
.l_wz p{color: #fff;letter-spacing: 1px; font-size: 16px;}

.links{display: flex;align-items: center;justify-content: space-between;height: 100%;position: relative;}
.links>div{display: flex;align-items: center;width: 100%;}
.links_m{
    width: 100%;
}
.linkTagcs li a{color: rgba(255,255,255,0.38)!important;}
.foo_icon{display: flex;justify-content: space-between;margin-bottom: 69px;}
.foo_icon li span{color:#fff;display: block;width: 38px;height: 38px;border-radius: 100%;background: #e60113;display: flex;justify-content: center;align-items: center;position: relative;font-size: 22px;z-index:1;}
.foo_icon li span:after{content: '';position: absolute;width: 48px;height: 48px;border-radius: 100%;background: rgba(32,114,224,0.22);top: -5px;left: -5px;z-index:-1;}
.foo_icon li{display: flex;align-items: center;}
.foo_icon li div{margin-left: 13px;}
.foo_icon li div b{font-size: 16px;}
.bq_gzh{float: right;padding-top:7px;}
.bq_gzh li+li{margin-left: 44px!important}
.copy_bg{background: #333;overflow: hidden;}
.copy_b{display: flex;justify-content: space-between;align-items: center;}
.copy_bg div{color: rgba(255,255,255,0.5);height: 80px;line-height: 80px;}
.copy_bg div a{color: rgba(255,255,255,0.5);font-size:14px;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 38%;}
.bq_cl>b, .bq_cr>b, .bq_rcc>b {font-size: 18px;color: #fff;display: block;margin-bottom: 20px;font-weight: normal;}
.bq_rcc{margin-left:40px;}
.bq_ewm {display: flex;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 36px;color: #059408;border:1px solid #059408;}
.bq_ewm li:hover span{background: #059408;border-color: #059408;color: #fff;}
.ewm_cc {position: absolute;top: -172px;left: -23px;display: none;z-index:999;}
.ewm_cc img {width: 150px!important;}
.bq_r {position: relative;}
.bq_ewm li+li {margin-left: 10px;}

.bq_item li:first-child:before {left: 0;}
.bq_item {
    display: flex;
    justify-content: space-between;
}
.bq_rcc>b {
    position: relative;
    margin-bottom: 50px;
}

.bq_rcc>b:after {position: absolute;content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.1);bottom: -28px;left: 0;}
.bq_rcc>b:before {
    position: absolute;
    content: "";
    background: url(//memberpic.114my.com.cn/0379281/uploadfile/image/20230530/20230530094625_1997150.png) no-repeat center;
    width: 78px;
    height: 41px;
    top: -12px;
    right: 0;
}
@media screen and (max-width: 1460px){
}
@media screen and (max-width: 1320px){
}
.link_btn {
    width: 170px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    border-radius: 22px;
    display: block;
}
.bq_rcc>div {
    color: rgba(255,255,255,0.4);
    line-height: 32px;
    font-size: 14px;
}

.bq_rcc>div a {
    text-decoration: none;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
}
.back_ic {
    position: absolute;
    display: block;
    width: 102px;
    height: 102px;
    background: #059408;
    border-radius: 100%;
    text-align: center;
    line-height: 102px;
    color: #fff;
    font-size: 52px;
    top: 78px;
    left: 50%;
    margin-left: -51px;
    cursor: pointer;
}
.copy_pic li {overflow: hidden;width: 146px;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;display: inline-block;}
.copy_pic li i img{width:100%;}
.copy_str {/* float:left; *//* margin-left: 20px; *//* margin-top: 16px; */}
.copy_str li {width: 36px;height: 36px;border-radius: 50%;transition: 0.5s;position: relative;display: flex;align-items: center;justify-content: center;border: 1px solid #fff;}
.copy_str li i {font-size: 17px;color: #fff;position: relative;z-index: 99;}
.copy_str li+li {/* margin-top:17px; */}
.bq_lr {
    width: 33%;
    display: flex;
    justify-content: space-between;
}
ul.ewm_ic {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.copy_str li.on {
    background: #fff;
    border-color: #fff;
}
.copy_str li.on i{color:#ef190f;}
.gz_c{font-size: 16px;color: #fff;margin-bottom: 17px;}
.link_bc {
    border-top: 1px solid rgba(255,255,255,0.07);
    height: 80px;
    margin-top: 60px;
}
.lin_ic{width: 30px;height: 30px;border-radius: 100%;border:1px solid #fff;text-align: center;line-height: 30px;color: #fff;font-size: 14px;position: absolute;right: 0;top: 25px;}






.mask {position: fixed;bottom: 0;right:100%;width: 100%;height: 70px;background: rgba(4,4,4,.71);background-image:url(//memberpic.114my.com.cn/076922769717/uploadfile/image/20230810/20230810103450_1373265572.png);background-position: center center;z-index: 1001;}
.closeee{background: url("//memberpic.114my.com.cn/076922769717/uploadfile/image/20230906/20230906115937_1259503370.png")  no-repeat center center;}
.mask .gotoCenter {display: block;width: 1000px;height: 140px;margin: 0 auto;}
.mask .closeee {position: absolute;top: 0;right: 100px;margin-right: 0px;width: 40px;height: 100%;cursor: pointer;}
.clickarea{position: absolute;top: 0;right: 200px;margin-right: 0px;width: 100%;height: 100%;cursor: pointer;}
.thumbnail {position: fixed;right: 0px;bottom: 0px;width: 184px;height: 124px;cursor: pointer;}
@-webkit-keyframes rotate {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

/*留言*/
.fixed-pop {display: none;position: fixed;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,.7);text-align: center;z-index: 9999;}

.fixed-pop .content+i {display: inline-block;vertical-align: middle;height: 100%;}

.fixed-pop .content {max-width: 780px;width: 90%;background: #FFFFFF;display: inline-block;vertical-align: middle;position: relative;border-radius: 5px;overflow: hidden;}

.fixed-pop .close {cursor: pointer;position: absolute;top: 12px;right: 12px;width: 40px;height: 40px;background-image: url(//memberpic.114my.com.cn/076922769717/uploadfile/image/20230810/20230810135643_1380357204.png);background-size: cover;}

.fixed-pop .con {padding: 45px 70px 65px;text-align: left;}

.fixed-pop .tit {margin-bottom: 30px;position: relative;text-align: center;font-size: 26px;color: #333333;padding-bottom: 20px;font-weight: bold;letter-spacing: 2px;}

.fixed-pop .tit:after {content: "";position: absolute;bottom: 0;left: 50%;margin-left: -17px;width: 34px;height: 2px;background: #1a8ff9;}

.fixed-pop .in {margin-bottom: 20px;float: left;width: 48%;}

.fixed-pop .in:last-child {margin-right: 0;}

.fixed-pop .in input {width: 100%;height: 46px;border: 1px solid #e5e5e5;padding: 10px 20px;line-height: 24px;font-size: 14px;border-radius: 2px;}
.fixed-pop .button input {width: 100%;height: 46px;line-height: 46px;background: #1a8ff9;color: #FFFFFF;font-weight: bold;letter-spacing: 2px;border-radius: 2px;}
.fixed-pop .in select{width: 100%;border: 1px solid #eee;height: 40px;padding-left: 15px;}

.fixed-pop .button input:hover {background: #1a8ff9;}

.fixed-pop .box {max-width: 540px;margin: 0 auto;position: relative;padding-right: 120px;}

.fixed-pop .box .in {padding: 0 25px;position: relative;border: 1px solid #e5e5e5;border-radius: 2px;overflow: hidden;}

.fixed-pop .box .in span {position: absolute;top: 5px;left: 10px;font-size: 14px;color: #ff0000;}

.fixed-pop .box .in input {width: 100%;font-size: 12px;padding: 0;line-height: 30px;height: 30px;border: none;}

.wlht{width: 100%;    height: 46px;     border: 1px solid #e5e5e5;   padding: 10px 20px;    margin-bottom: 10px;    overflow: hidden;}
.wlht input { border: none;line-height: 26px; width:100%; }
.fixed-pop .box .select-in {padding: 0;}

.fixed-pop .box select {padding: 0 18px;width: 100%;height: 30px;line-height: 30px;border: none;font-size: 12px;color: #999999;}

.fixed-pop .box .right {position: absolute;top: 0;right: 0;width: 85px;height: 85px;background: #1a8ff9;color: #FFFFFF;font-size: 14px;padding: 20px 10px;line-height: 22px;text-align: center;border-radius: 2px;}

.fixed-pop .box .right input {position: absolute;top: 0;left: 0;background: none;border: none;width: 85px;height: 85px;}
.fixed-pop .box-text {margin-top: 15px;color: #8a8a8a;text-align: center;letter-spacing: 1px;}

.fixed-pop .box-text span {font-size: 16px;}

.fixed-pop .box-text i {font-style: normal;color: #1a8ff9;font-size: 20px;}

.fixed-pop .box-text em {font-style: normal;padding-left: 80px;color: #1a8ff9;font-size: 16px;position: relative;}

.fixed-pop .box-text em:before {content: "";position: absolute;top: 50%;margin-top: -3px;left: 40px;width: 6px;height: 6px;border-radius: 50%;background: #1a8ff9;}

 @media screen and (max-width:600px) {

.fixed-pop .close {width: 25px;height: 25px;}

.fixed-pop .con {padding: 30px 20px;}

.fixed-pop .tit {margin-bottom: 30px;font-size: 20px;}

.fixed-pop .in {margin-bottom: 15px;width: 100%;}

.fixed-pop .box {padding-right: 0;}

.fixed-pop .box .right {width: 100%;position: relative;top: auto;right: auto;padding: 10px;height: 40px;line-height: 20px;}

.fixed-pop .box .right br {display: none;}

.fixed-pop .box-text em {display: block;padding-left: 0;}

.fixed-pop .box-text em:before {display: none;}
}



/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 6%; 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(//memberpic.114my.com.cn/076922769717/uploadfile/image/20231024/20231024090146_457998664.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: #f31313; }/*颜色更改*/
.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: #f31313; border-color: #f31313; 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: #f31313; border-color: #f31313;}/*经过颜色更改*/
.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: #f31313; 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: 15px auto 7px; }
.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: #f31313; 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:#cc0105;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }