.product-container {
	width: 90% !important;
	min-width:1320px !important;
    margin: 0 auto;
}
/*äº§å“ç³»åˆ—*/
.product-series {
    padding:2% 0;
}
.product-series ul {}
.product-series ul li {
    margin:2% 0;
    overflow: hidden;
    position: relative;
}
.product-series ul li img {
	width: 100%;
    transition: all 1s;
}
.product-series ul li:hover img {
    -webkit-transform: scale(1.05);transform: scale(1.05);
}
.product-series ul li .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    padding:10% 0 0 0;
    background:rgba(0, 0, 0, 0.3);
    transition: all 1s;
    text-align: center;
}

.product-series ul li .txt h2 {
    font-size:30px;
    color:#fff;
    font-family: 'Futura';
	text-transform: uppercase;
}
.product-series ul li .txt h3 {
    font-size:45px;
    color:#fff;
    padding:1.5% 0;
}
.product-series ul li .txt .content {
    padding:0 20%;
    font-size:14px;
    color:#fff;
}
.product-series ul li .txt .more {
    margin:5% 0;
}
.product-series ul li .txt .more a {
    display:inline-block;
    margin:0 0.5%;
    font-size: 14px;
    color: #333;
    background:#fff;
    text-align: center;
    width: 120px;
    line-height: 36px;
    -webkit-border-radius: 25px;
}
.product-series ul li .txt .more a:hover {
    background:#f4de26;
}

/*äº§å“ç³»åˆ—å¾…ä¼šæµ®çª—*/
.series-fix {
        position: fixed;
        left: 0;
        top: 120px;
        width: 90px;
        z-index: 999;
        display: block;
}
.series-fix ul {}
.series-fix ul li {
        width: 90px;
        height: 35px;
        margin:1px 1px 0 0;
        line-height: 35px;
        text-align: center;
        background:#252525;
        transition:transform  0.5s;
}
.series-fix ul li a {
        display:block;
        color:#cac6c6;
        width: 90px;
        height: 40px;
}
.series-fix ul li:hover {
        transform: translate(2px,2px);
        -webkit-transform:translate(2px,2px);
        -moz-transform:translate(2px,2px);
        -ms-transform:translate(2px,2px);
        -o-transform:translate(2px,2px);
}




/*äº§å“åˆ—è¡¨*/
.product-list {
	
}
.product-list ul {
	overflow:hidden;
    margin-top: 0%;
}
.product-list ul li {
    float: left;
    width: 24%;
    margin: 0.5%;
	background: #fff;
	overflow:hidden;
	position:relative;
}

.product-list ul li:nth-of-type(4n){
    margin-right: 0;
}
.product-list ul  li:nth-child(1){animation-delay: 0.3s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(2){animation-delay: 0.4s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(3){animation-delay: 0.5s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(4){animation-delay: 0.6s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(5){animation-delay: 0.7s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(6){animation-delay: 0.8s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(7){animation-delay: 0.9s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(8){animation-delay: 1.0s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(9){animation-delay: 1.1s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(10){animation-delay: 1.2s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(11){animation-delay: 1.3s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul  li:nth-child(12){animation-delay: 1.4s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list ul li .pic {
	height:317px;
	line-height: 317px;
	text-align: center;
	background:#f6f6f6;
	overflow:hidden;
    transition: all 0.5s;
}
.product-list ul li .pic img{
	max-width:317px;
	max-height:317px;
	/* object-fit: cover; */
}
.product-list ul  li:hover .pic{
	opacity:1;
}
.product-list ul  li .effectpic {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height: 317px;
	overflow: hidden;
	opacity:0;
	transition: all 1s;
}
.product-list ul  li .effectpic img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-list ul  li:hover .effectpic {
	opacity:1;
}
.product-list ul li p {
}

.product-list ul li .p1 {
	margin:4px 0;
	text-align: center;
}
.product-list ul li .p1 .t1 {
	font-size:16px;
	color:#000;
	font-weight: 600;
}
.product-list ul li .p1 .t2 {
	color:#666;
	padding-left:20px;
}
.product-list ul li .p2 {
	margin:4px 0;
}
.product-list ul li .p2 .t1 {
	font-size:16px;
}
.product-list ul li .p2 .t2 {
	color:#666;
	padding-left:20px;
}




/*äº§å“è¯¦æƒ…é¡µ*/

.product-artilce {
	background:#f6f6f6;
	background: url(../images/home-cp-bg1.jpg) no-repeat top center;
	background-size: cover;
}
.product-artilce .product-content {padding-top:3%;}

/*äº§å“è¯¦æƒ…é¡µ-è½®æ’­å›¾*/
.product-artilce .product-photo {
	position: relative;
	width: 39%;
	/* height: 396px; */
	overflow: hidden;
}
.product-artilce .product-photo .item-photo {
	width: 100%;
	/* height: 396px; */
	text-align:center;
	overflow: hidden;
	position:relative;
}
.product-artilce .product-photo .item-photo img {
	max-width: 100%;
	/* max-height:396px; */
}
.product-artilce .product-photo .item-photo a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background:rgba(0, 0, 0, 0.0) url(../images/bigplay.svg) no-repeat center -500px;
    background-size: 30px;
	transition: all 1s;
}
.product-artilce .product-photo .item-photo a:hover:after {
    display:block;
    background:rgba(0, 0, 0, 0.2) url(../images/bigplay.svg) no-repeat center center;
    background-size: 30px;
}

.product-artilce .product-photo .swiper-pagination-bullet-active {background: #ee0718;}



.product-artilce h2.tit {
	font-size: 20px;
	color: #e6e6e6;
	font-weight: bold;
	padding:20px 0 20px 30px;
	margin: 20px 0;
	/* border-bottom: solid 1px #d9d9d9; */
	background: url(../images/more-icon.svg) no-repeat left center;
	background-size:19px;
}

.product-artilce .effect {
	margin-bottom:50px;
}
.product-artilce .effect .effect-photo {
	padding: 10px 0 30px 0;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}
.product-artilce .effect .effect-photo img {
	display:block;
	max-width:800px;
	height:auto !important;
	margin:5px auto;
}
/*äº§å“è¯¦æƒ…é¡µ-äº§å“å±žæ€§*/
.product-artilce .product-txt {
	width:60%;
}
.product-artilce .product-introduce {
	/* margin:2% auto; */
	padding:2%;
	/* background: #fff; */
}

.product-artilce .product-introduce ul {
    margin-bottom: 2%;
}
.product-artilce .product-introduce ul li {
	float:left;
	width:48%;
	padding:10px;
}
.product-artilce .product-introduce ul li  span{
	display:inline-block;
	font-size: 16px;
	color: #e6e6e6;
	max-width: 380px;
	position:relative;
}
.product-artilce .product-introduce ul li .p1 {}
.product-artilce .product-introduce ul li .p2 {padding-left:10px;color: #ffffff;}
.product-artilce .product-introduce ul li  p {
	float:left;
	width:14.2%;
	min-width: 70px;
	max-width:75px;
	text-align:center;
}
.product-artilce .product-introduce ul li  p img {
	display:block;
	margin:0 auto;
}
