@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: 1050px; 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
}

.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;
}



.wrap {
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 100%;
}


.banner{
	height: 419px;
	background: url(../images/banner.jpg) top center no-repeat;
}
.banner a{
	position: absolute;
	bottom: 62px;
	left: 380px;
	width: 240px;
	height: 62px;
	text-indent: -9999px;
}



.tab{
	margin-bottom: 15px;
	padding-top: 19px;
	height: 60px;
	border-bottom: 2px solid #e6e6e6;
}
.tab a{
	float: left;
	width: 25%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 28px;
	color: #666;
	border-bottom: 4px solid #e6e6e6;
}
.tab a:hover,
.tab a.active{
	color: #f9650c;
	border-color: #f9650c;
}


.item{
	padding: 45px 0 20px 0;
}
.item p{
	line-height: 2;
	text-indent: 2em;
	font-size: 18px;
	color: #4e4e4e;
}
.item p span{
	color: #f9650c;
}
.item .tips{
	text-indent: 0;
	line-height: 1.5;
	font-size: 16px;
	color: #6a6a6a;
}

.item-sub p{
	line-height: 1.8;
	color: #333;
}

.item-blue-box{
	padding: 40px 20px;
	background: #f6fbff;
	border: 1px solid #e1e1db;
	border-radius: 6px;
}


.item-title,
.item-sub h3{
	margin-bottom: 25px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/t1.jpg) center no-repeat;
}

.item-sub .t1{
	background-image: url(../images/t1-1.jpg);
}
.item-sub .t2{
	background-image: url(../images/t1-2.jpg);
}

.item2 .item-title{
	background-image: url(../images/t2.jpg);
}
.item3 .item-title{
	background-image: url(../images/t3.jpg);
}
.item3 .item4-title{
	background-image: url(../images/t4.jpg);
}
.item5 .item-title{
	background-image: url(../images/t5.jpg);
}
.item6 .item-title{
	background-image: url(../images/t6.jpg);
}
.item7 .item-title{
	background-image: url(../images/t7.jpg);
}





.item1 .pic{
	display: block;
	margin: 10px auto;
}
.item1 .tips{
	margin-bottom: 35px;
	padding-left: 148px;
}
.item1 ul{
	padding: 35px 0 35px 100px;
	height: 146px;
}
.item1 li{
	float: left;
	margin: 0 20px;
}
.item1 li p{
	display: none;
}


.item2 ul{
	padding-top: 30px;
}
.item2 li{
	position: relative;
	padding-top: 40px;
	height: 160px;
}
.item2 img{
	position: absolute;
	top: 0px;
	right: 90px;
}
.item2 p{
	line-height: 1.8;
	text-indent: 0;
	color: #5e5e5e;
}
.item2 .t{
	font-size: 24px;
	color: #333;
}

.item2 .li2{
	padding-left: 345px;
}
.item2 .li2 img{
	right: auto;
	left: 0px;
}
.item2 .li3 img{
	top: 50px;
	right: 110px;
}



.item3 li{
	position: relative;
	margin-bottom: 30px;
	padding: 30px 0 0 190px;
	height: 165px;
	background: #fff;
	border: 1px solid #e1e1db;
	border-radius: 6px;
}
.item3 img{
	position: absolute;
	top: 38px;
	left: 35px;
}
.item3 p{
	position: relative;
	line-height: 1.8;
	text-indent: 0;
	font-size: 16px;
	color: #333;
}
.item3 p i{
	position: absolute;
	top: 8px;
	left: -14px;
	width: 8px;
	height: 14px;
	background: url(../images/i1.jpg) no-repeat;
}
.item3 .t{
	line-height: 2;
	font-size: 18px;
}
.item3 .t em{
	margin-right: 25px;
	font-size: 22px;
	font-weight: bold;
}

.item3 .tips{
	margin-top: -25px;
	margin-bottom: 60px;
}

.item3 .ul-yj li{
	float: left;
	padding-left: 175px;
	padding-top: 35px;
	margin-bottom: 0;
	width: 300px;
	height: 130px;
	background: none;
	border: none;
}
.item3 .ul-yj img{
	top: 10px;
}
.item3 .ul-yj p{
	line-height: 1.5;
	font-size: 20px;
	color: #4e4e4e;
}




.item table{
	width: 100%;
}
.item td{
	padding: 12px 24px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	border: 1px solid #945c37;
}
.item .td-l{
	white-space: nowrap;
	background-color: #fff3e2;
	text-align: center;
}
.item td a{
	margin-right: 60px;
	text-decoration: underline;
}
.item td .red{
	color: #fb6614;
}


.item6 p{
	margin-bottom: 25px;
	text-indent: 0;
	text-align: center;
}
.item6 td{
	width: 20%;
	white-space: nowrap;
	text-align: center;
}
.item6 .tips{
	padding-top: 5px;
	text-align: left;
}


.item7{
	margin-bottom: 80px;
	background: #f2f0eb;
}
.item7 p{
	margin-bottom: 5px;
	line-height: 30px;
	text-indent: 0;
	font-size: 18px;
	color: #454444;
}
.item7 .item-main{
	position: relative;
	padding: 0 45px 50px 45px;
}
.item7 img{
	position: absolute;
	right: 0px;
	bottom: -20px;
}
