body {
	padding: 0;
	margin: 0;
	color: #666;
	font-weight: bold;
}

.con-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.moudle0 {
	background: #1074bd;
	padding: 20px;
	text-align: left;
	color: #fff;
	margin-top: 30px;
}

.moudle0 b {
	font-size: 23px;
	font-weight: bold;
}

.moudle0 p {
	font-size: 16px;
	margin-left: 20px;
	line-height: 30px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.moudle-btit {
	font-size: 25px;
	font-weight: bold;
	color: #1074bd;
}

.moudle-stit {
	font-size: 18px;
	margin-left: 20px;
}

.moudle-box {
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	clear: both;
}

.box-l {
	width: 40%;
}

.box-r {
	width: 60%;
}

.box-l img {
	width: 65%;
}

.box-r img {
	width: 80%;
}

.txt-title {
	font-size: 16px;
	background: #f2f2f2;
	color: #333366;
	display: inline-block;
	padding: 0 20px;
	line-height: 30px;
	margin: 10px 0;
}

.moudle3-img {
	width: 85%;
}

.moudle0-img {
	width: 75%;
}

.moudle7-img {
	width: 100%;
	margin: 30px 0;
}

.moudle3 {
	margin-top: -30px;
}

.box2 {
	width: 50%;
}

.box2 img {
	width: 70%;
	margin-top: 30px;
}

.moudle7 {
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #1074bd;
	padding: 30px;
	margin-top: 30px;
}

.moudle7-box {
	text-align: left;
	color: #fff;
}

.moudle7-box .tel {
	width: 80%;
	font-size: 30px;
}

.moudle7-box .ewm {
	width: 15%;
	text-align: center;
	line-height: 30px;
}

.moudle7-box .tel img {
	width: 75%;
	display: block;
	margin-top: -30px;
}

.moudle7-box .ewm img {
	width: 80%;
	display: inline-block;
}

 @media screen and (max-width:750px){
    .con-box {
       width:96%;
    }
}