/* ========== */
/* = 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;
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* 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;
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size: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: #999999;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #999999;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #999999;}


/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*LAYOUT*/
.pc-block { display: block;}
.mb-block { display: none;}
.w1200{
	width: 100%;
	max-width: 1340px;
	padding: 0 70px;
	margin: 0 auto;
}
.w1600{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.w-mobile{
	max-width: 999px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0.32rem;
}
.w1440{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1400px) {
	.w1440{padding: 0 0.4rem;}
}
@media (max-width: 1600px) {
	.w1600{ padding: 0 0.4rem;}
}
@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}
	.w1200{ padding: 0 0.4rem;}
	.header{display: none;}
	.footer{display: none;}
	.copyright{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;
}
.b-shadow{
	-o-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-ms-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-moz-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-webkit-box-shadow:0 0 30px rgba(229,229,229,.5); 
	box-shadow:0 0 30px rgba(229,229,229,.5); 
}

/*LAYOUT*/
.inner-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width:1220px) {
	.inner-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* ===== */
/* HEADER */
/* ===== */
/*.page-wrap{
	position: relative;
}*/
/*.header{
	background: rgba(0,0,0,0.1);
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header .logo{
	float: left;
	margin-left: 26px;
	height: 87px;
	display: flex;
	align-items: center;
}
.header .nav{
	float: right;
	width: 46.25%;
}
.header .nav>ul{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-around;
}
.header .nav>ul li{
	width: 15%;
}
.header .nav>ul li a{
	display: inline-block;
	line-height: 87px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.header .nav>ul li a.active{
	background: url(../images/home/navli-bg_03.png)no-repeat bottom center;
}*/
/* ===== */
/* FOOTER */
/* ===== */
/*.footer{
	width: 100%;
	background: #333;
	padding: 39px 0 60px;
}
.footer .link{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 60px;
	color: #7f7f7f;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
}
.footer .link a{
	font-size: 16px;
	color: #7f7f7f;
	margin-right: 13px;
}
.footer .link a:hover{
	color: #ccc;
}
.footer .link .left span{
	margin-right: 12px;
}
.footer-all{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.footer-all .footer-left{
	width: 82.5%;
}
.footer-all .footer-left .footer-logo{
	padding: 45px 0 30px;
	border-bottom: 1px solid #434343;
}
.footer-all .footer-left .footer-logo .logo img{
	display: inline-block;
}
.footer-all .footer-left .footer-nav{
	padding: 32px 0 56px;
}
.footer-all .footer-left .footer-nav span{
	font-size: 16px;
	color: #b2b2b2;
}
.footer-all .footer-left .footer-nav a{
	display: inline-block;
	width: 10%;
	text-align: center;
	font-size: 16px;
	color: #b2b2b2;
}
.footer-all .footer-left .footer-nav a:hover{
	color: #ccc;
}
.footer-all .footer-left .footer-info p{
	font-size: 18px;
	color: #999;
	margin-top: 30px;
	letter-spacing: 0.5px;
}
.footer-all .footer-left .footer-info p a{
	font-size: 24px;
	color: #3f8fd3;
	font-weight: bold;
}
.footer-all .footer-right{
	padding-top: 66px;
}
.footer-all .footer-right .share{
	text-align: center;
	margin-bottom: 38px;
}
.footer-all .footer-right .share a:nth-child(1) img{
	margin-right: 22px;
}
.footer-all .footer-right .share img{
	display: inline-block;
}
.footer-all .footer-right .wechat p{
	font-size: 18px;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 1.5px;
}
.copyright{
	width: 100%;
	line-height: 65px;
	background: #2a2a2a;
}
.copyright .w1600{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.copyright .left span,.copyright .left a{
	font-size: 14px;
	color: #666;
}
.copyright .left a{margin-left: 25px;}
.copyright .right a{
	font-size: 14px;
	color: #666;
}
.copyright .right span{
	margin: 0 25px;
}
.copyright a:hover{
	color: #ccc;
}*/




