.product .box2 {
	margin-top: 45px;
	text-align: center;
}

.product .box2 .list {
	display: inline-flex;
	overflow: hidden;
	border-radius: 77px;
	background-color: rgba(245, 250, 255, 1);
}

.product .box2 .list li {
	width: 220px;
}

.product .box2 .list li a {
	display: block;
	line-height: 60px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #2066B1;
}

.product .box2 .list li.active {
	background-color: rgba(32, 102, 177, 1);
}

.product .box2 .list li.active a {
	color: #fff;
}

.product .box1 {
	padding: 49px 0 40px;
}

.product .box1 .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 27px;
}

.innerNavList .swiper-slide {
	/* font-size: 16px; */
}

.productDetails {
	background-color: RGBA(252, 252, 252, 1);
	padding-bottom: 74px;
}
.productSelection1{
	background-color: #fff;
}
.productSelection1 .box1{
	margin-top: 32px;
}
.productDetails .box1 .box-c {
	display: flex;
	justify-content: space-between;
}

.productDetails .box1 .box-c .l1,
.productDetails .box1 .box-c .l {
	width: 40%;
}

.productDetails .box1 .box-c .l img {
	max-width: 100%;
	display: block;
}

.productDetails .box1 .box-c .l1 .galleryTop {
	position: relative;
}

.productDetails .box1 .box-c .l1 .swiper-slide {
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.productDetails .box1 .box-c .l1 .galleryTop .swiper-slide {
	padding-top: 64.46%;
}

.productDetails .box1 .box-c .l1 .swiper-slide .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productDetails .box1 .box-c .l1 .swiper-slide-thumb-active {
	/* outline: 1px solid #2066B1; */
}

.productDetails .box1 .box-c .l1 .swiper-slide .pic img {
	max-width: 100%;
	max-height: 100%;
}

.productDetails .box1 .box-c .l1 .galleryThumbs {
	position: relative;
	margin-top: 13px;
	padding: 0 34px;
}

.productDetails .box1 .box-c .l1 .galleryThumbs .swiper-slide {
	padding-top: 20.52%;
}

.productDetails .box1 .box-c .l1 .galleryThumbs .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: rgba(217, 217, 217, 1);
}

.productDetails .box1 .box-c .l1 .galleryThumbs .btn:hover {
	color: #2066B1;
}

.productDetails .box1 .box-c .l1 .galleryThumbs .btn-prev {
	left: 0;
}

.productDetails .box1 .box-c .l1 .galleryThumbs .btn-next {
	right: 0;
}

.productDetails .box1 .box-c .r {
	width: 56.42%;
	display: flex;
	flex-direction: column;
}

.productDetails .box1 .box-c .r-t {
	display: flex;
	flex: 1;
}

.productDetails .box1 .box-c .r-t-l {
	flex: 1;
	max-width: 635px;
}

.productDetails .box1 .box-c .r-t-l .text-title {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	/* font-size: 30px; */
	color: #333333;
	line-height: 1.15;
}

.productDetails .box1 .box-c .r-t-l .text-des {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 22px;
}

.productDetails .box1 .box-c .r-t-r {
	margin-left: 30px;
	width: 30.37%;
	align-self: center;
}

.productDetails .box1 .box-c .r-t-r a {
	display: block;
	line-height: 38px;
	border-radius: 35px;
	border: 1px solid #2066B1;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #2066B1;
	text-align: center;
	transition: all .6s;
}

.productDetails .box1 .box-c .r-t-r a:not(:last-child) {
	margin-bottom: 17px;
}

.productDetails .box1 .box-c .r-t-r a:hover,
.productDetails .box1 .box-c .r-t-r a.productSelectionBtn {
	background-color: rgba(32, 102, 177, 1);
	color: #fff;
}

.productDetails .box1 .box-c .r-t-r .container:not(:last-child) {
	margin-bottom: 45px;
}

.productDetails .box1 .box-c .r-t-r .text-title {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 20px;
	color: #2066B1;
	line-height: 28px;
	margin-bottom: 18px;
}

.productDetails .box1 .box-c .r-b {
	margin-top: 25px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 20px;
	color: #2066B1;
	line-height: 1;
}

.productDetails .box1 .box-c .r-b .items {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.productDetails .box1 .box-c .r-b .item {
	min-width: 110px;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	transition: all .6s;
}

.productDetails .box1 .box-c .r-b .item:hover {
	color: #2066B1;
}

.productDetails .box1 .box-c .r-b .item .iconfont {
	color: rgba(32, 102, 177, 1);
	font-size: 26px;
	margin-right: 5px;
}

.productDetails .box2 {
	margin-top: 40px;
}

.productDetails .box2 .box-c {
	overflow: auto;
}

.productTable {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	min-width: 1400px;
}

.productTable th {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	padding: 20px 15px;
	background-color: rgba(32, 102, 177, 1);
}
.productTable th,
.productTable td{
	border-right: 1px solid rgba(255,255,255,.3);
}
.productTable td:first-child,
.productTable th:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
}

.productTable td {
	padding: 5px 15px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.productTable td img{
	max-width: 100px;
	max-height: 70px;
	display: block;
}
.productTable td .icon-sanjiaoxing{
	color: #2066B1;
	font-size: 18px;
	display:inline-block;
	transition: all .6s;
	cursor: pointer;
}
.productTable .parent-tr.active td .icon-sanjiaoxing{
	transform: rotate(-180deg)
}
.productTable td .icon-sanjiaoxing{
	color: #2066B1;
	font-size: 18px;
	display:inline-block;
}
.productTable td .name {
	color: #2066B1;
	text-decoration-line: underline;
}

.productTable td .pdf .iconfont {
	color: rgba(32, 102, 177, 1);
	font-size: 34px;
}

.productTable td.unfold {
	cursor: pointer;
}

.productTable td.unfold .iconfont {
	color: rgba(194, 194, 194, 1);
	vertical-align: middle;
}

.productTable tr {
	border-bottom: 1px solid RGBA(237, 237, 237, 1);
}

.productTable tr.parent-tr {
	
}

.productTable tr.parent-tr.active,
.productTable tr.child-tr {
	background: #F8F8F8;
}
.productTable tr td{
	background-color: #fff;
}
.productTable tr.child-tr td{
	background: rgba(32, 102, 177, .05);
}
.productTable tr.active td{
	background: rgba(32, 102, 177, .2);
}
.productTable tr.active td.unfold,
.productTable tr.active td.unfold .iconfont {
	color: #2066B1;
}

.productTable tr.child-tr {
	display: none;
}

.productDetails .box2 .pagination {
	margin-top: 58px;
}

.productDetails .box3 .title {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	color: #2066B1;
}

.productDetails .box3,
.productDetails .box3 .box-c {
	margin-top: 43px;
}

.productDetails .box3 .box-c .list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
}

.productSelection .box1 {
	padding: 25px 0 67px;
}

.productSelection .box1 .resetBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 auto;
	width: 80px;
	height: 40px;
	border-radius: 47px 47px 47px 47px;
	border: 1px solid #EDA4A4;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #FF0000;
	line-height: 30px;
	cursor: pointer;
}

.productSelection .box1 .resetBtn .iconfont {
	font-size: 18px;
	font-weight: bold;
	margin-left: 3px;
}

.productSelection .box1 .box-t {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 14px;
	margin-top: 13px;
}
.productSelection .box1 .box-t.box-t1{
	grid-template-columns: repeat(3,1fr);
}

.productSelection .box1 .item {
	background-color: rgba(250, 250, 250, 1);
	padding: 24px 34px;
}
.productSelection .box1 .box-t .item{
	grid-column: 7/9;
}
.productSelection .box1 .box-t.box-t1 .item{
	grid-column: auto;
}
.productSelection .box1 .box-t .item1 {
	grid-column: 1/4;
}
.productSelection .box1 .box-t .item2 {
	grid-column: 4/7;
}
.productSelection .box1 .item-t .title {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
}

.productSelection .box1 .item-c {
	margin-top: 20px;
	/* max-height: 200px; */
	/* overflow: auto; */
}

.productSelection .box1 .box-t .item-c .sliderwrapBox {
	display: flex;
	align-items: center;
}

.productSelection .box1 .box-t .item-c .sliderwrap-l {
	padding-top: 23px;
	flex: 1;
}

.productSelection .box1 .box-t .item-c .layui-slider-bar,
.productSelection .box1 .box-t .item-c .layui-slider {
	background-color: rgba(32, 102, 177, 1) !important;
	height: 1px;
}

.productSelection .box1 .box-t .item-c .layui-slider-bar {
	position: relative;
}

.productSelection .box1 .box-t .item-c .layui-slider-bar::before {
	position: absolute;
	content: "";
	left: 0;
	top: -10px;
	width: 20px;
	height: 20px;
	background: rgba(32, 102, 177, 0.2);
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
	z-index: 3;
	box-sizing: border-box;
	transform: translateX(-50%);
}

.productSelection .box1 .box-t .item-c .layui-slider-bar::after {
	position: absolute;
	content: "";
	left: 0;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #2066B1;
	z-index: 3;
	top: -6px;
}

.productSelection .box1 .box-t .item-c .sliderwrap-l .number {
	display: flex;
	justify-content: space-between;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
}

.productSelection .box1 .box-t .item-c .sliderwrap-l .layui-slider-wrap-btn {
	background-color: #2066B1;
	border-color: #2066B1 !important;
}

.productSelection .box1 .box-t .item-c .sliderwrap-l .layui-slider-wrap {
	width: 20px;
	height: 20px;
	background-color: rgba(32, 102, 177, 0.20);
	border-radius: 50%;
	top: -10px;
}
.productSelection .box1 .box-t .item-c .sliderwrap-l .layui-slider-wrap::before{
    position: absolute;
    content:attr(data-content-before);
    font-size: 14px;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%,-130%);
    color: #666;
    /*content: "2";*/
}
.productSelection .box1 .box-t .item-c .sliderwrap-l .layui-slider-wrap:last-child::before{
	top:-10px;
}
.productSelection .box1 .box-t .item-c .sliderwrap-l .layui-slider-tips {
	/* display: block !important; */
	background-color: transparent;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	top: -34px;
}

.productSelection .box1 .box-t .item-c .sliderwrap-l .layui-slider-tips:after {
	display: none;
}
.productSelection .box1 .box-t .item-c .sliderwrap-r{
	margin-left: 49px;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.productSelection .box1 .box-t .item-c .sliderwrap-r input{
	width: 18px;
	height: 18px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #666666;
	margin-right: 5px;
}
.productSelection .box1 .item-c .inputs{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.productSelection .box1 .item-c .inputs .input{
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	text-align: left;
}
.productSelection .box1 .item-c .inputs .input input{
	margin-right: 10px;
	width: 18px;
	height: 18px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #333333;
}
.productSelection .box1 .box-c{
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 14px;
}
.productSelection .box1 .box-c .item-c .inputs{
	display: block;
	max-height: 170px;
	overflow: auto;
}
.productSelection .box1 .box-c .item-c .inputs .input:not(:last-child){
	margin-bottom: 11px;
}
.productSelection .box1 .item-t{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.productSelection .box1 .item-t .resetBtn1{
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	transition: all .6s;
}
.productSelection .box1 .item-t .resetBtn1 .icon-guanbi{
	margin-left: 4px;
}
.productSelection .box1 .item-t .resetBtn1:hover{
	color: #2066B1;
}
.productSelection .box1 .box-b{
	overflow: auto;
}
.productSelection .box1  .pagination{
	margin-top: 60px;
}
@media (max-width:1199px) {
	.productDetails .box3 .box-c .list,
	.product .box1 .list{
		grid-template-columns: repeat(3,1fr);
	}
	.productDetails .box3 .box-c,
	.productDetails .box2 .pagination{
		margin-top: 45px;
	}
	.productSelection .box1 .item{
		padding: 20px;
	}
	.productSelection .box1 .item-t .title{
		font-size: 14px;
	}
	.productSelection .box1  .pagination{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
    .product .box2 .list li{
		flex: 1;
	}
	.product .box2 .list{
		max-width: 100%;
		/* width: 100%; */
	}
	.productSelection .box1  .pagination{
		margin-top: 40px;
	}
	.productSelection .box1{
		padding-bottom: 60px;
	}
	.productSelection .box1 .box-t .item-c .sliderwrapBox{
		padding-left: 5px;
	}
	.productSelection .box1 .box-c{
		grid-template-columns: repeat(2,1fr);
	}
	.productSelection .box1 .box-t{
		grid-template-columns: repeat(5,1fr);
	}
	.productSelection .box1 .box-t .item{
		grid-column: 4/6;
	}
	.productSelection .box1 .box-t .item1{
		grid-column: 1/6;
	}
	.productSelection .box1 .box-t .item2{
		grid-column: 1/4;
	}
	
	.productDetails .box3 .box-c,
	.productDetails .box2 .pagination{
		margin-top: 40px;
	}
	.productTable td,
	.productTable th{
		padding: 10px;
	}
	.productTable td img{
		max-width: 80px;
		max-height: 80px;
	}
	.productDetails .box1 .box-c .r-t{
		flex-direction: column;
	}
	.productDetails .box1 .box-c .r-t-r{
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}
	.productDetails .box1 .box-c .r-t-r .container:not(:last-child){
		margin-bottom: 20px;
	}
	.productDetails .box1 .box-c .r-t-r a{
		min-width: 120px;
		display: inline-block;
	}
	.productDetails .box1 .box-c .r-b .item{
		min-width: 0;
	}
	.productDetails .box1 .box-c .r-t-l .text-des{
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width:768px) {
    .product .box2 .list li a{
		line-height: 50px;
		font-size: 14px;
	}
	.product .box2 .list{
		border-radius: 25px;
	}
	.product .box2{
		margin-top: 40px;
	}
	.productSelection .box1  .pagination{
		margin-top: 30px;
	}
	.productSelection .box1{
		padding-bottom: 50px;
	}
	.productDetails .box3 .box-c,
	.productDetails .box2 .pagination{
		margin-top: 30px;
	}
	.productDetails .box1 .box-c{
		flex-direction: column;
	}
	.productDetails .box1 .box-c .l1, .productDetails .box1 .box-c .l{
		width: 100%;
	}
	.productDetails .box3 .box-c .list,
	.product .box1 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.productDetails .box1 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.productDetails .box1 .box-c .r-t-l .text-des{
		margin-top: 3px;
	}
	.productDetails .box1 .box-c .r-t-r{
		margin-top: 25px;
	}
	.productDetails .box1 .box-c .r-b,
	.productDetails .box1 .box-c .r-t-r .text-title{
		font-size: 18px;
	}
	.productDetails .box1 .box-c .r-t-r .text-title{
		margin-bottom: 8px;
	}
	.productDetails .box1 .box-c .r-t-r a:not(:last-child){
		margin-bottom: 0;
	}
	.productDetails .box1 .box-c .r-b .item .iconfont{
		font-size: 22px;
	}
	.innerNavList .swiper-slide{
	    font-size: 14px;
	}
}
@media (max-width: 500px) {
    .product .box2{
		margin-top: 30px;
	}
	.product .box2 .list li a{
		line-height: 40px;
	}
	.qa-box2{
		padding-bottom: 40px;
	}
	.product .box2{
		margin-top: 30px;
	}
	.productDetails .box3{
		margin-top: 40px;
	}
	.productSelection .box1 .box-t.box-t1{
		grid-template-columns: repeat(1,1fr);
	}
	.productSelection .box1  .pagination{
		margin-top: 25px;
	}
	.productSelection .box1{
		padding-bottom: 40px;
	}
	.productSelection .box1 .box-t .item,
	.productSelection .box1 .box-t .item2{
		grid-column: 1/6
	}
	.productSelection .box1 .item-c{
		margin-top: 10px;
	}
	.productDetails .box3 .box-c,
	.productDetails .box2 .pagination{
		margin-top: 25px;
	}
	.product .box1{
		padding-top: 40px;
	}
	.productDetails .box3 .box-c .list,
	.product .box1 .list{
		gap: 15px;
	}
}