@charset "gb2312";
.large-service-banner {
	position: relative;
	width: 100%;
	height: 860px;
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
/*----------------------------------------------------------*/
.large-service-01 {
	position: relative;
	width: 100%;
	background-image: url(large-lattice-bg.jpg);
	background-position: center top;
}
.large-service-01-holder {
	width: 1200px;
	height: 950px;
	margin: auto;
}
.large-service-01-holder>li {
	float: left;
	width: 600px;
	height: 300px;
}
.large-service-01-holder .content {
	padding: 30px;
}
.large-service-01-holder .content .title {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 24px;
}
.large-service-01-holder .content .title i {
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	padding-left: 5px;
}
.large-service-01-holder .content .text {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
}
.large-service-01-holder .img img {
	display: block;
}
/*----------------------------------------------------------*/
.large-service-02 {
	position: relative;
	width: 100%;
	height: 800px;
	background-image: url(large-service-02-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.large-service-02-text>li {
	width: 980px;
	padding: 40px;
	margin: auto;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*MOZ , FF*/
	background: rgba(0,0,0,0.50)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.large-service-02-text>li i {
	color: #e40000;
	font-style: normal;
}
.large-service-02-icon {
	width: 100%;
	height: 120px;
	margin-top: 60px;
	text-align: center;
}
.large-service-02-icon>li {
	display: inline-block;
	width: 100px;
	height: 120px;
	margin: 0px 30px;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 180px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.large-service-02-icon>li:hover {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
/*----------------------------------------------------------*/
.large-service-03 {
	position: relative;
	width: 100%;
}
.large-service-03-holder {
	width: 1200px;
	margin: auto;
}
.large-service-03-holder .list {
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
	background-color: #F0F0F0;
}
.large-service-03-holder .list .list-title {
	display: block;
	float: left;
	width: 112px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: left top;
}
.large-service-03-holder .list .list-text {
	display: block;
	float: left;
	width: 720px;
	height: 240px;
	padding: 30px 0px;
	line-height: 30px;
	color: #2A2A2A;
	font-size: 16px;
	text-align: justify;
}
.large-service-03-holder .list .list-img {
	display: block;
	float: left;
	margin-left: 28px;
	width: 340px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
}
.large-service-03-holder .content {
	width: 100%;
	margin-top: 50px;
}
.large-service-03-holder .content .content-cn-title {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 30px;
	color: #e40000;
}
.large-service-03-holder .content .content-en-title {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #989898;
	text-transform: uppercase;
}
.large-service-03-holder .content .content-text {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #2a2a2a;
	text-align: justify;
}
/*----------------------------------------------------------*/
.large-service-04 {
	position: relative;
	width: 100%;
	padding-bottom: 60px;
}
/*----------------------------------------------------------*/
.large-service-form {
	width: 1200px;
	margin: auto;
}
.large-service-form .name {
	float: left;
	width: 49%;
	height: 50px;
}
.large-service-form .phone {
	float: right;
	width: 49%;
	height: 50px;
}
.large-service-form .province {
	float: left;
	width: 49%;
	height: 50px;
}
.large-service-form .city {
	float: right;
	width: 49%;
	height: 50px;
}
.large-service-form .submit {
	clear: both;
	width: 100%;
	height: 50px;
}
.large-service-form .note {
	width: 100%;
	padding: 20px 0px;
	line-height: 30px;
	color: #E40000;
}
.large-service-form li {
	position: relative;
}
.large-service-form li i {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #FF8800;
}
.large-service-form li span {
	display: none;
	position: absolute;
	top: -40px;
	left: 20px;
	height: 36px;
	padding: 10px;
	line-height: 14px;
	font-size: 12px;
	color: #FF8800;
	background-color: #FFFFCC;
	border: 1px solid #FF8800;
}
.large-service-form input[type="text"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px 49px 9px 9px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #ccddff;
}
.large-service-form select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #ccddff;
}
.large-service-form textarea {
	display: block;
	width: 100%;
	height: 120px;
	padding: 9px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #ccddff;
}
.large-service-form input[type="submit"] {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #e40000;
	cursor: pointer;
}
/*----------------------------------------------------------*/
.large-service-title {
	width: 100%;
	padding: 50px 0px;
}
.large-service-title li {
	width: 1200px;
	margin: auto;
}
.large-service-title li img {
	display: block;
	margin: auto;
}
.down-more {
	position: absolute;
	z-index: 999999;
	bottom: -15px;
	width: 100%;
}
.down-more li {
	width: 30px;
	height: 30px;
	margin: auto;
	background-image: url(more.png);
	cursor: pointer;
}