@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto;  padding-bottom:1.1rem; font-size:.26rem}
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .25rem;}
.clr,.clearfix{clear:both;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float: left}
.r{float: right}
video{width:100%}



.header{width:100%; clear:both; height:1.1rem; position: relative; padding: 0 3% 0 3%; }
.logo{width:2.5rem; height:1.1rem; z-index: 9; float: left}
.logo a{width:100%; height:100%; display: flex; align-items: center; }
.logo a img{align-items: center; width:100%;position: relative; z-index: 9;}
.menu{float:right; height:.72rem; width:auto;  margin-top: .2rem}
.menu a{width:100%; height: 100%;  display: flex; align-items: center; font-size: .24rem;}
.menu img{height:auto; width:.52rem; align-items: center; margin-right: .1rem}
.menu p{color:#0154d5; font-size: .3rem;}
.app{float:right; padding-right:15px; margin-top:7px;}
.app img{height:22px;}


/* 分页基本样式 */
.xypg-pagination{margin-top: 20px; text-align: center; font-size: 0;}
.xypg-pagination .pagin-left, .xypg-pagination .pagin-mid, .xypg-pagination .pagin-right, .xypg-pagination .pagin-select { display: inline-block; vertical-align: middle;}
.xypg-pagination a, .xypg-pagination #current {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}
.xypg-pagination #current, .xypg-pagination a:hover{ color: #fff; border-color: #005bac;  background: #005bac;}
.xypg-pagination .pagin-mid{font-size: 14px;}
.xypg-pagination .pagin-mid .mob-pagin-mid{display: none;}
.xypg-pagination .pagin-select {font-size: 14px;}
.xypg-pagination .pagin-select select{height: 28px; padding: 0 8px; margin: -1px 5px 0 5px;}
.xypg-pagination .pagination {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.xypg-pagination .pagination > li { display: inline-block;  margin: 0 3px;}
.xypg-pagination .pagination > li > a,
.xypg-pagination .pagination > li > span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    padding: 0 8px;
    text-decoration: none;
    background: #fff;
    min-width: 28px;
    text-align: center;
}

.xypg-pagination .pagination > li > a:hover{color: #fff; border-color: #005bac; background: #005bac; text-decoration: none;}
.xypg-pagination .pagination > li.active > span,
.xypg-pagination .pagination > li.active > a {
    color: #fff;
    border-color: #005bac;
    background: #005bac;
}

.xypg-pagination .pagination > li.disabled > span {
    color: #999;
    border-color: #e0e0e0;
    background: #f5f5f5;
    cursor: not-allowed;
}
/*【上一页下一页样式】*/

#newsfoot {width:100%; border:#DFDFE0 1px solid; background:#F7F7F7; height:60px; padding:5px;}
#newsfoot a{color:#666; font-size:16px}
.newslist { height:35px; background:url(../images/jiantou.gif) no-repeat 5px center; padding-left:15px; line-height:35px;}
#newsfoot div{color:#666; font-size:16px}


/*导航*/
.openmenu{overflow-y:scroll; position:fixed;}
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:9999; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background: #26c0e2; left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:99999; 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:.42rem;padding: .08rem 0; text-indent:1em; color:#fff;  
	font-size:.26rem; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; font-size:.26rem; 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:auto; line-height:.4rem; padding: .05rem 0; color:#fff; text-indent:2em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size: .24rem}


/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; height: auto; display: block}
.banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.banner .swiper-slide {
  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{background: #fff; opacity: 1}
.swiper-pagination-bullet-active{width:20px; border-radius: 5px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:.9rem; height: .9rem; top:auto; bottom:.8rem}
.banner .swiper-button-next{background: url(../images/ban_right.png) no-repeat center; background-size: 100% 100%; right:.25rem}
.banner .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; background-size: 100% 100%; left:auto; right:1.4rem}
.banner .swiper-button-next:hover{background: url(../images/ban_hright.png) no-repeat center;  background-size: 100% 100%;}
.banner .swiper-button-prev:hover{background: url(../images/ban_hleft.png) no-repeat center;  background-size: 100% 100%;}





/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; background-size: cover; padding: 1rem 0 ;}
.index_about_left{width:100%; height: auto; overflow: hidden}
.in_abtitle{width:100%; height: auto; overflow: hidden}
.in_abtitle h4{color:#f2f2f2; font-size: 1rem; font-weight: bold; text-transform: uppercase; line-height:.9rem;}
.in_abtitle h5{color:#3f3f3f; font-size: .46rem; font-weight: bold; margin-top: -.5rem;}
.in_abtitle h5 span{color:#26c0e2; font-size: .46rem; font-weight: bold;}
.in_about_xx{width:100%; height: auto;display: block; color:#777777; font-size: .26rem; line-height: .42rem; margin: .4rem 0; text-align: justify;}
.index_about_left dl{width:auto; margin-right:8%; float: left}
.index_about_left dl.last_num{margin-right: 0}
.index_about_left dl dt{color:#4d4d4d; font-size: .26rem;}
.index_about_left dl dt span{font-size:.75rem;    background-image:-webkit-linear-gradient(bottom,#26c0e2,#009cf6); 
    -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-family: "BAHNSCHRIFT"}
.ab_jts{width:.7rem; display: block; margin: .4rem 0; transition: all 0.4s ease-in-out;}
.ab_jts img{width:100%; display: block}
.index_about_left dl dd{color:#4d4d4d; font-size: .24rem; text-align: center}

.index_about_right{width:100%;  text-align: right; position: relative; padding-bottom: .6rem; margin-top: .6rem}
.index_about_right img{max-width:95%}
.index_about_right i{width:1.8rem; height: 1.8rem; display: block; background: url(../images/v_icon.png) no-repeat center; position: absolute; bottom:0; left:0; transition: all 0.4s ease-in-out; background-size: 100% 100%;}
.ab_jts:hover{margin-left:.2rem; }
.index_about_right i:hover{bottom:.2rem;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:90%; height:auto; position:fixed; top:30%; left:50%; margin-left:-45%; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}



/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; position: relative}
.index_product_title{width:100%; height: auto; position: absolute; top:10%; left:50%; transform: translate(-50%,0); z-index: 9; padding: 0 .25rem}
.index_product_title h4{font-size: 1rem; font-weight: bold;   background-image:-webkit-linear-gradient(bottom,#26c0e2,#26c0e2); 
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent; text-transform: uppercase; line-height:.9rem; }
.index_product_title h5{color:#fff; font-size: .46rem; font-weight: bold; margin-top: -.4rem}
.index_product .mySwiper2{width:100%; height:10rem; overflow: hidden}
.bd_li{width:100%; height:10rem; position: relative}
.bd_li img{width:100%; height:100%; object-fit: cover; object-position: center center;}
.bd_li_info{width:100%; height: auto; position: absolute; top:32%; left:50%; transform: translate(-50%,0); padding: 0 .25rem}
.bd_li_info h4{color:#fff; font-size:.34rem; font-weight: bold;}
.bd_li_info p{color:#fff; font-size:.26rem; line-height: .4rem; width:100%;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: .3rem}

.index_product .mySwiper{width:100%; height: auto; overflow: hidden; position: absolute; bottom:0; left:0; padding: 0 .25rem .6rem}
.index_product .mySwiper:after{content: ""; width: 100%; height:3rem; background:rgba(1,137,243,0.8); position: absolute; bottom:0; left:0}
.index_pro_bottom{width:100%; height: 3.5rem; float: left; border-radius: 80px; padding-top:.5rem; transition: all 0.4s ease-in-out;}
.hd_yuan{width:1.1rem; height: 1.1rem; border-radius: 50%; display: flex; align-items: center; background: #fff; margin: 0px auto;}
.hd_yuan img{align-items: center; margin: 0px auto; max-width:50%; max-height:50%}
.hd_2{display: none}
.index_pro_bottom p{font-size: .24rem; color: #fff; line-height: .4rem; height:.8rem;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;text-align: center; margin-top: .24rem}
.index_pro_bottom i{width:.24rem; height: .24rem; display: none; margin:.22rem auto 0; background: url(../images/hh_jia.png) no-repeat center;
	background-size: 100% 100%}


.index_product .mySwiper .swiper-slide-thumb-active i{display: block}
.index_product .mySwiper .swiper-slide-thumb-active .index_pro_bottom{background: #fff; padding: .4rem 5px}
.index_product .mySwiper .swiper-slide-thumb-active .hd_yuan{background-image: linear-gradient(to left, #26c0e2 , #009cf6); 
	background-image: -webkit-gradient(to left, #26c0e2 , #009cf6); 
	background-image: -webkit-radial-gradient(to left, #26c0e2 , #009cf6);}
.index_product .mySwiper .swiper-slide-thumb-active .hd_2{display: block}
.index_product .mySwiper .swiper-slide-thumb-active .hd_1{display: none}
.index_product .mySwiper .swiper-slide-thumb-active p{color:#4d4d4d}








/*文化*/
.index_wenhua{width:100%; height: auto; overflow: hidden; background: url(../images/wenhua_bjs.jpg) no-repeat center; background-size: cover;  padding-top:1.3rem}
.section4_title{width:100%; height: auto; padding: 0 .25rem}
.section4_title h4{font-size: 1rem; font-weight: bold;   background-image:-webkit-linear-gradient(bottom,#26c0e2,#26c0e2); 
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent; text-transform: uppercase; line-height:.9rem; }
.section4_title h5{color:#fff; font-size: .46rem; font-weight: bold; margin-top: -.4rem}
.index_wenhua ul{width:100%; height: auto; overflow: hidden; margin-top: 1.4rem}
.index_wenhua ul li{width:50%; height:auto; float: left; position: relative; display: -webkit-flex; display: flex;  -webkit-align-items: flex-end;
    align-items: flex-end; padding-bottom: .8rem}
.index_pimg{width:100%; height:.9rem; display: flex; align-items: center; margin-bottom: .2rem; opacity: 1; transition: all 0.4s ease-in-out;}
.index_wenhua ul li img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}

.index_wenhua ul li a{width:100%; height: auto; display: block; padding: 0 20%}
.index_wenhua ul li h4{color:#fff; font-size: .28rem; text-align: center}
.index_wenhua ul li h5{color:#fff; font-size:.24rem; margin-top:1vh; text-align: center; line-height: .35rem; height:.35rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:1;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_wenhua ul li i{width:.6rem; height: .6rem; display: block; margin:.5rem auto; background: url(../images/ys_jis.png) no-repeat center; 
	background-size:.22rem;  position: relative}
.index_wenhua ul li i:after{content: ""; width: 100%; height: 100%; background: url(../images/yuan.png) no-repeat center; position: absolute; top:0; left:0; animation:circleRoate 5s infinite linear ; background-size:100% 100%}
@keyframes circleRoate{   
from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 

.index_wenhua ul li:hover {
    background: url(../images/ys_hover.png) no-repeat center bottom;
    background-size: 100% 100%;
}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background:url(../images/news_bjs.jpg) no-repeat center; background-size:100% 100%; 
	padding: .96rem 0 .9rem; }
.index_news_title{width:100%; height: auto; overflow: hidden}
.news_title_left{width:auto; float: left}
.news_title_left h4{color:#f2f2f2; font-size: 1rem; font-weight: bold; text-transform: uppercase; line-height: .9rem}
.news_title_left h5{color:#3f3f3f; font-size:.46rem; font-weight: bold; margin-top: -.5rem}
.news_title_left h5 span{color:#26c0e2; font-size: .46rem; font-weight: bold;}
.index_news_nav{float: right; margin-top: .54rem}
.index_news_nav a{float: left; color:#000000; font-size: .26rem; display:flex;align-items:flex-end; margin-left: .4rem}
.index_news_nav a img{margin-right: 10px;}
.index_news_nav a span{color:#000000; font-size: .26rem;}
.index_news_nav a:hover span{font-weight: bold;}
.index_news_top{width:100%; height: auto; overflow: hidden; position: relative; margin-top: .5rem}
.index_news_top img{width:100%; display: block}
.index_news_xx{width:100%; height:auto; background: url(../images/n_hover.png) no-repeat center; background-size: cover; position: absolute; bottom:0; left:0; padding:20% 6% 5%}
.index_news_xx dl{width:100%; height: .5rem; line-height:.5rem;}
.index_news_xx dl dt{width:60%; height: 100%; float: left; color:#fff; font-size: .28rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx dl dd{float:right; line-height: .4rem; color:#fff; font-size: .26rem;}
.index_news_xx p{width:100%; height: .35rem; line-height: .35rem; color: #fff; font-size: .26rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news ul{width:100%; height: auto; float: left;  background: #f4f4f4; margin-top: .4rem}
.index_news ul li{width:100%; height:auto; padding: 5%; background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.1); margin-bottom: .2rem}
.index_news ul li h4{color:#26c0e2; font-size: .28rem; font-weight:bold; margin-bottom: .15rem}
.index_news ul li h3{color:#404040; font-size: .28rem; width: 100%; line-height: .32rem; height: .32rem;  margin-bottom: .1rem; text-overflow: ellipsis;
	overflow: hidden; white-space: nowrap; font-weight:bold;}
.index_news ul li p{width:100%; height: .4rem; line-height: .4rem; color: #777777; font-size: .26rem; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.in_news_time{width:100%; height: .35rem; line-height: .35rem; margin-top: .2rem;}
.in_news_time span{color:#404040; font-size: .26rem; opacity: 0.5}
.in_news_time i{width:.33rem; height: .27rem; float: right; background: url(../images/n_jts.png) no-repeat center; background-size: 100% 100%}





/*联系我们*/
.index_contact{width:100%; height: auto; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat center; background-size: cover;padding: .6rem 0 0}
.index_contact_title{width:100%; height: auto; position: relative; padding-top:.4rem}
.index_contact_title h4{color:#fff; font-size: 1rem; opacity: 0.4; line-height: .9rem; font-weight: bold; text-transform: uppercase}
.index_contact_title h5{color:#fff; font-size: .46rem; font-weight:bold; margin-top: -.4rem; position: relative; z-index: 9}
.index_contact_title h5 span{color:#26c0e2; font-size: .46rem; font-weight: bold;}
.footer_title{width:100%; height: auto; overflow: hidden; margin: .5rem 0}
.footer_title h4{color:#fff; font-size: .34rem; font-weight: bold;}
.footer_title h5{color:#fff; font-size:.26rem; text-transform: uppercase; margin-top: .12rem; line-height: .3rem}
.footer_xx{width:100%; height: auto; overflow: hidden}
.footer_xx dl{width:50%; float: left; }
.footer_xx dl dt{color:#ffffff; font-size: .28rem; margin-bottom:.1rem}
.footer_xx dl dd{color:#fff; font-size: .32rem;}
.footer_xx h4{color:#fff; font-size: .26rem; margin-bottom: .1rem; margin-top: .2rem;}
.footer_xx h5{color:#fff; font-size:.22rem;}
.index_cxx{width:100%; margin-top: .4rem;}
.index_cxx h4{color:#fff; width: 100%; margin-bottom: .1rem; font-size: .26rem }
.index_cxx h5{color:#fff; width: 100%;  font-size: .3rem }
.index_contact_top{width:100%; height: auto; overflow: hidden;  padding:0 .25rem}

.index_contact_bottom{width:100%; height: auto; overflow: hidden;  padding:.7rem .25rem .5rem; margin-top: .6rem; background: rgba(0,0,0,0.4)}
.index_contact_bottom p{width:100%;height: .75rem; line-height: .75rem; position: relative; margin-bottom:.2rem}
.index_contact_bottom p input[type="text"]{width:100%; height: 100%; border: 0; background: rgba(255,255,255,0.3); font-size: .26rem; color: #fff; padding: 0 .2rem}
.index_contact_bottom textarea{width:100%; height: 1.9rem; background: rgba(255,255,255,0.3); resize: none; font-size: .26rem; color: #fff; padding: .2rem; 
	border: 0}
.in_submit{width:100%; height: .75rem; background: #26c0e2; color:#fff; border: 0; font-size: .26rem; display: block; margin-top: .2rem}

.index_contact_bottom p input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.index_contact_bottom p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.index_contact_bottom p input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.index_contact_bottom p input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  

.index_contact_bottom textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.index_contact_bottom textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.index_contact_bottom textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.index_contact_bottom textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  







/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:1.1rem;width: 100%; background:#26c0e2;}
footer ul{width:100%; height: 1.1rem; display: block; }
footer li{width: 25%;height: 100%;float: left; }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff; padding-top:.15rem }
footer span{line-height:.3rem; font-size: .24rem; width: 100%; display: block; color: #fff; margin-top: .1rem }
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:100% 100%!important; width:.43rem;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:100% 100%!important; width:.36rem;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:100% 100%!important; width:.44rem;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;background-size:100% 100%!important; width:.4rem;}
footer .n5{background: url(../images/f_h5.png) no-repeat center;background-size:100%!important; width:.4rem;}
footer a.active{background: #0f5cfd}
footer i{height:.4rem; display: block; margin:0 auto 0;  }
.copy {width: 100%;  text-align: center; clear: both; text-align: center;  padding:.4rem 0 .4rem }
.copy_dz{width:100%;  height: auto;  overflow: hidden; }
.copy_dz p b{font-size:.24rem; color: #4d4d4d;}
.copy_dz p{color:#4d4d4d;line-height:.4rem; font-size:.24rem}
.copy_dz a{color:#4d4d4d;line-height:.4rem; font-size:.24rem; display:block}







/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:5px 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: #26c0e2; font-size:.2rem}
  .pos span.wei{background: url(../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:.24rem}
  .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,.ny span{color:#333333; font-size:.24rem!important; line-height:.4rem;}
  
  
  
  /*内页新闻*/
  .news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: .2rem;}
  .news_x ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
  .news_x li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
  .news_x li h3{height:.4rem; line-height:.4rem; color:#313131;  font-weight:bold; font-size:.26rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
  .news_x li p{font-size:.23rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
  .news_x li h4{font-weight:normal; color:#626262;  line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.23rem; }
  .news_pic img{width:100%;}
    .news_pic {width:100%; margin-top: 5px;margin-bottom: 5px;}
  
  
  /*内页荣誉资质*/
  .honor_list{width:100%; padding:20px 10px; clear:both;}
  .honor_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
  .honor_list li{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
  .honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
  .honor_list li p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
  .honor_list li:nth-child(2n){float:right}
  
  .pic_list{width:100%; padding:.3rem .2rem; clear:both; overflow:hidden}
  .pic_list a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
  .pic_list a img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
  .pic_list a p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
  .pic_list a: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:#26c0e2; color:#fff }
  .pic{width:100%; clear:both; height: 221px; padding-top: 70px;}
  .about_ban{ background: url(../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:#26c0e2;color:#fff }
  .ny_biaoti{width: 100%; font-size:.35rem; color: #000; padding: .1rem 0px; text-align: center;  clear: both; line-height:.5rem}
  .ny_time{width: 100%;  line-height: .5rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666;
			text-align: center; clear: both; font-size:.24rem;}
  .keyword_light,.keyword_light p{font-size:.24rem; color:#333; line-height:.4rem}
  .ny_title{width: 100%; font-size:.28rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}
  .keyword_light img{width:100%;}
  
  
  /*联系我们*/
  .ditu{width:100%;height:7rem;padding: 0px 15px}
  .ny_contact{width:100%; height:auto; display:block; font-size:.14rem; color:#333; line-height:.28rem; padding:0px 10px; margin:20px 0 40px}
  .index_ablei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
  .index_ablei a{ color:#1b1b1b; font-size:.24rem; text-align:center; width:100%; height:auto; line-height:.4rem; padding:.15rem 0; display:block; overflow:hidden; float:left; }
  .index_ablei a.active{ background:#26c0e2; color:#fff }
  .ny_title_1 h2{font-weight: 300; font-size: 24px;margin-top: 20px; line-height: 1.2; color: #000;}







@media screen and (max-width:500px){
	html{font-size: 56.6667px;}

}

@media screen and (max-width:414px){
	html{font-size: 55.2px;}

	
}



@media screen and (max-width:375px){
	html{font-size:50px;}
		
}
	
	
	
@media screen and (max-width:360px){
	html{font-size:48px;}


}


@media screen and (max-width:320px){
	html{font-size: 42.6667px;}

	
}


