.g-detail{
	overflow: hidden;
}
.g-detail .m-header{
	background: url(../images/classify_banner.png) no-repeat center;
	background-size: cover;
	background-position: 55% 0;
}
.g-detail .m-header .u-ps{
	font-size: 55px;
    line-height: 55px;
    width: min-content;
}
.g-detail .m-detail .container {
    padding:0;
}
.g-detail .m-detail .u-title{
	font-size: 28px;
	color:#004B77;
	margin-bottom: 40px;
	margin-top:80px;
}
.g-detail .m-detail .u-describe{
	font-size: 22px;
	color:#fff;
	background: #918150;
	display: flex;
	align-items: center;
	min-height: 375px;
	padding:40px 35px;
}
.g-detail .m-detail .describe-box{
	display: flex;
	flex-direction: column;
	max-width: 1000px;
    margin: 0 auto;
}
.g-detail .m-detail .u-img img{
	width:100%;
}
.g-detail .m-detail .list-box-odd{
	margin-top: 20px;
}
.g-detail .m-detail .list-box-odd .u-title-row{
	display: none;
}
.g-detail .m-detail .w-100{
	margin:0;
}
.g-detail .m-lunbo{
	margin-top:80px;
}
.g-detail .m-lunbo .detail-msg-box{
	color:#004B77;
	font-size: 12px;
	margin-top: 40px;
}
.g-detail .m-lunbo .detail-msg-box .u-name{
	font-size: 24px;
}
.g-detail .m-lunbo .detail-msg-box .row{
	margin-bottom: 24px;
}


/*swiper*/
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 365px;
  width: 100%;
  max-width: 365px;
}

.gallery-thumbs {
  /* height: 90px;
  box-sizing: border-box;
  padding: 10px 0; */
  width: 100%;
  max-width: 365px;
  height: 80px;
  margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/*swiper*/   
    
    
@media (min-width: 768px){
	.g-detail .m-header{
		background-position: center 0;
		height: 600px;
	}
	.g-detail .m-crumb{
		display: block;
	}
	.g-detail .m-detail .list-box-odd .u-title-row{
		display: block;
	}
	.g-detail .m-header .u-ps{
	    width: max-content;
	}
	.g-detail .m-lunbo .detail-msg-box{
		margin-top:20px;
	}
}
@media (min-width: 992px) {
	.g-detail .m-header .u-ps{
		display: block;
	}
	.g-detail .m-header .u-ps-pc{
		display: none;
	}
	.g-detail .m-detail .describe-box{
		display: flex;
		flex-direction: row;
	}
	.g-detail .m-detail .u-describe{
		flex:1;
		height:400px;
	}
	.g-detail .m-detail .u-describe .row{
		height:320px;
		overflow-y:auto ;
	}
	.g-detail .m-detail .u-describe .row::-webkit-scrollbar{
		display: none
	}
	.g-detail .m-detail .describe-box .u-img img{
		height:400px;
		width:auto;
	}
}