html, body {
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #333;
}

header, section, footer, article, nav {
	display: block;
}

a,img {
	border: 0;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
/* a:hover {
	color: inherit;
	text-decoration: none;
} */

ul,li,h1,h2,h3,h4,h5,h6,p {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight: normal;
}



form,select,textarea,input {
	margin: 0px;
	padding: 0px;
	outline: medium;
	border: 0;
	border-radius: 0;
	background: none;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
 /* Firefox */
	-webkit-appearance: none;
 /* Safari 和 Chrome */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
}


i,em {
	font-style: normal;
}

/*清除浮动*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ellipse {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.flex-center {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	
}

ul,li{padding:0px; margin:0px; list-style:none;}
ul li a:hover{ color:#24998d;}
div a:hover{ color:#24998d;}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { background: none;:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }


input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #777777;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #777777;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #777777;}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #777777;}


/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*LAYOUT*/
.pc-block { display: block;}
.mb-block { display: none;}
.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}
