﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#f7f8fc;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#6b6b6b;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.homebg{
	background:#f7f8fc url("../images/homebg.jpg") no-repeat top center;
	background-size:100% auto;
}

.ba_top{
	height: 2.3rem;
	clear: both;
}
.banner{
	width: 6.9rem;
	margin:0 auto;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide a{
	display: block;
	position: relative;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height: 4.43rem;/*height:auto;*/
	border-radius: 0.1rem;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#fff;
	border-radius:4px;
}
.banner .swiper-pagination-bullet-active{
	background:#4e68df;
	width: 20px;
}
.banner .name{
	height: 1.5rem;
	line-height: 1.5rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size:0.3rem;
	box-sizing:border-box;
	/*padding-left:0.3rem;*/
	color:#fff;
    text-align:center;
}
.banner .nm{
	display:inline-block;
	max-width:98%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_navs{
	padding:0.4rem 0.3rem;
	display:flex;
	justify-content: space-between;
}
.h_navs a{
	display: block;
	width: 3.3rem;
	height: 1.7rem;
}
.h_navs img{
	display: block;
	width: 3.3rem;
	height: 1.7rem;
}
.h_yz{
	width: 6.9rem;
	height: 2.4rem;
	margin:0 auto 0.5rem auto;
	position: relative;
	background:url("../images/h_yz.png") no-repeat center center;
	background-size:100% 100%;
}
.h_yz .name{
	height: 1.2rem;
	line-height: 1.2rem;
	position: absolute;
	left: 1.9rem;
	top: 0;
	font-size:0.3rem;
	color:#005cd5;
	font-weight:bold;
}
.h_yz .links{
	right: 0.24rem;
	bottom: -0.36rem;
	position: absolute;
}
.h_yz .links a{
	display: block;
	width: 1.45rem;
	height: 1.55rem;
	background:#fff;
	box-shadow:0 0 0.2rem rgba(150,180,250,0.3);
	float: left;
	margin-left:0.2rem;
	box-sizing:border-box;
	padding-top:0.9rem;
	text-align: center;
	position: relative;
	line-height: 0.5rem;
	font-size:0.24rem;
	border-radius: 0.15rem;
}
.h_yz .links img{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 0.25rem;
	left: 50%;
	margin-left:-0.3rem;
}
.footer{
	height: 1.4rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background:#fff;
	box-shadow:0 0 0.1rem rgba(0,0,0,0.2);
}
.footer a{
	display: block;
	width: 25%;
	height: 1.4rem;
	float: left;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.2rem;
	line-height: 0.6rem;
	font-size:0.26rem;
}
.footer .ico{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% 200%;
}
.footer .ico1{
	background-image:url("../images/ft1.png");
}
.footer .ico2{
	background-image:url("../images/ft2.png");
}
.footer .ico3{
	background-image:url("../images/ft3.png");
}
.footer .ico4{
	background-image:url("../images/ft4.png");
}
.footer .hover .ico{
	background-position:bottom center;
}
.footer .hover{
	color:#0429ad;
}
.footer_zw{
	height: 1.4rem;
}

/*hm 首页*/

.graybg{
	background:#f3f3f3;
}
.hm_nav{
	text-align: center;
	height: 1.7rem;
	padding:0 0.2rem;
}
.hm_nav a{
	display: block;
	width: 25%;
	float: left;
	height: 1.7rem;
	padding-top:0.28rem;
	box-sizing:border-box;
	line-height: 0.6rem;
}
.hm_nav img{
	display: block;
	height: 0.66rem;
	margin:0 auto;
}

.hm_floor{
	width: 6.9rem;
	margin:0 auto 0.25rem auto;
	background:#fff;
	padding-left:0.2rem;
}
.hm_floor .head{
	height: 1.3rem;
	clear: both;
	padding-right:0.2rem;
}
.hm_floor .btn{
	float: left;
	width: 1.6rem;
	height: 0.9rem;
	box-sizing:border-box;
	line-height: 0.9rem;
	text-align: center;
	font-size:0.32rem;
	color:#666;
}
.hm_floor .hover{
	color:#e50011;
	border-bottom:0.04rem solid #b19870;
}
.hm_floor .more{
	display: block;
	width: 1.65rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	background:#f3f3f3;
	border-radius:0.23rem;
	float: right;
	font-size:0.26rem;
	color:#666;
	margin-top:0.37rem;
}
.txt_news{
	display: block;
	margin-bottom:0.2rem;
	padding-bottom:0.2rem;
	border-bottom:1px solid #e5e5e5;
}
.txt_news:last-child{
	border:0;
}
.txt_news .name{
	line-height: 0.46rem;
	font-size:0.32rem;
	max-height: 0.92rem;
	color:#333;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.txt_news .tip{
	line-height: 0.36rem;
	max-height: 0.72rem;
	font-size:0.26rem;
	color:#999;
	margin-top:0.1rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.hm_floor .con{
	display: none;
}
.hm_floor .show{
	display: block;
}
.pe_item{
	display: block;
	width: 3.22rem;
	height: 3.42rem;
	float: left;
	margin-right:0.26rem;
}
.pe_item:nth-child(even){
	margin-right:0;
}
.pe_item .photo{
	width: 3.22rem;
	height: 2.14rem;
	position: relative;
	overflow: hidden;
	border-radius:0.14rem;
}
.pe_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.pe_item .name{
	margin:0.16rem;
	line-height: 0.4rem;
	height: 0.8rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

.ne_item{
	display: block;
	height: 1.62rem;
	padding-bottom:0.24rem;
	margin-bottom:0.24rem;
	border-bottom:1px solid #d7d7d7;
}
.ne_item:last-child{
	border:0;
}
.ne_item .photo{
	float: left;
	display: block;
	/*width: 2.25rem;
	height: 1.45rem;*/
    width:2.52rem;
	height:1.62rem;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
	margin-right:0.25rem;
}
.ne_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.ne_item .inf{		
	padding-right:0.2rem;
}
.ne_item .name{
	height: 0.84rem;
	line-height: 0.42rem;
	font-size:0.32rem;
	color:#333;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
    margin-top: 0.07rem;
}
.ne_item .date{
	/*height: 0.56rem;
	line-height: 0.56rem;*/
	text-align:right;
	color:#999;
	font-size:0.24rem;
	margin-top:0.2rem;
}

/*hm 首页*/

/*lm*/

.gray20{
	height: 0.2rem;
	clear: both;
	background:#f3f3f3;
}

.cm_handle{
	height: 0.94rem;
	line-height: 0.94rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background:#fff;
	border-bottom:1px solid #ccc;
	display:flex;
	justify-content:space-around;
	font-size:0.32rem;
	z-index: 100;
}
.cm_handle img{
	width: 100%;
	height:auto;
}
.cm_handle .wsp_1{
	width: 50%;
	text-align:center;
}
.cm_handle .wsp_2{
	width: 50%;
	text-align:left;
	padding-left:10%;
	background: url(../images/tab_down.png) no-repeat 2.6rem center;
    background-size: auto 20%;
}
.cm_handle .wsp_2 ul {
    line-height: 28px;
    padding: 10px;
    display: none;
}
.cm_handle2{
	width: 7.5rem;
	display:block;
	overflow-y:hidden;
	height: 0.94rem;
}
.cm_handle2 .btn{
	float: left;
	margin:0 0 0 0.3rem;
}
.cm_handle2 .s_wrap{
	padding-right:0.3rem;
}
.cm_handle .btn{
	display:inline-block;
	height: 0.94rem;
	position: relative;
	color:#666;
}
.cm_handle .hover{
	color:#0429ad;
}
.cm_handle i{
	display: block;
	width: 0.7rem;
	height: 0.06rem;
	position: absolute;
	left: 50%;
	bottom:-1px;
	margin-left:-0.35rem;
}
.cm_handle .hover i{
	background:#b19870;
}
.cm_zw{
	height: 0.94rem;
	clear: both;
	padding-bottom:1px;
}
.cm_con{
	display: none;
}
.show{
	display: block;
}
.lm{
	padding:0.3rem 0.4rem 0 0.4rem;
}
.loadmore{
	display: block;
	height: 0.7rem;
	width: 100%;
	clear: both;
	background:url("../images/loadmore.png") no-repeat center center;
	background-size:auto 0.7rem;
}

.load_more{
	display: block;
	width: 100%;
	height:auto;
	clear: both;
}
.load_more img{
	display: block;
	width: 100%;
	height:auto;
}
/*lm*/

/*news*/

.news_wp{
	width: 6.9rem;
	margin:0 auto;
}

.news_search{
	height: 0.8rem;
	margin-bottom:0.3rem;
	background:#f5f5f5;
}
.news_search .text{
	float: left;
	width: 5.6rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border:0;
	background:none;
	text-indent:0.24rem;
}
.news_search .sub{
	float: right;
	width: 0.8rem;
	height: 0.8rem;
	background:url("../images/news_sub.png") no-repeat center center;
	background-size:100% 100%;
}

/*news*/

/*view*/

.vi_header{
	padding:0.18rem 0.3rem 0 0.3rem;
}
.vi_header .t1{
	line-height: 0.6rem;
	font-size:0.45rem;
	color:#000;
}
.vi_header .date{
	height: 0.6rem;
	line-height: 0.6rem;
	color:#999;
	font-size:0.28rem;
}

.vi_article{
	padding:0.3rem;
	line-height: 1.8;
	font-size:0.32rem;
}
.vi_article img{
	display: block;
	width: 100%;
	height:auto;
	padding-bottom:0.15rem;
}

/*view*/

.h1_header{
	text-align: center;
	height: 1.35rem;
	line-height: 1.35rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#005bd4;
}
.h1_header .sin{
	display: inline-block;
	padding-left:0.5rem;
	background:url("../images/h1_header.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.h1_floor{
	display: block;
	width: 6.9rem;
	height: 2.92rem;
	margin:0 auto 0.92rem auto;
	position: relative;
}
.h1_floor .bg{
	display: block;
	width: 6.9rem;
	height: 2.92rem;
}
.h1_floor .tit{
	position: absolute;
	left: 0.45rem;
	top: 0.4rem;
	z-index: 10;
	color:#fff;
	font-size:0.3rem;
	line-height: 0.4rem;
	font-weight: bold;
}
.h1_floor .wp1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 1.5rem;
	box-sizing:border-box;
	padding:0 0.27rem;
	justify-content: space-between;
}
.h1_floor .item1{
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	line-height: 0.7rem;
	background:#fff;
	font-size:0.28rem;
	color:#333;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.2rem;
	box-shadow:0 0 0.15rem rgba(0,90,210,0.1);
	float: left;
	margin:0 0.10rem;
}
.h1_floor .item1 img{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	margin:0 auto;
}
.h1_floor .wp2{
	width: 6.4rem;
	position: absolute;
	left: 0.25rem;
	top: 1.6rem;
	box-sizing:border-box;	
	height: 1.8rem;
	overflow-y:hidden;
	overflow-x:auto;
}
.h1_floor .item2{
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 0.7rem;
	background:#fff;
	font-size:0.28rem;
	color:#333;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.15rem;
	box-shadow:0 0 0.15rem rgba(0,90,210,0.1);
	float: left;
	margin:0.1rem;
}
.h1_floor .item2 img{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin:0 auto;
}


.h1_floor3{
	display: block;
	width: 6.9rem;
	height: 2.92rem;
	margin:0 auto 0.52rem auto;
	position: relative;
}
.h1_floor3 .bg{
	display: block;
	width: 6.9rem;
	height: 2.92rem;
}
.h1_floor3 .tit{
	position: absolute;
	left: 0.45rem;
	top: 0.4rem;
	z-index: 10;
	color:#fff;
	font-size:0.3rem;
	line-height: 0.4rem;
	font-weight: bold;
}
.h1_floor3 .wp1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 1.5rem;
	box-sizing:border-box;
	padding:0 0.27rem;
	justify-content: space-between;
}
.h1_floor3 .item1{
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	line-height: 0.7rem;
	background:#fff;
	font-size:0.28rem;
	color:#333;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.2rem;
	box-shadow:0 0 0.15rem rgba(0,90,210,0.1);
	float: left;
	margin:0 0.10rem;
}
.h1_floor3 .item1 img{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	margin:0 auto;
}
.h1_floor3 .wp2{
	width: 6.4rem;
	position: absolute;
	left: 0.25rem;
	top: 1.6rem;
	box-sizing:border-box;	
	height: 1.8rem;
	overflow-y:hidden;
	overflow-x:auto;
}
.h1_floor3 .item2{
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 0.7rem;
	background:#fff;
	font-size:0.28rem;
	color:#333;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.15rem;
	box-shadow:0 0 0.15rem rgba(0,90,210,0.1);
	float: left;
	margin:0.1rem;
}
.h1_floor3 .item2 img{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin:0 auto;
}

.h1_floor3 .wp3{
	width: 100%;
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	box-sizing:border-box;
	padding:0 0.27rem;
	justify-content: space-between;
}


/*悬浮*/
.wspds img{
    z-index: 100;
    position: fixed;
    right: 4%;
    top: 62%;
    width: 1rem;
    height: auto;
    /*background: url(images/wspds.png) 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.wsptitle{
    margin-bottom:10px;
}
.wsptitle img
{
    width:100%;
}