/* 公共部分 */
.overhideone {
	overflow: hidden;
	/*超出部分隐藏*/
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	white-space: nowrap;
	/*规定段落中的文本不进行换行 */
}
.mbox {
	width: 1205px;
	margin: 0 auto;
	position: relative;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

input {
	-webkit-appearance: none;
	background-color: none;
	border: none;
}

.flexbox {
	display: -moz-box;
	/* Firefox */
	display: -webkit-box;
	/* Safari and Chrome */
	display: -ms-flexbox;
	/* Internet Explorer 10 */
	display: box;
	-webkit-box-align: start;
}

.flexm {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mphone {
	display: none;
}

.mpc {
	display: block;
}
.colorgreen {
	color:#66b821;
}
/* 头部通用 */
.top {
	width: 100%;
	height: 115px;
}

.top .logo {
	margin-top: 33px;
	height: 29px;
}

.top .nav {
	padding: 0 14px;
}

.top .nav>li {
	float: left;
	padding: 52px 28px 20px 28px;
	font-size: 15px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding-top: 52px;
}

.top .nav li a {
	display: inline-block;
	/*border-bottom: 3px solid #fff;*/
	padding-bottom: 20px;
}

.top .nav>li:hover>a {
	color: #66b821;
	border-bottom: 3px solid #66b821;
}

.top .submenu {
	position: absolute;
	left: 0;
	top: 90px;
	text-align: center;
	border-top: 2px solid #66b821;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .11);
	padding: 15px 0;
	box-sizing: border-box;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: translate(0px, 10px);
	-moz-transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	-o-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
	z-index: -1;
	background-color: #fff;
	opacity:0;
	width: 116%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.top .nav>li:hover .submenu {
	left: -8%;
	top: 103px;
	opacity:1;
	z-index:999;
}

.top .submenu dt {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #666666;
}
.top .submenu dt a {
	color: #666666;
}
.top .submenu a:hover {
	color: #66b821;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.top .alink {
	margin-right: 23px;
	margin-left: 29px;
	margin-top: 54px;
}
.top .alink img {
	width: 16px;
}
.top .searchbtn {
	margin-top: 56px;
	width: 15px;
	cursor: pointer;
}

.searchbox {
	width: 100%;
	height: 115px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.searchbox .form-control {
	height: 115px;
	border: 0;
	font-size: 24px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 30px;
}

.searchbox .close {
	position: absolute;
	right: 0;
	top: 52px;
	cursor: pointer;
}

.top .menuicon {
	width: 22px;
	margin-top: 55px;
	cursor: pointer;
	margin-left: 15px;
}

/* 底部通用 */
.footer {
	background-color: #000;
	color: #e6e4e4;
}

.footer a {
	color: #e6e4e4;
}

.footer .footerlogo {
	padding-top: 40px;
	padding-bottom: 25px;
	box-sizing: border-box;
}

.footer .ulitemlist {
	border-right: 1px solid #191919;
	float: left;
}

.footer .ulitem {
	float: left;
	width: 135px;
}

.footer .ulitem a {
	display: inline-block;
	width: 100%;
}

.footer .ulitem .fmenu {
	margin-bottom: 28px;
}

.footer .ulitem .submenu {
	opacity: 0.5;
	margin-bottom: 4px;
	font-size: 12px;
}

.footer .list {
	text-align: right;

}

.footer .iconboxlist {
	margin-top: 18px;
}

.footer .iconboxlist .icon {
	margin-left: 22px;
}

.footer .online .title {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	margin-top: 50px;
	margin-bottom: 12px;
}

.footer .online .tel {
	font-size: 39px;
	color: #fff;
}

.copy {
	background-color: #141414;
	color: rgba(255, 255, 255, 0.5);
	line-height: 46px;
	font-size: 14px;
}
.pdisplay {
	display: inline-block;
}
@media screen and (max-width: 1200px) {
	.mbox {
		width: 98%;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.footer .footerlogo {
		padding-left: 20px;
		padding-right: 20px;
	}

	.copy .mbox {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1140px) {
	.footer .ulitem {
		float: left;
		width: 105px;
	}

	.copy {
		font-size: 12px;
	}
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
.head{display:none}
.moblie_head{display:block;height:44px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-top:10px;padding-left:5%}
.moblie_head .lf img{height:24px}
.moblie_head .rg{padding-right:5%;padding-top:14px}
.moblie_head .rg a img{height:16px;vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}
@media screen and (max-width: 980px) {
	.mphone {
		display: block;
	}

	.mpc {
		display: none;
	}

	.footer .online .tel {
		font-size: 28px;
	}
}

@media screen and (max-width: 900px) {
	.footer .ulitemlist {
		width: 100%;
	}

	.footer .ulitemlist {
		border-right: none;
	}

	.footer .ulitem {
		width: 16.6%;
	}

	.footer .list {
		width: 100%;
		text-align: left;
	}

	.footer .iconboxlist .icon:first-child {
		margin-left: 0;
		margin-right: 20px;
	}

	.copy .mr,
	.copy .ml {
		width: 100%;
		text-align: center;
	}

	.copy {
		line-height: 26px;
		padding: 10px 0;
	}
}

@media screen and (max-width: 768px) {
	.top {
		height: 95px;
	}
	.top .logo {
		margin-top:23px;
		margin-left: 3%;
	}

	.top .searchbtn {
		margin-top: 40px;
	}

	.top .alink {
		margin-top: 38px;
	}

	.top .menuicon {
		margin-top: 37px;
	}
}
@media screen and (max-width: 767px) {
	.top {
		height: 65px;
	}
	.top .logo {
		margin-top: 21px;
		height: 20px;
	}
	.top .searchbtn {
		margin-top: 27px;
	}
	
	.top .alink {
		margin-top: 27px;
	}
	
	.top .menuicon {
		margin-top: 24px;
	}
	.footer {
		display: none;
	}
	.searchbox {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.searchbox .form-control {
		height: 65px;
		font-size: 16px;
	}
	.searchbox .close {
		top: 27px;
		right:10px;
	}
	.pdisplay {
		display: block;
	}
}