@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{
	display: block;
	font-size: .28rem;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
	min-width: 320px;
	max-width: 750px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	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;
}
.clear::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
.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;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.fs12{
	font-size: .12rem;
}
.fs14{
	font-size: .14rem;
}
.fs16{
	font-size: .16rem;
}
.fs18{
	font-size: .18rem;
}
.fs20{
	font-size: .20rem;
}
.fs22{
	font-size: .22rem;
}
.fs24{
	font-size: .24rem;
}
.fs26{
	font-size: .26rem;
}
.fs28{
	font-size: .28rem;
}
.fs30{
	font-size: .30rem;
}
.fs32{
	font-size: .32rem;
}
.fs36{
	font-size: .36rem;
}
.fs38{
	font-size: .38rem;
}
.fs40{
	font-size: .40rem;
}
.fs42{
	font-size: .42rem;
}
.fs46{
	font-size: .46rem;
}
.fs48{
	font-size: .48rem;
}
.font-w{
	font-weight: bold;
}
.c-fff{
	color: #fff;
}
.c-000{
	color: #000;
}
.c-1a{
	color: #1a1a1a1;
}
.c-21{
	color: #212121;
}
.c-333{
	color: #333;
}
.c-444{
	color: #444;
}
.c-666{
	color: #666;
}
.c-80{
	color: #808080;
}
.c-888{
	color: #888;
}
.c-999{
	color: #999;
}
.c-e6{
	color: #e6e6e6;
}
.c-main{
	color: #3DACF9;
}
.c-f54{
	color: #F54042;
}
.bg-main{
	background-color:#3DACF9;
}
.bg-fff{
	background-color:#fff;
}
.bg-f6{
	background-color:#f6f6f6;
}
.bg-f5{
	background-color:#f5f5f5;
}
.bg-000{
	background-color:#000;
}
.bg-eee{
	background-color:#eee;
}
.border-r4{
	border-radius: .04rem;
}
.border-r6{
	border-radius: .06rem;
}
.border-r8{
	border-radius: .08rem;
}
.border-r10{
	border-radius: .1rem;
}
.border-r12{
	border-radius: .12rem;
}
.border-r16{
	border-radius: .16rem;
}
.border-r18{
	border-radius: .18rem;
}
.padding-left8{
	padding-left: .08rem;
}
.padding-left12{
	padding-left: .12rem;
}
.padding-left16{
	padding-left: .16rem;
}
.padding-left18{
	padding-left: .18rem;
}
.padding-left20{
	padding-left: .2rem;
}
.padding-left24{
	padding-left: .24rem;
}
.padding-left28{
	padding-left: .28rem;
}
.padding-left30{
	padding-left: .32rem;
}

.padding-right8{
	padding-right: .08rem;
}
.padding-right12{
	padding-right: .12rem;
}
.padding-right16{
	padding-right: .16rem;
}
.padding-right18{
	padding-right: .18rem;
}
.padding-right20{
	padding-right: .2rem;
}
.padding-right24{
	padding-right: .24rem;
}

.padding-top8{
	padding-top: .08rem;
}
.padding-top12{
	padding-top: .12rem;
}
.padding-top16{
	padding-top: .16rem;
}
.padding-top18{
	padding-top: .18rem;
}
.padding-top20{
	padding-top: .2rem;
}
.padding-top24{
	padding-top: .24rem;
}

.padding-bottom8{
	padding-bottom: .08rem;
}
.padding-bottom12{
	padding-bottom: .12rem;
}
.padding-bottom16{
	padding-bottom: .16rem;
}
.padding-bottom18{
	padding-bottom: .18rem;
}
.padding-bottom20{
	padding-bottom: .2rem;
}
.padding-bottom24{
	padding-bottom: .24rem;
}

.margin-top186{
	margin-top: 1.86rem !important;
}

/*滑动加载更多*/
.jiazai{
	display: flex;
	width: 100%;
	height: 1rem;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
	color: #999;
}
/*弹窗背景*/
.tc{
	display: none;
	width: 100%;
	height: 100%;
	max-width: 750px;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}
/*技术支持*/
.jishu_zhichi{
	display: flex;
	width: 100%;
	max-width: 750px;
	height: 1rem;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: .98rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	font-size: .28rem;
	color: #999;
}

/*公共样式*/
/*头部*/
.new_headder{
	width: 100%;
	max-width: 750px;
	height: .98rem;
	padding: 0 .3rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9997;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.4);
	box-sizing: border-box;
}
.new_logo,
.new_logo a{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
}
.new_logo a img{
	height: .55rem;
	width: auto;
}
.new_xiala{
	display: flex;
	height: .42rem;
	width: .42rem;
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
}
/*底部*/
.new_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 750px;
	height: .98rem;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9997;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.4);
}
.new_footer a{
	display: flex;
	flex-wrap: wrap;
	width: 20%;
	height: 100%;
	text-align: center;
	color: #999;
	align-items: center;
	justify-content: center;
	padding: .08rem 0 .04rem;
}
.new_foot p{
	font-size: .24rem;
	color: #999999;
	line-height: .3rem;
	width: 100%;
}
.new_foot.active p{
	color: #ff3318 !important;
	
}

.new_foot span{
	display: flex;
	justify-content: center;
	justify-content: center;
	width: .4rem;
	height: .4rem;
	overflow: hidden;
}
.new_foot span img{
	max-width: 100%;
	max-height: 100%;
}
.new_foot span img:nth-child(2){
	display: none;
}
.new_foot.active img:nth-child(1){
	display: none;
}
.new_foot.active img:last-child{
	display: block;
}

/*测导航*/
.new_ce_nav{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-width: 750px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9998;
	overflow: hidden;
	display: none;
}
.new_ce_bg{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-width: 750px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	overflow: hidden;
	display: none;
}
.new_nav{
	display: inline-block;
	float: right;
	width: 40%;
	height: 100%;
	background: #fff;
	z-index: 99999;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%);
}
.new_nav_in{
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
}


.new_nav_ul>li>p{
	height: .98rem;
	display: block;
	text-align: center;
	width: 100%;
	background: #ff3318;
	color: #fff;
	line-height: .98rem;
	font-size: .32rem;
}
.new_nav_ul>li>a{
	height: .98rem;
	display: block;
	text-align: center;
	width: 100%;
	color: #ff3318;
	line-height: .98rem;
	font-size: .28rem;
	
}
.new_nav_ul>li{
	border-bottom: .01rem solid #e6e6e6;
}
.new_er_ul{
	display: none;
}
.new_er_ul li a{
	display: flex;
	height: 1rem;
	align-items: center;
	justify-content: center;
	font-size: .28rem;
	border-top: 1px solid #e6e6e6;
	color: #0b4479;
	background: #f5f5f5;
}
section{
	/* padding: .98rem 0 .98rem !important; */
}



.xiaochengxu{
	position: fixed;
	right: .26rem;
	top: 60%;
	width: .88rem;
	height: .88rem;
	border-radius: 100%;
	background: rgba(255, 51, 24, 0.7);
	z-index: 97;
}
.xiaochengxu img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

::-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;
	}
	.zhiding{
		right: 50%;
		transform: translateX(3.6rem);
		top: auto;
		bottom: 12%;
	}
}


































