.content .module,
.content .module .inner,
.content .module-1 .info,
.content .module-2 .inner .list-block,
.content .module-3 .bd .item {
	*zoom: 1;
}

.content .module:before,
.content .module .inner:before,
.content .module-1 .info:before,
.content .module-2 .inner .list-block:before,
.content .module-3 .bd .item:before,
.content .module:after,
.content .module .inner:after,
.content .module-1 .info:after,
.content .module-2 .inner .list-block:after,
.content .module-3 .bd .item:after {
	content: "";
	display: table;
}

.content .module:after,
.content .module .inner:after,
.content .module-1 .info:after,
.content .module-2 .inner .list-block:after,
.content .module-3 .bd .item:after {
	clear: both;
}

.content .module {
	width: 1200px;
	overflow: hidden;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-width: 92%;
}

.content .module-1>.inner .title {
	font-size: 36px;
	color: #000000;
	text-align: center;
}

.content .module-1>.inner .small-title {
	margin-top: 20px;
	font-size: 24px;
	color: #0084ce;
	text-align: center;
}

.content .module-1 .info {
	margin-top: 20px;
	background-color: transparent;
}

.content .module-1 .info li {
	float: left;
	width: 20%;
	height: 96px;
	border-left: 1px solid #0084ce;
	overflow: hidden;
	box-sizing: border-box;
}

.content .module-1 .info li .title {
	padding-left: 25px;
	font-size: 24px;
	color: #1b1b1b;
}

.content .module-1 .info li .inner-text {
	margin-top: 10px;
	padding-left: 25px;
	font-size: 14px;
	color: #656565;
}

.content .module-1 .info .img-box {
	margin-top: 55px;
	text-align: center;
}

.content .module-1 .info .img-box img{
	float: left;
	width: 49%;
	margin-right: 2%;
}

.content .module-1 .info .img-box img:last-child{
	margin-right: 0;
}

.content .module-2 .inner>.title {
	font-size: 36px;
	color: #656565;
	text-align: center;
}

.content .module-2 .inner>.title strong {
	font-weight: normal;
	color: #0084ce;
}

.content .module-2 .inner .img-box {
	margin-top: 40px;
	text-align: center;
}

.content .module-2 .inner .info {
	font-size: 18px;
	color: #656565;
}

.content .module-2 .inner .info p {
	margin-top: 30px;
}

.content .module-2 .inner .list-block {
	margin-top: 30px;
}

.content .module-2 .inner .list-block .item {
	float: left;
	margin-top: 14px;
	margin-right: 10px;
	width: 573px;
	background: #f7f7f7;
	border-left: 1px solid #0084ce;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
}

.content .module-2 .inner .list-block .item .title {
	font-size: 24px;
	color: #0084ce;
}

.content .module-2 .inner .list-block .item .item-box {
	font-size: 16px;
	color: #656565;
}

.content .module-2 .inner .list-block .item .item-box span {
	float: left;
	width: 113px;
	line-height: 24px;
}

.content .module-2 .inner .list-block .item.item-2 {
	border-color: #ae29cf;
}

.content .module-2 .inner .list-block .item.item-2 .title {
	color: #ae29cf;
}

.content .module-2 .inner .list-block .item.item-3 {
	margin-top: 36px;
	border-color: #40cc7f;
}

.content .module-2 .inner .list-block .item.item-3 .title {
	color: #40cc7f;
}

.content .module-2 .inner .list-block .item.item-4 {
	border-color: #d47800;
}

.content .module-2 .inner .list-block .item.item-4 .title {
	color: #d47800;
}

.content .module-2 .inner .list-block .item.item-5 {
	border-color: #5fcef5;
}

.content .module-2 .inner .list-block .item.item-5 .title {
	color: #5fcef5;
}

.content .module-3 {
	width: 100%;
	padding-bottom: 50px;
}

.content .module-3 .inner-l {
	float: left;
	width: 50%;
	height: 403px;
	background: url(../images/contact_pic_01.jpg) right center no-repeat;
}

.content .module-3 .inner-r {
	float: right;
	width: 50%;
	height: 403px;
	background: #0084ce;
}

.content .module-3 .bd {
	padding-top: 56px;
	padding-left: 47px;
	color: #fff;
}

.content .module-3 .bd .title {
	font-size: 36px;
}

.content .module-3 .bd .info {
	font-size: 14px;
}

.content .module-3 .bd input {
	font-size: 20px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	color: #1b1b1b;
}

.content .module-3 .bd .input-normal {
	margin-right: 7px;
	padding: 0 15px;
	width: 238px;
	height: 40px;
	line-height: 40px;
}

.content .module-3 .bd .input-large {
	padding: 0 15px;
	width: 516px;
	height: 40px;
	line-height: 40px;
}

.content .module-3 .bd .input-small {
	padding: 0 10px;
	width: 73px;
	height: 40px;
	line-height: 40px;
}

.content .module-3 .bd .btn-submit {
	border: none;
	width: 280px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #000;
	font-size: 20px;
	color: #fff;
}

.content .module-3 .bd .item {
	margin-top: 22px;
}

.content .module-3 .bd .item .fl {
	float: left;
}

.content .module-3 .bd .item .fl .img {
	float: left;
	width: 113px;
	height: 40px;
	border: 1px solid #d3d3d3;
	border-right: none;
}

.content .module-3 .bd .item .fl .img img {
	width: 113px;
	height: 40px;
}

.content .module-3 .bd .item .fl .input-box {
	float: left;
}

.content .module-3 .bd .item .fr {
	float: left;
	margin-left: 59px;
}
