.product-content {
	width: 100%;
	overflow: hidden;
	padding: 53px 0 17px;
}
.product-content .product-left {
	width: 350px;
	overflow: hidden;
	float: left;
	background-color: #FFFFFF;
	border-radius: 0 0 9px 9px;
	box-shadow: 0 5px 19px 0 rgba(0,0,0,0.22);
	position: relative;
	top: 0;
}
.product-content .product-left.left-fixed {
	position: fixed;
	top: 110px;
}
.product-content .product-left h3 {
	width: 100%;
	line-height: 77px;
	background-color: #009794;
	color: #FFFFFF;
	font-size: 28px;
  	font-family: "wigrumweb-bold";
  	padding: 0 0 0 37px;
  	overflow: hidden;
  	position: relative;
}
.product-content .product-left .product-menu {
	width: 100%;
	overflow: hidden;
	padding: 0 33px 29px;
}
.product-menu li {
	width: 100%;
	overflow: hidden;
}
.product-menu li h4 {
	width: 100%;
	line-height: 69px;
	border-bottom: 2px solid #f1f1f1;
	padding: 0 0 0 3px;
	position: relative;
	background: url(../image/pd.png) no-repeat 95% 50%;
}
.product-menu li h4 a {
	color: #666666;
	display: block;
	widows: 100%;
	height: 100%;
}
.product-menu li .product-two {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #f1f1f1;
	padding: 10px 0;
	display: none;
}
.product-menu li .product-two p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	padding: 0 15px;
}
.product-menu li .product-two p a {
	color: #666666;
}
.product-menu li .product-two p:hover {
	background-color: #009794;
}
.product-menu li .product-two p:hover a {
	color: #ffffff;
}
.product-menu li.active h4 {
	background: url(../image/pdg.png) no-repeat 95% 50%;
	font-family: "wigrumweb-bold";
}
.product-menu li.active h4 a {
	color: #09a9ab;
}
.product-menu li.active .product-two {
	display: block;
} 
.product-content .product-right {
	width: calc(100% - 370px);
	width: -moz-calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	overflow: hidden;
	float: right;
	margin: 0 -12px 0 0;
}
.product-content .product-right .right-title {
	width: 100%;
	overflow: hidden;
	padding: 0 11px;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}
.product-right .right-title h2 {
	height: 43px;
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	font-family: "wigrumweb-bold";
	border-bottom: 1px solid #efefef;
	margin: 0 0 15px;
}
.product-right .right-list {
	width: 100%;
	overflow: hidden;
	padding: 13px 0;
	margin: 20px 0 0;
}
.product-right .right-list a {
	width: calc(50% - 22px);
	width: -moz-calc(50% - 22px);
	width: -webkit-calc(50% - 22px);
	height: 230px;
	overflow: hidden;
	position: relative;
	background-color: #f8f8f8;
	float: left;
	margin: 0 11px 30px;
	transition: all 0.5s;
}
.product-right .right-list a .list-img {
	width: 230px;
	height: 100%;
	overflow: hidden;
	float: right;
}
.right-list a .list-img img {
	width: 100%;
}
.product-right .right-list a .list-txt {
	width: 195px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 32px;
	padding: 33px 0 0;
}
.list-txt h4 {
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	height: 78px;
	overflow: hidden;
}
.list-txt span {
	display: block;
	width: 32px;
	height: 12px;
	margin: 25px 0 0;
	overflow: hidden;
	background: url(../image/pl.png) no-repeat right center;
	transition: all 0.5s;
}
.product-right .right-list a:hover {
	box-shadow: 0 0 13px rgba(0,0,0,0.22);
}
.product-right .right-list a:hover .list-txt span {
	width: 103px;
}
@media only screen and (max-width: 991px) {
	.product-content .product-left {
		width: 80%;
		float: none;
		margin: 0 auto;
		border-radius: 0px;
		box-shadow: none;
	}
	.product-content .product-left h3:before {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		overflow: hidden;
		position: absolute;
		right: 20px;
		top: 50%;
		margin: -15px 0 0;
		background: url(../image/irw.png) no-repeat center;
		transition: all 0.5s;
	}
	.product-content .product-left h3.click:before {
		transform: rotate(90deg);
	}
	.product-content .product-left .product-menu {
		display: none;
	}
	.product-content .product-right {
		width: 80%;
		float: none;
		margin: 30px auto 0;
	}
	.product-right .right-list a {
	    width: calc(100% - 22px);
	    width: -moz-calc(100% - 22px);
	    width: -webkit-calc(100% - 22px);
	}
	.banner .banner-txt {
		margin: -30px 0 0 -334px;
	}
}
@media only screen and (max-width: 767px) {
	.product-content {
	    padding: 30px 0 15px;
	}
	.product-content .product-left {
		width: 100%;
		margin: 0 auto;
	}
	.product-content .product-left h3 {
	    line-height: 55px;
	    font-size: 24px;
	    padding: 0 0 0 25px;
	}
	.product-content .product-left h3:before {
		right: 10px;
		background-size: 14px;
	}
	.product-content .product-left .product-menu {
		padding: 0 25px 19px;
	}
	.product-menu li h4 {
	    line-height: 49px;
	}
	.product-content .product-right {
		width: 100%;
		margin: 30px auto 0;
	}
	.product-content .product-right .right-title {
	    padding: 0;
	    font-size: 14px;
	    line-height: 18px;
	}
	.product-right .right-title h2 {
		margin: 0 0 10px;
	}
	.product-right .right-list {
	    padding: 10px 0;
	    margin: 15px 0 0;
	}
	.product-right .right-list a {
	    width: 100%;
	    height: 200px;
	    margin: 0 0 20px;
	}
	.product-right .right-list a .list-img {
	    width: 180px;
	    height: 180px;
	    margin: 20px 0 0;
	}
	.product-right .right-list a .list-txt {
	    left: 25px;
	    padding: 20px 0 0;
	}
	.list-txt h4 {
	    font-size: 18px;
	    line-height: 24px;
	    height: 72px;
	}
	.banner .banner-txt {
		margin: -30px 0 0 -167px;
	}
}
@media only screen and (min-width: 992px) {
	.product-right .right-list a {
	    width: calc(100% - 22px);
	    width: -moz-calc(100% - 22px);
	    width: -webkit-calc(100% - 22px);
	}
	.banner .banner-txt {
		margin: -20px 0 0 -485px;
	}
}
@media only screen and (min-width: 1200px) {
	.product-right .right-list a {
	    width: calc(50% - 22px);
	    width: -moz-calc(50% - 22px);
	    width: -webkit-calc(50% - 22px);
	}
	.banner .banner-txt {
		margin: -20px 0 0 -575px;
	}
}
@media only screen and (min-width: 1450px) {
	.banner .banner-txt {
		margin: -30px 0 0 -700px;
	}
}

/*产品详情*/
.product-right .right-details {
	width: 100%;
	overflow: hidden;
	padding: 0 11px;
	margin: 15px 0 30px;
}
/*左边*/
.right-details .details-left {
	width: 400px;
	overflow: hidden;
	float: left;
}
.details-left .details-img {
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-color: #f8f8f8;
	margin: 0 0 13px;
}
.details-left .details-img img {
	width: 100%;
	transition: all 0.5s;
}
.details-left .details-img:hover img {
	width: 110%;
}
.details-left .details-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.details-left .details-swiper .swiper-container {
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.details-left .details-swiper a {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
	position: relative;
}
.details-left .details-swiper a>img {
	width: 100%;
}
.details-left .details-swiper a.vicon:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4) url(../image/vicon.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.details-swiper .swiper-button-next,.details-swiper .swiper-button-prev {
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.details-swiper .swiper-button-next.swiper-button-disabled {
	background-image: url(../image/vrb.png);
	opacity: 1;
}
.details-swiper .swiper-button-prev.swiper-button-disabled {
	background-image: url(../image/vlb.png);
    opacity: 1;
}
.details-swiper .swiper-button-next,.details-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/vrg.png);
    right: 0px;
}
.details-swiper .swiper-button-prev,.details-swiper .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/vlg.png);
    left: 0px;
}
/*右边*/
.right-details .details-right {
	width: calc(100% - 440px);
	width: -moz-calc(100% - 440px);
	width: -webkit-calc(100% - 440px);
	overflow: hidden;
	float: right;
	padding: 20px 0 0;
}
.details-right .details-top {
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}
.details-right .details-top h3 {
	line-height: 25px;
	font-size: 22px;
	color: #333333;
	font-family: "wigrumweb-bold";
	margin: 0 0 10px;
}
.details-right .details-bottom {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
}
.details-right .details-bottom h4 {
	width: 100%;
	line-height: 40px;
	font-family: "wigrumweb-bold";
	color: #FFFFFF;
	font-size: 18px;
	background-color: #09a9ab;
	padding: 0 0 0 17px;
}
.details-right .details-bottom p {
	width: 100%;
	min-height: 30px;
	line-height: 24px;
	padding: 3px 0 3px 17px;
	background-color: #e3e3e3;
	margin: 2px 0 0;
	font-size: 14px;
	color: #666666;
}
.details-right .details-bottom p strong {
	display: block;
	height: 100%;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	font-family: "wigrumweb-bold";
}
/*details-feature*/
.details-feature {
	width: 100%;
    overflow: hidden;
    padding: 0 11px;
    margin: 0 0 20px;
}
.details-feature li {
	width: 100%;
    overflow: hidden;
    font-size: 16px;
}
.details-feature li h4 {
	width: 100%;
	line-height: 40px;
	font-size: 18px;
    font-family: "wigrumweb-bold";
    overflow: hidden;
    padding: 0 0 0 20px;
    color: #FFFFFF;
    background-color: #09a9ab;
	margin: 0 0 2px;
}
.details-feature li p {
	width: 100%;
	min-height: 30px;
	overflow: hidden;
	margin: 0 0 2px;
	line-height: 30px;
}
.details-feature li strong {
	display: block;
	width: 220px;
	height: 100%;
	overflow: hidden;
	float: left;
	background-color: #efefef;
	padding: 0 0 0 20px;
	margin: 0 2px 0 0;
}
.details-feature li span {
	display: block;
	width: calc(100% - 222px);
	width: -moz-calc(100% - 222px);
	width: -webkit-calc(100% - 222px);
	height: 100%;
	overflow: hidden;
	float: right;
	background-color: #efefef;
	padding: 0 20px;
}
.details-feature li:nth-of-type(1) p:nth-of-type(4) strong,.details-feature li:nth-of-type(1) p:nth-of-type(6) strong {
	height: 60px;
	line-height: 60px;
}
.details-feature li:nth-of-type(3) p:nth-of-type(2) strong {
	height: 150px;
	line-height: 150px;
}
.details-feature img {
	width: 100%;
	margin: 20px 0 0;
}
@media only screen and (max-width: 1199px) {
	.details-feature li:nth-of-type(1) p:nth-of-type(2) strong,.details-feature li:nth-of-type(1) p:nth-of-type(5) strong,.details-feature li:nth-of-type(2) p:nth-of-type(1) strong,.details-feature li:nth-of-type(2) p:nth-of-type(2) strong,.details-feature li:nth-of-type(2) p:nth-of-type(3) strong,.details-feature li:nth-of-type(2) p:nth-of-type(5) strong {
		height: 60px;
		line-height: 60px;
	}
	.details-feature li:nth-of-type(1) p:nth-of-type(6) strong,.details-feature li:nth-of-type(1) p:nth-of-type(8) strong {
		height: 90px;
		line-height: 90px;
	}
	.details-feature li:nth-of-type(1) p:nth-of-type(4) strong,.details-feature li:nth-of-type(2) p:nth-of-type(6) strong,.details-feature li:nth-of-type(2) p:nth-of-type(8) strong {
		height: 120px;
		line-height: 120px;
	}
}
@media only screen and (max-width: 991px) {
	.details-feature li:nth-of-type(1) p:nth-of-type(1) strong {
		height: 60px;
		line-height: 60px;
	}
	.details-feature li:nth-of-type(1) p:nth-of-type(6) strong {
		height: 120px;
		line-height: 120px;
	}
	.details-feature li:nth-of-type(2) p:nth-of-type(8) strong {
		height: 150px;
		line-height: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.details-feature {
		padding: 0px;
	}
	.details-feature li {
	    font-size: 14px;
	}
	.details-feature li h4 {
	    padding: 0 0 0 10px;
	}
	.details-feature li strong {
	    width: 110px;
	    line-height: 20px;
	    padding: 5px 10px;
	}
	.details-feature li span {
	    width: calc(100% - 112px);
	    width: -moz-calc(100% - 112px);
	    width: -webkit-calc(100% - 112px);
	    padding: 5px 10px;
	    line-height: 20px;
	}
	.details-feature li:nth-of-type(1) p:nth-of-type(1) strong,.details-feature li:nth-of-type(1) p:nth-of-type(5) strong,.details-feature li:nth-of-type(2) p:nth-of-type(1) strong,.details-feature li:nth-of-type(2) p:nth-of-type(2) strong,.details-feature li:nth-of-type(2) p:nth-of-type(5) strong {
		line-height: 40px;
		height: 50px;
	}
	.details-feature li:nth-of-type(1) p:nth-of-type(2) strong,.details-feature li:nth-of-type(1) p:nth-of-type(8) strong {
		height: 70px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.details-feature li:nth-of-type(1) p:nth-of-type(4) strong,.details-feature li:nth-of-type(1) p:nth-of-type(6) strong,.details-feature li:nth-of-type(2) p:nth-of-type(6) strong {
		height: 90px;
		line-height: 20px;
		padding: 25px 10px;
	}
	.details-feature li:nth-of-type(3) p:nth-of-type(2) strong {
		line-height: 20px;
		height: 110px;
		padding: 35px 10px;
	}
	.details-feature li:nth-of-type(2) p:nth-of-type(3) strong  {
		height: 70px;
		line-height: 60px;
	}
	.details-feature li:nth-of-type(2) p:last-of-type strong  {
		height: 130px;
		line-height: 120px;
	}
	.details-feature li:nth-of-type(1) p:last-of-type span,.details-feature li:nth-of-type(3) p:nth-of-type(1) span,.details-feature li:nth-of-type(3) p:nth-of-type(3) span {
		line-height: 40px;
	}
	.details-feature li:nth-of-type(3) p:last-of-type span {
		line-height: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.details-feature li:nth-of-type(1) p:nth-of-type(4) strong,.details-feature li:nth-of-type(1) p:nth-of-type(6) strong,.details-feature li:nth-of-type(2) p:nth-of-type(6) strong {
		height: 60px;
		line-height: 60px;
	}
	.details-feature li:nth-of-type(2) p:nth-of-type(8) strong {
		height: 90px;
		line-height: 90px;
	} 
}
@media only screen and (min-width: 1450px) {
	.details-feature li:nth-of-type(2) p:nth-of-type(8) strong {
		height: 60px;
		line-height: 60px;
	}
}
/*RELATED PRODUCTS*/
.product-right .right-related {
	width: 100%;
	padding: 0 11px;
	overflow: hidden;
}
.product-right .right-related h3 {
	width: 100%;
	overflow: hidden;
	line-height: 65px;
	font-size: 26px;
	font-family: "wigrumweb-bold";
	border-bottom: 1px solid #e3e3e3;
	margin: 0 0 27px;
}
.product-right .right-related .related-list {
	width: 100%;
	overflow: hidden;
}
.right-related .related-list a {
	display: block;
	width: calc(25% - 21px);
	width: -moz-calc(25% - 21px);
	width: -webkit-calc(25% - 21px);
	height: 231px;
	background-color: #f8f8f8;
	overflow: hidden;
	float: left;
	margin: 0 28px 0 0;
}
.right-related .related-list a:last-of-type {
	margin: 0;
}
.right-related .related-list a img {
	width: 100%;
	transition: all 0.5s;
}
.right-related .related-list a:hover img {
	width: 110%;
}
@media only screen and (max-width: 1199px) {
	.right-details .details-right {
	    width: 100%;
	    float: none;
	    padding: 20px 0 0;
	}
	.right-related .related-list a {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		height: 173px;
		margin: 0 0 30px;
	}
	.right-related .related-list a:nth-of-type(3n+1),.right-related .related-list a:nth-of-type(3n+2) {
		margin: 0 30px 30px 0;
	}
}
@media only screen and (max-width: 767px) {
	.product-right .right-details {
	    padding: 0;
	    margin: 15px 0 20px;
	}
	.right-details .details-left {
		width: 100%;
		float: none;
	}
	.details-left .details-img {
		height: 335px;
	}
	.details-right .details-bottom {
	    margin: 20px 0 0;
	}
	.product-right .right-related {
	    padding: 0;
	}
	.product-right .right-related h3 {
	    line-height: 45px;
	    font-size: 20px;
	    margin: 0 0 15px;
	}
	.right-related .related-list a {
		width: calc(50% - 7px);
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		height: 161px;
	}
	.right-related .related-list a:nth-of-type(2n+1) {
		margin: 0 14px 14px 0;
	}
	.right-related .related-list a:nth-of-type(2n) {
		margin: 0 0 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.right-details .details-right {
		padding: 0;
	}
	.details-right .details-bottom {
	    margin: 30px 0 0;
	}
	.right-related .related-list a {
		height: 169px;
	}
}
@media only screen and (min-width: 1450px) {
	.right-details .details-right {
		padding: 20px 0 0;
	}
	.details-right .details-bottom {
	    margin: 50px 0 0;
	}
	.right-related .related-list a {
		height: 231px;
	}
}
/*产品详情联系我们*/
.details-contact {
	width: 100%;
	overflow: hidden;
	padding: 0 11px;
	margin: 0 0 20px;
}
.details-contact h2 {
	font-size: 28px;
	font-family: "wigrumweb-bold";
	margin: 0 0 20px;
}
.details-contact .details-input { 
	width: 700px;
	max-width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.details-contact .details-input input {
	display: block;
	width: calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	height: 100%;
	float: left;
	border: none;
	font-size: 16px;
	color: #ffffff;
	background-color: #33aca9;
	padding: 0 0 0 20px;
	margin: 0 20px 0 0;
}
.details-contact .details-input input:last-of-type {
	margin: 0;
}
.details-contact textarea {
	display: block; 
	width: 700px;
	max-width: 100%;
    height: 150px;
    border: none;
	font-size: 16px;
    line-height: 45px;
    color: #FFFFFF;
    background-color: #33aca9;
	margin: 0 auto 20px;
    overflow: hidden;
    padding: 0 0 0 17px;
}
.details-contact button {
	display: block; 
	width: 700px;
	max-width: 100%;
	height: 50px;
	overflow: hidden;
    background-color: #33aca9;
  	font-family: "wigrumweb-bold";
	color: #ffffff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}
.details-contact button:hover {
	background-image: linear-gradient(#0099b4,#46bbbb);
}
.details-input input::-webkit-input-placeholder,.details-contact textarea::-webkit-input-placeholder { 
	color: #FFFFFF;
}
.details-input input:-moz-placeholder,.details-contact textarea:-moz-placeholder { 
	color: #FFFFFF;
}
.details-input input:-ms-input-placeholder,.details-contact textarea:-ms-input-placeholder { 
	color: #FFFFFF;
}
.details-input input:placeholder,.details-contact textarea:placeholder { 
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.details-contact {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.details-contact h2 {
	    font-size: 24px;
	    margin: 0 0 10px;
	}
	.details-contact .details-input {
		height: 100px;
		margin: 0;
	}
	.details-contact .details-input input {
		width: 100%;
		height: 40px;
		margin: 0 0 10px;
	}
	.details-contact textarea {
		margin: 0 0 10px;
	}
	.details-contact button {
		height: 40px;
	}
}
