
.my-6{
	margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.py-6{
	padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pt-6{
	padding-top: 5rem !important;
}
.pb-6{
    padding-bottom: 5rem !important;
}
.greybg{
	background-color:#f5f5f5;
	margin-top:5rem;
}
.home-page {
	background-color: rgb(33, 33, 33);
	position: relative;
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-around;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	padding: 0px;
	height: 70vh;
	min-height: 400px;
}
.banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-size:cover;
	background-position:center;
}
.banner img.vbg, .videobg {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.videomask {
	background: linear-gradient(transparent 40%, rgb(33, 33, 33) 100%);
	position: absolute;
	inset: 0px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.first-section {
	flex: 0.8 1 auto;
	-webkit-box-pack: center;
	justify-content: center;
	width: 75%;
	transform: none;
	position: relative;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	margin: 0px auto;
	z-index: 8;

}
.ad-box {
	display: flex;
	flex-flow: column;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	margin: 0;
}
.ad-box h1 {
	margin: 0px 0px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 3.2rem;
	line-height: 1.1;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	font-weight:lighter;
}
.ad-box h2 {
	margin: 0px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 0.8rem;
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	text-align: center;
	font-weight:lighter;
}


.section-title{
	text-align:center;
}
.section-title h2{
	font-size:2.5rem;
	font-weight:bold;
	margin-bottom:5rem;
}


.ab-sec-text-box{
	text-align: center;
	color:#4c413d;
}
.ab-sec-text-box .astb-content{
	width: 50%;
	margin: 0 auto;
	line-height: 2.3;
	font-size: 1.2rem;
	text-align: center;
	font-weight:lighter;
}
.ab-sec-text-box .astb-content p{
	margin:0;
}

.ab-sj-box{
	/*background: url("../images/sjbg.jpg") no-repeat center center / cover;
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;*/
    background-color:#eee;
}


.pr-title,
.ab-title{
	text-align: center;
}
.pr-title h2 a,
.pr-title h2,
.ab-title h2{
	font-size: 3.2rem;
	font-weight:lighter;
	padding: 0;
	margin:0;
	line-height: 1;
	color: inherit;
}
.pr-title h5 p,
.pr-title h5,
.ab-title h5{
	padding: 0;
	margin:0;
	font-size: 1rem;
	letter-spacing: 0.8rem;
	line-height: 1.5;
	font-weight:lighter;
}
.ab-box.container{
	margin: 0px auto;
	width: 90%;
	max-width: 1200px;
	position: relative;
}
.ab-box.container p{
	margin:0;
}
.ab-box img{
	max-width: 100%;
	border-radius:0.6rem;
	margin-bottom:4rem;
}
.ab-box img:last-child{
	margin-bottom:0;
}
.pr-title .prt-line,
.ab-title .abt-line {
	background: url(../images/geline.jpg) no-repeat center center / 100% 100%;
	height: 2px;
	margin: 0 auto;
	width: 64px;
	transform: rotate(90deg);
}
.ab-sh-box{
	background-color: #eee;
}

.pro-list-box  img{
	max-width: 100%;
	width:100%;
}


.pr-title .prt-line {
	width: 46px;
}
.pr-title h2 a,
.pr-title h2{
	font-size:  calc(36px*var(--scale-font));
}
.pr-title h2 a:hover{
	text-decoration: none;
}
.pr-title h5 p,
.pr-title h5{
	font-size:  calc(18px*var(--scale-font));
	line-height: 1.8;
}




.article-box {
    margin: 0px auto;
    width: 80%;
    max-width: 1140px;
}

.article-box .pro-item .pro-pic{
    display: grid;
    padding: 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.article-box .pro-item{
	width:calc(100% - 4px);
	margin:0 2px;
}
.article-box .pro-item.pro-inline{
	width:calc(50% - 4px);
	display:inline-block;
	
}
.article-box .pro-item .pro-pic img{
	max-width:100%;
	display:block;
	transition: transform 0.6s ease 0s;
}
.article-box .pro-item:hover .pro-pic img {
    transform: scale(1.05);
    transform-origin: 50% 50%;
}
.article-box .pro-des{
	transition: transform 0.2s ease 0s;
	display: flex;
    flex-direction: column;
    position: relative;
    white-space: normal;
    color: rgb(33, 33, 33);
    background-color: #fff;
    pointer-events: none;
    margin-bottom:30px;
}
.article-box .pro-des span{
    margin: 10px 0px 0px;
    font-weight: 700;
    font-size: calc(0.6875rem + 0.3125 * ((100vw - 20rem) / 100));
    line-height: 1.4;
    letter-spacing: 1px;
}
.article-box .pro-des span.pro-d-1{
	margin-top: 10px;
}
.article-box .pro-des span.pro-d-2{
    margin: 0px;
    font-size: calc(0.75rem + 0.125 * ((100vw - 20rem) / 100));
    line-height: 1.2;
    font-weight:normal;
    color:#848484;
}
.article-box .pro-des span.pro-d-2 p{
	margin:0;
}
.article-box .pro-des span.pro-d-3{
	margin: 5px 0px 0px;
    font-size: 0.875rem;
    font-style: normal;
    padding-left: 0px;
    font-weight: 400;
    color: inherit;
    opacity: 0;
    transition: opacity 0.2s linear 0s;
}
.article-box .pro-item:hover .pro-des {
    transform: translateY(-20px);
    transform-origin: 50% 50%;
}
.article-box .pro-item:hover .pro-des span.pro-d-3 {
    opacity: 1;
}
.article-page .article-box .pro-item.pro-inline{
	width: calc(50% - 10px);
}
.article-page .article-box .pro-item{
	margin: 0 5px;
}

.yaoshi-list.article-box{
	max-width:unset;
	width:calc(100% - 10vw);
}

.yaoshi-list .pro-item{
	margin-bottom:5vw;
	max-width:unset;
	
}
.yaoshi-list .pro-item .pro-pic img.img-mobile{
	display:none; 
}
.yaoshi-list .pro-item .pro-pic img{
	max-width:100%;
}
.yaoshi-list .pro-item .pro-text{
	color: #333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 5;
    padding: 0px 5vw 0px 5vw;
}
.yaoshi-list .pro-item .pro-text img{
	max-width:100%;
}
.yaoshi-list .pro-item.fluid .pro-text{
	margin-top:5vh;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
.yaoshi-list .pro-item.fluid .pro-text.w50{
	width:50%;
}
.yaoshi-list .pro-item.fluid .pro-text.w80{
	width:80%;
}
.yaoshi-list .pro-item.fluid .pro-text.center{
	text-align:center;
	align-items:center;
}
.yaoshi-list .pro-item .pro-text .pro-d-1{
	margin: 0px 0px 20px;
    font-weight: normal;
    font-size: calc(1.25rem + 0.825 * ((100vw - 20rem) / 100));
    line-height: 1.5;
    color:#333;
}
.yaoshi-list .pro-item .pro-text .pro-d-2{
	display: flex;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
    margin: 0px 0px 20px;
    font-size: 1.2rem;
    color:#7a7a7a;
    flex-flow:column;
    font-weight:normal;
}
.yaoshi-list .pro-item .pro-text .pro-d-2 p{
	margin:0;
}

.yaoshi-list .pro-item.two .pro-pic{position:relative;}


.art-body .detail .sec-title img{
	height:25px;
	margin-right:10px;
}

.art-body .detail .sec-title{
	color:#333;
	font-size:24px;
	border-bottom:1px solid #ccc;
	padding:20px 0;
	margin-bottom:40px;
}
.art-body .detail img{
	max-width:100%;
}
.art-body .detail p{
	margin:0;
}








.goods-list-page{
	background-color: #eee;
}


.pages-body.container{
	width: 90%;
	max-width: 1800px;
}



.plist .item img{
	max-width:80%;
	margin:0 auto;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.plist .item:hover img {
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.plist .item{
	margin-bottom:90px;
	position: relative;
	border-radius: 0.8rem;
	
}
.plist .item a{
	display:block;
	overflow:hidden;
	position: relative;
	z-index: 10;
	border-radius: 0.5rem 0.5rem 0 0 ;
	text-align:center;
	width:100%;
	background-color:#fff;  
	
}
.plist .item .item-info{
	padding:0 30px 15px;
	min-height: 100px;
}
.plist .item .item-info a.item-name{
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top:0;
	text-align: center;
	color: #000;
	font-weight:lighter;
}
.plist .item .item-click{
	background-color: #fff;
	border-radius: 50%;
	bottom: 0px;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
	height: 4rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	transition: .2s ease;
	width: 4rem;
	z-index: 10;
}
.plist .item .item-click svg{
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	transform: translate(-50%,-50%) rotate(90deg);
}
.plist .item .item-click svg path {
	fill: #323232;
}
.plist .item:hover .item-click{
	background-color: #323232;
}
.plist .item:hover .item-click svg path{
	fill: #fff;
}
.plist .item:after {
	background-color: #fff;
	border-radius: 0.5rem;
	bottom: 0;
	content: "";
	height: 140px;
	position: absolute;
	transition: .25s ease-out;
	width: 100%;
	z-index: 0;
} 
.plist .item:hover:after{
	height: 100%;
}


.goods-read-page.home-page{
	height:40vh;
	min-height: 400px;
}

.goods-read-page.home-page .banner .goods {
	position: relative;
	margin: 0px auto;
	width: 80%;
	padding: 0px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: 80vh;
}
.goods-read-page.home-page .banner .goods .pngbox {
	height: 540px;
	width: 480px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	margin: 30px auto;
	transform: translateX(40%);
	background-color: #fff;
	border-radius: 30px;
}
.goods-read-page.home-page .pngbox img {
	max-width: 100%;
}
.goods-read-page.home-page .goods-info {
	position: absolute;
	width: 40vw;
	bottom: 15%;
	z-index: 6;
	color: #fff;
}

.goods-read-page.home-page .goods-info .sp1 {
	margin: 0px 0px 30px;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: calc(24px*var(--scale-font));
	line-height: 1.3;
	color: rgb(255, 255, 255);
	display: block;
	position: relative;
}
.goods-read-page.home-page .goods-info h1 {
	margin: 0px 0px 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: calc(32px*var(--scale-font));
	line-height: 1.5;
	color: rgb(255, 255, 255);
	display: block;
	position: relative;
	letter-spacing: 1px;
}
.goods-read-page.home-page .goods-info h2 {
	margin: 0px;
	letter-spacing: 0.3px;
	font-size: calc(18px*var(--scale-font));
	line-height: 1.8;
	color: rgb(255, 255, 255);
	display: block;
	position: relative;
	letter-spacing: 1px;
}

.goods-read-page .goback{
	float: right;
    margin-top: 1.4rem;
    color: #fff;
}
.goods-read-page .goback:hover{
	color:#000;
}

.slogon {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: column;
	margin: 0px auto;
	width: 90%;
	max-width: 1140px;
}
.slogon > p {
	font-size: 1.6rem;
	margin: 0px 0px 0px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #000;
	font-weight:lighter;
}
.slogon span {
	margin: 20px 0px 0px;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 1px;
	font-weight:lighter;
}
.goods-read-page .video-section {
	background-color: rgb(33, 33, 33);
	position: relative;
	width: 100%;
	/*height: 600px;*/
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-around;
	overflow: hidden;
	align-items: flex-start;
	padding: 0px;
	min-height: auto;
}
.goods-read-page .video-section.video-box{
	/*background-color: #eee;*/
	padding: 0;
	display:block;
}
.goods-read-page .video-section img{
	max-width:100%;
}
.goods-read-page .video-section a {
	display: block;
	border: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	border-radius: 0px;
	box-sizing: border-box;
}

.goods-read-page .video-section a img {
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.5s linear 0s;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goods-read-page .video-section:hover a img {
	transform: scale(1.02);
}

.guigeinfo{
	margin: 0px auto;
	width: 90%;
	max-width: 1140px;
}

.guigeinfo .card-header{
	border:none;
	background-color:#fff;
	padding-left:0;
	padding-right:0;
	margin:10px 0;
}
.guigeinfo .card .btn.focus,
.guigeinfo .card .btn:focus{
	box-shadow:none;
}

.guigeinfo .card .btn{
	margin: 5px 0;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 1rem;
	line-height: 1.3;
	padding-left:0;
	padding-right:0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-flow: row nowrap;
	width: 100%;
	outline: none;
	border-radius: 0px;
	text-align: left;
	cursor: pointer;
	background:none;
}




.guigeinfo .card{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid rgb(212, 212, 212) !important;
	border-radius:0;
}

.guigeinfo .card .arrow{
	display: inline-flex;
}


.guigeinfo .card .btn .arrow svg{
	transform: rotate(180deg);
	transition: transform 0.3s ease 0s;
	opacity: 0.5;
}
.guigeinfo .card .btn.collapsed .arrow svg{
	transform: rotate(0deg);
}

.guigeinfo .xiazai-list li {
	padding:3px 0;
}
.guigeinfo .xiazai-list li a {
	color: #333;
	transition: all 0.3s ease 0s;
	font-size: 1rem;
}
.guigeinfo .xiazai-list li:hover a{
	color: #000;
}



.guigeinfo .card-body,
.guigeinfo .card-body p{
	font-size: 1rem;
	line-height: 1.8;
}
.guigeinfo .card-body{
	padding:5px 15px;
}

.hot-sale-box{
	background-color: #eee;
}
.hot-sale-box .container-fluid{
	width: 90%;
	max-width: 1800px;
}
.goods-read-page .orb-canvas{
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	top:0;
}


.goods-read-page .readpic{
	text-align:center;
}



.goods-read-page .pic-section{    
	text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.goods-read-page .pic-section .readpic{position:relative;padding:2px;display: table-cell;height:600px;text-align: center;vertical-align: middle;width: 600px;box-sizing: border-box;}
.goods-read-page .pic-section .readpic img{margin:0 auto;width:100%;display:table-cell;vertical-align:middle; display:block; overflow:hidden;}

.goods-read-page .pic-section #gd_nr{
	width: 800px;
    position: relative;
    padding: 0rem 4rem;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.5rem;
}
.goods-read-page .pic-section .sm_pic{width:100%;overflow: hidden;}

.goods-read-page .pic-section .sm_pic ul li{position: relative; padding:0.2rem;cursor:pointer;}
.goods-read-page .pic-section .sm_pic ul li img{display: block;width: 100%;border:1px solid #efefef;}
.goods-read-page #gd_nr .swiper-button-next{
 		right:1rem;
 	}
.goods-read-page #gd_nr .swiper-button-prev{
 		left:1rem;
 		
 	}
.goods-read-page #gd_nr .swiper-button-next,
.goods-read-page #gd_nr .swiper-button-prev{
 		background-color:#eaeaea;
 		height:100%;
 		top:0;
 		padding:0 0.2rem;
 		margin:0;
 		border-radius:0.3rem;
 	}
.goods-read-page #gd_nr .swiper-button-next:after,
.goods-read-page #gd_nr .swiper-button-prev:after{
 		font-size:1.2rem;
 	}

.newslist{
	background-color:#fff;
	
}


.newslist.caselist .item{
	padding:15px;
}
.newslist .item{
	padding-top:2rem;
	padding-bottom:2rem;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}
.newslist .item .item-info{
	
}
.newslist .item-thumb{
	padding:5px;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
	display:block;
}
.newslist .item-thumb img{
	max-width:100%;
}
.newslist .item-date{
	color: #000;
	font-size:0.9rem;
	margin-top: 1rem;
	margin-bottom: 10px;
}
.newslist .item-date a{
	font-weight:bold;
	color:#ffcf73;
}
.newslist .item-name{
	font-size:20px;
	color:#333;
	margin-bottom:10px;
}
.newslist .item-des{
	color:#aaa;
	font-size:14px;
	margin-top:15px;
}
.newslist .btn-success:active:hover,
.newslist .btn-success:active:focus,
.newslist .btn-success{
	padding-left:30px;
	padding-right:30px;
	border-radius:50px;
	margin-top:20px;
	background-color:#ffcf73;
	border-color:#ffcf73;
	color:#fff;
}

.article-read-page.pages-body{
	padding: 0px 0px;
	width: 80%;
	max-width: 900px;
	margin: 4rem auto 6rem;

}

.read-content h3{
	line-height:1.5;
	margin:0;
	font-size: 2rem;
}
.read-content{
	line-height:1.8;

}
.read-content p{
	margin:0;
	line-height: 1.8;
	font-size: 1rem;
}
.read-content .message{
	margin-top:20px;
	color:#ccc;
}
.read-content img{
	max-width:100%;
}
.read-content .message{
	margin-bottom:30px;
}
.read-content .message .col-md-9,
.read-content .message .col-md-3{
	padding:0;
	margin:3px 0;
}
.read-content .kw-box a{
	border:1px solid #ccc;
	padding:2px 5px;
	margin-right:5px;
	font-size:14px;
	color:#ccc;
	border-radius:5px;
}






























/*Brand Index*/
@media (min-width: 1900px) {
	.series-list-section.container,
	.series-section > .container{
		max-width:1600px;
	}
}
@media (min-width: 1400px) {
	.series-section > .container{
		max-width:1280px;
	}
}

@media (min-width: 1200px) {
	.series-section > .container{
		max-width:1140px;
	}
}

.card-nav-wrap{
	width:calc(100% - 5rem);
	margin-left: 2.5rem;
    margin-right: 2.5rem;
}
/*
.card-nav-list{
	display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    padding: 0 1rem;
}
*/


.card-nav-list>.swiper-wrapper>li {
     flex-direction: column-reverse;
     /*margin-left: 0.5rem;*/
     padding: 0 0.25rem 0.25rem;
     background-color: white;
	 margin-right: 0;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
     max-width: calc((100% - 1rem) / 7);
     border-radius: 0.8rem;
 }
 /*
.card-nav-list>.swiper-wrapper>li:first-child {
     margin-left: 0;
}*/
.card-nav-list>.swiper-wrapper>li .card-nav-item_img{
	box-sizing: content-box;
    position: relative;
    background-color: white;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.card-nav-list>.swiper-wrapper>li .card-nav-item_img img{
	transition: transform 1s ease-in-out;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.card-nav-list>.swiper-wrapper>li:hover .card-nav-item_img img{
	transform: scale3d(1.1, 1.1, 1.1);
}
.card-nav-list>.swiper-wrapper>li .card-nav-item_title{
	margin: 1rem 0;
	transition: all .3s;
}
.card-nav-list>.swiper-wrapper>li .card-nav-item_main-title,
.card-nav-list>.swiper-wrapper>li .card-nav-item_sub-title{
	font-size:1rem;
	display: block;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    position:relative;
}
.card-nav-list>.swiper-wrapper>li .card-nav-item_main-title{
	font-family:'helvetica' !important;
	font-weight:bold;
}
.card-nav-list>.swiper-wrapper>li .card-nav-item_sub-title{
	padding-left:1rem;
	padding-right:1rem;
	font-size:0.8rem;
}
.card-nav-list>.swiper-wrapper>li .card-nav-item_sub-title:before, 
.card-nav-list>.swiper-wrapper>li .card-nav-item_sub-title:after{
	content: '';
    position: absolute;
    width: 0.8rem;
    height: 1px;
    background-color: #000;
    left: 0rem;
    top: 50%;
    margin-top: -0.5px;
}
.card-nav-list>.swiper-wrapper>li .card-nav-item_sub-title:after {
    left: auto;
    right: 0rem;
}

@media only screen and (max-width: 767px) {
	body{
		padding-top:56px;
	}
	.card-nav-wrap{
		margin:0;
		width:100%;
	}
    .card-nav-list>.swiper-wrapper>li {
        width: 40%;
        max-width:none;
    }
    .card-nav-list {
	    padding-right: 0.75rem;
    	padding-left: 0.75rem;
	}
	
	
	.home-page{
		height:calc(100vw *880 / 1920);
		min-height:auto;
	}
	
	.ad-box h1{
		font-size:1.6rem;
		margin-bottom:.8rem;
	}
	.ad-box h2{
		font-size:.8rem;
		letter-spacing:0;
	}
	.slogon span{
		font-size:1rem;
	}
	
	.pr-title h2 a, .pr-title h2, .ab-title h2{
		font-size:1.6rem;
	}
	.ab-sec-text-box .astb-content{
		font-size:1rem;
	}
	.pr-title h5 p, .pr-title h5, .ab-title h5{
		letter-spacing:0;
	}
	
	.newslist .item-date{
		position:relative;
		margin-top:0;
		left: auto;
        right: auto;
	}
	.newslist .item .item-info{
		margin-right:0;
	}
	.goods-read-page.home-page{
		height:25vh;
		min-height:auto; 
	}
	
	.goods-read-page.home-page .ad-box h1{
		font-size:1.6rem;
		line-height:1.5;
	}
	.goods-read-page .pic-section .readpic{
		max-width:100%;
		height:auto;
	}
	.goods-read-page .pic-section #gd_nr{
		max-width:100%;
		padding:0;
	}
	
	.pages-body.container{
		width:100%;
	}
	
	.goods-read-page .goback{
		float:none;
	}
	
	.yaoshi-list .pro-item .pro-text .pro-d-2{
		font-size:1rem;
	}
	
	.ab-sec-text-box .astb-content{
		width:75%;
	}
	
	.plist .item .item-info{
		padding: 0 15px 15px;
	}
	
	.plist .item .item-click{
		width:3rem;
		height:3rem;
	}
	
	.newslist .item-name{
		font-size:1.2rem;
	}
	
	.read-content iframe{
		max-width:95%;
		margin:0 auto;
		height:15rem; 
	} 
	
}




/*Series List Section*/
.series-list-section .card-row-list{
	margin-bottom:1rem;
}

.series-list-section .card-row-list .card-box {
    padding: 0.5rem; 
    display: block;
    background: #fff;
    border-radius: 1rem;
    z-index: 1;
    position: relative;
    box-shadow: 0 0.25rem 0.25rem rgb(0 0 0 / 1%);
}

.series-list-section .card-row-list .card-box .card-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.series-list-section .card-row-list .card-box .card-box-img > div{
	border-radius:6px;
	overflow:hidden;
}
.series-list-section .card-row-list .card-box .card-box-img a {
    width: 100%;
    height: 100%;
    position: relative;
    display:block;
}

.series-list-section .card-row-list .card-box .card-box-img img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.series-list-section .card-row-list .card-box .card-box-img .card-img-left {
    width: 740px;
    height: 524px;
    margin-right: 8px;
}

.series-list-section .card-row-list .card-box .card-box-img .card-img-center {
    position: relative;
    width: 486px;
    height: 524px;
    margin-right: 8px;
}

.series-list-section .card-row-list .card-box .card-box-img .card-img-top {
    position: relative;
    margin-bottom: 8px;
    height: 258px;
    width: 486px;
    min-width: 486px;
}

.series-list-section .card-row-list .card-box .card-box-img .card-img-bottom {
    min-width: 486px;
    width: 486px;
    height: 258px;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 1920px) {
	.series-list-section .card-row-list .card-box .card-box-img .card-img-left {
        width: 51.541vw;
        height: 19.291vw;
    }

    .series-list-section .card-row-list .card-box .card-box-img .card-img-center {
        position: relative;
        width: 25.3125vw;
        height: 19.291vw;
    }

    .series-list-section .card-row-list .card-box .card-box-img .card-img-bottom,
    .series-list-section .card-row-list .card-box .card-box-img .card-img-top {
        width: 16.3125vw;
        min-width: 16.3125vw;
        height: 9.4375vw;
    }
	
}


@media screen and (max-width: 1600px) {
	.series-list-section .card-row-list .card-box .card-box-img .card-img-left {
        width: 56.125vw;
        height: 25.625vw;
    }

    .series-list-section .card-row-list .card-box .card-box-img .card-img-center {
        width: 26.375vw;
        height: 25.625vw;
    }

    .series-list-section .card-row-list .card-box .card-box-img .card-img-bottom,
    .series-list-section .card-row-list .card-box .card-box-img .card-img-top {
        height: 12.5625vw;
        width: 21.375vw;
        min-width: 21.375vw;
    }
}


.series-list-section .card-row-list .card-item {
    width: 100%;
    height: 22.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.25rem rgb(0 0 0 / 1%);
}
.series-list-section .card-row-list .card-item > a {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    margin-bottom: 0;
}
.series-list-section .card-row-list .card-item > a img {
    max-height: 100%;
        width: auto;
    height: auto;
    margin:0 3rem 0 0;
}
.series-list-section .card-row-list .card-item .card-info{
	padding-left:3rem;
}
.series-list-section .card-row-list .card-item .card-info h2{
	position:relative;
	font-size:1.8rem;
	font-family:'helvetica' !important;
	margin:0;
	font-weight:bold;
}
.series-list-section .card-row-list .card-item .card-info .txt {
    color: #6f6f6f;
    font-size: 0.8rem;
    line-height: 1.8;
}

.series-list-section .s-title {
	text-align:center;
}
.series-list-section .s-title h2{
	font-size:2.5rem;
	margin:0 auto;
	font-weight:bold;
}
.series-list-section .s-title div{
	color: #6f6f6f;
    font-size: 1rem;
    line-height: 1.8;
    margin:1rem auto 0;
}




@media only screen and (max-width: 991.98px) {
    .greybg{
		margin-top:2rem;
	}
	.section-title h2{
		font-size:2rem;
		margin-bottom: 2rem;
	}
	.series-list-section .s-title h2{
		font-size:2rem;
	}
	.series-list-section .s-title div{
		margin-top:0.5rem;
	}
	
	.series-list-section .card-row-list .card-box .card-box-img .card-img-left {
        height: 57.7692307692vw;
        margin-bottom: 1.0256410256vw;
        width: 100%;
        margin-right:0;
    }
    .series-list-section .card-row-list .card-box .card-box-img .card-img-center {
        position: relative;
        width: calc((100% - 1.0256410256vw) / 2);
        height: 53.3333333333vw;
        max-width: none;
        margin-right: 0;
    }
    .series-list-section .card-row-list .card-box .card-box-img .card-img-bottom,
    .series-list-section .card-row-list .card-box .card-box-img .card-img-top {
        width: calc((100% - 1.0256410256vw) / 2);
        height: 26.1538461538vw;
        margin-left: auto;
    }
    .series-list-section .card-row-list .card-box .card-box-img .card-img-top{
    	margin-bottom: 1.0256410256vw;
    }
    .series-list-section .card-row-list .card-box .card-box-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .series-list-section .card-row-list .card-box{
    	padding: 0.5rem;
    }
    
    .series-list-section .card-row-list .card-item{
    	display:block;
    	height:auto;
    }
    .series-list-section .card-row-list .card-item > a{
    	margin:0;
    	width:100%;
    }
    .series-list-section .card-row-list .card-item > a img{
    	max-width:80%;
    	margin:1rem auto;
    }
    .series-list-section .card-row-list .card-item .card-info h2{
    	font-size:1.2rem;
    }
    
}