﻿.FriendLink{
 border: 1px solid #d9d9d9;
 padding: 5px;
 overflow: hidden;
 width: 100%;
}
.link_left{
	width: 78%;
	float: left;
}
.slick-dots {
 position: absolute;
 bottom: 20px;
 left: 50%;
 width: 100px;
 margin-left: -50px;
}
.link_con img{
	height: 42px;
}
.slick-dots:after {
 content: "";
 display: block;
 overflow: hidden;
 height: 0;
 clear: both;
}

.slick-dots li {
 float: left;
 width: 12px;
 height: 12px;
 background: #fff;
 border-radius: 50%;
 margin: 0 5px;
 overflow: hidden;
 line-height: 0;
}

.slick-dots li.slick-active {
 width: 30px;
 height: 12px;
 border-radius: 50px;
}

.slick-dots li button {
 display: block;
 border: none;
 outline: none;
 border-radius: 0;
 -webkit-appearance: none;
 width: 100%;
 height: 100%;
 ;
 font-size: 0;
 line-height: 0;
 background: #fff;
 color: #fff;
}

.slick-prev,
.slick-next {
 position: absolute;
 height: 100px;
 width: 30px;
 line-height: 0;
 font-size: 0;
 cursor: pointer;
 color: transparent;
 top: 50%;
 margin-top: -50px;
 padding: 0;
 border: none;
 outline: none;
 z-index: 99;
}

.slick-prev {
 left: 0;
 background: url(/Sites/Uploaded/UserUpLoad/20210511/20210511183649.png) no-repeat center center;
}

.slick-next {
 right: 0;
 background: url(/Sites/Uploaded/UserUpLoad/20210511/20210511183829.png) no-repeat center center;
}

.slick-prev:hover {
 background: url(/Sites/Uploaded/UserUpLoad/20210511/20210511183847.png) no-repeat center center;
}

.slick-next:hover {
 background: url(/Sites/Uploaded/UserUpLoad/20210511/20210511183905.png) no-repeat center center;
}


.FriendLink .title_main{
float: left;
 width: 10%;
 line-height: 45px;
 text-align: center;
}
.FriendLink  .link_con{
 width: 90%;
	float: left;
	box-sizing: border-box;
}
.link_con .swiper-container-link{
padding: 0 45px;
}
@media only screen and (max-width: 768px){
 .FriendLink{
 padding: 5px 0;
 width: 100%;
 }
 .FriendLink .title_main{
 width: 77px;
 }
 .FriendLink .link_con{
 width: 250px;
 float: left;
 overflow: hidden;
 }
 .link_con .swiper-container-link{
 width: 1200px;
 }
} 