.product{
	margin-top: 40px;
}
.product .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.product .box1 .l{
	width: 260px;
}
.product .box1 .l-title{
	background: #4C86C3;
	line-height: 60px;
	padding: 0 20px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.product .box1 .l-nav{
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	margin-bottom: 30px;
	background-color: white;
}
.product .box1 .l-nav li{
	border-bottom: 1px solid #E2E2E2;
}
.product .box1 .l-nav li:hover,
.product .box1 .l-nav li.active{
	background-color: rgba(100, 165, 234, .15);
}
.product .box1 .l-nav li a{
	display: block;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.product .box1 .l-msg{
	padding: 26px 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	border: 1px solid rgba(226, 226, 226, 1);
	background-color: white;
}
.product .box1 .l-msg li:not(:last-child){
	margin-bottom: 12px;
}
.product .box1 .r{
	flex: 1;
	margin-left: 60px;
	padding-bottom: 80px;
}
.product .box1 .r .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box1 .r .list li,
.product .box1 .r .list i{
	width: 31.53%;
}
.product .box1 .r .list li{
	border: 1px solid #E2E2E2;
	margin-bottom: 30px;
}
.product .box1 .r .list li .pic img{
	display: block;
	width: 100%;
}
.product .box1 .r .list li .text-box{
	padding: 20px 30px;
}
.product .box1 .r .list li:hover .text-box{
	background-color: rgba(76, 134, 195, 1);
}
.product .box1 .r .list li .text-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product .box1 .r .list li:hover .text-title,
.product .box1 .r .list li:hover .text-des,
.product .box1 .r .list li:hover .details{
	color: #fff;
}
.product .box1 .r .list li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box1 .r .list li .details{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 13px;
	padding-top: 20px;
	border-top: 1px solid rgba(226, 226, 226, 1);
}
.product .box1 .r .list li .details .icon-jiantou_xiangyou_o{
	font-size: 20px;
	font-weight: bold;
}
.product .box1 .r .pagination{
	margin-top: 30px;
}
.product .box1 .r1{
	width: 77.14%;
	padding-top: 60px;
	margin-left: 30px;
}
.product-d-main{
	background-color: rgba(247, 247, 247, 1);
	padding-top: 100px;
}
.product .box1 .r1 .r1-box1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product .box1 .r1 .r1-box1-l{
	position: relative;
	width: 48.7%;
}
.product .box1 .r1 .r1-box1-l .gallery-thumbs{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 15.2%;
}
.product .box1 .r1 .r1-box1-l .gallery-thumbs .swiper,
.product .box1 .r1 .r1-box1-l .gallery-top .swiper{
	height: 100%;
	width: 100%;
}
.product .box1 .r1 .r1-box1-l .gallery-top{
	width: 81.74%;
}
.product .box1 .r1 .r1-box1-l .gallery-top .swiper-slide .pic,
.product .box1 .r1 .r1-box1-l .gallery-thumbs .swiper-slide .pic{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box1 .r1 .r1-box1-l .gallery-top .swiper-slide .pic img,
.product .box1 .r1 .r1-box1-l .gallery-thumbs .swiper-slide .pic img{
	display: block;
	max-width: 100%;
}
.product .box1 .r1 .r1-box1-r{
	width: 44.44%;
	padding-top: 30px;
}
.product .box1 .r1 .r1-box1-r .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product .box1 .r1 .r1-box1-r .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-top: 52px;
}
.product .box1 .r1 .r1-box1-r a{
	display: block;
	width: 200px;
	line-height: 45px;
	background: #4C86C3;
	border: 1px solid #4C86C3;
	border-radius: 23px;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 74px;
}
.product .box1 .r1 .r1-box2{
	margin-top: 80px;
}
.product .box1 .r1 .r1-box2 .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product .box1 .r1 .r1-box2 .text{
	margin-top: 9px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.product .box1 .r1 .r1-box2 .text-des{
}
.product .box1 .r1 .r1-box2 .text-box:not(:last-child){
	margin-bottom: 40px;
}
.product .box1 .r1 .r1-box2 .text-box{
	width: 100%;
	overflow: auto;
}
.product .box1 .r1 .r1-box2 .text-box table.table1{
	width: 985px;
}
.product .box1 .r1 .r1-box2 .text-box table{
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400 !important;
	color: #333333;
	line-height: 30px;
	border: 1px solid rgba(226, 226, 226, 1);
	border-right: none;
	border-bottom: none;
	margin-top: 20px;
}
.product .box1 .r1 .r1-box2 .text-box table th,
.product .box1 .r1 .r1-box2 .text-box table td{
	min-height: 60px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
	border-right: 1px solid rgba(226, 226, 226, 1);
	font-weight: 400 !important;
}
.product .box1 .r1 .r1-box2 .text-box table.table2{
	width: 756px;
}
.product .box1 .r1 .r1-box3{
	margin-top: 52px;
}
.product .box1 .r1 .r1-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 19px;
	border-bottom: 2px solid rgba(76, 134, 195, 1);
}
.product .box1 .r1 .r1-box3 .img{
	margin-top: 40px;
}
.product .box1 .r1 .r1-box3 .img img{
	display: block;
	max-width: 100%;
}
.product .box1 .r1 .r1-box4{
	margin-top: 80px;
}
.product .box1 .r1 .r1-box4 .r1-box4-c{
	margin-top: 40px;
}
.product .box1 .r1 .r1-box4 .r1-box4-c .list{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-right: none;
}
.product .box1 .r1 .r1-box4 .r1-box4-c .list li{
	position: relative;
	width: 20%;
	padding: 92px 0;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
.product .box1 .r1 .r1-box4 .r1-box4-c .list li .icon .iconfont{
	font-size: 50px;
	color: rgba(51, 51, 51, 1);
}
.product .box1 .r1 .r1-box4 .r1-box4-c .list li .text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 20px;
}
.product .box1 .r1 .r1-box4 .r1-box4-c .list li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #4C86C3;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.3);
	opacity: 0;
	z-index: 2;
}
.product .box1 .r1 .r1-box4 .r1-box4-c .list li:hover .li-box{
	opacity: 1;
}
.product .box1 .r1 .r1-box5{
	margin-top: 80px;
}
.product .box1 .r1 .r1-box5 .r1-box5-c{
	margin-top: 40px;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li,
.product .box1 .r1 .r1-box5 .r1-box5-c .list i{
	width: 32%;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li:hover{
	background-image: url(../img/product-d-box5-bg.jpg);
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li a{
	display: block;
	padding: 35px 30px 30px;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li:hover .text-title,
.product .box1 .r1 .r1-box5 .r1-box5-c .list li:hover .text-des,
.product .box1 .r1 .r1-box5 .r1-box5-c .list li:hover .details{
	color: #fff;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 90px;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li .details{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 13px;
}
.product .box1 .r1 .r1-box5 .r1-box5-c .list li .details .iconfont{
	font-weight: bold;
	font-size: 20px;
}
.product .box1 .r1 .r1-box6{
	margin-top: 80px;
}
.product .box1 .r1 .r1-box6 .r1-box6-c{
	margin-top: 52px;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li,
.product .box1 .r1 .r1-box6 .r1-box6-c .list i{
	width: 32.03%;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li:hover{
	background: #F6F7FB;
	box-shadow: 6px 8px 15px 0px rgba(51,51,51,0.1);
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li a{
	display: flex;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li .pic{
	width: 57.8%;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li .pic img{
	width: 100%;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	min-height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li .details{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 20px;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li:hover .details{
	color: #4C86C3;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li .details .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.product .box1 .r1 .r1-box6 .r1-box6-c .list li .text-box{
	flex: 1;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.product .common-box2{
	margin-top: 80px;
}
@media (max-width:1199px) {
	.product .box1 .l{
		display: none;
	}
	.product .box1 .r{
		margin-left: 0;
	}
	.product .box1 .r1{
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}
	.product .box1 .r1 .r1-box1-r{
		padding-top: 0;
	}
	.product .box1 .r1 .r1-box1-r .des{
		margin-top: 20px;
	}
	.product .box1 .r1 .r1-box1-r a{
		margin-top: 30px;
	}
	.product .box1 .r1 .r1-box1-r .title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.product .box1 .r .list li .text-box{
		padding: 20px;
	}
	.product .box1 .r1 .r1-box1-r{
		flex: 1;
		margin-left: 30px;
	}
	.product-d-main{
		padding-top: 58px;
	}
	.product .box1 .r1 .r1-box1-r .title{
		font-size: 26px;
	}
	.product .box1 .r1 .r1-box2,.product .common-box2{
		margin-top: 60px;
	}
	.product .box1 .r1 .r1-box2 .text-box:not(:last-child){
		margin-bottom: 30px;
	}
	.product .box1 .r1 .r1-box4 .r1-box4-c .list li .text,
	.product .box1 .r1 .r1-box4 .r1-box4-c .list li .li-box{
		font-size: 20px;
	}
	.product .box1 .r1 .r1-box5 .r1-box5-c .list li a{
		padding: 20px;
	}
	.product .box1 .r1 .r1-box6 .r1-box6-c .list li{
		margin-bottom: 20px;
	}
	.product .box1 .r1 .r1-box6 .r1-box6-c .list li, .product .box1 .r1 .r1-box6 .r1-box6-c .list i{
		width: 48%;
	}
	
}
@media (max-width:768px) {
	.product .box1 .r1 .r1-box6 .r1-box6-c .list li, .product .box1 .r1 .r1-box6 .r1-box6-c .list i{
		width: 100%;
	}
	.product .box1 .r .list li, .product .box1 .r .list i,
	.product .box1 .r1 .r1-box5 .r1-box5-c .list li, .product .box1 .r1 .r1-box5 .r1-box5-c .list i{
		width: 48%;
	}
	.product{
		margin-top: 30px;
	}
	.product .box1 .r1 .r1-box1{
		flex-direction: column;
	}
	.product .box1 .r1 .r1-box1-l{
		width: 100%;
	}
	.product .box1 .r1 .r1-box1-r{
		margin: 30px 0 0;
		width: 100%;
	}
	.product .box1 .r1 .r1-box1-r .title{
		font-size: 24px;
	}
	.product .box1 .r1 .r1-box1-r a{
		line-height: 40px;
	}
	.product .box1 .r1 .r1-box2,.product .common-box2{
		margin-top: 50px;
	}
	.product .box1 .r1 .r1-box2 .text-box:not(:last-child){
		margin-bottom: 25px;
	}
	.product .box1 .r1 .r1-box3,.product .box1 .r1 .r1-box4,
	.product .box1 .r1 .r1-box5,.product .box1 .r1 .r1-box6{
		margin-top: 50px;
	}
	.product .box1 .r1 .r1-box4 .r1-box4-c .list li{
		padding: 40px 0;
	}
	.product .box1 .r1 .r1-box4 .r1-box4-c .list li .icon .iconfont{
		font-size: 30px;
	}
	.product .box1 .r1 .r1-box4 .r1-box4-c .list li .text{
		margin-top: 10px;
	}
	.product .box1 .r1 .r1-box4 .r1-box4-c .list li .text, .product .box1 .r1 .r1-box4 .r1-box4-c .list li .li-box{
		font-size: 16px;
	}
	.product .box1 .r1 .r1-box6 .r1-box6-c{
		margin-top: 40px;
	}
}
@media (max-width:500px) {
	.product .box1 .r .list li, .product .box1 .r .list i,
	.product .box1 .r1 .r1-box5 .r1-box5-c .list li, .product .box1 .r1 .r1-box5 .r1-box5-c .list i{
		width: 100%;
	}
	.product{
		margin-top: 20px;
	}
	.product .box1 .r1 .r1-box1-r .title{
		font-size: 22px;
	}
	.product .box1 .r1 .r1-box2{
		margin-top: 40px;
	}
	.product .box1 .r1 .r1-box2 .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.product .box1 .r1 .r1-title{
		font-size: 22px;
	}
	.product .box1 .r1 .r1-box3,.product .box1 .r1 .r1-box4,
	.product .box1 .r1 .r1-box5,.product .box1 .r1 .r1-box6,.product .common-box2{
		margin-top: 40px;
	}
	.product .box1 .r1 .r1-box4 .r1-box4-c{
		margin-top: 30px;
	}
	.product .box1 .r1 .r1-box5 .r1-box5-c{
		margin-top: 30px;
	}
	.product .box1 .r1 .r1-box6 .r1-box6-c{
		margin-top: 30px;
	}
}