.info_wrapper{
	width:100%;	
	height: 100%;
}
/* common */
.common_title{
	text-align: center;
}
.common_title>h4{
	font-size: 35px;
	color: #333;
	line-height: 1;
}
.common_title>h4.white{
	color: #fff;
}
.common_title>p{
	font-size: 20px;
	color: #666;
	line-height: 1;
	margin-top: 24px;
}

/* common_navs */
.common_navs{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
}
.common_navs>ul{
	width: 36%;
	height: 100%;
	margin: 0 auto;
}
.common_navs>ul>li{
	float: left;
	width: 24.333%;
	height: 100%;
	text-align: center;
	margin-right: 9%;
}
.common_navs>ul>li:last-child{
	margin-right: 0;
}
.common_navs>ul>li>a{
	display: block;
	font-size: 16px;
	color: #333;
}
.common_navs>ul>li.active{
	background-color: #488bff;
	box-shadow: 0 6px 20px rgba(0, 83, 227, .35);
}
.common_navs>ul>li:hover{
	background-color: #488bff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.common_navs>ul>li.active>a{
	color: #fff;
}
.common_navs>ul>li:hover>a{
	color: #fff;
}
/* common_navs */
/* common */

/* banner_wrapper */
.banner_wrapper{
	width: 100%;
	padding: 176px 0 108px;
	box-sizing: border-box;
	background: url(../images/about/banner.png) no-repeat center/cover;
}
.banner_wrapper .banner_txt>h4{
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	line-height: 1;
	margin-bottom: 32px;
}
.banner_wrapper .banner_txt>p{
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.banner_wrapper .banner_txt .banner_btn{
	margin-top: 64px;
}
.banner_wrapper .banner_txt .banner_btn>a{
	display: block;
	font-size: 16px;
	color: #0059df;
	float: left;
	width: 148px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
}
.banner_wrapper .banner_txt .banner_btn>a:last-child{
	color: #fff;
	background-color: transparent;
	margin-left: 32px;
}
/* banner_wrapper */

/* about_sec1 */
.about_sec1{
	width: 100%;
	padding: 102px 0 96px;
	box-sizing: border-box;
	background-color: #f4f4f4;
}
.about_sec1 .sec1_box{
	position: relative;
	width: 100%;
	padding-top: 78px;
	margin-top: 58px;
}
.sec1_box .sec1_num{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 62px 0 40px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left,#00d7df, #0081e4);
    background: -o-linear-gradient(right,#00d7df, #0081e4);
    background: -moz-linear-gradient(right,#00d7df, #0081e4);
	background: linear-gradient(to right,#00d7df, #0081e4);
	box-shadow: 0 16px 20px rgba(0, 76, 102, .18);
	border-radius: 90px;
}
.sec1_num>li{
	float: left;
	width: 24.9%;
	text-align: center;
	border-right: 1px solid #fff;
}
.sec1_num>li .num_box{
	display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
	justify-content: center;
	margin-bottom: 16px;
}
.sec1_num>li .num_box>span{
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 1;
}
.sec1_num>li .num_box>span.add{
	font-size: 30px;
}
.sec1_num>li .txt_box{
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.sec1_num>li:last-child{
	border-right: none;
}
.sec1_box .sec1_txt{
	width: 100%;
	padding: 152px 100px 60px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
    color: #666;
    line-height: 30px;
}
.sec1_box .sec1_txt .sec1_txt_img{
	width: 100%;
	margin-bottom: 46px;
}
.sec1_box .sec1_txt .sec1_txt_img>img{
	max-width: 100%;
	width: 100%;
}
.sec1_box .sec1_txt .sec1_txt_text{
	width: 100%;
}
.sec1_box .sec1_txt .sec1_txt_text>p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 36px;
}
.sec1_box .sec1_txt .sec1_txt_text>p:last-child{
	margin-bottom: 0;
}
.sec1_box .sec1_txt .sec1_txt_text>p>span{
	color: #0094e3;
}
/* about_sec1 */

/* about_sec2 */
.about_sec2{
	width: 100%;
	padding: 128px 0 136px;
	box-sizing: border-box;
	background: url(../images/about/sec2_bg.png) no-repeat center/cover;
}
.about_sec2 .sec2_box{
	margin-top: 86px;
}
.sec2_box>li{
	float: left;
	width: 23.5%;
	text-align: center;
	margin-right: 2%;
	padding: 56px 30px 42px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
}
.sec2_box>li:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec2_box>li:last-child{
	margin-right: 0;
}
.sec2_box>li .sec2_img{
	width: 92px;
	height: 93px;
	margin: 0 auto;
}
.sec2_box>li .sec2_img>img{
	max-width: 100%;
	width: 100%;
}
.sec2_box>li .sec2_txt>h6{
	font-weight: bold;
	font-size: 20px;
	color: #333;
	line-height: 1;
	margin-bottom: 24px;
}
.sec2_box>li .sec2_txt>p{
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 96px;
}
/* about_sec2 */

/* about_sec3 */
.about_sec3{
	width: 100%;
	padding: 132px 0 164px;
	box-sizing: border-box;
	background-color: #f4f4f4;
}
.about_sec3 .sec3_box{
	margin-top: 86px;
}
.sec3_box>li{
	float: left;
	width: 15%;
	margin-right: 6.25%;
}
.sec3_box>li:last-child{
	margin-right: 0;
}
.sec3_box>li .sec3_img{
	width: 180px;
	height: 180px;
	margin-bottom: 36px;
	overflow: hidden;
}
.sec3_box>li .sec3_img>img{
	max-width: 100%;
	width: 100%;
}
.sec3_box>li:hover .sec3_img>img{
	transform:rotate(-360deg);
	-ms-transform:rotate(-360deg); 	
	-moz-transform:rotate(-360deg); 	
	-webkit-transform:rotate(-360deg); 
	-o-transform:rotate(-360deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec3_box>li .sec3_txt{
	font-weight: bold;
	font-size: 20px;
	color: #333;
	line-height: 1;
	text-align: center;
}
/* about_sec3 */

/* about_sec4 */
.about_sec4{
	width: 100%;
	padding: 120px 0 108px;
	box-sizing: border-box;
}
.about_sec4 .sec4_box{
	margin-top: 52px;
}
.sec4_box .sec4_box_L{
	width: 26.667%;
	margin-right: 3.333%;
}
.sec4_box .sec4_box_L>img{
	max-width: 100%;
	width: 100%;
}
.sec4_box .sec4_box_R{
	width: 70%;
}
.sec4_box .sec4_box_R>img{
	width: 49%;
	height: 225px;
	margin-right: 2%;
}
.sec4_box .sec4_box_R>img:nth-child(2n){
	margin-right: 0;
}
.sec4_box .sec4_box_R>img:first-child,
.sec4_box .sec4_box_R>img:nth-child(2){
	margin-bottom: 30px;
}
/* about_sec4 */