﻿@charset "UTF-8";

/* 全局样式 */

html {
	font-family: 'Microsoft YaHei';
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: #ffffff;
	margin: 0 auto;
	font-weight: normal;
	min-width: 320px;
	max-width: 640px;
}

a {
	text-decoration: none;
	display: inline-block;
}

a,
input,
button,
label,
textarea {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	-webkit-appearance: none;
	font-family: 'Microsoft YaHei';
	outline: none;
}

img {
	display: block;
}

ul,
li {
	list-style: none;
}
.main-one {
	width: 640px;
	height: 753px;
	background-image: url('../images/bg1.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.scrollNav{
	width: 640px;
	height: auto;
	overflow: hidden;
	background: -moz-linear-gradient(top, #001591 0%, #001d9d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001591), color-stop(100%,#001d9d));
    background: -webkit-linear-gradient(top, #001591 0%,#001d9d 100%);
    background: -o-linear-gradient(top, #001591 0%,#001d9d 100%);
    background: -ms-linear-gradient(top, #001591 0%,#001d9d 100%);
    background: linear-gradient(to bottom, #001591 0%,#001d9d 100%);
	padding-bottom: 25px;
}

.main-two {
	width: 640px;
	height: 110px;
	background-image: url('../images/bg2.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-three {
	width: 640px;
	height: 612px;
	background-image: url('../images/bg3.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main-four {
	width: 640px;
	height: 527px;
	background-image: url('../images/bg4.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.checkBox {
	width: 620px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #fffaf3;
	border: 1px solid #eddfcc;
}
.checkBox .object{
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
}
.checkBox .option {
	width: 75%;
	height: auto;
	overflow: hidden;
	float: left;
}

.checkBox .option li, 
.checkBox .object li {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 60px;
	font-size: 24px;
	text-align: left;
	color: #000000;
	line-height: 60px;
}
.checkBox .option li {
	padding: 15px 0px;
	border-bottom: 1px solid #eddfcc;
	padding-left: 15px;
}
.checkBox .object li {
	text-align: center;
	background-color: #cccccc;
	border-bottom: 1px solid #ffffff;
	color: #0215bd;
	font-size: 28px;
}
.checkBox .option li div {
	width: auto;
	height: 30px;
	float: left;
	overflow: hidden;
	display: inline-block;
	margin: 8px 0px; 
	margin-right: 40px;
}

.checkBox .option li label {
	display: inline-block;
	position: relative;
	height: 30px;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	float: left;
	padding-left: 5px;
}

.checkBox .option li input[type='checkbox'],
.checkBox .option li input[type='radio'] {
	width: 26px;
	height: 26px;
	border: 1px solid #0009c0;
	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 #0009c0;
}

.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: #0009c0;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

.main-form{
	width: 640px;
	height: auto;
	overflow: hidden;
	background-color: #001d9d;
	padding-bottom: 40px;
}

.form-two{
	background-color: #f9f8f4;
}

.form {
	width: 580px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

.form div {
	width: 580px;
	height: 54px;
	border: solid 1px #ffffff;
	margin: 0 auto;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 54px;
	text-align: left;
	color: #ffffff;
}
.form-two .form div{
	border: 1px solid #171aa8;
	color: #171aa8;
}

.form input[type='text'] {
	width: 470px;
	float: right;
	height: 52px;
	line-height: normal;
	background: rgba(0, 0, 0, 0);
	font-size: 26px;
	outline: none;
	padding-right: 20px;
	color: #ffffff;
}
.form-two .form input[type='text'] {
	color: #171aa8;
}

.form button {
	width: 580px;
	height: 60px;
	background-color: #fff94f;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	color: #0215bd;
}
.form-two .form button{
	background-color: #171aa8;
	color: #fff94f;
}
.scrollbox {
  width:620px;
  height:110px;
  overflow:hidden;
  margin: 0 auto;
  background-color: #002db2;
  padding: 20px 15px;
}
.winBox {
	width:590px;
	height:70px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
}
.textOne{
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	width:1520px;
  	height: 30px;
	position:absolute;
	left:0px;
	top:0px;
}
.textTwo{
  	width:1400px;
  	height: 30px;
  	position:absolute;
  	left:0px;
  	bottom:0px;
}
.scroll li {
  	display: inline;
  	font-size: 20px;
  	color: #ffffff;
  	margin: 0 30px;
  	padding: 5px 0px;
	float:left;
	line-height:20px;
	text-align:center;
  	font-family: 'Microsoft YaHei';
}

.cellphone {
	width: 433px;
	height: 57px;
	margin: 0 auto;
}

.main-six .cellphone{
	width: 453px;
	position: absolute;
	left: 50%;
	margin-left: -226.5px;
	bottom: 118px;	
}

.cellphone a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.cellphone a .left {
	width: 57px;
	height: 57px;
	position: absolute;
	left: 0px;
	top: 0px;
	animation: swing 2s linear infinite;
	-webkit-animation: swing 2s linear infinite;
}

.cellphone a .right {
	width: 373px;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 7.5px;
}

.main-six .cellphone a .right{
	width: 393px;
}

@keyframes swing {
	0% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
	20% {
		transform: rotate3d(0, 0, 1, -15deg);
	}
	40% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	60% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	100% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
	}
	20% {
		-webkit-transform: rotate3d(0, 0, 1, -15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
	}
}