﻿body{
	margin:0;
	padding:0;
	font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";
	min-width:1170px;
	overflow:hidden;
}
.clear{
	*zoom:1;
}
.clear:after{
	content:"";
	display: block;
	clear:both;
}
.main{
	width:100%;
	position:relative;
	background: url('/images/bg/index-bg.png');
}
.firstAnimate{
	width:100%;
	position:absolute;
	background:none;
	z-index:999;
	min-width:945px;
}
.firstAnimate > div{
	width: 600px;
	height: 453px;
	margin: 0 auto;
	position: relative;
}
.firstAnimate img{
	display: block;
	width: 0;
	height: 0;
	opacity:0;
	filter:alpha(opacity=0);
	margin: 0 auto;
}
.firstAnimate .info{
	width: 100%;
	margin-top: 20px;
}
.firstAnimate .info span{
	display: block;
	line-height: 48px;
	font-size: 45px;
	opacity:0;
	filter:alpha(opacity=0);
	color: #ffffff;
	text-align: center;
}
.firstAnimate .info>span:first-child{
	font-weight: 100;
	font-size: 36px;
	margin-bottom: 15px;
}
.firstAnimate .info>span:last-child{
	font-weight: bold;
}
.mainBox{
	width:100%;
	position:absolute;
	background:none;
	left:0;
	top:0;
	z-index:1000;
	min-width:1170px;
}
.mainBox .content{
	width: 1170px;
	margin: 0 auto;
}
.content>div{
	width: 360px;
	height: 620px;
	float: left;
}
.content>div:nth-child(2){
	margin: 0 45px;
}
.content img{
	width: 420px;
	height: 420px;
	margin:-20px 0 0 -30px;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: translateY(-360px);
	-webkit-transform: translateY(-360px);
	opacity:0;
	filter:alpha(opacity=0);
}
.content .in{
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: translateY(360px);
	-webkit-transform: translateY(360px);
	opacity:0;
	filter:alpha(opacity=0);
}
.content .title{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 105px;
	color: #ffffff;
	margin-top: -40px;
}
.content a{
	outline: none;
	background: none;
	width: 160px;
	height: 48px;
	font-size: 18px;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 27px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	text-decoration: none;
}
.content a:hover{
	background: #ffffff;
	color: black;
}
.content i{
	display: block;
	width: 24px;
	height: 16px;
	margin: 10px auto 0;
	background: blue;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	background:url('/images/bg/xia.png') center no-repeat ;
}
.content i:nth-child(5){
	display: none;
	width: 20px;
	height: 13px;
	margin-top: 7px;
}
.content i:nth-child(6){
	display: none;
	width: 18px;
	height: 12px;
	margin-top: 5px;
}

.content .inNow{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity:1;
	filter:alpha(opacity=100);
}

.content .down{
	transform: translateY(15px);
	-ms-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-o-transform: translateY(15px);
	-moz-transform: translateY(15px);
}

/****footer****/
.footer{
	min-width:1170px;
	height:190px;
	background:#404040;
	color:#959595;
	font-size:12px;
}
.footer-bg{
	width:100%;
	height:10px;
	background:#dba546;
}
.foot1{
	width:1175px;
	height:120px;
	margin:0px auto;
	padding-top:21px;
}
.foot-logo{
	width:70px;
	height:70px;
	float:left;
	margin:13px 21px;
}
.foot-logo  img{
	width:70px;
	height:70px;
	display:block;
}
.foot-info{
	min-width:140px;
	min-height:75px;
	margin-right:75px;
	float:left;
}
.foot-info:last-child{
	margin-right:0px;
}
.foot-info ul{
	padding:0px;
	margin:0px;
	color:#959595;
}
.foot-info  li{
	list-style:none;
	font-size:12px;
	line-height:24px;
}

.foot-info li span{
	text-indent: 1em;
	display: inline-block;
}
.foot-info{
	font-size:12px;
	line-height:22px;
}

.foot-info table td{
	text-align: left;
}
.foot-right{
	width:155px;
	height:90px;
	float:right;
	margin-right:28px;
}

.wx-info{
	width:50px;
	line-height:24px;
	text-align:center;
	float:left;
	font-weight:bold;
	color:#959595;
}
.foot-img{
	width:90px;
	height:90px;
	float:right;
	margin-top: 4px;
}
.foot-img img{
	width:100%;
	height:100%;
	display:block;
}

.foot2{
	width:1175px;
	height:45px;
	margin:0px auto;
	text-align:center;
	color: #959595;
}
.foot2 span{
	margin-right:15px;
}