@charset "utf-8";
/* CSS Document */
@import"common.css";
#zyBanner{
	width:100%;
	height:300px;
	margin:0 auto;
	overflow:hidden;	
	min-width: 1230px;
	background:url(../images/banner_products.jpg) no-repeat center top;
	}

/*---------------------------*/
#zymian{
	width:100%;
	}
#zymian .cont{
	width:1180px;
	margin:0 auto;
	}
#zymian .topTitle{
	width:100%;
	margin:0 auto;
	background:url(../images/main_01_01.jpg) no-repeat center 95px;
	padding-top:20px;
	}
#zymian .topTitle h1{
	width:100%;
	text-align:center;
	font-size:29px;
	color:#1b1b1b;
	font-weight:normal;
	line-height:90px;
	height:90px;
	}
#zymian .topTitle h1 span{
	color:#d90d0c;
	}
#zymian .contTop{
	width:95%;
	margin:0 auto;
	padding:20px 0;
	}
#zymian .contTop ul li{
	float:left;
	height:44px;
	margin-left:3px;
	}
#zymian .contTop ul li a{
	height:44px;
	line-height:40px;
	text-align:center;
	display:block;
	background:url(../images/main_02_1.gif) repeat;
	color:#fff;
	padding: 0 20px;
	}
/*#zymian .contTop ul li a:hover{
	background:url(../images/main_02_1_2.gif) no-repeat;
	}*/
#zymian .contTop ul li a.on{
	background:url(../images/main_02_1_2.gif) no-repeat;
	}

#zymian .cont_cont{
	width:100%;
	margin:0 auto;
	padding-top:10px;
	}
/*==================*/
#zymian .cont_cont ul{
	width:1180px;
	height:237px;
	}
#zymian .cont_cont ul li{
	float:left;
	margin:0 6px;
	width:282px;
	height:237px;
	overflow:hidden;
	}
#zymian .cont_cont ul li img{
	width:100%;
	height:197px;
	}
#zymian .cont_cont ul li a{
	color:#fff;
	width:282px;
	height:237px;
	display:block;
	}
#zymian .cont_cont ul li a p{
	width:100%;
	height:40px;
	text-align:center;
	background:#616161;
	line-height:40px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	}

	
	
	
/*================================*/
#zymian .cont_cont .cpTop{
	width:1100px;
	margin:0 auto;
	}
#zymian .cont_cont .cpTop .leftImg{
	width:450px;
	float:left;
	}
#zymian .cont_cont .cpTop .leftImg img{
	width:100%;
	display:block;
	
	}
#zymian .cont_cont .cpTop .right{
	float:right;
	width:580px;
	}
#zymian .cont_cont .cpTop .right h1.title{
	width:100%;
	font-size:20px;
	color:#333;
	}
#zymian .cont_cont .cpTop .right p.p_0{
	width:100%;
	font-size:12px;
	color:#666;
	border-bottom: 1px solid #DDD;
    line-height: 36px;
	}
#zymian .cont_cont .cpTop .right p.p_1{
	width:100%;
	font-size:28px;
	color:#e5452d;
	font-weight:bold;
	line-height:60px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	}
#zymian .cont_cont .cpTop .right p.p_2{
	color:#444;
	line-height:25px;
	}
#zymian .cont_cont .cpBott{
	width:1100px;
	margin:0 auto;
	padding:30px 0;
	}
#zymian .cont_cont .cpBott p.title{
	width:100%;
	border-bottom:1px dashed #777;
	height:46px;
	}
#zymian .cont_cont .cpBott p.title span{
	width:106px;
	height:46px;
	background:#e5452d;
	color:#fff;
	display:block;
	float:left;
	font-size:16px;
	line-height:46px;
	text-align:center;
	margin-left:20px;
	}
#zymian .cont_cont .cpBott .text{
	width:100%;
	line-height:28px;
	color:#333;
	padding:20px 0;
	}
#zymian .cont_cont .cpBott .text img{
	max-width:100%;
	margin:15px auto;
	display:block;
	}

#zymian .cont_cont .cpBott h3{
	width: 200px;
    /* height: 56px; */
    border-bottom: 4px solid #fd1c16;
    font-size: 30px;
    color: #333;
    line-height: 56px;
    margin-left: 500px;
    text-align: center;
    font-weight: bold;
	}
#zymian .cont_cont .cpBott p.title a{
	display:block;
	color:#fff;
}
/*===========分页样式=======*/


.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;
	line-height: 45px;
	padding: 0px 20px;
	font-weight: normal;
	background-color: #CCC;
	cursor: pointer;
}
.tab dt strong.active {
	background-color: #e74833;
	color: #FFF;
}
.tab dt strong:hover {
	background-color: #BBB;
}
.tab dt strong.active:hover {
	background-color: #C00;
}
.tab dd {
	padding: 30px 20px;
}
.tab dd .articleContent {
	display: none;
}
.tab dd .articleContent.active {
	display: block;
}

