* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}   
body{
		background: #f5f5f5;
		overflow-x: hidden;
}
#head{
	width: 100%;
	height: 160px;
	min-width: 1200px;
}
#head #top{
	min-width: 1200px;
	max-width: 1920px;
	height: 110px;
	width: 1366px;
	margin: auto;
}
#logo{
	margin-left:77px;
	width:115;
	height:110px;
    display:table;
    text-align:center;
    float: left;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #3b3b3b;
}
#logo span{
	display:table-cell;
    vertical-align:middle;
    padding-right: 10px;
}
#logo p{
	font-size: 30px;
	font-weight: bold;
	line-height: 110px;
	color: #0aac57;
}
#nav{
	float: right;
	/*width:600px;*/
	margin-right: 77px;
	height: 110px;
}
#nav li{
	float: left;
	line-height: 110px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	
}
#nav li a{
	color: black;
}
#nav li a:hover{
	color: #0aac57;
}
#content{
	width: 100%;
	overflow: hidden; 
	position: relative; 
	
}

#content #banner1{
	overflow: hidden; 
	position: relative; 
	width: 1920px;
	height: 350px;
	left:50%;
	margin-left:-960px;
}


#foot{
	/*position:absolute;*/
	overflow: hidden;
	background: url(../img/products/bottom.png) no-repeat;
	width: 1920px;
	height:327px;
	/*left:50%;*/
	/*margin-left:-960px;*/
}

#foot p{
	font-size: 18px;
	color: #3b3b3b;
}

#foot #tr1{
	margin-top: 50px;
    margin-left: 280px;
	/*position:absolute;*/
	/*left:50%;*/
	/*top: 60px;*/
	/*margin-left:-580px;*/
}

#foot #tr2{
	position: relative;
	bottom: -85px;
	margin-left: 280px;
	/*position:absolute;
	font-size: 15px;
	left:50%;
	bottom: 55px;
	padding-right: 880px;
	margin-left: -580px;*/
}

#foot #tr3{
	position: relative;
	bottom: -105px; 
	margin-left: 280px;
	/*position:absolute;*/
	/*left:50%;
	bottom: 10px;*/
	/*margin-left: -580px;*/
}

/*常用样式*/
/*统一浏览器盒子宽度：width（盒子宽度）=内容+padding*/
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*清浮动*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/*浮动*/
.fl{float: left;display: inline-block;}
.fr{float: right;display: inline-block;}
/*边距*/
.mt20{margin-top: 20px!important;}

/*搜索框*/
.search{background: #e4e4e4;height: 90px;}
.searchContent{width: 1200px;margin: 0 auto;}
.hotKeywords{font-size: 16px;color: #060606;line-height: 90px;overflow: hidden;margin-right: 50px}
.hotKeywords a{display: inline-block;/*margin-right: 5px;*/color: #737373;}
.hotKeywords a:hover,button:hover{cursor: pointer;}
.searchBox{display: block;border-radius: 40px;background: #fff;overflow: hidden;border: 1px solid #e4e4e4;height: 50px;line-height: 35px;width: 550px;color: #b9b9b9;}
.searchText{width: 500px;height: 50px;padding: 0 20px;outline: none;}
.searchBtn{background: url(../img/search.png) left -3px center no-repeat;width: 45px;height: 50px;cursor: pointer; outline: none;}
.searchBtn::before{content: "";display: block;height: 40px;width: 1px;background: #d5d5d5;}
.search input,.search button,.search textarea{font-size: 100%; border:none;}
.search input::-webkit-input-placeholder {color: #bbb;font-size: 14px;margin-top: 10px;}



/*当前位置 修饰*/
.location{background: #e4e4e4;font-size: 16px;color: #636363;}
.location a{color: #636363;}
.location .icon{position: relative;top: 4px;display: inline-block;width: 21px;height: 22px;background: url("../img/icons.png") no-repeat; background-size: 20px 20px;}
.location a:hover,.location a.current{color: #42ad45;}
.location img{position: relative;top: 2px;}






.tiquMain li{
	/* float: left; */
	margin-bottom: 5px;
	/*margin-right: 16px;*/
}
.tiquMain li:nth-child(4n){
	margin-right: 0;
}
.tiquList{
	display: block;
	width: 100%;
	height: 45px; 
	border: 2px solid #fff;
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tiquList:hover{

	background-color: #0aac57;
	background-image: none;
	border-color: #0aac57;
}
.tiquList-img{
	display: block;
	width: 100%;
	height: 232px;
	overflow: hidden;
	line-height: 24px; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
}
.tiquList h3{
	font-size: 20px;
	color: #000000;
	float: left;
	line-height: 20px; 
	/* height: 30px; */
	padding: 0 26px;
	/* margin: 12px 0 8px; */
	/*font-family: "[SourceHanSansCN]";*/
	font-weight: bold;
}
.tiquList p{
	font-size: 15px;
	/*line-height: 24px;*/
	float: left;;
	/* height: 48px; */
	padding: 0 26px;
	color: #333333;
	margin-bottom: 16px;
}
.tiquList em{
	padding: 0 26px;
    /*line-height: 24px;*/
    float: right;
    font-size: 16px;
    color: #999999;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: 100px center;
}
.tiquList:hover h3{color: #fff;}
.tiquList:hover p{color: #fff;}
.tiquList:hover em{color: #fff;}
/*end*/

/*-----------content pages-----------*/
.contentPage{
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	color: #666;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	margin: 15px 0px;
}
.contentPage .zi{
	font-weight: normal;
	font-size: 10px;
}

.contentPage a,
.contentPage span.current{
	width: 32px;
	height: 32px;
	border: 1px solid #dedede;
	border-radius: 2px;
	vertical-align: top;
	margin: 0 3px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	font-size: 13px;
	color: #414141;
	text-align: center;
	line-height: 30px;
	background: #fff;
	text-transform: capitalize;
	padding: 6px 8px;
}

.contentPage span.current{
	background-color: #0aac57;
	border-color: #dedede;
	color: #fff;
	padding-left: 10px;
}

.contentPage a:hover {
	background-color: #0aac57;
}




/*导航nav 下拉菜单*/
.drop-down{
    /*position: relative;*/
}
.drop-down-content{
	z-index: 1500;
	margin-top: -30px;
	width: 150px;
	display: none;
	position: absolute;


}
.drop-down:hover .drop-down-content{
	display: block;
}
.drop-down-link{
	line-height: 20px;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	width: 100%;
	border: 2px solid #fff;
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	float: left;;
	margin-bottom: 6px;
}

.drop-down-link:hover{
	background-color: #0aac57;
	border-color: #0aac57;
}
.drop-down-link:hover p{
	color: #fff;
}

/*新闻*/
.newsMain{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.newsMain li{
    position: relative;
}
.newsMainList{
    display: block;
    width: 100%;
    height: 210px;
    padding: 20px 20px;
    position: relative;
}
.newsMainList::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.newsImg{
    display: inline-block;
    float: left;
    width: 150px;
    height: 150px;
    background-image: url(../../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}
.newsBut{
    display: block;
    width: 140px;
    height: 48px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    background-color: #868686;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 35px;
    bottom: 35px;
}
.newsText{
    display: inline-block;
    float: left;
    width: 580px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    font-family: "[SourceHanSansCN]";
    line-height: 24px;
}
.newsText h3{
    font-size: 20px;
    color: #151515;
    line-height: 32px;
    margin: 6px 0 20px;
    height: 32px;
}
.newsText p{
    height: 48px;
    margin-bottom: 20px;
}
.newsText h5{
    color: #999999;
}
.newsMainList:hover .newsBut{
    background-color: #269e20;
}
.newsMainList:hover:hover{
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.newsMainList:hover:hover::after{
    display: none;
}
.newsMainList:hover:hover::before{
    display: none;
}

.news_content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 70px;
    font-size: 5px;

}


.news_content table{
	border: 0px #ffffff;
}
.news_content h1,.news_content h2,.news_content h3,.news_content h4,.news_content h5,.news_content h6,{
	font-size: 5px;
}

/*搜索页面--搜索结果*/
.search_result{
	font-size: 50px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.search_result:after{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin-top: 10px;
}


/*tips*/
.tips {
    background: #ededed;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    color: #6b6a6a;
}

.tips a{
	color:#6b6a6a;
}

.tipsf {
    width: 1360px;
    margin: 0 auto;
}
.tipsfl,
.tipsfm,
.tipsfr {
    width: 33.3%;
}

.tipsfl{
	padding-left: 150px;
}
.tipsfr {
	padding-right: 150px;
	text-align: right!important;
}

.tipsfm {
    font-size: 16px;
    text-align: center!important;
}
.tipsfm .tel {
    font-size: 18px;
    font-family: Arial;
}