/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    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: #111;
    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: #111;
    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;background: #111;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    width: 100%;
}

.selected .gh a {
    /* background-color: transparent !important; */
	background: #111;
}

@media only screen and (max-width:1480px) {
	html{
		font-size: 16px;
	}
}
@media only screen and (max-width:1280px) {
	html{
		font-size: 14px;
	}
	
}
@media only screen and (max-width:1180px) {
	html{
		font-size: 13px;
	}
	
}
@media only screen and (max-width:1040px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	html{
		font-size: 16px;
	}
	.wrap {
		width: auto;
		padding: 0 15px;
	}
	.header{
		padding: 0 15px;
	}
	.banner .wrap{
		height: 100vw;
	}
	.crumbs{
		left: 15px;
	}
	.crumbs ul li{
		margin-right: 30px;
	}
	.hban .wrap{
		height: 60vw;
	}
	.header .logo a{
		font-size: 18px;
	}
	.header .ench h3{
		font-size: 14px !important;
	}
	.section1 h1{
		font-size: 20px;
	}
	.section1{
		padding: 40px 0 0;
	}
	.piclist li{
		width: 49%;
		margin: 0 0 10px 0 ;
	}
	.piclist ul{
		justify-content: space-between;
	}
	.newslist{
		display: block;
		padding: 30px 0 0;
	}
	.newslist .wi50{
		width: auto;
		margin-bottom: 20px;
	}
	.newslist .th h2{
		font-size: 16px !important;
	}
	.contain ul{
		display: block;
		text-align: center;
	}
	.contain ul li:nth-child(2n){
		display: none;
	}
	.contain li img{
		margin: 0 auto;
	}
	.contain ul li{
		margin-bottom:10px;
		background-color: #f9f9f9;
		padding: 15px;
	}
	.contain{
		padding: 20px 0;
	}
	.copyright a{
		font-size: 14px;
	}
	.section2 .item .text{
		font-size: 14px;
	}
	.section2{
		padding-bottom: 0;
	}
	.layout{
		overflow: hidden;
	}
	.header{
		height: 50px;
	}
	.tps{
		right: 5px;
		bottom: 10%;
		width: 40px;
		height: 40px;
	}
	
	
}
