@font-face {
  font-family: 'TT0375M';
  src: url("../static/font/TT0375M.TTF");
}

header {
  width: 100%;
  background-color: #fff;
}

.senlin .layui-nav .layui-nav-item a:hover,
.senlin .layui-nav .layui-this a {
  color: #06ab70;
}

.senlin .pc-header .switch-language .active a {
  color: #06ab70;
}

.taihui {
  background-color: #161616;
}

.taihui .pc-header .layui-nav {
  background-color: #161616;
  color: #ffffff;
}

.taihui .layui-nav .layui-nav-item a {
  color: #ffffff;
}

.taihui .layui-nav .layui-nav-item a:hover,
.taihui .layui-nav .layui-this a {
  color: #ff3333;
}

.taihui .pc-header .switch-language a {
  color: #ffffff;
}

.taihui .pc-header .switch-language .active a {
  color: #ff3333;
}

.pc-header {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  min-width: 1000px;
}

.pc-header .layui-nav {
  float: right;
  background-color: #fff;
  color: #333333;
}

.pc-header .switch-language {
  width: 114px;
  float: right;
}

.pc-header .switch-language .active a {
  color: #2a58e5;
}

.banner {
  width: 100%;
  height: 420px;
  text-align: center;
}

.banner span {
  display: inline-block;
  margin-top: 159px;
  font-size: 60px;
  color: #fff;
}

.banner p {
  font-size: 24px;
  color: #fff;
}

.index .banner {
  height: 660px;
}

footer {
  background-color: #353a4b;
  padding-top: 90px;
  color: white;
}

footer .follow-us {
  display: flex;
  width: 138px;
  flex-direction: column;
  margin-bottom: 20px;
}

footer .follow-us span {
  font-size: 23px;
  text-align: center;
}

footer .follow-us img {
  width: 138px;
  height: 138px;
  margin-top: 40px;
}

footer .follow-us p {
  font-size: 17px;
  text-align: center;
}

footer .contact-us {
  font-size: 18px;
}

footer .contact-us .title {
  display: block;
  font-size: 24px;
  margin-bottom: 48px;
}

footer .contact-us .address {
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 50px;
}

footer .copyright {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 80px;
  border-top: 2px solid #4e4c61;
}

.mob-header {
  display: none;
}

.box-footer .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-footer .pagination li {
  display: block;
  width: 42px;
  height: 42px;
  font-size: 26px;
  border: solid 2px #999999;
  border-radius: 21px;
  line-height: 42px;
  margin: 0 5px;
  text-align: center;
}

.box-footer .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}

.box-footer .pagination li:hover {
  background-color: #07c07e;
  color: #fff;
  border: none;
}

.box-footer .pagination .active {
  background-color: #07c07e;
  color: #fff;
  border: none;
}

@media screen and (max-width: 1280px) {
  .layui-nav .layui-nav-item a {
    padding: 0 10px;
  }
  .banner,
  .index .banner {
    height: 420px;
  }
  .banner span,
  .index .banner span {
    margin-top: 159px;
  }
}

@media screen and (max-width: 760px) {
  .pc-header {
    display: none;
  }
  .mob-header {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    margin: 0 5px;
  }
  .mob-header .layui-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    background: white;
    color: #333333;
    z-index: 49;
  }
  .mob-header .mob-meau {
    width: 16px;
    height: 16px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
  }
  .mob-header .switch-language {
    width: 114px;
    float: right;
  }
  .mob-header .switch-language .active a {
    color: #2a58e5;
  }
  .senlin .mob-header .switch-language .active a {
    color: #06ab70;
  }
  .taihui .mob-header .switch-language .active a {
    color: #ff3333;
  }
  .taihui .layui-nav .layui-nav-item a {
    color: #333333;
  }
  .taihui .mob-header .switch-language a {
    color: #ffffff;
  }
  .taihui .layui-nav .layui-nav-item a:hover,
  .taihui .layui-nav .layui-this a {
    color: #ff3333;
  }
  .taihui .mob-header .mob-meau {
    border: 1px solid #ff3333;
  }
  .banner,
  .index .banner {
    height: 220px;
  }
  .banner span,
  .index .banner span {
    margin-top: 40px;
  }
  footer {
    padding-top: 50px;
  }
  footer .follow-us {
    width: 100%;
    align-items: center;
  }
  footer .contact-us .title {
    margin-bottom: 28px;
  }
  footer .contact-us .address {
    margin: 28px 0;
  }
  footer .contact-us .busines {
    margin-top: 27px;
  }
  footer .copyright {
    line-height: 40px;
  }
}
