﻿@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#444;outline:0;}
body{min-width: 1002px; font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #444;background:#fff;}
p,a{color:#444;}
a{
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a:hover{text-decoration: none;}



/* loading */
.loading {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 180;
	padding-top: 30%;
	text-align: center;
	background: #f9f9f9;
}

.loading > div {
  width: 40px;
  height: 40px;
  background-color: #da3030;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* 公共样式 */
.clearfix:after,
.clearfix:before{
	content:" ";
	display:table
}
.clearfix:after{
	clear:both
}

.content{
	background: url(../images/banner-bg.png) top center repeat-x;
}

.main{
	position: relative;
	height: 100%;
}


.header{height:50px;background:#fff;}
.header .logo{
	float: left;
	width:152px;
	height:50px;
	text-indent: -9999px;
	background:url(../images/logo.jpg) center no-repeat;
}
.header .main{
	padding: 0;
	width: 1000px;
	margin:0 auto;
}
.header .nav{
	float:right;
	padding-top: 15px;
	color:#a2a5a4;
}
.header .nav a{
	padding: 0px 15px;
	font-size:12px;
	color:#a2a5a4;
}
.header .nav a:hover{
	text-decoration:underline;
}

.banner{
	height: 468px;
	background:#249bdf url(../images/banner.jpg) top center no-repeat;
}

.item .wrap {
	width: 1002px;
	margin: 0 auto;
}

.item1 {
	height: 456px;
	background: #fffdea;
	padding-top: 24px;
}

.item1 .des {
	position: relative;
	background: #fff9c4;
	border-radius: 20px;
	padding: 25px;
	font-size: 20px;
	color: #5d5d5d;
	line-height: 32px;
}

.item1 .des p {
	text-indent: 2em;
}

.item1 .des p span {
	color: #e14137;
}

.item1 .des a {
	position: absolute;
	right: 35px;
	bottom: 20px;
	color: #3c3c3c;
	text-decoration: underline;
}

.item1 .txt h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	padding: 53px 0 26px;
}

.item1 .txt h3 img {
	margin: 0 10px;
}

.item1 .txt li {
	position: relative;
	float: left;
	width: 270px;
	height: 75px;
	border-radius: 10px;
	background: #ff9935;
	font-size: 18px;
	color: #fffecb;
	line-height: 26px;
	padding: 20px 17px 0;
	margin-right: 44px;
}

.item1 .txt li img {
	position: absolute;
	right: -28px;
	top: 38px;
}

.item1 .txt .last {
	margin-right: 0;
	padding-top: 20px;
	height: 75px;
}

.item2 {
	height: 414px;
	background: #d4f9ff;
}

.item2 h2 {
	padding-top: 50px;
}

.item2 ul {
	padding-top: 42px;
}

.item2 li {
	float:left;
	width: 290px;
	text-align: center;
	margin-right: 44px;
}

.item2 li p {
	font-size: 18px;
	color: #727272;
	line-height: 26px;
	padding-top: 16px;
}

.item3 {
	height: 710px;
	background: #fffdea;
}

.item3 .tips,.item4 .tips,.item5 .tips,.item6 .tips{
	line-height: 36px;
	text-align: right;
	font-size: 16px;
	color:#727272;
}

.item3 h2,.item4 h2,.item5 h2,.item6 h2 {
	padding-top: 60px;
	font-size: 20px;
	color: #5d5d5d;
	margin-bottom: 32px;
}

.item3 h2 img,.item4 h2 img,.item5 h2 img,.item6 h2 img {
	float: left;
}

.item3 h2 span,.item4 h2 span,.item5 h2 span,.item6 h2 span {
	line-height: 48px;
	height: 42px;
	float: left;
	font-weight: normal;
}

.item .text {
	position: relative;
	margin-bottom: 35px;
}

.item .text .left {
	width: 658px;
	border-radius: 10px;
	border: 1px dashed #5d5d5d;
	font-size: 20px;
	color: #5d5d5d;
	padding: 21px;
	line-height: 32px;
}

.item .text img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.item table {
	width: 1000px;
}

.item table tr {
	height: 51px;
	border-bottom: 1px solid #e8e8e8;
}

.item table tr th {
	background: #ffae00;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.item table tr th img {
	margin-right: 14px;
}

.item table tr .hui {
	background: #f6f6f6;
}

.item table tr td {
	text-align: center;
	width: 255px;
	font-size: 18px;
	color: #5d5d5d;
	line-height: 24px;
	background: #fff;
}

.item table tr td a {
	display: inline-block;
	width: 200px;
	height: 41px;
	border-radius: 3px;
	background: #e60012;
	font-size: 20px;
	color: #fff;
	line-height: 41px;
}

.item table tr .hui a {
	background: none;
	color: #5d5d5d;
	text-decoration: underline;
}

.item .hong {
	color: #cc1d13;
}

.item4 {
	background: #d4f9ff;
	height: 710px;
}

.item4 .text .left {
	float: right;
	padding-top: 32px;
	padding-bottom: 32px;
}

.item4 .text img {
	right: auto;
	left: 19px;
	bottom: 4px;
}

.item5 {
	background: #fffdea;
	height: 710px;
}

.item6 {
	background: #d4f9ff;
	height: 710px;
}

.item6 .text .left {
	float: right;
}

.item6 .text img {
	right: auto;
	left: 0;
	bottom: 8px;
}

.item7 {
	background: #fffdea;
	padding-bottom: 30px;
}

.item7 h3 {
	font-weight: 400;
	font-size: 16px;
	color: #5d5d5d;
	padding: 30px 0 15px 23px;
}

.item7 p {
	font-size: 16px;
	color: #5d5d5d;
	padding-left: 25px;
	line-height: 26px;
}
