.outsideBorder {
	//width: 100%;
	height: 45px; //
	background-color: RGB(13, 23, 47);
	background-color: #4897ce; //
	position: fixed; //
	top: 0px; //
	z-index: 9999
}

h4 {
	text-align: center;
	line-height: 115px;
	color: white;
	font-size: 25px;
	margin-top:0px;
}

h5 {
	line-height: 101px;
	text-align: center;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	min-width: 1349px;
}
/*清除浮动代码*/
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.line {
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px
}

.module-1-linebackground {
	background-color: rgba(76, 166, 243, 1);
	width: 100%;
}

.module-1-line2background {
	background-color: rgba(76, 166, 243, 1);
	width: 100px;
}

.module-left1 {
	float: left;
	width: calc(60% - 1px);
	margin-top: 70px;
	height: 76px
}

.module-left2 {
	float: left;
	width: 45%; 
	cursor: pointer;
	} 
	
.module-left2-div1 {
	float: left;
	max-width: 92px;
}

.module1-left2-div {
	background-color: rgba(76, 166, 243, 0.1);
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

img {
	width: 57%;
	margin-top: 17px;
	//cursor: pointer;
}

.font-div {
	height: 50%;
	text-align: left;
	padding-left: 10px;
}

.module-size-1 {
	font-size: 21px;
	color: #333333
}

.module-size-2 {
	font-size: 14px;
	color: #888888
}

.between {
	background-color: #e3e3e3;
	width: 90%;
	height: 1px;
	margin-top: 180px
}

.module-2-linebackground {
	background-color: rgba(37, 143, 233, 1);
	width: 100%;
}

.module-2-line2background {
	background-color: rgba(37, 143, 233, 1);
	width: 63px;
}

.module2-left2-div {
	background-color: rgba(37, 143, 233, 0.1);
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.module-3-linebackground {
	background-color: rgba(19, 121, 209, 1);
	width: 100%;
}

.module-3-line2background {
	background-color: rgba(19, 121, 209, 1);
	width: 85px;
}

.module3-left2-div {
	background-color: rgba(19, 121, 209, 0.1);
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.footer{
	padding: 50px 0 0;
}