@charset "UTF-8";

*{font-family:"PingFang-SC","SanFrancisco","Microsoft YaHei","微软雅黑","黑体","宋体","Arial",sans-serif !important;color: #333333;margin: 0px;padding: 0px;}
html,body{
  overflow-x: hidden;
}

ul::after,ul::before {display: none;}
: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 {}
.container12 {width: 1200px;margin: 0 auto;}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix,.clear,.clearboth {clear: both;}
.flexrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.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%;
}
.con1600 {
  width: 1600px;
  margin: 0 auto;
}
.con1400 {
  width: 1400px;
  margin: 0 auto;
}

.col-no-l-padding {
  padding-left: 0px;
}
.f60 {
  font-size: 60px;
}
.f48 {
  font-size: 48px;
}
.f36 {
  font-size: 36px;
}

@media (min-width:1921px) {
  .con1600 {width: 85%;}
}
@media (max-width:1650px) {
  .con1600 {width:95%;}
}
@media (max-width:1450px) {
  .con1400 {width:95%;}
}
@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 videoico {
  0% {
     transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@keyframes espsix {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}