@charset "utf-8";

/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}
 
/*通用代码*/
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden; font-weight:300;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color:#1e80ed;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{width:1300px; margin:0 auto;}
.w1400{width:1400px; margin:0 auto;}
.page{ margin:0 auto;width: 1400px; }
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:100%;}

.fr{ float:right;}
.fl{ float: left;}
#copy { display: none;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}
.title{text-align: center;font-size: 40px;color: #333333; font-weight: bold;}
.title i{color: #1e80ed;}
.title span{display: block;font-size: 18px;margin: 5px 0 25px 0;font-weight: lighter;color: #999;}
.title em{ font-size:0; display:inline-block;height: 4px;}
.title em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#ccd2cc;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:16px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#1e80ed;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}

.gd{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
}
@keyframes widthchange{
        0%{ width:20%}
        50%{ width:100%}
        100%{ width:20%}
        }
}
.mainhovercolor a:hover{color: #1e80ed;}
.top20{ padding-top:20px;}
.top30{ padding-top:30px;}
.top40{ padding-top:40px;}
.top50{ padding-top:50px;}
.top60{ padding-top:60px;}
.top65{ padding-top:65px;}
.top70{ padding-top:70px;}
.top80{ padding-top:80px;}
.top90{ padding-top:90px;}
.top100{ padding-top:100px;}
.hovermaincolor a:hover{ color:#1e80ed;}

/*抬头*/
.nav_top{ width:100%; height:10px; background:#333; cursor:pointer;}
@keyframes span_i1{ 
0%{ width:0%; background:#1e80ed;}
25%{ width:100%; background:#1e80ed;}
100%{ width:0%; background:#1e80ed;}
}
.nav_top span{float:left;display:block;width:100%;height:10px;background:#1e80ed;animation: span_i1 3s infinite;}
#nav_bg{width:100%; height:100px;}
.nav_logo{float:left; padding-left:1.5vw;;position: relative;}
.nav_name{float:left; padding-left:10px; padding-top:55px; font-size:20px;  color:#000;font-weight: lighter;}
.nav_name p{font-size:20px;font-weight: normal;color: #666;letter-spacing: 1.7px;margin-top: 10px;}
.nav_search{float:right; width:40px; height:120px; text-align:center;}
.nav_tel{float:right; padding-top:38px; font-size:32px; font-family:Arial; color:#1e80ed;font-weight: normal; padding-right:1.5vw;}
.nav_tel_img{float:right; height:120px; width:65px; text-align:center;}
.nav_tel_img p{padding-top:40px;}
.nav_bges{float:right; }
.nav{ position:relative;right: 1.5vw;bottom: 20px;}
.nav ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.nav ul>li{float: left;width: 6vw;position: relative;top: 0px;transition: 0.2s all ease-in-out;}
.nav ul>li>a{ display:block; line-height:42px; font-size:16px; color:#666; transition:all .3s ease;text-align: center}
.nav ul>li.cur>a,.nav ul>li:hover>a{ color:#fff;    font-weight:normal;text-align: center;}
.nav>ul>li .sedNav {width:340px; padding:20px;border:1px #eee solid;position: absolute;background:#f5f5f5;top:191%; z-index: 9999;display: none; left:-210px;}
.nav>ul>li .sedNav>div{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; position:relative;}

.nav li .sedNav p{font-size:18px; font-weight:bold; color:#222;padding-bottom:8px;}
.nav li .sedNav span{font-size:12px; color:#9ea9a5; text-transform:uppercase;}
.nav li .sedNav span:after{content:"";display: block;  width:30px; height:4px; background:#1e80ed; margin-top:20px;}
.nav li .sedNav a {display: block; border:1px #e1e1e1 solid; width:180px;line-height: 34px;color: #888;font-size:14px; text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sedNav_l{ text-align:left;} 
.nav li .sedNav td table{ display:none;}
.nav li .sedNav a+a,.nav li .sedNav tr+tr{  margin-top:10px; display:block;}
.nav li .sedNav a:hover {color: #fff;background-color: #1e80ed;}
.nav>ul>li.cur>a:after, .nav>ul>li:hover>a:after {width: 100%;}
.nav>ul>li>a:after {content: '';display: block;width: 0%;height: 42px;transition: 0.2s all ease-in-out;position: absolute;left: 0%;top: 0px;background: #1e80ed;z-index: -1;border-radius: 100px;}

@media screen and (max-width:1650px){ 
.nav>ul>li{ margin-right:-10px;}
}
@media screen and (max-width:1510px){ 
.nav>ul>li>a{ margin-right:-10px;}
}
@media screen and (max-width:1400px){ 
.nav>ul>li{ margin-right:-10px;}
}

.hseaicon{ height:75px; width:30px; cursor:pointer; background: url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210826/20210826140425_374671867.png) no-repeat center 42px; text-align:center;}
.hsearch{display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; position:relative;}
.hsearch:hover .iser_box{transform: rotateX(0deg);}
.iser_box{background: rgba(255,255,255,0.9); position: absolute;top: 180px;right: 0;padding: 30px; transform-origin: top; transform: rotateX(90deg);transition: all 0.5s;z-index: 9;}
.search_l{display:flex;align-items:center;justify-content:end;width:650px;font-size: 14px;}
.search_l span+span{margin-left:10px;}
.search_l a{color: #666;font-size: 14px;}
.search_r{margin-top:15px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.hbtn .hmap{ display:block; width:88px; height:120px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140256_739888184.png) no-repeat center 30px; text-align:center; font-size:14px; color:#fff; line-height:140px; font-weight:lighter;}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1;}
.banner-box{ min-width:1300px; height:680px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important;z-index: 1; }
.banner-box .bd li{ width:100% !important; height:753px; 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:290px; left: 0; margin-left: 0; height: 350px; 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: 9999;}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140329_1636538.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140329_1636538.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block;z-index: 1; }
.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: #1e80ed;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; }
.ban_n{z-index: 999;position: relative;}

/*产品中心*/
.product{background: #f5f5f5;height: 1100px;}
.product .title span{margin: 5px 0 40px 0;}
.pro_left{width: 700px;height: 500px;background: #fff;float: left;}
.pro_left:before{content: '';display: block;width: 10px;height: 500px;background: #cccccc;float: left;}
.pro_t i{font-size: 50px;color: #1e80ed;font-family: Arial;font-weight: bold;}
.pro_t span{display: block;font-size: 18px;font-weight: normal;color: #999;letter-spacing: 9px;}
.pro_t span:after {content: '';display: block;width: 50px;height: 2px;background: #cccccc;margin: 40px 0 30px;}
.pro_la{padding: 45px 0 0 50px;}
.protab{height:100px;}
.protab li{width:33%;float: left;}
.protab a{font-size: 16px;color: #333;width: 177px;display: inline-block;margin:13px 30px 0 0;font-weight: normal;}
.protab a.on{color:#1e80ed;}
.pro_more{margin-top: 55px;}
.pro_more a{background: #1e80ed;font-size: 16px;color: #fff;padding: 20px 38px;font-weight: normal;}
.pro_more a:hover{background: #ff7805;transition:all .3s ease;}

.pro_right{width: 700px;height: 500px;float: right;}

.prot-box{ min-width:700px; height:500px; position:relative; margin:0 auto; }
.prot-box .prot, .prot-box .prot ul{ width:100% !important;}
.prot-box .prot li{ width:100% !important; height:500px; background-position: center; background-repeat: no-repeat;}
.prot-box{ display:block; background-size:auto;width: 100%; height: 90%;position: relative;z-index: 9;}
.prot-btn{ width: 100%; position: absolute; bottom:0px; left: 0; margin-left: 0; height: 10px; overflow: hidden; }
.prot-box .prot{position:absolute; bottom:0px; width: 100%; display: block; }
.prot-box .prot ul{ text-align: right;padding-right: 27px;}
.prot-box .prot ul li{ width:10px !important; height:10px; border-radius :50%; text-indent:9999px; background:#fff; cursor:pointer; display:inline-block; margin-left:15px; transition:0.3s all ease-in-out; opacity:0.8;}
.prot-box .prot ul li.on{ background: #ff7805;border-radius: 8px; width:70px;}
.prot_tab ul li i{font-size: 26px;font-weight: normal;color: #fff;padding-left: 27px;}
.prot_tab ul li i:before{content: '';display: block;width: 6px;height: 30px;background: #1e80ed;float: left;position: absolute;top: 4px;}
.prot_tab ul li p{font-size: 12px;color: #ccc;font-weight: normal;text-transform: uppercase;padding-left: 27px;}
.prot_tab ul li{position: relative;background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830192908_104940894.png)no-repeat;    height: 500px;}
.prot_tab ul li:nth-child(3) img{margin-top: 54px;}
.prot_tab li a img{display:block;margin:auto;margin-top: 55px;}
.ptr{position: absolute;bottom: 40px;}
.prod_recommend{width: 50px;height: 140px;line-height: 45px;background: #ff7805;border-radius:0 0 50px 50px;color: #fff;font-size: 18px;position: absolute;top: 50px;right: 27px;z-index: 9;}
.prod_recommend p{font-weight: normal;text-align: center;line-height: 22px; padding: 23px 17px;}

.pro_cc{padding-top: 35px !important;}
.pro_cc table tr td {display: block;float: left;width: 331px;padding: 0px !important;overflow: hidden;position: relative;border: 0px #dddddd solid;}
.pro_cc table tr td img {transition: all .5s;}
.pro_cc table tr td span {display: block;line-height: 50px !important;height: 50px;background: #fff;position: relative;z-index: 2;margin-top: 1px;}
.pro_cc table tr td span a {font-size: 16px;color: #222;font-weight: normal;}
.pro_cc table tr td:hover img {transform: scale(1.1);}
.pro_cc table tr td:hover span {background:#1e80ed;}
.pro_cc table tr td:hover span a{color:#fff;}
.pro_cc table tr td+td{margin-left: 25px;}

/*应用案例*/
.sample_bg{position: relative;}
.sample_bg .title span{margin: 5px 0 40px 0;}
.sample{position: relative;overflow: hidden;}
#case_box-slide {position: relative;width:100%;margin:0 auto;}
#case_box-slide .swiper-slide{width:33.9vw;box-sizing: border-box;   transform: perspective(100px) rotateY(5deg) scale(0) !important;}
#case_box-slide .swiper-slide img{display:block; width: 100%;transition: 0.3s all linear;border: 1px solid #ddd;}
#case_box-slide .swiper-slide-active:hover img{transform: scale(1.1);}
#case_box-slide .swiper-slide p{height: 60px;line-height: 60px;background:rgba(0,0,0,0.5);font-size: 18px; color: #fff; text-align: center;position: relative;z-index: 9;transition: all 0.3s;margin-top: -60px;}
#case_box-slide .swiper-slide:hover p{background: #1e80ed;color: #fff;}
.case_box .sample_swiper-prev{cursor:pointer; position: absolute;  top:43%;z-index:999; width: 60px; height:60px;  background-image:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828095029_1619000868.png); background-repeat: no-repeat;background-position: center;}
.case_box .swiper-prev{left:31.2vw;}
.case_box .swiper-next{transform: rotate(180deg); right:31.2vw;}
.case_box .swiper-slide-prev p,.case_box .swiper-slide-next p{display:none;}
#case_box-slide .swiper-slide-prev{ transform: perspective(100px) rotateY(0deg) scale(.8) !important; }
#case_box-slide .swiper-slide-next{ transform: perspective(100px) rotateY(0deg) scale(.8) !important;}
#case_box-slide .swiper-slide-active a{position: relative; display:block; width:100%; height:100%;overflow: hidden;}
#case_box-slide .swiper-slide-active{ transform: perspective(0) rotateY(0) scale(1) !important;}

#case_box-slide .swiper-container{ overflow: unset;}
#case_box-slide .swiper-wrapper{position: relative;width: 100%;height: 100%;z-index: 1;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;-ms-transition-property: -ms-transform;transition-property: transform;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-transform-style: preserve-3d;  transform-style: preserve-3d;}
#case_box-slide .swiper-container-android .swiper-slide,#case_box-slide .swiper-wrapper {-webkit-transform: translate3d(0px, 0, 0);-moz-transform: translate3d(0px, 0, 0);-o-transform: translate(0px, 0px);-ms-transform: translate3d(0px, 0, 0);transform: translate3d(0px, 0, 0);}
#case_box-slide .swiper-container-multirow > .swiper-wrapper {-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
#case_box-slide .swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;margin: 0 auto;}
.swiper-slide{-webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;width: 100%;height: 100%;position: relative;}

/*品质保障*/
.char{background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828095455_1154119492.jpg) no-repeat top;height: 730px;}
.char .title{color: #fff;}
.char .title i{color: #333;}
.char .title span{color: #e5e5e5;margin: 5px 0 50px 0;}
.charleft{float: left;}
.charleft img{border-radius: 10px;}
.charright{float: right;width: 700px;padding: 30px 0 0 27px;}
.charright li{width: 305px;height: 70px;border-radius: 10px;background: #96c1f3;float: left;cursor: pointer;}
.charright li{margin: 30px 0 0 30px;}
.charright li span{font-size: 20px;color: #666;font-weight: normal;line-height: 70px;padding-left: 30px;}
.charicon{ display:inline-block; transition:all .3s ease; width:30px; height:32px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828111701_1858126892.png) no-repeat right center;float: right;margin: 18px 30px 0 0px;}
.charright li:nth-child(1) .charicon{ background-position-x:0px;background-position-y:0px;}
.charright li:nth-child(2) .charicon{ background-position-x:-30px;background-position-y:0px;}
.charright li:nth-child(3) .charicon{ background-position-x:-60px;background-position-y:0px;}
.charright li:nth-child(4) .charicon{ background-position-x:-90px;background-position-y:0px;}
.charright li:hover .charicon{ background-position-y:-32px;}
.charright li:hover span{color: #1e80ed;}
.charright li:hover{background: #fff;z-index: 999;position: relative;}
.charright li:hover:after{content:''; display:block;width:305px; height:20px;background:rgba(255,255,255,0.2);border-radius: 0px 0px 10px 10px;z-index: -999;position: absolute;bottom: -7px;z-index: -1;}
.charright p{font-size: 16px;color: #666;font-weight: normal;line-height: 30px;padding-left: 30px;margin-top: 105px;}

/*优势*/
.adv{ position:relative;background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828140147_1026158571.jpg) no-repeat center;height: 751px; }
.adv-box{ min-width:1300px; height:400px; position:relative; margin:40px auto; }
.adv-box .adv_tab, .adv-box .adv_tab ul{ width:1400px !important;}
.adv-box .adv_tab li{ width:1400px !important; height:400px; background-position: center; background-repeat: no-repeat;}
.adv-btn{ width: 760px; position: absolute; bottom: -66px; left: 0; margin-left: 0; height: 30px; overflow: hidden; }
.adv-btn a{ display:block; width:16px; height:30px; position:absolute; top:0px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.adv-btn a.prev{ left:-16px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828115547_1440508575.png) no-repeat 0 0; } 
.adv-btn a.next{ right:-16px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828115547_1440508575.png) no-repeat -16px 0; }
.adv-box .ad { position:absolute; bottom:10px; width: 100%; display: block; }
.adv-box .ad ul{ text-align: left;}
.adv-box .ad ul li{ width:12px; height:12px; border-radius :50%; text-indent:-9999px; background:#999999; cursor:pointer; display:inline-block; margin-right:25px; transition:0.3s all ease-in-out;}
.adv-box .ad ul li:nth-child(1){margin-left: 50px;}
.adv-box .ad ul li.on{ background: #1e80ed;border-radius: 12px; width:12px;}
.adv-box .adv-btn a.prev{ left:590px; filter:alpha(opacity=40); -moz-opacity:1; -khtml-opacity:1; opacity:1; }
.adv-box .adv-btn a.next{ right: 70px; filter:alpha(opacity=40); -moz-opacity:1; -khtml-opacity:1; opacity:1; }
.adv-box .adv-btn a.prev:hover,.adv-box:hover .adv-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:1; }
.adv_n{z-index: 999;}
.advleft{width: 760px;float: left;padding: 70px 70px 48px 50px;height: 400px;position: relative;}
.advleft i{font-size: 30px;font-weight: bold;color: #333;}
.advleft p{font-size: 16px;color: #999;line-height: 32px;font-weight: normal;padding-top: 35px;}
.adv_tel{margin-top: 50px;}
.adv_tel a{font-size: 18px;color: #fff;background: #1e80ed;font-weight: normal;padding: 13px 44px;    border-radius: 50px;}
.advleft span{font-size: 140px;color: #eff4fd;font-weight: normal;position: absolute;right: 70px;bottom: 10px;}
.adv_tel a:hover{background: #ff7805;transition:all .3s ease;}
.advright{margin-top: 50px;}

/*流程*/
.pess_bg{ height:600px;background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828160836_1353215039.jpg)no-repeat center;}
.pess li{text-align: center;float:left;    transition: all 0.3s;} 
.pess_t li t{display:block;margin: auto;font-size: 22px;color:#666;text-align: center;font-weight: normal;}
.pess_t li t i{display: block; font-weight: bold;color: #333;}
.pess_t li:hover t{color: #1e80ed;}
.pess_t li:hover t i{color: #1e80ed;}
.pess_t li t:after{display:block;content:"";width:1px;height:24px;margin: auto;background: #e9e9e9;    margin-top: -100px;}
.pess_t li .page_li{width:135px;height:100px;border-right: none;}
.page_li b{display:block;font-size: 20px;color:#222;margin-top: -10px;font-weight: lighter;}
.page_li b:before{display:block;content:"";width: 40px;height:40px;margin:60px auto 15px;background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210828/20210828162159_2053605166.png)no-repeat;transition: all .3s ease;}
.pess_t li:nth-child(2) .page_li b:before{background-position: -40px 0;}
.pess_t li:nth-child(3) .page_li b:before{background-position: -80px 0;}
.pess_t li:nth-child(4) .page_li b:before{background-position: -120px 0;}
.pess_right li:nth-child(1) .page_li b:before{background-position: -160px 0;}
.pess_right li:nth-child(2) .page_li b:before{background-position: -200px 0;}
.pess_right li:nth-child(3) .page_li b:before{background-position: -240px 0;}
.pess_right li:nth-child(4) .page_li b:before{background-position: -280px 0;}
.pess_t li:hover .page_li b:before{ background-position-y:-40px;}
.pess_b{width: 588px;margin:60px auto 0;}
.pess_right{float: right;}
.pess_tel{font-size: 18px;color: #999;font-weight: normal;text-align: center;}
.pess_tel i{color: #1e80ed;font-size: 28px;font-weight: bold;display: inline-block;vertical-align: top;   margin: -9px 0 0 5px;}
.pess_tel img{padding-right: 5px;}
.pess_tel span{display: inline-block;vertical-align: top;}

/*简介*/
.about{background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210827/20210827164231_1851047191.jpg) no-repeat center;height: 837px;}
.ab_t{width: 496px;}
.ab_t i{font-size: 60px;color: #1e80ed;font-weight: bold;font-family: Arial;}
.ab_t i:before{content:''; display:block;width:79px; height:23px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210827/20210827165546_1647477740.png) no-repeat;margin: 0px 0 50px;}
.ab_t span{display: block;font-size: 26px;color: #333;font-weight: normal;line-height: 30px;}
.ab_t p{font-size: 16px;font-weight: normal;line-height: 34px;color: #999;padding-top: 45px;}
.ab_more{text-align: center;float: left;}
.ab_more a{font-size: 16px;color: #fff;font-weight: normal;display: inline-block;background: #1e80ed;line-height: 50px;width: 170px;height: 50px;}
.ab_more a span{width: 50px;height: 50px;background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210827/20210827171904_747770894.png)#479eff center no-repeat;float: right;}
.ab_more a:hover{background: #ff7805;transition:all .3s ease;}
.ab_more a:hover span{background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210827/20210827171904_747770894.png)#ffa150 center no-repeat;transition:all .3s ease;}



/*新闻聚焦*/
.news{ padding:0px 0 80px 0;}
.newstab{ font-size:0; margin:35px 0 42px; text-align:center;}
.newstab a{ display:inline-block; width:160px; line-height:52px; border-radius:6px; background:#333; text-align:center; font-size:18px; color:#fff; transition:all .3s ease;}
.newstab a.on{ background:#1e80ed; color:#fff;}
.newstab a+a{ margin-left:36px;}
.newscon .news_div_item{ float:left; width:446px; position:relative;}
.newscon .news_div_item+.news_div_item{ margin-left:30px;}
.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:#1e80ed; 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(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140426_649011600.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:#1e80ed; border-color:#1e80ed;}

/*版权*/
.copyright{ background:#222;}
.links{ font-size:16px; color:#fff; line-height:119px; border-bottom:1px solid #2f2f2f;}
.links p.fl{ padding-left:38px; font-weight:normal; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140458_1113141061.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:rgb(255,255,255,0.3); line-height:99px;}
.end a:hover{ color:#fff;}
.crcon{ padding:50px 0; border-bottom:1px solid #2f2f2f;}
.kslj li{ float:left; margin-right:110px;}
.kslj li p{ font-size:20px; color:#ffffff; margin-bottom:20px; padding-left:35px; background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140522_1122784287.png) no-repeat left center;}
.kslj li a{ display:block; font-size:14px;color:rgb(255,255,255,0.3);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(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140548_1081511916.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:#4e4e4e; 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(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140649_1530319534.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{ background:url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210830/20210830140649_1890338773.png) no-repeat center;}

.popups{background: #1e80ed;background: -moz-linear-gradient(-45deg, #1e80ed 1%, #ff8f5c 100%);background: -webkit-linear-gradient(-45deg, #1e80ed 1%,#ff8f5c 100%);background: linear-gradient(135deg, #1e80ed 1%,#ff8f5c 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e80ed', endColorstr='#ff8f5c',GradientType=1 );width: 60px;height: 60px;border-radius: 50%;position: fixed;right: 30px;top: 50%;cursor: pointer; animation: warnX 5s ease-out 0s;z-index: 333;}

@keyframes warnX {
0% {box-shadow: 0 0 0 12px rgba(255,199,92,0.6);}
50% {box-shadow: 0 0 0 0px rgba(255,199,92,0);}
100% {box-shadow: 0 0 0 12px rgba(255,199,92,0.6);}
}

.popups span{color: #fff;height: 30px;line-height: 15px;font-size:15px;padding:15px;display: block;}
.popup {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 99999999;display: none;}
.popupbox {margin: 0 auto;position: relative;top: 50%;transform: translateY(-50%);width: 350px;height: 390px;-moz-box-shadow: 0px 0px 5px rgba(238, 241, 245, 0.74);-webkit-box-shadow: 0px 0px 5px rgba(238, 241, 245, 0.74);box-shadow: 0px 0px 5px rgba(238, 241, 245, 0.74);}
.popup-img {width: 100%;height: 100%;}

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}


/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/baosheng/uploadfile/image/20210827/20210827100348_500124842.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: #005abc; 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: #005abc; border-color: #005abc; 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: #005abc; border-color: #005abc;}
.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:#005abc; }
.y-kefu-box01 .mobile-infos p { color: #005abc; 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: #005abc; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }