.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.cont {
  width: 75vw;
  max-width: 1440px;
  min-width: 1200px;
  margin: 0 auto;
}

.conte {
  width: 75vw;
  max-width: 1440px;
  min-width: 1300px;
  margin: 0 auto;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 10px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

header.dark>.cont .logo .white {
  display: none;
}

header.dark>.cont .logo .black {
  display: block;
}

header.dark>.cont ul li>a {
  color: #333;
  text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
}

header.dark.detail-header {
  position: absolute;
}

header.light>.cont .logo .white {
  display: block;
}

header.light>.cont .logo .black {
  display: none;
}

header.light>.cont ul li>a {
  color: #fff;
  text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.6);
}

header>.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header>.cont .logo {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

header>.cont .logo .index {
  display: block;
}

header>.cont .logo .detail {
  display: none;
}

header>.cont .logo img {
  max-height: 100%;
}

header>.cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

header>.cont ul li {
  text-align: center;
  line-height: 97px;
  position: relative;
  min-width: 98px;
}

header>.cont ul li>a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  position: relative;
}

header>.cont ul li .icon {
  width: 91px;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  background: url(../images/music.png) no-repeat center center;
}

header>.cont ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(143, 105, 61, 0.8);
  -webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

header>.cont ul li .drop a {
  display: block;
  line-height: 3;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 1em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header>.cont ul li .drop a:last-child {
  border: none;
}

header>.cont ul li.active .icon {
  display: block;
}

header>.cont ul li:nth-child(1) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

header>.cont ul li:nth-child(2) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

header>.cont ul li:nth-child(3) a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

header>.cont ul li:nth-child(4) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

header>.cont ul li:nth-child(5) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

header>.cont ul li:nth-child(6) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

header>.cont ul li:nth-child(7) a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

header>.cont ul li:nth-child(8) a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

header.white {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(22, 64, 147, 0.2);
  box-shadow: 0 0 10px 0 rgba(22, 64, 147, 0.2);
}

header.white .cont .logo .index {
  display: none;
}

header.white .cont .logo .detail {
  display: block;
}

header.white .cont #nav li a {
  color: #333;
}

header.white .cont .lang a {
  color: #333;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner .next {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  margin: 0 auto;
  z-index: 100;
  bottom: 40px;
  width: 34px;
  height: 36px;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner .next .iconfont {
  font-size: 48px;
  color: #8f693d;
}

.banner>.conte {
  position: absolute;
  width: 280px;
  height: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 35vh;
  z-index: 1111;
}

.banner>.conte .bubble1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.banner>.conte .bubble1::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/bubble1.png) no-repeat center center;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner>.conte .bubble2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner>.conte .bubble2::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url(../images/bubble2.png) no-repeat center center;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner .music {
  position: absolute;
  width: 224px;
  height: 320px;
  left: 18vw;
  bottom: 12vw;
  z-index: 10000;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.banner .music::before {
  content: "";
  display: block;
  width: 224px;
  height: 320px;
  background: url(../images/music1.png) no-repeat center center;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banner .swiper-wrapper .swiper-slide {
  width: 100vw !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.banner .swiper-wrapper .swiper-slide .banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5;
  -webkit-transition: all 2.5s linear;
  -o-transition: all 2.5s linear;
  transition: all 2.5s linear;
}

.banner .swiper-wrapper .swiper-slide .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  z-index: 10;
}

.banner .swiper-wrapper .swiper-slide .text .txt {
  text-align: center;
}

.banner .swiper-wrapper .swiper-slide .text h1 {
  color: #8f693d;
  font-size: 60px;
  font-weight: lighter;
  line-height: 1.6;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  text-shadow: 2px 0px 2px #000000;
}

.banner .swiper-wrapper .swiper-slide .text h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: lighter;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  text-shadow: 2px 0px 2px #000000;
}

.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-background {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #323232;
}

footer .cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .cont .foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .cont .foot-nav dl {
  margin-right: 4vw;
}

footer .cont .foot-nav dl:last-child {
  margin-right: 0;
}

footer .cont .foot-nav dl dt {
  margin-bottom: 1em;
}

footer .cont .foot-nav dl dt a {
  color: #dadada;
  font-size: 16px;
  line-height: 1;
}

footer .cont .foot-nav dl dd {
  line-height: 2;
}

footer .cont .foot-nav dl dd a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

footer .cont .info .logo {
  display: block;
  margin-bottom: 16px;
}

footer .cont .info p {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  font-weight: lighter;
}

footer .cont .info .tel {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: 16px;
  line-height: 1;
  margin-bottom: 16px;
}

footer .cont .info .tel span {
  font-size: 30px;
  margin-left: 10px;
}

footer .cont .wechat img {
  width: 120px;
  height: 120px;
  padding: 4px;
  background-color: #fff;
}

footer .cr {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
  margin-top: auto;
  background-color: #2e2e2e;
}

footer .cr a {
  color: #b0b0b0;
  text-decoration: underline;
}

.back-top {
  right: 10px;
  bottom: -48px;
  opacity: 0;
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 123123;
  border-radius: 2px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.back-top.show {
  bottom: 72px;
  opacity: 1;
}

.back-top .iconfont {
  color: orange;
  font-size: 48px;
}