
.header{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	/*
	-moz-box-shadow:1px 1px 6px #ddd; 
	-webkit-box-shadow:1px 1px 6px #ddd; 
	box-shadow:1px 1px 6px #ddd;*/
}
.h-menu{
	position: absolute;
}
.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;
}
.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: 65%;
	transform: none;
	position: relative;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	font-size: calc(50px*var(--scale-font));
	margin: 0px auto;
	z-index: 8;

}
.ad-box {
	display: flex;
	flex-flow: column;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	margin: 0px auto 40px;
}
.ad-box h1 {
	margin: 0px 0px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: calc(46px*var(--scale-font));
	line-height: 1.1;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	font-family: Exo\ 2,sans-serif;
}
.ad-box h2 {
	margin: 0px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-weight: 300;
	font-size: calc(20px*var(--scale-font));
	line-height: 1.3;
	width: 100%;
	text-align: center;
}
.ab-sec-text-box{
	text-align: center;
}
.ab-sec-text-box .astb-content{
	width: 50%;
	margin: 0 auto;
	line-height: 2.3;
	font-size: calc(18px*var(--scale-font));
	text-align: center;
}

.ab-sj-box{
	background: url("../images/sjbg.jpg") no-repeat center center / cover;
}

.pr-title,
.ab-title{
	text-align: center;
}
.pr-title h2 a,
.pr-title h2,
.ab-title h2{
	font-size: calc(42px*var(--scale-font));
	font-weight: 100;
	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: calc(24px*var(--scale-font));
	line-height: 1.5;
}
.ab-box.container{
	margin: 0px auto;
	width: 90%;
	max-width: 1200px;
	position: relative;
}
.ab-box img{
	max-width: 100%;
}
.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: #d2cdca;
}

.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;
}





.goods-list-page{
	background-color: #eee;
}


.pages-body.container{
	width: 90%;
	max-width: 1800px;
}



.plist .item img{
	max-width:100%;
	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: 15px;
	
}
.plist .item a{
	display:block;
	overflow:hidden;
	position: relative;
	z-index: 10;
	border-radius: 15px 15px 0 0 ;
	
}
.plist .item .item-info{
	padding:15px 30px;
	min-height: 130px;
}
.plist .item .item-info a.item-name{
	display: block;
	font-size: calc(18px*var(--scale-font));
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top:15px;
	text-align: center;
	color: #000;
}
.plist .item .item-click{
	background-color: #fff;
	border-radius: 50%;
	bottom: 0px;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
	height: 80px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	transition: .2s ease;
	width: 80px;
	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: 10px;
	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:80vh;
	min-height: 600px;
}
.goods-read-page.home-page .banner {
	background: url(../images/gdbg1.jpg) no-repeat center center / cover;
}
.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;
}

.slogon-section {
	margin: 10vh 0px;
}
.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: calc(30px*var(--scale-font));
	margin: 0px 0px 0px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #5e5e5e;
}
.slogon span {
	margin: 20px 0px 0px;
	font-size: calc(18px*var(--scale-font));
	line-height: 1.7;
	letter-spacing: 1px;
}
.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 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.04);
}

.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: calc(16px*var(--scale-font));
	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:hover .btn {
	color: rgba(33, 33, 33, 0.5);
}


.guigeinfo .card{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid rgb(212, 212, 212) !important;
}

.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: rgb(18, 120, 74);
	transition: all 0.3s ease 0s;
	font-size: calc(16px*var(--scale-font));
}
.guigeinfo .xiazai-list li:hover a{
	color: rgba(18, 120, 74, 0.5);
}

.mb-0, .my-0 {
	margin-bottom: 0!important;
}
.mb-3, .my-3 {
	margin-bottom: 10px!important;
}

.guigeinfo .card-body,
.guigeinfo .card-body p{
	font-size: calc(16px*var(--scale-font));
	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;
}


.newslist.caselist .item{
	padding:15px;
}
.newslist .item{
	padding:20px 0;
}
.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: #a1a5ad;
	font-size:16px;
	margin-top: 10px;
	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: 0px auto;

}

.read-content h3{
	line-height:1.5;
	margin:0;
	font-size: calc(36px*var(--scale-font));
}
.read-content{
	line-height:1.8;

}
.read-content p{
	margin:0;
	line-height: 1.8;
	font-size: calc(16px*var(--scale-font));
	text-indent: 2em;
}
.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;
}






























.pages-header{
	background-color:#e5b55b;
	color:#fff;
	text-align:center;
	background:url('../images/pagebg.jpg') no-repeat center center/cover;
	min-height:300px;
	position:relative;
}
.pages-header .pg-title {
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%);
    background-color: rgba(8,152,212,0.7);
	color: #fff;
    text-align: center;
    padding: 30px;
    width:400px;
    height:auto;
	letter-spacing:3px;
}
.pages-header .pg-title h2{
	font-size:28px;
	margin:0;
	font-weight:bold;
}

.pages-header .pg-title .line{
	display:block;
	height:2px;
	width:80%;
	margin:15px auto;
	background-color:#fff;
}
.pages-header .pg-title h5{
	font-size:18px;
	margin-bottom:0;
}
.pages-body{
	padding:20px 0;
	font-size:16px;
}













.subtitle-wrap{
	position: relative;
	margin: 20px 0 10px;
	line-height: 1.5;
}
.subtitle-wrap:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e6e6e6;
    display: block;
    margin-bottom: -15px;
}

.subtitle-wrap h4.subtitle {
    border: none;
    color: #333;
    margin: 0;
    padding: 0;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 28px;
    background: #fff;
    padding-right: 15px;
    display: inline-block;
}
.wrap-r .r-side-list li {
    border-bottom: none;
    padding: 5px 0 5px;
    margin: 0;
    min-height: 80px;
    text-align: left;
    margin-bottom:5px;
    border-bottom:1px solid #f1f1f1;
}
.wrap-r .r-side-list h5 {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 6px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}
.wrap-r .r-side-list h5 a{
	color:#333; 
}
.wrap-r .r-side-list img {
    float: left;
    width: 70px;
    height: 70px;
    padding: 2px;
    margin-right: 10px;
}
.wrap-r .r-side-list p {
    font-size: 11px;
    color: #7d8195;
    margin-bottom: 10px;
}
.wrap-r ul li.cat-item {
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
}
.wrap-r ul li.cat-item a {
    display: inline-block;
    font-size: 16px;
    padding-top: 7px;
    text-transform: capitalize;
    color:#333;
}
.wrap-r ul li.cat-item a:before {
    color: #0898d4;
    font-size: 16px;
    content: "●";
    padding: 10px;
    
}
.wrap-r ul li.cat-item:hover a{
	color: #0898d4;
}
.wrap-r .r-widget{
	margin-bottom: 50px;
}
















.art-body .pic img{
	max-width:100%;
}

.art-body .pic{
	border:1px solid #ccc;
	padding:5px;
	border-radius:5px;
}

.art-body .basic h2{
	line-height:1.5;
	color:#333;
}
.art-body .basic h2 a{
	color:#e5b55b;
	font-size:18px;
	font-weight:bold;
}


.art-body .basic .des{
	margin-top:40px;
	margin-bottom:20px;
	border:1px solid #ddd;
	background-color:#f0f0f0;
	padding:20px;
	broder-radius:5px;
	font-size:15px;
	line-height:1.6;
	color:#aaa;
	text-indent:2em;
}
.art-body .basic .btn-success{
	margin-top:20px;
	/*padding-left:50px;
	padding-right:50px;*/
	font-size:16px;
}
.art-body .basic .tellink{
	color:#e5b55b;
	font-size:18px;
	font-weight:bold;
	display:block;
}
.art-body .detail{
	margin-top:40px;
}
.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;
}









@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 767px) {
	.pages-header{
		min-height:200px;
	}
	.pages-header .pg-title{
		width:200px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.ad-box{
		margin:0 auto;
	}
	.ad-box h1{
		font-size: calc(22px*var(--scale-font));
	}
	.ad-box h2{
		font-size: calc(16px*var(--scale-font));
	}
	.ad-box h2 strong{
		font-weight: 400;
	}

	.home-page{
		height: 40vh;
		min-height: 200px;
	}
	.ab-sec-text-box .astb-content{
		width: 80%;
		font-size: calc(20px*var(--scale-font));
		line-height: 1.8;
		font-weight: 200;
	}
	.pr-title .prt-line, .ab-title .abt-line{
		width: 48px;
	}
	.pr-title h2 a, .pr-title h2, .ab-title h2{
		font-size: calc(32px*var(--scale-font));
		font-weight: 300;
	}
	.pr-title h5 p, .pr-title h5, .ab-title h5{
		font-size: calc(20px*var(--scale-font));
		font-weight: 200;
	}
	.ab-box.container{
		padding:0;
	}
	.read-content h3{
		font-size:calc(28px*var(--scale-font));
	}
	.article-read-page.pages-body{
		width: 90%;

	}
	.pages-body.container{
		width: 100%;
		padding-left:0;
		padding-right:0;
	}
	.goods-read-page.home-page .banner .goods{
		flex-direction: column;
		width: 100%;
	}
	.goods-read-page.home-page .banner .goods .pngbox{
		transform: none;
		width: 70%;
		height:auto;
		margin-top:80px;
		margin-bottom: 60px;
		border-radius: 10px;
	}
	.goods-read-page.home-page .goods-info{
		position: relative;
		width: 90%;
		margin-bottom:30px;
	}
	.goods-read-page.home-page{
		height:auto;
	}
	.goods-read-page.home-page .banner{
		position: relative;
	}
	.slogon > p {
		font-size: calc(24px * var(--scale-font));
	}
	.goods-read-page.home-page .goods-info .sp1{
		font-size:calc(20px*var(--scale-font));
		margin-bottom:15px;
	}
	.goods-read-page.home-page .goods-info h1{
		font-size:calc(28px*var(--scale-font));
	}
	.slogon span{
		font-weight: 200;
	}
	.goods-read-page .video-section{
		height: 300px;
	}











	.header{

	}
	.header .navbar-nav{
		float:none;
	}
	.header .navbar-nav > li > a{
		line-height:inherit;
	}
	.header .navbar-brand{
		height: 45px;
    	padding: 5px 0 0 15px;
	}
	.art-body .detail,
	.pages-body{
		padding-left:15px;
		padding-right:15px;
	}
	.art-body .detail .sec-title img{
		display:block;
		height:20px;
		width:auto;
		margin-bottom:10px;
	}
	.read-content{
		padding:0;
	}
	
	.pages-header .pg-title h2{
		font-size:18px;
	}
	.pages-header .pg-title h5{
		font-size:12px;
	}
	
	.location{
		font-size:14px;
		line-height:52px;
	}
	
}