body {
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #ffffff;
	padding: 0;
	margin: 0
}

img {
	max-width: 100%;
	border: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

a:focus {
	text-decoration: none
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

.rel {
	position: relative
}

.hid {
	overflow: hidden
}

.wrapper {
	position: relative;
	overflow: hidden
}

.animation-delay-1 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s
}

.animation-delay-2 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.animation-delay-3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.sdiv {
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	-o-transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	opacity: 0
}

.sdiv.on {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1
}

.header .nav {
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/logo-right.png) bottom right no-repeat
}

.index-con {
	background: url(../images/body-bg.png) no-repeat;
	background-size: cover
}

.index-con .box {
	margin-top: 30px;
	background: url(../images/row-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 25px 60px;
	overflow: hidden;
}
.index-con .box2{
background: url(../images/row-bg2.png) no-repeat;
	background-size: 100% 100%;
width:49%;
float:left;padding:45px 30px;
}
.index-con .box3{float:right;}


.index-con .box .txt h2 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}

.index-con .box .txt .info1 {
	margin-top: 20px;
	font-size: 18px;
	line-height:60px;
}


.index-con .box .txt .info1 span {
font-weight: normal;
}


.index-con .box .txt .info {
	margin-top: 20px;
	font-size: 16px;
	line-height:40px;
}

.index-con .box .txt .info span {
	    font-weight: bold;
}



.index-con .box .button a {
	display:block;
	width: 160px;
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
}

.index-con .box .button a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease
}

.footer {
	margin-top: 50px;
	padding: 25px 0 20px;
	background: url(../images/footer-bg.png);
}

.footer .cory p {
	font-size: 13px;
	color: #ffffff;
	line-height: 28px
}

.footer .ewm {
	position: absolute;
	right: 12px;
	bottom: -10px;
}

.footer .ewm p {
	font-size: 12px;
	line-height: 30px
}
.footer .ewm ul li{float:left;margin-left:10px;}
@media (max-width: 992px) {
	.index-con .box .txt {
		width: 100%;
		float: none
	}

	.index-con .box .button {
		width: 100%;
		float: none
	}

	.index-con .box .button a {
		float: none;
		display: block;
		margin: 20px auto 0
	}
.index-con .box2,.index-con .box3{width:100%;float:none;}
}

@media (max-width: 768px) {
	.header .nav .logo {
		width: 80%
	}

	.index-con .box {
		padding: 30px
	}

	.index-con .box .txt h2 {
		font-size: 18px;
		line-height: 32px
	}
.index-con .box .txt .info1{
font-size: 15px;
    line-height: 32px;
}
	.index-con .box .txt .info {
		font-size: 15px;
		line-height: 32px
	}

	.index-con .box .button a {
		font-size: 16px;
		width: 180px;
		height: 40px;
		line-height: 40px
	}

	.footer .cory {
		float: none;
		text-align: center
	}

	.footer .ewm {
		position: relative;
		margin-top: 10px;
		text-align: center
	}

.footer .ewm ul li{float:left;width:50%;margin:0 !important;}


}