@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
/*	transition: all .1s linear;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	text-align: center;
	padding: 60px 0 0;
}
.tit .tit_ch {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	transition: all 0.3s;
}
.tit .tit_ch:hover {
	color: #009944;
}
.tit .tit_en {
	font-size: 16px;
	color: #999;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 22px;
}

.more {
	display: block;
	width: 145px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	background: #0d62bd;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}
.more:hover {
	background: #fe7b05;
}

.m_top {
	width: 100%;
	height: 120px;
	background-color: #009944;
	line-height: 0;
}
.m_top .mt_left {
	float: left;
	width: 287px;
}
.m_top .mt_left>p:nth-of-type(1) {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin-top: 26px;
}
.m_top .mt_left>p:nth-of-type(2) {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-top: 8px;
}
.m_top .mt_son {
	float: left;
	width: 303px;
	height: 120px;
	background-color: #f1f1f1;
	border-right: 1px solid #e0e0e0;
}
.m_top .mt_son>div {
	float: left;
}
.m_top .mt_son>div>img {
	margin-top: 29px;
	margin-left: 68px;
	margin-right: 23px;
}
.m_top .mt_son>div:hover>img {
	transform: rotateY(360deg);
	transition: 1s;
}
.m_top .mt_son>div>p:nth-of-type(1) {
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 41px;
}
.m_top .mt_son>div>p:nth-of-type(2) {
	font-size: 12px;
	color: #333;
	line-height: 1;
	margin-top: 12px;
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con {
	margin-top: 72px;
}
.intro .i_con .i_left {
	float: left;
	width: 515px;
	overflow: hidden;
}
.intro .i_left .i_ch {
	font-weight: bold;
	font-size: 36px;
	color: #333;
	line-height: 1;
	margin-top: 10px;
}
.intro .i_left .i_en {
	font-size: 16px;
	color: #999;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 16px;
}
.intro .i_left .i_line {
	width: 144px;
	height: 3px;
	background-color: #009944;
	margin-top: 21px;
}
.intro .i_left .i_tit {
	display: block;
	font-size: 25px;
	color: #222;
	line-height: 1;
	margin-top: 12px;
	transition: all 0.3s;
}
.intro .i_left .i_en:hover, .intro .i_left .i_tit:hover {
	color: #d39758;
}
.intro .i_left .i_txt {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 100%;
	max-height: 150px;
	margin-top: 24px;
	overflow: hidden;
}
.intro .i_left .i_more {
	display: block;
	width: 218px;
	height: 40px;
	border: 1px solid #009944;
	text-align: center;
	margin-top: 24px;
	font-size: 16px;
	color: #009944;
	line-height: 40px;
	transition: all 0.3s;
}
.intro .i_left .i_more:hover {
	background-color: #009944;
	color: #fff;
}
.intro .i_con .i_pic {
	float: right;
	line-height: 0;
	overflow: hidden;
}
.intro .i_pic>img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.intro .i_pic:hover>img {
	transform: scale(1.05);
}

.pinpai {
	width: 100%;
	overflow: hidden;
}
.pinpai .p_con {
	margin-top: 40px;
}
.pinpai .p_con .p_son {
	float: left;
	width: 280px;
	text-align: center;
	margin-right: 26px;
}
.pinpai .p_con .p_son:nth-of-type(4n) {
	margin-right: 0;
}
.pinpai .p_son .p_pic {
	display: block;
	width: 100%;
	height: 200px;
	line-height: 0;
	overflow: hidden;
}
.pinpai .p_son .p_pic>img {
	width: 100%;
	max-height: 100%;
	transition: 0.5s;
}
.pinpai .p_son .p_pic:hover>img {
	transform: scale(1.05);
}
.pinpai .p_son .p_name {
	font-size: 18px;
	color: #222;
	line-height: 1;
	display: block;
	margin-top: 15px;
	transition: 0.3s;
}
.pinpai .p_son .p_name:hover {
	color: #009944;
}
.pinpai .p_son .p_des {
	font-size: 15px;
	color: #777;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 35px;
}

.guanggao {
	width: 100%;
	background-color: #009944;
	text-align: center;
	overflow: hidden;
}
.guanggao p:nth-of-type(1) {
	font-weight: bold;
	font-size: 46px;
	color: #fff;
	line-height: 1;
	margin-top: 50px;
}
.guanggao p:nth-of-type(2) {
	font-size: 26px;
	color: #fff;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 52px;
}

.teacher {
	width: 100%;
	overflow: hidden;
}
.teacher .t_con {
	margin-top: 40px;
	overflow: hidden;
}
.teacher .t_con .t_left {
	float: left;
	width: 388px;
}
.teacher .t_left .tl_pic {
	width: 100%;
	height: 510px;
	line-height: 0;
	overflow: hidden;
}
.teacher .tl_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.teacher .tl_pic:hover>img {
	transform: scale(1.05);
}
.teacher .t_left .tl_title {
	border-bottom: 1px solid #d9d9d9;
	padding: 0 10px;
}
.teacher .t_left .tl_title>span:nth-of-type(1) {
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 45px;
	transition: 0.3s;
}
.teacher .t_left .tl_title>span:nth-of-type(1):hover {
	color: #009944;
}
.teacher .t_left .tl_title>span:nth-of-type(2) {
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 45px;
}
.teacher .t_con .t_right {
	float: right;
	width: 790px;
}
.teacher .t_right .tl_son {
	float: left;
	width: 185px;
	margin-right: 16px;
	margin-bottom: 15px;
}
.teacher .t_right .tl_pic {
	width: 100%;
	height: 236px;
	line-height: 0;
}
.teacher .t_right .tl_son:nth-of-type(4n) {
	margin-right: 0;
}
.teacher .t_right .tl_title {
	border-bottom: 1px solid #d9d9d9;
	padding: 0 7px;
}
.teacher .t_right .tl_title>span:nth-of-type(1) {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	transition: 0.3s;
}
.teacher .t_right .tl_title>span:nth-of-type(1):hover {
	color: #009944;
}
.teacher .t_right .tl_title>span:nth-of-type(2) {
	float: right;
	font-size: 12px;
	color: #666;
	line-height: 34px;
}

.ten {
	width: 100%;
	margin-bottom: 55px;
	overflow: hidden;
}
.ten .t_con {
	margin-top: 45px;
	overflow: hidden;
}
.ten .t_con .t_son {
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-right: 37px;
}
.ten .t_con .t_son:nth-of-type(5n) {
	margin-right: 0;
}
.ten .t_son .t_circle {
	width: 120px;
	height: 120px;
	background-color: #009944;
	border-radius: 60px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.ten .t_son .t_circle>p:nth-of-type(1) {
	font-size: 30px;
	color: #fff;
	line-height: 23px;
	margin-top: 23px;
}
.ten .t_son .t_circle>p:nth-of-type(2) {
	font-size: 22px;
	color: #fff;
	line-height: 1;
	margin-top: 17px;
}
.ten .t_son .t_txt {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 20px;
}

.youshi {
	width: 100%;
	padding-bottom: 65px;
	background-color: #009944;
	overflow: hidden;
}
.youshi .tit p {
	color: #fff;
}
.youshi .y_con {
	margin-top: 52px;
}
.youshi .y_son {
	float: left;
	width: 180px;
	text-align: center;
	line-height: 0;
	margin-right: 24px;
}
.youshi .y_son:nth-of-type(6) {
	margin-right: 0;
}
.youshi .y_son:hover>img {
	width: 100%;
}
.youshi .y_son:hover>img {
	transform: rotateY(360deg);
	transition: all 1s;
}
.youshi .y_son>p:nth-of-type(1) {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 22px;
}
.youshi .y_son>p:nth-of-type(2) {
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 10px;
}

.news {
	width: 100%;
	overflow: hidden;
}
.news .n_con {
	width: 100%;
	margin-top: 40px;
}
.news .n_con .n_son {
	float: left;
	width: 282px;
	padding-bottom: 30px;
	background-color: #f1f1f1;
	margin-right: 24px;
	overflow: hidden;
}
.news .n_con .n_son:nth-of-type(4) {
	margin-right: 0;
}
.news .n_son .ns_pic {
	display: block;
	width: 100%;
	height: 230px;
	line-height: 0;
	overflow: hidden;
}
.news .ns_pic>img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.news .ns_pic:hover>img {
	transform: scale(1.06);
}
.news .n_son .ns_tit {
	font-size: 18px;
	color: #222;
	line-height: 1;
	display: block;
	margin: 22px 18px 0;
	transition: all 0.5s;
}
.news .nlt_txt>a:nth-of-type(1):hover {
	color: #009944;
}
.news .n_son .ns_des {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: block;
	margin: 13px 18px 0;
	transition: all 0.5s;
}
.news .n_son .ns_date {
	font-size: 14px;
	color: #666;
	line-height: 1;
	display: block;
	margin: 16px 18px 0;
	transition: all 0.5s;
}
.n_more {
	display: block;
	width: 118px;
	height: 40px;
	border: 1px solid #009944;
	border-radius: 20px;
	text-align: center;
	margin: 40px auto 0;
	font-size: 14px;
	color: #009944;
	line-height: 40px;
}