/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 1.25rem;
    width: 1.25rem;
    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: transparent;
    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: #F2E9D8;
    content: "";
    display: block;
    height: 0.104166rem;
    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: 0.208333rem;
}

.gh a:before {
    top: -0.208333rem;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;background: #F2E9D8;
}

.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:1480px) {
	.abobanner p{
		    max-width: 35rem;line-height: 1.8;
	}
	.abobanner .pic{
		width: calc(100% - 46rem);
	}
	.abobanner h2{
		font-size: 4rem;
	}
}
@media only screen and (max-width:1280px) {
	.abobanner p{
		   font-size: 14px;
	}
	.abobanner .pic{
		width: calc(100% - 46rem);
	}
}
@media only screen and (max-width:1080px) {
	html{
		font-size: 16px;
	}
	.header .rt,
	.header .logo{
		position: static;
	}
	.header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
		padding: 0 20px;
		position: fixed;
		top: 0;z-index: 999;
		background: #F2E9D8;
		left: 0;right: 0;
	}
	.gh{
		width: 1rem;height: 1rem;
	}
	.header .rt li i,
	.header .rt li a{
		font-size: 12px;
	}
	.header .logo a{
		width: 130px;
		background-position: center;
	}
	.header .rt ul{
		margin-right: 10px;
	}
	.menu i{
		font-size: 10px;margin-right: 6px;
	}
	.menu{
		width: 4rem;height: 2rem;
	}
	.layout{
		padding-top: 60px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.layout::before{
		display: none;
	}
	.uwrap{
		padding: 0 20px;margin: 0;
	}
	.pagenot .uwrap{
		display: block;
	}
	.pagenot .rts{
		margin-top: 30px;
	}
	.pagenot .pic{
		width: auto;
		margin: 40px 0 0;
	}
	.pagenot .rts h3{
		font-size: 32px;
	}
	.pagenot .rts p,
	.pagenot .rts h6{
		font-size: 18px;
	}
	.pagenot .rts .btn{
		line-height: 48px;
	}
	.pagenot .rts .txt{
		margin-top: 30px;
	}
	.coming .tbs dl,
	.about li .links dl,
	.uqnavs .tbs dl,
	.pagenot .rts dl{
		flex-wrap: wrap;
		justify-content: center;
	}
	.coming .tbs dd,
	.about li .links dd,
	.uqnavs .tbs dd,
	.pagenot .rts dd{
		margin: 0 0 15px;width: 20%;
	}
	.coming .tbs dd img,
	.about li .links dd img,
	.uqnavs .tbs dd img,
	.pagenot .rts dd img{
		margin: 0 auto;
	}
	.pagenot{
		padding-bottom: 40px;
	}
	.uqnavs .tps{
		display: block;
	}
	.uqnavs .tps .pic{
		display: none;
	}
	.uqnavs .rts{
		width: auto;
		display: block;
	}
	.uqnavs .rts dl{
		max-width: 100%;
		margin-bottom: 25px;
	}
	.uqnavs .rts dt{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.uqnavs .rts dd a{
		font-size: 18px;margin-bottom: 0;
	}
	.uqnavs .rts dd a:hover, .uqnavs .rts dd.on a{
		font-size: 18px;
	}
	.uqnavs .tbs{
		display: block;
	}
	.uqnavs .tbs h6{
		margin-top: 20px;
		font-size: 14px;
		text-align:center;
	}
	.selected .header .rt{
		margin: 0;
	}
	.abobanner{
		display: block;
		padding: 30px 20px;
		height: auto;
	}
	.abobanner .flax{
		margin: 0;
		padding: 0;
	}
	.abobanner .pic{
		position: static;
		width: auto;
		transform:translateY(0%);
		-ms-transform:translateY(0%);  /* IE 9 */
		-moz-transform:translateY(0%);     /* Firefox */
		-webkit-transform:translateY(0%); /* Safari 鍜� Chrome */
		-o-transform:translateY(0%);
		margin-top: 20px;
	}
	.abobanner h2{
		font-size: 26px;
	}
	.abobanner h4{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.abobanner p{
		font-size: 16px;
		line-height: 1.8;
	}
	.about li{
		height: auto;
		display: block;
	}
	.about li .ls{
		width: auto;
	}
	.about li .rs{
		width: auto;
		padding: 30px 20px;
		font-size: 16px;
		line-height: 1.8;
		display: block;
	}
	.about li .picdl{
		display: block;
		padding: 30px 20px;
	}
	.about li .picdl video{
		width: 100%;height: auto;
		margin-bottom: 15px;
	}
	.albtime::before, .albtime::after{
		width: 20%;
	}
	.albtime li{
		width: 8rem;
	}
	.coming{
		padding: 40px 0;
	}
	.coming .tps{
		display: block;
		margin: 0;
	}
	.coming .tps .pic{
		width: 100%;
	}
	.coming .tps h6{
		right: 0;
		font-size: 16px;
		width: 200px;
		top: 80%;
	}
	.coming .tps h6:before{
		display: none;
	}
	.coming .tps h3{
		font-size: 24px;
	}
	.coming .tbs{
		margin-top: 30px;
	}
	.coming .tbs p{
		font-size: 16px;
	}
	.uqbanner{
		height: 80vw;
	}
	.wrap{
		width: auto;
		padding: 0 20px;
	}
	.uqbanner h1{
		font-size: 20px;
	}
	.uqbanner p{
		font-size: 16px;
		line-height: 1.8;
	}
	.uqbanner .wrap{
		padding-bottom: 20px;
	}
	.fashion .hs h3{
		font-size: 18px;line-height: 1.8;
	}
	.fashion .hs dd a{
		font-size: 16px;
	}
	.piclist dd{
		width: 100%;
		height: auto;
	}
	.fashion li{
		margin-bottom: 20px;
	}
	.fashion .hs{
		margin-bottom: 15px;
	}
	.uqbanner h2{
		font-size: 24px;
		line-height: 1.8;
	}
	.uqbanner1{
		height: 50vw;
	}
	.fashmore{
		padding: 40px 0;
	}
	.fashmore .text{
		font-size: 16px;
		line-height: 1.8;
	}
	.fashmore .text{
		padding-bottom: 40px;
	}
	.fashmore .bns{
		font-size: 20px;
	}
	.fashion{
		padding: 40px 0;
	}
	.uhome .piclist{
		position: static;
		width: auto;
	}
	.uhome .text li h3 a{
		font-size: 30px;line-height: 80px;
	}
	.uhome .text li h4 a{
		font-size: 22px;line-height: 1.6;
	}
	.uhome .text li:nth-child(2) {
		margin-left:3.552083333333334rem;
	}
	.uhome .text li:nth-child(3) {
		margin-left:2.260416666666668rem;
	}
	.uhome .habout{
		padding: 0 20px;
		background: none;
	}
	.uhome .habout p{
		font-size: 16px;
		max-width: 100%;
	}
	.uhome .piclist .bd1 {
		width:48.8%;
		height:80vw;
		position:relative;
	}
	.uhome .piclist .bd2 {
		width:48.8%;
		height:80vw;
		position:relative;
	}
	
	.uhome .piclist{
		position: relative;right: 0;
	}
	.uhome .piclist::before{
		content: "";position: absolute;
		left: 0;right: 0;bottom: 0;z-index: 11;
		height: 39px;
		background: linear-gradient( 360deg, #F2E9D8 0%, rgba(242,233,216,0) 100%);
		border-radius: 0px 0px 0px 0px;
	}
	.uhome .text{
		margin-top: 20px;
	}
	.uhome .text ul{
		padding-left: 20px;
	}
	.uhome .text li:nth-child(3),
	.uhome .text li:nth-child(2){
		margin: 0;
	}
	.uhome .text li h3 a{
		font-weight: bold;
	}
	.uhome .text{
		margin-top: 40px;
	}
	.about li .links>div{
		display: block;
	}
	.about li .links dl{
		margin: 0;
		display: flex;
		margin-top: 15px;
	}
	.about li .links dd{
		min-width: 50%;margin: 10px 0 0;
	}
	.header .rt h5{
		display: none;
	}
	.header .rt .whf li i, .header .rt .whf li a{
		color: #000;font-size: 15px;
	}
	
	.collec2 .uwrap{
		display: block;
	}
	.collec2 .lts{
		gap: 0;display: block;
	}
	
	
	.collec2 .lts .logo img{
		height: 50px;
	}
	.collec2{
		padding: 40px 0;
	}
	.collec2 .txt h4{
		font-size: 18px;line-height: 1.6;
		margin-top: 20px;
	}
	.collec2 .txt p{
		font-size: 16px;
	}
	.collec2 .video{
		width: 100%;
		height: auto;
		margin: 20px 0;
	}
	.collec3{
		padding: 40px 0;
	}
	.collec3 h2{
		font-size: 18px;line-height: 1.6;
	}
	.collec3 .flax{
		display: block;
		margin: 20px 0 0;
	}
	.collec3 .img{
		width: auto;
		margin: 20px 0;
	}
	.collec3 .txt{
		max-width: 100%;
		margin: 0;
		font-size: 16px;
	}
	.collec3 .txt .morbtn{
		margin-top: 20px;
	}
	.collec4{
		padding: 40px 0;
	}
	.collec4 h2{
		font-size: 20px;
	}
	.collec4 ul{
		margin-top: 20px;
		display: block;
	}
	.collec4 ul li{
		width: auto;
		margin: 0 0 15px 0;
	}
	.collec4 li .pic{
		height: auto;
	}
	.collec4 li p{
		font-size: 16px;
		margin-top: 15px;
	}
	.collec5 .morbtn, .collec4 .morbtn{
		margin-top: 20px;
	}
	.collec5{
		padding: 40px 0;
	}
	.collec5 .txt{
		font-size: 16px;
	}
	.collec5 .txt img{
		margin-bottom: -20px;
	}
	.collec1 h4{
		font-size: 16px;line-height: 1.7;
		bottom: 30%;
	}
	.collec1 h6{
		font-size: 14px;
		right: 10px;top:10px ;
	}
	.collec4 li .pic h5{
		font-size: 18px;line-height: 1.7;
	}
	.collec5 .pic h5{
		font-size: 14px;top: 10px;left: 10px;line-height: 1.7;
	}
	.collec5 .pic h6{
		font-size: 14px;right: 10px;bottom: 10px;line-height: 1.7;
	}
	.collec5 .pic .icon{
		display: none;
	}
	.albtime li::before{
		width: 8rem;
	}
	.albswippic{
		margin-top: 4rem;
	}
	.about li:nth-child(2n){
		height: auto;
	}
	.copyright{
		padding: 15px;
	}
	.copyright img{
		display: none;
	}
	.copyright h6 a{
		font-size: 12px;
	}
	.copyright p, .copyright p a{
		font-size: 11px;
	}
	
	.mskgoumai{
			width: auto;padding: 0 15px;top: 16%;
		}
		.mskgoumai h1{
			font-size: 18px;
		}
		.mskgoumai h2{
			font-size: 20px;margin: 70px 0 30px;line-height: 1.6;
		}
		.mskgoumai li p{
			font-size: 16px;margin-top: 0;
		}
		.mskgoumai li .ico{
			width: 50px;
		}
		.mskgoumai h6{
			font-size: 16px;
		}
		.swiperul{
			height: 27rem;
		}
	.albtime{
		margin-top: 4rem;
	}
	.uqnavs .tps .pic{
		display: block;width: auto;
		position: relative;
	}
	.uqnavs{
		padding: 0;
	}
	.uqnavs .uwrap{
		padding: 0;
	}
	.uqnavs .tps .pic::before{
		content: "";position: absolute;
		left: 0;right: 0;top: 0;z-index: 1;
		height: 157px;
		background: linear-gradient( 180deg, #F2E9D8 0%, rgba(242,233,216,0) 100%);
		border-radius: 0px 0px 0px 0px;
	}
	.uqnavs .rts{
		padding: 20px;
	}
	.uqnavs .rts dt{
		margin-bottom: 0px;
	}
	.uqnavs .tbs dl{
		display: none;
	}
	.uqnavs .tbs>h6{
		display: none;
	}
	.uqnavs .tbs h6{
		margin: 0;
	}
	.uqnavs  .copyright{
		background: none;
	}
	.uqnavs .tbs{
		margin-top: 0;
	}
	.about li .text p{
		max-width: 100%;
	}
	.about li .links>div{
		width: auto;display: flex;
	}
	.about li:nth-child(2) .ls{
		width: auto;display: flex;
	}
	.about li .picdl video{
		width: 40%;
	}
	.coming .tps .pic{
		margin: 20px auto 0;
		width: 80%;
	}
	.coming .tbs{
		margin: 20px -30px 0;
	}
	.uqbanner .wrap{
		margin: 0;
	}
	.uqbanner .tx{
		display: block;
	}
	.coming .tps .pic>img{
		border-radius: 3vw;
	}
	.coming .tps .yx img.eico1{
		display: block;width: auto;
		height: 50px;margin: 0 auto;
	}
	.coming .tps .yx img.eico2{
		display: block;width: auto;
		margin: 0 auto;height: 30px;
	}
	.coming .tps .yx img.eico1,
	.coming .tps .yx img.eico2{
		display: none !important;
	}
	.uhome .text li:nth-child(3) h3 a, .uhome .text li:nth-child(1) h3 a{
		font-size: 30px;
	}
	.uhome .habout p{
		letter-spacing: 0;
	}
	.uhome .text li h3 a {
		-webkit-text-stroke:2px #790607;
		  text-stroke: 2px #790607;
	}
	.coming .tps .rts .ubtn{
		width: 100px;
		line-height: 28px;
		border: 1px solid #000;
		font-size: 12px;
		display: block;
		margin: 20px auto 0;
		text-align: center;
	}
	.fashmore .wrap{
		padding: 0 20px;
	}
	.uhome .text{
		min-height: 0;
	}
	.piclist dd .tx{
		display: none !important;
	}
	
	
	
	.ubing{
		display: block;
		padding: 70px 35px 0;
		background: url(../../images/bbg2.jpg) no-repeat center/cover; 
	}
	.ubing .pic{
		width: 210px;
	}
	.ubing .bswipers{
		width: 285px;
		margin: 20px auto 0;
		padding-top: 50px;
	}
	.ubing .bswipers .bflexbtn{
		margin: 30px 0;justify-content: center;
	}
	.ubing .bswipers .bflexbtn .prev,
	.ubing .bswipers .bflexbtn .next{
		margin: 0 20px;
	}
	.ubing .copyright{
		display: flex;
		margin: 0 -35px;
		padding-top: 0;
	}
	
	.uqbannernews .umobile{
		display: block !important;
		width: 100%;
	}
	    .uqbanner .wrap {
	        position: absolute;
	        left: 0;
	        right: 0;
	        top: 0;
	        z-index: 22;
	        bottom: 0;
	        text-align: left;
	        justify-content: inherit;
	        padding: 50px;
	    }
}
@media only screen and (max-width:768px) {
	.about li .links>div{
		display: block;
	}
	.about li:nth-child(2) .ls{
		
	}
	.swipervideo{
		height: auto;width: 70%;
		margin: 0 15px;
	}
	.about li .picdl video{
		width: 100%;
	}
	.layout.pad0{
		padding: 0 !important;
	}
	.layout.pad0 .header{
		background: none;
	}
	.pagenot .uwrap{
		padding: 0;
	}
	.pagenot{
		padding-bottom: 20px;
	}
	.pagenot .pic{
		margin: 0;
	}
	.uweb{
		display: none !important;
	}
	.umobile{
		display: block !important;
	}
	.layout.pad0 .header .logo a{
		background-size: 100% auto;
		    background-repeat: no-repeat;
		    background-image: url(../../images/blogo.png);
	}
	.pagenot{
		position: relative;
	}
	.pagenot .poa{
		position: absolute;
		left: 0;right: 0;
		top: 100px;
		padding: 0 20px;
		text-align: center;
	}
	.pagenot .rts h3{
		font-weight: bold;
	}
	.pagenot .rts h6{
		font-size: 14px;
		margin-top: 0;
	}
	.pagenot .rts .btn{
		display: none;
	}
	.pagenot .rts p{
		font-size: 14px;
		text-align: center;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.coming .tbs dd img,
	.about li .links dd img,
	.pagenot .rts dd img{
		height: 2rem;width: auto;
	}
	.coming .tbs dd,
	.about li .links dd,
	.pagenot .rts dd{
		font-size: 12px;
		width: auto;
		margin: 0 10px 15px;
		display: block;
		min-width: 0;
		text-align: center;
		width: 10%;
	}
	.coming .tbs dd:nth-child(1),
	.about li .links dd:nth-child(1),
	.pagenot .rts dd:nth-child(1){
		margin-left: 20%;
	}
	.coming .tbs dd:nth-child(4),
	.about li .links dd:nth-child(4),
	.pagenot .rts dd:nth-child(4){
		margin-right: 20%;
	}
	
	.abobanner .txt .poa{
		position: absolute;
		left: 0;top: 0;
	}
	.abobanner .flax{
		padding-top: 34px;
		position: relative;
	}
	.abobanner .txt{
		position: static;
	}
	.abobanner h2{
		font-size: 11vw;line-height: 1.1;
	}
	.abobanner h4{
		font-size: 14px;
	}
	.abobanner p{
		padding: 15px;
	}
	.about li .links .img {
		padding: 50px 50px 0;
	}
	.about li .links .img img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.about li .rs{
		padding: 30px;
	}
	.about li .picdl{
		padding: 50px;
	}
	.about li .links{
		padding: 0 0 30px;
	}
	.coming .tps{
		position: relative;
	}
	.coming .tps::before{
		content: "";position: absolute;
		left: 0;right: 0;top: 0;z-index: 1;
		height: 157px;
		background: linear-gradient( 180deg, #F2E9D8 0%, rgba(242,233,216,0) 100%);
		border-radius: 0px 0px 0px 0px;
	}
	.coming .uwrap{
		padding: 0;
	}
	.coming .tps h3{
		position: absolute;
		left: 0;right: 0;
		top: 54%;
		text-align: center;
		z-index: 11;font-size: 40px;
		  text-shadow: 0 0 3px white, 0 0 6px white;
	}
	.coming .tps h6{
		top: 50%;
		right: 20px;
		width: 130px;
		padding-right: 30px;
		line-height: 1.4;
		margin-top: -30px;
		font-size: 13px;
	}
	.coming .tps h6:before {
		display: block;
	}
	.coming .tps .pic h5{
		font-size: 14px;
		text-align: center;
		line-height: 2;
		margin-top: 10px;
	}
	.coming .tbs p{
		font-size: 14px;
	}
	.coming{
		padding-bottom: 20px;
	}
	.uqbanner{
		height: auto;position: relative;
	}
	.uqbanner .wrap{
		position: absolute;
		left: 0;right: 0;
		top: 0;z-index: 22;
		bottom: 0;
		text-align: left;
		justify-content: inherit;
		padding: 50px;
	}
	.uqbanner p{
		text-align: left;
	}
	.uqbanner .btn{
		float: left;
		width: auto;
		padding: 0 10px;font-size: 14px;
		line-height: 2.4;
	}
	.uqbanner h1{
		position: absolute;left: 0;right: 0;
		top: 80px;
		text-align: center;
		font-size: 28px;
	}
	.fashion .hs{
		margin-bottom: 6px;
	}
	.fashion .hs.on{
		display: block;
		position: relative;
		padding-top: 50px;
	}
	.fashion .hs dl{
		position: absolute;
		right: 0;top: 0;
	}
	.fashion .hs h3{
		font-weight: bold;font-size: 16px;line-height: 1.4;margin-bottom: 0;
	}
	.piclist{
		overflow: hidden;
	}
	.fashion{
		overflow: hidden;
	}
	
	.piclist dl{
		flex-wrap: initial;
	}
	.piclist dd:nth-child(n+2){
		/* display: none; */
	}
	.piclist{
		position: relative;
	}
	.piclist .umore{
		text-align: center;
		position: absolute;
		left: 0;right: 0;
		bottom: 30px;
		margin: 0 auto;
		z-index: 2;
	}
	.piclist .umore i{
		font-size: 14px;
		padding: 0 10px;
		border: 1px solid #fff;
		color: #fff;
		line-height: 2.4;
		display: inline-block;
	}
	.fashion li{
		margin-bottom: 30px;
	}
	.piclist.on dd:nth-child(n+2){
		display: block;
	}
	
	
	.pages dd:nth-child(1) a {
		margin-right: 1rem;
	}
	.pages dd:last-child a {
		margin-left:1rem;
	}
	.fashion{
		padding-bottom: 0;
	}
	.uhome .piclist .bd2{
		height:120vw ;
	}
	.uhome .piclist .bd1{
		height:120vw ;
	}
	.uhome .piclist{
		position: relative;right: 0;
	}
	.uhome .piclist::before{
		content: "";position: absolute;
		left: 0;right: 0;bottom: 0;z-index: 11;
		height: 39px;
		background: linear-gradient( 360deg, #F2E9D8 0%, rgba(242,233,216,0) 100%);
		border-radius: 0px 0px 0px 0px;
	}
	.uhome .text{
		margin-top: 20px;
	}
	.uhome .text ul{
		padding-left: 20px;
	}
	.uhome .text li:nth-child(3),
	.uhome .text li:nth-child(2){
		margin: 0;
	}
	.uhome .text li h3 a{
		font-weight: bold;
	}
	.uhome .habout{
		margin-top: 10px;
	}
	.albswippic{
		margin: 3rem 40px 0;
	}
	.albswippic li img{
		width: calc(100vw - 80px);
		height: auto;
	}
	.swiperul{
		height: 480px;
	}
	.uhome .habout .ubtn{
		font-size: 14px;line-height: 2.4;
		width: 100px;
	}
	.morbtn,
	.collec3 .txt .morbtn{
		margin-left: auto;
		margin-right: auto;
		width: 10rem;
	}
	.albswippic{
		margin-top: 1rem;
	}
	.albtime li.on{
		font-size: 30px;
	}
	.albtime{
		margin-top: 30px;
	}
	.albswippic{
		margin-top: 10px;
	}
	.uhome .text li{
		margin-bottom: 0;
	}
	
	.uqnavs .tbs .copyright{
		display: flex;
	}
	.abobanner p,
	.uhome .habout p{
		max-width: 100%;
	}
	.about li .links>div{
		width: auto;
	}
	.about li .links dl{
		flex-direction: row;
	}
	.about li:nth-child(2) .ls{
		width: auto;
	}
	
	.about li .links dd .ico{
		width: auto;
	}
	
	.coming .tps .yx img{
		width: 30%;margin: 80px auto 0;
	}
	.coming .tps::before{
		display: none;
	}
	.coming .tps .yx h5{
		font-size: 16px;
		margin-top: 15px;
		line-height: 1.4;
	}
	.coming .tps .pic{
		margin: 20px auto 0;
		width: 80%;
	}
	.coming .tbs{
		margin: 20px -30px 0;
	}
	
	.uqbanner .wrap{
		margin: 0;
	}
	.uqbanner .tx{
		display: block;
	}
	
	.coming .tps .yx img.eico1{
		display: block;width: auto;
		height: 50px;
	}
	.coming .tps .yx img.eico2{
		display: block;width: auto;
		margin: 0 auto;height: 30px;
	}
	
	.piclist dd a{
		display: block;
	}
	
	.uqnavs .tps .pic .djck{
		right: 15px;bottom: 30px;left: auto;
	}
	.ubing .bswipers .swiper-slide{
		height: 29.6875rem;
	}
	.uqnavs .tps .pic .djck{
		width: 8.5625rem;
	}
	
	.uqnavs .uwrap{
		display: block;
	}
	.ubing .bswipers .bflexbtn{
		width: 100%;
	}
	.uqnavs .tps .pic .djck{
		width: 6rem;height: auto;
	}
	
	
	
	.uqbanner h1{
		position: static;
		text-align: left;
		font-size: 24px;
	}
	.uqbanner h3{
		font-size: 18px;
		line-height:1.3;
	}
	.uqbannernews .btn{
		float: none;
	}
	.uqbannernews .wrap{
		padding: 55px 20px 50px;
	}
	.uqbannernews .txt p{
		font-size: 13px;
		margin-bottom: -25px;
		line-height:1.4;
	}
	.uqnavs .tps .pic{
		padding-top: 60px;
	}
}