@media (min-width: 1025px) {
  body {
    margin-left: 300px;
    overflow-x: hidden;
  }
}
.header-main {
  padding-left: 60px;
}
.fontSL {
  font-family: "SL";
}
.fontSR {
  font-family: "SR";
}
.logo {
  width: auto;
  display: block;
}
.header-nav {
  font-size: 16px;
}
.header-nav .active .hn-nav__cont {
  width: calc(100% - 300px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav a span {
  color: #444444;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.header-nav a span:first-child {
  font-family: "SR";
  font-style: italic;
  letter-spacing: .6px;
  line-height: 1.6;
  display: block;
  text-transform: uppercase;
}
.header-nav a span:last-child {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  padding-right: 115px;
}
.header-nav a .n-line {
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  background-color: #ccc;
}
.header-nav a .n-line:after {
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
}
.header-lang {
  font-size: 12px;
}
.header-lang a,
.header-lang i {
  display: inline-block;
  vertical-align: middle;
}
.header-lang a {
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  color: #444444;
  font-family: "SL";
  position: relative;
}
.header-lang a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  background-color: #000000;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  backface-visibility: hidden;
  -webkit-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.header-lang a.on {
  color: #000000;
}
.header-lang a.on:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.header-lang i {
  width: 1px;
  height: 15px;
  background-color: #444444;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  margin: 0 em(6, 16);
}
@media (min-width: 1025px) {
  .menu-btn,
  .back-nav {
    display: none;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 300;
  }
  .header .close-nav {
    -webkit-transition: transform .4s;
    transition: transform .4s;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    z-index: 10;
    cursor: pointer;
  }
  .header .close-nav:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .nav-menu > li > a {
    display: block;
    padding-bottom: 3.6vh;
  }
  .header-lang {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: 100%;
  }
  .header-lang a:hover {
    color: #000000;
  }
  .header-lang a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .header-nav a:hover span {
    color: #b9986c;
  }
  .header-nav a:hover .n-line:after {
    width: 100%;
    background-color: #b9986c;
  }
  .nav-menu .on > a span {
    color: #000000;
  }
  .nav-menu .on > a .n-line:after {
    width: 100%;
  }
  .hn-menu a:hover {
    color: #000000;
  }
  .hn-nav__cont {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    position: fixed;
    left: 300px;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .hn-nav__cont .header-lang {
    display: none;
  }
  .hn-subject {
    width: 100%;
    height: 100%;
    background-color: #f1f0ee;
    background-image: url(../images/headbg.png);
    padding: 0 5%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .hn-subject .page-caption {
    margin-top: 13vh;
  }
  .hn-subject .page-caption span {
    text-transform: uppercase;
  }
  .hn-menu {
    margin-top: 18vh;
  }
  .hn-menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
  }
  .hn-menu a {
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
    color: #444444;
    font-weight: 200;
    color: #444;
  }
  .hn-menu.line-animate a:after {
    background-color: #000000;
  }
  .hn-shop-menu {
    margin-top: 10vh;
  }
  .hn-dec {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #000000;
    text-align: center;
    padding-top: 7.40741vh;
  }
  .hn-dec span {
    font-size: 14px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
  }
  .hn-dec .line {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #fff;
    bottom: 60px;
  }
  .header-cont {
    margin-top: 40px;
  }
}
.container {
  width: 100%;
}
.vm-btn {
  display: inline-block;
  font-size: 14px;
  font-family: "SR";
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  color: #b9986c;
}
.vm-btn:after {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.vm-btn:hover:after {
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  left: 0;
  width: 100%;
  background-color: #b9986c;
}
.index-slider {
  width: 100%;
  height: 100vh;
  background: url(../images/index-slider.png) center center no-repeat;
  background-size: cover;
  display: flex;
  padding-left: 100px;
  align-items: center;
}
.index-slider h1 {
  font-size: 52px;
  font-weight: normal;
}
.index-slider h1 span {
  display: block;
}
.index-slider .en {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  line-height: 2;
}
.index-slider .vm-btn {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  
}
.index-slider .mt60 {
  margin-top: 60px;
}
.main-title .en {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.main-title .fs20 {
  line-height: 2;
}
.c4 {
  color: #444;
}
.mt120 {
  margin-top: 120px;
}
.mt40 {
  margin-top: 40px;
}
.pr80 {
  padding-right: 60px;
}
.in-pronode {
  text-align: center;
  padding: 30px;
}
.in-pronode .cname {
  color: #b9986c;
}
.in-pronode .cname p {
  font-size: 26px;
  text-transform: uppercase;
}
.in-pronode .cname h2 {
  font-size: 20px;
  font-weight: normal;
}
.in-pronode .pic {
  width: 100%;
}
.in-pronode .pic img {
  width: 100%;
}
.in-prolist > ul {
  display: flex;
  justify-content: space-between;
}
.in-prolist > ul > li {
  width: 24%;
  background-color: #F7F7F7;
}
.in-prolist > ul > li:hover {
  background-color: #b9986c;
  color: #fff;
}
.in-prolist > ul > li:hover a {
  color: #fff;
}
.in-prolist > ul > li:hover .in-pronode .cname {
  color: #fff;
}
.bgf7 {
  background-color: #f7f7f7;
}
.flex-bw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-bw4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-bw4::after {
  content: "";
  flex: auto;
}
.flex-bw4 > li {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
.flex-bw3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-bw3::after {
  content: "";
  flex: auto;
}
.flex-bw3 > li {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
}
.in-video {
  padding: 80px 80px 80px 60px;
}
.en {
  text-transform: uppercase;
}
.in-video-node {
  width: 45%;
  position: relative;
}
.in-video-node .txt {
  width: 50%;
  float: left;
}
.in-video-node .txt .en {
  font-size: 32px;
}
.in-video-node .txt span {
  display: block;
}
.in-video-node .txt .cname {
  margin-top: 20px;
}
.in-video-node .txt .detail {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.in-video-node .pic {
  width: 50%;
  float: right;
}
.in-video-node .pic img {
  width: 100%;
}
.in-leader {
  position: relative;
  padding-left: 60px;
}
.in-leader .in-leader-person {
  width: 55%;
  padding-right: 80px;
}
.in-leader .pic {
  position: absolute;
  right: 0;
  top: 00px;
  bottom: 0px;
  width: 45%;
  padding-left: 60px;
}
.in-leader .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.line2 {
  line-height: 2;
}
.in-leader-info {
  line-height: 2;
  margin-top: 18vh;
}
.in-leader-info h3 {
  font-weight: normal;
}
.in-leader-info .des {
  margin-top: 0px;
}
.in-leader-info .info {
  margin-top: 30px;
  border-top: 1px solid #000;
  padding-top: 30px;
}
.in-news {
  width: 45%;
}
.in-news-item .pic {
  background-color: #f7f7f7;
  padding: 40px 80px 40px 0;
}
.in-news-item .pic img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}
.in-news-item .txt {
  margin-top: 40px;
  padding-right: 80px;
}
.in-news-item .txt h3 {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.in-news-item .txt p {
  font-size: 14px;
}
.in-news-item .txt .des {
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in-news-item .txt .date {
  font-size: 12px;
  margin-top: 10px;
}
.in-news-item .txt .more {
  margin-top: 40px;
}
.in-news0 .pic {
  padding: 0;
}
.in-news0 .pic img {
  height: 290px;
  width: 100%;
  object-fit: cover;
}
.in-news0 .txt {
  margin-top: 30px;
  padding-right: 0;
}
.in-news0 .txt .des {
  height: 44px;
}
.in-news0 .txt .more {
  font-size: 14px;
}
.footer {
  background-color: #212121;
  padding: 100px 80px;
  color: #fff;
  position: relative;
}
.footer-contact > div {
  margin-right: 100px;
  display: inline-block;
}
.footer-contact > div span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.footer-contact > div p {
  font-size: 20px;
  margin-top: 10px;
}
.footer-contact > div .address {
  font-size: 16px;
}
.footer-contact > div.icp {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-contact .add {
  margin-right: 190px;
}
.bt-box {
  position: absolute;
  right: 80px;
  top: 120px;
  cursor: pointer;
  bottom: 100px;
  z-index: 10;
  width: auto;
}
.back-top {
  display: inline-block;
  height: 120px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  right: 0px;
  margin-top: 10px;
}
.back-top span {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.iconpark-icon {
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
}
.foot-line {
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  right: 11px;
  top: calc(100% - 50px);
  width: 1px;
  height: 50px;
  background-color: #fff;
}
.bt-box .iconpark-icon {
  width: 24px;
  height: 24px;
}
.bt-box.active .back-top {
  top: calc(100% - 120px);
  pointer-events: none;
}
.bt-box.active .foot-line {
  top: 10px;
}
.back-top:hover {
  color: #444444;
}
.hover-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hover-btn:after {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b9986c;
}
.hover-btn:hover:after {
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  left: 0;
  width: 100%;
}
.pro-nav {
  background-color: #000000;
  margin-top: 120px;
  padding: 15px 30px;
  padding-bottom: 15px;
}
.pro-nav > ul {
  display: flex;
}
.pro-nav > ul > li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.pro-nav > ul > li a {
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 0;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  float: left;
}
.pro-nav > ul > li a:hover {
  color: #b9986c;
}
.pro-nav > ul > li:before {
  position: absolute;
  right: -36px;
  content: "/";
  top: 8px;
}
.pro-nav .childnav {
  display: flex;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.pro-nav .childnav a {
  margin-left: 10px;
  margin-right: 10px;
}
.pro-nav .childnav span {
  padding: 8px 0;
  display: inline-block;
}
.pro-nav .current {
  color: #b9986c;
}
.pro-nav .current:after {
  left: 0;
  width: 100%;
  color: #b9986c;
}
.pro-nav > ul > li:last-child::before {
  display: none;
}
.pro-list > ul {
  flex-wrap: wrap;
}
.pro-list > ul > li {
  background-color: #F7F7F7;
  width: 32%;
  margin-top: 3vh;
  transition: background-color 0.4s ease-out;
}
.pro-list-node {
  text-align: center;
  padding: 20px 0 30px 0;
}
.pro-list-node a {
  display: block;
}
.pro-list-node .txt {
  margin-top: 20px;
}
.pro-list-node .txt h3 {
  font-family: "SL";
  font-weight: 400;
  margin-bottom: 8px;
}
.pro-list-node .pic img {
  max-height: 450px;
}
.pro-list > ul > li:hover {
  background-color: #b9986c;
  color: #fff;
}
.pro-list > ul > li:hover a {
  color: #fff;
}
.pagination {
  text-align: center;
  margin-top: 50px;
}
.pagination ul {
  font-size: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li:not(.list-arrow) {
  -webkit-transition: width .3s;
  transition: width .3s;
  height: 18px;
  width: 64px;
  position: relative;
  line-height: 18px;
  margin: 0 20px;
  text-align: left;
}
.pagination li:not(.list-arrow) a {
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
  letter-spacing: 2px;
  font-style: italic;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #444444;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.pagination li:not(.list-arrow) a:after,
.pagination li:not(.list-arrow) a::before {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  height: 1px;
  position: absolute;
  left: 32px;
  top: 50%;
}
.pagination li:not(.list-arrow) a::before {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  width: 0;
  z-index: 100;
  background-color: #000000;
}
.pagination li:not(.list-arrow) a::after {
  width: 10px;
  background-color: #444444;
}
.pagination li:not(.list-arrow).on a {
  font-size: 16px;
  color: #000000;
}
.pagination li:not(.list-arrow).on a::before,
.pagination li:not(.list-arrow).on a::after {
  width: 30px;
}
.pagination a {
  font-family: "SR";
}
.pagination .list-prev {
  margin-right: 75px;
}
.pagination .list-next {
  margin-left: 55px;
}
.pagination .list-arrow a {
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .6px;
  display: inline-block;
  position: relative;
  color: #dfdfdf;
}
.pagination .list-arrow a:after {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.pagination li:not(.list-arrow):hover a {
  font-size: 16px;
  padding-right: 48px;
}
.pagination li:not(.list-arrow):hover a:after {
  width: 30px;
}
.pagination:not(.ib-dots) li:not(.list-arrow):hover a {
  color: #000000;
}
.pagination:not(.ib-dots) li:not(.list-arrow):hover a::before,
.pagination:not(.ib-dots) li:not(.list-arrow):hover a::after {
  width: 30px;
}
.pagination .list-arrow a:hover {
  color: #000000;
}
.pagination .list-arrow a:hover:after {
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  left: 0;
  width: 100%;
}
.about-wh {
  padding-left: 60px;
  padding-right: 60px;
}
.about-wh > div {
  width: 32%;
  background-color: #fff;
  padding: 40px 50px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.about-wh > div h4 {
  font-weight: 400;
}
.about-wh > div .type {
  color: #444;
  margin-bottom: 10vh;
}
.about-wh > div .type span {
  margin-left: 20px;
}
.about-wh > div:hover {
  background-color: #b9986c;
  color: #fff;
}
.about-wh > div:hover .type {
  color: #fff;
}
.about-leader .pic {
  width: 47%;
}
.about-leader .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-leader .txt {
  width: 50%;
  padding-left: 3vh;
}
.about-leader .txt .en-name {
  text-transform: uppercase;
}
.about-leader .txt h4 {
  margin-bottom: 15px;
}
.about-leader .txt .info {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px;
}
.fzlc-box {
  background-color: #b9986c;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.fzlc-box .c4 {
  color: #fff;
}
.lc-info {
  margin-top: 60px;
}
.lc-info .lc-list {
  height: 420px;
  overflow: auto;
  width: 48%;
  padding-right: 60px;
}
.lc-info .lc-list .node {
  margin-bottom: 30px;
}
.lc-info .pic {
  height: 420px;
  width: 42%;
}
.lc-info .pic img {
  width: 100%;
  height: 100%;
}
.hzpic {
  border-top: 1px solid #000;
  padding-top: 50px;
  text-align: center;
  margin-top: 50px;
}
.about-ry-head {
  background-color: #b9986c;
  color: #fff;
  padding: 8vh 8vh;
  position: relative;
}
.about-ry-head .pic img {
  width: 100%;
}
.about-ry-head .white {
  color: #fff;
}
.about-ry-head .txts {
  margin-top: -55px;
}
.about-ry-head .about-ry-info {
  width: 50%;
  margin-top: 5vh;
}
.about-ry {
  flex-wrap: wrap;
}
.about-rylist {
  margin-bottom: 4vh;
  width: 48%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 50px 50px;
}
.about-rylist .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-rylist .pic {
  width: 280px;
}
.about-rylist .pic img {
  width: 280px;
}
.height-box {
  min-height: 100vh;
}
.page-box {
  padding: 80px 60px;
}
.bor1 {
  border-bottom: 1px solid #444;
  padding-bottom: 40px;
}
.page-content {
  line-height: 2;
}
.youshi-list p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.youshi-list label {
  color: #b9986c;
  font-size: 28px;
  font-style: italic;
  display: inline-block;
  margin-right: 20px;
  width: 40px;
}
.level-list {
  width: 80%;
}
.level-list > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #444;
  padding: 24px 0;
}
.level-list > div span {
  width: 150px;
  display: block;
}
.level-list > div p {
  width: calc(100% - 150px);
  color: #444;
}
.contact-box .tel {
  font-size: 34px;
  font-style: italic;
  font-family: "SR";
}
.contact-box .tel span {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "SL";
  color: #444;
  font-size: 30px;
}
.contact-box .type {
  font-size: 18px;
  margin-top: 8px;
}
.contact-list {
  margin-top: 5vh;
}
.contact-half {
  margin-right: 150px;
  display: inline-block;
}
.main-contact {
  width: 100%;
}
.contact-ewm > div {
  display: inline-block;
  margin-right: 80px;
  text-align: center;
  float: left;
}
.contact-ewm > div .name {
  font-size: 18px;
  margin-top: 15px;
}
.contact-ewm > div .name span {
  display: block;
  font-size: 16px;
}
.gf-shop {
  border-top: 1px solid #444;
  margin-top: 100px;
  padding-top: 100px;
}
.store-box {
  margin-top: 8vh;
  display: flex;
  justify-content: space-between;
}
.store-box .txt {
  width: 60%;
  padding-right: 80px;
}
.store-box .txt .bus {
  font-size: 15px;
  margin-top: 150px;
}
.store-box .txt .bus > div {
  margin-top: 10px;
}
.store-box .txt .bus > div span {
  display: block;
  position: relative;
  float: left;
}
.store-box .txt .bus > div p {
  padding-left: 100px;
}
.store-box .txt .add span {
  display: block;
}
.store-box .pic {
  width: 40%;
  height: 450px;
}
.store-box .pic img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.pro-nav2 {
  background-color: inherit;
  padding-left: 0;
  margin-top: 60px;
}
.pro-nav2 > ul > li a {
  color: #444;
}
.pro-nav2 > ul > li:before {
  color: #444;
}
.news-shiping > ul > li {
  margin-bottom: 20px;
}
.video-node {
  text-align: center;
}
.video-node .pic {
  height: 420px;
}
.video-node .pic a {
  display: block;
  height: 100%;
}
.video-node .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-node .txt a {
  display: block;
  padding: 25px 10px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-node:hover .txt a {
  background-color: #b9986c;
  color: #fff;
}
.news-box {
  max-width: 1100px;
}
.news-tit {
  border-bottom: 1px solid #444;
  padding-bottom: 5vh;
}
.news-content {
  margin-top: 5vh;
}
.nd-con {
  margin-top: 15vh;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #444;
  padding-top: 20px;
  padding-bottom: 10vh;
}
.nd-con a {
  color: #444;
}
.nd-con a:hover {
  color: #b9986c;
}
.pro-head {
  background-color: #F5F2ED;
  padding: 60px;
  position: relative;
}
.pro-head-right {
  width: calc(100% - 580px);
  float: right;
  padding-left: 80px;
}
.pro-head-right .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
}
.pro-head-right .buy {
  margin-top: 40px;
}
.pro-head-right .buy a {
  border: 1px solid #b9986c;
  color: #b9986c;
  display: inline-block;
  padding: 10px 50px;
  margin-right: 20px;
}
.pro-head-right .buy a:last-child{
	margin-right: 0;
	margin-left: 10px;
}
.pro-head-right .buy a:hover {
  background: #b9986c;
  color: #fff;
}
.pro-head-right .lilian {
  position: absolute;
  bottom: 70px;
  left: 720px;
  right: 60px;
}
.pro-head-right .lilian p {
  margin-top: 20px;
  color: #b9986c;
  border-bottom: 1px solid #b9986c;
  padding-bottom: 4px;
}
.pro-body {
  width: 580px;
  float: left;
}
#magnifier {
  position: relative;
  width: 580px;
}
.small-box {
  position: relative;
  width: 580px;
  height: 638px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-box table td {
  width: 580px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.small-box img {
  width: auto;
  height: auto;
  max-height: 580px;
  max-width: 500px;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: #b9986c;
  opacity: .5;
  cursor: pointer;
}
.thumbnail-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 580px;
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  width: 580px;
  display: flex;
  justify-content: space-between;
}
.thumbnail-box .list .item {
  float: left;
  width: 107px;
  height: 107px;
  background-color: #fff;
  padding: 10px;
}
.thumbnail-box .list .item img {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail-box .list .item-cur {
  border: 1px solid #b9986c;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 580px;
  top: 0;
  width: 400px;
  height: 400px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.big-box img {
  display: block;
}
.pro-cs {
  padding: 60px;
}
.pro-cs-list {
  max-width: 1100px;
}
.pro-cs-list > ul > li {
  color: #444;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #444;
}
.pro-cs-list > ul > li .cs {
  color: #b9986c;
  width: 150px;
}
.shop-mall > div {
  width: 400px;
  float: left;
  display: flex;
  margin-right: 60px;
}
.shop-mall > div .name {
  font-size: 24px;
  margin-right: 40px;
}
.shop-mall > div > div p {
  display: block;
  border: 1px solid #b9986c;
  width: 180px;
  text-align: center;
  padding: 10px;
}
.shop-mall > div > div p img {
  width: 100%;
}
.shop-mall > div > div p span {
  display: block;
  margin-top: 10px;
}
.shop-mall > div > div a {
  margin-top: 20px;
  display: block;
  border: 1px solid #b9986c;
  width: 180px;
  padding: 15px 0;
  text-align: center;
  color: #b9986c;
}
.shop-mall > div > div a:hover {
  background-color: #b9986c;
  color: #fff;
}
.shop-std {
  margin-top: 50px;
  font-size: 24px;
}
.shop-std p {
  display: inline-block;
  margin-right: 40px;
  float: left;
}
.follow {
  margin-top: 10px;
}
.follow > div,
.follow > p {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.follow > div a,
.follow > p a {
  color: #fff;
  font-size: 16px;
}
.follow > div svg,
.follow > p svg {
  width: 24px;
  height: 24px;
}
.follow > div a:hover,
.follow > p a:hover {
  color: #b9986c;
}
.follow .iconpark-icon:hover {
  color: #b9986c;
}
.follow > div {
  position: relative;
}
.follow > div p {
  position: absolute;
  background-color: #fff;
  left: -50px;
  bottom: 30px;
  z-index: 10;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: none;
}
.follow > div:hover p {
  display: block;
}
.in-news__list .item-box {
  position: relative;
}
.in-news__list .ntl-pic,
.in-news__list .inl-sub {
  display: inline-block;
  vertical-align: top;
}
.in-news__list .ntl-pic {
  width: 55.7%;
  flex-basis: 55.7%;
  position: relative;
}
.in-news__list .ntl-pic .bg-cover,
.in-news__list .ntl-pic .pic-ani {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.in-news__list .inl-sub {
  width: 64.68%;
  flex-basis: 64.68%;
  color: #fff;
  padding: 50px;
  padding-left: 4%;
  padding-right: 10%;
}
.in-news__list .ntl-time {
  cursor: pointer;
}
.in-news__list .ntl-time p {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: .26042vw;
}
.in-news__list .item-box span {
  text-align: left;
}
.in-news__list .inl-txt {
  color: #fff;
  line-height: 1.75;
}
.in-news__list .inl-intro {
  color: #ffffff;
}
.in-news__list .active {
  flex-basis: calc(100% - 180px);
  max-width: calc(100% - 180px);
}
.in-news__list .vm-btn {
  color: #fff;
}
.in-news__list .vm-btn:after {
  background-color: #fff;
}
.in-news__list .ct-border {
  border-color: #fff;
  padding-top: 20px;
}
.ntl-pic {
  position: relative;
}
.ntl-pic:before {
  content: "";
  display: block;
  padding-top: 124.33%;
}
.ntl-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.ntl-time {
  width: 60px;
  background-color: #6f584a;
}
.time-box {
  text-align: center;
  padding-top: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.time-box p,
.time-box span {
  color: #fff;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  letter-spacing: 1px;
}
.time-box span {
  text-transform: uppercase;
}
.time-box p {
  font-size: 15px;
  margin: auto;
  margin-top: 40px;
}
.in-pro__arrow {
  display: none;
}
@media (min-width: 1025px) {
  .in-news__list {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .in-news__list > div {
    overflow: hidden;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    max-width: 60px;
    -webkit-transition: max-width 0.5s, -webkit-flex-basis 0.5s;
    transition: max-width 0.5s, -webkit-flex-basis 0.5s;
    -o-transition: flex-basis 0.5s, max-width 0.5s;
    transition: flex-basis 0.5s, max-width 0.5s;
    transition: flex-basis 0.5s, max-width 0.5s, -webkit-flex-basis 0.5s, -ms-flex-preferred-size 0.5s;
  }
  .in-news__list .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 60*4px - 334px);
  }
}
.inl-bottom__cont {
  margin-top: 20px;
}
.in-news .in-pro__arrow {
  display: none;
}
.paragraph {
  font-size: 16px;
  line-height: 2;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
}
.ct-border {
  padding-top: 0.625em;
  border-top: 1px solid #000;
}
.index-video {
  width: 100%;
  height: 680px;
}
.m-head{
	display: none;
}

@media (max-width: 1500px) {
  .header-main {
    padding-left: 34px;
  }
  .header-lang {
    left: 34px;
  }
  .header {
    width: 260px;
  }
  .hn-nav__cont {
    left: 260px;
  }
  .header-nav .active .hn-nav__cont {
    width: calc(100% - 260px);
  }
  .in-news-item .pic img {
    height: 240px;
  }
  .header-cont {
    margin-top: vh(85, 1080);
  }
  .in-news__list .ntl-time {
    width: 40px;
  }
  .in-news__list .item-cont {
    flex-basis: 40px;
    max-width: 40px;
  }
  .in-news__list .active {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
  .in-news__list .item-box {
    width: calc(100vw - 60*4px - 215px);
  }
  .index-video {
    width: 100%;
    height: 580px;
  }
}
@media (max-width: 1500px) {
  body {
    margin-left: 260px;
  }
  .index-slider h1 {
    font-size: 48px;
  }
  .index-slider .en {
    font-size: 18px;
  }
  .fs60 {
    font-size: 48px;
  }
  .fs48 {
    font-size: 36px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs28 {
    font-size: 26px;
  }
  .fs26 {
    font-size: 24px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .in-pronode .cname p {
    font-size: 20px;
  }
  .in-pronode .cname h2 {
    font-size: 16px;
  }
  .in-video-node .txt .en {
    font-size: 24px;
  }
  .in-video-node .txt .cname {
    font-size: 16px;
  }
  .in-leader .in-leader-person {
    padding-right: 50px;
  }
  .in-news-item .txt .des {
    height: 42px;
  }
  .in-news-item .txt h3.fs22 {
    font-size: 18px;
  }
  .footer-contact > div p {
    font-size: 18px;
  }
  .footer-contact > div span {
    font-size: 14px;
  }
  .in-news0 .pic img {
    height: 220px;
  }
  .contact-box .tel {
    font-size: 26px;
  }
  .contact-box .type {
    font-size: 16px;
  }
  .contact-ewm > div {
    margin-right: 40px;
  }
  .contact-ewm > div .name {
    font-size: 16px;
  }
  .contact-ewm > div .name span {
    font-size: 14px;
  }
  .store-box .txt {
    padding-right: 50px;
  }
  .store-box .txt .bus {
    margin-top: 20px;
  }
  .about-ry-head {
    padding: 60px;
  }
  .about-rylist .pic {
    width: 220px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .flex-bw4 > li {
    width: 33.3333%;
  }
  .video-node .pic {
    height: 220px;
  }
  .pro-nav > ul > li {
    margin-right: 40px;
  }
  .pro-nav > ul > li:before {
    right: -22px;
  }
  .teacher .video-node .pic {
    height: 340px;
  }
  
 
}
@media (max-width: 1680px) {
	 .weixiu li{
		  width: 32%;
	 }
	 .weixiu .video-node .pic{
		 height: 460px;
	 }
	 .weixiu .video-node .pic img{
		 height: 460px;
	 }
}

@media (max-width: 1500px) {
	
	.weixiu .video-node .pic{
		height: 420px;
	}
	 .weixiu .video-node .pic img{
		 height: 420px;
	 }
}
@media (max-width: 1024px){
	.weixiu .video-node .pic{
		height: 220px;
	}
	 .weixiu .video-node .pic img{
		 height: 220px;
	 }
}
@media (max-width: 1300px) {
  .in-news__list .ntl-pic:before {
    padding-top: 180.33%;
  }
}
@media (max-width: 1024px) {
  .header {
    padding-top: 0;
  }
  .header .close-nav {
    display: none;
  }
  .header-main {
    padding-left: 0;
  }
  .header {
    width: 100%;
  }
  .header-menu {
    padding: 8px 30px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 400;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .header-cont {
    padding: 80px 30px 60px 30px;
    margin-top: 0;
    position: inherit;
    left: 0;
    top: 56px;
    width: 100%;
    height:100%;
    background: url(../assets/images/m-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow-y: auto;
    z-index: 400;
  }
  .index-slider{
	  height: 45vh;
  }
  .nav-menu > li {
    margin-bottom: 60px;
  }
  .header-nav {
    font-size: 24px;
  }
  .header-nav a {
    display: inline-block;
  }
  .header-nav a span {
    color: #000000;
  }
  .header-nav a span:first-child {
    line-height: 1;
  }
  .header-nav a span:last-child {
    font-size: 14px;
    padding-right: 90px;
  }
  .header-nav a .n-line {
    width: 80px;
  }
  .header-lang {
    margin-top: 100px;
    font-size: 20px;
  }
  .header-lang i {
    height: 20px;
    margin: 0 14px;
  }
  .menu-btn i {
    display: block;
    height: 1px;
    background-color: #000000;
    margin: 6px 0;
    cursor: pointer;
  }
  .menu-btn i:nth-child(1) {
    opacity: 0;
  }
  .menu-btn i:nth-child(2) {
    transform: translateY(2px) rotate(45deg);
    width: 28px;
  }
  .menu-btn i:nth-child(3) {
    transform: translateY(-6px) rotate(-48deg);
  }
  .open .menu-btn i {
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block;
    height: 1px;
    background-color: #000000;
    margin: 6px 0;
    cursor: pointer;
  }
  .open .menu-btn i:nth-child(1) {
    width: 12px;
    -webkit-transition: opacity .1s;
    opacity: 1;
    transition: opacity .1s;
  }
  .open .menu-btn i:nth-child(2) {
    width: 22px;
    transform: inherit;
  }
  .open .menu-btn i:nth-child(3) {
    width: 28px;
    transform: inherit;
  }
  .hn-nav__cont {
    position: inherit;
    left: 0;
    top: 56px;
    width: 100%;
    height: calc(100% - 56px);
    padding-bottom: 50px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 800;
    display: none;
  }
  .hn-nav__cont .header-lang {
    padding: 0 30px;
    margin-top: 60px;
  }
  .hn-dec {
    display: none;
  }
  .back-nav {
    font-size: 20px;
    color: #000000;
    display: inline-block;
  }
  .hn-subject {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f5f5f5;
    width: 100%;
  }
  .hn-subject .page-caption {
    margin-top: 25px;
  }
  .hn-menu {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .hn-menu li {
    padding-bottom: 35px;
  }
  .hn-menu a {
    color: #444444;
    font-weight: 100;
    letter-spacing: 1px;
  }
  
}
@media (max-width: 1024px) {
  .header-menu,
  .header-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-nav {
    font-size: 16px;
  }
  .header-nav a span:last-child {
    padding-right: 70px;
  }
  .header-nav a .n-line {
    width: 60px;
  }
  .nav-menu > li {
    margin-bottom: 40px;
  }
  .header-cont {
    padding-top: 56px;
  }
  .header-lang {
    font-size: 18px;
    margin-top: 80px;
  }
  .header-lang i {
    height: 18px;
    margin: 0 12px;
  }
  .hn-subject {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hn-subject .page-caption {
    margin-top: 0px;
  }
  .back-nav {
    font-size: 18px;
  }
  .hn-menu li {
    padding-bottom: 25px;
  }
  .hn-menu a {
    font-size: 16px;
  }
  .hn-nav__cont .header-lang {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
    padding-top: 50px;
  }
  .index-slider {
    padding-left: 0;
  }
  .index-slider .txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-slider h1 {
    font-size: 20px;
  }
  .index-slider .en {
    font-size: 12px;
  }
  .mt120 {
    margin-top: 60px;
  }
  .ptb120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fs60 {
    font-size: 30px;
  }
  .fs48 {
    font-size: 24px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs28 {
    font-size: 20px;
  }
  .fs26 {
    font-size: 26px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs18 {
    font-size: 14px;
  }
  .in-prolist > ul {
    flex-wrap: wrap;
  }
  .in-prolist > ul > li {
    width: 48.5%;
    margin-top: 10px;
  }
  .pr80 {
    padding-right: 0;
  }
  .in-pronode .cname p {
    font-size: 14px;
  }
  .in-video {
    padding: 0;
  }
  .in-video-node {
    width: 100%;
    margin-top: 30px;
  }
  .in-video-node .txt .en {
    font-size: 20px;
  }
  .in-video-node .txt .cname {
    margin-top: 10px;
  }
  .in-leader {
    padding-left: 15px;
    padding-right: 15px;
  }
  .in-leader .in-leader-person {
    width: 100%;
    padding-right: 0px;
  }
  .in-leader .pic {
    position: inherit;
    padding: 0;
    width: 100%;
    top: inherit;
    bottom: inherit;
    margin-top: 20px;
  }
  .in-news {
    width: 100%;
  }
  .in-news-item .pic {
    padding: 20px 20px 20px 0;
  }
  .in-news-item .txt {
    margin-top: 20px;
    padding-right: 0;
  }
  .mt40 {
    margin-top: 20px;
  }
  .in-news {
    margin-top: 40px;
  }
  .footer {
    padding: 40px 15px;
  }
  .bt-box {
    display: none;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .footer-contact > div {
    margin-top: 20px;
    margin-right: 0;
  }
  .footer-contact > div.m-hidden,
  .m-hidden {
    display: none;
  }
  .footer-contact .add {
    padding-right: 15px;
    margin-right: 0;
  }
  .footer-contact > div.icp {
    font-size: 16px;
    width: 100%;
  }
  .footer-contact > div {
    width: 100%;
  }
  .footer-contact > div p {
    font-size: 16px;
  }
  .mt120 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hn-subject {
    padding-top: 20px;
  }
  .hn-subject .page-caption {
    display: none;
  }
  .hn-subject .page-caption span {
    text-transform: uppercase;
    font-size: 14px;
  }
  .hn-menu {
    margin-top: 0;
    padding-bottom: 0;
  }
  .hn-nav__cont {
    padding-bottom: 0;
  }
  .header-nav a {
    display: block;
  }
  .about-wh > div {
    width: 100%;
    margin-top: 10px;
  }
  .about-leader .pic {
    width: 100%;
  }
  .about-leader .txt {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .lc-info .lc-list {
    width: 100%;
  }
  .lc-info .pic {
    width: 100%;
    height: auto;
  }
  .hzpic {
    margin-top: 25px;
    padding-top: 25px;
  }
  .about-ry-head {
    padding: 30px 15px;
  }
  .about-ry-head .about-ry-info {
    padding-right: 0;
    width: 100%;
  }
  .about-rylist {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }
  .about-rylist .fs24 {
    font-size: 16px;
  }
  .about-rylist .pic {
    width: 50%;
  }
  .page-box {
    padding: 20px;
	padding-top: 69px;
  }
  .level-list {
    width: 100%;
  }
  .level-list > div {
    flex-wrap: wrap;
  }
  .level-list > div span {
    width: 100%;
  }
  .level-list > div p {
    width: 100%;
  }
  .flex-bw3 > li {
    width: 100%;
  }
  .in-news-item .pic {
    padding: 0;
  }
  .in-news0 .pic img {
    height: auto;
  }
  .in-news-item .txt .more {
    margin-top: 20px;
  }
  .contact-box .tel {
    font-size: 18px;
  }
  .contact-box .tel span {
    font-size: 14px;
  }
  .contact-ewm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-ewm > div {
    width: 45%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-ewm > div .pic {
    padding: 10px;
  }
  .contact-ewm > div .name span,
  .contact-ewm > div .name {
    font-size: 14px;
  }
  .gf-shop {
    margin-top: 50px;
    padding-top: 50px;
  }
  .store-box .txt {
    width: 100%;
    padding-right: 0;
  }
  .store-box .pic {
    width: 100%;
    height: auto;
  }
  .store-box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .store-box .fs18 {
    font-size: 16px;
  }
  .store-box .txt .bus {
    margin-top: 40px;
  }
  .store-box .pic {
    margin-top: 30px;
  }
  .store-box .pic img {
    height: auto;
  }
  .pro-nav {
    margin-top: 20px;
  }
  .pro-nav > ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pro-nav > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .pro-nav .childnav {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .pro-nav .childnav {
    margin-left: 0;
  }
  .pro-nav .childnav span {
    display: none;
  }
  .pro-nav .childnav a {
    margin-left: 0;
  }
  .pro-list > ul > li {
    width: 100%;
  }
  .pro-list {
    padding: 20px;
  }
  .pro-nav > ul > li:before {
    display: none;
  }
  .flex-bw4 > li {
    width: 50%;
  }
  .video-node .pic {
    height: 200px;
  }
  .news-shiping > ul > li {
    margin-bottom: 10px;
  }
  .pro-head {
    padding: 0px;
  }
  .pro-body {
    width: 100%;
  }
  .pro-head-right {
    width: 100%;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pro-cs {
    padding: 29px;
  }
  .pro-cs-list > ul > li {
    flex-wrap: wrap;
  }
  .pro-cs-list > ul > li p {
    width: 100%;
  }
  .pro-cs-list > ul > li:last-child {
    border-bottom: 0;
  }
  .rel-prolist {
    padding: 0;
  }
  .pro-head-right .lilian {
    position: inherit;
    left: inherit;
  }
  .logo {
    height: 52px;
  }
  .logo img {
    height: 52px;
  }
  body {
    margin-left: 0;
  }
  .in-news__list .item-cont {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 40px;
  }
  .in-news__list .active {
    flex-basis: calc(-20%);
    max-width: calc(-20%);
  }
  .in-news__list .inl-sub {
    padding-right: 0;
  }
  .in-covered .vm-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
  .in-newss .in-pro__arrow {
    display: block;
  }
  .in-news__list {
    font-size: 0;
    margin-left: -12px;
    margin-right: -12px;
  }
  .in-news__list .active,
  .in-news__list .item-cont {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .in-news__list .item-cont {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 110px;
  }
  .in-news__list .item-cont:last-child {
    margin-bottom: 0;
  }
  .in-news__list .item-box {
    width: auto;
  }
  .in-news__list .inl-sub,
  .in-news__list .ntl-pic {
    width: 100%;
    flex-basis: 100%;
  }
  .in-news__list .ntl-pic:before {
    padding-top: 124.33%;
  }
  .in-news__list .inl-sub {
    padding-left: 0;
  }
  .in-news__list .item-box {
    padding-left: 0;
    margin-left: 12px;
    margin-right: 12px;
  }
  .in-news__list .inl-top__cont {
    margin-top: 30px;
  }
  .in-news__list .inl-bottom__cont {
    margin-top: 50px;
  }
  .in-news__list {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .in-news__list .active,
  .in-news__list .item-cont {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .in-news__list .item-cont {
    margin-bottom: 0;
  }
  .in-news__list .inl-txt {
    height: 51px;
    display: none;
  }
  .in-news__list .ntl-time p {
    padding-top: 10px;
    letter-spacing: 2px;
  }
  .in-news__list .item-box {
    margin-left: 0;
    margin-right: 0;
  }
  .in-news__list .item-box span {
    height: auto;
    margin-bottom: 8px;
  }
  .in-news__list .slick-slide:nth-child(1) .ntl-pic::before {
    background-color: #6f584a;
  }
  .in-news__list .slick-slide:nth-child(2) .ntl-pic::before {
    background-color: #6d0812;
  }
  .in-news__list .slick-slide:nth-child(3) .ntl-pic::before {
    background-color: #6e5d47;
  }
  .in-news__list .slick-slide:nth-child(4) .ntl-pic::before {
    background-color: #484944;
  }
  .in-news__list .pic-ani {
    overflow: hidden;
  }
  .in-news__list .bg-cover {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    will-change: transform;
  }
  .in-news__list .slick-ani .bg-cover {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .in-news__list .inl-bottom__cont {
    margin-top: 50px;
  }
  .in-news__list .inl-sub {
    padding: 20px;
    padding-top: 0;
  }
  .in-news__list .fs22 {
    font-size: 18px;
  }
  .inl-bottom__cont {
    position: inherit;
    bottom: inherit;
  }
  .in-pro__arrow {
    display: block;
  }
  .in-pro__arrow .iconpark-icon {
    color: #444;
    width: 32px;
    height: 32px;
  }
  .index-video {
    width: 100%;
    height: 280px;
  }
  .pro-nav > ul > li{
  	  width: 50%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.listpage {
  text-align: center;
  clear: both;
  margin-top: 80px;
}
.xiaocms-page {
  margin-top: 20px;
  font-size: 20px;
}
.xiaocms-page a {
  margin: 0 5px;
  padding: 4px 10px;
  color: #666;
  line-height: 28px;
  display: inline-block;
}
.xiaocms-page a:hover {
  color: #b9986c;
}
.xiaocms-page span {
  color: #b9986c;
  font-weight: bold;
  margin: 0 5px;
  padding: 4px 10px;
}


.proVideo{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 260px;
	z-index: 100;
	background-color: rgba(0,0,0,0.2);
	display: none;
}
.proVideo>div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proVideo .index-video{
	width: 800px;
	height: 500px;
}
.proVideo-con{
	width: 800px;
	height: 500px;
	background-color: #fff;
	position: relative;
}
.closeVideo{
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #b9986c;
	color: #fff;
	right: -48px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.closeVideo .iconpark-icon{
	width: 36px;
	height: 36px;
}
@media (max-width: 1024px) {
	.proVideo{
		left: 0;
	}
	.proVideo .index-video{
		width: 100%;
		height: 100%;
	}
	.proVideo-con{
		width: 100%;
		height: 300px;
	}
	.closeVideo{
		top: -48px;
		right: inherit;
		right: 0;
	}
}

@media (max-width: 1024px) {
	.header-cont{display:none}
	.header-contFixed{
		position: fixed;
		z-index: 100;
		background-color: #fff;
		left: 0;
		right: 0;
		top: 69px;
	}
	.header-lang{
		font-size: 12px;
	}
	.hn-menu .shop-mall > div{
		width: 100%;
		display: block;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.hn-menu .shop-mall > div .name{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.hn-menu .shop-mall > div > div a{
		width: 100%;
		padding: 12px 0;
		margin-top: 0;
	}
	.hn-menu .shop-mall > div > div p{
		display: none;
	}
	.shop-std{
		margin-top: 0;
		font-size: 16px;
		background-color: #f5f5f5;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.shop-std p{
		float: inherit;
		margin-right: 0;
	}
	.m-head{
		display: block;
	}
	.m-head ul{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.m-head ul li{
		width: 33.3333%;
		border: 1px solid #eee;
	}
	.m-head ul li a{
		display: block;
		padding: 0.9375rem;
	}
	.m-head ul li span{
		font-style: italic;
		display: block;
		margin-bottom: 20px;
	}
}