/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 28px;
    width: 28px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(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: #fff;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    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%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #fff;
    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;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.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: #fff;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #fff;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}




@media only screen and (max-width:1100px) {
	.ypg1 .lt h3{
		font-size: 1.4rem;
	}
	.ypg1 .lt h3 br{
		display: none;
	}
	.ypg1{
		height: 100%;
	}
	.banyun{
		height: 280px;
	}
	.qyun .qyth ul li{
		width: calc((100% - 1px)/2);
		border: none !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background: rgba(255,255,255,0.5);
		margin-bottom: 1px;
	}
	.qyun .qyth ul{
		justify-content: space-between;
	}
	.qyun .wrap{
		margin: 0;
	}
	.qyun .qyth{
		padding: 0;
		border: none;
	}
	.qyun2,
	.qyun .qybd{
		padding: 40px 20px;
	}
	.qyun2 h2,
	.qctit h2{
		font-size: 2.210526315789474rem;
	}
	.qyun .qybd .flca{
		display: block;
	}
	.qyun .qybd .flca ul{
		width: auto;display: block;
	}
	.qyun .qybd .flca ul li{
		width: auto;
		margin: 0 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
	}
	.qctit p{
		font-size: 14px;
	}
	.qyun .qybd .flca .pic{
		width: auto;
	}
	.qyun .qybd .flca2 ul li p{
		font-size: 14px;
	}
	.qyun .qybd .flca li h4{
		font-size: 16px;
	}
	.qyun2 .flca{
		display: block;
		margin: 30px 0 0;
	}
	.qyun2 .flca .qytab{
		width: auto;
	}
	.qyun2 .flca .qytab ul{
		overflow: hidden;
	}
	.qyun2 .flca .qytab ul li{
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.qyun2 .flca .qytab ul li:nth-child(2n+1){
		border-right: 1px solid #c9dae4;
	}
	.qyun2 .flca .qytab ul li:nth-last-child(-n+2){
		border-bottom: none;
	}
	.qyun2 .flca .rtc{
		display: block;width: auto;
		margin-top: 40px;
	}
	.qyun2 .flca .rtc dl{
		display: block;
	}
	.qyun2 .flca .rtc dd{
		width: auto;padding: 0;
		margin-bottom: 10px;
	}
	.qyun3{
		padding: 40px 0 0;
	}
	.qyun4 ul,
	.qyun3 ul{
		display: block !important;
	}
	.qyun3.qyun4 ul li,
	.qyun3 ul li{
		width: auto;
		margin: 0 0 10px;
	}
	.qyun3 ul li .txt{
		font-size: 14px;
	}
	.qyun4{
		padding: 0;
	}
	.qnlis{
		position: static;
	}
	.qnlis dl{
		display: block;
	}
	.qnlis dd a{
		    font-size: 13px;
		    line-height: 2.2;
		    padding: 0 5px 0 15px;
	}
	
	
}