.banner-s{
	position:relative;
	height: auto;
	max-height:810px;
	width:100%;
	overflow: hidden;
	z-index: 10;
}
.banner-s .show-panel {
 width: auto;
 height: auto;
 overflow: hidden;
}
.banner-s .show-panel ul {
	
}
.banner-s .show-panel ul li {
	display:none;
}
.banner-s .show-panel ul li:first-child{
	display: block;
}
.banner-s .show-panel ul li img{
	width: 100% !important;
	height: 100% !important;
}
.banner-s .focus {
	position:absolute;
	width:30px;
	padding-left:10px;
	padding-top:13px;
	bottom:350px;
	right:60px;
	z-index: 99999;
	/*display: none;*/
	/*background:url(../img/bor02.png) no-repeat left center;*/
	height:29px;
}
.banner-s  .focus a {
	width:24px;
	height:24px;
	background:url(../img/ico01.png) no-repeat left bottom;
	float:left;
	margin-left:10px;
	margin-bottom: 6px;
	display:inline-block;
}
.banner-s .focus a.choo{
	background:url(../img/ico01.png) no-repeat left top;
}
.bannerBox img{
		width: 100%;
		height: 100%;
}
.all_bg {
	background-image:url(../img/all_bg.png);
	background-repeat:no-repeat;
}
.wrapper {
	width:auto;
	margin:0 auto;
}
.w-simImg>img{
	max-width: 100%;
	margin-right: 10px;
}
.mobile-nav-toggle .iconfont{
	color: #00a4a5;
	font-size: 25px;
}
.bai-se{
	color: #fff;
	text-align: justify;
}
.more-button{
	display: none;
}
@media (max-width:1000px){
	/*.banner-s{
		margin-top: 58px;
	}*/
	.w-text{margin: 0 15px;}
	.w-simImg>img{
	max-width: 45%;
	margin: 5px;
	}
	.w-simImg>img:last-child{
		display: none;
	}
	.more-button{
	display:block;
	width: 100px;
	height: 30px;
	background: #00a4a5;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin:20px auto;
	}
.btn-default-w, .btn-pd4{
	text-align: center;
	margin: 0 auto 0 -55px;
	position: relative;
	top:-40px;
	left: 50%;
}
.w-space{
	display: none;
}
.bai-se{
	color: #333;
}
.position{
	display: block;
}
}
.centerContent{
		text-align: justify;
	}
/*菜单部分*/
.phone_menu{
		width: 40px;
		height: 40px;
		background: #0C87BE;
		border-radius: 5px;
		display: none;
		float: right;
		text-align: center;
		margin: 10px 10px auto auto;
	}
	.phone_menu span{
		line-height: 40px;
		font-size: 27px;
		color: #fff;
	}
	
	.menu-bg{
		position: relative;
		z-index: 2000;
		width: auto;
		margin:0;
		height: 70px;
		border-top: 1px solid #ccc;
	}
	.menu_list{
		width: 1200px;
		height: 70px;
		margin:0 auto;
	}
	.menu_list ul{
		list-style: none;
		padding-left: 0;
		width: auto;
		height: 70px;
		line-height: 70px;
	}
	.menu_list ul li{
		width: 130px;
		float: left;
		font-size: 16px;
		color: #333;
		/*padding: 0 20px;*/
		text-align: center;
		height: 70px;
		
		
	}
	.menu_list ul li a{
		/*font-size: 16px;
		color: #333;*/
		text-decoration: none;
	}
	.menu_list ul .active,.menu_list ul .active a,.menu_list ul li:hover{
		color: #fff;
		background: rgba(0,164,165,1);
	}
	.menu_list ul li a:hover,.menu_list ul li:hover a{
		color: #fff;
	}
	/*子菜单*/
	.menu_list ul li .sub{
		display: none;
		font-size: 14px;
		height: auto;
		width: auto;
		clear: both;
		
		/*position: absolute;
		top:40px;
		left:0;
		z-index: 1;*/
	}
	.menu_list ul li:hover .sub{

		display: block;
	}
	.menu_list ul li .sub li{
		height:auto;
		line-height: 35px;
		width:auto;
		min-width: 100%;
		text-align: center;
		margin: 0;
		background:rgba(0,164,165,0.9);
		color: #fff;
		clear: both;
	}
	.menu_list ul li .sub li:hover{
		border-radius: 0;
		background:rgba(0,164,165,1);
		color: #fff;
	}
	.menu_list ul li .sub li a{
		font-size: 14px;
		background: none;
	}
	.menu_list ul li .sub li a:hover{
		color:#fff;
	}
	.zhezhao{
		width:30%;
		height:100%;
		float: right;
		display:none;
	}
	.language-swich{
		float: left;
		display: none;
	}
	@media (max-width:1000px){
	.language-swich{
		display: block;
		color: #00A4A5 !important;
	}
	.language-swich a{
		color: #fff;
	}
	.menu-bg{
		height: 0;
		border-top:none;
	}
	/*.phone_menu{
		display: block;
	}*/
	.menu_list{
		clear: both;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: none;
		background: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
		z-index: 1000;
		overflow-y:auto ;
		
	}
	.menu_list ul{
		float: left;
		margin-top: 0;
		width: 70%;
		height: auto;
		min-height:100%;
		margin-bottom: 0;
		background: rgba(0,0,0,0.6);
	}
	.menu_list ul li{
		width: 90%;
		height: auto;
		line-height: 30px;
		padding-left: 10px;
		text-align: left;
		clear: both;
		font-size: 14px;
		color: #fff;
		
	}
	.menu_list ul li a{
		font-size: 14px;
		color: #fff;
	}
	.menu_list ul .active,.menu_list ul li:hover{
		color: #00a4a5;
		background: none;
		border-radius: 0;
		border-bottom: 1px solid #00a4a5;
	}
	.menu_list ul li a:hover{
		color: #00a4a5;
	}
	.zhezhao{
		display: block;
	}	
	.right_icon{
		width: 20px;
		height: auto;
		float: right;
		margin-right: 0;
	}
	
	/*子菜单*/
	.menu_list ul li .sub{
		float: left;
		display: none;
		font-size: 14px;
		height: auto;
		width: 100%;
		clear: both;
		background: none;
		border-top:1px solid #ccc;
	}
	.menu_list ul li .sub li{
		height: 30px;
		width: 100%;
		text-align: left;
		padding-left: 20px;
		margin: 0;
		background:none;
		color: #fff;
		clear: both;
	}
	.menu_list ul li .sub li:hover{
		border-radius: 0;
		background:rgba(12,135,190,0.5);
		color: #fff;
	}
	.menu_list ul li .sub li a{
		font-size: 14px;
		color: #fff;
	}
	.menu_list ul li .sub li a:hover{
		color:#fff;
	}
	.centerContent{
		margin: auto 10px;
	}
	.bannerBox img{
		width: 100%;
		height: 100%;
		margin-top: 55px;
	}
	}
	
