﻿.sidebar{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	/*width: 216px;*/
	width: 10%;
	height: 100%;
	padding-top: 16px;
	/*padding-left: 20px;*/
	padding-left: 0.5%;
	background-color: #fff;
	transition: all 0.5s;
}
.sidebar .h_btn{
	position: absolute;
	left: 105%;
	top: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: red;
}
.sidebar .logo img{
	width: 160%;
	margin-top: 0.5vh;
}
.header .logo{
	width: 16%;
	display: none;
	transition: all 0.5s;
	margin-top: 2vh;
	float: left;
	margin-left: 0.5%;
}
.header .logo img{
	width: 100%;
}
.logo-re{
	display: none;
}
.nav {
	padding-left: 2.2vh;
	margin-top: 14.6vh;
}
.nav a{
	font-size: 16px;
	/*line-height: 48px;*/
	line-height: 5vh;
	color: #333333;
	text-decoration: none;
}
.nav li.selected a{
	color: #e60012;
}
.nav li a:hover{
	color: #e60012;
}
.contact-us{
	/*margin-top: 166px;*/
    margin-top: 6vh;
}
.contact-us li{
	float: left;
	margin-right: 15px;
}
.contact-us ul{
	overflow: hidden;
	height: auto;
}
.copyright{
	margin-top: 20px;
}
.copyright p{
	color: #333333;
	line-height: 20px;
	font-size: 12px;
}

.header{
	position: fixed;
	z-index: 9;
	padding-right: 18px;
    right: 0;
    top: 0;
    left: 0;
    height: 10vh;
    background-color: #fff;
    overflow: hidden;
}
.h-header{
	padding-right: 35px;
	
}
.header .srch{
	float: right;
	margin-top: 3vh;
	overflow: hidden;
	margin-left: 40px;
}
.header .srch .txt{
	float: left;
	height: 40px;
	width: 169px;
	padding-left: 5px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.header .srch .tel{
	float: left;
	width: 34px;
	height: 41px;
	border: none;
	border-bottom: 1px solid #cccccc;
	background: url(../images/zys_img2.png) no-repeat;
	background-position: left center;
}
.header .in-touch{
	float: right;
}

.in-touch ul{
	overflow: hidden;
}
.in-touch li{
	float: left;
	margin-left: 58px;
}
.in-touch a{
	color: #999999;
	padding-left: 35px;
	font-size: 12px;
	line-height: 10vh;
	text-decoration: none;
}
.in-touch a:hover{color:red} 
.section{
	padding-top: 10vh !important;
}
.in-touch .ser{
	margin-left: 102px;
	background: url(../images/zys_img3.png) no-repeat;
	background-position: left center;
}

.in-touch .store{
	background: url(../images/zys_img4.png) no-repeat;
	background-position: left center;
}
/*头部区域结束，到时候单独提出来*/
.h_btn li{
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 7px;
	transition: all 0.3s;
}
.h_btn li:nth-child(1){
	transform: rotate(142deg);
	width: 30px;
	margin-left:15px;
}
.h_btn li:nth-child(2){
	display: none;
}
.h_btn li:nth-child(3){
	transform: rotate(212deg);
	margin-top: 15px;
	width: 30px;
	margin-left:15px;
}




.h_btn li:nth-child(1){
	margin-top: 25px;
}

.sideOn .sidebar{
	left: -11%;
}
.sideOn .h-layout{
	width: 100%;
	margin-left: 0;
}
.sideOn .header .logo{
	display: block;
}
.sideOn .sidebar .logo{
	display: none;
}
.sideOn .h_btn li{
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 7px;
	transition: all 0.3s;
	transform: rotate(0);
}
.sideOn .h_btn li:nth-child(1){
	margin-top: 25px;
}	
.sideOn .h_btn li:nth-child(2){
	display: block;
}

