/*共用*/
body, img, input, ul, li, h1, h2, h3, h4, h5, h6, p 
{
	font-family: "思源黑体CN","微软雅黑",Helvetica, Arial;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
    text-decoration: none;
    list-style: none;
}
.zcjy_top80{
	margin-top: 100px;
}
/*首页*/            
/*导航栏*/
.nav{
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.nav_center{
	width: 1200px;
	height: 100px;
	/*background-color: #333333;*/
	margin: 0 auto;
}
.nav_logo{
	float: left;
	margin: 16px 0;
}
.nav_regsiter{
	width: 80px;
	height: 30px;
	float: right;
	background-color: #86ba1b;
	margin-top: 34px;
	border-radius: 15px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	margin-right: 20px;
	cursor: pointer;
}
.nav_login{
	width: 60px;
	height: 28px;
	float: right;
	margin: 34px 0;
	border: 1px solid #999999;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	border-radius: 15px;
	color: #999999;
	cursor: pointer;
}
.nav_ui{
	height: 100px;
	line-height: 100px;
	float: right;
	margin-right: 25px;
	
}
.nav_li{
	float: left;
	position: relative;
}
.nav_li_a{
	display: block;
	padding: 0 25px;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.nav_li_a.zjzc{
	color: #8EC31F;
}
.nav_li_a:hover{
	color: #86ba1b;
}
.nav_submenu{
	width: 100%;
	height: 200px;
	background-color: rgba(255,255,255,0.97);
	position: fixed;
	left: 0;
	box-shadow: inset 0px 2px 10px 0px rgb(0 0 0 / 10%);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
	/*display: none;	*/
	transform: scaleY(0);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
}
.nav_li:hover .nav_submenu{
	transform: scaleY(1);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
}
.nav_submenu_center{
	width: 680px;
	/*height: 200px;*/
	/*background-color: #333333;*/
	position: inherit;
	left: 50%;
	margin-left: -110px;
}
.nav_submenu_ul{
	float: left;
	width: 280px;
	/*height: 200px;*/
	/*background-color: aquamarine;*/
	margin-left: 59px;
}
.nav_submenu_li{
	float: left;
}
.nav_li_title{
	width: 280px;
	height: 20px;
	line-height: 20px;
	/*background-color: royalblue;*/
	padding-top: 30px;
	font-size: 16px;
	
}
.nav_submenu_li a{
	width: 130px;
	height: 20px;
	font-size: 14px;
	color: #666666;
	/*background-color: burlywood;*/
	line-height: 20px;
	display: block;
	padding: 15px 0;
}
.nav_submenu_line{
	width: 1px;
	height: 120px;
	background-color: #cccccc;
	float: left;
	margin: 65px auto 15px;
}
.nav_submenu_li a:hover{
	color: #86ba1b;
	cursor: pointer;
}
/*轮播图*/
.banner{
	width: 100%;
	margin-top: 100px;
	position: relative;
}
.banner img{
	width: 100%;
	display: block;
}
.banner_title{
	width: 1200px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -250px;
	position: absolute;
}
.banner_title img{
	width: 579px;
	height: 214px;
	float: left;
}
.banner_title ul{
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}
.banner_title ul li{
	width: 1100px;
	height: 14px;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0px;
	color: #ffffff;
	letter-spacing: 2px;
}
.banner_button{
	width: 155px;
	height: 46px;
    background-image: -webkit-linear-gradient( 180deg, rgb(115,159,22) 0%, rgb(162,219,42) 99%);
    float: left;
    display: block;
    border-radius: 23px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    border-style: none;
    font-size: 16px;
    margin-top: 60px;
}
.content_icon{
	width: 100%;
	height: 250px;
	position: relative;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.14);
}
.content_icon_ul{
	width: 1200px;
	height: 250px;
	display: flex;
	margin: 0 auto;
	justify-content:space-between;
	padding-top: 52px;
}
.content_icon_li{
	width: 280px;
	height: 146px;
	display: block;
	float: left;
	position: relative;
}
.content_icon img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.content_icon li p{
	font-size: 24px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
.content_icon_txt{
	width: 280px;
	height: 146px;
	background-color: #8ec31f;	
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 4px;
	display: none;
}
.content_icon_txt h1{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;	
}
.content_icon_li .content_icon_txt p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 14px;
	text-align: left;
	padding: 0 20px;
	line-height: 20px;
}
.content_icon_li:hover .content_icon_txt{
	display: block;
}
/*热门推荐*/
.main{
	width: 100%;
	position: relative;
	object-fit: none;
}
.main_title{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	padding-top: 90px;
}
.main_title_title{
	font-weight: bold;
    position: absolute;
    color: #333333;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    z-index: 1;
}
.main_title_y{
	font-weight: bold;
    position: absolute;
    font-family: arial;
    color: #f2f5fa;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 132px;
}
.main_shop{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	border-bottom: 2px solid #CCCCCC;
	position: absolute;
	margin-top: 90px;
	z-index: 1;
}
.main_shop_ul{
	width: 880px;
	height: 58px;
	margin: 0 auto;
}
.main_shop_li{
	width: 150px;
	height: 58px;
	display: block;
	float: left;
	line-height: 58px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}
.main_shop_line{
	width: 56px;
	height: 4px;
	background-color: #8ec31f;
	/*float: left;*/
	/*margin-left: 158px;*/
	position: absolute;
	bottom: 0px;
    left: 50%;
}

.main_content_title{
	/*width: 100%;*/
	position: absolute;
	height: 830px;
	background: url(../img/remenxiangmu_bg.png)no-repeat bottom center;
}
.main_content_title_title{
	width: 1200px;
	height: 700px;
	left: 50%;
	margin-left: -440px;
	margin-top: 256px;
	position: absolute;
}
.main_content_title_title h1{
	font-size: 40px;
	font-weight: bold;
	color: #333333;
}
.main_content_title_title h4{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}
.main_content_title_title h6{
	font-size: 18px;
	
	color: #666666;
	margin-top: 80px;
}
.main_content_title_title button{
	width: 134px;
	height: 46px;
	border: 1px solid #333333;
	background:none;
	cursor: pointer;
	border-radius: 23px;
	margin-top: 110px;
	font-size: 18px;
	color: #333333;
}
.main_content_title_title button:hover{
	border: none;
	background-color: #8EC31F;
	color: #ffffff;
}
.main_content_title_title_img{
	width: 326px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: 100px;
}
/*轮播*/
.show_box{ height:830px; position:relative; overflow:hidden;}
.img_box{width: 100%; height:830px;}
.img_box li{float:left;}
/*.img_box li img{ height:830px;}*/
.btn{ display:none;}
.btn:hover{ cursor:pointer;}
.btn a{ position:absolute; top:50%; width:80px; height: 80px; margin-top:-50px; display:block;}
.btn_prev{left:50%; margin-left: -680px;background: url(../img/jiantougo.png) no-repeat center;}
.btn_next{ right:50%;margin-right:-680px;background: url(../img/jiantou.png) no-repeat center;}

.nemu_round{ position:absolute; bottom:50px; left:50%; margin-left:-60px;}
.nemu_round a{ display:block; width:20px; height:20px; border-radius:50%; background-color:#FFF; float:left; margin:0 5px;}
.nemu_round .on{ background-color:#ccc;}
/*轮播*/

/*专业推荐*/
.main_hot{
	width: 100%;
	height: 800px;
	position: relative;
	object-fit: none;
	background: url(../img/zhuanyetuijian_bg.png)no-repeat bottom center;

}
.main_hot_title{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	padding-top: 90px;
}
.main_hot_x{
	font-weight: bold;
    position: absolute;
    color: #333333;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    z-index: 1;
}
.main_hot_y{
	font-weight: bold;
    position: absolute;
    font-family: arial;
    color: #f2f5fa;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 132px;
}
.main_hot_ul{
	width: 1200px;
	margin: 0 auto;

	justify-content: space-between;
	display: flex;
	margin-top: 70px;
}
.main_hot_li{
	display: block;
	width: 288px;
	height: 424px;
	float: left;
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}
.main_hot_li_h1{
	font-size: 18px;
	color: #333333;
	margin-left: 20px;
	margin-top: 30px;
	font-weight: bold;
}
.main_hot_title_hx{
	width: 35px;
    height: 2px;
    background-color: #e2e2e2;
    /*display: block;*/
    margin-left: 20px;
    margin-top: 26px;
}
.main_hot_title_p{
	width: 248px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 30px;
}
.main_hot_title_p1{
	font-size: 13px;
	color: #8EC31F;
	margin-left: 20px;
	margin-top: 30px;
}
.main_hot_li:hover{
	background-color: #8EC31F;
	color: #FFFFFF;
}
.main_hot_li:hover .main_hot_li_h1{
	color: #ffffff;
}
.main_hot_li:hover .main_hot_title_p{
	color: #ffffff;
}
.main_hot_li:hover .main_hot_title_p1{
	color: #ffffff;
}
/*报名流程*/
.main_process{
	width: 100%;
	height: 440px;
	position: relative;
	object-fit: none;
	/*background: url(../img/zhuanyetuijian_bg.png)no-repeat bottom center;*/

}
.main_process_title{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	padding-top: 90px;
}
.main_process_x{
	font-weight: bold;
    position: absolute;
    color: #333333;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    z-index: 1;
}
.main_process_y{
	font-weight: bold;
    position: absolute;
    font-family: arial;
    color: #f2f5fa;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 132px;
}
.main_process_icon_ul{
	width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    margin-top: 70px;
}
.main_process_icon_li{
	margin: auto 0;
	position: relative;
}
.main_process_icon_li.tz{
	width: 180px;
	/*height: 84px;*/
	/*background-color:rosybrown;*/
	position: relative;
}
.main_process_icon_li.tz1{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #dce5c9;
}
.main_process_icon_li.tz1 p{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
}
.main_process_icon_li.tz img{
	width: 84px;
	height: 84px;
	margin: 0 auto;
}
.main_process_icon_li.tz h1{
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	padding-top: 18px;
	position: absolute;
	width: 180px;
	margin: 0 auto;
	/*background-color: aquamarine;*/
	
}
.main_process_xian{
	width: 1020px;
	height: 2px;
	background-color: #dce5c9;
	margin: 0 auto;
	margin-top: -43px;

}
/*专业团队*/
.zcjy1200{
	width: 1200px;
	margin: 0 auto;
}
.zcjybottom{
	padding-top: 450px;
	position: relative;
}
.professionals_mian{
	height:584px; 
	width: 100%;
	background: url(../img/professionals_bg.png)no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.professionals_box{ 
	height:584px; 
	position:relative; 
	overflow:hidden;
}
.professionals_ul{ 
}
.professionals_ul li{
	float:left;
}
.professionals_btn{ 
	display:none;
}
.professionals_btn:hover{ 
	cursor:pointer;
}
.professionals_btn a{ 
	position:absolute; 
	top:50%; 
	width:78px; 
	height:78px; 
	margin-top:-39px; 
	display:block;
}
.professionals_btn_prev{
	left:0;
	background-image: url(../img/left_icon2.png);
}
.professionals_btn_next{ 
	right:0;
	background-image: url(../img/right_icon2.png);
}
.professionals_nemu_round{ 
	position:absolute; 
	bottom:140px; 
	left:50%; 
	margin-left:-45px;
}
.professionals_nemu_round a{ 
	display:block; 
	width:20px; 
	height:2px; 
	border-radius:2px; 
	background-color:rgba(255,255,255,0.5); 
	float:left; 
	margin:0 5px;
	cursor: pointer;
}
.professionals_nemu_round .on{ 
	background-color:#FFFFFF;
}
.professionals_bak{
	width: 600px;
	margin: 200px auto 0;
}
.professionals_bak img{
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 0 10px 0 rgb(0,0,0 ,0.15);
	border: 3px solid rgba(255,255,255,0.3);
}
.professionals_bak h1{
	color: white;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
.professionals_bak p{
	color: white;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	line-height: 24px;
}
/*关于我们*/
.aboutus_txt{
	width: 100%;
	height: 720px;
	background: url(../img/aboutus_bg1.png) no-repeat center;
}
.aboutus_txt h1{
	color: white;
	font-size: 48px;
	text-align: center;
	padding-top: 60px;
}
.aboutus_txt p{
	color: white;
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
	text-indent: 2em;
	width: 1000px;
}
.business{
	
}
.business_txt{
	overflow: hidden;
}
.business_title{
	float: left;
	position:relative;
	width: 700px;
	margin-top: 90px;
}
.business_title h1{
	position: absolute;
	left: 0;
	top: 0;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	line-height: 132px;
}
.business_title h2{
	color: #000000;
	font-size: 132px;
	line-height: 132px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.03;
}
.business_title p{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	line-height: 32px;
}
.business_bg{
	float: right;
}
.business_ul{
	display: flex;
	justify-content: space-between;
}
.business_li{
	width: 350px;
	height: 450px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
}
.business_li img{
	display: block;
	width: 100%;
	height: 230px;
}
.business_li h1{
	color: #333333;
	font-size: 16px;
	margin: 20px 20px 0;
}
.business_li i{
	display: block;
	width: 100px;
	height: 2px;
	background-color: #92C221;
	margin: 20px 0 0 20px;
}
.business_li p{
	color: #666666;
	font-size: 14px;
	margin: 20px;
	line-height: 24px;
}
.team{
	padding-top: 40px;
	width: 100%;
	height: 900px;
	background: url(../img/aboutus_bg3.png) no-repeat center;
}
.team_txt{
	color: #333333;
	line-height: 32px;
	font-size: 16px;
	width: 760px;
	text-align: center;
	margin: 0px auto 40px;
}
/*走进真才*/
.enter_banner{
	width: 100%;
}
.enter_banner img{
	display: block;
	width: 100%;
}
.enter_main1{
	width: 1200px;
	height: 650px;
	margin-top: 40px;
	background: url(../img/enter_img1.png) center no-repeat;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.enter_main1 h1{ 
	width: 500px;
	color: #86BA1B;
	font-size: 40px;
	margin-left: 600px;
	font-weight: bold;
	padding-top: 60px;
}
.enter_main1 p{ 
	width:500px;
	color: #666666;
	font-size: 14px;
	margin-left: 600px;
	margin-top: 30px;
	line-height: 26px;
	text-indent: 2em;
}
.enter_main2{
	height: 650px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.enter_left{
	float: left;
	width: 800px;
	height: 650px;
	padding: 0 50px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	box-sizing: border-box;
}
.enter_left h1{
	color: #86BA1B;
	font-size: 40px;
	font-weight: bold;
	padding-top: 50px;
}
.enter_left img{
	display: block;
	width: 700px;
	margin-top: 40px;
}
.enter_left p{
	color: #666666;
	font-size: 14px;
	padding-top: 40px;
	line-height: 24px;
}
.center_right{
	padding: 0 40px;
	 float: right;
	 width: 360px;
	 height: 650px;
	 background: url(../img/enter_img3.png) no-repeat center;
	 box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	 border-radius: 10px;
	 box-sizing: border-box;
}
.center_right h1{
	color: #86BA1B;
	font-size: 40px;
	font-weight: bold;
	padding-top: 50px;
}
.center_right h2{
	float: left;
	color: #86BA1B;
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #86BA1B;
}
.center_right p{
	float: left;
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
	clear: both;
	margin-bottom: 40px;
}
.center_right .name{
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	clear: both;
	padding-top: 40px;
	border-top: 1px solid rgba(51,51,51,0.2);
}
.center_right .address{
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
	font-weight: bold;
	clear: both;
	padding-top: 40px;
	border-top: 1px solid rgba(51,51,51,0.2);
}
.recruit_banner{
	width: 100%;
	height: 500px;
	margin-top: 100px;
	background: url(../img/recruit_banner.png) center no-repeat;
}
.recruit_banner img{
	width: 100%;
	display: block;
}
.recruit_div{
	width: 1000px;
	margin: 0px auto 40px;
	background-size: auto 100%!important;
	/*border-radius: 10px;*/
	z-index: 1;
}
.recruit_h2{
	color: #666666;
	padding-top: 40px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.recruit_h2 i{
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 100px;
	height: 2px;
	background-color: #666666;
	margin-left: -50px;
}
.recruit_h1{
	color: #333333;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 38px;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.recruit_list{
	margin-top: 50px;
}
.recruit_tit{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	line-height: 58px;
	padding-left: 20px;
	border-left: 4px solid #86BA1B;
	background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);

}
.recruit_ul{
}
.recruit_li{
	margin-top: 30px;
}
.recruit_li h2{
	display: flex;
	justify-content: first baseline;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.recruit_li h2 i{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: url(../img/zcjy-icom.png) no-repeat -50px 0px;
}
.recruit_li p{
	padding-left: 28px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
/*首页*/




/*底部板块*/
.footer{
	background-color: #444444;
	padding-top: 100px;
}
.footer_mian{
	overflow: hidden;
	padding-bottom: 30px;
}
.footer_qr{
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 40px;
}
.footer_txt{
	float: left;
	width: 400px;
	margin-left: 40px;
	color: #e5e5e5;
}
.footer_txt h1{
	font-size: 26px;
	border-left: 3px solid #0f68b7;
	padding-left: 20px;
	font-weight: 700;
}
.footer_txt p{
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.footer_logo{
	float: right;
	width: 300px;
	margin-top: 20px;
	opacity: 0.7;
}
.footer_p{
	color: #e5e5e5;
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
	border-top: 1px solid #666666;
}
.footer_p img{
	width: 16px;
	display: inline-block;
	margin-right: 4px;
}
/*走进真才*/
.enter_banner{
	width: 100%;
	margin-top: 100px;
}
.enter_banner img{
	display: block;
	width: 100%;
	/*margin-top: 100px;*/
}
.enter_main1{
	width: 1200px;
	height: 650px;
	margin-top: 40px;
	background: url(../img/enter_img1.png) center no-repeat;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.enter_main1 h1{ 
	width: 500px;
	color: #86BA1B;
	font-size: 40px;
	margin-left: 600px;
	font-weight: bold;
	padding-top: 60px;
}
.enter_main1 p{ 
	width:500px;
	color: #666666;
	font-size: 14px;
	margin-left: 600px;
	margin-top: 30px;
	line-height: 26px;
	text-indent: 2em;
}
.enter_main2{
	height: 650px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.enter_left{
	float: left;
	width: 800px;
	height: 650px;
	padding: 0 50px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	box-sizing: border-box;
}
.enter_left h1{
	color: #86BA1B;
	font-size: 40px;
	font-weight: bold;
	padding-top: 50px;
}
.enter_left img{
	display: block;
	width: 700px;
	margin-top: 40px;
}
.enter_left p{
	color: #666666;
	font-size: 14px;
	padding-top: 40px;
	line-height: 24px;
}
.center_right{
	padding: 0 40px;
	 float: right;
	 width: 360px;
	 height: 650px;
	 background: url(../img/enter_img3.png) no-repeat center;
	 box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	 border-radius: 10px;
	 box-sizing: border-box;
}
.center_right h1{
	color: #86BA1B;
	font-size: 40px;
	font-weight: bold;
	padding-top: 50px;
}
.center_right h2{
	float: left;
	color: #86BA1B;
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #86BA1B;
}
.center_right p{
	float: left;
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
	clear: both;
	margin-bottom: 40px;
}
.center_right .name{
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	clear: both;
	padding-top: 40px;
	border-top: 1px solid rgba(51,51,51,0.2);
}
.center_right .address{
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
	font-weight: bold;
	clear: both;
	padding-top: 40px;
	border-top: 1px solid rgba(51,51,51,0.2);
}

/*关于我们*/
.aboutus_banner{
	width: 100%;
	height: 500px;
	background: url(../img/aboutus_banner1.png)no-repeat center;
}
.enter_banner_txt{
	width: 1200px;
	margin: -100px auto 0px;
	height: 700px;
	background-color: #8EC31F;
	z-index: 1;
}
.txt_center{
	width: 940px;
	margin: 0 auto;
	color: #ffffff;
	padding-top: 40px;
}
.txt_center .txt_center_title{
	text-align: center;
	font-size: 48px;
	
}
.txt_center .txt_center_p{
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
}
.zcjy_title{
	position: relative;
	margin-top: 20px;
}
.zcjy_title h1{
	font-weight: bold;
	position: absolute;
	top: 25px;
	text-transform: uppercase;
	color: #333333;
	width: 100%;
	text-align: center;
	line-height: 130px;
	font-size: 40px;
}
.zcjy_title h2{
	padding-top: 20px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	color: #000000;
	font-size: 130px;
	opacity: 0.03;
	text-align: center;
}
.business{
	
}
.business_txt{
	overflow: hidden;
}
.business_title{
	float: left;
	position:relative;
	width: 700px;
	margin-top: 90px;
}
.business_title h1{
	position: absolute;
	left: 0;
	top: 0;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	line-height: 132px;
}
.business_title h2{
	color: #000000;
	font-size: 132px;
	line-height: 132px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.03;
}
.business_title p{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	line-height: 32px;
}
.business_bg{
	float: right;
}
.business_ul{
	display: flex;
	justify-content: space-between;
}
.business_li{
	width: 350px;
	height: 450px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
}
.business_li img{
	display: block;
	width: 100%;
	height: 230px;
}
.business_li h1{
	color: #333333;
	font-size: 16px;
	margin: 20px 20px 0;
}
.business_li i{
	display: block;
	width: 100px;
	height: 2px;
	background-color: #92C221;
	margin: 20px 0 0 20px;
}
.business_li p{
	color: #666666;
	font-size: 14px;
	margin: 20px;
	line-height: 24px;
}
.team{
	padding-top: 40px;
	width: 100%;
	height: 900px;
	background: url(../img/aboutus_bg3.png) no-repeat center;
}
.team_txt{
	color: #333333;
	line-height: 32px;
	font-size: 16px;
	width: 760px;
	text-align: center;
	margin: 0px auto 40px;
}
.team_title_ul{
	width: 1200px;
	display: Flex;
	justify-content:space-between;
	overflow: hidden;
	margin: 0 auto;
}
.team_title_li{
	width: 292px;
	height: 500px;
	background-color: #ffffff;
	float: left;
	cursor: pointer;
	/* opacity: .3; */
}
.team_title_li:hover{
	/* opacity: 1; */
}

.team_title_right_img{
	width: 292px;
	height: 500px;
	float: left;
	background: url(../img/team_title_img.png) no-repeat left;
	transition:all .7s ease 0s;
	display: block;
}

.team_title_right{
	width: 450px;

	display: block;
	height: 500px;
	float: left;
	margin-top: 60px;
	margin-left: 20px;
}
.team_title_right .title{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.team_xian{
	width: 80px;
	height: 2px;
	background-color: #8EC31F;
	float: left;
	margin-top: 20px;
}
.team_title_p{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	float: left;
	line-height: 24px;
}
.team_title_right_img.t1{
	background:url(../img/team_title_img1.png)no-repeat left;
}
.team_title_right_img.t2{
	background:url(../img/team_title_img2.png)no-repeat left;
}
.team_title_right_img.t3{
	background:url(../img/team_title_img3.png)no-repeat left;
}
