.w1200{
	width: 1200px;
	margin: 0 auto;
}
#header{
	height: 150px;
	overflow: hidden;
}
.logo-box{
	height: 100px;
	display: flex;
	align-items: center;
	font-size: 32px;
	font-weight:bold;
	color: #cccccc;
}
.logo-box span{
	color: #02b2b5;
	font-weight:bold;
}
.logo-box img{
	width: 60px;
}
.category{
	position: absolute;
	right:20px;
	top:16px;
	z-index: 999;
	display: none;
}
.category img{
	width: 34px;
	height: auto;
}
#nav{
	background-color: #2b2b2b;
}
.nav-box ul{
	display: flex;
}
.nav-box ul li{
	margin-right: 20px;
}
.nav-box ul li a{
	display: block;
	color: #ffffff;
	width: 120px;
	text-align: center;
	line-height: 50px;
}
.nav-box ul li.active a{
	background-color: #02b2b5;
}
.nav-box ul li:hover a{
	background-color: #02b2b5;
}

/*--------------------------footer------------------------------*/
#footer{
	background-color: #222222;
	text-align: center;
	line-height:2.0;
	color:#7e7e7e;
	padding: 50px;
	font-size: 14px;
}
.foot-box{
	width: 50%;
	margin:0 auto;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
.go-top{
	position:fixed;
	right: 60px;
	bottom: 50px;
	z-index: 99999;
	cursor: pointer;
	display: none;
}


/*-----------------------公共部分----------------------*/
body .more{
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background-color:#02B2B5;
	text-align: center;
	display: block;
}
body .more-bor{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color:#02B2B5;
	border:1px solid #02B2B5;
	text-align: center;
}
.list-title{
	font-size: 36px;
	text-align: center;
	overflow: hidden;
}
.list-title-en{
	font-size: 16px;
	text-align: center;
	margin-top:20px;
	margin-bottom:50px;
	overflow: hidden;
}
.search-box{
	margin: 30px auto;
	text-align: right;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 30px;
}
#index-list{
	margin-bottom: 50px;
}
#s-btn{
	width: 70px;
	height: 30px;
	background-color: #02B2B5;
	color: #ffffff;
	border: 0 none;
	border-radius: 5px;
}
#pro_title{
	width: 300px;
}


@media screen and (max-width:768px){
	.w1200{
		width: 100%;
	}
	#header {
	    height:60px;
	}
	.logo-box{
		font-size: 20px;
		height: 60px;
	}
	.logo-box img {
	    width: 50px;
	}
	.nav-box ul {
	    flex-direction: column;
		background-color: #2b2b2b;
	}
	.category{
		display: block;
	}
	#nav{
		width: 100%;
		position: absolute;
		z-index: 9999;
		left: 0;
		top:60px;
		height: 100%;
		display: none;
	}
	.nav-box ul li {
	    margin-right: 0;
		border-bottom:1px dotted #02B2B5;
	}
	.nav-box ul li a{
		width: 100%;
	}
	body .more {
	    width: 100px;
	    height: 40px;
	    line-height:40px;
		font-size: 14px;
	}
	#footer{
		padding: 10px 0;
	}
	.foot-box{
		width: 100%;
		border: 0;
	}
	.go-top{
		right:20px;
		bottom:30px;
	}
	.go-top img{
		width: 30px;
	}
	.search-box{
		text-align: center;
		margin:0 0 10px;
		padding: 15px 0;
	}
	
	
	
	
	
}