/*html{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}*/
@charset "utf-8";
/*商品列表弹出图片*/
body {
	background:#FFF;
	background-attachment:fixed;
	background-image:none;
	background-position:center center;
	background-repeat:no-repeat;
	color:#000;
	font-family:"Microsoft YaHei",Arial;
	font-size:12px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
/* 重置 */
div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p,li,div{/* add */
	line-height:20px;
}
/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */
ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */
img, a img {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	max-width: 100%;
}
/* 链接样式 */
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}

/*浮动*/
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatNone {
	float:none;
}
/* 清除浮动 */

.clearBoth {
	clear:both;
	width:100%;
	height:0;
	font-size:0;
	overflow:hidden;
	line-height:0;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:Right;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	/*content: ".";  兼容ie8 */
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/** 输入框 **/
.input {
	border:1px solid #ddddde;
	height:20px;
	line-height:20px;
	padding:0 2px;
	outline: none;
}
/*内页banner*/
.nei_banner img {
    width: 100%;
    height: auto; /* 允许高度自动调整 */
    object-fit: cover; /* 保持图片宽高比，同时填充容器 */
}




#pages{ width: 100%;}
#pages table{margin: auto;}
#pages ul{float: left;}
#pages li{float: left; margin: 0 2px; color: #333; border: 1px solid #ddd; }
#pages a{background-color: #fff; color: #333; background-image: none !important; border: none; padding: 5px 10px; display: block;}
#pages a:hover{background-color: #eee; background-image: none !important;}
#pages li span{display: inline-block; padding: 5px 10px; }
#pages .active{background-color: #3F3F3F; color: #fff;}


.team_box{width:1098px;margin:0 auto;max-width: 100%;}
.team_box li{border-bottom:1px dashed #a3a3a3;overflow: hidden;}
.team_box li span{line-height: 70px;font-size:18px;font-weight:bold;color:#000;float:left;margin:0 !important;}
.team_box li p{margin-left:100px;line-height: 70px !important;font-size:16px;color:#000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.team_box li p:first-child{margin-left: 0px; float: left;}

#videobox{
	width: 660px; height: 400px; margin: 25px auto;
}

.zhanluex img{
	float: left;
}


.jw_box{overflow: hidden;margin: 0 32px;}
.jw_box .jwjg{width:450px;margin:0 34px;margin-bottom:18px;background:#f7f8fa;float:left;}
.jw_box .jwjg .in_jwjg{padding:23px 15px;overflow: hidden;}
.jw_box .jwjg .in_jwjg .pic{width:118px;float:left;}
.jw_box .jwjg .in_jwjg .pic img{width:100%;height:144px;}
.jw_box .jwjg .in_jwjg .jw_words{float:right;width:275px;}
.jw_box .jwjg .in_jwjg .jw_words p{font-size:14px;color:#333335;line-height: 23px;}
.jw_box .jwjg .in_jwjg .jw_words p a{color:#333335;}

.menu{
	text-align: center;
}
.htmledit table{
	border-collapse: collase;
}
.htmledit ht{
	border: 1px solid #ddd;
	text-align: center;
	padding; 5px 0;
	background-color: #f7f7f7l
}
.htmledit td{
	border; 1px solid #ddd;
	padding; 5px;
}
.htmledit tr:nth-chilid(even){
	background-color: #f7fbff;
}
.htmledit tr:nth-chilid(odd){
	background-color: #fdfdfd;
}
.htmledit tr:nth-chilid(1){
	text-align: center;
}