.banner {
    /*margin-bottom: 35px;*/
    text-align: center;
}

.banner img {
    margin: 0 auto;
}

.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../images/index/banner_arrow.png') no-repeat;
    width: 50px;
    height: 86px;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
}

.no-svg .banner .slick-prev,
.no-svg .banner .slick-next {
    background-image: url('../images/index/banner_arrow.png')
}

.sect .banner .slick-prev {
    background-position: 0 0;
    left: 2%;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 2%;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.sect1,
.sect2,
.sect3,
.sect4,.sect6 {
    padding: 25px 0 40px;
}

.sect-title {
    text-align: center;
    line-height: 30px;
    margin-bottom: 40px;
}

.sect-title i {
    display: block;
}

.sect-title .mtitle_cn {
    display: block;
    font-size: 19px;
}

.sect-title .mtitle_en {
    display: block;
    font-size: 26px;
}


/*sect1*/

.brands-list li {
    width: calc(100% / 6 - 9px);
    margin-right: 10px;
    float: left;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.brands-list li:nth-child(6n+6) {
    margin-right: 0;
}

.brands-list li a {
    transition: all .2s;
}

.brands-txt {
    text-align: center;
    color: #AB1032;
    font-size: 14px;
    line-height: 38px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -100px;
    transition: all .2s;
}

.brands-txt span {
    font-size: 15px;
}

.brands-list li a:hover .brands-txt {
    bottom: 0;
}

.brands-list li a:hover img {
    opacity: .1;
}


/*sect2*/

.sect2 {
    padding: 25px 0 0;
    background:rgb(255,255,255);
}

.success-list.type2 {
    margin: 0 -18px;
}

.success-list.type2 .item {
    width: 25%;
    padding: 0 18px 35px;
}

.success-list.type2 .item:nth-child(4n+1) {
    clear: left;
}

.success-list.type2 .pic-box {
    position: relative;
    overflow: hidden;
}

.success-txt {
    text-align: center;
    color: #AB1032;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -100px;
    transition: all .2s;
}

.success-txt span {
    font-size: 15px;
}

.success-list .txt {
	font-size: 12px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.success-list .txt .title {
    font-size: 18px;
    margin: 5px 0;
}

.success-list li a:hover .success-txt {
    bottom: 0;
}

.success-list li a:hover img {
    opacity: .1;
}

.site-footer{
	background:rgb(223,223,223);
}
/*sect3*/

.sect3 {
    background:rgb(231,231,231);
}

.news-list li {
    width: calc(100% / 3 - 28px);
    margin-right: 42px;
    background: #fff;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
}

.news-list li:nth-child(3n+3) {
    margin-right: 0;
}

.news-list li .pic {
    transition: all .3s;
}

.news-list li .txt {
    padding: 10px 20px 20px;
    overflow: hidden;
}

.news-list li .title {
    font-size: 18px;
    margin-bottom: 6px;
}

.news-list li .description {
    font-size: 12px;
    margin-bottom: 20px;
    height: 62px;
    overflow: hidden;
}

.news-list li .news-more {
    width: 110px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #AB1032;
    border-radius: 5px;
}

.news-list li:hover .pic {
    opacity: .4;
}

.news-list li:hover .title {
    color: #AB1032;
}

.news-list li .news-more:hover {
    background: #989898;
}


/*sect4*/

.products-list.type2 {
    margin: 0 -18px;
}

.products-list.type2 .item {
    width: 25%;
    padding: 0 18px 35px;
}

.products-list.type2 .item:nth-child(4n+1) {
    clear: left;
}

.products-list .txt {
    padding-top: 10px;
    border-top: 3px solid #AB1032;
}

.products-list .name {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #A5A5A5;
}

.product-txt {
    color: #777;
    padding: 10px 0 0 0;
	font-size: 12px;
	margin-bottom: 20px;
    height: 80px;
    overflow: hidden;
}

.product-format {
    color: #AB1032;
    display: none;
    margin: 10px 0;
}

.products-list .box:hover .name {
    color: #AB1032;
}

.products-list .box .pic-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.products-list .box:hover .pic {
    opacity: 0.2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.detail-txt {
    text-align: center;
    color: #AB1032;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -60px;
    transition: all .2s;
}

.detail-txt span {
    font-size: 15px;
}

.products-list .box:hover .detail-txt {
    bottom: 0;
}
.product_class_list{
    margin: 0 -10px;
}
.sect5{
	padding-top:50px;
	background:rgb(247,247,247);
}
.sect6{
	background:rgb(239,239,239);
}
.product_class_list .item{
    width: 25%;
    padding:0 10px;
}
.product_class_list .item:nth-child(4n+1){
    clear: both;
}
.product_class_list .item .box{
    max-width: 250px;
    margin:0 auto 50px;
	position:relative;
}
.product_class_list a.cover{
	    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;

}
.product_class_list .item .box .pic{
    /* border-radius: 50%; */
    overflow: hidden;
    transition: all .3s;
    height: 0;
    padding-bottom: 75%;
	position:relative;
}
.product_class_list .item .box .pic img{
	height:100%!important;
	width:100%!important;
	object-fit: contain;
    object-position: center;
	position:absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	
}
.product_class_list .item .box .name{
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	
}
.product_class_list .item .box .description{
	color:#999
}
.product_class_list .item .box:hover .pic{
    opacity:0.8;
}

.tag_list .slick-arrow{
	background:none;
	border:none;
	font-size:0;
	position:absolute;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
}
.tag_list{
	padding:15px 40px;
}
.tag_list .txt{
	font-size:24px;
}
.tag_list .slick-prev{
	left:0;
}
.tag_list .slick-prev:before{
	content: "\f104";
	font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:28px;
}
.tag_list .slick-next{
	right:0;
}
.tag_list .slick-next:before{
	content: "\f105";
		
	font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:28px;
	
}
@media screen and (max-width: 1440px) {
    .products-list,
    .news-list {
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
    .banner {
        /* margin-bottom: 45px;*/
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }
    /*brands*/
    .brands-list li {
        width: calc(100% / 5 - 9px);
    }
    .brands-list li:nth-child(6n+6) {
        margin-right: 10px;
    }
    .brands-list li:nth-child(5n+5) {
        margin-right: 0;
    }
}

@media screen and (max-width:1300px) {
    .brands-video {
        width: 50%;
    }
    .brands-content {
        width: calc(50% - 40px);
    }
}
@media screen and (max-width:1000px) {
	.product_class_list .item{
		width: 50%;
	}
	.product_class_list .item:nth-child(n){
		clear: none;
	}
	.product_class_list .item:nth-child(2n+1){
		clear: both;
	}
	.product_class_list .item .box{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:850px) {
    .brands-video {
        width: 100%;
    }
    .brands-content {
        width: 100%;
        margin-left: 0;
    }
    .brands-advantage-list .item {
        width: calc(25% - 23px);
        margin: 0 30px 0 0;
    }
}

@media screen and (max-width:780px) {
    .sect1,
    .sect2,
    .sect3,
    .sect4,.sect6 {
        padding: 35px 0;
    }
    .brands-list li {
        width: calc(100% / 4 - 8px);
    }
    .brands-list li:nth-child(5n+5) {
        margin-right: 10px;
    }
    .brands-list li:nth-child(4n+4) {
        margin-right: 0;
    }
    .brands-advantage-list .item {
        width: calc(50% - 15px);
        margin: 0 30px 30px 0;
    }
    .brands-advantage-list .item:nth-child(2n+2) {
        margin-right: 0;
    }
    .brands-detail {
        padding: 30px 20px;
        margin: 10px 0 30px;
    }
    .success-list.type2 {
        margin: 0 -10px;
    }
    .success-list.type2 .item {
        width: 50%;
        padding: 0 10px 25px;
    }
    .success-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        /*  margin-bottom: 25px;*/
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .products-list.type2 .item {
        width: 50%;
        padding: 0 18px 25px;
    }
}

@media screen and (max-width:615px) {
    .brands-list li {
        width: calc(100% / 3 - 7px);
    }
    .brands-list li:nth-child(4n+4) {
        margin-right: 10px;
    }
    .brands-list li:nth-child(3n+3) {
        margin-right: 0;
    }
    .brands-txt {
        font-size: 15px;
    }
    .news-list li {
        width: calc(100% / 3 - 7px);
        margin-right: 10px;
    }
}

@media screen and (max-width:470px) {
    .brands-list li {
        width: calc(100% / 2 - 5px);
    }
    .brands-list li:nth-child(3n+3) {
        margin-right: 10px;
    }
    .brands-list li:nth-child(2n+2) {
        margin-right: 0;
    }
    .products-list.type2 .item {
        width: 100%;
    }
    .news-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
