body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
	font: normal 12px/1.5 "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
	border: 0;
}

body {
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	-webkit-overflow-scrolling: touch;
}

button,
input,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	-moz-appearance: none;
	appearance: none;
	appearance: none !important;
	-webkit-appearance: none !important;
	border-radius: 0;

}

input[type="checkbox"],
input[type="radio"] {
	display: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

div,
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.ww768 {
	display: none;
}



@media only screen and (max-width: 768px) {
	.ww768 {
		display: block;
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfloat {
	clear: both;
	zoom: 1;
}

.clearfloat:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.main{
	width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.main {
		width: 1200px;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 0 auto;
	}
}


/* 头部公用样式 */
header {
	width:100%;
	height:87px;
	background:linear-gradient(0deg,rgba(28,139,198,1) 0%,rgba(11,85,172,1) 100%);
	box-shadow:0px 10px 18px 0px rgba(15,78,115,0.63);
	padding: 25px 0;
	box-sizing: border-box;
}
header .user{
	float: right;
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:35px;
}
header .user img{
	float: left;
	margin-right: 9px;
	margin-top: 7px;
}
header .logo{
	float: left;
}
header .logo img{
	width:124px;
	height:35px;
}
header .login{
	margin-right: 58px;
}
header .login ul li {
	float: left;
	margin-left: 33px;
}
header .login ul li{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:35px;
}
header .nav{
	padding-right: 58px;
	position: relative;
	margin-right: 36px;
}
header .nav:after{
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -9px;
}
header .nav ul li {
	float: left;
	margin-left: 59px;
	position: relative;
}
header .nav ul li a{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:35px;
}
header .nav ul li.on:after{
	display: block;
	content: '';
	width:70px;
	height:4px;
	background:rgba(255,255,255,1);
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -35px;
}

.banner{
	min-width: 1200px;
	padding-bottom: 626px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.banner button{
	position: absolute;
	width:466px;
	height:69px;
	background:linear-gradient(0deg,rgba(175,27,27,1) 0%,rgba(243,72,72,1) 100%);
	box-shadow:0px 8px 18px 0px rgba(186,44,45,0.63), 0px 1px 0px 0px rgba(254,201,201,0.47);
	border-radius:14px;
	border: none;
	left: 50%;
	margin-left: -233px;
	top: 354px;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	cursor: pointer;
}