* {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

html,
body {
	font-style: normal;
	font-weight: normal;
	font-family: Microsoft YaHei;
	font-style: normal;
	width: 100%;
	background: #F9F9F9;
}

img {
	border: none;
}

ul,
li,
ol {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}


input {
	border: 0px;
	outline: none;
}

/*清除浮动*/
.clearfix {
	clear: both;
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.one_line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.two_line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.banxin_div {
	max-width: 640px;
	margin: 0 auto;
}

/* 加载更多 */
.more_a {
	display: inline-block;
	width: 1.37rem;
	height: .3rem;
	background: url(../images/more_icon.png) no-repeat center / 100% 100%;
	text-align: center;
	line-height: .3rem;
	margin: .17rem auto 0;
}
.more_a a {
	font-size: .11rem;
	color: #FFFFFF;
}


/* 头部 */
.head_div {
	width: 100%;
	height: .44rem;
	background: #fff;
	padding: 0 0.18rem 0 0.13rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head_left {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 0.14rem;
}

.head_left img {
	width: 0.11rem;
	height: 0.06rem;
	margin-left: 0.04rem;
}

.head_left .one_line {
	width: 0.50rem;
	line-height: 0.2rem;
	text-align: center;
}

.head_cen {
	width: 2.6rem;
	height: 0.3rem;
	border-radius: 0.20rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head_cen .inp_div {
	height: 100%;
	width: calc(100% - 0.52rem);
	display: flex;
	align-items: center;
	padding-left: 0.14rem;
	border: 0.01rem solid #2B7EFE;
	border-right: none;
	border-radius: 0.2rem 0 0 0.2rem;
}

.head_cen .inp_div img {
	width: 0.1rem;
	height: 0.1rem;
}

.head_cen .inp_div input {
	font-size: 0.1rem;
	color: #333;
	width: calc(100% - 0.1rem);
	padding-left: 0.06rem;
}

.head_cen .sea_btn {
	width: 0.52rem;
	height: 100%;
	text-align: center;
	line-height: .28rem;
	color: #FFFFFF;
	font-size: 0.11rem;
	background-color: #2B7EFE;
}

.head_back {
	width: 100%;
	height: .44rem;
	display: flex;
	align-items: center;
	padding-left: .15rem;
	color: #333333;
	font-size: .15rem;
	font-weight: bold;
	background: #fff;
}
.head_back img {
	width: .07rem;
	height: .13rem;
	margin-right: .09rem;
}

.nav_div {
	width: 100%;
	height: 0.44rem;
}
.nav_div .swiper-slide {
	width: auto !important; 
}
.nav_div a {
	float: left;
	line-height: 0.44rem;
	padding: 0 0.18rem;
	color: #595959;
	font-size: 0.16rem;
}

.nav_div a.active {
	color: #2B7EFE;
}



/* foot */
.foot_div {
	padding-bottom: 1rem;
}
.foot_three {
	display: flex;
	padding: 0 0.3rem;
}
.foot_logo {
	width: 0.96rem;
	height: 0.96rem;
	background-color: #fff;
	text-align: center;
	font-size: initial;
}
.foot_logo img {
	width: 0.82rem;
	height: 0.68rem;
	margin: 0.14rem auto 0;
}
.foot_ewm {
	width: 0.96rem;
	color: #000000;
	font-size: 0.13rem;
	text-align: center;
}
.foot_ewm img {
	width: 0.96rem;
	height: 0.96rem;
	margin-bottom: 0.02rem;
}
.foot_four {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .13rem;
	margin: 0.2rem 0 0.26rem;
}
.foot_f_item {
	display: flex;
	align-items: center;
	font-size: 0.13rem;
	color: #000000;
}
.foot_f_item img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.06rem;
}
.foot_txt {
	color: #666666;
	font-size: 0.1rem;
	padding: 0 .1rem;
	text-align: center;
	line-height: 0.18rem;
}

.fiexd_two {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.6rem;
	z-index: 9;
	display: flex;
	background: #fff;
}
.fiexd_two a {
	display: inline-block;
	width: 50%;
	height: 100%;
}
.fiexd_two_one {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
	color: #2B7EFE;
}
.fiexd_two_one div {
	margin-left: .13rem;
	
}
.fiexd_two_one h3 {
	font-size: 0.15rem;
	line-height: 0.2rem;
}
.fiexd_two_one  p {
	font-size: .1rem;
	margin-top: 0.03rem;
	line-height: .1rem;
}




.page_two {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.1rem 0;
}
.page_two .page_one {
	width: calc((100% - 0.2rem) / 2);
	height: 0.38rem;
	border: 1px solid #ccc;
}
.page_two .page_one a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 0.36rem;
	text-align: center;
	font-size: 0.16rem;
	color: #333;
}