
/*文章产品列表页*/
.huise {
	/*background: #f9f9f9;*/
	border-bottom: 1px solid #eee;
}

.articleHead #mainNav {
	position: relative;
	height: 43px;
	line-height: 43px;

	clear: both
}

.articleHead .Logo {
	float: left;
	width: 35px;
	height: 24px;
	margin: 12px 0 0 12px;
	display: inline-block;
	background: url(../images/goback.png) no-repeat;
	background-size: 25px auto
}

#mainNav .navLine {
	display: inline-block;
	float: left;
	height: 43px;
	line-height: 43px;
	width: 1px;
	overflow: hidden;
	border-left: 1px solid #eee;
}

#mainNav .levelOne {
	padding: 0 18px 0 12px;
	background-position: right -212px;
	float: left;
	color: #888;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}
#include_product_son_txtli{
	overflow: hidden;
}
#include_product_son_txtli li {
	width: 33%;
	float: left;
	padding: 0;
	margin-top: 14px;
	border-radius: 0;
	background: #fff;
	overflow: hidden;height:30px;
}

#include_product_son_txtli li a {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #222;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #eee;
	display: block;
}

#include_product_son_txtli li a:hover {
	color: #0096ff;
}

#include_product_business{
	padding-bottom: 18px;
	overflow: hidden;
}

#include_product_business li {
	width: 50%;
	float: left;
	padding: 0;
	margin-top: 14px;
	border-radius: 0;
	background: #fff;
}

#include_product_business li a {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
}
#include_product_business li p{
	display: table;
	margin: auto;
	padding: 15px;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
	color: #3366cc;
	margin-top: 30px;
}
.module_list li {
	width: 96%;
	margin: 3px auto;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 40px;
	border-radius: 0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}
.module_list li h1 {
	width: 72%;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #6c6c6c;
	text-align: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.module_list li:hover h1{
	color: #0096ff;
}
.module_list li span{
	display: block;
	float: right;
	color: #888;
	font-size: 12px;
}
.module_list li p{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #888;
	padding-bottom: 10px;

}
.product {
	width: 96%;
	margin: 0 auto;
	padding-top: 5px;
}
.product ul{
	overflow: hidden;
}
.product li {
	width: 50%;
	float: left;
	line-height: 28px;
	font-size: 13px;
	font-family: "微软雅黑";
	text-align: center;
	margin-bottom: 16px;
}
.product li a {
	position: relative;
	display: inline-block;
	color: #303030;
	vertical-align: top;
	overflow: hidden;
	margin: 0 2px;
	border: 1px solid #fff;
}
.product li a:hover{
	-moz-box-shadow:2px 2px 5px #ccc;	
	-webkit-box-shadow:2px 2px 5px #ccc; 
	box-shadow:2px 2px 5px #ccc;
}
.product_hover{
	width: 46vmin;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-family: "微软雅黑";
	text-align: center;
    overflow: hidden;
	color: #555;
    white-space:nowrap;/*一行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow: ellipsis;/*用...代替超出部分*/
}
.product li a:hover .product_hover{
	background: #0096ff;
	color: #fff;
}
.product_pic {
	vertical-align: middle;
	width: 46vmin;
	height: 38vmin;
	background: #fff;
	overflow: hidden;
	margin: auto;
}
.product_pic img {
	width: 46vmin;
	min-height: 38vmin;
	display:block;
	overflow: hidden;
	transition: all 0.6s;
}
.product li a:hover img{
	transform: scale(1.1);
}

/*文章列表页--结束*/

/*文章详情页*/
.articleTitle {
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	font-family: "微软雅黑";
}
.articleTitle h2{
	margin-top: 20px;
	color: #252525;
	font-size: 16px;
}
.articleTitle p{
	color: #aaa;
	padding-top: 5px;
}
.articleContent {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 24px;
	margin-bottom: 10px;
	padding: 0 8px;
	padding-top: 10px;
	color: #2c2c2c;
	word-wrap: break-word;
	overflow: hidden;
	text-align: justify
}

.articleContent a,.nav a {
	color: #4e7ebd
}

.articleContent br {
	content: ""!important;
	display: block!important
}

.articleContent p {
	margin-bottom: 5px
}

.articleContent .img_span {
	text-align: left;
	color: #787878;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 25px
}

.articleContent img {
	max-width: 98% !important;
	height: auto !important;
	vertical-align: middle;
	margin: 5px auto !important;
	display: block;
	padding: 0px;
	border: 1px solid #ddd;
}

.articleContent .video {
	text-align: center
}

.articleContent video {
	width: 290px;
	margin: 0 auto
}

.articleContent .videoMessage {
	text-align: center;
	padding-top: 1px;
	font-size: 13px;
	font-family: "微软雅黑";
	padding-bottom: 5px
}

.articleContent .imgMessage {
	display: block;
	padding-top: 10px;
	color: #787878;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 16px;
	text-align: center
}

.articleContent button,.articleContent input,.articleContent select,.articleContent textarea {
	margin-right: 5px
}

/*文章详情页--结束*/

/*招聘*/
#com_center{
	width: 96%;
	margin: auto;
	padding-top: 20px;
	font-size: 14px;
	color: 222;
}
.recruit_box{
	width: 96%;
	margin: auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.recruit_txt{
	background: #f2f2f2;
	text-align: center;
}
.recruit_txt th{
	padding: 8px;
	font-size: 13px;
	text-align:center;
    vertical-align:middle;
	font-weight: normal;
}
.recruit_txt th:nth-child(1){
    min-width: 20%;
}
.recruit_txt th:nth-child(3){
    min-width: 20%;
}
.recruit_box td{
	padding: 8px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #eee;
}

/*翻页css--page*/
.pages {
	text-align: center;
	padding: 2px;
	font-size: small;
	font-family: "微软雅黑";
	padding-bottom: 20px;
}

.pages a {
	color: #777;
	display: inline-block;
	padding: 2px 6px
}

.pages a:hover {
	color: #0096ff;
	text-decoration: none
}

.pages strong {
	font-weight: bold;
	font-family: "微软雅黑";
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px;
	color: #1176bb
}

.pages .current {
	background-color: #333;
	display: inline-block;
	padding: 2px 6px;
	color: #fff
}

.pagehead {
	position: relative
}
/*翻页代码--结束*/

/*在线留言*/
.guestbook{
	width: 96%;
	margin: auto;
}
.reply_guestbook{
	width: 96%;
	margin: auto;
	padding-top: 30px;
}
.guestbook #truename {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook #telephone {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook #email {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook .neirong {
	height: 100px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook .bm_xiangmu{
	height: 34;
	line-height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook #captcha {
	width: 55%;
	height: 34px;
	padding-left: 10px;
	line-height: 34px;
	color: #777;
	font-size: 14px;
	border: 1px solid #ddd;
	margin: 0px auto 14px auto;
	float: left;
}
.guestbook .anniu {
	height: 34px;
	width: 100%;
	background: #aaa;
	border: 1px solid #aaa;
	font-size: 16px;
	color: #fff;
}
.guestbook .anniu:hover {
	background: #0096ff;
	border: 1px solid #0096ff;
}

