/*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;
}
html{
	font-size: 1vw;
}

@media only screen and (max-width:1080px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}	
	html{
		font-size: 16px;
	}
	.header .tops .wrap{
		padding: 10px 15px;
		height: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header .seach{
		display: none;
	}
	.header .tops dl{
		display: none;
	}
	.header .logo img{
		height: 34px;
	}
	.gh{
		display: block;
		position: static;
		margin-left: 10px;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li h3 a{
		font-size: 16px;
		line-height: 44px;
	}
	.header .naver li{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin: 0;
		padding: 0 0 0 15px;
	}
	.header .naver li h3{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header .naver li h3 i{
		width: 44px;height: 44px;
		background: url(../images/qw13.png) no-repeat center/8px auto;
		transform: rotate(180deg);
		transition:all 0.3s;
		-ms-transition:all 0.3s;  /* IE 9 */
		-moz-transition:all 0.3s;     /* Firefox */
		-webkit-transition:all 0.3s; /* Safari 和 Chrome */
		-o-transition:all 0.3s;
	}
	.header .naver li h3 i.on{
		transform: rotate(270deg);
	}
	.header .naver li dl{
		padding: 0;
	}
	.header .naver li dd a{
		font-size: 14px;
		text-align: left;
		display: block;
		line-height: 38px;
		margin: 0;padding-left: 15px;
	}
	.header .naver li .ndli{
		position: static;
		width: auto;
		box-shadow: none;
	}
	.header .naver{
		display: none;position: fixed;
		left: 0;right: 0;
		top: 60px;z-index: 11;
		background: #fff;
	}
	.footer .tps{
		display: block;
		padding-top: 30px;
	}
	.footer dl{
		margin-top: 15px;
	}
	.copyright{
		font-size: 14px;
		width: auto;max-width: 100%;
	}
	.footer .tbs{
		display: block;
	}
	.header{
		position: fixed;
		left: 0;right: 0;
		top: 0;z-index: 99;
		background: #fff;
		padding: 0 15px;
		height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.hbanner{
		height: 50vw;
	}
	.hbanner .ts{
		margin-top: 40px;
	}
	.hbanner .line{
		opacity: 0;
		margin: 15px 0;
	}
	.hpage1{
		padding: 40px 0;
	}
	.hpage1 .bds{
		display: block;
		border-radius: 15px;
		padding: 15px;
	}
	.hpage1 .bds .icon1{
		width: auto;height: 60px;
	}
	.hpage1 .bds .txt{
		margin: 15px 0 0;
		width: auto;
	}
	.hpage2 li{
		border-radius: 15px;
		padding: 15px;
	}
	.hpage2 li a{
		display: block;
	}
	.hpage2 li .pic{
		width: auto;border-radius: 15px;
	}
	.hpage2 li .rs{
		width: auto;
		margin-top: 10px;
	}
	.hpage2 li h3{
		margin: 10px 0;
	}
	.hpage2 li p{
		padding-right: 0;
	}
	.hpage3 ul{
		border-radius: 15px;
		padding: 15px;
		display: block;
	}
	.hpage3 ul li{
		width: auto;
		margin: 0 0 10px;
		border: none;
		padding: 0;
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.hpage3 ul li:last-child{
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.hpage3{
		padding-bottom: 40px;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .tops{
		display: block;
	}
	.footer .lts{
		width: auto;
	}
	.footer .lts .logo img{
		height: 46px;
	}
	.footer .rts{
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
	.footer dl{
		margin: 0;
	}
	.footer dl:last-child{
		margin: 0;margin-top: 20px;
		width: 100%;
	}
	.footer dd a{
		font-size: 14px;
	}
	.footer dt{
		font-size: 16px;
	}
	.footer .tobs{
		margin-top: 20px;
		display: block;
	}
	.uwmap{
		margin-top: 0;
	}
	.uwnavs li a{
		min-width: 0;
		padding: 0 20px;
	}
	.uwnavs{
		display: block;
	}
	.uwnavs h2{
		color: #333;
		margin: 20px 0;
	}
	.uwnavs ul{
		justify-content: space-between;
	}
	.uwnavs li{
		margin: 0;
	}
	.uwnavs li a{
		font-size: 16px;
	}
	.uwbcf{
		border-radius: 15px;
		padding: 15px;
	}
	.about li{
		padding: 0 15px;
	}
	.about .txt{
		padding: 15px 0;
		display: block;
		margin-top: 15px;
	}
	.about .txt .pic{
		width: auto;
		margin-bottom: 10px;
	}
	.contact ul{
		flex-wrap: wrap;
	}
	.contact ul li{
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0;
		padding-bottom: 10px;
	}
	.uwbcf{
		margin-top: 30px;
	}
	.uwmap.on{
		margin: 0;
	}
	.uwlist li{
		padding: 15px;
		border-radius: 10px;
	}
	.uwlist li .ico{
		width: 1.8rem;height: 1.8rem;
	}
	.niandbg{
		margin-top: 30px;
	}
	.niandbg li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.niandbg ul{
		display: block;
		padding: 0;
	}
	.niandbg li .ls{
		padding: 15px;
	}
	.niandbg li .rs{
		padding: 15px;
	}
	.niandbg li h3{
		font-size: 16px !important;
	}
	.page dd a{
		font-size: 16px;
	}
	.page dd{
		margin: 0;
	}
	.page{
		margin-top: 25px;
	}
	.uwmap{
		padding-bottom: 40px;
	}
	.gongyi li{
		float: none !important;
		margin: 0 0 10px 0 !important;
		width: auto !important;
	}
	.gongyi li .pic{
		height: auto !important;
	}
	.gongyi li h6{
		padding: 20px;
	}
	.uwnavs li{
		display: inline-block;
	}
	.uwnavs ul{
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.gongytps{
		border-radius: 15px;
		padding: 15px;
	}
	.gongytps .swipgy a{
		display: block;
	}
	.gongytps .swipgy .pic{
		width: auto;height: auto;border-radius: 15px;
	}
	.gongytps .swipgy .txt{
		width: auto;margin-top: 15px;
	}
	.gongytps .swipgy p{
		height: auto;margin: 15px 0;
	}
	.goylist li{
		width: 100%;
		margin: 0 0 10px 0;border-radius: 15px;padding: 15px;
	}
	.goylist ul{
		padding-bottom: 10px;
	}
	.newlist{
		margin-top: 30px;
	}
	.newlist ul{
		display: block;
	}
	.newlist li{
		width: 100%;margin: 0 0 10px 0;
		padding: 15px;
	}
	.newlist li .img{
		height: auto;
	}
	.newlist li h3{
		font-size: 16px !important;
	}
	.newsdel{
		padding: 30px 0;
	}
	.newsdel .txt{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.newsdel .fts{
		display: block;
	}
	.newsdel .fts a{
		width: 100%;margin: 0 0 10px 0;
		padding: 15px;
	}
	.newsdel .hds h6{
		margin-top: 15px;
	}
	
	
}