﻿.product-t {
	background-color: #f7f6f4;
	padding: 0 0 67px;
}

.product-t .box1 {
	position: relative;
	margin-top: 26px;
	background-color: #fff;
	padding: 46px 72px;
	box-shadow: 0px 3px 20px 0px rgba(158, 158, 158, 0.1);
}

.product-t .box1 .swiper-slide {
	text-align: center;
}

.product-t .box1 .swiper-slide .pic {
	position: relative;
}
.product-t .box1 .swiper-slide .pic img{
	width: 100%;
}
.product-t .box1 .swiper-slide .pic .pic-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	border-radius: 50%;
	background-color: rgba(140, 202, 0, 0.9);
	opacity: 0;
	transition: all 0.6s;
}


.activety{

	background: rgba(140, 202, 0, 0.9)  !important;
	opacity:1  !important;
}

.product-t .box1 .swiper-slide:hover .pic .pic-box {
	opacity: 1;
}

.product-t .box1 .swiper-slide .txt {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0F1D96;
	line-height: 1;
	margin-top: 28px;
}

.product-t .box1 .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.product-t .box1 .btn .iconfont {
	display: block;
	font-size: 44px;
	color: rgba(153, 153, 153, 1);
}

.product-t .box1 .btn.buttom-prev {
	left: 23px;
}

.product-t .box1 .btn.buttom-next {
	right: 23px;
}

.product-t .box1 .btn.buttom-next .iconfont {
	transform: rotate(180deg);
}

.product-t .box2 {
	padding: 31px 33px 11px;
	box-shadow: 0px 3px 20px 0px rgba(158, 158, 158, 0.1);
	background-color: #fff;
	margin-top: 24px;
}

.product-t .box2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-t .box2 ul li {
	width: 31.3%;
	margin-bottom: 50px;
}

.product-t .box2 ul li .pic {
	position: relative;
}

.product-t .box2 ul li .pic .pic-box {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 41px;
	line-height: 41px;
	padding: 0 16px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.product-t .box2 ul li .pic .pic-box::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(15, 29, 150, 1);
}

.product-t .box2 ul li .pic .pic-box .l {
	flex: 1;
	padding-right: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-t .box2 ul li .title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0F1D96;
	line-height: 1;
	margin-top: 18px;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-t .box2 ul li .list-i a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.product-t .box2 ul li .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 14px;
}

.product-t .box2 ul li .list-i {
	width: 50%;
}

.product-t .box2 ul li .list-i a .dot {
	color: #8CCA00;
	/* font-size: 20px; */
}

.product-l {
	padding: 0 0 80px;
	background-color: #f7f6f4;
}

.product-l .box1 {
	margin-top: 28px;
	background-color: #fff;
	padding: 33px 31px 72px;
}

.product-l .box1 li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom: 40px;
}

.product-l .box1 li:last-child {
	margin-bottom: 0;
}

.product-l .box1 li .li-l {
	width: 23.6%;
}

.product-l .box1 li .li-l img {
	width: 100%;
}

.product-l .box1 li .li-r {
	width: 72.5%;
}

.product-l .box1 li .li-r .title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0F1D96;
	line-height: 26px;
	margin-bottom: 9px;
}

.product-l .box1 li .li-r .des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 26px;
}

.product-l .box1 li .li-r .price {
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #FF821D;
	line-height: 1;
	margin-top: 32px;
}

.product-l .box1 li .li-r .details {
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: rgba(15, 29, 150, 0);
	border: 1px solid #BABABA;
	margin-top: 38px;
}

.product-l .box1 li .li-r .details a {
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.product-d {
	background-color: #f7f6f4;
}

.product-d .box1{
	margin-top: 28px;
	background-color: #fff;
	padding: 34px 32px 54px;
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .l{
	display: flex;
	justify-content: space-between;
	width: 437px;
	max-width: 100%;
	height: 299px;
}
.product-d .box1 .l .gallery-thumbs{
	width: 79px;
	height: 299px;
}
.product-d .box1 .l .gallery-top{
	width: 340px;
	height: 299px;
}
.product-d .gallery-top-box{
	position: relative;
}
.product-d .box1 .l .gallery-thumbs .swiper-slide{
	position: relative;
	cursor: pointer;
}
.product-d .box1 .l .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	border: 2px solid rgba(140, 202, 0, 1);
}
.product-d .box1 .l .gallery-thumbs .swiper-slide::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid rgba(236, 236, 236, 1);
	box-sizing: border-box;
}
.product-d .box1 .l .gallery-thumbs .swiper-slide,
.product-d .box1 .l .gallery-top .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-d .box1 .l .gallery-top .swiper-slide{
	border: 1px solid rgba(236, 236, 236, 1);
}
.product-d .box1 .l .gallery-thumbs .swiper-slide img,
.product-d .box1 .l .gallery-top .swiper-slide img{
	max-width: 100%;
}
.product-d .box1 .r{
	flex: 1;
	padding-left: 41px;
}
.product-d .box1 .r .title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0F1D96;
	line-height: 1;
}
.product-d .box1 .r .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	margin-top: 25px;
	height: 118px;
}
.product-d .box1 .r .price{
	margin-top: 24px;
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #FF821D;
	line-height: 1;
}
.product-d .box1 .r .btn{
	margin-top: 50px;
	display: flex;
}
.product-d .box1 .r .btn>div:first-child{
	margin-right: 35px;
}
.product-d .box1 .r .btn>div{
	width: 112px;
	height: 39px;
	background: #8CCB02;
	line-height: 39px;
	text-align: center;
}
.product-d .box1 .r .btn>div a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.product-d .box2{
	padding: 31px 37px 49px;
	margin-top: 39px;
	background-color: #fff;
}
.product-d .box2 ul{
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.product-d .box2 li {
	margin-bottom: 10px;
}
.product-d .box2 li .li-t{
	height: 44px;
	background-color: rgba(249, 249, 249, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px 0 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
.product-d .box2 li .li-t .icon .iconfont{
	display: block;
	color: rgba(153, 153, 153, 1);
	font-size: 24px;
	transform: rotate(180deg);
	transition: all 0.6s;
}
.product-d .box2 li.active .li-t .icon .iconfont{
	transform: rotate(0deg);
	color: rgba(140, 203, 2, 1);
}
.product-d .box2 li .li-c{
	padding: 16px 0 20px;
	display: none;
	width: 637px;
}
.product-d .box2 li .li-t.active + .li-c{
    display:block;
}
.product-d .box2 .back{
	width: 112px;
	height: 39px;
	background: #8CCB02;
	line-height: 39px;
	text-align: center;
	margin: 38px auto 0;
}
.product-d .box2 .back a{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 110%;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.jqZoomPup {
	z-index: 888;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	padding: 20px;
}

div.zoomDiv img {
	display: block;
	margin: 0 auto;
}
.product-o{
	background-color: #F4F3F1;
	padding-bottom: 79px;
}
.product-o .box1{
	margin-top: 28px;
	background-color: #fff;
	padding: 34px 29px;
}
.product-o .box1 .box1-1{
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(207, 207, 207, 1);
}
.product-o .box1 .box1-1 .l{
	width: 654px;
	max-width: 100%;
}
.product-o .box1 .box1-1 .l .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.product-o .box1 .box1-1 .l .text-box{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 2;
	margin-top: 13px;
}
.product-o .box1 .box1-1 .l .text-box span,
.product-o .box1 .box1-3 li span{
	color: rgba(29, 32, 136, 1);
	padding-right: 3px;
}
.product-o .box1 .box1-1 .r img{
	display: block;
	max-width: 100%;
}
.product-o .box1 .box1-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}
.product-o .box1 .box1-2 .l{
	width: 863px;
	max-width: 100%;
}
.product-o .box1 .box1-2 .title,
.product-o .box1 .box1-3 .title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #0D1A77;
	line-height: 1;
}
.product-o .box1 .box1-2 .text-box{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 2;
	margin-top: 6px;
}
.product-o .box1 .box1-2 .r img{
	display: block;
	max-width: 100%;
}
.product-o .box1 .box1-3{
	margin-top: 23px;
}
.product-o .box1 .box1-3 ul{
	display: flex;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 2;
	margin-top: 10px;
	width: 854px;
	max-width: 100%;
	flex-wrap: wrap;
}
.product-o .box1 .box1-3 li{
	margin-right: 35px;
}
.product-o .box1 .box1-4 li{
	margin-right: 0;
	width: 50%;
}
.product-o .box1 .box1-3 .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 2;
}
@media (max-width:1199px) {
	.product-d .box1 .r .text{
		height: auto;
	}
	.product-d .box2 li .li-c{
		overflow-x: scroll!important;
	}
}
@media (max-width:1000px) {
	.product-t .box2 ul li{
		width: 48%;
	}
}
@media (max-width:800px) {
	.product-d .box1{
		flex-wrap: wrap;
	}
	.product-d .box1 .l{
		width: 100%;
	}
	.product-d .box1 .r{
		padding-left: 0;
		margin-top: 30px;
	}
	.product-d .gallery-top-box{
		flex: 1;
	}
	.product-d .box1 .l .gallery-top{
		/* max-width: 100%; */
	}
	div.jqZoomPup{
		display: none;
	}
	.product-l .box1 li .li-l{
		width: 100%;
	}
	.product-l .box1 li{
		flex-wrap: wrap;
	}
	.product-l .box1 li .li-r{
		width: 100%;
		margin-top: 30px;
	}
	.product-o .box1 .box1-2,
	.product-o .box1 .box1-1{
		flex-wrap: wrap;
	}
	.product-o .box1 .box1-2 .r,
	.product-o .box1 .box1-1 .r{
		margin: 15px 0;
	}
	.product-o .box1 .box1-2 .title, .product-o .box1 .box1-3 .title{
		line-height: 1.5;
	}
	.product-o .box1 .box1-4 li{
		width: 100%;
	}
	.product-t .box1{
		padding: 46px 32px;
	}
	.product-t .box1 .btn.buttom-next{
		right: 0px;
	}
	.product-t .box1 .btn.buttom-prev{
		left: 0;
	}
	.product-t .box2{
		padding: 25px 15px ;
	}
}
@media (max-width:600px){
	.product-d .box1 .l .gallery-top{
		width: 280px;
		height: 237px;
	}
	.product-d .box1 .l .gallery-thumbs{
		height: 237px;
	}
	.product-d .box1 .l{
		height: auto;
	}
	.product-t .box2 ul li{
		width: 100%;
	}
}
@media (max-width:500px) {
	.product-t-h .l .input{
		width: 180px;
	}
	.product-o .box1{
		padding: 25px 15px;
	}
	.product-l .box1 li{
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	.product-d .box2,.product-l .box1{
		padding: 25px 15px;
	}
	.product-d .box1{
		padding: 25px 15px 50px;
	}
	.product-d .box1 .l .gallery-thumbs{
		width: 60px;
	}
	.product-d .box1 .l .gallery-top{
		width: 250px;
		height: 211px;
	}
	.product-d .box1 .l .gallery-thumbs{
		height: 211px;
	}
}
@media (max-width:400px) {
	.product-d .box1 .l .gallery-top{
		width: 180px;
		height: 151px;
	}
	.product-d .box1 .l .gallery-thumbs{
		height: 151px;
	}
}