
/*content*/
.content{
	margin: 20px auto 0;
	width: 980px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.content .know_left{
	width: 733px;
	overflow: hidden;
	height: 730px;
	float: left;
}
.content .know_left a.know_title{
	color: #4080D9;
	font-weight: bold;
	font-size: 14px;
}
.content .know_left p.top{
	padding:15px 0;
	font-size: 14px;
}
.content .know_left a.know_title:hover{
	text-decoration: underline;
}
.content .know_left .know_box{
	width: 333px;
	margin-right: 15px;
	float: left;
}
.content .know_left .know_box .know_box_left{
	width: 333px;
	margin-right: 12px;
	border: 2px solid #E2E3DD;
	border-top: none;
}
.content .know_left .know_box .know_box_left h3{
	color: #6F7D00;
	font-size: 22px;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	background: url(../images/knowldege_center_bg_big_top.png) no-repeat #F1F1F1;

}
.content .know_left .know_box .know_box_left dl{
	padding-left: 15px;
	padding-top: 10px;
	border-bottom: 1px dotted  #373838;
}
.content .know_left .know_box .know_box_left dl dt{
	padding: 5px 0;
}
.content .know_left .know_box .know_box_left dl dt a{
	color: #5297dd;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.333em;
	overflow: hidden;
}
.content .know_left .know_box .know_box_left dl dd{
	height: 30px;
	line-height: 30px;
	width: 287px;
	background: url(../images/bullet_green.png) no-repeat left 50%;
	padding-left: 10px;
}
.content .know_left .know_box .know_box_left dl dd a{
	color: #4080d9;
	font-size: 14px;
	height: 30px;
	display: inline-block;
	width: 249px;
	overflow: hidden;
}
.content .know_left .know_box .know_box_left a.a_botom{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 15px;
	color: #6a9dd0;
	font-size: 14px;
	font-weight: bold;
}


.content .know_left .know_box .know_box_right{
	width: 333px;

}


.content .right{
	width: 247px;
	float: left;
	z-index: 2;
	position: relative;
	overflow: hidden;
}
.content .right .cont{
	width: 247px;
	height: 143px;
}
.content .right .cont .down{
	width: 218px;
	height: 99px;
	margin: 44px 0 0 29px;
}
.content .right .cont .down a{
	color: #3c7dd4;
	font-size: 15px;
	padding-left: 40px;
	height: 37px;
	display: block;
	line-height: 25px;
}
.content .right .cont .down a:hover{
	text-decoration: underline;
}
.content .right .cont .down a.a_down{
	background: url(../images/download_icon.png) no-repeat 0 0;
	background-size: 30px 30px;
}
.content .right .cont .down a.sub{
	background: url(../images/catalog.png) no-repeat 0 0;
}

.content .right .know{
	width: 228px;
	
	border: 1px solid #E2E3DD;
	box-shadow: 2px 2px 2px #E2E3DD;
	background: #fff;
	margin-left: 17px;
}
.content .right .know .title{
	width: 227px;
	height: 47px;
	color: #6f7d00;
	font-size: 1.5em;
	line-height: 47px;
	font-weight: bold;
	text-indent: 18px;
	background: url(../images/knowldege_center_bg_small_top.png) no-repeat;
}
.content .right .know .box{
	width: 228px;
	height: 138px;
	border-bottom: 1px dashed #373838;
	position: relative;
	padding-bottom: 20px;
}
.content .right .know .box a.tit{
	position: absolute;
	display:block;
	left: 11px;
	top: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 19px;
	color: #000000;
	font-weight: bold;
	background: url(../images/bullet_green.png) no-repeat 8px 25%;
}
.content .right .know .box  p{
	position: absolute;
	top: 65px;
	left: 20px;
	color:black;
	font-size: .75em;
	line-height: 1.333em;
	font-weight: bold;
	width: 180px;
	height: 45px;
	overflow: hidden;
}
.content .right .know .box a.learn{
	color: #013172;
	text-decoration: underline;
	display: block;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	top: 115px;
	left: 20px;
	width: 100px;
}
.content .right .news{
	width: 230px;
	/*height: 329px;*/
	margin-top: 37px;
}
.content .right .news h3{
	text-indent: 17px;
	color: #000000;
	font-size: 16px;
	height: 37px;
}
.content .right .news ul{
	margin-left: 17px;
}
.content .right .news ul li{
	width: 230px;
	height: 96px;
	border-bottom: 1px dashed #373838;
}
.content .right .news ul li a{
	display: block;
	width: 237px;
	height: 70px;
	margin-top: 10px;
}
.content .right .news ul li a img{
	float: left;
	width: 78px;
	height: 62px;
}
.content .right .news ul li a span{
	display: block;
	color: #7B7C7A;
	font-size: 14px;
	line-height: 20px;
	padding-right: 10px;
	float: left;
	width: 120px;
	padding-left: 10px;
}
.content .right .news .botm{
	color: #013172;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding: 10px 15px;
}
.content .right .products{
	width: 230px;
	
}

.content .right .products h3{
	text-indent: 17px;
	color: #000000;
	font-size: 16px;
	height: 37px;
	line-height: 37px;
}
.content .right .products ul {

}
.content .right .products ul li{
	width: 227px;
	height: 80px;
	background: url(../images/top_prod_bg_small.png) no-repeat;
	padding-bottom: 5px;
	margin-left: 17px; 
}
.content .right .products ul li a{
	display: block;
	width: 227px;
	height: 80px;
}
.content .right .products ul li a img{
	float: left;
	padding: 10px 20px 0;
	width: 60px;
	height: 60px;
}
.content .right .products ul li span{
	color: #7E8E00;
	display: block;
	font-size: 13px;
	font-weight: bold;
	width: 110px;
	float: left;
	height: 15px;
	overflow: hidden;
	padding-top: 10px;
}
.content .right .products ul li p{
	float: left;
	width: 110px;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;	
	height: 33px;
	overflow: hidden;
	padding-top: 5px;
}
.content .right .products a.botm{
	font-size: 14px;
	color: #4080D9;
	display: block;
	padding: 10px 18px;
}
.wrap_wrap{
	position: relative;
	overflow: hidden;
	width: 1229px;
	margin: 0 auto;
}
.wrap_wrap .wrap{
	position: absolute;
	right: 0px;
	top: 0;
	background: #EEEFEA;
	width: 372px;
	height: 110%;
	z-index: 1;
}
/*content*/
