/* head */
.about_box{
	margin-top: 98px;
}
.about_box .about_head{
	background: url(../images/head_bg4.jpg);
}
.ser_box .about_head{
	background: url(../images/head_bg3.jpg);
}
.meet_box .about_head{
	background: url(../images/head_bg5.jpg);
	background-size: cover;
}
.rec_box .about_head{
	background: url(../images/head_bg2.jpg);
}
.cont_box .about_head{
	background: url(../images/head_bg1.jpg);
}
.about_head{
	width: 100%;
	height: 209px;
}
.about_head .about_h_box{
	width: 1000px;
	margin: auto;
	position: relative;
	top: 50px;
}
.about_head .about_h_box .about_h_wordL {
	font-size: 40px;
	font-family: "方正大黑简体";
}
.about_head .about_h_box .about_h_wordL label{
	font-size: 40px;
	color: #22a639;
	font-family: "方正大黑简体";
}
.about_head .about_h_box .about_h_wordR {
	width: 112px;
    display: inline-block;
    line-height: 18px;
    position: relative;
    top: 5px;
}
.about_head .about_h_box .about_h_wordR label{
	font-size: 18px;
	font-weight: bolder;
	color: #535353;
}
.about_head .about_h_word2{
	font-size: 12px;
	color: #22a639;
}
.about_head .about_h_word3{
	font-family: "Arial";
	font-size: 12px;
	transform:Scale(0.75);
	-o-transform:Scale(0.75);
	-ms-transform:Scale(0.75);
	-moz-transform:Scale(0.75);
	-webkit-transform:Scale(0.75);
	display: inline-block;
	color: #999;
	position: relative;
	left: -42px;
}
.about_head .about_h_tab{
	width: 1000px;
	height: 34px;
	line-height: 34px;
	margin: auto;
	padding: 0 14px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 12px;
	position: relative;
	top: 92px;
	border-radius: 2px;
}
.about_head .about_h_tab .tab_word:hover{
	text-decoration: underline;
	cursor: pointer;
}
.about_head .about_h_tab span a:hover{
	text-decoration: underline;
}
.about_head .about_h_tab span,.about_head .about_h_tab span label,.about_head .about_h_tab span a{
	font-size: 12px;
}
.about_h_tab_c{
	color: #fd9e32;
}
/* tit */
.about_tit_box{
	width: 1000px;
	height: 64px;
	line-height: 64px;
	margin: 37px auto 17px auto;
	border-bottom: 1px solid #e0e0e0;
}
.about_tit_box img{
	margin-top: -10px;
	margin-right: 5px;
}
.about_tit_box .about_tit{
	font-size: 24px;
	font-weight: bolder;
	margin-right: 3px;
}
.about_tit_box .about_tit_e{
	color: #777;
	position: relative;
}
/* details */
.about_det{
	width: 92%;
	margin: auto;
	text-indent: 2em;
	margin-bottom: 20px;
}

/* info list */
.about_info_list{
	width: 1000px;
	min-height: 326px;
	margin: 57px auto 50px auto;
}
/*.about_info_list img{
	width: 100%;
	margin-bottom: 50px;
}*/

/* left menu */
.about_info_list .about_c_left{
	width: 212px;
	margin-right: 53px;
	float: left;
}
.about_info_list .about_c_left li a{
	color: #fff;
	width: 100%;
    height: 100%;
    display: block;
}
.about_info_list .about_c_left li a:hover,.about_info_list .about_c_left li.about_left_tit_ck a{
	color: #22a639;
}
.about_info_list .about_c_left li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #22a639;
	cursor: pointer;
	border-left: 1px solid #22a639;
	border-right: 1px solid #22a639;
	border-top: 0;
	border-bottom: 0;
	font-size: 13px;
}
.about_info_list .about_c_left li:hover{
	color: #22a639;
	background-color: #fff;
	border-left: 1px solid #e5f5e8;
	border-right: 1px solid #e5f5e8;
}
.about_info_list .about_c_left li:first-of-type{
	height: 59px;
	line-height: 59px;
	font-size: 16px;
}
.about_info_list .about_c_left li:last-of-type:hover{
	background: url(../images/ser_left_bg.png) 0 0 / 100% no-repeat;
	border-right: 0;
	border-left: 3px solid #22a639;
}
.about_info_list .about_c_left li:last-of-type{
	border-right: 0;
	background-color: #fff;
	border-left: 3px solid #22a639;
	position: relative;
	top: -2px;
}
.about_info_list .about_c_left li:last-of-type img{
	position: relative;
	top: -2px;
}
.about_info_list .about_c_left li:first-of-type:hover{
	color: #fff;
	background-color: #22a639;
	border-left: 1px solid #22a639;
	border-right: 1px solid #22a639;
}
.about_info_list .about_c_left li img{
	width: 100%;
	height:100%;
}
.about_info_list .about_c_left li.about_left_tit_ck{
	color: #22a639;
	background-color: #fff;
	border-left: 1px solid #e5f5e8;
	border-right: 1px solid #e5f5e8;
}
.about_info_list .about_c_right{
	width: 735px;
	float: left;
	background-color: #f5f5f5;
	box-sizing:border-box;
}
.about_info_list .about_c_right .about_r_tit{
	width:92%;
	margin:10px auto 17px auto;
}
.about_info_list .about_c_right .about_r_tab{
	width: 92%;
	margin-left: 4%;
	padding-bottom:30px;
}