@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; overflow-x:hidden; font-size: .24rem;     background: #f5f5f5;}
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .2rem;}
.clr{clear:both;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float:left}
.r{float:right}


.index_header{width:100%; height:1rem;  overflow: hidden; z-index:999; background: #fff; position:fixed; top:0; left:0;   padding: 0 3%}
.header{width:100%; clear:both; height:1rem;  padding: 0 2%}
.logo{width:3rem; height: 100%; position:absolute; top:0; left:50%; margin-left:-1.5rem }
.logo a{width:100%; height:1rem; display: flex; align-items: center; }
.logo a img{align-items: center;  width:100%;}
.menu{float:right; height:100%; width:.43rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center;}
.menu img{height:auto; width:100%; align-items: center; margin: 0px auto;}
.header_all{width:100%; height: 100%; position: fixed; top:-100%; left:0; background: rgba(0,0,0,0.85); z-index:999;  transition: top ease 0.35s; 
	overflow-y: auto; padding:.6rem .4rem }
.header_all a{width:33.33%; height: auto; float: left; font-size: .28rem; color:#fff; text-align: center; margin-bottom: .3rem}
.header_sub a{width:50%; float:left; height:.45rem; line-height: .45rem; font-size: .25rem; color:#aaa; display: block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.nav_show{top:1rem;}




/*导航*/
.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: #e40005; 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:.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;}
.menu_body{width:100%; min-width:150px; overflow:hidden;  display:none;}
.menu_body a{width:100%; display:block; height:.45rem; line-height:.45rem; color:#fff; text-indent:1em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; 
	font-size: .24rem}
.banner{width:100%;height:auto; position: relative; margin-top: 1rem; }
.banner .swiper-slide .ban_li{width:100%; height: auto; display: block}
.banner 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; 
}
.banner .swiper-pagination-bullet{background: #c1a36c; opacity: 1}
.banner .swiper-pagination-bullet-active{background: #fff}
.banner .swiper-pagination{top:auto; bottom:.2rem}

.index_search{width:100%; height: auto; margin:1.2rem 0 0; overflow: hidden}
.index_search input[type="text"]{width:70%; height:.8rem; float: left; border: 1px solid #bebebe; padding: 0 .1rem; font-size: .25rem; color: #777777; }
.index_search input[type="submit"]{width:30%; height: .8rem; float: left; background: #ce0002 url(../images/ban_search.png) no-repeat 80% center; 
	background-size: .25rem; border: 0; color:#fff; text-align: left; padding-left: .2rem; font-size:.24rem}




/*热点*/
.index_hot{width:100%; height: auto; overflow: hidden; background: #fff; padding-top: .5rem}
.index_hot_title{width:100%; height: auto; overflow: hidden;  text-align: center; margin-bottom: .4rem; padding: 0 .4rem}
.index_hot_title h4{color:#c01600; font-size: .32rem; font-weight: bold; margin-bottom: .25rem; line-height: .5rem}
.index_hot_title p{color:#333333; font-size: .26rem; line-height: .44rem}
.index_hot_left{width:100%; height: auto; overflow: hidden}
.index_hot_left .swiper-slide a{width:100%; display: block; position: relative}
.index_hot_left .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_hot_bt{width:100%; height: .8rem; line-height: .8rem; padding: 0 .15rem; background: rgba(0,0,0,0.4); position: absolute; bottom:0; left:0}
.index_hot_bt h4{width:80%; height: 100%; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: .28rem; color:#fff;}
.index_hot_left .swiper-pagination{width:auto; bottom:.2rem; right:.2rem; left:auto;}
.index_hot_left .swiper-pagination-bullet{background: #fff; opacity: 0.5}
.index_hot_left .swiper-pagination-bullet-active{width:.28rem; border-radius: 25px; opacity: 1}
.index_hot_right{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.index_hot_right a{width:49%; height: auto; display: block; overflow: hidden; margin-bottom:.4rem; float: left}
.index_hot_right a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_hot_right a:last-child{float: right}
.index_hot_left .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_hot_right a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom:.35rem;  background: #fff; padding:.4rem .2rem}
.index_news_left{width:100%; overflow: hidden}
.index_news_nav{width:100%; height: .6rem; overflow: hidden; border-bottom: 1px solid #e2e2e2; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_news_nav a{color:#c01600; font-size: .28rem; font-weight: bold;}
.index_news_nav a:last-child{margin-right: 0}
.index_news_nav a:hover{color:#c01600; border-bottom: 1px solid #c01600}
.index_news_left ul{width:100%; height: auto; overflow: hidden; margin-top: .2rem;}
.index_news_left ul li{width:100%; height: .6rem; line-height:.6rem; }
.index_news_left ul li p{width:80%; height: 100%; float: left; color:#333333; font-size: .26rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_left ul li span{color:#999999; font-size: .26rem; float: right}
.index_news_left ul li:hover p{color:#c01600}
.index_news_left ul li:hover span{color:#c01600}
.index_news_right{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.index_news_right h3{width:100%; height: 42px;  border-bottom: 1px solid #e2e2e2; font-size: .3rem; font-weight: bold; color:#c01600}
.index_news_right h3 span{color:#c01600; font-size: .3rem;  border-bottom: 1px solid #c01600; padding-bottom: .3rem}
.index_news_right ul{width:100%; height: auto; overflow: hidden; margin-top: .2rem;}
.index_news_right ul li{width:100%; height: .6rem; line-height:.6rem; }
.index_news_right ul li p{width:80%; height: 100%; float: left; color:#333333; font-size: .26rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_right ul li span{color:#999999; font-size: .26rem; float: right}
.index_news_right ul li:hover p{color:#c01600}
.index_news_right ul li:hover span{color:#c01600}


/*访谈*/
.index_fangtan{width:100%; height: auto; overflow: hidden; margin-bottom:.4rem; background: #fff; padding: .4rem .2rem}
.index_fangtan_t{width:100%; height: auto; border-bottom: 1px solid #e2e2e2; text-align: center}
.index_fangtan_t h4{color:#c01600; font-size: .3rem; font-weight:bold; border-bottom: 1px solid #c01600; display: table; margin: 0px auto; height: .6rem}
.index_fangtan ul{width:100%; height: auto; overflow: hidden; margin-top: .3rem;}
.index_fangtan ul li{width:49%; height: auto; float: left; margin-bottom: .3rem; position: relative; overflow: hidden}
.index_fangtan ul li:nth-child(2n){float: right}
.index_fangtan ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_fangtan ul li h3{width:100%; height: .7rem; line-height: .7rem; padding: 0 .15rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	font-size: .26rem; color: #fff; position: absolute; bottom:0; left:0; background: rgba(0,0,0,0.5)}
.index_fangtan ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*广告*/
.index_ggimg{width:100%; height: auto; overflow: hidden}
.index_ggimg img{width:100%; display: block}
.index_video{width:100%; height: auto; overflow: hidden; background: #fff; padding: .4rem 0 .5rem; margin-bottom:.4rem}
.index_video li{width:48.5%; height: auto; float: left; margin-bottom: .2rem;}
.index_video li:nth-child(2n){float: right}
.index_video_img{width:100%; height: auto; position: relative}
.index_video_img img{width:100%; display: block}
.index_video_img i{width:.5rem; height: .5rem; position: absolute; bottom:.2rem; left:.2rem; background: url(../images/v_icon.png) no-repeat center; 
	background-size: 100% 100%}
.index_video li h4{width:100%; height: .7rem; line-height: .7rem; color: #333333; font-size: .26rem; padding: 0 .15rem; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; background: #f5f5f5}


/*健康*/
.index_jiankang{width:100%; height: auto; overflow: hidden; margin-bottom: .35rem; background: #fff; padding:.5rem .2rem}
.index_jiankang_li{width:100%; height: auto;overflow: hidden; margin-bottom:.45rem;}
.jiankang_li_last{margin-bottom: 0}
.index_jiankang_li h3{width:100%; height: 42px;  border-bottom: 1px solid #e2e2e2; font-size: .3rem; font-weight: bold; color:#c01600}
.index_jiankang_li h3 span{color:#c01600; font-size: .3rem;  border-bottom: 1px solid #c01600; padding-bottom: .3rem}
.index_jiankang_li ul{width:100%; height: auto; overflow: hidden; margin-top: .2rem;}
.index_jiankang_li ul li{width:100%; height: .6rem; line-height:.6rem; }
.index_jiankang_li ul li p{width:80%; height: 100%; float: left; color:#333333; font-size: .26rem; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.index_jiankang_li ul li span{color:#999999; font-size: .26rem; float: right}
.index_jiankang_li ul li:hover p{color:#c01600}
.index_jiankang_li ul li:hover span{color:#c01600}



/*新增新闻*/
.index_hotnews{width:100%; height: auto; overflow: hidden; margin-top: .2rem; background: #fff; padding:.4rem .25rem}
.index_hotnews_zsbw{width: 100%; height: auto; overflow: hidden}
.index_hotnews_tt{width:100%; height: auto; overflow: hidden; margin-bottom: .3rem; border-bottom: 1px solid #e2e2e2; text-align: center}
.index_hotnews_tt h3{ height: .6rem; font-size: .3rem; font-weight: bold; color:#c01600; text-align: center; border-bottom: 1px solid #c01600; display: table; margin: 0px auto;}
.hotnews_zsbw_left{width:100%; height: auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin: .5rem 0}
.hotnews_zsbw_wb{ height: auto; overflow: hidden}
.hotnews_zsbw_wb a{width:100%; height: auto; display: block; text-align: center}
.hotnews_zsbw_wb a p{color:#333333; font-size: .28rem; display: block; margin-top: .2rem}
.hotnews_zsbw_wx,.hotnews_zsbw_dy,.hotnews_zsbw_ks{ height: auto;  position: relative; text-align: center; }
.hotnews_zsbw_wx .wx_img,.dy_img{width:2rem; height: auto; position: absolute; top:1.2rem; left:-.7rem; display: none;  z-index: 999}
.ks_img{width:2rem; height: auto; position: absolute; top:1.2rem; right:0; display: none;  z-index: 999}
.wx_img img{width:100%; display:block}
.dy_img img{width:100%; display:block}
.ks_img img{width:100%; display:block}
.hotnews_zsbw_wx p,.hotnews_zsbw_dy p,.hotnews_zsbw_ks p{color:#333333; font-size: .28rem; display: block;  margin-top: .2rem}
.hotnews_zsbw_wx:hover .wx_img{display: block}
.hotnews_zsbw_dy:hover .dy_img{display: block}
.hotnews_zsbw_ks:hover .ks_img{display: block}
.hotnews_zsbw_wx p{color:#333333; font-size: .28rem; display: block;  margin-top: .2rem}
.hotnews_zsbw_wx:hover .wx_img{display: block}
.in_hotpic{width:100%; height: .6rem; display: flex; align-items: center;}
.in_hotpic img{max-height:100%; align-items: center; margin: 0px auto;}
.hotnews_zsbw_right{width:100%; height: auto; overflow: hidden}
.hotnews_zsbw_one{width:100%; height: auto; overflow: hidden; position: relative; margin-bottom: .1rem;}
.hotnews_zsbw_one a{width:100%; display: block}
.hotnews_zsbw_one a img,.hotnews_zsbw_two img{width:100%; display: block; border-radius: 8px;}
.hotnews_zsbw_one h5{width:100%; height: .7rem; line-height: .7rem; background: rgba(0,0,0,0.4); position: absolute; bottom:0; left:0; padding: 0 .15rem; border-radius: 8px; font-size: .27rem; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.hotnews_zsbw_two{width:100%; height: auto; overflow: hidden; position: relative;}
.hotnews_zsbw_right ul{width:100%; height: auto; overflow: hidden; margin-top: .1rem;}
.hotnews_zsbw_right ul li{width:100%; height: auto; overflow: hidden; background: #f1f1f1; padding:.2rem; border-radius: 8px; margin-bottom: .2rem;}
.hotnews_zsbw_right ul li h4{width:84%; height:.7rem; line-height: .7rem; float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #333333; 	font-size: .26rem; padding-right: 10%}
.hotnews_zsbw_right ul li .hotnews_zsbw_pic{width:16%; height:auto; float: right}
.hotnews_zsbw_right ul li .hotnews_zsbw_pic img{width:100%; height:100%; object-fit: cover; object-position: center center; display: block}
.hotnews_zsbw_right ul li a{ display: -webkit-flex;  display: flex; -webkit-align-items: center;  align-items: center; width: 100%; }
.index_hotnews_saxy{width: 100%; height: auto; overflow: hidden}
.index_hotnews_saxy ul{width:100%; height: auto; overflow: hidden}
.index_hotnews_saxy ul li{width:100%; height: .6rem; line-height:.6rem; }
.index_hotnews_saxy ul li p{width:78%; height: 100%; float: left; color:#333333; font-size: .26rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_hotnews_saxy ul li span{color:#999999; font-size: .26rem; float: right}
.index_hotnews_saxy ul li:hover p{color:#c01600}
.index_hotnews_saxy ul li:hover span{color:#c01600}
.index_hotnews_hsdj{width: 100%; height: auto; overflow: hidden; margin-top: .6rem}
.index_hotnews_hsdj ul{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.index_hotnews_hsdj ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .15rem;}
.index_hotnews_hsdj ul li img{max-width:100%; display: block; border-radius: 8px; width: 100%}
.ny_fenxiang{width:auto; margin:0px auto; display:table}
/* .social-share .icon-weibo{background:url(../images/wb_icon.png) no-repeat center} */
/* .social-share .icon-wechat{background:url(../images/wx_icon.png) no-repeat center} */
/* .social-share .icon-wechat:before{content:""} */
/* .social-share .icon-weibo:before{content:""} */





/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:1.1rem;width: 100%;  background: #4d4d4d;}
footer ul{width:100%; height:100%;}
footer li{width: 20%;height: 100%;float: left; }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff;  padding-top:.2rem }
footer span{line-height:.3rem; font-size: .23rem; 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% 100%!important; width:.31rem;}
footer a.active{background:#d20201}
footer i{height:.4rem; display: block; margin:0 auto 0;  }


.footer_bottom {width: 100%;   line-height: .3rem; clear: both; font-size: .24rem;  padding: .5rem 0; text-align: center; background: #333333}
.footer_nav{width:auto; height: auto; overflow: hidden; margin:0px auto .5rem; display:table}
.footer_nav a{color:#fff; font-size: .28rem; float: left; padding: 0 .2rem; position: relative}
.footer_nav a:after{content: "|"; color:#fff; font-size: .28rem; position: absolute; top:0; right:0;}
.footer_nav a:last-child:after{display: none;}
.footer_nav a:first-child{padding: 0 .15rem 0 0}
.footer_nav a:hover{color:#c01600}
.footer_xx{width:100%; height: auto; overflow: hidden; color:#fff; font-size: .26rem; margin-top: .2rem;}
.footer_xx p{width:100%;  color:#fff; font-size: .26rem; line-height: .45rem; }
.copy{width:100%; height: auto; overflow: hidden; margin-top: .3rem}
.copy p,.copy a{color:#fff;line-height:.4rem; font-size:.25rem}





/*弹出视频*/
.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:96%; height:auto; position:fixed; top:50%; left:50%;  z-index:999; transform: translate(-50%,-50%);}
.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; float: right}
.video-box{width:100%; height:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}






/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:5px 2%; font-size:.2rem; clear:both; text-align:left;  color:#313131; margin-top:1rem}
.pos a{color:#313131; font-size:.2rem}
.pos span{color: #d20201; 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; background:#fff}
.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:.3rem!important; line-height:.6rem;}



/*内页新闻*/
.news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; }
.news_x ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem; background:#fff; padding:.4rem .25rem}
.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:.27rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.23rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.15rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.8rem; line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.24rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical; overflow:hidden;}


/*内页荣誉资质*/
.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:#d20201; 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:#d20201;color:#fff }
.ny_biaoti{width: 100%; font-size:.4rem; color: #000; padding: .1rem 0px; text-align: center;  clear: both; line-height:.62rem; font-weight:bold;}
.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:.3rem; color:#333; line-height:.6rem}
.ny_title{width: 100%; font-size:.28rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}
.keyword_light img{width:100%;}
.keyword_light video{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:#d20201; color:#fff }


/*证书查询*/
.ny_serarch_all{width:100%;height:auto;overflow:hidden;/*margin:10px 8px;*/font-size:16px;color:#666;line-height:30px;padding: 0 10px;}
.ny_vip_all input{width:100%;height:50px;line-height:50px;border:1px solid #ccc;font-size:16px;color:#666;padding:0px 10px;margin:10px auto;display:block}
.vip_chaxun{background:#d20201;color:#fff !important;border:0 !important;width:100% !important}
.ny_vip_show img{max-width:100%;height:auto;display:block;margin:0 auto}
.tips{font-size:16px;color:#b3b3b3;line-height:26px;margin:20px 0;overflow:hidden}
input::placeholder {
    color: #999 !important;
}



@media screen and (max-width:500px){
	html{font-size: 78.125px;}
}

@media screen and (max-width:425px){
	html{font-size: 66.4062px;}

}

@media screen and (max-width:414px){
	html{font-size: 64.6875px;}

}



@media screen and (max-width:375px){
	html{font-size: 58.5938px;}

}


@media screen and (max-width:360px){
	html{font-size: 57.0312px;}
	
}


@media screen and (max-width:320px){
	html{font-size: 50px;}

}
