@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;  padding-bottom:1.1rem; padding-top: 1rem; font-size: .24rem; }
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .25rem;}
.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: auto; z-index:999;  position:fixed; top:0; left:0; background: #fff}
.header{width:100%; clear:both; height:1rem;  padding:0 3%}
.logo{float:left; width:AUTO; height: 100%; }
.logo a{width:100%; height:1rem; display: block; display: flex; align-items: center; }
.logo a img{align-items: center; width: 4.7rem; max-height: 100%}
.menu{float:right; height:100%; width:1rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center; }
.menu img{height:auto; width: .55rem; align-items: center; margin: 0px auto;}
.xymob-menu{width:100%; height: 100vh; position: absolute; right:0; left:0; background: #fff; display: none; padding: 0 5%;  z-index: 9999;  }
.xymob-menu .xymob-menu-box{height: 100vh; overflow: auto; padding-bottom: 80px; }
.xymob-nav > li { border-bottom: 1px solid #d0d0d0; position: relative;}
.xymob-nav > li > a { display: block; line-height: 50px; font-size: 16px; color: #333;}
.xymob-nav .xymob-menu-jt { position: absolute; width:13%; height: 50px; line-height: 50px; right: 0; top: 0; text-align: center; z-index: 9;}
.xymob-nav .xymob-menu-jt .icon-font{display: block; width: 100%; height: 100%; background:url(../images/down.png) no-repeat center}
.xymob-nav .xymob-sub-menu{display: none;}
.xymob-nav .xymob-sub-menu > li{border-top: 1px solid #d0d0d0; position: relative;}
.xymob-nav .xymob-sub-menu > li > a {display: block; font-size: 14px; color: #333; line-height:40px; text-indent: .2rem;}
.xymob-navbtn {float: right; width:.6rem; height:1rem; display: flex; align-items: center;}
.xymob-navbtn img{width:100%}



/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; }
.banner .swiper-slide{overflow: hidden}
.banner .swiper-slide a img{width:100%; display: block; height:auto; }
.banner .swiper-pagination{bottom:5%; color:#fff; font-size: 16px;}
.banner .swiper-pagination-bullet{width:30px; height:4px;  border-radius:0; background: #fff;}
.banner .swiper-pagination-bullet-active{  opacity:1}



/*通知公告 */
.index_tzgg{width:100%; height: auto; margin:.4rem auto .3rem; background: #f5f6fa; padding:.2rem .15rem; overflow: hidden}
.index_tzgg_bt{width:96px; height:77px; background: url(../images/links.png) no-repeat center; padding:8px 22px 8px 8px; float: left}
.index_tzgg_bt p{color:#1057d3; font-size: .3rem; height: 32px}
.index_tzgg_bt p span{color:#1057d3; font-size: .3rem; text-align: center; float: left; width: 50%; line-height: 32px;}
.index_tzgg_bt p:nth-child(1){border-bottom: 1px solid rgba(0,78,162,0.2);}
.index_tzgg_bt p span:nth-child(1){border-right: 1px solid rgba(0,78,162,0.2);}
.index_tzgg ul{ height: auto; margin-left:110px; }
.index_tzgg ul li{width:100%; height:.6rem; line-height:.6rem; background: url(../images/dian.png) no-repeat left center; padding-left:.3rem; }
.index_tzgg ul li p{width:75%; height: 100%; float: left; font-size:.26rem; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_tzgg ul li span{float: right; color:#333333; font-size:.26rem;}
.index_tzgg ul li:hover p{color:#004ea2}



/*协会动态*/
.index_xhgg{width:100%; height: auto; overflow:hidden}
.index_xhgg_left{width:100%; height: auto; overflow: hidden; background: #f5f6fa; padding:.4rem 0 .3rem;}
.index_xhgg_zj{width:100%; height: auto; overflow:hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 5px;}
.index_xhgg_zj h4{color:#333333; font-size: 18px; font-weight: bold; padding-left: 10px; float: left; background: url(../images/l_xx.png) no-repeat left center}
.index_xhgg_zj a{width:70px; height: 29px; float: right; background: #1057d3; border-radius: 25px; text-align: center; line-height: 29px; color:#fff; 
	font-size: .25rem}
.index_xhgg_zj a:hover{background: #333333;}
.index_xhgg_center{width:100%; height: auto; overflow: hidden; }
.xhgg_center_img{width:100%; height: auto; overflow: hidden; position:relative; margin-top: .4rem}
.xhgg_center_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.xhgg_center_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.xhgg_center_img h4{width:100%; height:.5rem; line-height:.5rem; color:#fff; font-size:.28rem; font-weight: bold; text-overflow:ellipsis; overflow:hidden; 
	white-space:nowrap; margin-bottom: .2rem}
.xhgg_center_img p{width:100%; height: auto; overflow: hidden; color: #fff; line-height: .4rem; font-size: .26rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.xhgg_center_hover{width:100%; height: auto; overflow: hidden; background: rgba(0,78,162,0.8); position: absolute; bottom:0; left:0; padding: .2rem .25rem .3rem}
.xhgg_center_right{width:100%; height: auto; overflow: hidden}
.xhgg_center_xx{width:100%; height: auto; overflow: hidden; border-bottom: 1px dashed #e5e5e5; padding-bottom: 8px;}
.xhgg_center_xx h3{width:100%; height: 30px; line-height: 30px; color: #1057d3; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 5px;}
.xhgg_center_xx p{width:100%; height: auto; color:#999999; font-size: 14px; line-height: 30px;}
.xhgg_center_xx p span{color:#004ea2; font-size: 12px;}
.xhgg_center_right ul{width:100%; height: auto; overflow: hidden; margin-top:.3rem;}
.xhgg_center_right ul li{width:100%; height:.6rem; line-height:.6rem; background: url(../images/dian.png) no-repeat left center; padding-left:.25rem;}
.xhgg_center_right ul li a{width:100%; height: 100%; font-size:.26rem; color: #666666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display:block}
.xhgg_center_right ul li:hover a{color:#004ea2}
.index_xhgg_right{width:100%; height: auto; overflow: hidden; margin-top: .4rem; padding: 0 .25rem}
.index_xhgg_links{width:100%; height: auto; overflow: hidden; padding-bottom:.25rem; 
	display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_xhgg_links a{width:24%; height: .7rem; line-height:.7rem; float: left; margin-bottom: .2rem; border-radius: 5px; margin-right: 1%; 
	display: flex; align-items: center; justify-content: center; }
.index_xhgg_links a:last-child{margin-right: 0}
.index_xhgg_links a:nth-child(1){background: #69afea}
.index_xhgg_links a:nth-child(2){background: #1057d3}
.index_xhgg_links a:nth-child(3){background: #eb6100}
.index_xhgg_links a:nth-child(4){background: #f29b76}
.index_xhgg_links a img{display:inline-block; vertical-align:middle; width: .23rem}
.index_xhgg_links a span{display:inline-block; vertical-align:middle; font-size:.26rem; color: #fff; margin-left:.15rem; transition: all 0.4s ease-in-out;}
.index_xhgg_links a:hover span{margin-right:5px;}
.index_xhgg_about{width:100%; height: auto; overflow:hidden; margin-top: .2rem;}
.index_xhgg_about h4{color:#333333; font-size: 18px; font-weight: bold; padding-left: 10px; background: url(../images/l_xx.png) no-repeat left center; 
	width: 100%}
.xhgg_about_xx{width:100%; height: auto; overflow: hidden; line-height:.4rem; font-size: .26rem; color: #999999; display: block; margin:.3rem 0}
.xhgg_about_more{width:100%; height: 35px; background: #f5f6fa; text-align: center; line-height: 35px; font-size:14px; color: #004ea2; display: block}
.xhgg_about_more:hover{background: #004ea2; color:#fff}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top: 26px;}
.index_news_left{width: 856px; height: auto; float: left; background: #f5f6fa; padding: 25px 20px 24px}
.index_news_right{width:325px; height: auto; float: right; margin-top:15px;}
.index_news_zj{width:100%; height: auto; overflow: hidden;border-bottom: 1px solid #e5e5e5; line-height: 25px; padding-bottom: 8px;}
.index_news_zj h4{color: #333333; font-size: 18px; font-weight: bold;  padding-left: 10px;  float: left; background: url(../images/l_xx.png) no-repeat left center;}
.index_news_zj a{color:#004ea2; font-size: 14px; float: right}
.index_news_zj a:hover{font-weight: bold}
.index_xhxw{width:100%; height: auto; overflow: hidden; padding:.35rem .25rem; background: #f5f6fa; margin-bottom: .4rem}
.index_xhxw_one{width:100%; height: auto; overflow: hidden; margin-top: .2rem; border-bottom: 1px dashed #e5e5e5; padding-bottom: .2rem;}
.index_xhxw_one h3{width:100%; height:.5rem; line-height: .5rem; color: #1057d3; font-size: .28rem; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:.15rem;}
.index_xhxw_one p{width:100%; height: auto; color:#999999; font-size: .25rem; line-height: .5rem;}
.index_xhxw_one p span{color:#004ea2; font-size: .23rem; margin-left:5px;}
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top:.2rem;}
.index_news ul li{width:100%; height:.5rem; line-height:.5rem; background: url(../images/dian.png) no-repeat left center; padding-left: .25rem;}
.index_news ul li a{color:#666666; font-size: .24rem; display: block; width: 100%; height: 100%;  text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap;}
.index_xhhd{width:100%; height: auto; overflow: hidden; padding:.35rem .25rem; background: #f5f6fa}
.index_news_left ul li:hover a{color:#004ea2}


/*team*/
.index_team{width:100%; height: auto; overflow:hidden; margin-top: .5rem}
.index_team_all{width:100%; height: auto; overflow: hidden; margin: .4rem 0; padding: 0 .25rem}
.index_team_all .swiper-slide a{width:100%; height: auto; display: block; text-align: center}
.index_team_pic{width:100%; height: auto; overflow: hidden}
.index_team_pic img{width:100%; display: block}
.index_team_all .swiper-slide a h4{color:#333333; font-size: .27rem; margin: .25rem 0 .15rem}
.index_team_all .swiper-slide a p{color:#666666; font-size: .27rem;  width: 100%; height: .4rem; line-height: .4rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

/*vip*/
.index_guanggao{width:100%; height: auto; background: url(../images/gg_img.jpg) no-repeat center; margin:.3rem 0 .5rem; padding: .7rem 0}
.index_guanggao h4{color:#ffffff; font-size: .32rem; font-weight: bold; text-align: center; line-height: .5rem; }
.index_vip{width:100%; height: auto; overflow:hidden; margin-bottom: .6rem}
.index_news_zj{width:100%; height: auto; overflow: hidden;border-bottom: 1px solid #e5e5e5; line-height: .4rem; padding-bottom:.2rem;}
.index_news_zj h4{color: #333333; font-size:.3rem; font-weight: bold;  padding-left: .15rem;  float: left; 
	background: url(../images/l_xx.png) no-repeat left center;}
.index_news_zj a{color:#004ea2; font-size:.25rem; float: right}
.index_news_zj a:hover{font-weight: bold}
.index_vip_nav{width:100%; height: auto; overflow: hidden; margin: .4rem 0 .2rem}
.index_vip_nav a{width:24%; height: .6rem; line-height: .6rem; background: #004ea2; text-align: center; font-size:.26rem; color:#fff; float: left; 
	margin-right: 1%}
.index_vip_nav a:nth-child(4){margin-right: 0}
.index_vip ul{width:100%; height: auto; overflow: hidden;}
.index_vip ul li{width:100%; height: auto; float: left; height:.9rem; line-height:.9rem; border-bottom: 1px solid #f5f6fa; 
	background: url(../images/dian.png) no-repeat left center; padding-left: .2rem;}
.index_vip ul li p{width:70%; height: 100%; float: left; font-size:.26rem; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_vip ul li span{color:#333333; font-size:.26rem; float: right}



/*查询*/
.ny_banner{width:100%; height:auto; overflow: hidden; position: relative}
.ny_banner img{width:100%; display: block}
.ny_all{width:100%; height: auto; overflow: hidden; background: #eeeeee;}
.ny_chaxun_xt{width:100%; height: auto; overflow: hidden; background: #fff; margin: .5rem auto; padding: .7rem .3rem}
.ny_chaxun_xt h4{color:#222222; font-size: .42rem; font-weight: bold; text-align: center}
.ny_chaxun_xt hr{width:.6rem; height:.05rem; background: #1057d3; margin:.4rem auto; border: 0}
.ny_chaxun_xt p{width:100%; height:.9rem; position: relative; border: 1px solid #dcdcdc; padding: 0 .2rem;}
.ny_chaxun_xt p input[type="text"]{width:100%; height: 100%; font-size:.27rem; color: #999999; border: 0}
.cx_lj{width:50%; height:.8rem; background: #1057d3; text-align: center; line-height: .8rem; font-size:.27rem; font-weight: bold; color:#fff; border: 0; 
	margin: .4rem auto; display: block}
.ny_chaxun_xq{width:100%; height: auto; margin:.4rem auto; padding:.3rem .25rem .3rem; background: #fff}
.ny_chaxun_img{width:100%; height: auto; overflow: hidden; background:#f6f6ee; border:.23rem solid #334061;  background-size: 100% 100%;
	padding:.8rem 0 .8rem; position:relative}
.chaxun_img_left{width:100%; height: auto; overflow: hidden}
.chaxun_img_t{width:100%; height: auto; overflow: hidden; text-align: center}
.chaxun_img_t img{width:1.9rem}
.chaxun_img_pic{width:100%; height: auto; overflow: hidden; margin-top: .3rem;}
.chaxun_img_pic img{width:30%; height: auto; margin: 0px auto; border: 2px solid #303e56; border-radius:5px; display: block}
.chaxun_img_pic p{width:100%; height: auto;  font-size:.24rem; color: #666666; text-align: center; margin-top:.2rem; font-family: "宋体"; font-weight:700;}
.chaxun_img_right{width:100%; height: auto; overflow: hidden; padding: 0 .4rem; margin-top:.5rem}
.chaxun_img_zm{width:100%; height: auto; overflow: hidden}
.chaxun_img_zm h5{color:#666666; font-size: .3rem; line-height: 30px;  font-family: "宋体"; font-weight: bold;}
.chaxun_img_zm p{color:#666666; font-size:.26rem; line-height:.4rem; font-family: "宋体"; font-weight: bold; text-indent:.2rem}
.chaxun_img_zmimg{width:90%; height: auto; overflow: hidden; display: table; margin:.3rem auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.chaxun_img_zmimg dl{width:28%; float: left; }
.chaxun_img_zmimg dl dt{width:100%; border: 1px solid #3e4b68; padding:5px;}
.chaxun_img_zmimg dl dt img{width:100%; display: block}
.chaxun_img_zmimg dl dd{width:100%; font-size:12px; color: #666666; text-align: center; margin-top: 8px;}
.chaxun_img_riqi{width:100%; height:auto; overflow: hidden; background: url(../images/zhang.png) no-repeat center; background-size: auto 100%; 
	padding: .3rem 0 .6rem; text-align: center}
.chaxun_img_riqi h4{color:#666666; font-size:.26rem; font-family: "宋体"; font-weight: bold; margin-bottom: .12rem;}
.chaxun_img_riqi h5{color:#666666; font-size:.26rem; font-family: "宋体"; font-weight: bold;}
.ny_empty_info{text-align:center;font-size:.26rem; margin:.4rem auto 0;}
.hua_icon{width:24%; height:auto; position:absolute}
.hua_icon img{width:100%; display:block;}
.hua1{top:0; left:0}
.hua2{top:0; right:0}
.hua3{bottom:0; left:0}
.hua4{bottom:0; right:0}




/*内页面包屑导航*/
.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: #045fbd; font-size:.2rem}
.pos span.wei{color: #313131; }
.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:.27rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.24rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.2rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.8rem; line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.23rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical; overflow:hidden;}
  
  
  
/*资料下载*/
.download_li{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: .2rem;}
.download_con{width: 100%; margin-bottom:.25rem; height:auto; line-height: 72px; padding-left:10px; color: #333; font-size: 16px; background: #f8f8f8; position: relative ; 
overflow:hidden}
.download_con .fujian_a{ font-size: 16px; line-height: 72px; color:#333; width:72%; height:72px; text-overflow:ellipsis; overflow:hidden;  white-space:nowrap; float:left;}
.download_con p a{ display: block; height: 32px; line-height: 32px; width:70px; position: absolute; right: 20px; top: 20px; background: #045fbd; color: #fff; text-align: center; border-radius: 5px;}
.ny_info{width:100%; height:auto; overflow:hidden; margin:40px 0;}

  
  /*内页荣誉资质*/
.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:#045fbd; 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:#045fbd;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%;}

.ny_three_nav{height: auto; width: 100%; overflow: hidden; margin-top:.3rem}
.ny_three_nav li{width:32.6%; height:.6rem; float: left; text-align: center; line-height:.6rem; font-size:.26rem; color: #045fbd; margin-right:1%; margin-bottom:.15rem; 
border:1px solid #eee}
.ny_three_nav li a{ font-size:.26rem; color: #045fbd; width:100%; height:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_three_nav li:nth-child(3n){margin-right:0}
.ny_three_nav li:hover,.ny_three_nav li.active{background: #045fbd;}
.ny_three_nav li:hover a,.ny_three_nav li.active a{color:#fff;}


  
/*联系我们*/
.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_links{width:100%; height: auto;background: #f5f6fa; padding:.3rem 0; overflow: hidden}
.index_links_left{width:98px; height:74px; background: url(../images/links.png) no-repeat center; background-size: cover; padding:8px 22px 8px 8px; float: left}
.index_links_left p{color:#1057d3; font-size: .28rem; height: .5rem}
.index_links_left p span{color:#1057d3; font-size:.28rem; text-align: center; float: left; width: 50%; line-height: .5rem;}
.index_links_left p:nth-child(1){border-bottom: 1px solid rgba(0,78,162,0.2);}
.index_links_left p span:nth-child(1){border-right: 1px solid rgba(0,78,162,0.2);}
.index_links_xx{margin-left:112px; padding-top: 10px;}
.index_links_xx a{color:#333333; font-size: .26rem; float:left; line-height:.4rem; margin-right:.2rem; margin-bottom: .2rem}
.index_vip ul li:hover p{color:#004ea2}
.index_links_xx a:hover{color:#004ea2}



/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:1.1rem;width: 100%; background: #004ea2 }
footer ul{width:100%; height:100%;}
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: #3c3c3c;  padding-top:.2rem }
footer span{line-height:.3rem; font-size: .2rem; width: 100%; display: block; color: #fff; margin-top: .1rem }
footer i{height:.4rem; display: block; margin:0 auto 0;  }
footer i img{height: 100%}
.f_tel{width:40%; background: #2c69fa}
.f_tel a{text-align: left; padding-left: .2rem;}
.f_tel span{line-height: .3rem;}
.f_tel span b{font-weight:bold; font-size:.28rem;}
footer li a.active{background: #ec732e}
.copy {width: 100%; line-height: .3rem; clear: both; font-size: .26rem; margin-top: .5rem; text-align: center; margin: .4rem 0}
.copy p{color:#777777;line-height:.4rem; font-size:.26rem}
.copy a{color:#777777;line-height:.4rem; font-size:.26rem; display: block}
.f_top{width:.8rem; position:fixed; bottom:15%; right:0}
.f_top img{width:100%; display: block}
.footer_img{width:100%; height: auto; overflow: hidden}
.footer_img img{width:100%; display: block}




@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;}

}
