﻿*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "微软雅黑";
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.pf{
	position: fixed;
}
html{
	max-width: 720px;
	margin: 0 auto;
	font-size: 30.77px;
}
@media screen and (max-width: 667px) {
	html{
		font-size: 28.5px;
	}
}
@media screen and (max-width: 640px) {
	html{
		font-size: 27.35px;
	}
}
@media screen and (max-width: 568px) {
	html{
		font-size: 24.27px;
	}
}
@media screen and (max-width: 414px) {
	html{
		font-size: 17.68px;
	}
}
@media screen and (max-width: 412px) {
	html{
		font-size: 17.59px;
	}
}
@media screen and (max-width: 375px) {
	html{
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	html{
		font-size: 15.36px;
	}	
}
@media screen and (max-width: 320px) {
	html{
		font-size: 13.64px;
	}
}
.New18{
			font-size: 0.9rem;
			background: #ff8500;
			color: #fff;
			height: 2rem;
			padding: 0.22rem;
			line-height: 1.5rem;
			box-sizing: border-box;
}
.New18 a{
			color:#fff
}
.fixednav{
	position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
}
.search-top {
	z-index: 99;
	margin: auto;
	padding: 0 0.26rem 0 0.2rem;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 750px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	background:#fff;
	font-size: 0.46rem;
}
.index-section4{
	width: 100%;
	height: auto;
	/*margin-top: 1rem;*/
	padding-top: 1rem;
	background: #fff;
}
.index-section4 .index-section4-mes{
	width: 94%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	/*justify-content: space-between;*/
	border: 1px solid #E3E3E3;
}
.index-section4-mes > img{
	width: 32%;
	height: 100%;
}
.index-section4-mes .mes-right{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.index-section4-mes:nth-of-type(1){
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.index-section4-mes .mes-right div{
	width: 48%;
	height: 2.4rem;
	float: left;
	font-size: 0.8rem;
	color: #363635;
	display: flex;
	align-items: center;
	padding-left: 2%;
}
.index-section4-mes .mes-right div img{
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .5rem
}
.mes-right-lastdiv{
	width: 100% !important;
}
.index-section .sec-title {

    font-size: 18px;
    color: #333;
    text-align: center;
    width: 100%;

}
.index-section .sec-sub {

    font-size: 16px;
    color: #999;
    text-align: center;
    width: 90%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: .6rem;

}