*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
	color:#333;
}
#top{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 66px;
}
#top>div{
	font-size: 25px;
}
#top>div>a{
	font-size: 14px;
	margin: 0 10px;
}
#banner{
	width: 100%;
	height: 470px;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: center;
	text-align: center;
}
/*#banner>h1{
	color: white;
	font-size: 40px;
	padding-top: 120px;
}
#banner>p{
	color: white;
	font-size: 26px;
	line-height: 70px;
}
#banner>div{
	color: #555;
	background-color: white;
	display: inline-block;
	padding: 10px 60px;
	border-radius: 50px;
}*/
#box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	height: 70px;
}
#box div{
	display: flex;
	align-items: center;
	font-size: 22px;
}
#box div img{
	margin-right: 10px;
}
#chanpin{
	width: 100%;
	background-color: #f2f2f2;
}
#chanpin>h2{
	font-size: 30px;
	text-align: center;
	padding-top: 66px;
}
#chanpin>p{
	font-size: 14px;
	text-align: center;
	margin: 20px;
}
#chanpin>div{
	font-size: 14px;
	text-align: center;
	color: #0083e8;
	margin-bottom: 35px;
}
#chanpin>ul{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
#chanpin>ul>li{
	list-style: none;
	width: 24%;
	background-color: white;
	text-align: center;
	padding: 25px 0;
}
#changjian{
	background-image: url(../images/bg-changjian.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
#changjian>h2{
	font-size: 30px;
	text-align: center;
	line-height: 130px;
	color: white;
}
#changjian>div{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
}	
#changjian>div>div{
	background-color: white;
	/* padding: 20px; */
	text-align: center;
	border-radius: 10px;
	width: 25%;
	overflow: hidden;
}	
#changjian>div>div>img{
	width: 100%;
}
#changjian>div>div>p{
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}	
#changjian>div>div>div{
	font-size: 14px;
	background-color: #2a74dd;
	display:inline-block;
	color: white;
	padding: 10px 0px;
	width: 60%;
	border-radius: 20px;
	margin-top: 40px;
}	
#xiangguan{
	width: 1200px;
	margin: 0 auto;
}
#xiangguan>h2{
	text-align: center;
	font-size: 30px;
	margin-top: 80px;
}
#xiangguan>p{
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}
#xiangguan>div{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#xiangguan>div h3{
	font-size: 24px;
	line-height: 40px;
}
#xiangguan>div>.left{
	width:60% ;
}
#xiangguan>div>.right{
	width: 40%;
	margin-top: 10px;
}
#xiangguan>div>.right>div{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 22px;
}
#xiangguan>div>.right>div>div{
	width: 30%;
	background-color: #f2f2f2;
	padding: 10px 0;
}
#xiangguan>div>.right>div>div>img{
	width: 57%
}
#xiangguan>div>.right>div>div p{
	font-size: 14px;
	line-height: 25px;
}
#xiangguan>div .right>p{
	font-size: 14px;
	line-height: 25px;
	margin: 20px 0;
}
#guzhang{
	width: 100%;
	margin-top: 50px;
	padding-top: 50px;
	background-image: url(../images/bg-guzhang.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-position: center;
	text-align: center;
}
#guzhang>ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#guzhang>ul>li{
	list-style: none;
	background-color: white;
	text-align: center;
	margin-top: 30px;
	border-radius: 30px;
	overflow: hidden;
}
#guzhang>ul>li h3{
	font-size: 18px;
	line-height: 40px;
}
#guzhang>ul>li img{
	width: 100%;
}
#guzhang>ul>li div{
	font-size: 14px;
	padding-bottom: 20px;
}
#guzhang>div{
	color: white;
	font-size: 20px;
	border: 1px solid white;
	display: inline-block;
	margin: 50px;
	padding: 5px 30px;
	border-radius: 50px;
}
#lianxi{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#lianxi>h2{
	font-size: 30px;
	line-height: 100px;
}
#lianxi>img{
	width: 100%;
}
#lianxi>ul{
	display: flex;
	justify-content: space-around;
	text-align: left;
}
#lianxi>ul>li{
	list-style: none;
}
#lianxi>ul>li>h3{
	font-size: 20px;
	line-height: 50px;
}
#lianxi>ul>li>p{
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #333;
}
#zizhi{
	text-align: center;
	font-size: 11px;
	margin: 50px 0;
	color: #999;
	margin-bottom: 150px;
}
#zizhi>span{
	color: #333;
	margin-left: 30px;
}
#di{
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #333333;
	height: 94px;
}
#di>img{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
}
#left{
	position: fixed;
	bottom: 150px;
	left: 0;
}
#di>.guanbi{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 1520px;
	cursor: pointer;
	z-index: 9999;
}
.tan{
	position: fixed;
	top: 20%;
	left:50%;
	margin-left: -350px
}
.tan .gb{
	width:40px;
	height: 40px;
	position: absolute;
	top: 4px;
	right:7px;
	border-radius: 50%;
	z-index: 999999;
}


@media (min-width:800px){
    #container{
		display:none;
	}
}

@media (max-width:800px){
	#top{
		width: 100%;
		justify-content: center;
	}
	#top a{
		display: none;
	}
	#box{
		width: 100%;
		height: 45px;
	}
	#box div{
		font-size: 12px;
	}
	#box div img{
		width: 20px;
		margin-right: 0px;
	}
	#chanpin>ul{
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#chanpin>h2{
		font-size: 28px;
	}
	#chanpin>ul>li{
		width: 46%;
		margin-bottom: 15px;
	}
	#chanpin>ul>li>img{
		width: 100%;
	}
	#changjian{
		background-size: auto 72%;
	}
	#changjian>div{
		width: 100%;
		/* margin-top: 80px; */
	}
	#changjian>div>div{
		width: 30%;
	}
	#changjian>div>div>p{
		font-size: 14px;
	}
	#changjian>div>div>div{
		padding: 5px 0;
		font-size: 8px;
		margin-top: 0;
	}
	#xiangguan{
		width: 100%;
	}
	#xiangguan>div>.left,#xiangguan>div>.right{
		width: 100%;
	}
	#xiangguan>div>.right{
		margin: 0 30px;
	}
	#xiangguan>div>.left img{
		width: 100%;
	}
	#guzhang>ul{
		width: 100%;
	}
	#guzhang>ul>li{
		width: 45%;
	}
	#guzhang>div{
		font-size: 14px;
	}
	#lianxi{
		width: 95%;
	}
	#di,#left{
		display: none;
	}
	#zizhi>span{
		display: block;
	}
	.tan{
		display:none;
	}
}