@charset "utf-8";
/* CSS Document */
body{
	overflow-x:hidden;
	}
* {
	margin:0;
	font-size:16px;
	box-sizing: border-box;   /*盒模型内缩*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0;
	text-decoration:none;
	list-style:none;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content: " ";
	clear:both;
	height:0;
}
img{
	border:none;
	}
.clearfix {
*zoom:1;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
	font-family:'pingfangsc regular',PingFang SC,Helvetica Neue,Source Han Sans SC,Microsoft YaHei; ;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	padding-left: 0;
}
@font-face {
	font-family:'PINGFANG BOLD';
	src: url("../fonts/PINGFANG BOLD.TTF");
}
@font-face {
	font-family:'PINGFANG EXTRALIGHT';
	src: url("../fonts/PINGFANG EXTRALIGHT.TTF");
}
@font-face {
	font-family:'PINGFANG HEAVY';
	src: url("../fonts/PINGFANG HEAVY.TTF");
}
@font-face {
	font-family:'PINGFANG LIGHT';
	src: url("../fonts/PINGFANG LIGHT.TTF");
}
@font-face {
	font-family:'PINGFANG MEDIUM';
	src: url("../fonts/PINGFANG MEDIUM.TTF");
}
@font-face {
	font-family:'PINGFANG REGULAR';
	src: url("../fonts/PINGFANG REGULAR.TTF");
}
@font-face {
	font-family:'pingfangsc bold'; 
	src: url("../fonts/苹方黑体-中粗-简.ttf");
}
@font-face {
	font-family:'PINGFANG EXTRALIGHT';
	src: url("../fonts/PINGFANG EXTRALIGHT.TTF");
}
@font-face {
	font-family:'PINGFANG HEAVY';
	src: url("../fonts/PINGFANG HEAVY.TTF");
}
@font-face {
	font-family:'PINGFANG LIGHT';
	src: url("../fonts/PINGFANG LIGHT.TTF");
}
@font-face {
	font-family:'PINGFANG MEDIUM';
	src: url("../fonts/PINGFANG MEDIUM.TTF");
}
@font-face {
	font-family:'pingfangsc regular';
	src: url("../fonts/苹方黑体-准-简.ttf");
}
@font-face {
	font-family:'Fixedsys';
	src: url("../fonts/Fixedsys.fon");
}
@font-face {
	font-family:'gilroy-bold';
	src: url("../fonts/gilroy-bold.otf");
}
@font-face {
	font-family:'Gilroy-Light';
	src: url("../fonts/Gilroy-Light_0.otf");
}
@font-face {
	font-family:'gilroy-regular';
	src: url("../fonts/gilroy-regular.otf");
}
/*******************手机导航******************/
 .menu_s{
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0 20px;
	z-index: 99999;
	border-bottom: 1px solid #f2f2f2;
}
 .menu_s .menuBar{
	width: 100%;
}
.menu_s .menuBar .logo_s{
	float: left;
	width: 140px;
	margin-top: 5px;
}
.menu_s .menuBar .logo_s img{
	width: 100%;
}
.menu_s .menuBar .menuBtn{
	float: right;
	width: 25px;
	
}
.menu_s .menuBar .menuBtn .openBtn{
	width: 25px;
	display: block;
	margin-top: 19px;
}
.menu_s .menuBar .menuBtn .closeBtn{
	width: 25px;
	display: none;
	margin-top: 18px;
	margin-left: 5px;
}
.menu_s .menuBar .menuBtn img{
	width: 100%;
}
.menu_s .navList{
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	padding: 60px 25px;
	
}
.menu_s .navList ul{
	width: 100%;
	height: 100%;
}
.menu_s .navList ul li{
	border-bottom: 1px solid #F5F5F5;
}
.menu_s .navList ul li a{
	font-family: 'PINGFANG BOLD';
	font-size: 17.5px;
	line-height: 45px;
	color: #444;
}
/*********************手机底部*********************/
.bottom_s{
	position: relative;
	width: 100%;
	padding: 40px 25px;
}
.bottom_s .bottom_msg{
	position: relative;
	width: 100%;
}
.bottom_s .foot_logo{	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
}
.bottom_s .foot_logo img{
	width: 100%;
	height: 100%;
}
.bottom_s .tel_s{
	position: absolute;
	left: 0px;
	top: 70px;
}
.bottom_s .tel_s h3{
	font-family: 'PINGFANG REGULAR';
	font-size: 16px;
	color: #444;
	line-height: 16px;
	margin: 0;
}
.bottom_s .tel_s h4{
	font-family: 'PINGFANG REGULAR';
	font-size: 25px;
	color: #020301;
	line-height: 25px;
}
.bottom_s .ewm_s{
	float: right;
	top: 0;
	right: 0;
	width: 75px;
	text-align: center;
}
.bottom_s .ewm_s img{
	width: 100%;
}
.bottom_s .ewm_s p{
	font-family: 'PINGFANG REGULAR';
	font-size: 12px;
	color: #888;
	line-height: 22px;
	margin-top: 10px;
}
.bottom_s .footerMsg{
	border-top: 1px solid #eee;
	width: 100%;
	margin-top: 25px;
}	
.bottom_s .footerMsg .ban{
	float: none;
	width: 100%;
	margin-top: 20px;
}
.bottom_s .footerMsg .ban p{
	font-family: 'PINGFANG REGULAR';
	font-size: 14px;
	color: #888;
	line-height: 15px;
	margin-bottom: 0;
}
.bottom_s .footerMsg .gg{
	float: none;
	width: 100%;
	margin-top: 10px;
}
.bottom_s .footerMsg .gg p{
	margin-bottom: 0;
	text-align: left;
}
.bottom_s .footerMsg .gg p,.bottom_s .footerMsg .gg p a{
	font-family: 'PINGFANG REGULAR';
	font-size: 14px;
	color: #888;
	line-height: 15px;
}




