﻿#banner {
	width: 100%;
	max-width: 1920px;
	height: 460px;
	margin: 0 auto;
}
#banner .banner-box {
	width: 100%;
	max-width: 1920px;
	height: 460px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #c4c4c4;
	background: url(../image/service-bg.png) center no-repeat;
	overflow: hidden;
}
#banner .banner-box h1.title {
	margin-top: 200px;
	margin-bottom: 10px;
	font-size: 40px;
}
#banner .banner-box .desc {
	line-height: 22px;
	font-size: 16px;
}

.container h3.title {
	height: 48px;
	line-height: 48px;
	margin-top: 50px;
	margin-bottom: 54px;
}
.container h3.title div {
	display: inline-block;
	font-size: 24px;
}
.container h3.title .line {
	width: 40px;
	height: 1px;
	margin: 0 20px;
	vertical-align: middle;
	background-color: #999;
}
.container ul.list {
	margin: 0;
	padding: 0;
}
.container ul.list li.item {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
}
.container ul.list li.item:last-child {
	margin-right: 0;
}

#product {
	padding-top: 50px;
	margin-bottom: 0;
}
#product h3.title {
	margin: 10px 0;
}
#product h3.title-cn {
	font-size: 38px;
	color: #333;
}
#product h3.title-en {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 400;
	color: #666;
}
#product .content {
	width: auto;
	line-height: 32px;
	margin-top: 32px;
	margin-bottom: 10px;
}

#develop {
	margin-bottom: 74px;
}
#develop ul.list li.item .img-box {
	width: 285px;
	height: 190px;
	background: #ededed;}

#develop ul.list li.item .img-box img {
	width: 285px;
	height: 190px;
}
#develop ul.list li.item .name {
	margin-top: 20px;
}

#service {
	max-width: 1920px;
	margin-top: 74px;
	padding-bottom: 100px;
	background: #fafafa;
}
#service ul.list {
	width: 1200px;
	margin: 0 auto;
}
#service ul.list li.item {
	width: 386px;
}
#service ul.list li.item .img-box {
	width: 386px;
	height: 222px;
	background: #ededed;
}
#service ul.list li.item .img-box img {
	width: 386px;
	height: 222px;
}
#service ul.list li.item h4 {
	font-size: 18px;
	margin-top: 22px;
	margin-bottom: 12px;
}
#service ul.list li.item .desc {
	min-height: 72px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	text-align: left;
}