.wrapper #content section .artivle-content #content-main #products ul{
	overflow:hidden;
}
.wrapper #content section .artivle-content #content-main #products ul li{
	width: 23.5%;
    float:left;
	margin-right:1%;
	margin-bottom: 30px;
}
.wrapper #content section .artivle-content #content-main #products ul li:nth-child(4n){
	margin-right:0;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox2 h3{
	text-align:left;
	padding: 10px 0;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox2 h3 a{
	color:#3f3f3f;
	font-size:16px;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox2 p{
	font-size:12px;
	color:#026ea2;
	height: 23px;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox2 article{
	color:#454545;
	font-size:12px;
	height:23px;
}
.wrapper #content section .artivle-content #content-main #products ul li:nth-child{
	margin-right:0;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox1{
	width: 100%;
	overflow: hidden;
    position: relative;
	height:188px;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox1 a{
    display: block;
	background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #fff;

}

.wrapper #content section .artivle-content #content-main #products ul li div.bigbox1 img{
	width: 100%;
	height: 188px;
}
.wrapper #content section .artivle-content #content-main #products ul li div.bigbox1 .txt{
	width: 100%;
	height:0;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
	color: #fff;
}
.wrapper #content section .artivle-content #content-main #products ul li div.bigbox1 .txt img{
	width:auto;
	height:auto;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox1:hover .txt{
	height: 100%;
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox1 .txt h2 a {
	color: rgba(0, 0, 0, 0.8);
	height: 188px;
	line-height: 188px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: rgba(25,25,25,0.6);
}
.wrapper #content section .artivle-content #content-main #products ul li .bigbox1:hover .txt h2 a{
	width: 100%;
	display: block;
}
/***************detail*****************/
.wrapper #content section .artivle-content #content-main .productIntro{
	overflow:hidden;
}
.wrapper #content section .artivle-content #content-main .productIntro #albumBox{
	float:left;
	width: 34%;
    margin: 0 1%;
}
.wrapper #content section .artivle-content #content-main .productIntro #albumBox .img{
	margin-bottom: 15px;
	height:400px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wrapper #content section .artivle-content #content-main .productIntro #albumBox .img img{
	width:100%;
}
.wrapper #content section .artivle-content #content-main .productIntro #albumBox .slick-initialized .slick-slide{
	display: block;
    margin-right: 7px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox{
	float:right;
	width: 60%;
    margin: 0 1%;
	padding: 10px 0;
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox span{
	color: #026ea2;
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox h3{
	color: #232323;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #6F6E6E;
    padding-bottom: 10px;
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox article{
	padding: 10px 0;
    color: #424242;
	font-size: 16px;
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox p{
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox #detail-view{
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox #detail-view p{
}
.wrapper #content section .artivle-content #content-main .productIntro #introBox #detail-view .specification{
}
.wrapper #content section .artivle-content #content-main #product-article{
	width: 98%;
    margin: 30px 1%;
}
.wrapper #content section .artivle-content #content-main #product-article .tabs{
	border-bottom: 1px solid #6F6E6E;
    padding-bottom: 15px;
}
.wrapper #content section .artivle-content #content-main #product-article .tabs li{
	display: inline-block;
    border: 1px solid #5D5D5D;
    padding: 10px 20px;
	margin-bottom: 5px;
}
.wrapper #content section .artivle-content #content-main #product-article .tabs li:hover{
	background: #69aaca;
}
.wrapper #content section .artivle-content #content-main #product-article .tabs li:hover a{
	color:#fff;
}
.wrapper #content section .artivle-content #content-main #product-article .tabs li a{
}
.wrapper #content section .artivle-content #content-main #product-article .tabs li.active{
	background: #026DA2;
}
.wrapper #content section .artivle-content #content-main #product-article .tabs li.active a{
	color:#fff;
}
.wrapper #content section .artivle-content #content-main #product-article #tabs_container{
	 padding: 15px 0;
}
.wrapper #content section .artivle-content #content-main #product-article #tabs_container .tab_content{
	width: 98%;
    margin: 0 1%;
}
.wrapper #content section .artivle-content #content-main #product-article #tabs_container .tab_content img{
	max-width:100% !important;
}
@media screen and (max-width: 778px) {
	.wrapper #content section .artivle-content #content-main #products ul li{
		width: 48.5% !important;
	}
	.wrapper #content section .artivle-content #content-main #products ul li:nth-child(2n){
		margin-right:0;
	}
	.wrapper #content section .artivle-content #content-main .productIntro #albumBox,
	.wrapper #content section .artivle-content #content-main .productIntro #introBox{
		width: 98%;
	}
}
@media screen and (max-width: 450px) {
	.wrapper #content section .artivle-content #content-main #product-article .tabs li{
		padding: 2% 4%;
		width: 40%;
		text-align: center;
	}
	.wrapper #content section .artivle-content #content-main #products ul li .bigbox1 a{
		background-size: auto 70%;
	}
}
@media screen and (max-width: 380px) {
}

