* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
		background: #f5f5f5;
		overflow-x: hidden;
}
#head{
	background: #ffffff;
	width: 100%;
	height: 160px;
}
#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: 700px;
	left:50%;
	margin-left:-960px;
}

#product1{
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 450px;
}
#product1 img{
	position:absolute;
	width:1920px;
	height:450px;
	left:50%;
	margin-left:-960px;
}
#main1{
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 250px;
}
#main1 #product2,#product3{
	position:absolute;
	width:1920px;
	height:250px;
	left:50%;
	margin-left:-600px;
}
#main2{
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 1281px;
}
#main2 #gsjs{
	top: 60px;
	position:absolute;
	width:1920px;
	height:250px;
	left:50%;
	margin-left: -100px;
	
}
#main2 #gsjs01{
	position:absolute;
	width:1920px;
	height:374px;
	left:50%;
	top: 160px;
	margin-left: -960px;
}
#main2 #gsjs02{
	position:absolute;
	width:1920px;
	height:374px;
	left:50%;
	top: 534px;
	margin-left: -960px;
}
#main2 #gsjs03{
	position:absolute;
	width:1920px;
	height:374px;
	left:50%;
	top: 799px;
	margin-left: -960px;
}
#main3{
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 853px;
}
#main3 #newsContent{
	position:absolute;
	width:1920px;
	height:82px;
	left:50%;
	margin-left: -100px;
	
}
#main3 #newsContents{
	position:absolute;
	top: 100px;
	height: 776px;
	width: 100%;
}
#main3 #newsContents table{
	position:relative;
	left:50%;
	margin-left: -600px;
}
#main3 #newsContents img:hover{
	background-color:#ff9900;
	-moz-box-shadow: 10px 10px 5px #d5d5d5; /* 老的 Firefox */
	box-shadow: 10px 10px 5px #d5d5d5;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: initial;
}


/*尾部*/

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

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

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

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

#foot #tr3{
	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: #333;
    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;
    background-color: #333; 
    color: #ffffff;
}

.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;
}


/*导航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;}


/*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;
}