﻿@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: 30px;color: #000000;display: block;line-height: 32px;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: 546px;background-image: url(../images/banner.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;
}
.main-one .main-main{
  width: 1200px;height: 471px;padding-top: 75px;
}
.main-one .main-main img,.main-three .main-main img{
  display: block;margin: 0 auto;
}
.main-two{
  width: 100%;height: auto;overflow: hidden;background-color: #0033cc;
}
.main-two .main-box{
  width: 1200px;margin: 0 auto;height: auto;padding: 80px 0;overflow: hidden;
}
.main-two h1{
  color: #fff94f;
  margin-bottom: 25px;
}
.main-five .main-form h1{
  color: #fff94f;
  margin-bottom: 15px;
  padding: 0px;
}
.ul-one{
  width: 970px;height: auto;overflow: hidden;margin: 0 auto;
}
.ul-one li{
  width: 168px;height: auto;margin: 0 13px;text-align: center;float: left;
}
.ul-one li img{
  display: block;width: 100%;margin-bottom: 7px;
}
.ul-one li p{
  font-size: 18px;line-height: 24px;color: #ffffff;
}
.main-three{
  width: 100%;height: auto;overflow: hidden;background-image: url(../images/bg3.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;
}
.main-three .p1{
  font-size: 24px;color: #ffffff;text-align: center;line-height: 54px;padding-top: 70px;
}
.main-three .main-form{
  padding-bottom: 0px;
}
.main-four{
  width: 100%;height: 326px;overflow: hidden;background-image: url(../images/bg4.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;
}
.main-four .main-main{
  width: 1200px;height: 326px;overflow: hidden;background-image: url(../images/img4.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;margin: 0 auto;
}
.main-five{
  width: 100%;height: 1100px;overflow: hidden;background-image: url(../images/bg5.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;
}
.main-five .p1{
  font-size: 20px;line-height: 32px;color: #ffffff;text-align: center;padding: 30px 0;
}
.main-form{
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.main-form h1{
  padding: 80px 0 20px 0;
}
.ael-form .phone{
  margin: 0 auto;
}
.ael-form{
  width: 550px;height: auto;margin: 0 auto;overflow: hidden;
}
.ael-form div{
  width: 460px;height: 56px;margin: 0 auto;padding-left: 12px;font-size: 18px;line-height: 56px;text-align: left;color: #ffffff;margin-bottom: 12px;border: solid 1px #ffffff;
}
.ael-form input[type='text']{
  width: 340px;height: 56px;float: right;padding-right: 12px;font-size: 18px;line-height: 56px;text-align: left;color: #ffffff;background-color: rgba(255,255,255,0);
}
.ael-form button{
  width: 460px;height: 56px;display: block;margin: 0 auto;font-family:'Microsoft YaHei';background-color: #fff94f;font-size: 30px;line-height: 56px;color: #0215bd;font-weight: bold;text-align: center;outline: none;border: 0;cursor: pointer;margin-bottom: 30px;
}

.checkBox {
  width: 800px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
}
.checkBox .object{
  width: 15%;
  height: auto;
  overflow: hidden;
  float: left;
}
.checkBox .option {
  width: 85%;
  height: auto;
  overflow: hidden;
  float: left;
}

.checkBox .option li, 
.checkBox .object li {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  text-align: left;
  color: #fff94f;
  line-height: normal;
}
.checkBox .option li {
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkBox .object li {
  text-align: center;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #fff94f;
  font-size: 20px;
  height: 77px;
  line-height: 77px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkBox .object li:last-child{
  border-bottom: 0px;
}
.checkBox .option li div {
  width: auto;
  height: 30px;
  float: left;
  overflow: hidden;
  display: inline-block;
  margin: 8px 0px; 
  margin-right: 30px;
}

.checkBox .option li label {
  display: inline-block;
  position: relative;
  height: 30px;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  font-size: 20px;
  line-height: 30px;
  color: #fff94f;
  float: left;
  padding-left: 5px;
}

.checkBox .option li input[type='checkbox'],
.checkBox .option li input[type='radio'] {
  width: 26px;
  height: 26px;
  border: 1px solid #fff94f;
  float: left;
  opacity: 0;
  margin: 2px 0;
}

.checkBox .option li label:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 2px;
  width: 25px;
  height: 25px;
  border: 1px solid #fff94f;
}

.checkBox .option li label:after {
  content: '';
  position: absolute;
  left: -26px;
  top: 2px;
  width: 26px;
  height: 26px;
  text-align: center;
}

.checkBox .option li input[type='checkbox']:checked+label:after,
.checkBox .option li input[type='radio']:checked+label:after {
  content: "\2713";
  font-size: 26px;
  color: #fff94f;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}