/*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;
	}
	h5{
		font-size: 16px !important;
	}
	p,
	h6{
		font-size: 14px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}	
	html{
		font-size: 16px;
	}
	.header .logo img{
		height: 40px;
	}
	.newbanner .txt p{
		line-height: 1.6;
	}
	.naver{
		position: absolute;
		right: 0;left: 0;
		top: 100%;
		height: calc(100vh - 60px);
			overflow-y: scroll;background: #fff;
			display: none;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li a{
		font-size: 16px;
		padding: 0 20px;
		line-height: 46px;
		text-align: left;
	}
	.header .naver li{
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	.header .wrap{
		height: 100%;
	}
	.header .naver li h3{
		position: relative;
	}
	.header{
		-webkit-backdrop-filter: blur(1.5625vw);
		    -webkit-backdrop-filter: blur(1.5625vw);
		    backdrop-filter: blur(1.5625vw);
		    background-color: rgba(255, 255, 255, 1);
			background: rgba(255,255,255,1);height: 60px;
			padding: 0 15px !important;margin: 0;
			position: fixed;top: 0;
	}
	.header .seach,
	.header .tel{
		display: none;
	}
	.header .th .wrap{
		padding: 0;height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.header .th .search{
		display: none;
	}
	.gh{
		display: block;position: static;
		margin-left: 20px;
	}
	.about{
		padding-bottom: 40px;
		padding-top: 20px;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .wrap{
		display: block;
	}
	.header .naver .wrap{
		padding: 0;
	}
	.header .naver li h3 i{
		position: absolute;right: 0;top: 0;width: 46px;height: 46px;
		background: url(../images/ar1.png) no-repeat center;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 .ndli{
		left: 0;right: 0;transform: translateX(0%);position: static;
		padding: 0;
	}
	.header .naver li dl{
		box-shadow: none;
		text-align: left;
		padding: 0 35px;
	}
	.header .naver li dd a{
		text-align: left;
		padding: 0;line-height: 40px;
	}
	.header .naver li dl:before{
		display: none;
	}
	.construction .flexitem{
		display: block;
		margin-top: 20px;
	}
	.construction .flexitem img{
		width: auto;
		margin: 0;
	}
	.construction{
		padding: 20px 0;
	}
	.contact{
		padding: 20px 0 40px;
	}
	.contact .wrap{
		display: block;
	}
	.contact .text{
		width: auto;
	}
	.contact .text li{
		margin-bottom: 10px;width: 100%;
	}
	.contact .text .item{
		margin-bottom: 20px;
	}
	.contact .pic{
		width: auto;max-height: 100vw;overflow: hidden;
	}
	.contact .pic img{
		height: 100%;object-fit: cover;width: 100%;
	}
	.events .hd{
		display: block;
		padding: 10px;
	}
	.events .hd .time{
		width: auto;
	}
	.events .hd .text{
		width: auto;padding: 0 15px 20px;
	}
	.events .bd{
		margin-top: 30px;
	}
	.events .bd li a{
		display: block;padding: 15px 0;
	}
	.events .bd li .pic{
		width: auto;height: auto;
	}
	.events .bd li .text{
		width: auto;margin-top: 15px;
	}
	.events .bd li .text h4{
		padding-bottom: 5px;
	}
	.events .bd li .text p{
		padding-top: 5px;
	}
	.eventsdel{
		padding: 20px 0 40px;
	}
	.eventsdel .wrap{
		display: block;
	}
	.eventsdel .pic{
		width: auto;
	}
	.eventsdel .text{
		width: auto;position: static;margin-bottom: 20px;
		padding: 0;
	}
	.eventsdel .text h1{
		font-size: 20px;margin: 0 0 15px;
	}
	.eventsdel .text .back{
		margin-bottom: 15px;
	}
	.hbanner{
		height: 67vw;
	}
	.home .hdtext{
		padding: 20px 0;
	}
	.hlist li{
		display: block;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.hlist li .pic{
		width: auto;margin: 0 !important;
	}
	.hlist li .text{
		width: auto;margin: 0 !important;
	}
	.hlist li .text h3 a{
		font-size: 18px;line-height: 1.6;
	}
	.hlist li .text h5{
		margin: 5px 0;
	}
	.home{
		padding-bottom: 40px;
	}
	.thitem{
		padding: 20px 0 30px;
	}
	.thitem .txt h5{
		margin: 5px 0;
	}
	.thitem .txt{
		margin-top: 10px;
	}
	.omap .wrap{
		display: block;
	}
	.omap .text{
		width: auto;margin: 15px 0 0;
	}
	.omap .omap{
		width: auto;
		margin: 0 0 0 -30vw;
	}
	.opiclist li{
		margin-bottom: 20px;
	}
	.opiclist{
		padding: 0 15px;
	}
	.okey .picpor li{
		position: static;
		width: 48%;margin-bottom: 20px;
		transform: translateY(0) !important;
	}
	.okey .picpor .icon{
		width: 100%;height: auto;
	}
	.okey .picpor ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.picpor .pic{
		width: auto;
	}
	.okey .picpor{
		padding: 20px 0;
	}
	.pica{
		padding: 20px 0 30px;
	}
	.osiding{
		padding: 30px 0;
	}
	.ovideo ul,
	.ofloor ul,
	.osiding ul{
		display: block;
	}
	.ovideo ul li{
		height: auto;
	}
	.ovideo ul li,
	.ofloor ul li,
	.osiding ul li{
		width: auto;
		margin-bottom: 15px;
	}
	.ofloor ul li .icon,
	.osiding li .pic{
		height: auto;
	}
	.ovideo{
		padding: 30px 0;
	}
	.ovideo ul li .play{
		width:50px;height: 50px;
	}
	.oneigh{
		padding: 0 0 30px;
	}
	.oneigh ul li{
		display: block;margin-bottom: 15px;
	}
	.oneigh ul li .pic{
		width: auto;height: auto;
	}
	.oneigh ul li .text{
		width: auto;margin-top: 10px;
	}
	.odownlist{
		padding: 0 0 30px;
	}
	.odownlist li .flex{
		display: block;
	}
	.odownlist li .table{
		width: auto;
	}
	.odownlist li th,
	.odownlist li td{
		padding: 8px 0;font-size: 12px;
	}
	.odownlist li .pic{
		width: auto;
		margin-top: 10px;
	}
	.odownlist li{
		margin-bottom: 20px;
	}
	
	
	.swiperanpic img{
		height: auto;
	}
	.swiperanpic{
		position: static;
		height: auto;
		padding: 0;
		display: none;
	}
	.swiperanpic li{
		height: auto;position: static;
	}
	.swiperanpic li:nth-child(1) img{
		opacity: 1;position: static;
	}
	.swiperanpic li:nth-child(n+2){
		display: none;
	}
	.hlist{
		margin: 0;
	}
}
@media only screen and (max-width:768px) {
	
}