﻿#bg{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.en{
	text-transform: uppercase;
	font-family: "Arial";
}
.text-right{
	text-align: right;
}
.ablock{
	display: block;
	width: 100%;
	height: 100%;
}
/*index*/
.index-ban{
	position: relative;
}
.index-ban,
.index-ban .bd,
.index-ban .bd ul,
.index-ban .bd li{
	width: 100%;
	height: 569px;
}
.index-ban .bd li{
	float: none;
}
.index-ban .hd{
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0px;
	text-align: right;
}
.index-ban .hd ul{
	position: absolute;
	right: 70px;
	bottom: 0px;
}
.index-ban .hd li{
	display: inline-block;
	*display: inline;
	width: 7px;
	height: 7px;
	background: url(../images/index-ban-hd.png) no-repeat right;
	margin-right: 6px;
}
.index-ban .hd li.on{
	background: url(../images/index-ban-hd.png) no-repeat left;
}



/*aboutus*/
.aboutus{
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}
.aboutus-l{
	position: relative;
	float: left;
	width: 570px;
}
.aboutus-l img{
	width: 570px;
	border-radius: 10px;
}
.aboutus-r{
	width: 550px;
	float: right;
}
.aboutus-r span{
	font-size: 24px;
	color: #333;
	padding-top: 40px;
	display: block;
}
.aboutus-r em{
	display: block;
	color: #666;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
}
.aboutus-r p{
	padding: 30px 0px 40px 0;
	line-height: 26px;
	color: #555;
}
.aboutus-r a{
	padding:9px 39px;
	color: #A62A2A;
	background: #fff;
	border: 1px #A62A2A solid;
	border-radius: 100px;
}
.aboutus-r a:hover{
	color: #fff;
	background: #A62A2A;
	border: 1px #A62A2A solid;
}



/*case*/
.case{
	background: #f4f4f4;
	overflow: hidden;
	padding: 80px 0;
}
.title{
	padding-bottom: 20px;
	text-align: center;
}
.title span{
	display: block;
	font-size: 30px;
	color: #515151;
	line-height: 30px;
	padding-right: 5px;
}
.title em{
	display: block;
	line-height: 42px;
	color: #666;
	font-style: normal;
}
.case ul{
	overflow: hidden;
}
.case ul li{
	background: #fff;
	float: left;
	width: 280px;
	margin-right:25px;
	margin-bottom:30px;
	text-align: center;
	transition: box-shadow .3s;
}
.case ul li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.case ul li:nth-child(4){
	margin-right: 0;
}
.case-img{
	display: block;
	overflow: hidden;
	width: 280px;
	height: 197px;
}
.case-img img{
	width: 280px;
	height: 197px;
	transition: 0.98s;
	-webkit-transition: 0.98s;
	-moz-transition: 0.98s;
}
a:hover .case-img img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}
.case ul li span{
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 20px 0;
}



/*news*/
.news{
	overflow: hidden;
	padding: 80px 0;
}
.news-list{
	padding-bottom: 30px;
}
.news-list li{
	width: 380px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	line-height: 18px;
	margin:0 30px 30px 0;
}
.news-list li:nth-child(3),
.news-list li:nth-child(6),
.news-list li:nth-child(8),
.news-list li:nth-child(12){
	margin-right: 0px;
}
.news-img{
	display: block;
	overflow: hidden;
	width: 380px;
	height: 228px;
}
.news-img img{
	width: 380px;
	height: 228px;
	transition: 0.98s;
	-webkit-transition: 0.98s;
	-moz-transition: 0.98s;
}
a:hover .news-img img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}
.news-l{
	float: left;
	width: 75px;
	background: #30343d;
	padding: 20px 0 20px 15px;
	margin: 25px 0;
}
.news-l span{
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	transition: all 0.6s ease 0s;
}
.news-l em{
	font-style: normal;
	color: #fff;
	transition: all 0.6s ease 0s;
	padding-top: 5px;
	display: block;
}
.news-r{
	float: right;
	width: 260px;
	text-align: left;
	padding: 25px 0;
}
.news-r span{
	font-size: 18px;
	display: block;
	color: #333;
}
.news-r p{
	font-style: normal;
	line-height: 22px;
	color: #666;
	padding-top: 15px;
}
.news-list li:hover{
	border-bottom: 1px #A62A2A solid;
}
a:hover .news-l{
	background: #A62A2A;
}

a:hover .news-r span{
	color: #A62A2A;
}