/*Copyright 2007 Qietu Inc. All rights reserved.*/


html,
body {

}




/*pad*/
img{
	max-width:100%;
}

.gh {
	float:right;
	height:34px;
	width:34px;
	margin-right:15px;
	margin-top:10px;
	position:relative;
	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;
}
.gh.selected {
	transform: rotate(90deg);
}
.gh a {
	/*background-color: #2ad0ca;*/
	background-color: #00c6f0;
	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:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}
.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}
.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}
.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}
.gh a:after, .gh a:before {
	background-color: #00c6f0;
	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:10px;
}
.gh a:before {
	top:-10px;
}
.gh.selected a:after, .gh.selected a:before {
	top: 0;
}
.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}
.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a {
	background-color: transparent !important;
}
@media only screen and (max-width:1100px) {
	.wrapper{
		width: 100%;
	}
	/*首页 开始*/
	.header{
		height: 53px;
		width: 100%;
		position: fixed;
		z-index: 99;
		top: 0;
		border-bottom: 1px solid #00569f;
	}
	.gh{
		display: block;
	}
	.header .logo{
	    margin-top: 8px;
	    margin-left: 10px;
	    width: 230px;
	}

	.header .zxrx{
		display: none;
	}
	
	.naver{
		position: fixed;
		z-index: 99;
		top: 54px;
		width: 100%;
		display: none;
		height: auto;
	}
	.naver .srch{
		display: none;
	}
	.naver .lists{
		float: none;
	}
	.naver li,
	.naver li a{
		line-height: 37px;
	}
	.naver li{
		float: none;
		text-align: center;
		margin: 0;
	}
	.naver li.line{
		display: none;
	}
	.naver li.has-dl:hover::after{
		content: none;
	}
	.naver li a{
		display: inline-block;
		width: 100%;
		font-size: 18px;
	}
	.naver dl{
		position: static;
		width: 100%;
		margin-left: 0;
	}
	.naver li:hover dl{
		display: none;
	}
	.naver dl a{
		width: 100%;
		font-size: 14px;
	}
	.h-banner{
		margin-top: 54px;
	}
	.h-banner .wrapper{
		height: auto;
	}
	.fwxw-l{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.fwxw-l .body{

	}
	.fwxw-l .body li{
		width: 33.333%;
		border: none;
	}
	.fwxw-r{
		padding: 0;
		margin: 10px 2% 0;
		float: none;
		width: 96%;
		height: auto;
	}
	.fwxw-r .head .img{
		display: none;
	}
	.fwxw-r .head h2{
		float: none;
		margin: 10px 0 0;
		text-align: center;

		font-size: 14px;
	}
	.fwxw-r .body ul{
		width: 100%;
	}
	.fwxw-r .body li{
		float: none;
		width: 96%;
		height: auto;
		padding: 5px 2%;
	}
	.fwxw-r .body li a{
		line-height: 18px;
	}
	.fwxw-r .foot{
		display: none;
	}
	.gsry{
		display: none;
	}
	.ysfg-l{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.ys-l{
		float: none;
		width: 100%;
	}
	.ys-l:after{
		content: none;
	}
	.ysfg-l .body .bd{
		float: none;
		width: 100%;
	}
	.ys-r{
		width: 92%;
		padding: 24px 4%;
		height: auto;
	}
	.ysfg-r{
		float: none;
		width: 96%;
		margin: 20px auto 0;
	}
	.ysfg-r .body li{
		height: auto;
		line-height: 20px;
		padding: 5px 0;
	}
	.hzfb-c{
		width: 96%;
		margin: 0 auto;
	}
	.hzfb-c .body ul{
		width: 100%;
	}
	.hzfb-c .body li{
		width: 46%;
		margin: 0 2% 10px;
		text-align: center;
	}
	.footer{
		padding-top: 10px;
	}
	.footer .wrapper{
		width: 96%;
		padding: 0 2%;
	}
	.qrCode{
		float: none;
		display: none;
	}
	.qrCode h4{
		text-align: left;
	}
	.cont{
		float: none;
		margin-left: 0;
		margin-top: 30px;
	}
	.cont h4,
	.cont ul{
		display: none;
	}
	.copyright{
		float: none;
		margin-top: 10px;
		text-align: left;
		
	}
	.cont li{
		float: none;
	}

	.copyright h2{
		padding-left: 48px;
		margin-bottom: 10px;
		font-size: 20px;
		background-position: left center;
	    background-size: 36px;
	}
	/*首页 结束*/
	
	/*单页 开始*/
	.dy{
		width: 96%;
		margin: 10px auto 20px;
	}
	.nav-l{
		float: none;
		width: 100%;
	}
	.dy .nav-l{
		height: auto;
	}
	.content-r{
		margin-top: 20px;
		width: 100%;
	}
	.dy-r{
		float: none;
		/*width: 100%;*/
	}
	.content-r .head{
		height: auto;
		overflow: hidden;
		padding-bottom: 6px;
	}
	.content-r .head span{
		float: none;
	}
	.content-r .head dl{
		float: none;
		padding-left: 20px;
		margin-top: 0;
		/*overflow: hidden;*/
	}
	.content-r .body{
		padding-bottom: 40px;
	}
	.dy-r .title li{
		display: block;
		margin-top: 10px;
	}
	/*单页 结束*/
	
	/*单页-资质 开始*/
	.zz{
		width: 96%;
    	margin: 10px auto 20px;
	}
	.zz .nav-l{
		height: auto;
	}
	.zz-r{
		/*width: 100%;*/
	}
	.zz-r .body{
		padding: 20px 0 0;
	}
	.zz-r .body ul{
		width: 100%;
	}
	.zz-r .body li{
		/*float: none;*/
		width: 46%;
		margin: 0 2% 15px;
		height: auto;
		text-align: center;
	}
	.zz-r .body li a{
	    /*width: auto;
	    height: auto;
	    background-size: auto 100%;*/
		
	}
	.zz-r .body li img{
		/*max-height: 100%;*/
	}

	/*单页-资质 结束*/
	
	/*单页-组织机构 开始*/
	.zzjg{
		width: 96%;
    	margin: 10px auto 20px;
	}
	.zzjg .nav-l{
		height: auto;
	}
	.zzjg-r .body{
		padding: 20px 10px;
	}
	/*单页-组织机构 结束*/
	
	/*合作伙伴 开始*/
	.hzhb{
		width: 96%;
    	margin: 10px auto 20px;
	}
	.hzhb .nav-l{
		height: auto;
	}
	.hzhb-r .body{
		padding: 20px 0 0;
	}
	.hzhb-r .body ul{
		width: 100%;
	}
	.hzhb-r .body li{
		width: 46%;
		margin: 0 2% 10px;
	}
	.hzhb-r .body li img{
		box-sizing: border-box;
	}
	/*合作伙伴 结束*/
	
	/*新闻 开始*/
	.xwlb{
	    width: 96%;
    	margin: 10px auto 20px;
	}
	.xwlb .nav-l{
		height: auto;
	}
	.xwlb-r .body .date{
		display: none;
		float: none;
		margin-bottom: 10px;
	}
	.xwlb-r .body .txt{
		float: none;
		margin-left: 0;
		max-width: 100%;
	}
	.pages li a{
		padding: 0;
		border: none;
		background:none;
	}
	/*新闻 结束*/
	
	/*新闻详情 开始*/
	.xwxq {
	    width: 96%;
	    margin: 10px auto 20px;
	}
	.xwxq .nav-l{
		height: auto;
	}
	.xwxq-r{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.xwxq-r .title{
		padding: 36px 12px 21px;
	}
	.xwxq-r .title ul{
		margin-top: 15px;

	}
	.xwxq-r .title li{
		display: block;
		margin-top: 10px;
	}
	/*新闻详情 结束*/
	
	/*招聘 开始*/
	.zp{
		width: 96%;
		margin: 20px auto;
	}
	.zp .head span{
		float: none;
	}
	.zp .head{
		height: auto;
		padding-bottom: 6px;
	}
	.zp .head dl{
		float: none;
		margin-top: 0;
		padding-left: 20px;
		overflow: hidden;
	}
	.zp .body .one{
		padding-left: 5px;
	}
	.zp .body th,
	.zp .body td{
		text-align: center;
	}
	.zp .body td{
		padding: 10px 0;
	}
	/*招聘 结束*/
	
	/*招聘详情 开始*/
	.zpxq .title li{
		display: block;
		margin-top: 10px;
	}
	/*招聘详情 结束*/
}