﻿/*-----------------[初始化]--------------*/
body {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	font-family: 'PingFangSC-Regular', "微软雅黑", "Microsoft Yahei";
	overflow-x: hidden;
}
a {
	color: #333;
}
a:hover {
	color: #36a43b;
}
img {
	max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input, textarea, select {
	font-size: 12px;
	color: #444;
	font-family: "微软雅黑", "Microsoft Yahei";
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='submit'], input[type='reset'], input[type='button'], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='submit'], input[type='reset'], input[type='button'] {
	cursor: pointer;
}
::-webkit-input-placeholder {
color: #929292;
}
::-moz-placeholder {
color: #929292;
}
::-ms-input-placeholder {
color: #929292;
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: 'gabo';
	src: url('../fonts/gabo_drive.otf');
}
@font-face {
	font-family: 'Light';
	src: url('../fonts/MY-subfont.ttf');
}
.ani {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
/*布局*/
.wp {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.wp3 {
	width: 80%;
	max-width: 1265px;
	margin: 0 auto;
}
.wp4 {
	width: 80%;
	max-width: 1275px;
	margin: 0 auto;
}
.wp5 {
	width: 80%;
	max-width: 1314px;
	margin: 0 auto;
}
.wp6 {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}
.warp {
	width: 87%;
	max-width: 1600px;
	margin: 0 auto;
}
.h50 {
	height: 50px;
	clear: both;
	overflow: hidden;
}
.h100 {
	height: 100px;
	clear: both;
	overflow: hidden;
}
.serv-lab {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
/*******************************
  -------[=头部]-------
********************************/


/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
	position: relative;
	z-index: 9;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-top: 20px;
	background: url(../images/i-span.png) no-repeat center center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open {
	background-image: url(../images/i-close1.png);
}
.mo-so {
	display: none;
	margin: 15px 10px 0;
	position: relative;
}
.mo-so .inp {
	width: 100%;
	display: block;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	padding: 0 40px 0 10px;
	font-size: 14px;
	color: #000;
}
.mo-so .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	border: 0;
	background: url(../images/i-so3.png) no-repeat center center;
	-o-background-size: 20px auto;
	-ms-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
