﻿body{
	background: #fff;
}
.content{
}
.inner{
	width: 1200px;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 25px;
}
.inner_left{
	width: 240px;	
	float: left;
	background: #F2F2F2;
}
.left_nav{
	width: 240px;
	float: left;
	text-align: left;
}
.left_title{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	background: #E0E0E0;
	color: #317BC6;
}
.left_title span{
	width: 4px;
	height: 15px;
	background: #317BC6;
	float: left;
	margin: 13px 6px 0 10px;
}
.left_nav li{
	width: 200px;	
	height: 32px;
	overflow:hidden;
	line-height: 28px;
	padding-top: 4px;
	border-bottom: 1px dashed #BDBDBD;
}
.left_nav li span{
	display: inline-table;
	margin-left: 5px;
	margin-right: 10px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #317BC6;

}
.left_nav li a{
	font-size: 14px;
	display: block;
}
.left_nav li a span{
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
.left_nav li a:hover span{
	margin-right: 20px;
}
.inner_search{
	float: left;
	width: 240px;
	margin-top: 25px;
}
.inner_search input{
	outline: none;
	width: 135px;
	height: 21px;
	line-height: 21px;
	padding: 0 5px;
	font-size: 13px;
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	float: left;
	margin-top: 15px;
	margin-left: 17px;
}
.inner_search img{
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	cursor: pointer;
}
.inner_contact{
	float: left;
	width: 240px;
	overflow: hidden;
	margin-top: 25px;
}
.inner_contact_content{
	width: 210px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 2;
	font-size: 13px;
	padding-bottom: 15px;
}
.inner_rxb li{
	width: 100%;
	height: 189px;
	text-align: center;
}
.inner_rxb li img{
	width: 190px;
	height: 140px;
	margin: 10px auto 5px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
.inner_rxb li img:hover{
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.inner_rxb li span{
	width: 200px;
	height: 30px;
	display: block;
	overflow: hidden;
	line-height: 30px;
	color: #222;
	font-size: 16px;
}


.inner_right{
	width: 940px;
	min-height: 300px;
	float: right;
}
.right_box{
	width: 940px;
	font-size: 15px;
}
.right_title{
	width: 940px;
	height: 25px;
	line-height: 20px;
	border-bottom: 2px solid #cfcfcf;
}
.right_title_left{
	float: left;
	font-size: 16px;
	color: #317BC6;
	font-weight: bold;
	overflow: hidden;
	height: 24px;
	padding: 0 5px;
	border-bottom: 3px solid #317BC6;
}
.right_title_right{
	float: right;
	margin-top: 3px;
	font-size: 13px;
	margin-right: 3px;
}
.right_content{
	width: 940px;
	line-height: 28px;
}
.page{
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-size: 13px;
}
/*inner_right end*/

/*info*/
.info{
	width: 910px;
	padding: 15px;
}
.info table, .info img, .info p, .info embed{
	max-width: 910px;
	overflow: hidden;
}
.info table{margin:0 auto;border-collapse: collapse;}
.info img, .info embed{
	text-align: center;
}
/*info end*/


/*ArticleList*/
.articlelist{
	width: 910px;
	padding: 10px 15px 20px;
	overflow: hidden;
}
.articlelist li{
	width: 910px;
	height: 35px;
	line-height: 34px;
	margin-bottom: 5px;
}
.articlelist .article_picture_title, .articlelist .inner_dot{
	float: left;
}
.articlelist .inner_dot{
	margin: 11px 8px 0 5px;
}
.articlelist .article_picture{
	height: auto;
}
.article_showpic{
	float: left;
	width: 140px;
	height: 110px;
	margin: 10px 5px;
	padding: 3px;
	border: 1px solid #CAC8C8;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
.article_showpic:hover{
	border-color: #317BC6;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.articlelist a{
	
}
.article_picture_title{
	padding-left: 10px;
	font-size: 16px;
	font-weight: 500;
}
#ap_title{
	width: 400px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	float: left;
}
#search_title{
	height: 35px; 
	line-height: 35px;
	width: 720px;
	overflow: hidden;
	float: left;
}
.article_picture_date{
	height: 45px;
	line-height: 45px;
}
.articlelist span{
	float: right;
	margin-right: 3px;
}
span.article_description{
	line-height: 30px;
	width: 400px;
	float: left;
	font-size: 13px;
	padding-left: 10px;
}
#search_description{
	line-height: 25px;
	width: 710px;
	height: 75px;
	overflow: hidden;
}
#search_info{
	float: right;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	width: 700px;
	text-align: right;
}
#search_info a{
	color: #317BC6;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
#search_info a:hover{
	text-decoration: underline;
}
.articlelist .inner_depart{
	width: 910px;
	height: 1px;
	float: left;
	border-top: 1px dashed #CAC8C8;
}
.articlelist .page, .productlist .page{
	margin-top: 20px;
	text-align: center;
}
.article .page a:hover, .inner_product .page a:hover{
	text-decoration: underline;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
/*ArticleList end*/
/*article*/
.article{
	width: 910px;
	padding: 10px 15px;
	overflow: hidden;
}
.article h2, .article_mes, .inner_product h2, .product_mes{
	line-height: 30px;
	text-align: center;
}
.article h2, .inner_product h2{
	font-size: 18px;
}
.article_mes, .product_mes{
	font-size: 13px;
}
.article .page, .inner_product .page{
	text-align: left;
	line-height: 20px;
}
.article_depart{
	width: 910px;
	height: 1px;
	border-top: 1px dashed #CAC8C8;
}
.article_content{
	margin-top: 10px;
	width: 910px;
	overflow: hidden;
}
.article_content table, .article_content img, .article_content p, .article_content embed{
	max-width: 910px;
	overflow: hidden;
}
.article_content table{margin-left:0;border-collapse: collapse;}
.article_content img, .article_content embed{
	text-align: center;
}
/*article end*/
/*productlist*/
.productlist{
	width: 940px;
	padding: 20px 0px 15px;
	overflow: hidden;
}
.PL{
	width: 940px;
}
.PL li{
	width: 283px;
	height: 250px;
	float: left;
	margin: 1px 15px 30px;
	background: #F5F3F3;
}
.PL img, .PL span{
	display: block;
	margin: 10px 10px auto;
}
.PL img{
	width: 260px;
	height: 200px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
.PL li:hover{
	border: 1px solid #317BC6;
	margin: 0px 14px 29px;
}
.PL img:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*productlist end*/

#gbook span{
	font-weight: bold;
	float: none;
}