﻿@charset "utf-8";
/* CSS Document */


/*产品*/

.projectClass{
	background: #ececec;
	padding: 40px 0px 50px;
	margin: 50px 0px 60px;
	overflow: hidden;
}
.wrap2,.minbox{ 
	max-width: 1200px; 
	margin: 0 auto;
	overflow: hidden;
}
.wrap2 .title,.mainAbout .title{
	font-size:32px;
	font-weight: bold;
	text-align: center;	
	line-height:80px;
	color: #209635;	
}
.leftClass{
	width: 190px;	
	float: left;
	margin-top: 10px;
}
.classTit{
	background: #f9b723;
	height: 60px;
	border-top: solid 4px #ea600f;
	font-size: 24px;	
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.classItem{
	padding: 20px 0 0;
    border: solid 1px #dcdcdc;
    border-bottom: none;
    background: #e8e8e8;
}
.classItem li a{
	color: #6d6d6d;	
	line-height: 26px;
}
.classItem li:first-child{
	border-top: solid 1px #dcdcdc;
}
.classItem li{		
	border-bottom: solid 1px #dcdcdc;
	padding: 22px 0;		
}
.classItem li span{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;	
	height: 26px;	
	border-left: solid 10px #f9b723;
	margin-left: 10px;
	transition: all 0.5s;
}
.classItem li:hover span{
	padding-left: 22px;
}

