/*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: #FFCE87;
    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: #FFCE87;
    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: #FFCE87;
}

.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: #FFCE87;
}

@media only screen and (max-width:1480px) {
	html{
		font-size: 17px;
	}
}
@media only screen and (max-width:1280px) {
	html{
		font-size: 16px;
	}
	
}
@media only screen and (max-width:1180px) {
	html{
		font-size: 14px;
	}
	
}
@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;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}
	.header .naver .ph{
		display: none;
	}
	.header .rts .shop{
		margin-right: 50px;
	}
	.header{
		position: fixed;top: 0;left: 0;right: 0;
		background: #000;padding: 0;
	}
	.gh{
		display: block;
		right: 20px;top: 20px;
	}
	.header .wrap{
		height: 60px;
		align-items: center;
	}
	html{
		font-size: 16px;
	}
	.header .naver ul{
		position: absolute;
		left: 0;right: 0;
		top:100%;z-index: 11;
		background: #fff;display: none;
	}
	.header .naver .rts{
		margin-right: 50px;
	}
	.header .naver li a{
		display: block;
		line-height: 42px;
	}
	.header .naver li{
		border-bottom: 1px solid #f1f1f1;
		margin-right: 0;
	}
	.header .logo a img{
		margin-right: 10px;height: 40px;
	}
	.banner .prev, .banner .next{
		background-size: 50% auto !important;
	}
	.header .logo a{
		font-size: 14px;
	}
	.layout{
		padding-top: 60px;
	}
	.header .naver ul li a{
		font-size: 16px;
		display: block;
		line-height: 50px;
	}
	.header .naver ul li{
		margin: 0;
		padding: 0 20px;
		border-bottom: 1px solid #333;
		height: auto;
	}
	.header .naver ul{
		background: #000;
		padding: 0 20px;
	}
	.layout{
		overflow: hidden;
	}
	.header .naver a.name{
		margin-right: 50px;
	}
	.banner{
		height: auto;
		padding: 40px 0;
		display: block;
	}
	.banner .text{
		width: auto;
	}
	.banner .text h2{
		font-size: 18px !important;
		line-height: 1.2;
	}
	.iconlist ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.iconlist li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.iconlist li img{
		width: 100px;
		margin: 0 auto;
	}
	.section1,
	.hnews{
		padding: 30px 0;
	}
	.hnews2{
		padding: 30px 0;
	}
	.hnews2 .list ul li{
		width: 100%;margin: 0 0 10px 0;
	}
	.hnews2 .list ul li .pic{
		height: auto;
	}
	.hvideo .video{
		width: auto;height: auto;width: 100%;
	}
	.section1 li{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 60px 20px 30px;
	}
	.section1 li .icon{
		width: 80px;height: 80px;
	}
	.section2 .wrap{
		display: block;
	}
	.section2 .pic{
		width: auto;
		margin: 0;
	}
	.section2 .text{
		width: auto;
		margin: 0;
	}
	.section3 .bd{
		padding: 20px 0;
	}
	.section3 .bd ul{
		flex-wrap: wrap;justify-content: space-between;
	}
	.section3 .bd ul li{
		width: 49%;margin: 0 0 10px 0;
	}
	.section3 .bd ul li .txt{
		height: 100px;
	}
	.section3 .bd ul li .txt h3{
		font-size: 14px !important;line-height: 1.6;
	}
	.footer{
		padding-top: 20px;
	}
	.footer .th{
		display: block;
	}
	.footer .th .rt{
		display: none;
	}
	.footer .copyright{
		margin-top: 0;
	}
	.footer .copyright a{
		font-size: 14px;
	}
	.footer .th p{
		line-height: 2;
		margin-top: 15px;
	}
	.layout.active{
	    overflow: hidden;
	    height: 100vh;
	}
	.login{
		width: 90vw;
		top: 8%;position: fixed;
		padding: 0;
	}
	.login .item{
	    max-height: 70vh;
	    overflow-y: scroll;
	}
	.login .item{
		padding: 20px;
	}
	.login h6 a{
		font-size: 14px;
	}
	.reg .item ul{
		display: block;
	}
	.reg .item ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.login .item .txt{
		font-size: 14px;
	}
	.hbanner{
		height: 100px;
	}
	.boxitem{
		display: block;
	}
	.boxitem .brts{
		width: auto;
		padding: 20px 0;
	}
	.hnews .list ul li a{
		display: block;
	}
	.hnews .list ul li h4{
		width: auto;
	}
	.mnewsdel .th h1{
		font-size: 18px;
		line-height: 1.6;
	}
	.hbanner2{
		display: none;
	}
	.hmy .name .file{
		width: 80px;
		height: 80px;
		margin: 0 auto 20px;
	}
	.hmy .name{
		display: block;
		margin: 0;
	}
	.hmy .name .rtc{
		width: auto;
		margin: 0;
	}
	.hmy .name .rtc h5{
		font-size: 12px !important;margin-top: 5px;
	}
	.hmy .wrap{
		display: block;
	}
	.hmy .lt{
		width: auto;
	}
	.hmy .lt li{
		width: 48%;
	}
	.hmy .lt ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hmy .lt li a{
		font-size: 14px;
	}
	.hmy .rt{
		width: auto;
		padding: 8px;
	}
	.hmy .rt2{
		padding: 6px;
		margin-top: 20px;
	}
	.mteam .th{
		display: block;
		margin-bottom: 0;
	}
	.mteam .th h6 i{
		display: block;
		margin: 10px 0;
	}
	.mteam .th h6{
		display: block;
		margin: 15px 0;
	}
	.mteam .th h6 a{
		width: 80px;
		line-height: 30px;
		display: block;
		margin: 0;text-align: center;
	}
	.mteam .rtbtn a{
		font-size: 14px;
		line-height: 32px;
	}
	.tables table th, .tables table td{
		font-size: 12px;padding: 10px 3px;
	}
	.mboxc{
		padding: 15px;
	}
	.tabbox3{
		padding: 8px;
	}
	.tables table th{
		white-space: nowrap;
	}
	.mtabs ul li{
		margin: 0 50px 0 0;
	}
	.tables .cth{
		padding: 8px;
	}
	.tables .cth .flax:nth-child(1){
		display: block;
	}
	.tables .cth h4{
		margin-bottom: 20px;
	}
	.tables .cth a{
		width: 120px;
		line-height: 32px;
	}
	.tabbox .mdels{
		padding: 8px;
	}
	.hmy .rt .utit h3{
		margin: 0;
	}
	.hmy .rt .myrt{
		padding: 8px;
	}
	.hmy .rt .myrt .myhd{
		display: block;
	}
	.hmy .rt .myrt .myhd .mtrc{
		width: auto;
	}
	.hmy .rt .myrt .myhd ul{
		margin-top: 20px;
	}
	.hmy .rt .myrt .myhd li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.hmy .rt .myrt .myhd li label{
		font-size: 14px;
	}
	.hmy .rt .myrt .myhd li .txt{
		width: calc(100% - 100px);
		font-size: 14px;height: 30px;
	}
	.mask1 .mtixian .txt{
		font-size: 14px;
		height: 32px;
	}
	.mnewsdel .bd2{
		padding: 8px;
	}
	.mnewsdel{
		padding: 20px 0;
	}
	.mnewsdel .bd2 .li p{
		margin-top: 15px;
	}
	.hmy .rt .myrt .myhd li .txt{
		color: #fff;
	}
	.taoclist .tli:nth-child(n+2) {
    border-left: none;
}
	.taoclist .tli{
	    width: 100%;border-right: none;padding: 10px;
	}
	.taoclist .tli:nth-child(n+2){
	    border-top:1px solid #463d49 !important;
	}
	.tables .cth .taoclist a{
	    display: block;width: 100px;
	    margin: 10px auto 0;
	}
	.tables .cth .taoclist h4{
	    margin-bottom: 0;height: auto;
	}
	
	.tables .cth .taoclist2 a{
	    padding: 0;width: 120px;margin: 15px auto 0;
	}
	.tables .cth .taoclist2 h4{
	    font-size: 1.6rem !important;
	    line-height: 1.6;padding: 10px 0;
	}
	.tables .cth .taoclist2{
	    border: none;border-radius: 0;margin: 0;
	}
	.taoclist .tli{
	    border: 1px solid #3d3d3d !important;border-radius: 6px;
	    margin-bottom: 20px;
	}
	.tables .cth .taoclist2 .flax{
	    padding-bottom: 15px;margin-bottom: 15px;
	}
}