<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mySlides {display:none}
.mySlides img{     max-width: 100%;     height: 420px;}
/* å¹»ç¯ç‰‡å®¹å™¨ */
.slideshow-container {

	
   height: auto;
  position: relative;
  margin-top: 10px;


  
  
}

.slideshow-container .slides{
	/*background: #fbfbfb;*/
	/*margin: 0 10px;*/
}

/* ä¸‹ä¸€å¼&nbsp; &amp; ä¸Šä¸€å¼&nbsp; æŒ‰é’® */
.slideshow-container .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 0 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 30px 30px 0;
	background: #27a8db;
}

/* å®šä½ "ä¸‹ä¸€å¼&nbsp;" æŒ‰é’®é&nbsp;å³ */
.slideshow-container .next {
  right: 0;
  border-radius: 30px 0 0 30px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, 
.slideshow-container .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/*=====================*/
/* ä¸‹ä¸€å¼&nbsp; &amp; ä¸Šä¸€å¼&nbsp; æŒ‰é’® */
.slideshow-container .scroll .prev, 
.slideshow-container .scroll .next {
    cursor: url(../style/img/left.cur),auto;
    position: absolute;
    top: 0;
    width: 50%;
    height: 80%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
	background: none;
}

/* å®šä½ "ä¸‹ä¸€å¼&nbsp;" æŒ‰é’®é&nbsp;å³ */
.slideshow-container .scroll .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    cursor: url(../style/img/right.cur),auto;
}


.slideshow-container .scroll .prev2{
	background:url(../style/img/l.png);
	position: absolute;
	top: 40%;
	width: 32px;
	height: 32px;
	cursor: pointer;

} 
.slideshow-container .scroll .next2 {
	background:url(../style/img/r.png);
	position: absolute;
	top: 40%;
	width: 32px;
	height: 32px;
	cursor: pointer;
	right: 0;
}

/*åœ¨ç›˜æ—‹,æ·»åŠ&nbsp;ä¸€ä¸ªé»‘è‰²èƒŒæ™¯è‰²é€æ˜Žä¸€ç‚¹*/
.slideshow-container .scroll .prev:hover, 
.slideshow-container .scroll .next:hover {
  background: none;
}
/*==========================*/
/* æ&nbsp;‡é¢˜æ–‡æœ¬ */
.slideshow-container .text {
  color: #333;
  font-size: 14px;
  padding: 10px 0;
  /*position: absolute;*/
  /*bottom: -40px;*/
  margin:0;
  /*width: 100%;*/
  text-align: center;
  background: #fff;
 
}

/* æ•°å­—æ–‡æœ¬ (1/3 ç­‰) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  background: #0071c5;
	    margin: 0 10px;
}

/* æ&nbsp;‡è®°ç¬¦å· */
.slideshow-container .dotlist1{
position: absolute;
    bottom: 0;
	    right: 10px;
}
 .dot {
  cursor:pointer;
  height: 5px;
  width: 20px;
  margin: 10px 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
      
}
/* æ´»è·ƒçš„ æ&nbsp;‡è®°*/
 .active, 
 .dot:hover {
  background-color: #27a8db;
}

/* æ·¡å‡ºåŠ¨ç”» */
.slideshow-container .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*pic scroll */

.infiniteCarousel {
    position: relative;
}
.infiniteCarousel .wrapper {
}
.infiniteCarousel .wrapper ul li img{
    width: 100%;
}
.infiniteCarousel .wrapper ul {
	 position: relative;
}
.infiniteCarousel ul li {
    display: block;
    color: #6C6D61;
    float: left;
    padding: 10px 6px;
    border-left: 1px solid #f4f4f4;
    width: 147px;
    text-align: center;
}
.infiniteCarousel .back {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 10px;
    background: #686868;
    background: rgba(41, 43, 44, 0.59);
    cursor: pointer;
    color: #ffffff;
    margin-top: -22px;
}
.infiniteCarousel .forward {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 10px;
    background: #686868;
    background: rgba(41, 43, 44, 0.59);
    cursor: pointer;
    color: #ffffff;
    margin-top: -22px;
}
</pre></body></html>