@font-face {
  font-family: 'Roboto-Light';
  src: url('../public/Themes/fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../public/Themes/fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url('../public/Themes/fonts/Roboto-Thin.ttf');
}

@font-face {
  font-family: 'D-DIN-PRO-Bold';
  src: url('../public/Themes/fonts/D-DIN-PRO-Bold.otf');
}

body {
  color: #000;
  --style-color: #CA2552;
  --sub-color: #EB7E12;
  --line-color: #FADC79;
  font-family: 'Roboto-Light';
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .h6, b, strong, .title, .tit {
  font-family: 'D-DIN-PRO-Bold';
}

/* public */
.container {
  position: relative;
  z-index: 1;
}

.line-title {
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}

.line-title::after {
  content: '';
  width: 60px;
  height: 4px;
  margin-top: 12px;
  background: var(--line-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .btn {
  color: #fff;
  font-weight: 700;
  background: var(--style-color);
}

@media(min-width: 768px) {
  .line-title::before {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    font-size: 36px;
    background: linear-gradient(184deg, #000 18.06%, rgba(0, 0, 0, 0.00) 82.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.1;
  }
}

@media(min-width: 1200px) {
  .line-title {
    margin-bottom: 60px;
  }

  .line-title::before {
    bottom: 30px;
    font-size: 76px;
  }

  .line-title::after {
    width: 80px;
    height: 6px;
    margin-top: 24px;
  }
}

@media(min-width: 1640px) {
  .line-title {
    margin-bottom: 80px;
  }

  body .btn {
    transition: background .3s;
  }

  body .btn:hover {
    background: var(--sub-color);
  }
}


/*手机导航代码开始 */
.header .shoujizhezhao {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

.header .shoujidaohang {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 240px;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  background-color: #333;
  padding: 15px;
  box-sizing: border-box;
  z-index: 200000;
  opacity: 0;
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
}

.header .zhankai {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header .shoujizhezhao.zhankai {
  visibility: visible;
  opacity: 1;
}

.header .shoujilogo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.header .shoujilogo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .shoujilogo a img {
  width: 70%;
  height: auto;
}

.header .shoujidaohang1 {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .js-hasdrop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .shoujidaohang1 a {
  display: block;
  width: 100%;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.header .shoujidaohang1 .js-hasdrop i {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  flex-shrink: 0;
}

.header .shoujidaohang1 .js-hasdrop.active i {
  transform: rotate(90deg);
}

.header .shoujidaohang1 .dropdown {
  display: none;
}

.header .shoujidaohang1 .dropdown a {
  padding-left: 20px;
  font-size: 14px;
  border-top: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .has-drop.active {
  color: var(--style-color);
}

.header .shoujidaohang2 {
  width: 100%;
  margin-top: 20px;
}

/*手机导航代码结束 */

/* 头部代码开始*/
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #000000;
}

.header.shadow {
  position: fixed;
}

.header .daohangzong {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .daohang1 {
  flex-shrink: 0;
}

.header .daohang1 img {
  width: auto;
  height: 45px;
}

.header .daohang2 {
  display: none;
}

.header .daohang3 {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
}

.header .daohang3-1>i {
  color: inherit;
  font-size: 20px;
  cursor: pointer;
}

.header .daohang3-1>i:not(:first-child) {
  margin-left: 10px;
}

.header .daohang4 {
  height: 24px;
  margin-left: 20px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #fff;
}

.header .sousuo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000999999999999999900;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.header .sousuoguan {
  position: absolute;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  top: 20px;
  color: #fff;
}

.header .sousuo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 600px;
  transform: translate(-50%, -50%);
}

.header .sousuo1 form {
  position: relative;
}

.header .search-text {
  width: 100%;
  height: 50px;
  background: none;
  color: #fff;
  padding: 0 10px 0 10px;
  font-size: 20px;
}

.header .sousuo1-1 {
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .6s;
}

.header .sousuo1-1 button {
  background: transparent;
  border: transparent;
}

.header .sousuo1-1 i {
  color: #fff;
  font-size: 20px;
}

.header .search-text::-webkit-input-placeholder {
  color: #fff;
}

.header .search-text:-moz-placeholder {
  color: #fff;
}

.header .search-text::-moz-placeholder {
  color: #fff;
}

.header .search-text:-ms-input-placeholder {
  color: #fff;
}

/* 头部代码结束*/
/* 导航响应式开始*/
@media (min-width: 768px) {
  .header .icon-wtapp {
    width: 134px;
    height: 38px;
    padding-left: 14px;
    justify-content: flex-start;
    position: relative;
  }

  .header .icon-wtapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 38px;
    width: 1px;
    height: 100%;
    background: #fff;
  }

  .header .icon-wtapp i {
    margin-right: 21px;
  }

  .header .icon-wtapp span {
    display: block;
  }

  .header .daohang3-1>i:not(:first-child) {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .header .daohangzong {
    height: 80px;
    color: #fff;
  }

  .header .daohang1 img {
    height: 52px;
  }

  .header .daohang2 {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .header .daohang2-1 {
    height: 100%;
    margin: 0 20px;
    position: relative;
  }

  .header .daohang2-1>a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-family: 'Roboto-Regular';
  }

  .header .daohang2-1:hover>a,
  .header .daohang2-1.active>a {
    color: var(--style-color);
  }

  .header .daohang2-1:hover .pulldown-1 {
    opacity: 1;
    visibility: visible;
  }

  .header .pulldown {
    position: absolute;
    height: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 9%);
    opacity: 0;
    visibility: hidden;
  }

  .header .pulldown-1 {
    width: 240px;
    top: 80px;
    left: -15px;
  }

  .header .pulldown a {
    display: block;
    width: 100%;
    height: unset;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 10px 15px;
    justify-content: flex-start;
  }

  .header .has-drop {
    position: relative;
  }

  .header .has-drop:hover .pulldown {
    opacity: 1;
    visibility: visible;
  }

  .header .has-drop a:hover {
    color: var(--style-color);
    background: #D3D5DE;
  }

  .header .pulldown-2,
  .header .pulldown-3 {
    width: 100%;
    top: 0;
    left: 100%;
  }

  .header .icon-wtapp {
    margin-right: 32px;
  }

  .header .daohang3-1>i:not(:first-child) {
    margin-left: 32px;
  }

  .header .daohang4 {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header .daohang2 {
    padding-right: 30px;
  }

  .header .daohang2-1 {
    margin: 0 30px;
  }

  .header .pulldown-1 {
    left: -20px;
  }

  .header .pulldown a {
    font-size: 16px;
    padding: 15px 20px;
  }
}

@media (min-width: 1640px) {
  .header .daohang1 {
    padding-left: 30px;
  }

  .header .daohang2 {
    padding-right: 43px;
  }

  .header .daohang2-1 {
    margin: 0 43px;
  }

  .header .daohang2-1>a {
    font-size: 20px;
  }
}


/* banner */
.banner {
  position: relative;
}

.banner img {
  width: 100%;
  min-height: 200px;
}

.banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner .container>* {
  max-width: 500px;
}

.banner .title {
  line-height: 1;
  text-align: left;
  margin-bottom: 16px;
  color: var(--style-color);
}

.banner .info {
  line-height: 1.2;
  font-family: 'D-DIN-PRO-Bold';
}

@media (min-width: 1200px) {
  .banner .container>* {
    max-width: 600px;
  }
}

@media (min-width: 1440px) {
  .banner .title {
    font-size: 60px;
  }
}

@media (min-width: 1640px) {
  .banner .container {
    max-width: 1458px;
  }

  .banner .title {
    font-size: 80px;
  }
}