.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -5.5rem;
}
.ani-slide div{
    transform:translateX(0);
    opacity:1;
}
/* .swiper-slide img{
		animation: move1 5s;
		width: 100%;
		height: 100%
}
@keyframes move1 {
    from {transform: scale(1);  }
    to {transform: scale(1.03);}
} */


.swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1.68rem;
    background: #EFEFEF;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #338EF9;
    width: 1.5rem;
    height: 1.5rem;
}


.links-detial-box {
    height: 30.2rem;
    background: url("../images/link-bg.png");
    background-position: center;
    /* display: flex; */
	justify-content: center;
	align-items: center;
	flex-direction: column;
    background-size: contain;
	position: relative;
    /* padding-top:-22rem; */
}

 .links-detial {
    width: 164rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.links-detial li {
    width: 19.8rem;
    height: 8.4rem;
    background: #FFFFFF;
    box-shadow:0rem 0.2rem 4.6rem 0rem rgba(217,217,217,0.5);
    float: left;
    text-align: center;
    line-height: 4.4rem;
    /* margin-left: 1.2%; */
    margin-top: 6px;
}

.links-detial li:first-child {
    /* margin-left: 0; */
}

.links-detial li img {
    width: 11.7rem;
 
}

.news .lt {
    width: 75.3rem;
}

.news .rt {
    width: 83.2rem;
}


.news .left-news {
    width: 68.2rem;
    background: #F8FBFE;
}

.news .left-news>div{
    overflow: hidden;
}
.news .left-news>div>img {
    width: 68.2rem;
}

/* .news .left-news>div>img:hover {
    transform: scale(1.5);
    transition: all 1s linear;
} */


.news .left-news .news-know {
    padding: 0 0 8rem 5rem
}
/* .news .left-news .news-know>a:hover {
    margin-left: 2rem;
    transition: .5s;
} */

.news .left-news .news-know a {
    font-size: 2rem;
    color: black;
}

.news .left-news .news-know img {
    width: 4.6rem;
	margin-left: 1rem;
}

.news .news-time {
    font-size: 2.2rem;
    color: #8C94A4;
    line-height: 4.2rem;
}

.news .news-detail {
    font-size: 2.2rem;
    line-height: 4rem;
    margin-top: 1.8rem;
    cursor: pointer;
}

/* .news .news-detail:hover {
    color: #338EF9;
} */




.news .news-detail-right:first-child {
    margin-top: 3.6rem;
}
.news .news-detail-right:nth-child(3){
	border-bottom: none!important;
}
.news .news-detail-right {
    margin: 7.6rem 0;
    padding-bottom: 7.6rem;
	border-bottom: 0.2rem solid rgba(192,192,192,0.36);
}


.news .news-detail-left {
    margin: 3.1rem 5rem 12.6rem
}

.news .news-more {
    width: 16.2rem;
    height: 5.6rem;
    border: 0.2rem solid #338EF9;
    line-height: 5.6rem;
    text-align: center;
    cursor: pointer;
    font-size: 2rem;
    color: #338EF9;
}

.product .swiper-container1 {
    position: relative;
    overflow: hidden;
}

.product .swiper-container1 .swiper-slide {
    width: 33.333%;
}

.product .product-list {
    height: 57.7rem;
    background: no-repeat center;
    color: #fff;
}

.product .product-list .go-next-page img {
	width:13rem;
	height:13rem;
	position:absolute;
	bottom:6rem;
	right:5.2rem;
}

.product .product-list .product-title {
    padding: 4rem 3rem;
}

.product .product-list h1 {
    font-size: 3rem;
    line-height: 7.5rem;
    margin-bottom: 1rem;
}

.product .product-list p {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight:100;
}



.swiper-container .swiper-slide h1 {
    font-size: 8rem;
    color: #FFFFFF;
    line-height:15.2rem;
    position: absolute;
    top: 50.3rem;
    left: 12.4rem;
}

.hint {
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0;

}

.hint p {
    font-size: 1.8rem !important;
    color: black;
    padding: 4.3rem 8.4rem 0 4rem;
    line-height: 4.2rem;
}

.hint a.detali-a {
	/* position: absolute; */
	bottom: 5.6rem;
    font-size: 2rem;
    color: #338EF9;
    line-height: 4.2rem;
    padding: 10rem 0 0 4rem;
    display: block;
}

.hint a img {
    width: 6rem;
}
.content-box .title.partner{
	margin: 10rem 0 0;
}
.dot-box{
	position: absolute;
	bottom: 4.2rem;
}
.dot{
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #EFEFEF;
    margin-right: 2.1rem;
    cursor: pointer;
}
.active-dot{
	background: #338EF9;
	width: 1.5rem;
	height: 1.5rem;
}

.thumbnail-active {
    transform: scale(1.1); 
    transition: all 0.5s linear;
}
.thumbnail-onactive {
    transform: scale(1); 
    transition: all 0.5s linear;
}
.news-know-a {
    margin-left: 3rem;
    transition: all 0.2s linear;
}