@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	-webkit-text-size-adjust: none;
}
em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
body {
	font-size: .28rem;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
form {
	display: inline-block;
}
ul,
ol {
	list-style: none;
}
a {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
/*去掉右下角斜线*/
textarea {
	resize: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28rem;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
}
/*公共样式*/
/*头部*/
header{
	width: 100%;
	max-width: 750px;
	height: 1.02rem;
	padding: 0 .3rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3999;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
header.active{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
header>p{
	font-size: .34rem;
	color: #000000;
	display: flex;
	height: 100%;
	align-items: center;
	width: auto;
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
}
.logo{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
}
.logo img{
	display: block;
	height: 0.56rem;
	width: auto;
}
.xiala{
	display: flex;
	position: absolute;
	right: .28rem;
	top: 50%;
	transform: translateY(-50%);
	height: .58rem;
	width: .6rem;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.xiala img{
	display: block;
	width: .42rem;
	height: auto;
}
.head-search{
	display: flex;
	width: .7rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 1.1rem;
	align-items: center;
	justify-content: center;
}
.head-search img{
	width: .4rem;
	height: auto;
}
/*搜索框*/
.search{
	display: none;
	width: 100%;
	max-width: 750px;
	height: 1.02rem;
	background: #fff;
	position: fixed;
	top: 1.02rem;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	z-index: 1999;
	padding: 0 .24rem;
	border-top: 1px solid #f0f0f0;
}
.search>div{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.search input{
	display: block;
	width: 5rem;
	border: 1px solid #e8e8e8;
	border-radius: .08rem;
	height: .68rem;
	padding: 0 .24rem;
	font-size: .28rem;
	color: #333;
}
.search button{
	display: flex;
	width: 1.6rem;
	height: .64rem;
	font-size: .24rem;
	border: none;
	background: #2675c0;
	color: #fff;
	border-radius: .08rem;
	align-items: center;
	justify-content: center;
}
.search button img{
	filter:brightness(100);
	height: .24rem;
	width: auto;
	margin-right: .12rem;
	display: block;
}
/*测导航*/
.ce-nav{
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 750px;
	transform: translateX(-50%);
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 199;
	overflow: hidden;
	display: none;
}
.menu{
	position: fixed;
	top: 1.02rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 100%;
	max-width: 750px;
	height: calc(100% - 1rem);
	z-index: 2999;
}
.menu>span{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 399;
	width: 100%;
	height: 100%;
}
.nav{
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	z-index: 1999;
	overflow: auto;
	position: fixed;
	top: 0rem;
	left: 50%;
	max-width: 750px;
	transform: translateX(-50%);
	border-top: .01rem solid #dfe6ea;
}
.nav-in{
	background: #f8f8f8;
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}
.nav-ul>li>a{
	height: 1rem;
	display: block;
	width: 100%;
	color: #000000;
	line-height: 1rem;
	font-size: .30rem;
	padding: 0 .46rem 0 .32rem;
	position: relative;
}
.nav-ul>li>a span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: .28rem;
	height: .28rem;
	position: absolute;
	right: .46rem;
	top: 50%;
	transform: translateY(-50%);
}
.nav-ul>li{
	border-bottom: .01rem solid #dfe6ea;
}
.er-ul{
	display: none;
}
.er-ul li a{
	display: flex;
	height: 1rem;
	align-items: center;
	font-size: .30rem;
	border-top: 1px solid #dfe6ea;
	color: #505050;
	background: #f8f8f8;
	padding: 0 .46rem 0 .32rem;
	position: relative;
}
.er-ul li a span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: .28rem;
	height: .28rem;
	position: absolute;
	right: .46rem;
	top: 50%;
	transform: translateY(-50%);
}

.nav-login{
	display: flex;
	width: 100%;
	height: 1rem;
	align-items: center;
	background-color: #fff;
	position: fixed;
	top: 0rem;
	left: 0;
	z-index: 499;
	overflow: hidden;
	padding: 0 .32rem;
	border-top: 1px solid #dfe6ea;
}
.nav-login>div{
	display: flex;
	width: 60%;
	align-items: center;
	padding: .18rem 0;
	height: 100%;
	font-size: .3rem;
	color: #000000;
}
.nav-login>div:last-child{
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	justify-content: flex-end;
	font-size: .3rem;
	color: #2675c0;
	padding: .18rem .46rem;
	cursor: pointer;
}
.nav-login>div>span{
	display: block;
	width: .58rem;
	height: .58rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: .14rem;
}
.nav-login>div>img{
	display: block;
	height: .28rem;
	width: auto;
	margin-right: .12rem;
}

/*banner图*/
.banner{
	width: 100%;
	height: auto;
	max-height: 3.92rem;
}

.section{
	padding: 1.02rem 0 0;
}

/*置顶*/
.zhiding{
	position: fixed;
	right: .26rem;
	top: 85%;
	width: .7rem;
	height: .7rem;
	border-radius: 100%;
	/*background: ;*/
	opacity: .8;
	z-index: 97;
	background:#c52725 url(../images/zhiding.png) no-repeat center;
	background-size: 90% auto;
}
/*首页banner轮播图*/
.index-banner{
	height: 3.92rem;
	width: 100%;
}
.index-banner .swiper-pagination-bullet {
	height: .15rem;
	width: .15rem;	
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	margin: 0 .14rem !important;
	opacity: 0.6;
	position: relative;
}
.index-banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff !important;
}
.index-banner .swiper-pagination-bullet-active::after{
	content: "";
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	border: 1px solid #fff;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index-banner .swiper-pagination{
	position: absolute;
	bottom: .2rem !important;
}

.zhiding img{
	display: none;
}
.jianxi{
	display: block;
	height: .2rem;
	background: #f4f4f4;
}
.jianxi1{
	display: block;
	height: .26rem;
	background: #f6f6f6;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.jiazai{
	display: flex;
	width: 100%;
	height: .8rem;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
	color: #999999;
}
.jiazai img{
	width: .24rem;
	height: .24rem;
	margin-right: .12rem;
	margin-top: .04rem;
}
footer{
	display: block;
	text-align: center;
	background: #313131;
	padding: .34rem .1rem;
	font-size: .22rem;
	color: #7d7d7d;
	line-height: .42rem;
}
footer a{
	color: #9c9c9c;
}



::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
/*公共样式*/
@media screen and (min-width:750px){
	html,body{
		font-size: 100px !important;
		margin: 0 auto;
		max-width: 750px;
	}
}


