@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; box-sizing:border-box; font-weight: normal}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden; font-size:12px; padding-bottom:1rem;}
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .2rem;}

html{font-size: 100px;}


@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('/templates/mobile/font/锐字巅峰粗黑简1.0.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*导航*/
.index_header{width:100%; clear:both; height:.9rem; padding: 0 .2rem; position: absolute; top:0; left:0; z-index: 9}
.header{width:100%; height:.9rem;}
.logo{float:left; width:2.48rem; height:100%; display: flex; align-items: center;}
.logo img{align-items: center; margin: 0px auto; max-width: 100%}
.menu{float:right; height:100%; width:.4rem;  display: flex; align-items: center; }
.menu a{width:100%; height:100%; display: flex; align-items: center; }
.menu img{height:auto; max-width:100%; align-items: center; margin: 0px auto;}
.openmenu{overflow-y:scroll; position:fixed;}
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background-image: linear-gradient(to left, #284e99 , #3395d2); 
	background-image: -webkit-gradient(to left, #284e99 , #3395d2); 
	background-image: -webkit-radial-gradient(to left, #284e99 , #3395d2); left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:.6rem;padding: .08rem 0; text-indent:1em; color:#fff;  font-size:.24rem; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; font-size:.24rem; width:100%; height:100%; display:block;}
.menu_body{width:100%; min-width:150px; overflow:hidden;  display:none;}
.menu_body a{width:100%; display:block; height:.5rem; line-height:.5rem; color:#fff; text-indent:2em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size: .22rem}
.banner{width:100%;height:auto;  position: relative}
.banner img{width:100%; height: auto; overflow: hidden; display: block}
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
 }
.swiper-slide {

  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet-active{background: #004098}
.banner .swiper-pagination{bottom: 30px!important}
.banner_info{width:90%; height:auto; background: rgba(255,255,255,.85); position: absolute; bottom:60px; left:50%; z-index: 9; margin-left: -45%}
.banner_info ul{width:100%; height: auto; overflow: hidden; padding: .3rem .1rem;}
.banner_info ul li{width:50%; height: auto; float: left; padding-left:.5rem; transition: all .5s ease}
.banner_info ul li h3{width:100%; height:auto; line-height:.4rem; font-size: .16rem; color: #333333; font-weight: bold;}
.banner_info ul li p{width:100%; height: auto; line-height:.26rem; font-size: .14rem; color: #666666; }
.ban1{background: url(/templates/mobile/images/i1.png) no-repeat left center; background-size: 10%;}
.ban2{background: url(/templates/mobile/images/i2.png) no-repeat left center;  background-size: 10%;}



/*产品*/
.index_product{width:100%;height: auto; overflow: hidden; padding: 0px .2rem; margin-top: .3rem; margin-bottom: .5rem}
.index_product_left{width:100%; height: auto; overflow: hidden; }
.index_product_left dl{width:50%; float: left}
.index_product_left dl dt{font-size: .36rem; color: #2375c1; font-family: "Impact"; text-transform: uppercase;}
.index_product_left dl dd{font-size: .32rem; color: #333333; }
.index_product_left p{width:45%; height: auto; float:right; font-size: .22rem; color: #999999; line-height: .3rem; margin-top: .1rem}
.index_product_nav{width:100%; height: auto; overflow: hidden; margin: .3rem 0 0;}
.index_product_nav a{width:24.2%; height:.5rem; float: left; background: #e8e8e8; background-size: 100% 100%; margin-right:1%; margin-bottom: .16rem; color:#333333; font-size: .18rem; text-align: center; line-height: .5rem; text-overflow:ellipsis; overflow: hidden; white-space: nowrap}
.index_product_nav a:nth-child(4n){margin-right: 0}
.index_product_nav a:hover{background: #e97541; color:#fff}
.index_product .swiper-container{width:100%; height: auto; overflow: hidden; margin-top: .1rem; padding-bottom: .5rem;}
.index_product .swiper-slide{width:40%; padding: 5px}
.index_product .swiper-slide a{width:100%; height: auto; overflow: hidden; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding:.1rem .2rem .3rem}
.in_pro_pic{width:100%; height: auto; overflow: hidden}
.in_pro_pic img{max-width: 100%; height: auto; display: block; margin: 0px auto;}
.index_product .swiper-slide a h3{width:100%; height: .4rem; line-height: .4rem; color:#333333; font-size: .22rem; text-overflow: ellipsis; overflow:hidden; 
	white-space: nowrap; text-align: center}
.index_product .swiper-pagination{bottom:10px}
.index_product .swiper-pagination-bullet{width:10px; height: 10px; border: 1px solid #eee; border-radius: 50%; background: none; opacity: 1}
.index_product .swiper-pagination-bullet-active{background: #e97541; border: 0}




/*关于宝威在线登录*/
.index_about{width:100%; height: auto; overflow: hidden; margin-bottom: .56rem; background: url(/templates/mobile/images/about_right.jpg) no-repeat right top; padding: 0 2% 0 2%; background-size:49%}
.index_about_top{width:100%; height:auto; overflow:hidden}
.index_about_t{width:76%; height: auto; overflow: hidden}
.index_about_t h3{font-size: .48rem; color: #2375c1; font-family: "Impact"}
.index_about_t h4{font-size: .26rem; color: #2375c1; font-weight: bold;}
.index_about_t h4 span{font-size: .36rem; color: #333333; position: relative; padding-right:.15rem; margin-right: .1rem;}
.index_about_t h4 span:after{content: ""; position: absolute; right:0; top:16px; background: #e5e5e5; width: 1px; height: .22rem;}
.index_about_t p{width:100%; font-size: .22rem; color: #666666; margin-top: .24rem; line-height:.4rem}
.ab_info{width:76%; height: auto; overflow: hidden; font-size: .22rem; color: #333333; line-height: .38rem;  margin-top: .4rem; background: #fff; padding: .2rem; display: block}
.index_about ul{width:100%; margin: .4rem 0 0; overflow: hidden}
.index_about ul li{width:25%; height: auto; float: left;}
.index_about ul li img{width:.9rem; height: auto; display: block; margin: 0px auto; 
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_about ul li p{width:100%; height: .4rem; line-height: .4rem;  text-align: center; font-size: .22rem; color: #333333}




/*优势*/
.index_youshi{width:100%; height:auto; overflow: hidden; background: url(/templates/mobile/images/why_bjs.jpg) no-repeat left top; position: relative; background-size: 25%}
.index_youshi_t{width:auto; position: absolute; top:0; left:30%}
.index_youshi_t h4{font-size: .38rem; color:#2375c1; font-weight: bold; font-family: "Impact"; text-transform: uppercase}
.index_youshi_t h3{font-size: .32rem; color: #333333;}
.index_youshi_t hr{width:120px; height: 2px; background: #eaeaea; display: block; margin-top: .3rem;}
.slideTxtBox{ width:100%; overflow: hidden; margin-top: 1.6rem}
.slideTxtBox .hd{width:100%; height: auto; overflow: hidden; margin-top: .8rem}
.slideTxtBox .hd ul{width:100%; height: auto; padding-top:1.1rem; overflow: hidden}
.slideTxtBox .hd ul li{width:30.6%; height: auto; float: left; margin-right:4%; position: relative; overflow: hidden}
.slideTxtBox .hd ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.slideTxtBox .hd ul li p{width:100%; height:auto;  text-align: center; font-size: .3rem; color: #fff; position: absolute; top:40%; left:0; }
.slideTxtBox .hd ul li:nth-child(2){margin-top: -60px;}
.slideTxtBox .hd ul li:last-child{margin-right: 0}
.slideTxtBox .hd ul li.on{}
.slideTxtBox .hd ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.slideTxtBox .bd{width:100%; height: auto; padding-left:28%}
.ys_info{width:100%; height: auto; overflow: hidden}
.ys_info h3{width:100%; overflow: hidden; margin-bottom: 40px;  display:table;  }
.ys_info h3 span{font-size: .3rem; color: #333333; font-weight: bold;   display:inline-block; vertical-align:middle; margin-left: .2rem;}
.ys_info h3 img{  display:inline-block; vertical-align:middle; width: .35rem}
.ys_info p{width:100%; height: auto; line-height: .4rem; color:#333333; font-size: .24rem;}
.ys_info a{font-size: .24rem; color: #333333;  display: block; margin-top: .7rem;}
.ys_info a:hover{color:#2375c1}





/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; background: url(/templates/mobile/images/case_bjs.png) no-repeat right top; padding: 0 .2rem; margin-top:.82rem; 
	background-size: 48%}
.index_case ul{width:100%; height: auto; overflow: hidden; padding: .2rem; background: url(/templates/mobile/images/case_all.jpg) no-repeat center; background-size: cover; margin-top: .2rem}
.index_case ul li{width:48%; height: auto; display: block; float: left; margin-bottom: .25rem}
.index_case ul li:nth-child(2n){float: right}
.in_case_pic{width:100%; height: auto; overflow: hidden}
.in_case_pic img{width:100%; height: auto; display: block}
.index_case ul li h4{width:100%; height: .65rem; line-height: .65rem; color:#666666; font-size: .22rem; background: #fff; text-align: center; text-overflow:ellipsis; overflow: hidden; white-space: nowrap}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top: .3rem; padding: .4rem .2rem; background: #f0f0f0}
.in_news_left{width:100%; height: auto; overflow: hidden; }
.in_news_left h4{font-size: .38rem; color: #2375c1; font-family: "Impact"; text-transform: uppercase; margin-bottom: .1rem}
.in_news_left h3{font-size: .32rem; color: #333333; }
.index_news_top{width: 100%;  height:auto; overflow: hidden; margin-top: 30px; }
.news_pic{width:2.46rem; height: auto; float: left;}
.news_pic img{width:100%; height: auto; display: block; border-radius: 10px;}
.news_info{width:auto; margin-left:2.7rem; }
.news_info h3{font-size: .24rem; color: #333333; width: 100%; height: .35rem; line-height: .35rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: .1rem }
.news_info span{font-size:.18rem; color: #999999;  display: block; text-align: right; margin-top: .2rem}
.news_info p{width:100%; height:.6rem; font-size:.22rem; color: #666666; line-height: .3rem;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top: .4rem}
.index_news ul li{width:100%; height: auto; overflow: hidden; padding:.3rem 0; border-top: 1px solid #d8d8d8}
.in_news_time{width:1.17rem;height: auto; float: left; text-align: center}
.in_news_time span{font-size:.4rem; color:#0a5c98; font-weight: bold; height: .45rem; line-height: .45rem}
.in_news_time p{font-size:.22rem; color:#0a5c98; }
.in_news_info{margin-left:1.4rem;}
.in_news_info h3{font-size:.24rem; color: #333333; height: .35rem; line-height: .35rem; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: .1rem}
.in_news_info p{font-size: .22rem; color: #666666; height:.3rem; line-height: .3rem; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }








/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 1; height: 1rem;width: 100%; border-top:1px solid #ededed; background: #fff; }
footer ul{width:100%; height: 100%;}
footer li{width: 33%;height: 100%;float: left;}
footer li img{width: 24px;height: 24px;display: block;margin: 0 auto}
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding-top:.14rem;color: #fff}
footer span{line-height:.3rem; font-size:.2rem; color: #333333; display: block; width: 100%;}
footer .n1{background: url(/templates/mobile/images/f_h1.png) no-repeat center;background-size:  100% 100%; width:.44rem;}
footer .n2{background: url(/templates/mobile/images/f_h2.png) no-repeat center;background-size:  100% 100%; width:.33rem;}
footer .n3{background: url(/templates/mobile/images/f_h3.png) no-repeat center;background-size:  100% 100%; width:.52rem;}
footer .n4{background: url(/templates/mobile/images/f_h4.png) no-repeat center;background-size:  100% 100%; width:.4rem;}
footer a.active{background: #ffffff}
footer i{height:.4rem; display: block; margin: 0 auto .1rem }
footer a.active span{color:#005bac}
.copy {width: 100%; clear: both;  text-align: center; margin: .3rem 0 }
.copy h3{font-size: .16rem; color: #000000; text-align: center}
.copy h3 span{font-size: .25rem; color:#195cd5; font-weight: bold;}
.copy_hz{width:1.3rem; height: .3rem; line-height: .3rem; border-radius: 25px; background: #195cd5; text-align: center; margin:10px auto; display: block; color:#fff; font-size: .12rem;}
.copy .copy_zi{ font-size: .22rem; color: #666666; height: .35rem; line-height: .35rem;}
.copy p{width:100%; font-size: .22rem; color: #666666; line-height: .35rem; margin-bottom: .1rem}










/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:0px 2%; font-size:.2rem; clear:both;
   text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; font-size:.2rem}
.pos a{color:#313131; font-size:.2rem}
.pos span{color: #004389; font-size:.2rem}
.pos span.wei{background: url(/templates/mobile/images/sy.png) no-repeat left center; padding-left:.2rem; color: #313131; background-size:.2rem}
.ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.2rem}
.ny img,.index_abou_xx img{max-width:100%; display:block; height:auto!important}
.ny_about_info{width:100%; height: auto; display: block; overflow: hidden; margin: 8px auto; padding: 0px 15px}
.ny_ban{width:100%; height:auto; overflow:hidden;}
.ny_ban img{width:100%; height:auto; display:block;}
.ny p{color:#333333; font-size:.2rem; line-height:.4rem;}
 
 
 
  /*内页新闻*/
 .news_x{width:100%;  margin-bottom:.3rem; clear:both;padding:0px .2rem; margin-top: .3rem;}
 .news_x ul{width:100%; overflow:hidden; height:auto; }
 .news_x li{width:100%; padding:.14rem 0px; border-bottom:#bebebe 1px solid; float:left;}
 .news_x li h3{height:.35rem; color:#313131;  font-weight:bold; font-size:.24rem; line-height:.35rem; width:100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
 .news_x li p{font-size:.18rem; color:#7d7d7d; height: .25rem; line-height: .25rem; width:100%; margin:.15rem 0}
 .news_x li h4{font-weight:normal; color:#626262; height:.6rem; line-height:.3rem; overflow:hidden; margin-top: 10px; font-size:.18rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
 

/*内页荣誉资质*/
.honor_list{width:100%; padding:.2rem .2rem; clear:both;}
.honor_list ul{width:100%; height:auto; margin-bottom:.3rem; overflow:hidden}
.honor_list li{width:48%;  float:left;height: auto;}
.honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.honor_list li p{line-height:.5rem; height:.5rem; overflow:hidden; color:#333; font-size:.22rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap}
.honor_list li:nth-child(2n){float:right}


/*内页导航*/
.index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.24rem; text-align:center; width:33.33%; height:.7rem; line-height:.7rem; display:block; overflow:hidden; float:left; }
.index_clei a:nth-child(4){ border-right:0px;}
.index_clei a.active{ background:#339fed; color:#fff }
.pic{width:100%; clear:both; height: 221px; padding-top: 70px;}
.about_ban{ background: url(/templates/mobile/images/about.jpg) no-repeat; background-size: 100% 100%; text-align: center }
.about_ban h3{ font-size: .3rem; font-weight: bold; color: #fff;}
.about_ban p{font-size: .16rem; color:#fff}
.index_plei{width:100%; height:auto; line-height:.7rem; background:#eee; overflow: hidden}
.index_plei a{ color:#333; font-size:.24rem; text-align:center; width:50%; height:.7rem; display:block; overflow:hidden; 
float:left; }
.index_plei a.active{ background:#339fed;color:#fff }
.ny_biaoti{width: 100%; font-size:.2rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}
.ny_time{width: 100%;  line-height: .6rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666;
           text-align: center; clear: both; font-size:.2rem;}
.keyword_light,.keyword_light p{font-size:.24rem; color:#333; line-height:.46rem}





/*联系宝威在线登录*/
.ditu{width:100%;height:5rem;padding: 0px 15px}
.ny_contact{width:100%; height:auto; display:block; font-size:.18rem; color:#333; line-height:.28rem; padding:0px .2rem; margin:.2rem 0 .4rem}





/*世丰单页面*/
.sf_product{width:100%; height: auto; overflow: hidden; margin-top: .6rem; margin-bottom: .6rem; padding-bottom: .2rem}
.sf_news_t{width:100%; height: auto; overflow: hidden; text-align: center}
.sf_news_t h4{color:#2375c1; opacity: .16; font-family:"Impact"; font-size: .6rem;}
.sf_news_t h3{color:#333333; font-size:.48rem; font-weight: bold; margin-top: -.4rem;}
.sf_news_t hr{width:.78rem; height: 4px; background: #2375c1; display: block; margin:.18rem auto 0; border: 0}
.sf_news_t p{width:100%; height: auto; text-align: center; font-size: 14px; color: #666666; margin-top:.2rem;}
.sf_product .swiper-container{margin-top: .2rem; margin-bottom: .4rem;}
.sf_product a{width:100%; height: auto; overflow: hidden;display: block; padding:.2rem .3rem;}
.sf_product .sf_product_li{width:100%; height: auto; overflow: hidden; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
.sf_product_pic{width:55%; height: auto; float: left}
.sf_product_pic img{width:100%; height: auto; display: block}
.sf_product_xx{width:45%; height: auto; float: left; padding:3% 2%;}
.sf_product_xx h3{font-size: .26rem; color: #333333; width: 100%; height: .72rem; line-height: .36rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.sf_product_xx p{width:100%; height:1.08rem; overflow: hidden; font-size: .22rem; color: #666666; line-height: .36rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.sf_product_xx hr{width:.9rem; height: 2px; background: #2375c1; border: 0; display: block; margin:.15rem 0 .2rem;}
.sf_product .swiper-pagination,.sf_case .swiper-pagination{left:50%; transform: translateX(-50%)}
.sf_product .swiper-pagination-bullet,.sf_case .swiper-pagination-bullet{opacity: 1; background:url(/templates/mobile/images/b_dian.png) no-repeat center; margin: 0 10px; width: 18px; height: 18px;}
.sf_product .swiper-pagination-bullet-active,.sf_case .swiper-pagination-bullet-active{background: url(/templates/mobile/images/b_active.png) no-repeat center}


.sf_about{width:100%; height: auto; overflow: hidden}
.sf_about_top{width:100%; height: auto; overflow: hidden; background: url(/templates/mobile/images/sfab_bjs.png) no-repeat right top}
.sf_about_left{width:100%; height: auto; }
.sf_about_left img{width:100%; height: auto; display: block}
.sf_about_right{width:100%; height: auto;padding-top:.3rem;}
.sf_about_right img{max-width: 100%; margin-bottom: .2rem}
.af_abt{width:100%; height: 66px; line-height: 66px; background: url(/templates/mobile/images/dh.png) no-repeat left center; background-size: 20%; padding-left:26%; font-size: .4rem; color: #d1d1d1; font-weight: bold; margin-bottom: .4rem;}
.af_abt span{font-size: .4rem; color: #333333; font-weight: bold;}
.af_abt_info{width:100%; height: auto; overflow: hidden; font-size: .26rem; color: #666666; line-height: .4rem; margin-top: .58rem; text-indent: .2rem}

.sf_about_bottom{width:100%; height:auto; background: url(/templates/mobile/images/ab_left.jpg)  no-repeat bottom center; overflow:hidden; background-size:auto 100%; margin-top: .5rem; padding-bottom: .6rem}
.about_bottom_left{width:100%; height: auto;}
.about_bottom_left p{width:100%; height: auto; overflow: hidden; font-size: .26rem; color: #666666; line-height: .4rem; text-indent: .2rem; margin-top: .3rem}
.sf_about_btitle{width:100%; height: auto; overflow: hidden; margin-top: .4rem}
.sf_about_btitle h4{font-size: .36rem; color: #2375c1; font-family: "Impact"; text-transform: uppercase; 
	background: url(/templates/mobile/images/xs_xs.png) no-repeat 90% center; background-size:40%}
.sf_about_btitle h3{font-size: .3rem; color: #333333; font-weight: bold; margin:.15rem 0}
.about_bottom_right{width:100%; height: auto; overflow: hidden}
.about_bottom_right img{width:100%; height: auto; display: block}
.sf_case{width:100%; height: auto; overflow: hidden; background: url(/templates/mobile/images/case_bj.jpg) no-repeat center; padding: .5rem 0 .8rem}
.sf_case .swiper-container{width:100%; height: auto; overflow:hidden; margin-top: .4rem; padding-bottom: .5rem}
.sf_case .swiper-slide{width:55%;}
.sf_case .swiper-slide a,.sf_case .swiper-slide a img{width:100%; height: auto; overflow: hidden; display: block}
.sf_youshi{width:100%; height: auto; overflow: hidden; background: url(/templates/mobile/images/youshi_bjs.jpg) no-repeat right top; padding: .7rem .3rem 0;  z-index: 9;}
.sf_youshi_t{width:100%; height: auto; overflow: hidden; text-align: center}
.sf_youshi_t h4{color:#fff; opacity: .16; font-family:"Impact"; font-size: .6rem;}
.sf_youshi_t h3{color:#fff; font-size:.48rem; font-weight: bold; margin-top: -.4rem;}
.sf_youshi_t hr{width:.78rem; height: .04rem; background: #2375c1; display: block; margin:.15rem auto 0; border: 0}
.sf_youshi_t p{width:100%; height: auto; text-align: center; font-size: .22rem; color: #fff; margin-top:.2rem; line-height: .36rem;}
.sf_youshi ul{width:auto; height: auto; overflow:hidden;  display: table; margin:.6rem auto 0;}
.sf_youshi ul li{width:48%; height: auto; float: left; text-align: center; margin-bottom: 40px;}
.sf_youshi ul li:nth-child(2n){float: right}
.sf_youshi ul li h3{font-size: .24rem; color: #fff; margin: .05rem 0}
.sf_youshi ul li hr{width:.5rem; height: 4px; background: #fff; display: block; margin:.2rem auto; border: 0}
.sf_youshi ul li p{width:100%; height: auto; font-size: .22rem; color: #fff; line-height: .36rem;}
.sf_youshi ul li img{width:1.2rem; margin-bottom:.15rem;     -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.sf_youshi ul li:hover img{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);}
.sf_news{width:100%; height: auto; overflow: hidden; margin-top: .8rem}
.sf_news ul{width:100%; height: auto; overflow:hidden; padding:0 .3rem; margin-top: .5rem}
.sf_news ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e9e9e9; padding-bottom: .4rem; margin-bottom: .4rem}
.sf_news_info{width:50%; height: auto; float: left}
.sf_news_info h3{font-size: .28rem; color: #333333; width: 100%; height: .35rem; line-height: .35rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: .1rem }
.sf_news_info span{font-size:.18rem; color: #999999;  display: block;  margin-top: .2rem}
.sf_news_info p{width:100%; height:.6rem; font-size:.22rem; color: #666666; line-height: .3rem;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: .2rem}
.sf_news_pic{width:40%; height: auto; float: right}
.sf_news_pic img{width:100%; height: auto; display: block}





@media screen and (max-width:500px){
	html{font-size: 66.6667px;}
	.index_youshi ul li{height:5rem}

}

@media screen and (max-width:425px){
	html{font-size: 56.6667px;}

}

@media screen and (max-width:414px){
	html{font-size: 55.2px;}
	.index_product_nav a{width:32.6%}
	.index_product_nav a:nth-child(3n){margin-right: 0}
	.index_product_nav a:nth-child(4n){margin-right: 1%;}
	.index_product_left dl{width:42%}
	.index_product_left p{width:55%}
	.index_about_t{width:75%}
}



@media screen and (max-width:375px){
	html{font-size:50px;}
	.index_about,.index_case{    background-size: 45%;}

}


@media screen and (max-width:360px){
	html{font-size: 48px;}

}


@media screen and (max-width:320px){
	html{font-size: 42.6667px;}

}



