@import url(common.css);
.imageList {
	padding: 10px 0px 10px 20px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
.imageList li {
	/*float: left;
	width: 260px;
	margin: 0 0 30px;
	position: relative;
	text-align: center;*/
	float: left;
    width: 280px;
	width:30%;
    margin: 5px 10px 15px 15px;
    position: relative;
    text-align: center;
	/*border:1px solid #fff;*/
    margin: 10px; 
	overflow:hidden;
}
.imageList li:hover {    
    /*border:1px solid #006938;*/
	width: 278px;
	width:30%;
    /* margin: 4px 8px 14px 13px; */
    /* margin: 5px; */
}
.imageList li a img {
	width: 280px;	
    height: 210px;
	width: 100%;
    height: 100%;
	
   	width: 100%;
	height: 100%;
	transition: all 0.6s;
	border-radius:8px;
}
.imageList li img:hover {
    transform: scale(1.1);
}
.imageList li .title {	
	position:absolute;
	display: block;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color: #333;	
	background: #fff;
	text-align:center;
	width: 100%;
    bottom: 0px;
	font-size:16px;
	bottom: -13px;
}
.imageList li.mhover,
.imageList li:hover {		
	background: rgba(79, 160, 0, 1);
	color: #fff;
}
.imageList li.mhover p,
.imageList li:hover p,
.imageList li.mhover .title,
.imageList li:hover .title {
	
	color: #4fa000;	
	background: #fff;
}













.imageList_v {

	padding: 10px 0px 10px 10px;

	height: auto !important;

	height: 400px;

	min-height: 400px;

}

.imageList_v li {

	float: left;

    width: 280px; 

    margin: 5px;

    padding: 10px;

    position: relative;

    text-align: center;

    margin-left: 0px;

}

.imageList_v li:hover {    

    /* border:1px solid #006938;*/

	width: 280px;

    margin: 5px;

    padding: 10px;

    /* margin: 5px; */

    margin-left: 0px;

}

.imageList_v li a img {

	width: 280px;
	
    height: 210px;

   /*  padding-top: 6px; */

}

.imageList_v li a.title {

	display: block;

	width: 245px;

	margin: 0 auto;

	text-align: center;

	height: 40px;

	line-height: 20px;

	font-size: 16px;

	padding-top:10px;

}

.imageList_v li:hover a.title,

.imageList_v li a.title:hover {

	color: #006938;	

	line-height: 20px;

	font-size: 16px;

}

.tab {
	margin: 30px 0;
	clear: both;
}
.tab dt {
	border-bottom: 1px solid #DDD;
	height: 45px;
}
.tab dt strong {
	display: block;
	float: left;
	margin-left: 20px;
	border: 1px solid #DDD;
	line-height: 44px;
	padding: 0px 20px;
	font-weight: normal;
	background-color: #fff;
	cursor: pointer;
}
.tab dt strong.active {
	border-top: 2px solid #53a400;
	border-bottom: none;
}
.tab dt strong:hover {
	background-color: #fdfdfd;
}
.tab dt strong.active:hover {
	background-color: #fff;
}
.tab dd {
	padding: 30px 20px;
}
.tab dd .articleContent {
	display: none;
}
.tab dd .articleContent.active {
	display: block;
}

.productInfo {
	padding: 10px 10px 0;
	margin-top: -20px;
	border-bottom: 1px solid #d0cfcf;
	border-top: 1px solid #FFF;
}
.thumbs,
.intro {
	/* height: 320px; */
}
.thumbs {
	width: 350px;
	width: 50%;
	float: left;
	padding: 10px;
}
.intro {
	width: 490px;
	width: 45%;
	float: right;
}
.intro .articleTitle {
	text-align: left;
    color: #333;
    font-size: 16px;
    padding: 0;
    /* margin: 20px 0 0; */
    border-bottom: 1px solid #d0cfcf;
    /* height: 63px; */
    /* padding-bottom: 30px; */
    /* overflow: hidden; */
}
.intro .articleTitle span{	

	font-size: 24px;
    /*padding-left: 50px;*/
    line-height: 48px;
}
.intro .parm dd {
	color: #666;
	padding: 10px 0;
	line-height: 160%;
}
.intro .parm dd li .name {
	color: #999;
}
.intro .parm dd li {
	padding: 5px 0;
}
.intro .parm dt {
	font-weight: bold;
	padding: 10px 0;
}
.intro .parm {
	padding: 15px;
	height: 305px;
	width: 270px;
	float: right;
	font-size: 14px;
}
.intro p{
	
    font-size: 18px;
	
    line-height: 0px;
	
    /*padding-left: 30px;*/
	
    padding-top: 30px;
}
.intro .buy {
	width: 200px;
	/* background-color: #f5f7fa;
	border-right: 1px solid #d0cfcf; */
}
.intro .buy .btn {
	margin: 30px auto;
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #53a400;
	color: #FFF;
	border-radius: 30px;
	transition: all .3s;
}
.intro .buy .btn:hover {
	background-color: #387100;
}
.intro .buy .links {
	text-align: left;
	line-height: 40px;
}
.intro .buy .links a:hover {
	border-bottom: 1px dotted #000;
}
.intro .buy .links a {
	padding-left: 25px;
	color: #333;
	text-decoration: none;
}
.intro .buy .links a.pdf {
	background: url(../images/download.png) 0 0 no-repeat;
}
.intro .buy .links a.video {
	background: url(../images/preview.png) 0 0 no-repeat;
}

.sidebar .categoryList li .subCC {
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}
.sidebar .categoryList li .subCC li {
	margin: 10px 0;
	position: relative;
}
.sidebar .categoryList li .subCC li:before {
	content: "";
	width: 10px;
	position: absolute;
	left: -12px;
	top: -30px;
	bottom: 50%;
	border-left: 2px solid #def4ff;
	border-bottom: 2px solid #def4ff;
}
.sidebar .categoryList li .subCC a {
	background-color: #def4ff;
	color: #707274;
	background-image: none;
}
.sidebar .categoryList li .subCC li.hover a,
.sidebar .categoryList li .subCC a:hover {
	background-color: #a0deff;
}


