﻿@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: 34px;color: #000b9f;display: block;line-height: 50px;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: 679px;background-image: url(../images/bg1.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;
}
.main-one .main-main{
  width: 1200px;height: 600px;padding-top: 79px;
}
.main-one .main-main img,.main-two img,.main-four .main-main img,.main-six .main-main img{
  display: block;margin: 0 auto;
}
.main-one .main-main img{
	margin-left: 223px;
}
.main-two{
  width: 100%;height: 1486px;background-image: url(../images/bg2.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;overflow: visible;
}
.main-two .main-box{
  width: 1200px;margin: 0 auto;height: 1486px;position: relative;
}
.main-two .img02{
  width: 1038px;height: 1252px;background-image: url(../images/img02.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 155px;left: 50%;margin-left: -519px;
}
.main-three{
  width: 100%;background-color: #000b9f;height: auto;overflow: hidden;text-align: center;padding: 60px 0;min-width: 1200px;
}
.main-three h1{
  font-size: 38px;color: #ffffff;margin-bottom: 16px;
}
.main-four{
  width: 100%;height: 1709px;background-image: url(../images/bg4.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;overflow: hidden;
}
.main-four .main-main{
  height: 1709px;
}
.mainFourul{
  width: 1200px;height: auto;overflow: hidden;
}
.mainFourul li{
  width: 300px;height: auto;overflow: hidden;float: left;margin-bottom: 30px;
}
.mainFourul li img{
  display: block;margin: 0 auto;
}
.mainFourul li p{
  font-size: 18px;line-height: 22px;text-align: center;color: #000000;padding: 15px 0;
}
.mainFourul li p span{
  font-weight: bold;color: #a40000;
}
.mainFourul li p em{
  font-weight: bold;color: #a40000;font-size: 24px;
}
.main-five{
  width: 100%;background-color: #00b7ee;padding: 36px 0;
}
.main-five .ael-form button{
  background-color: #000b9f;
}
.main-six{
  width: 100%;height: 1148px;background-image: url(../images/bg6.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;overflow: hidden;
}
.main-six .main-main{
  height: 1148px;
}
.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;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 18px;line-height: 56px;text-align: left;color: #000000;margin-bottom: 12px;background-color: #ffffff;
}
.ael-form input[type='text']{
  width: 310px;height: 56px;float: right;padding-right: 12px;font-size: 18px;line-height: 56px;text-align: left;color: #000000;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: #00b7ee;font-size: 30px;line-height: 56px;color: #ffffff;font-weight: bold;text-align: center;outline: none;border: 0;cursor: pointer;margin-bottom: 20px;
}

.checkBox {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 50px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
}

.checkBox .option {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.checkBox .option li {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 50px;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  line-height: 50px;
}

.checkBox .option li div {
  width: auto;
  height: 50px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  display: inline-block;
}

.checkBox .option li label {
  display: inline-block;
  position: relative;
  height: 50px;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  float: left;
  padding-left: 15px;
}

.checkBox .option li input[type='checkbox'],
.checkBox .option li input[type='radio'] {
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  float: left;
  opacity: 0;
  margin: 12px 0;
}

.checkBox .option li label:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 12px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
}

.checkBox .option li label:after {
  content: '';
  position: absolute;
  left: -26px;
  top: 12px;
  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: 18px;
  color: #00b7ee;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}
#countryother,#objectother{
  height: 26px;line-height: 26px;border-bottom: 1px solid #ffffff;background: rgba(255,255,255,0);color: #ffffff;font-size: 18px;
}