.header:before{
	bottom: 0;
    opacity: 1;
    height: 100%;
}
.header>div *{color: #000;}
.header .logo img{display: none;}.header .logo img:last-child{display: block;}
.nav-links>li.active,.nav-links>li:hover{
	background-color: #f7fbf9;
    border-top-color: #096c38;
}
.header>div>p {
    background-image: url(../images/htel-active.png);
}

.crumb{
	margin: 12.5rem auto 8px;
}
.detail-box{
	height: 38.375rem;
}
@media only screen and (min-width: 1300px) {
	.crumb,.detail-box{width: 1300px;}
}
.detail-box>div{height: 100%;min-height: 12.5rem;}
.detail-imgs{
	position: relative;
	width: 47.231%;
	padding: 1.25rem 0;
}
.detail-banner .swiper-slide-active{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40.625rem;
}
.detail-banner .swiper-slide-active img{
	max-width: 100%;
	max-height: 100%;
}
.detail-banner>.swiper-pagination-bullets{
	bottom: 40px;
}
.detail-banner .swiper-pagination-bullet{
	opacity: .3;
}
.detail-banner .swiper-pagination-bullet-active{
	opacity: 1;
	background: linear-gradient(180deg, rgba(50,219,222,.88) 0%, rgba(42,167,92,.88) 100%);
}
.detail-box .swiper-button-next,.detail-box .swiper-button-prev{
	width: 55px;
	height: 46px;
	background-size: 100% 100%; 
}
.detail-box .swiper-button-prev{
	left: inherit;
	right: 0;
	background-image: url(../images/left.png);
}
.detail-box .swiper-button-next{
	right: -55px;
	background-image: url(../images/right.png);
}


.picBox {
	height: 28.75rem;
	position: relative;
	overflow: hidden;
}

.picBox ul {
	width: 100%;
	height: 100%;
	position: absolute;
}

.picBox li{
	float: left;
	width: 43.75rem;
	height: 28.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
.picBox li img{
	max-width: 100%;
	max-height: 100%;
}


.picBox li>div {
	display: none;
}

.listBox {
	height: 6.25rem;
	margin: 1.875rem auto 0;
	position: relative;
	overflow: hidden;
}

.listBox ul {
	position: absolute;
	height: 100%;
	width: 100%;
}

.listBox li {
	float: left;
	width: 18.875rem;
	height: 100%;
	/*padding-left: 3.532%;*/
	padding: 3px;
	cursor: pointer;
	position: relative;
}


.listBox li p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
}
.listBox li p img{
	max-width: 100%;
	max-height: 100%;
}
.listBox li.on{
	background: url(../images/categoryBg.png) no-repeat;
	background-size: 100% 100%;
}





.caseTop .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}

#prevTop,
#nextTop {
	position: absolute;
	top: 50%;
	margin-top: -1.5rem;
	width: 3.5rem;
	height: 2.875rem;
	z-index: 20;
}

#prevTop {
	background: url(../images/left.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#nextTop {
	right: 0;
	background: url(../images/right.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.download-list {
	height: 24.1875rem;
	padding: 1.875rem 2%;
	padding-bottom: 1.625rem;
	overflow: hidden;
}

.download-list>a {
	width: 100%;
	margin-bottom: 1.4375rem;
}

.download-list>a>p {
	max-width: 75%;
	margin-right: 2%;
	line-height: 1.125rem;
}

.download-list>a>div {
	color: #666;
}

.download-list .set-ctn {
	max-width: 1rem;
	max-height: 1.125rem;
	margin-right: 5px;
}

.download-list .set-ctn>* {
	line-height: 16px;
	top: -16px;
}

.download-list .set-ctn:hover>* {
	top: 0;
}

.download-list a:hover .set-ctn>* {
	top: 0;
}

.download-list .down-ani {
	position: relative;
	overflow: hidden;
}

.download-list .down-ani>span:first-child {
	position: absolute;
	left: 0;
	top: -16px;
}

@-webkit-keyframes download {
	from {
		top: -16px;
	}
	to {
		top: 0;
	}
}

@keyframes download {
	from {
		top: -16px;
	}
	to {
		top: 0;
	}
}

.download-list a:hover .down-ani>span:first-child {
	animation: download 1.5s infinite;
}



.detail-info{
	width: 52.77%;
	padding: 2.5rem 5.385%;
	padding-right: 1rem;
}
.detail-info>hgroup{margin-bottom: 2rem;}
.detail-info>hgroup>h1{
	margin: 0 0 12px;
	font-size: 1.625rem;
	font-weight: bold;
}
.detail-info>hgroup>h2{
	font-size: 1.375rem;
	color: #333;
}
.detail-info>p{
	line-height: 2rem;
	font-size: 1rem;
	margin-bottom: 3.75rem;
	height: 20.625rem;
	color: #666;
	overflow: hidden;
}
.detail-info>ul{
	height: 5rem;
	width: 33.75rem;
	margin: 6.375rem auto;
}
.detail-info>ul>li{
	position: relative;
	width:50%;
	padding: 0 1rem;
	margin-bottom: 1.75rem;
	font-size: 14px;
	text-align: left;
}
.detail-info>ul>li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 8px;
	height: 8px;
	background-color: #096c38;
	border-radius: 50%;
}
.detail-info>div>a{
	position: relative;
	width: 11.5rem;
	height: 2.875rem;
	padding: 0 .75rem;
	background: #d50100;
	border-radius: 11px;
}
.detail-info>div>a:last-child{margin-right: 0;}
.detail-info>div span{
	color: #fff;
	font-size: .875rem;
}
.detail-info>div span::before{
	content: "";
	position: absolute;
	bottom: 6px;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.detail-info .shop-logo{
	display: none;
	position: absolute;
	bottom: 100%;
	right: .8rem;
}
.intro-tabs{
	margin: 8.75rem 0 6.75rem;
	background: url(../images/aboutTabs-bg.png) no-repeat;
	background-size: 100% 100%;
}
.intro-tabs>div>a{
	margin-right: 20rem;
	line-height: 3.5rem;
	color: #fff;
	font-size: 1rem;
	padding: 1.875rem 0 1.375rem;
	text-align: center;
}
.intro-tabs>div>a.active{
	background: url(../images/angle-up.png) no-repeat center bottom;
}
.intro-tabs>div>a img{
	width: 4.9375rem;
}

.parameter{
	padding: 0 8.75% 2rem;
	overflow: hidden;
}
.parameter>h2{margin-bottom: 3.125rem;}
.parameter>h2>span{
	width: 11.25rem;
	line-height: 3.75rem;
	font-size: 1.25rem;
	background: linear-gradient(180deg, rgba(50,219,222,.88) 0%, rgba(42,167,92,.88) 100%);
	color: #fff;
}
.parameter>ul{padding: 4.125rem 0;}
.parameter>ul>li{
	width: 18.183%;
	margin-bottom: 2rem;
	margin-right: 9%;
}
.parameter>ul .pierce{
	margin-bottom: 1.625rem;
	color: #666;
}
.parameter>ul>li>p{
	padding-left: 2.5rem;
	color: #333;
}
.linebg{
	line-height: 2.125rem;
	font-size: 1.5rem;
	color: #000;
	padding: 0 1.25rem;
	background-color: #00a560;
}
.delinfo{
	min-height: 6.25rem;
	margin-bottom: 1.25rem;
}
/* intro-info*/
.intro-info{
	min-height: 28rem;
}
@media only screen and (min-width: 1000px) {
	.ctninfo{width: 924px;}
}
.intro-info>h3,.relevant>h3{
	margin: 1.25rem 0;
	font-size: 1.25rem;
}
.intro-info>h3::before,.relevant>h3::before{
	background: #fff;
	border-bottom: 1px dashed #c4c4c4;
}
@media only screen and (min-width: 1300px) {
	.relbox{
		width: 1300px;
	}
}

.relevant>div{
	margin: 4.375rem 0 8.125%;
}
.relevant>div>a{
	position: relative;
	width: 18.572%;
	margin-right: 7.875%;
    border-bottom: 1px solid #bababa;
}
.relevant>div>a::after{
	content: "";
	position: absolute;
	bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: green;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}
.relevant>div>a>p{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18.75rem;
	border: solid 1px #e9e9e9;
}
.relevant>div>a>p img{
	max-width: 100%;
	max-height: 100%;
}
.relevant>div h3{
	padding: 1.5rem 0;
	font-size: .875rem;
}

@media only screen and (min-width: 767px) {
	.detail-info>div>a:hover .shop-logo{
		display: block;
	}
	.detail-info>div span:hover::before{
		width: 30px;
	}
	.relevant>div>a:hover img{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.relevant>div>a:hover::after{
		width: 100%;
	}
}
@media only screen and (max-width: 1300px){
	.detail-info>div>a{
		margin-right: 2.5%;
	}
}

@media only screen and (max-width: 767px){
	.gh a, .gh a:before,.gh a:after{background-color: #2aa75c;}
	.crumb {margin: 6rem auto 8px;}
	.listBox {height: 5.25rem;}
	.picBox {height: 22rem;}
	#prevTop {
		left: 0;
		right: inherit;
	}
	
	#nextTop {
		right: 0;
	}
	.detail-info {padding: 2rem 0;}
	.detail-info>ul{
		height: auto;
		width: 100%; 
		margin: 5px auto;
	}
	.detail-box{
		height: auto;
	}
	.detail-box .swiper-button-prev{left: 0;}
	.detail-box .swiper-button-next{right: 0;}
	.detail-info>div span{display: none;}
	.detail-info>p{height: auto;}
	.intro-tabs{margin: 2rem 0;}
	.intro-tabs>div{width: 100%;}
	.intro-tabs>div:after{
		content: '';
		clear: both;
		height: 0;
		display: block;
	}
	.intro-tabs>div>a{float: left;width: 33.33%;margin-right: 0;font-size: 1rem;padding: 1rem 0 1.375rem;}
	.intro-tabs>div>a img {
	    width: 3rem;
	}
	.parameter{padding: 0 1rem;}
	.relevant>div{padding: 0;}
	.parameter>ul {padding: 2rem 0;}
	.relevant>div>a>p{height: 12rem;}
}








