@charset "utf-8";

*{font-family:"Microsoft YaHei","微软雅黑","黑体","宋体","Arial",sans-serif;color: #333333;margin: 0px;padding: 0px;}
html,body{
  overflow-x: hidden;
}
:focus {outline: none;}
p,h1,h2,h3,h4,h5,img,button,dl,dt,dd {transition:  all .5s;}
ul,h1,h2,h3,h4,h5,h6,p,dl,hr{padding: 0;margin: 0;font-weight: normal;}
a,a:hover,a:focus{text-decoration: none;outline: none;}
button:focus {outline: none;}
a{color: #333333;}
ul{list-style: none;}
ul:before,ul:after{content:'';display:table;clear:both;}
input{outline:none;border:none;background:none;}
textarea{resize: none;}
img {max-width: 100%;display: block;}
input::placeholder,input::-webkit-input-placeholder {color:#ff9999 ;}
.container12 {width: 1200px;margin: 0 auto;}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix,.clear,.clearboth {clear: both;}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.container {
  width: 89.5%;
}

.col-no-l-padding {
  padding-left: 0px;
}
.f60 {
  font-size: 60px;
}
.f48 {
  font-size: 48px;
}
.f36 {
  font-size: 36px;
}


@media (max-width:800px) {
  .f48 {font-size: 42px;}
}
@media (max-width:670px) {
  .f60,.f48 {font-size: 40px;}
  .f36 {font-size: 30px;}
}
@media (max-width:320px) {
  .f60,.f48 {font-size: 30px;}
  .f36 {font-size: 24px;}
}






  /* 特殊字体 */
  @font-face
  {
  font-family: SourceHan;
  src: url('../fonts/SourceHanSerifSC-Medium.otf'),
      url('../fonts/SourceHanSerifSC-Regular.otf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: Oswald;
  src: url('../fonts/Oswald-Medium.ttf'),
      url('../fonts/Oswald-Medium.ttf'); /* IE9+,可以是具体的实际链接 */
  }

  /* wave video Animations  */
@keyframes waves {
  0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
