* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-bg{
	width: 100%;
	height: 100vh;
	overflow:hidden;   
}
.about-us-box{
    padding: 5vh 20px;
    background-color: #ebf2fe;
}
.about-us {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us .content{
	width: 40%;
	margin-right: 55px;
}




.about-us .content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 36px;
}
.about_title {
    margin-bottom: 50px;
    text-align: center;
}

.about_title h1{
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: bold;
    color: #333;
}

.about-icon{
	width: 1180px;
	height: 400px;
	margin: 70px auto 0px auto;
	overflow: hidden;
}
.about-icon-box .about-icon dl {
	width: 31%;
	margin: 0 1.1%;
	float: left;
	text-align: center;
}
.about-icon-box .about-icon dl dd{
	margin-bottom: 10px;
}
.about-icon-box .about-icon dl dt h2{
	font-size: 18px;
	line-height: 32px;
	color: #333;
	font-weight: normal;
}


.advantage-box{
	background: #f6f6f6;
	overflow: hidden;
	padding-bottom: 60px;
}

.advantage_title{
	text-align: center;
	margin: 76px 0 60px 0;
}
.advantage_title h1{
	font-size: 28px;
	color: #333;
	line-height: 35px;
	margin: 15px 0;
	font-weight: normal;
}
.advantage-content{
	width: 1230px;
	overflow: hidden;
	margin: 60px auto 0px auto;
}
.advantage-content dl{
	width: 380px;
	float: left;
	font-size: 16px;
	margin: 15px;
	overflow: hidden;
	color: #333;
	line-height: 28px;
}
.advantage-content dl dd{
	height: 240px;
	margin-bottom: 12px;
	padding: 1px;
	transition: box-shadow 218ms;
}
.advantage-content dl dd:hover {
	background-color: #ccc;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}


.team_title{
	text-align: center;
	margin: 76px 0 60px 0;
}
.team_title h1{
	font-size: 28px;
	color: #333;
	line-height: 35px;
	margin: 15px 0;
	font-weight: normal;
}

.team-content{
	width: 1230px;
	overflow: hidden;
	margin: 60px auto 0px auto;
}
.team_con {

	width: 100%;

	clear: both;

	overflow: hidden;

	margin: 50px auto;

}

.team_con .left_cor {

	width: 66.6%;

	float: left;

}

.team_con .left_cor .boxgrid {

	width: 50%;

	height: 220px;

	border: 1.5px solid #FFF;

	float: left;

	overflow: hidden;

	position: relative;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	background-position: center top;

}

.team_con .left_cor .boxgrid img {

	position: absolute;

	top: 0;

	left: 0;

	border: 0;

}

.team_con .left_cor .boxgrid .cover {

	position: absolute;

	background: #000;

	height: 220px;

	width: 100%;

	opacity: .7; /* For IE 5-7 */

filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);/* For IE 8 */

	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

}

.team_con .left_cor .boxgrid .cover {

	top: 220px;

	left: 0;

}

.team_con .left_cor .boxgrid .cover h3 {

	font-size: 14px;

	color: #FFF;

	line-height: 40px;

	text-align: left;

	margin-left: 15px;

}

.team_con .right_cor {

	width: 33.3%;

	float: right;

	margin-top: 1px;

}

.team_con .right_cor .boxgrid {

	width: 100%;

	height: 438px;

	overflow: hidden;

	position: relative;

	background-position: center top;

}

.team_con .right_cor .boxgrid img {

	position: absolute;

	top: 0;

	left: 0;

	border: 0;

}

.team_con .right_cor .boxgrid .cover1 {

	position: absolute;

	background: #000;

	height: 438px;

	width: 100%;

	opacity: .7; /* For IE 5-7 */

filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);/* For IE 8 */

	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

}

.team_con .right_cor .boxgrid .cover1 {

	top: 438px;

	left: 0;

}

.team_con .right_cor .boxgrid .cover1 h3 {

	font-size: 14px;

	color: #FFF;

	line-height: 40px;

	text-align: left;

	margin-left: 15px;

}