﻿@charset "UTF-8";

/* 全局样式 */

html {
	font-family: 'Microsoft YaHei';
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
}

body {
	background: #ffffff;
	margin: 0 auto;
	font-weight: normal;
	min-width: 1200px;
}

a {
	text-decoration: none;
	display: inline-block;
}

a,
input,
button,
label {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	-webkit-appearance: none;
}

img {
	display: block;
}

ul,
li {
	list-style: none;
}

h1 {
	font-size: 36px;
	color: #000000;
	display: block;
	line-height: 40px;
	text-align: center;
}

p {
	font-size: 18px;
	text-align: center;
	color: #000000;
	line-height: 24px;
}

.main-main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.main-one {
	width: 100%;
	height: 570px;
	background-image: url(../images/topbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main-one .main-main {
	height: 510px;
	padding-top: 60px;
}

.main-one .main-main img {
	display: block;
	margin: 0 auto;
}

.main-two {
	width: 100%;
	height: 1315px;
	background-color: #ffffff;
}

.main-two .main-main {
	height: 1265px;
	padding-top: 50px;
}

.img02 {
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}
.list{
	width: 1200px;
	height: auto;
	overflow: hidden;
}

.list li{
	width: 230px;
	min-height: 300px;
	padding: 0 35px;
	float: left;
	overflow: hidden;
}
.list li img{
	display: block;
	margin: 0 auto;
}

.list li h1{
	font-size: 26px;
	text-align: center;
	color: #ab6e48;
	line-height: 60px;
}
.list li p{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #515151;
}
.main-two .p,
.main-form .main-main p {
	font-size: 30px;
	color: #01289a;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}

.main-two .p span,
.main-form .main-main p span {
	font-weight: bold;
	font-size: 40px;
}

.formbox {
	width: 550px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.formbox div {
	width: 529px;
	height: 63px;
	border: 1px solid #000000;
	margin: 0 auto;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 18px;
	line-height: 63px;
	text-align: left;
	color: #000000;
	margin-bottom: 12px;
}

.formbox input[type='text'] {
	width: 420px;
	height: 61px;
	float: right;
	padding-right: 12px;
	font-size: 18px;
	line-height: 56px;
	text-align: left;
	color: #000000;
	background-color: rgba(255, 255, 255, 0);
}

.formbox button {
	width: 529px;
	height: 63px;
	display: block;
	margin: 0 auto;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	outline: none;
	border: 0;
	cursor: pointer;
	margin-bottom: 30px;
	background-image: url(../images/button.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.formbox .phone{
  display: block;
  margin: 0 auto;
}

.main-three {
  width: 100%;
  height: 657px;
  background-image: url(../images/mainthreebg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img05{
  display: block;
  margin: 0 auto;
}

.main-form{
  background: #ffffff;
  width: 100%;
}
.main-form .main-main{
  padding: 90px 0;
}
.main-four {
  width: 100%;
  height: 274px;
  background-image: url(../images/bottom.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.main-four .main-main{
  height: 153px;
  padding-top: 60px;
}
.main-four .main-main img{
  display: block;
  margin: 0 auto;
}