﻿.header {
	position: relative;
}
.header-cntr {
	background: #fff;
}

.banner-one {
	display: table;
	width: 100%;
	height: 540px;
	background-image: url(/templets/default/images/pros-dtl-bg.jpg);
	background-size: 100% 100%;
	background-position: center;
}
.banner-one a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.banner-one-in {
	font-size: 0;
}
.banner-pros-img,
.banner-pros-desc {
	display: inline-block;
	vertical-align: middle;
}
.banner-pros-img {
	margin-right: 135px;
}
.banner-pros-desc {
	text-align: left;
}
.banner-pros-desc h3 {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #666;
}
.banner-pros-desc h2 {
	line-height: 30px;
	font-size: 30px;
	color: #333;
}

.anchor-all {
	margin-top: 65px;
}
@media (min-width: 62em) {
	.anchor-all.letmove {
		transform: translateY(35px);
		opacity: 0;
		transition: transform 1.2s, opacity 1.2s;
	}
	.anchor-all.move {
		transform: translateY(0);
		opacity: 1;
	}
}
.anchor-all .container {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.anchor-all.fix {
    position: fixed;
    top: 0;
    z-index: 9999;
    margin-top: 0;
    width: 100%;
    background: #fff;
}
.anchor-list {
	width: calc(83% - 2px);
	font-size: 0;
}
.anchor-list a {
	display: inline-block;
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
	width: 25%;
	line-height: 16px;
	font-size: 16px;
	color: #666;
	vertical-align: top;
	text-align: center;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.anchor-list a:hover,
.anchor-list a.cur {
	color: #ee3d46;
}
.anchor-list a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 26px;
	background: #e1e1e1;
}
.anchor-list a:first-child::before {
	display: none;
}
.anchor-list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #ee3d46;
	-o-transition: .7s .05s;
	-moz-transition: .7s .05s;
	transition: .7s .05s;
}
.anchor-list a:hover::after,
.anchor-list a.cur::after {
	width: 100%;
}
a.buy-now {
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -22px;
	border: 1px solid #ee3b44;
	/*width: 207px;*/
	width: 17%;
	height: 44px;
	line-height: 42px;
	font-size: 16px;
	color: #ee3b44;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .35s;
}
a.buy-now:hover {
	color: #fff;
	background: #ee3b44;
}

/*现有產品特點*/
.feature-all {
	margin-top: 100px;
	margin-bottom: 75px;
}
@media (min-width: 62em) {
	.feature-all.letmove {
		transform: translateY(35px);
		opacity: 0;
		transition: transform 1.2s, opacity 1.2s;
	}
	.feature-all.move {
		transform: translateY(0px);
		opacity: 1;
	}
}
.feature-all.fix {
	margin-top: -moz-calc(100px + 139px);
	margin-top: calc(100px + 139px);
}
.feature-list-ctnr {
	position: relative;
	max-height: 65px;
}
.feature-list {
    margin-bottom: 45px;
	width: 90%;
}
.feature-list .swiper-container {
    width: 100%;
    height: 100%;
}
.feature-list .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.feature-list a {
	position: relative;
	padding: 10px 20px;
	border: 1px solid #d6d6d6;
	margin: 0 6px;
	width: 100%;
	/*min-height: 38px;*/
	min-height: 23px;
    font-size: 14px;
    color: #666;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background: #fff;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.feature-list a span {
	display: inline-block;
    -o-transition: height .3s;
    -moz-transition: height .3s;
    transition: height .3s;
}
.feature-list a.hide span {
	height: 19px;
	overflow: hidden;
}
.feature-list a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	-webkit-transform: translate(-50%, 50%);
	   -moz-transform: translate(-50%, 50%);
	     -o-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	width: 18px;
	height: 18px;
	background-image: url(/templets/default/images/feature-arrow.png);
	-moz-background-size: 18px 18px;
	  -o-background-size: 18px 18px;
	     background-size: 18px 18px;
	opacity: 0;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.feature-list .on a::after,
.feature-list a:hover::after {
	opacity: 1;
}
.feature-list .on a,
.feature-list a:hover {
	border: 1px solid #ee3b44;
    color: #fff;
    background: #ee3b44;
}

.swiper-btn-prev,
.swiper-btn-next {
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
         transform: translateY(-50%);
    border: 1px solid #a8a8a8;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-family: 'arrow';
    font-size: 12px;
    color: #a8a8a8;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.swiper-btn-prev {
    left: 0;
}
.swiper-btn-next {
    right: 0;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
    border: 1px solid #ee3b44;
    background: #ee3b44;
    color: #fff;
}
.feature-img {
	min-height: 200px;
	text-align: -webkit-auto;
}
.feature-img img {
	max-width: 100%;
	height: auto;
}

.edit-one {
	margin-bottom: 100px;
}
@media (min-width: 62em) {
	.edit-one.letmove {
		transform: translateY(35px);
		opacity: 0;
		transition: transform 1.2s, opacity 1.2s;
	}
	.edit-one.move {
		transform: translateY(0);
		opacity: 1;
	}
}
.edit-content {
	overflow: auto;
}

.edit-one h2 {
	position: relative;
	margin-bottom: 68px;
	font-size: 24px;
	color: #333;
}
.edit-one h2 span {
	position: relative;
	z-index: 2;
	padding-right: 13px;
	background: #fff;
}
.edit-one h2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	border-top: 1px dashed #e5e5e5;
	width: 100%;
}

.edit-table table {
	border: 0;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
.edit-table td {
	padding-top: 16px;
	padding-bottom: 16px;
	border: 0;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 25%;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.edit-content img {
	max-width: 100%;
	height: auto;
}

.rcmd-all {

}
@media (min-width: 62em) {
	.rcmd-all.letmove {
		transform: translateY(30px);
		opacity: 0;
		transition: transform 1s, opacity 1s;
	}
	.rcmd-all.move {
		transform: translateY(0);
		opacity: 1;
	}
}
.rcmd-type {
	margin-bottom: 65px;
	font-size: 0;
	text-align: center;
}
.rcmd-type-one {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: top;
	font-size: 30px;
	color: #666;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.rcmd-type-one.on {
	color: #f0414a;
}
.rcmd-type-one::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 31px;
	background: #e1e1e1;
}
.rcmd-type-one:first-child::before {
	display: none;
}

.pros-list {
	display: none;
}
.pros-list:first-child {
	display: block;
}

@media (max-width: 1241px) {
	.anchor-all .container {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 62em) {
	.banner-pros-img {
		margin-right: 100px;
	}
}

@media (max-width: 48em) {
	.banner-one {
		padding-top: 6vh;
		padding-bottom: 5vh;
		height: auto;
		max-height: 400px;
	}
	.banner-pros-desc {
		display: block;
	}
	.banner-pros-desc {
		text-align: center;
	}

	.banner-pros-img {
		margin-right: 0;
		margin-bottom: 4vh;
		width: 80%;
	}
	.banner-pros-img img {
		width: auto;
		max-height: 35vh;
	}

	.banner-pros-desc h3 {
		margin-bottom: 10px;
		line-height: 14px;
		font-size: 14px;
	}
	.banner-pros-desc h2 {
		line-height: 16px;
		font-size: 16px;
	}

	.anchor-all {
		margin-top: 40px;
	}
	.feature-all {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.feature-all.fix {
		margin-top: calc(40px + 78px);
	}
	.feature-list {
		margin-bottom: 35px;
	}
	.anchor-list a {
	    padding-top: 11px;
	    padding-bottom: 11px;
	    line-height: 14px;
	    font-size: 14px;
	}

	.feature-list {
		width: 80%;
	}

	.edit-one {
		margin-bottom: 40px;
	}
	.edit-one h2 {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.edit-one h2 span {
		margin-right: 10px;
	}

	.rcmd-type {
		margin-bottom: 40px;
	}
	.rcmd-type-one {
	    font-size: 20px; 
	}

	.pros-list {
		margin-bottom: 0;
	}

	.anchor-list {
		width: calc(100% - 70px - 2px);
		font-size: 0;
	}
	a.buy-now {
		margin-top: -13px;
		width: 70px;
		height: 26px;
		line-height: 24px;
	    font-size: 14px;
	}
}

@media (max-width: 34em) {
	/*a.buy-now {
	    right: 1vw;
	}*/
}