/*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: 19.2px;
}

@media only screen and (max-width:1680px) {
	html{
		font-size: 16.8px;
	}
	
}
@media only screen and (max-width:1480px) {
	html{
		font-size: 14.8px;
	}
}
@media only screen and (max-width:1280px) {
	html{
		font-size: 12.8px;
	}
}
@media only screen and (max-width:1080px) {
	html{
		font-size: 16px;
	}
	.naver{
		position: fixed;
		left: 0;right: 0;
		top: 60px;
		z-index: 11;
		background: #fff;
	}
	.naver li h3 a{
		line-height: 46px;
	}
	.naver li{
		border-bottom: 1px solid #eee;
		margin: 0;
		padding: 0 20px;
	}
	.naver ul{
		display: block;
	}
	.header{
		position: fixed;
		left: 0;right: 0;
		top: 0;z-index: 99;
	}
	.header .wrap{
		height: 60px;
		background: #fff;
		align-items: center;
		padding: 0 20px !important;
	}
	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;
	}
	.layout{
		padding-top: 60px;
	}
	.header .logo{
		margin: 0;
	}
	.uicon{
		margin: 0;
	}
	.logo img{
		height: 30px;
	}
	.logo i{
		font-size: 14px;
	}
	.naver li i{
		display: block;
		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;
	}
	.naver li i.on{
		transform: rotate(90deg);
	}
	.naver li h3{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.naver li .unli{
		position: static !important;
	}
	.naver li .unli .wrap{
		padding: 0 !important;
	}
	.naver li .prnli .uli dd a{
		font-size: 14px;padding: 0 20px;
	}
	.naver li .prnli dl{
		margin-bottom: 10px;
	}
	.naver{
		overflow-y: scroll;
		height: calc(100vh - 60px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 60px;
		display: none;
	}
	.naver li .nli dd a{
		font-size: 16px;padding: 0 20px;
	}
	.hmuent .th .lo img,
	.header .logo img{
		height: 40px;
	}
	.hsearch{
		display: none;
	}
	.hmuent{
		width: 90vw;padding: 0 20px;
	}
	.hmuent .th .rt .bor{
		margin-right: -40px;
	}
	.hbanner img,
	.banner img{
		height: 30vw;
		object-fit: cover;
	}
	.wrap{
		width: auto;
		padding: 0 20px;
	}
	.crumbs{
		padding: 10px 0;
	}
	.crumbs dd span, .crumbs dd a{
		font-size: 14px;
	}
	.brandbeij .hds{
		padding: 30px 0;
	}
	.brandbeij .hds .wrap{
		display: block;
	}
	.brandbeij .hds .txt{
		width: auto;
	}
	.htit{
		margin-left: -15px;
		padding-left: 15px;
	}
	.brandbeij .hds .pic{
		width: auto;margin-top: 15px;
	}
	.upad{
		padding: 40px 0;
	}
	.footer{
		padding: 30px 0 0;
	}
	.footer .flex{
		display: block;
	}
	.footer .fnav{
		display: none;
	}
	.fline{
		display: none;
	}
	.footer .weix ul{
		margin-top: 20px;
	}
	.footer .weix ul li{
		margin: 0 15px 0 0;
	}
	.copyright .wrap{
		margin-top: 15px;
		font-size: 14px;
		padding: 20px;
	}
	.copyright .wrap a{
		font-size: 14px;
	}
	
	.copyright i{
		opacity: 0;
		display: block;height: 0;
	}
	.header .rt i,
	.ench{
		display: none;
	}
	
	.chronicle .lts{
		width: auto;
		padding: 0;
		margin: 0;
	}
	.chronicle .wrap{
		display: block;
	}
	.chronicle .box li{
		margin-bottom: 15px;
	}
	.chronicle .pic{
		margin: 15px 0;
	}
	.chronicle{
		padding-top: 30px;
	}
	.brandcust .flax{
		display: block;
	}
	.brandcust .flax .pic{
		width: auto;
	}
	.brandcust .fms{
		width: auto;padding: 15px;
	}
	.brandcust .fms li{
		width: 100%;margin: 0 0 10px;
	}
	.brandcust .fms .t1{
		font-size: 14px;
	}
	.brandcust .list li .pic{
		width: auto;
	}
	.umore{
		font-size: 14px;
	}
	.gaoping .hds .flax{
		display: block;
	}
	.gaoping .hds .pic{
		width: auto;
	}
	.gaoping .hds .txt{
		padding: 20px;
	}
	.gaoping .bds{
		padding: 40px 0;
	}
	.brandwedd .bgban{
		height: auto;
		display: block;
	}
	.brandwedd .bgban .txt{
		margin: 0;
		padding: 20px;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(0,0,0,0.4);
	}
	.brandwedd li .text,
	.brandwedd li .text1{
		width: auto;
	}
	.brandwedd li .wrap{
		display: block;
	}
	.brandwedd li:nth-child(2n){
		padding: 30px 0;
	}
	.brandcuest li a{
		display: block;
	}
	.brandcuest li .txt{
		width: auto;margin-top: 10px;
	}
	.brandcuest li .pic{
		width: auto;
	}
	.pages dd a, .pages dd{
		font-size: 14px;line-height: 36px;
	}
	.pages dd a{
		padding: 0 12px;
	}
	
	.ancient .bds .wrap{
		display: block;
	}
	.ancient .bds .lts{
		width: auto;
	}
	.ancient .hds .pic{
		margin: 0;
		margin-top: 15px;
	}
	.ancient .bds .pic{
		width: auto;margin-top: 15px;
	}
	.brandpro .hds .wrap{
		display: block;
	}
	.brandpro .hds .lts{
		width: auto;
	}
	.brandpro .hds .pic{
		width: auto;margin-top: 15px;
	}
	.uwbrad,
	.brandpro .hds{
		padding: 40px 0;
	}
	
	.uwbrad ul{
		display: block;
	}
	.uwbrad ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.uwbrad .pic{
		height: auto;
	}
	.salon .hds{
		display: block;
	}
	.salon .swiplts{
		width: auto;height: 60vw;
	}
	.salon .rts{
		width: auto;margin-top: 15px;
	}
	.salon li .pic{
		height: auto;
	}
	.salon li .txt{
		padding: 15px;
	}
	.salon .bds ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.salondel .hds h1{
		font-size: 22px;
	}
	.salondel .fts{
		margin-top: 20px;
	}
	.salondel{
		padding-bottom: 40px;
	}
	.salondel .hds dd{
		font-size: 14px;
	}
	.helmsman .falx{
		display: block;
	}
	.helmsman .falx .txt{
		width: auto;
	}
	.helmsman .bds .wrap{
		display: block;
	}
	.helmsman .txt{
		font-size: 14px;
	}
	.helmsman .bds .pic{
		width: auto;
		height: auto;
		display: block;
		margin: 0;
	}
	.helmsman .bds .pic h6{
		position: static;
		padding: 30px;margin-top: 15px;
	}
	.hpad110{
		padding: 40px 0;
	}
	.gongyts .flex .wrap{
		display: block;
	}
	.gongyts .flex .lt{
		width: auto;
		display: block;
	}
	.gongyts .flex p{
		margin: 20px 0;
	}
	.gongyts .flex .cpic{
		margin: 20px 0;
	}
	.gongyts .flex .rt{
		display: block;
		width: auto;
	}
	.habout .wrap{
		display: block;
	}
	.habout .ltx h5{
		position: static;
		transform: rotate(0);
	}
	.habout .ltx h6{
		width: auto;
	}
	.habout .text{
		margin-top: 15px;
	}
	.habout .pic img{
		width: 100%;
		margin: 0;
	}
	.hsection1 .wrap{
		display: block;
	}
	.hsection1 .text{
		width: auto;
		margin-top: 30px;
	}
	.hsection1 .pic2{
		width: 100%;
		margin: 20px 0;
	}
	.hsection2 .list li{
		width: 100%;flex: none;
		margin: 0 0 10px ;
	}
	.hsection2 .list{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.hsection2 .list li img{
		height: 100vw;
	}
	.hsection2 .list li .text{
		padding-top: 30vw;
	}
	.hsection3 .hd p{
		display: none;
	}
	.hnewslist li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.hsection4 .wrap{
		display: block;
	}
	.hsection4 .hswiper{
		width: auto;
		margin: 0;
	}
	.hsection4 .text{
		width: auto;margin-top: 20px;
	}
	.hsection4 .text h5{
		margin-top: 15px;
	}
	.hsection5 ul{
		display: block;
	}
	.hsection5 ul li{
		width: 100% !important;margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.hsection5 .btn{
		width: 100%;
	}
	
	.product .wrap{
		display: block;
	}
	.product .lt{
		width: auto;position: static;
	}
	.prtab{
		margin-right: 0;
	}
	.htit{
		background: none !important;
	}
	.prtab li dd a{
		font-size: 14px;
	}
	.productlist{
		width: auto;
		margin-top: 20px;
	}
	.polist li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.polist{
		display: block;
	}
	.productlist::after{
		display: none;
	}
	.productlist{
		padding: 0 0 20px;
	}
	.polist li a{
		background: #f6f6f6;
	}
	.product{
		padding-bottom: 40px;
	}
	
	.productdel{
		padding:30px 0;
	}
	.productdel .hd{
		display: block;
	}
	.productdel .hd .swiperlt{
		width: auto;
	}
	.productdel .hd .swiperpor,
	.productdel .hd .swiperbd{
		height: 70vw;
	}
	.productdel .hd .text{
		padding: 15px 0;
	}
	.productdel::before{
		display: none;
	}
	.productdel .hd .text h1{
		font-size: 22px;
	}
	.productdel .hd .text h6{
		margin: 20px 0;
	}
	.productdel .bd{
		padding: 0;
		margin-top: 15px;
	}
	.flextable{
		display: block;
	}
	.flextable table{
		width: 100%;margin-bottom: 20px;
	}
	.hotporduct{
		padding: 0;margin-bottom: 0;
	}
	.productdel{
		padding-bottom: 10px;
	}
	
	.family .hds .wrap{
		display: block;
	}
	.family .hds .txt{
		width: auto;
		padding: 0 0 15px;
	}
	.family .hds .pic{
		margin: 0;
	}
	.family .bds .txt{
		width: auto;
		padding: 0;
	}
	.family .bds .txt img{
		width: 100%;
	}
	.family .bds .wrap{
		width: auto;
		padding: 30px 20px;
		display: block;
	}
	.family .bds .pic{
		margin: 0;
	}
	.lucky .hds{
		margin: 30px 0;
		display: block;
	}
	.lucky .hds .pic{
		width: auto;
	}
	.lucky .hds .rts{
		width: auto;padding: 20px;
	}
	.lucky .uwbrad li{
		margin-bottom: 15px;
	}
	.lucky .uwbrad li.on{
		height: auto;
		padding: 40px 20px;
	}
	.royal .tps{
		display: block;
	}
	.royal .tps .txt{
		width: auto;
		padding: 20px;
	}
	.royal .tps .pic{
		width: auto;
	}
	.royal .hds ul{
		margin-top: 20px;display: block;
	}
	.royal .hds li{
		width: auto;
		margin: 0 0 10px;
	}
	.royal .hds li .ts{
		padding: 20px;
	}
	.gsection1 .wrap{
		display: block;
	}
	.gsection1 .lt{
		width: auto;
	}
	.gsection1 .rt{
		width: auto;
		display: block;
	}
	.gsection2 .wrap{
		display: block;
	}
	.gsection2 .lt{
		width: auto;
	}
	.gsection2 .lt .flext p{
		width: auto;
	}
	.gsection2 .lt .flext{
		display: block;
	}
	.gsection2 .lt .flext h3{
		border: none;
	}
	.gsection2 .rpic{
		width: auto;margin-top: 20px;
	}
	.gsection3 .txt{
		width: auto;min-height: 0;
		padding: 40px 20px;
	}
	.gsection3 .wrap{
		padding: 0;
	}
	.gsection4 .wrap{
		display: block;
	}
	.gsection4 .pic{
		width: auto;height: auto;
		margin: 0;
	}
	.gsection4 .text{
		width: auto;
		display: block;
		overflow: hidden;
	}
	.gsection4 .text p{
		padding: 20px;
	}
	.gsection4 .text img{
		margin: 20px auto;
	}
	.gsection5 ul{
		display: block;
	}
	.gsection5 ul li{
		width: auto;
		margin: 0 0 15px 0;
	}
	.gsection5 li .pic{
		height: auto;
	}
	.gsection7 .wrap{
		display: block;
	}
	.gsection7 .pic{
		width: auto;
	}
	.gsection7 .text{
		width: auto;margin-top: 15px;
	}
	.gsection8 .wrap{
		display: block;
	}
	.gsection8 .lt{
		width: auto;
		padding: 30px 0;
	}
	.gsection8 .lt .flex{
		display: block;
		margin-top: 20px;
	}
	.gsection8 .lt .flex p{
		width: auto;margin-top: 10px;
	}
	.gsection8 .pic{
		width: auto;margin: 0;
	}
	.gsection9 .wrap{
		display: block;
	}
	.gsection9 .pic{
		width: auto;
		margin: 0;
	}
	.gsection9 .text{
		margin: 20px 0 0;
		width: auto;
	}
	.gsection9 .text p{
		margin-top: 10px;
	}
	.ysection1 .flexpictxt{
		display: block;
	}
	.ysection1 .flexpictxt>img{
		width: 100%;
	}
	.ysection1 .flexpictxt .text{
		width: auto;
		margin-top: 10px;
	}
	.ysection1 .flexpictxt .text p{
		margin: 10px 0;
	}
	.ysection1 .flex{
		display: block;
	}
	.ysection1 .flex .pic2,
	.ysection1 .flex .pic1{
		width: 100%;height: auto;
	}
	.ysection1 .flex .text{
		width: auto;
		margin: 15px 20px;
	}
	.ysection1 .ysft .wrap{
		display: block;
	}
	.ysection1 .ysft .lt{
		width: 100%;height: auto;
	}
	.ysection1 .ysft .rt{
		width: auto;
		margin-top: 15px;
	}
	.productlist .pages dd, .productlist .pages dd a{
		/* color: #333; */
	}
	.productlist{
		padding-top: 30px;
	}
	.product{
		padding-bottom: 0;
	}
	.pages dd a:hover, .pages dd.on a{
		color: #fff !important ;
	}
	.uweb{
	    display: none !important;
	}
	.umobile{
        display: block !important;
    }
	.ench{
	    display: block;
	}
	
	.hnaver .umobile{
	        /*width: 6.25rem;*/
    font-size: 1.0416666666666667rem;
        line-height: 4.6875rem;color: #232323;
	}
	
	
}