img {
	max-width: 100%;
}

#gh {
	float: right;
	height: 34px;
	width: 40px;
	left: 50%;
	top: 0;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

.selected #gh {
	transform: rotate(90deg);
}

#gh a {
	background-color: #6ac4e8;
	display: block;
	height: 2px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

#gh a:after, #gh a:before {
	background-color: #6ac4e8;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

#gh a:after {
	top: 12px;
}

#gh a:before {
	top: -12px;
}

.selected #gh a:after, .selected #gh a:before {
	top: 0;
}

.selected #gh a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	background: #6ac4e8;
}

.selected #gh a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #6ac4e8;
}

.selected #gh a {
	background-color: transparent !important;
}

.selected .header {
	overflow: visible;
}

.selected .header .nav {
	display: block;
	z-index: 111;
	position: absolute;
	left: 0;
	top: 80px;
	right: 0;
	margin: 0;
}

.selected .header .nav li a {
	text-align: center;
	width: auto;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	margin: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 50px;
	padding: 0;
}

.selected .header .nav li a {
	color: #000000;
}

.selected .header .nav .selected a {
	border-bottom-color: #73e5b1;
}

@media only screen and (max-width:1200px) {
	header {
		position: fixed;
		top: 0;
		height: 100px;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	header .logo {
		margin-top: 20px;
		margin-left: 20px;
		float: none;
	}
	header .center {
		width: 100%;
		padding: 0;
	}
	#gh {
		display: block;
		float: none;
		left: auto;
		right: 4%;
		margin-top: 30px;
	}
	header form {
		display: none;
	}
	.logo img {
		width: 38%;
	}
	header nav {
		height: 0;
		overflow: hidden;
		transition: .5s;
	}
	header ul>li {
		float: none;
		width: 100%;
		margin: 0;
		border-top: 1px solid #fff;
		background-color: #6ac4e8;
		background: #6ac4e8;
		text-align: center;
	}
	.header .logo {
		margin-top: 24px;
	}
	header .rightBox {
		float: none;
		top: 20px;
	}
	header ul {
		width: 100%;
		display: block;
	}
	header ul a {
		line-height: 40px;
		font-size: 16px;
	}
	.swipe-wrap img {
		width: auto;
		max-width: inherit;
	}
	.bannerMain .bannerTxt h4 {
		font-size: 22px;
	}
	.bannerMain .bannerTxt strong {
		font-size: 20px;
	}
	.center {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}
	.bannerB {
		height: auto;
		padding-bottom: 20px;
	}
	.bannerBL {
		width: 100%;
		float: none;
	}
	.zjList {
		display: block;
	}
	.zjList:after {
		content: '';
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		overflow: visible;
	}
	.zoujin {
		padding-bottom: 0;
	}
	.zjList li {
		float: left;
		width: 50%;
		margin-bottom: 40px;
	}
	.secai {
		padding-top: 80px;
	}
	.secaiL {
		width: 100%;
	}
	.secaiR {
		float: none;
		width: 100%;
		display: none;
	}
	.ctrl {
		display: none;
	}
	.windowCon div.active {
		transform: scale(1);
	}
	.winWarp {
		width: 100%;
		padding-top: 0;
		overflow: auto;
		height: auto;
	}
	.windowCon {
		width: 100% !important;
		position: relative;
		overflow: auto;
		height: 600px;
	}
	.windowCon>div {
		width: 49%;
		margin-right: 6px;
		margin-bottom: 30px;
	}
	.windowCon>div:nth-child(2n) {
		margin-right: 0;
	}
	.windowCon>div a {
		width: 100%;
	}
	.windowCon img {
		width: 100%;
	}
	.window {
		height: 780px;
		padding-top: 56px;
		background: url(../images/window.jpg) left top;
	}
	.yejiMain {
		height: auto;
	}
	.yejiConWarp {
		height: auto;
	}
	.yejicontent {
		width: 100% !important;
		position: relative;
	}
	.yejiItems {
		float: none;
		margin-bottom: 16px;
		margin-right: 0;
		width: 100%;
	}
	.ctrls {
		display: none;
	}
	.yejiInfo {
		margin-top: 16px;
	}
	.yeji {
		padding-bottom: 0;
	}
	.yejiItems .tops{
		width: 100%;
	}
	.voiceL {
		width: 100%;
		float: none;
	}
	.voiceL .fl {
		display: none;
	}
	.voiceL .fr {
		width: 100%;
	}
	.voiceR {
		margin-top: 26px;
		width: 100%;
		float: none;
	}
	.voiceRMain ul li {
		width: 30%;
	}
	.voiceRMain ol li {
		height: auto;
		display: block;
	}
	.bottomBL {
		width: 100%;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 30px;
	}
	.bottomBL dl {
		width: 46%;
	}
	.bottomB {
		height: auto;
	}
	.copys {
		font-size: 16px;
	}
	.bottomB .codes {
		display: none;
	}
	.bannerMainWarp {
		width: 100%;
		height: auto;
		left: 0;
		margin: 0;
	}
	.bannerMain .list {
		display: none;
	}
	.yejiConWarp {
		width: 100%;
	}
	.subMainL {
		float: none;
		width: 100%;
	}
	.subMainR {
		float: none;
		width: 100%;
	}
	.subList li {
		width: 40%;
		float: left;
	}
	.subList:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	.bottomT {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.bannerSubTxt h4 {
		font-size: 32px;
	}
	.windowBanner {
		height: auto;
	}
	.windowBanner img {
		margin-top: 100px;
		width: 100%;
		max-width: 100%;
	}
	.windowBanner .center {
		width: 100%;
		padding: 0;
	}
	.windowsubMain .subMainRInfo .list span {
		display: none;
	}
	.windowsubMain .subMainRInfo .list {
		width: 100%;
	}
	.windowsubMain .subMainRInfo dd {
		width: 46%;
		margin-right: 10px;
	}
	.windowsubMain .subMainRInfo dd img {
		width: 100%;
		height: auto;
	}
	.windowsubMain .subMainRInfo dd:nth-child(3n) {
		margin-right: 10px;
	}
	.subMainR .subMainRCon {
		padding-bottom: 0;
	}
	.resultsSubMain .scaleImg {
		float: none;
		width: 100%;
	}
	.resultsSubMain .scaleImg img {
		width: 100%;
		height: 142px;
	}
	.resultsSubMain .yejiList .info {
		float: none;
		width: 100%;
	}
	.subMainRInfoList li a {
		display: block;
		width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.subMainR .subMainRInfo{
		padding-bottom: 30px;
	}
	.contactBanner .bannerSubTxt{
		text-align: center;
		padding-left: 0;
	}
	.map{
		margin-bottom: 30px;
	}
	.bannerSub{
		height: 390px;
	}
	.banner{
		height: 320px;
		margin-top: 100px;
	}
	.banner #slider img{
		width: 100%;
	}
	#slider{
		height: 100%;
	}
	#slider .swipe-wrap{
		height: 100%;
	}
	#slider .swipe-wrap>div{
		height: 100%;
	}
	#slider .swipe-wrap>div img{
		height: 100%;
	}
}