@charset "utf-8";
/* CSS Document */
.home_banner{
	height: 410px;
	background: url(../img/banner_home.jpg) no-repeat top center;
}
.nav_home{
	background: rgba(0, 0, 0, .3);
}
.about{
	height: 460px;
	margin-bottom: 50px;
}

.subtitle{
    font-size: 18px;
    color: #c1c9d1;
    text-align: center;
    padding-bottom: 32px;
    font-family: arial;
}
.about_left{
    float: left;
    width: 580px;
}
.about_more{display: inline-block;border-bottom: 1px solid #223066;padding-bottom: 10px;padding-top: 12px;}
.about_more a{
    color: #223066;
    font-size: 20px;
}
.about_more img{
    margin-left: 40px;
    position: relative;
    top: 7px;
}
.about_right{
    float: right;
    width: 439px;
}
.about_right ul li{
    float: left;
    width: 215px;
    margin-bottom: 38px;
}
.about_right ul li img{
    height: 46px;
}
.number{
    font-size: 36px;
    font-weight: bold;
    color: #223066;
    margin: 14px 0;
}
.number_info{
    color: #111111;
    font-size: 19px;
}
.product{
    padding: 50px 0px 70px;
    background: #f0f5fb;
}
.product_ul{}
.product_ul li{
    float: left;
    background: #fff;
    box-shadow: 3px 4px 16px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-right: 56px;
    box-sizing: border-box;
    width: 570px;
    overflow: hidden;
    height: 660px;
    position: relative;
}
.product_ul li:nth-of-type(2){
	margin-right:0px;
}
.product_ul li img{}
.product_title{
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 14px;
    padding-bottom: 8px;
    margin-top: 14px;
    padding: 0px 26px;
}
.pro_title1{
    font-size: 20px;
    color: #222;
    font-weight: normal;
    margin-bottom: 6px;
}
.pro_title2{
    font-size: 15px;
    color: #222;
    padding-bottom: 12px;
}
.benefit{
    padding: 0px 26px 20px;
}
.benefit p{
    font-size: 16px;
    color: #222;
    line-height: 30px;
    margin-bottom: 6px;
}
.benefit p:before{
	content:"";
	display: table-cell;
	width: 26px;
	height:11px;
	margin-right:12px;
	background: url(../img/benefit_img.png) no-repeat 0px 10px;
}
.benefit span{
	display: table-cell;
}

.value{
	background: url(../img/home_bg2.jpg) no-repeat 0px 10px;
	height: 430px;
	padding-top: 50px;
}
.topic_values{}

.values_left{
    float: left;
    width: 420px;
    margin-right: 30px;
    box-sizing: border-box;
}
.values_bg{
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 16px;
}
.bg_blue{
    background: #f2f8fe;
    border: 1px solid #a5d1f5;
}
.values_icon{
    float: left;
    margin-right: 16px;
    margin-top: 8px;
}
.values_icon img{}
.bg_orange{
    background: #fff8f2;
    border: 1px solid #fdd3ae;
}
.values_middle{
    float: left;
    width: 420px;
    margin-right: 30px;
}
.values_right{
    float: right;
    width: 300px;
    border-radius: 10px;
}
.values_contact{
    padding: 20px 20px;
    text-align: center;
}
.values_contact img{
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}
.values_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.values_detail{
	line-height: 24px;
	color: #585858;
	font-size: 16px;
}
.values_info{
    float: left;
    width: 313px;
}
.right_blue{
    height: 190px;
    text-align: center;
}
.values_icon2{
    text-align: center;
    display: inline-block;
    margin-top: 34px;
}
.values_info2{}
.join{
    padding: 70px 0px;
}
.join li{
	width: 576px;
	height: 296px;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 30px;
	float: left;
	margin-right: 24px;
}
.school_li{
	background: url(../img/home_join_img1.jpg) bottom right no-repeat;
	background-color: #3370ff;
}
.join_title{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
}
.join_p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
.join_p2{
	
font-size: 17px;
	
color: #fff;
}
.join_btn{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 10px 28px;
    border-radius: 29px;
    margin-top: 46px;
}
.social_li{	
	background: url(../img/home_join_img2.jpg) bottom right no-repeat;
	background-color: #00bec8;
	margin-right: 0px;
}
.product_btn{
    padding: 0px 26px 20px;
    position: absolute;
    bottom: 10px;
}