@CHARSET "UTF-8";
.mySlides {display: table; width: 100%; max-width: 1920px; margin: 0 auto;}
img {vertical-align: middle;}

/*.page {opacity:1;}*/

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height:680px;
  position: relative;
  margin: auto;
  overflow:hidden;
}
.page {position:relative !important;  height: 680px;}
.mySlides .pic {
   height:0px; 
   transition: transform 5s ease-out, opacity 3s ease 0.3s; 
   -webkit-transition: transform 5s ease-out, opacity 3s ease 0.3s; 
   -ms-transition: transform 5s ease-out, opacity 3s ease 0.3s; 
      transform: scale(1.2, 1.2); 
   -webkit-transform: scale(1.2, 1.2); 
   -ms-transform: scale(1.2, 1.2); 
   opacity:0;
   /*
   animation-name:fade;
   animation-duration:2s;
   animation-fill-mode:forwards;
   */
   }
/*
   @keyframes fade {0% {  opacity:0; } 100% {   opacity:1;  } }
 */

.page .pic { position: absolute;  top: 0; left: 0; width: 100%; height:680px; transform: scale(1, 1) rotate(.001deg); transition-delay: .04s; opacity:1;  display: table; z-index:-1; }
.bg1 {background: url(../img/slide-pic03.jpg) 50% 100% / cover no-repeat #fff;}
.bg2 {background: #323232;}

.mySlides .txt-box {text-align: center; display: table-cell; vertical-align: middle; /*opacity: 0; transition: opacity .5s linear 2s;*/ display:none;}
.mySlides .txt-box .tit {position: relative; top: -20px; font-size:22px; color:#fff; opacity: 0; transition: 0.5s cubic-bezier(0, 0, 0.13, 0.99) 1s;
/*transition-duration:1s;*/
/*transition-timing-function:ease-out;
transition-delay:2s;*/}
.mySlides .txt-box .tit img {padding-bottom:10px; }
.mySlides .txt-box .cont {position: relative; top: 0px; font-size:48px; font-weight:500; color:#fff; margin:24px 0 60px; opacity: 0;  transition:1s, opacity 2.5s ease-out 2s;}
.mySlides .txt-box .cont span {letter-spacing: -2px; padding: 0 10px;}
.mySlides .txt-box .btn {position: relative; top: 20px;   opacity: 0;  transition: 0.6s ease-out 4s;}
.page .txt-box .btn span {display: inline; padding: 16px 30px; border: 1px solid #fff; color: #fff; transition: 0.6s;}
.page .txt-box .btn span:hover {background:#fff; color:#323232; }


.page .txt-box {opacity:1; }
.page .txt-box .tit {opacity:1; top:0px;}
.page .txt-box .cont {opacity:1; top:0px;}
.page .txt-box .btn {opacity:1; top:0px;}









/* Next & previous buttons */
.btn-box {display:none;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

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

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  /*display:none;*/
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/*
.active, .dot:hover {
  background-color: #717171;
}
*/
/* Fading animation */
/*.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}
}
*/
/* On smaller screens, decrease text size */

@media (min-width:1920px) {
 .bg1 {background: url(../img/slide-pic03.jpg) 50% 100% / 100% no-repeat #fff;}
}

@media (max-width:1260px) {

}

@media (max-width:1024px) {
 .business-wrap .business-box .tit-box .tit {font-size:28px; padding-bottom: 6px;}
}

@media (max-width:768px) {
 .slideshow-container {height:400px;}
 .mySlides .txt-box .cont {font-size:36px;}
 .mySlides .txt-box .cont img {width:16px;}
 .page .pic {height: 400px;}
 .page {height: 400px;}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}