@charset "utf-8";
/*产品展示*/
.main1f{
	padding: 30px 0;
	overflow: hidden;
	background: #fff;
}
.m1lm {
	text-align: center;
	margin:0 auto 30px;
	padding:0 0 10px;
	border-bottom: 1px dashed #cecece;
	position: relative;
}
.m1lm h1 {
	font-family: "微软雅黑";
	color: #151515;
	font-size: 24px;
	line-height: 40px;
}
.m1lm h2 {
	font-family: "Times New Roman";
	color: #151515;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}
.m1lm:after {
	content:"";
	display: block;
	width: 160px;
	height: 2px;
	background:#f9bd1b;
	position: absolute;
	z-index: 9;
	left: 50%;
	margin-left: -80px;
	bottom: -1px;
}

/*产品分类*/
.pnav {
	height: 35px;
	margin: 25px 0;
	text-align: center;
}
.pnav a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin:0 10px;
	color: #666;
	font-size: 16px;
}
.pnav a:hover,.pnav a:nth-child(1) {
	background: #f9bd1b;
	color: #fff;
}

/*产品列表*/
.chanpin {
	width: 1200px;
	height: 290px;
	margin: 0 auto;
}
.cplist {
	float: left;
	width: 1200px;
	height: 290px;
	overflow: hidden;
}
.cplist ul { overflow:hidden; zoom:1; width:1200px;  float:left; _display:inline; }
.cplist li {
	width: 280px;
	height: 290px;
	float: left;
	margin:0 10px;
}
.cplist li p {
	width: 280px;
	height: 250px;
	background: #fff;
	text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/
	display:table-cell;/*设置垂直居中*/
	vertical-align:middle;/*设置水平居中*/
	text-align:center;/* 针对IE的Hack */
	*display: block;*
}
.cplist li p img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
	max-height: 100%;
}
.cplist li span {
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666;
	line-height: 40px;
}
.cplist li:hover {
	background: #f9bd1b;
}
.cplist li:hover span{
	color: #fff;
}

/*关于我们*/
.main2f {
	width: 100%;
	max-width: 1920px;
	height: 244px;
	margin:25px auto;
	padding: 10px 0 20px;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat top center;
}
.main2f .m1lm {
	border-bottom: 1px dashed #8a8784;
}
.main2f .m1lm h1 {
	color: #fff;
}
.main2f .m1lm h2 {
	color: #fff;
}
.about div {
	padding:0 38px;
	overflow: hidden;
}
.about div,.about div p,.about div span {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
}
a.amore {
	display: block;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	width: 80px;
	height:30px;
	line-height: 30px;
	background: #f9bd1b;
	margin:10px auto 0;
	border-radius: 20px;
}
.amore:hover {
	background: #830c13;
}


/*师资力量*/
.main3f {
	padding: 20px 0;
	overflow: hidden;
}
.ter {
	width: 760px;
}
.terlist {
	padding: 0 0 3px;
	overflow: hidden;
}
.terlist li {
	float: left;
	width: 150px;
	height: 158px;
	margin:0 10px;
	background: url(../images/terbg1.png) no-repeat right center;
	overflow: hidden;
	padding-right: 3px;
    padding-top: 13px;
}
.terlist li div {
	width: 137px;
	height: 137px;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
}
.terlist li p {
	width: 137px;
	height: 137px;
	overflow: hidden;
	background: #fff;
	text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/
	display:table-cell;/*设置垂直居中*/
	vertical-align:middle;/*设置水平居中*/
	text-align:center;/* 针对IE的Hack */
	*display: block;*
}
.terlist li div img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
	max-height: 100%;
}
.terlist li:hover {
	background: url(../images/terbg.png) no-repeat right center;
}


/*新闻列表*/
.xw {
	width: 400px;
	overflow: hidden;
}
.xwlist li {
	height: 35px;
	line-height: 35px;
	position: relative;
	padding-left: 27px;
}
.xwlist li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #ccc;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -8px;
}
.xwlist li h1 {
	font-family: "微软雅黑";
	color: #151515;
	font-size: 16px;
	font-weight: normal;
}
.xwlist li span {
	font-family: "微软雅黑";
	color: #b4b4b4;
	font-size: 14px;
	display: block;
	overflow: hidden;
}
.xwlist li:hover:before {
	background: #f9bd1b;
}
.xwlist li:hover h1,.xwlist li:hover span {
	color: #f9bd1b;
}



