
.swipslider { position: relative; display: block; padding-top: 20%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.swipslider .sw-slides { display: block; padding: 0; list-style: none; width: 100%; height: 100%; white-space: nowrap; font-size: 0; -webkit-transform: translateX(0); transform: translateX(0); position: absolute; bottom: 0; overflow:visible}
.swipslider .sw-slide { width: 100%; height: 100%; margin: auto; display: inline-block; position: relative; }

.swipslider .sw-slide >  img { position: absolute; top: 50%; left: 50%;  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
li.sw-slide a{display: block;}
li.sw-slide a img{width: 100%}

.swipslider .sw-slide .sw-content { width: 100%; height: 100%; }
.sw-next-prev { font-family: "Courier New", Courier, monospace; height: 30px; width: 30px; text-align: center; vertical-align: middle; position: absolute; line-height: 30px; font-size: 16px; font-weight: bolder; color: rgba(160, 160, 160, 0.53); top: 30%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: rgba(255, 255, 255, 0);  border-radius: 50%; text-decoration: none;  transition: all .2s ease-out; cursor: pointer; -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none; }
.logolist3 .sw-next-prev { top:15%;}
.sw-next-prev:hover { background-color: rgba(255, 255, 255, 0.74); }
.sw-next-prev:active { background-color: rgba(255, 255, 255, 0.5); }
.sw-prev { left: 2%; }
.sw-prev::after { content: '<';}
.sw-next {  right: 2%; }
.sw-next::after { content: '>';}

.sw-bullet { position: absolute; bottom: 0; list-style: none; display: block; width: 100%; text-align: center; padding: 0; margin: 0; }
.sw-bullet li { width: auto; height: 20px; background:none; display: inline-block; cursor: pointer; transition: all .2s ease-out; font-size:12px;}
.sw-bullet li:hover { background-color:none; }
.sw-bullet li.active { position:relative; color:#C62E02;font-size: 16px;}
.sw-bullet li.active:before{content:""; position:absolute; display:block; left:5px; top:8px; width:5px; height:5px; background:#C62E02; transform:rotate(45deg); border-radius:1px;}

.swipslider { width:100%; margin:0 auto;}
.swipslider .sw-slide img { width:20%; }
.swipslider .sw-next-prev{  border:1px solid #cccccc; color:#cccccc;}
.swipslider .sw-prev{ left:0;}
.swipslider .sw-next {  right: 0; }

.swipslider .sw-slide img{ width:19%; margin:0 0.5% 1% 0.5%;}
.home-echarts{ float: left;width: 100%;}
.swipslider .sw-slides{ width:100%; margin-left:100%;}/*横向滚动宽度*/
