@font-face {
  font-family: "Hiragino_Sans_GB";
  src: url("../fonts/Hiragino_Sans_GB.otf");
}

@font-face {
  font-family: "Futura_Light";
  src: url("../fonts/Futura_Light.ttf");
}

@font-face {
  font-family: "Futura_Bold";
  src: url("../fonts/Futura_Bold.ttf");
}

@font-face {
  font-family: "FuturistFixedWidth";
  src: url("../fonts/FuturistFixedWidth.ttf");
}

@font-face {
  font-family: "Minion_pro";
  src: url("../fonts/Minion_pro.ttf");
}

@font-face {
  font-family: "FUTRFW";
  src: url("../fonts/FUTRFW.ttf");
}

@font-face {
  font-family: "DIN_Alternate";
  src: url("../fonts/DIN_Alternate.otf");
}

@font-face {
  font-family: "iconfont";
  /* project id 1443301 */
  src: url("//at.alicdn.com/t/font_1443301_2873p7rippm.eot");
  src: url("//at.alicdn.com/t/font_1443301_2873p7rippm.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_1443301_2873p7rippm.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_1443301_2873p7rippm.woff") format("woff"),
    url("//at.alicdn.com/t/font_1443301_2873p7rippm.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1443301_2873p7rippm.svg#iconfont") format("svg");
}

body {
  font: 14px/1.6 Hiragino_Sans_GB;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
input,
button,
label,
ul,
ol,
li,
p,
select,
span,
textarea,
thead,
tfoot,
table,
tr,
td,
figure,
figcaption,
time,
small,
video {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,
button {
  font-size: 14px;
}

div {
  display: block;
}

table {
  border-collapse: collapse;
}

li,
ol,
ul {
  list-style-type: none;
}

img {
  border: 0 none;
  vertical-align: top;
  pointer-events: none;
}

em,
cite,
i {
  font-style: normal;
}

button,
input,
textarea,
select {
  font-size: 14px;
  border: none;
  outline-style: none;
  line-height: 1.3333;
  vertical-align: middle;
  background-color: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0;
  line-height: 0;
  display: block;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  content: "";
}

a,
a:visited {
  color: #333;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-input-placeholder {
  color: #000;
}

.hidden {
  overflow: hidden;
}

.seo,
.hidetitle {
  display: none;
}

.swiper-pagination {
  bottom: 18px !important;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.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;
}

.top {
  height: 94px;
  clear: both;
  position: relative;
  background: url(../img/logo.jpg?t=2) no-repeat center;
  background-size: auto 100%;
}

.top .logo {
  width: 260px;
  height: 94px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  z-index: 1;
  top: 0;
}

.top .logo .linkUrl {
  width: 260px;
  height: 94px;
  display: block;
  font-size: 0;
  line-height: 0;
}

.top .share {
  float: left;
  overflow: hidden;
  margin: 25px 0 0 40px;
}

.top .share .iconfont {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.top .share .iconfont:last-child {
  font-size: 14px;
}

.top .menu {
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 25px 50px 0 0;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  z-index: 101;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
}

.top .menu.active {
  color: #fff;
  font-size: 34px;
}

.top .menu .line {
  width: 25px;
  height: 2px;
  margin: 3px 0;
  background-color: #333;
  display: block;
  transition: 500ms;
}

.top .menu.active .line {
  background-color: #fff;
}

.top .menu.active .line:nth-child(1) {
  transform: rotate(45deg) translate3d(5px, 8px, 0);
}

.top .menu.active .line:nth-child(2) {
  opacity: 0;
}

.top .menu.active .line:nth-child(3) {
  transform: rotate(-45deg) translate3d(3px, -6px, 0);
}

.banner {
  padding: 0 40px 40px;
  position: relative;
}

.banner .button-next,
.banner .button-prev {
  font-family: "times new roman";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  background-color: #fff;
  cursor: pointer;
}

.banner .button-next {
  right: 0;
}

.banner .button-prev {
  left: 0;
}

.space {
  padding: 100px 6% 0;
}

.space .title {
  text-align: right;
  font-family: "FuturistFixedWidth";
  font-size: 34px;
  color: #777;
  border-bottom: solid 4px #c7c7bb;
}

.space .space_list {
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

.space .space_list::before,
.space .space_list::after {
  width: 60%;
  content: "";
  position: absolute;
  background-color: #c7c7bb;
}

.space .space_list::before {
  left: 0;
  top: 0;
  bottom: 30%;
}

.space .space_list::after {
  top: 30%;
  right: 0;
  bottom: 0;
}

.space .space_list .button-next,
.space .space_list .button-prev {
  font-family: "times new roman";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  background-color: #fff;
  cursor: pointer;
}

.space .space_list .button-next {
  right: -50px;
}

.space .space_list .button-prev {
  left: -50px;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
}

.mask .image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.mask .arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
  animation: arrow 1s infinite;
}

.index_about {
  clear: both;
}

.index_about .hello {
  font-family: "FuturistFixedWidth";
  height: 110px;
  line-height: 110px;
  font-size: 32px;
  background-color: #4b4c4d;
  color: #fff;
  padding: 0 6%;
  text-indent: 40px;
  letter-spacing: 1px;
}

.index_about .content {
  padding: 0 6% 40px;
  margin-top: -50px;
  clear: both;
}

.index_about .content .image {
  float: right;
  width: 505px;
}

.index_about .content .image .more {
  font-family: "DIN_Alternate";
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
  position: relative;
}

.index_about .content .image .more:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #4b4c4d;
  transition: 500ms;
}

.index_about .content .image .more:hover:after {
  left: 10%;
  right: 10%;
}

.index_about .content .info {
  float: left;
  width: calc(100% - 690px);
  padding: 45px 0 45px 40px;
  border-left: solid 2px #4b4c4d;
  margin-top: 100px;
  position: relative;
}

.index_about .content .info p {
  padding: 7px 0;
  font-weight: bold;
  color: #333;
}

.index_about .content .info p:nth-child(1) {
  margin-top: -10px;
}

.index_about .content .info .sign {
  font-family: "DIN_Alternate";
  position: absolute;
  left: 0;
  text-align: right;
  right: 8px;
  bottom: -13px;
  font-weight: bold;
  color: #000;
}

.index_travel {
  background-color: #c7c7bb;
  clear: both;
  overflow: hidden;
  padding: 54px 0;
}

.index_travel .image {
  display: block;
  margin: 0 auto;
}

.side {
  width: 540px;
  background-color: #4b4c4d;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.side .list {
  padding: 32% 60px 0 0;
}

.side .list .li {
  display: block;
  text-align: right;
}

.side .list .link {
  display: inline-block;
  color: #fff;
  text-align: right;
  font-family: "FuturistFixedWidth";
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 13px;
}

.side .list .link:after {
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 5px;
  animation: nav_hover_out 500ms;
  content: "";
}

.side .list .link:hover:after,
.side .list .li.active .link:after {
  animation: nav_hover_on 500ms forwards;
}

.side .bar {
  display: none;
  text-align: right;
  width: 200px;
  overflow: hidden;
  position: absolute;
  bottom: 36%;
}

.side .bar.active {
  display: block;
}

.side .bar .linktxt {
  font-size: 13px;
  line-height: 36px;
  text-align: right;
  color: #fff;
  font-family: "FuturistFixedWidth";
  transform: translateX(70px);
  opacity: 0;
  float: right;
  position: relative;
}

.side .bar.active .linktxt:nth-child(1) {
  animation: fly_on 300ms forwards;
}

.side .bar.active .linktxt:nth-child(3) {
  animation: fly_on 300ms forwards 300ms;
}

.side .bar.active .linktxt:nth-child(5) {
  animation: fly_on 300ms forwards 600ms;
}

.side .bar.active .linktxt:after {
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 5px;
  animation: nav_hover_out 500ms;
  content: "";
}

.side .bar.active .linktxt:hover:after {
  animation: nav_hover_on 500ms forwards;
}

.gallary {
  text-align: center;
  clear: both;
  overflow: hidden;
  padding: 100px 0 32px;
}

.gallary .title {
  font-family: "FuturistFixedWidth";
  font-size: 34px;
  color: #777;
  border-bottom: solid 2px #595a5a;
  padding-bottom: 25px;
  margin: 0 30px;
}

.gallary .list {
  display: -webkit-box;
  -webkit-box-pack: center;
  padding: 0 11px;
}

.gallary .list .item {
  display: block;
  width: calc(33.333333333333% - 38px);
  padding: 35px 0;
  margin: 0 19px;
}

.gallary .list .item .en {
  font-family: "times new roman";
  color: #666;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-indent: 1px;
}

.gallary .list .item .cn {
  color: #666;
  line-height: 1.2;
  letter-spacing: 5px;
  text-indent: 5px;
}

.gallary .list .item .image {
  margin-top: 25px;
  overflow: hidden;
  transition: 500ms;
  object-fit: cover;
}

.gallary .list .item .image:hover {
  transform: scale(1.03);
}

.gallary .list .item .desc {
  font-size: 12px;
  line-height: 1.3;
  color: #888;
  padding: 20px 8%;
}

.goHeader {
  width: 64px;
  height: 64px;
  background: url(https://cdn.szwangfan.com/salt/image/gotop.png) no-repeat;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
}

.goContact {
  width: 64px;
  height: 64px;
  background: url("../img/ico-contact.svg") no-repeat center rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 20px;
  bottom: 104px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  background-size: 32px auto;
  border-radius: 50%;
}

.mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.contact-modal {
  width: 450px;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.contact-modal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
.contact-modal .title {
  font-size: 30px;
  text-align: center;
  font-family: "times new roman";
  letter-spacing: 1px;
  text-indent: 1px;
}
.contact-modal .desc {
  text-align: center;
  line-height: 1.6;
  font-size: 12px;
  padding: 10px 0 20px;
  font-family: "DIN_Alternate";
  letter-spacing: 4px;
  text-indent: 4px;
}
.contact-modal .item-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.contact-modal .box {
  margin-top: 20px;
}
.contact-modal .label {
  font-size: 14px;
  font-family: "times new roman";
  line-height: 1;
}
.contact-modal .item-box .label {
  width: 50px;
}
.contact-modal .item-box .input-box {
  flex: 1;
  width: 1%;
  font-size: 14px;
  height: 30px;
  background-color: #e1e1e1;
  margin-left: 10px;
  padding: 0 10px;
  font-family: "times new roman";
  letter-spacing: 3px;
}
.contact-modal .textarea {
  width: calc(100% - 20px);
  font-size: 14px;
  height: 80px;
  padding: 10px;
  background-color: #e1e1e1;
  resize: none;
  margin-top: 6px;
  font-family: "times new roman";
  letter-spacing: 3px;
}
.contact-modal .btn {
  font-family: "times new roman";
  font-size: 12px;
  letter-spacing: 2px;
  text-indent: 2px;
  width: 90px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4b4c4e;
  border-radius: 100px;
  margin: 16px auto 0;
  cursor: pointer;
}

.stories {
  margin-top: 80px;
  clear: both;
  padding-bottom: 80px;
  overflow: hidden;
  text-align: center;
}

.stories .title {
  font-family: "FuturistFixedWidth";
  border-top: solid 2px #4b4c4d;
  padding: 40px 0;
  margin: 0 30px;
  overflow: hidden;
  position: relative;
}

.stories .title .text {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 34px;
  color: #777;
}

.stories .title .prev-btn {
  font-family: "times new roman";
  height: 54px;
  line-height: 54px;
  position: absolute;
  left: 8px;
  top: 40px;
  bottom: 0;
  cursor: pointer;
  font-size: 50px;
  color: #777;
  transition: 300ms;
}

.stories .title .prev-btn:hover {
  left: 0;
}

.stories .title .next-btn {
  font-family: "times new roman";
  height: 54px;
  line-height: 20px;
  position: absolute;
  top: 40px;
  right: 8px;
  bottom: 0;
  cursor: pointer;
  font-size: 50px;
  color: #777;
  transition: 300ms;
}

.stories .title .next-btn:hover {
  right: 0;
}

.stories .list {
  padding: 0 30px;
  clear: both;
  position: relative;
}

.stories .swiper-container {
  overflow: visible;
}

.stories .swiper-slide {
  position: relative;
}

.stories .swiper-slide .image {
  transition: 500ms;
  object-fit: cover;
}

.stories .cont {
  position: absolute;
  left: 20px;
  top: 30px;
  right: 20px;
  bottom: 30px;
  border: solid 5px #fff;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  transition: 500ms;
  color: #fff;
}

.stories .cont .pname {
  display: block;
  margin-top: 4px;
  font-family: "times new roman";
}

.stories .cont .ptitle {
  display: block;
  font-family: "times new roman";
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  line-height: 1.2;
}

.stories .cont .en {
  line-height: 1.2;
  letter-spacing: 4px;
  text-indent: 4px;
}

.stories .swiper-slide:hover .image {
  transform: scale(1.03);
}

.stories .swiper-slide:hover .cont {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0);
  color: #333;
}

.stories .more {
  font-family: "times new roman";
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
}

.stories .more:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #4b4c4d;
  transition: 500ms;
}

.stories .more:hover:after {
  left: 10%;
  right: 10%;
}

.about {
  clear: both;
  overflow: hidden;
}

.about .cont1 {
  min-height: 310px;
  max-height: 330px;
  background-color: #c7c7bb;
  padding: 0 60px;
  clear: both;
  overflow: hidden;
}

.about .cont1 .title {
  border-bottom: solid 2px #4b4c4d;
  text-align: right;
  width: 47%;
  font-family: "FuturistFixedWidth";
  font-size: 30px;
  color: #4b4c4d;
  margin-top: 30px;
}

.about .cont1 .desc {
  width: 40%;
  float: right;
  margin-right: 6%;
}

.about .cont1 .desc p {
  font-weight: bold;
  line-height: 1.4;
  color: #444;
}

.about .cont2 {
  background-color: #4b4c4d;
  padding: 40px 60px;
  position: relative;
  text-align: right;
}

.about .cont2 .img1 {
  position: absolute;
  left: 60px;
  top: -210px;
}

.about .team {
  clear: both;
  overflow: hidden;
  padding: 0 25px;
}

.about .team .title {
  width: 340px;
  border-bottom: solid 2px #c8c8bc;
  margin: 0 auto;
  height: 90px;
  line-height: 98px;
  text-align: center;
  font-size: 30px;
  font-family: "FuturistFixedWidth";
  color: #4b4c4f;
  position: relative;
}

.about .team .title:after {
  width: 26px;
  height: 2px;
  background-color: #c8c8bc;
  content: "";
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -14px;
  bottom: -2px;
}

.about .team .boss {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about .team .boss .item {
  width: 26%;
  clear: both;
  overflow: hidden;
  padding: 3%;
  text-align: center;
}

.about .team .boss .item .name {
  font-size: 23px;
  font-family: "times new roman";
  margin-top: 20px;
}

.about .team .boss .item .desc {
  margin-top: 20px;
}

.about .members {
  background-color: #c7c7c7;
  clear: both;
  overflow: hidden;
  padding: 30px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about .members .item {
  width: 26%;
  clear: both;
  overflow: hidden;
  padding: 3%;
  text-align: center;
}

.about .members .item .name {
  font-size: 23px;
  font-family: "times new roman";
  margin-top: 20px;
}

.about .members .item .desc {
  margin-top: 20px;
}

.about .say {
  clear: both;
  overflow: hidden;
  text-align: center;
}

.about .say .title {
  font-family: "DIN_Alternate";
  display: inline-block;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  margin: 35px auto 0;
  cursor: pointer;
  transition: 300ms;
}

.about .say .title:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #4b4c4d;
  transition: 500ms;
}

.about .say .title:hover:after {
  left: 10%;
  right: 10%;
}

.about .say .desc {
  height: 73px;
  background-color: #c7c7bb;
  color: #fff;
  font-size: 30px;
  font-family: "times new roman";
  line-height: 73px;
  margin-top: 40px;
  letter-spacing: 1px;
}

.information {
  clear: both;
}

.information .cont1 {
  clear: both;
  position: relative;
  padding-top: 32px;
}

.information .img1 {
  position: absolute;
  left: 0;
  top: 0;
}

.information .img2 {
  position: absolute;
  right: 0;
  top: 30.5%;
}

.information .content {
  background-color: #c7c7bb;
  width: 60%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  color: #4b4c4d;
  padding-bottom: 15px;
}

.information .content .title {
  font-family: "FuturistFixedWidth";
  font-size: 33px;
  line-height: 1.2;
  margin-top: 16px;
}

.information .content .list {
  clear: both;
  overflow: hidden;
  padding: 20px 0 10px;
}

.information .content .list .item {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
}

.information .content .list .item .name {
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 2px #4b4c4d;
  margin-bottom: 10px;
}

.information .content .list .item p {
  padding: 6px 0;
  font-weight: bold;
  line-height: 1.4;
}

.information .content .say {
  font-family: "DIN_Alternate";
  font-weight: bold;
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  transition: 300ms;
  position: relative;
  cursor: pointer;
}

.information .content .say:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #4b4c4d;
  transition: 500ms;
}

.information .content .say:hover:after {
  left: 10%;
  right: 10%;
}

.information .img3 {
  margin-top: 60px;
}

.information .cont2 {
  clear: both;
  overflow: hidden;
  border-top: solid 2px #4b4c4d;
  margin: 50px 25px 0;
  text-align: center;
}

.information .cont2 .title {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 31px;
  font-family: "FuturistFixedWidth";
  color: #4b4c4f;
  position: relative;
}

.information .cont2 .title:before {
  position: absolute;
  width: 340px;
  height: 2px;
  background-color: #c8c8bc;
  left: 50%;
  bottom: -2px;
  margin-left: -170px;
  content: "";
}

.information .cont2 .title:after {
  width: 26px;
  height: 2px;
  background-color: #c8c8bc;
  content: "";
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -14px;
  bottom: -2px;
}

.information .cont2 .list {
  text-align: left;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px 0;
}

.information .cont2 .list .half {
  width: 480px;
  margin: 0 45px;
}

.information .cont2 .list .half .item {
  color: #4b4c4d;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}

.information .cont2 .list .half .item .name {
  font-size: 20px;
  font-weight: bold;
}

.information .cont2 .list .half .item .desc {
  padding-top: 12px;
}

.information .cont2 .list .half .item .desc b {
  font-size: 16px;
}

.information .cont2 .list .half .item .desc p {
  line-height: 1.4;
  margin-top: 2px;
}

.information .cont3 {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 70px 0 80px;
}

.information .cont3 .desc {
  font-family: "DIN_Alternate";
  font-weight: bold;
  margin-right: 75px;
  font-size: 18px;
  color: #231f20;
}

.information .cont3 .say {
  font-family: "DIN_Alternate";
  font-weight: bold;
  display: inline-block;
  color: #231f20;
  font-size: 18px;
  text-align: center;
  margin-left: 75px;
  cursor: pointer;
  position: relative;
}

.information .cont3 .say:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #4b4c4d;
  transition: 500ms;
}

.information .cont3 .say:hover:after {
  left: 10%;
  right: 10%;
}

.conText {
  clear: both;
  overflow: hidden;
}

.conText .banner {
  padding: 15px;
  background-color: #4b4c4d;
  position: relative;
}

.conText .banner .cont {
  padding-left: 58px;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.conText .banner .cont .name {
  font-family: "FuturistFixedWidth";
  line-height: 1.2;
  font-size: 18px;
}

.conText .banner .cont .type {
  font-family: "FuturistFixedWidth";
  font-size: 20px;
  padding: 30px 0;
}

.conText .banner .cont .area {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 8px;
}

.conText .piclist {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  clear: both;
  overflow: hidden;
  padding: 10px 0 20px;
  width: 1006px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.conText .piclist img {
  border: solid 3px #fff;
}

.conText .warning {
  width: 1000px;
  margin: 14px auto;
  border-top: solid 1px #4b4c4d;
  padding: 14px 0;
  font-size: 12px;
  text-align: center;
  color: #4b4c4f;
}

.hotShow {
  clear: both;
  overflow: hidden;
  background-color: #c7c7bb;
}

.hotShow .title {
  width: 340px;
  border-bottom: solid 2px #4b4c4d;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-family: "times new roman";
  color: #4b4c4f;
  position: relative;
}

.hotShow .title:after {
  width: 26px;
  height: 2px;
  background-color: #4b4c4d;
  content: "";
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -14px;
  bottom: -2px;
}

.hotShow .list {
  padding: 25px 0 15px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.hotShow .item {
  position: relative;
  width: 225px;
  margin: 0 72px;
}

.hotShow .item .image {
  transition: 500ms;
}

.hotShow .cont {
  position: absolute;
  left: 20px;
  top: 30px;
  right: 20px;
  bottom: 30px;
  border: solid 5px #fff;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  transition: 500ms;
  color: #fff;
}

.hotShow .cont .pname {
  display: block;
  margin-top: 4px;
  font-family: "times new roman";
}

.hotShow .cont .ptitle {
  display: block;
  font-family: "times new roman";
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  line-height: 1.2;
}

.hotShow .cont .en {
  line-height: 1.2;
  letter-spacing: 4px;
  text-indent: 4px;
}

.hotShow .item:hover .image {
  transform: scale(1.03);
}

.hotShow .item:hover .cont {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0);
  color: #333;
}

.gallery {
  clear: both;
  overflow: hidden;
  padding-top: 210px;
}

.gallery .cont1 {
  padding: 0 60px 97px;
  background-color: #4b4c4d;
  text-align: center;
  position: relative;
}

.gallery .cont1 .img {
  margin-top: -210px;
  object-fit: cover;
}

.gallery .cont1 .cont2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  color: #fff;
}

.gallery .cont1 .cont2 .title {
  font-size: 30px;
  font-family: "FuturistFixedWidth";
}

.gallery .cont1 .cont2 .type {
  line-height: 1.2;
  font-family: "times new roman";
  font-size: 18px;
  text-indent: 2px;
  letter-spacing: 2px;
  margin-top: 8px;
}

.gallery .cont1 .cont2 .name {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 8px;
  text-indent: 8px;
}

.gallery .list {
  padding: 40px 1px 50px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery .list .item {
  cursor: pointer;
  width: calc(100% / 3 - 2px);
  margin: 1px;
  position: relative;
}

.gallery .list .item .cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  opacity: 0;
  transition: 300ms;
}

.gallery .list .item .cont .type {
  font-family: "times new roman";
  font-size: 16px;
  width: 208px;
  border-bottom: solid 1px #fff;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
}

.gallery .list .item .cont .name {
  line-height: 1.5;
  font-family: "times new roman";
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 18px;
}

.gallery .list .item .cont .desc {
  font-size: 12px;
  line-height: 1.2;
  margin-top: -3px;
  letter-spacing: 2px;
  text-indent: 2px;
}

.gallery .list .item:hover .cont {
  opacity: 1;
}

.gallery .list .item img {
  transition: 500ms;
}

.gallery .list .item:hover img {
  transform: scale(1.03);
}

.page {
  text-align: center;
  font-size: 12px;
  padding-bottom: 12px;
  margin: 0 30px 40px;
  border-bottom: solid 1px #4b4c4d;
}

.page .pageno {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.page .pageno .link {
  margin: 0 3px;
  font-size: 12px;
}

.page .pageno .dot {
  margin: 0 3px;
}

.page .bar {
  margin-top: 5px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.page .bar .link {
  margin: 0 3px;
  font-size: 12px;
  font-family: "times new roman";
}

.page .bar .line {
  margin: 0 3px;
  font-size: 12px;
}

.contact {
  clear: both;
  overflow: hidden;
  padding-bottom: 80px;
}

.contact .title {
  height: 100px;
  background-color: #4b4c4d;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-family: "FuturistFixedWidth";
  font-size: 30px;
}

.contact .content {
  margin: 40px 50px 0;
  border-top: solid 1px #4b4c4d;
}

.contact .content .cont1 {
  border-bottom: solid 1px #4b4c4d;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.contact .content .cont1 .item {
  font-size: 12px;
  line-height: 2;
  width: 50%;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
  padding: 30px 20px;
  color: #333;
}

.contact .content .cont1 .item:first-child {
  border-right: solid 1px #4b4c4d;
}

.contact .form {
  padding-top: 80px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact .form .item {
  width: 390px;
  margin: 0 5px;
}

.contact .form .item .inputbox {
  font-size: 12px;
  width: calc(100% - 40px);
  height: 40px;
  border-bottom: solid 1px #4b4c4d;
  margin-top: 25px;
  letter-spacing: 3px;
  padding: 0 20px;
}

.contact .textarea {
  font-family: "Hiragino_Sans_GB";
  font-size: 12px;
  padding: 0 20px;
  width: 750px;
  border-bottom: solid 1px #4b4c4d;
  margin-top: 25px;
  letter-spacing: 3px;
  margin: 50px auto 0;
  display: block;
  resize: none;
  height: 155px;
  line-height: 1.6;
}

.contact .btn {
  letter-spacing: 4px;
  text-indent: 4px;
  height: 40px;
  line-height: 40px;
  width: 130px;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  display: block;
  transition: 300ms;
  border: solid 1px #4b4c4d;
  font-weight: bold;
}

.contact .btn:after {
  height: 40px;
  background-color: #4b4c4d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(40px);
  content: "";
  z-index: -1;
  transition: 300ms;
}

.contact .btn:hover:after {
  transform: translateY(0);
}

.contact .btn:hover {
  color: #fff;
  border-color: #4b4c4d;
}

.contact .map {
  height: 600px;
  margin-top: 90px;
}

.story {
  clear: both;
  overflow: hidden;
}

.story .flash {
  position: relative;
}

.story .flash .name {
  font-family: "FuturistFixedWidth";
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.story .flash .name:before,
.story .flash .name:after {
  height: 2px;
  position: absolute;
  top: 28px;
  content: "";
  background-color: #fff;
}

.story .flash .name:before {
  left: 0;
  right: 68.5%;
}

.story .flash .name:after {
  right: 0;
  left: 68.5%;
}

.story .list {
  padding: 40px 1px 50px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.story .list .item {
  width: calc(100% / 3 - 2px);
  margin: 1px;
  position: relative;
}

.story .list .item .cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  opacity: 0;
  transition: 300ms;
  z-index: 11;
}

.story .list .item .cont .type {
  font-family: "times new roman";
  width: 208px;
  border-bottom: solid 1px #fff;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 16px;
}

.story .list .item .cont .name {
  line-height: 1.5;
  font-family: "times new roman";
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 18px;
}

.story .list .item .cont .desc {
  font-size: 12px;
  line-height: 1.2;
  margin-top: -3px;
  letter-spacing: 2px;
  text-indent: 2px;
}

.story .list .item:hover .cont {
  opacity: 1;
}

.story .list .item img {
  transition: 500ms;
}

.story .list .item:hover img {
  transform: scale(1.03);
  position: relative;
  z-index: 10;
}

.story .film {
  padding: 50px 10px 100px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.story .film .item {
  margin: 20px 10px 0;
  position: relative;
}

.story .film .cont {
  clear: both;
}

.story .film .cont .type {
  font-family: "times new roman";
  letter-spacing: 2px;
  margin-top: 8px;
}

.story .film .cont .name {
  line-height: 1.4;
  font-family: "times new roman";
  letter-spacing: 2px;
  font-size: 16px;
}

.story .film .cont .desc {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-top: 6px;
}

.footer {
  background-color: #4b4c4d;
  color: #fff;
  clear: both;
  overflow: hidden;
}

.footer .content {
  display: -webkit-box;
  -webkit-box-pack: center;
  margin: 25px 30px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 30px 0;
}

.footer .content .contact {
  width: 25%;
  display: block;
  padding: 35px 50px 20px 0;
  border-right: solid 1px #fff;
}

.footer .content .contact p,
.footer .content .contact .link {
  font-family: "Futura_Light";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 3px;
  text-indent: 3px;
  display: block;
}

.footer .content .contact .link {
  text-decoration: underline;
}

.footer .content .contact p:nth-child(3n) {
  padding-top: 15px;
}

.footer .content .copyright {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  width: 33%;
  text-align: center;
  padding: 0 40px;
}

.footer .content .qrcode {
  width: 25%;
  padding: 15px 0 15px 50px;
  display: block;
  border-left: solid 1px #fff;
}

.footer .content .qrcode .btn {
  width: 202px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  margin: 24px 0 2px;
}

.footer .content .qrcode .btn:hover {
  background-color: #fff;
  color: #4b4c4d;
}

.footer .content .qrcode .img {
  border: solid 4px #fff;
}

.footer .content .qrcode .text {
  width: 108px;
  text-align: center;
  margin-top: 8px;
}

.footer .nav {
  text-align: center;
  clear: both;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-pack: center;
  padding: 12px 0;
}

.footer .nav .link {
  font-family: "FuturistFixedWidth";
  font-size: 12px;
  display: block;
  color: #fff;
  margin: 0 40px;
}

.footer .content .copyright .share {
  margin: 15px 0 30px;
  height: 25px;
  width: 216px;
  display: flex;
  justify-content: center;
}

.footer .content .copyright .share .iconfont {
  width: 54px;
  color: #fff;
  text-align: center;
}

.footer .content .copyright .share .iconfont:last-child {
  font-size: 15px;
}

.footer .content .copyright .name {
  font-family: "Futura_Light";
  font-size: 20px;
  font-style: italic;
  letter-spacing: 3px;
  text-indent: 5px;
}

.footer .content .copyright .text {
  font-family: "times new roman";
  font-size: 14px;
  letter-spacing: 1px;
}

.footer .content .copyright .icp {
  color: rgba(255, 255, 255, 0.8);
}

.footer .content .copyright .icp a {
  font-family: "times new roman";
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  letter-spacing: 1px;
}

.album {
  clear: both;
  overflow: hidden;
  padding-top: 210px;
}

.album .cont1 {
  padding: 0 60px 35px;
  background-color: #c7c7bb;
  text-align: center;
  position: relative;
}

.album .cont1 .img {
  margin-top: -210px;
  object-fit: cover;
}

.album .con1 {
  margin: 0 30px;
  position: relative;
  padding: 85px 0 45px;
}

.album .con1:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c8c8bc;
  bottom: -2px;
  content: "";
}

.album .con1:after {
  width: 26px;
  height: 2px;
  background-color: #c8c8bc;
  content: "";
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -14px;
  bottom: -2px;
}

.album .con1 p {
  padding: 6px 0;
  text-align: center;
  color: #4b4c4d;
}

.album .con2 {
  clear: both;
  overflow: hidden;
  width: 720px;
  margin: 0 auto;
  padding: 0 50px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  border-color: #eee;
  position: relative;
}

.album .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 5px;
}

.album .subtitle {
  font-size: 16px;
  font-weight: bold;
  padding: 60px 0 4px;
  text-align: center;
}

.album p {
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.85);
}

.album .con3 {
  clear: both;
  padding: 75px 0 80px;
  width: 824px;
  margin: 100px auto 0;
  position: relative;
}

.album .con3:before {
  position: absolute;
  width: 340px;
  height: 2px;
  background-color: #eee;
  left: 50%;
  top: -2px;
  margin-left: -170px;
  content: "";
}

.album .con3:after {
  width: 26px;
  height: 2px;
  background-color: #eee;
  content: "";
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -14px;
  top: -2px;
}

.album .con3 .img1 {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.album .con3 .img2 {
  float: left;
  width: calc(50% - 3px);
  margin-bottom: 6px;
}

.album .con3 .img3 {
  float: right;
  width: calc(50% - 3px);
  margin-bottom: 6px;
}

.album .con4 {
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 60px;
}

.album .con4::before,
.album .con4::after {
  content: "";
  width: calc(50% - 180px);
  height: 600px;
  background: url("https://thesaltstudio-1254250314.cos.ap-shanghai.myqcloud.com/album/pic1.jpg")
    no-repeat left;
}

.album .con4::after {
  background-position: right;
}

.album .video {
  width: 360px;
  object-fit: cover;
  height: 600px;
}

.album .con6 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.album .con6 .text1 {
  margin-top: -18%;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.album .con6 .text1::before,
.album .con6 .text1::after {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.album .con6 .text1::before {
  width: 80%;
}

.album .con6 .text1::after {
  width: 10%;
}

.album .con6 .text3 {
  letter-spacing: 6px;
  text-indent: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  width: 110px;
  text-align: center;
}

.album .text2 {
  margin-top: -2px;
  width: 240px;
  text-align: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  font-family: "FuturistFixedWidth";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 4px;
}

.our_space {
  background-color: #eeeee9;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
  position: relative;
}

.our_space::after {
  content: "";
  height: 400px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1077px;
  right: 0;
}

.our_space .w1000 {
  padding: 0 6.3%;
  position: relative;
}

.our_space .w1000::before {
  width: 1px;
  position: absolute;
  top: 71px;
  bottom: 0;
  background-color: #b2b2b2;
  content: "";
  z-index: 1;
}

.our_space .title {
  font-family: "Athelas";
  font-size: 23px;
  letter-spacing: 6px;
  margin-top: 55px;
}

.our_space .t2 {
  text-indent: 16px;
}

.our_space .con1 {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding-left: 20px;
}

.our_space .con2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our_space .t3 {
  font-family: "Athelas";
  font-size: 20px;
  text-indent: 3px;
  letter-spacing: 3px;
  color: #000;
}

.our_space .desc {
  letter-spacing: 5px;
  text-indent: 5px;
  margin-top: 2px;
  color: #000;
}

.our_space .con3 {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.our_space .con3 .item {
  padding-top: 15px;
}

.our_space .con4 {
  padding: 15px 0 0 20px;
  position: relative;
  z-index: 1;
}

.our_space .con5 {
  padding: 15px 0 0 20px;
  overflow: hidden;
}

@keyframes arrow {
  0% {
    transform: translateY(-20px);
    opacity: 1;
  }
  90% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes nav_hover_on {
  0% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes nav_hover_out {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes fly_on {
  0% {
    transform: translateX(70px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
