@font-face {
  font-family: 'Avenir-Next';
  src: url(../fonts/Avenir\ Next\ W10\ Demi.ttf) format('truetype'), url(../fonts/Avenir\ Next\ W10\ Demi.eot) format('eot'), url(../fonts/Avenir\ Next\ W10\ Demi.woff) format('woff'), url(../fonts/Avenir\ Next\ W10\ Demi.woff2) format('woff2');
}
@font-face {
  font-family: 'Avenir-NextCyr';
  src: url(../fonts/AvenirNextCyr-Bold.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Bold.eot) format('eot'), url(../fonts/AvenirNextCyr-Bold.woff) format('woff'), url(../fonts/AvenirNextCyr-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'AvenirNextCyr-Regular';
  src: url(../fonts/AvenirNextCyr-Regular.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Regular.eot) format('eot'), url(../fonts/AvenirNextCyr-Regular.woff) format('woff'), url(../fonts/AvenirNextCyr-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'AvenirMedium';
  src: url(../fonts/AvenirNextCyr-Medium.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Medium.eot) format('eot'), url(../fonts/AvenirNextCyr-Medium.woff) format('woff'), url(../fonts/AvenirNextCyr-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Fahkwang';
  src: url(../fonts/Fahkwang.ttf) format('truetype'), url(../fonts/Fahkwang.eot) format('eot'), url(../fonts/Fahkwang.woff) format('woff'), url(../fonts/Fahkwang.woff2) format('woff2');
}
@font-face {
  font-family: 'Fahkwang-Regular';
  src: url(../fonts/Fahkwang\ Regular.ttf) format('truetype'), url(../fonts/Fahkwang\ Regular.eot) format('eot'), url(../fonts/Fahkwang\ Regular.woff) format('woff'), url(../fonts/Fahkwang\ Regular.woff2) format('woff2');
}
body {
  font-family: "AvenirNextCyr-Regular";
}

.mongolianlayer {
  transform: translateY(500px);
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  background-color: rgba(219, 204, 204, 0.6);
  z-index: 10;
  top: 0;
  padding: 30% 30px 0;
}
.layui-layer-msg{
  width: 450px !important;
}
.colorchange:hover {
  color: #a48447;
}
.yunchangh1 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.footyc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 520px;
    display: inline-block;
    vertical-align: middle;
}
@keyframes anirotate{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes anirotateimg{
  0%{
    transform: rotate(360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
.ad-xt-img{
  width: 105px!important;
  height: 105px!important;
  position: relative;
  margin-right: 15px;
  display: flex;
  justify-content: center!important;
  align-items: center!important;
  
}
.ad-xt-img div{
  width: 100%!important;
  height: 100%;
  border-radius: 50%;
   animation: anirotate 4s linear infinite; 
  border: 2px dashed #fff;
  position: absolute!important;
}
.ad-xt-img img{
    width: 45px !important;
    height: 45px !important;
    margin-right: 0 !important;
    position: absolute!important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
  line-height: 30px;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 30px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-family: 'Avenir-NextCyr';
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.showpop {
  display: block !important;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: #fff;
  padding: 30px;
  overflow: auto;
  display: none;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #d6000e;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: #fff;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #d6000e;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #d6000e;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from form ul li input[type=submit]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
.ui.container {
  width: 1600px;
}
.ui.container-max {
  width: 100%;
  margin: auto !important;
}
.highlight-image {
  -webkit-filter: brightness(1.2) contrast(1.1);
  filter: brightness(1.2) contrast(1.1);
  /* 增加亮度和对比度 */
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -moz-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.highlight-image:hover {
  -webkit-filter: brightness(1.5) contrast(1.2);
  filter: brightness(1.5) contrast(1.2);
  /* 鼠标悬停时进一步增强高亮效果 */
}
.darken-image {
  /* 初始亮度可以是1，表示原始亮度 */
  -webkit-filter: brightness(1);
  filter: brightness(1);
  /* 添加过渡效果，使亮度变化更平滑 */
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -moz-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.darken-image:hover {
  /* 鼠标悬停时降低亮度，例如降低到0.5（即50%的原始亮度） */
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.btn-swipe {
  font-family: 'Avenir-NextCyr';
  font-size: 22px;
  height: 70px;
  display: inline-block;
  padding: 20px 100px 20px 70px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 35px;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #fff;
  white-space: nowrap;
}
.btn-swipe span {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  top: 0;
  border-radius: 50%;
  text-wrap: nowrap;
}
.btn-swipe span img {
  width: 20px !important;
  height: 20px;
}
.btn-swipe:hover {
  background-color: #a48447 !important;
}
.hidebtn {
  display: none !important;
}

@keyframes aniborder{
  0%{
     width: 20px;
     height: 20px ;
     opacity: 0;
  }
  100%{
      width: 40px;
      height: 40px;
      opacity: 1;
  }
}
.btn-back{
    position: absolute;
    top: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    font-family: 'AvenirNextCyr-Regular';
}
.about-btn {
  position: absolute !important;
  /*background: rgba(92, 91, 91, 0.6);*/
  width: 40px;
  height: 40px !important;
  bottom: 30px;
  right: 30px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.about-btn span:last-child {
  width: 15px;
  height: 15px !important;
  border-radius: 50%;
  background: #f5f5f5;
 
}
.about-btn span:first-child {
  width: 20px;
  height: 20px;
   border-radius: 50%;
  border: 2px solid #f5f5f5;
  position: absolute;
  animation: aniborder 1.5s infinite;
}
#header{
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(..../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(..../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header {
  width: 100%;
}
#header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
}
#header .nav .header-icon {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .header-icon img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
}
#header .nav .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 60px;
  font-size: 18px;
  line-height: 100px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fff;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  padding: 0 25px;
}
#header .nav .menu-box ul.menu > li::before{
  content: '';
  width: 0%;
  background: #000;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}
#header .nav .menu-box ul.menu > li:hover::before{
      width: 100%;
}
#header .nav .menu-box ul.menu > li > ul.sub-menu {
  perspective: 500px;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: auto;
  transition: max-height 0.8s ease-in-out;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
}

#header .nav .menu-box ul.menu > li ul.sub-menu li {

  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  transition: 0.8s;
  text-transform: capitalize;
  background: #000;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu {
  perspective: 500px;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 0;
  left: 100%;
  width: auto;
  transition: max-width 0.8s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  max-width: 0;
  overflow: hidden;
}
#header .nav .menu-box ul.menu > li > ul.sub-menu > li:hover ul.sub-menu {
  max-width: 300px;
}
#header .nav .menu-box ul.menu > li:hover > ul.sub-menu {
  max-height: 500px;
  overflow: unset;
}
#header .nav .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .language {
  position: relative;
  color: #2949a8;
  margin: 0 25px 0 20px;
}
#header .nav .language img {
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .language ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: -50%;
  margin-right: -60px;
  width: 120px;
  opacity: 0;
  z-index: 99;
}
#header .nav .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 35px;
  color: #000;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .language ul li a {
  display: block;
}
#header .nav .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav .language ul li:hover {
  background: #222;
  color: #fff;
}
#header .nav .language:hover ul {
  opacity: 1;
}
#header .inquiry {
  height: 40px;
  line-height: 35px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-family: 'Fahkwang';
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  padding: 0 30px;
}
#header .inquiry:hover {
  background-color: #a48447;
}
.prev,
.next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px dashed #ffffff;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.prev span,
.next span {
  background-color: #333333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prev span img,
.next span img {
  width: 25px !important;
  height: 20px !important;
}
.prev span:hover,
.next span:hover {
  background-color: #a48447;
}
.yc-title {
  margin-top: 150px;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yc-title span:first-child {
  font-family: 'Avenir-NextCyr';
  color: #0e0e0e;
  font-size: 48px;
  margin-bottom: 20px;
}
.yc-title span:last-child {
  font-family: 'AvenirNextCyr-Regular';
  color: #0e0e0e;
  font-size: 20px;
  text-align: center;
}
#banner {
  position: relative;
  margin-top: 100px;
}
#banner ul li {
  position: relative;
  height: 850px;
}
#banner ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#banner ul li .bg .img {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner ul li .bg .img img {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}
#banner ul .content {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
  margin-top: 11.4%;
  margin-bottom: 70px;
  margin-left: 10.4%;
}
#banner ul .content .swipe-container {
  width: 85%;
  color: #fff;
}
#banner ul .content .swipe-container p {
  font-size: 22px;
  margin-bottom: 75px;
  font-family: 'AvenirNextCyr-Regular';
}
#banner ul .content .swipe-container p:first-child {
  font-size: 52px;
  margin-bottom: 40px;
  font-family: 'Avenir-NextCyr';
}
#banner ul .content .swipe-container div {
  width: 315px;
  height: 65px;
  font-size: 22px;
  font-family: 'Avenir-Next';
  line-height: 60px;
  padding-left: 75px;
}
#banner ul .content .swipe-current {
  position: absolute;
  right: 100px;
  bottom: 70px;
  font-size: 36px;
  color: #fff;
}
#banner ul .content .swipe-current span {
  font-size: 46px;
}
#banner .banner-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  bottom: 70px;
  left: 10.4%;
}
#banner .banner-button .banner-prev {
  margin-right: 20px;
}
#banner .swipe-current {
  position: absolute;
  bottom: 70px;
  right: 10.4%;
  color: #fff;
}
#banner .swipe-current div .swipe-current-num {
  font-size: 46px;
}
#banner .swipe-current div span:nth-child(2) {
  font-size: 32px;
  padding-top: 15px;
}
#banner .swipe-current div span:last-child {
  font-size: 32px;
  padding-top: 15px;
}
#about {
  margin: 150px auto;
  height: 780px;
}
#about div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
#about div .about-left {
  width: 64%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#about div .about-left a {
  width: 100%;
}
#about div .about-left a span {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/about.png') no-repeat center;
  background-size: cover;
}
#about div .about-left p {
  font-family: 'Avenir-NextCyr';
  font-size: 48px;
  color: #fff;
  position: absolute;
  width: 85%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#about div .about-left .xt {
  width: 60%;
  left: 40px;
  bottom: 45px;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#about div .about-left .xt span {
  display: block;
  color: #fff;
  font-family: 'Avenir-NextCyr';
  font-size: 48px;
}
#about div .about-left .xt .xt-text {
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
  margin-top: 25px;
  line-height: 30px;
  /* 设置行高 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;
  text-overflow: ellipsis;
  /* 限制显示的行数为2行 */
}
#about div .about-left .goto {
  height: 30px;
  position: absolute;
  right: 55px;
  bottom: 115px;
}
#about div .about-left .goto a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about div .about-left .goto a span {
  color: #fff;
  font-size: 22px;
  font-family: 'Avenir-NextCyr';
  margin-right: 20px;
  background: none !important;
}
#about div .about-left .goto a span:hover {
  color: #a48447;
}
#about div .about-left .goto a img {
  width: 30px;
  height: 20px;
}
#about div .about-left.aboutb {
  display: block;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#about div .about-left.aboutb.active {
  width: 100%;
}

#about div .about-left.aboutb.active p {
  display: none;
}
#about div .about-left.aboutb.active .xt,
#about div .about-left.aboutb.active .goto {
  display: block;
}
#about div .about-right {
  width: 34%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about div .about-right .about-video,
#about div .about-right .about-advantage {
  width: 100%;
  height: 48%;
  transition: width 0.3s ease;

}
#about div .about-right .about-video img:first-child {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#about div .about-right .about-video img {
  width: 82px;
  height: 82px;
  margin: auto;
}
@keyframes ani2{
  0%{
      width: 85px;
      height: 85px;
      background-color: rgba(255, 255, 255, 0.3);
  }

   100%{
      width: 120px;
      height: 120px;
      background-color: rgba(255, 255, 255, 0);
  }
}
#about div .about-right .about-video div{
 width: 85px;
  height: 85px;
  position: absolute;
  z-index:0;
  border-radius:50%;
  left: 50%;
  transform: translate(-50%, 0px);
  animation:1s ani2 infinite; 
}
#about div .about-right .about-advantage {
  position: relative;
}
#about div .about-right .about-advantage img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#about div .about-right .about-advantage p {
  font-family: 'AvenirMedium';
  font-size: 22px;
  color: #fff;
  margin: auto;
  text-align: center;
}
#about div .about-right .about-advantage .ad-xt {
  display: none;
  width: 100%;
  max-height: 110px;
}
#about div .about-right .about-advantage .ad-xt img {
  width: 105px;
  height: 105px;
  position: relative;
  margin-right: 15px;
}
#about div .about-right .about-advantage .ad-xt div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#about div .about-right .about-advantage .ad-xt div div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#about div .about-right .about-advantage .ad-xt div div span {
  color: #fff;
  font-size: 40px;
  font-family: 'Avenir-NextCyr';
  white-space: nowrap;
}
#about div .about-right .about-advantage .ad-xt div div span:last-child {
  font-size: 20px;
  font-family: 'AvenirNextCyr-Regular';
}
#about div .about-right .about-advantage .ad-xt div:last-child div {
  padding-top: 30px;
  max-width: 390px;
}
#about div .about-right .about-advantage .ad-xt div:last-child div span {
  white-space: wrap;
}
#about div .about-right.abouta.active {
  width: 0%;
}
#about div .about-left.aboutb.inactive {
  width: 0%;
  transition: width 0.3s ease;
}
#about div .about-left.aboutb.inactive p {
  display: none;
}
#about div .about-right.abouta.inactive {
  width: 100%;
}
#about div .about-right.abouta.inactive .about-video {
  display: none;
}
#about div .about-right.abouta.inactive .about-advantage {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about div .about-right.abouta.inactive .about-advantage p {
  display: none;
}
#about div .about-right.abouta.inactive .about-advantage .ad-xt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 105px;
  left: 0;
  padding: 0px 15px 0 40px;
}
#data div {
  height: 345px;
  background: url(/ycdecorflim/2024/10/31/11-2.jpg) no-repeat;
  background-size: 100% 100%;
}
#data div p {
  font-family: 'AvenirNextCyr-Regular';
  font-size: 40px;
  color: #fff;
  margin: 0 50px;
}
#data div span {
  display: inline-block;
  height: 2px;
  width: 250px;
  background: #fff;
}
 .hotproduct-container {
    height: 580px;
    display: flex;
    justify-content: space-between;
}
#hotproduct .hotproduct-container .hotproduct-list {
  height:100%;
  position: relative;
  cursor: pointer;
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-num {
  position: absolute;
  background: #c1c2c1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  font-family: 'AvenirNextCyr-Regular';
  font-size: 24px;
  color: #091013;
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  font-family: 'AvenirMedium';
  visibility: hidden;
  width: 100%;
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text {
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  padding: 15px;
  overflow: hidden;
  /*-webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;*/
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text.maba {
  width: 620px;
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject span {
  text-align: center;
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-go {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-go img {
  width: 20px;
  height: 20px;
}
#hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-go:hover {
  background: #a48447;
}
#hotproduct .hotproduct-container .hotproduct-list .zoomable4,
#hotproduct .hotproduct-container .hotproduct-list .zoomable3,
#hotproduct .hotproduct-container .hotproduct-list .zoomable2,
#hotproduct .hotproduct-container .hotproduct-list .zoomable1 {
  width: 100%;
  height: 100%;
}
#hotproduct .hotproduct-container .hotproduct-list .zoomable1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#products .products-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#products .products-container ul {
  margin: 0 -15px;
}
#products .products-container ul li {
  width: 93% !important;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}
#products .products-container ul li img {
  width: 100%;
}
#products .products-container ul li .mongolianlayer .content {
  color: #0e0e0e;
  font-size: 20px;
  font-family: 'AvenirMedium';
  margin-bottom: 35px;
}
#products .products-container ul li .mongolianlayer .content p {
  white-space: nowrap;
}
#products .products-container ul li .mongolianlayer .listbutton {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#products .products-container ul li .text {
  position: absolute;
  bottom:30px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  font-family: 'AvenirMedium';
}
#products .products-prev,
#products .products-next {
  position: absolute;
  border: 2px dashed #030303;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#products .products-prev {
  left: 2%;
}
#products .products-next {
  right: 2%;
}
#customization {
  margin-top: 180px;
  position: relative;
}
#customization .title {
  position: absolute;
  left: 35px;
  top: 40px;
  z-index: 1000;
}
#customization .title p:first-child,
#customization .title p:nth-child(2) {
  font-size: 48px;
  font-family: 'Avenir-NextCyr';
  color: #333333;
}
#customization .title p:last-child {
  font-size: 20px;
  font-family: 'AvenirNextCyr-Regular';
  color: #666;
  overflow: hidden;
  margin-top: 29px;
}
#customization ul {
  margin: 0;
  height: 100%;
}
#customization ul li {
  border: 1px solid #c1b9b9;
  padding: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}
#customization ul li img,
#customization ul li .content {
  width: 50%;
  height: 440px;
}
#customization ul li .context {
  margin-top: 220px;
  padding: 0 60px;
  margin-bottom: 25px;
}
#customization ul li .context p {
  font-size: 22px;
  font-family: 'Avenir-NextCyr';
  color: #333333;
}
#customization ul li .context p:last-child {
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
  color: #666666;
}
#customization ul li .content {
  width: 50%;
  position: relative;
}
#customization ul li .content .context-first {
  position: absolute;
  width: 100%;
  right: 40px;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#customization ul li .content .context-first p {
  text-align: left;
  font-size: 22px;
  font-family: 'Avenir-NextCyr';
  color: #333333;
  margin: 4px 0 10px;
}
#customization ul li .content .context-first p:last-child {
  width: 90%;
  text-align: right;
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
  color: #666666;
  line-height: 30px;
  /* 设置行高 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  display: -webkit-box;
  /* 旧的Flexbox语法以支持line-clamp */
  -webkit-box-orient: vertical;
  /* 垂直方向排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2行 */
  margin-top: 0;
}
#news {
  margin-bottom: 150px;
}
#news .news-title {
  margin-bottom: 50px;
}
#news .news-title span:first-child {
  font-family: 'Avenir-NextCyr';
  color: #0e0e0e;
  font-size: 48px;
  margin-bottom: 20px;
}
#news .news-title span:last-child {
  font-family: 'AvenirNextCyr-Regular';
  color: #0e0e0e;
  font-size: 20px;
}
#news ul {
  margin: 0 -15px;
}
#news ul li {
  padding: 0 15px;
  overflow: hidden;
}
#news ul li .img {
  display: block;
}
#news ul li img,
#news ul li .news-btext {
  width: 100%;
}
#news ul li .news-btext {
  width: 100%;
  border: 1px solid #b9b8b8;
  height: 50%;
}
#news ul li .news-btext p:first-child {
  color: #333333;
  font-size: 22px;
  font-family: 'Avenir-NextCyr';
  margin-top:45px;
  line-height: 30px;
}
#news ul li .news-btext p {
  color: #8f8f8f;
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
}
#news ul li .news-btext div {
  margin-top: 90px;
  color: #333333;
  font-size: 18px;
  font-family: 'Fahkwang';
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  margin-bottom:45px;
  align-items: flex-end;
}
#news ul li .news-btext div .goto {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: 2px dashed #030303;
}
#news ul li .news-btext div .goto span {
  width: 40px;
  height: 40px;
  background-color: #fff;
}
#news ul li .news-btext div .goto span span {
  width: 25px;
  height: 20px;
  background: url('../images/button-right.png') no-repeat;
  background-size: 100% 100%;
}
#news ul li .news-btext div .goto span:hover {
  background: #a48447;
}
#news ul li .news-btext div .goto span:hover span {
  background: url('../images/banner-right.png') no-repeat;
  background-size: 100% 100%;
}
#footer {
  background-color: #333;
}
#footer .footer-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-t .footer-t-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  margin-top: 80px;
  width: 35%;
}
#footer .footer-t .footer-t-text span:first-child {
  font-size: 48px;
  font-family: 'Avenir-NextCyr';
  margin-bottom: 135px;
}
#footer .footer-t .footer-t-text span:last-child {
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
}
#footer .footer-t .userinfo {
  width: 54%;
  margin-top: 80px;
}
#footer .footer-t .userinfo div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#footer .footer-t .userinfo div div {
  position: relative;
  width: 49.5%;
  margin: 0 !important;
}
#footer .footer-t .userinfo div div img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 15px;
}
#footer .footer-t .userinfo div div input {
  width: 100%;
  height: 45px;
  color: #8f8f8f;
  padding-left: 30px;
  font-size: 18px;
  font-family: 'Fahkwang-Regular';
}
#footer .footer-t .userinfo .textarea {
  position: relative;
}
#footer .footer-t .userinfo .textarea img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 15px;
}
#footer .footer-t .userinfo .textarea textarea {
  width: 100%;
  height: 140px;
  padding-left: 30px;
  font-size: 18px;
  font-family: 'Fahkwang-Regular';
}
#footer .footer-t .userinfo .submit {
  color: #fff;
  font-size: 22px;
  font-family: 'Avenir-NextCyr';
  background-color: transparent;
}
#footer .footer-c {
  margin-top: 165px;
}
#footer .footer-c .footer-c-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 150px;
}
#footer .footer-c .footer-c-logo img {
  width: 420px;
  margin-bottom: 50px;
}
#footer .footer-c .footer-c-logo div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
}
#footer .footer-c .footer-c-logo div img {
  width: 35px;
  height: 35px;
  margin-right: 35px;
}
#footer .footer-c .footer-c-products {
  margin-right: 100px;
}
#footer .footer-c .footer-c-products span {
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
  line-height: 36px;
}
#footer .footer-c .footer-c-contact {
  margin-right: 165px;
}
#footer .footer-c .footer-c-contact div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-c .footer-c-contact div img {
  width: 15px;
  height: 20px;
  margin-right: 15px;
}
#footer .footer-c .footer-c-contact div span {
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
  line-height: 30px;
}
#footer .footer-c .footer-c-contact div:last-child img {
  width: 20px;
  height: 15px;
}
#footer .footer-c .footer-c-qrcode,
#footer .footer-c .footer-c-contact,
#footer .footer-c .footer-c-products {
  color: #fff;
}
#footer .footer-c .footer-c-qrcode p,
#footer .footer-c .footer-c-contact p,
#footer .footer-c .footer-c-products p {
  font-family: 'Fahkwang';
  font-size: 40px;
}
#footer .footer-c .footer-c-qrcode .qc-img {
    border: 3px solid #fff;
}
#footer .footer-b {
  color: #fff;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-family: 'AvenirNextCyr-Regular';
  border-top: 1px solid #534f4f;
}
.zoomable {
  width: 24.5% !important;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
.zoomable.active {
  width: 46.8% !important;
}
.zoomable.active div {
  visibility: visible;
}
.zoomable.inactive{
  width: 17% !important;
}
.tool {
  position: fixed;
  right: 55px;
  background-color: transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.tool div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px dotted #fff;
}
.tool div span {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.tool div span span {
  width: 25px;
  height: 20px;
  background-size: 100% 100%;
}
.tool #tool-t span {
  background-color: #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tool #tool-t span span {
  background: url('../images/banner-right.png') no-repeat !important;
  background-size: 100% 100% !important;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tool #tool-t span:hover {
  background-color: #a48447;
}
.tool #tool-b span {
  background-color: #333333;
}
.tool #tool-b span span {
  width: 35px;
  height: 30px;
  background: url('../images/footer/xin-white.png') no-repeat !important;
  background-size: 100% 100% !important;
}
.tool #tool-b span:hover {
  background-color: #a48447;
}
.mongolianlayer.showm {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.mongolianlayer.hide {
  display: none !important;
}
@media (max-width: 1900px) {
  #products .products-next,
  #products .products-prev {
    display: none;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  .yc-title {
    margin-top: 100px;
    margin-bottom: 55px;
  }
  .tool {
    right: 20px;
  }
  #banner ul li .content .swipe-container p:first-child {
    font-size: 46px;
  }
  #about div .about-right .about-advantage .ad-xt div{
    align-items: center;
  }
  .ad-xt-img{
    width: 80px!important;
    height: 80px!important;
  }
  .ad-xt-img img{
    width: 35px !important;
    height: 35px !important;
  }
  #about div .about-right.abouta.inactive .about-advantage .ad-xt{
    bottom: 10%;
  }
  #about div .about-right .about-advantage .ad-xt div div span{
    font-size: 34px
  }
  #about div .about-right .about-advantage .ad-xt div:last-child div{
    padding-top: 0px;
  }
  #about div .about-right .about-advantage .ad-xt div div span:last-child{
    font-size: 14px;
  }
  #about div .about-left .xt span{
    font-size: 38px;
  }
  #hotproduct .hotproduct-title {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #hotproduct .hotproduct-title span:first-child {
    font-size: 40px;
  }
  #hotproduct .hotproduct-title span:last-child {
    font-size: 18px;
  }
  #customization {
    margin-top: 100px;
  }
  #customization ul li div .context p:last-child {
    font-size: 16px;
  }
  #customization ul li div .title p {
    font-size: 40px;
  }
  #news {
    margin-bottom: 100px;
  }
  #footer .footer-c {
    margin-top: 30px;
  }
  #products .products-next,
  #products .products-prev {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #footer .footer-c div div span {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .tool div {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-bottom: 0;
  }
  #banner ul li {
    height: 650px;
  }
  #banner ul li .content .swipe-container p:first-child {
    font-size: 40px;
  }
  #about {
    margin: 80px auto;
    height: 550px;
  }
  #about div .about-left p {
    font-size: 36px;
  }
  #hotproduct .hotproduct-container {
    height: 490px;
  }
  #header .nav .menu-box ul.menu > li > a{
    padding: 0 15px;
  }
  #header .nav .menu-box ul.menu > li{
    margin-right: 15px;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text {
    font-size: 20px;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text.maba {
    width: 480px;
  }
  #products .products-container ul li .content {
    top: 105px;
    font-size: 18px;
  }
  #products .products-container ul li .mongolianlayer .content {
    font-size: 16px;
  }
  #products .products-container ul li .mongolianlayer .listbutton {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #customization ul li img,
  #customization ul li .content {
    height: 340px;
  }
  #customization ul li .content,
  #customization ul li img {
    height: 340px;
  }
  #customization .title p:first-child,
  #customization .title p:nth-child(2) {
    font-size: 30px;
  }
  #news ul li .news-btext p {
    font-size: 16px;
  }
  #news ul li .news-btext p:first-child {
    margin-top: 45px;
  }
  #news .news-title span:first-child {
    font-size: 36px;
  }
  #footer .footer-t .footer-t-text span:first-child {
    font-size: 36px;
  }
  #footer .footer-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  #footer .footer-c .footer-c-logo img {
    margin-right: 20px;
    width: 200px;
  }
  #footer .footer-c .footer-c-products,
  #footer .footer-c .footer-c-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  #footer .footer-c .footer-c-products p,
  #footer .footer-c .footer-c-contact p,
  #footer .footer-c .footer-c-qrcode p {
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 30px;
    width: 180px;
  }
  #footer .footer-c .footer-c-products span,
  #footer .footer-c .footer-c-contact span {
    margin-right: 30px;
    font-size: 15px!important;
  }
div#seo_other {
    display: none;
}
  #footer .footer-c .footer-c-contact,
  #footer .footer-c .footer-c-qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer .footer-c .footer-c-contact div span {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-c .footer-c-qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer .footer-c .footer-c-qrcode .qc-img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .btn-swipe {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
   .ad-xt-img{
     width: 60px !important;
      height: 60px!important;;
  }
  .ad-xt-img img{
    width: 25px !important;
    height: 25px !important;
  }
  .yc-title {
    margin-top: 80px;
    margin-bottom: 35px;
  }
  .yc-title span:first-child {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .yc-title span:last-child {
    font-size: 18px;
  }
  #header .nav .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 0px;
  }
  #banner ul li {
    height: 550px;
  }
  #banner ul li .content .swipe-container p:first-child {
    font-size: 34px;
    margin-bottom: 20px;
  }
  #banner ul li .content .swipe-container p {
    margin-bottom: 40px;
  }
  #banner ul li .swipe-container > div {
    width: 180px;
    height: 40px;
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }
  #banner ul li .swipe-current {
    font-size: 22px;
  }
  #about div .about-left .xt span{
    font-size: 24px;
  }
  #about div .about-left .xt .xt-text{
    font-size: 14px;
  }
  #about div .about-left .goto a span{
    font-size: 12px;
  }
  #about {
    height: 450px;
  }
  #about div .about-left p {
    font-size: 28px;
  }
  #about div .about-right .about-advantage p {
    font-size: 16px;
  }
  #about div .about-right .about-advantage .ad-xt div div span{
    font-size: 30px;
  }
  #about div .about-right .about-advantage .ad-xt div div span{
    white-space: wrap;
  }
  #data div {
    height: 220px;
  }
  #data div p {
    font-size: 32px;
  }
  #hotproduct ul li div .title p:last-child {
    font-size: 16px;
  }
  #hotproduct .hotproduct-container {
    height: 360px;
  }
  #hotproduct .hotproduct-title span:first-child {
    font-size: 28px;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text {
    font-size: 18px;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text.maba {
    width: 380px;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-go {
    margin-top: 10px;
  }
  #hotproduct .hotproduct-title {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  #products .product-title {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  #products .products-container ul li .text {
    font-size: 18px;
  }
  #customization ul li div .context-first p:last-child {
    font-size: 16px;
  }
  #customization ul li span img {
    width: 20px;
    height: 20px;
  }
  #customization ul li span {
    width: 35px;
    height: 35px;
  }
  #news {
    margin-bottom: 80px;
  }
  #news ul li .news-btext p {
    font-size: 16px;
  }
  #news ul li .news-btext div {
    margin-top: 40px;
  }
  #footer .footer-c .footer-c-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  #footer .footer-c .footer-c-contact p {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-c .footer-c-contact div {
    width: 25%;
  }
  #footer .footer-c .footer-c-contact div span {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #mobile {
    display: block;
  }
  .btn-swipe {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .prev,
  .next {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .yc-title span:first-child {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .yc-title span:last-child {
    font-size: 16px;
    line-height: 30px;
  }
  .prev span img,
  .next span img {
    width: 20px !important;
    height: 15px !important;
  }
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #banner ul li {
    height: 430px;
  }
  #banner ul li .content .swipe-container p:first-child {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #banner ul li .content .swipe-container p {
    font-size: 20px;
  }
  #banner .swipe-current div .swipe-current-num {
    font-size: 36px;
  }
  #banner .swipe-current div span:last-child {
    font-size: 24px;
  }
  #banner .banner-button .banner-prev {
    margin-right: 0;
  }
  #about {
    height: 350px;
  }
  #about div .about-left p {
    font-size: 24px;
  }
  #about div .about-right .about-advantage p {
    font-size: 14px;
  }
  @keyframes ani3{
  0%{
      width: 48px;
      height:48px;
      background-color: rgba(255, 255, 255, 0.3);
  }

   100%{
      width: 85px;
      height: 85px;
      background-color: rgba(255, 255, 255, 0);
  }
}
#about div .about-right .about-video div{
 width: 85px;
  height: 85px;
  animation:1s ani3 infinite; 
}
  #about div .about-right .about-video img {
    width: 48px;
    height: 48px;
  }
  #about div .about-right .about-advantage .ad-xt div div span{
    font-size: 20px;
  }
  #about div .about-right .about-advantage .ad-xt div div span:last-child{
    font-size: 14px;
  }
  .ad-xt-img {
    width: 40px !important;
    height:40px !important;
  }
  .ad-xt-img img {
    width: 15px !important;
    height: 15px !important;
  }
  #data div {
    height: 160px;
  }
  #data div p {
    font-size: 24px;
  }
  #data div span {
    width: 140px;
  }
  #customization .title p:first-child,
  #customization .title p:nth-child(2) {
    font-size: 22px;
    display: none;
  }
  #customization .title p:last-child {
    font-size: 18px;
  }
  #customization ul li .context-first p {
    font-size: 18px;
  }
  #customization ul li .content,
  #customization #customization ul li img {
    height: 280px;
  }
  #customization ul li div .context-first p:last-child {
    font-size: 14px;
  }
  #products .products-prev,
  #products .products-next {
    display: none;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text {
    font-size: 16px;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text.maba {
    width: 280px;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-go {
    margin-top: 10px;
  }
  #news ul li .news-btext div {
    margin-top: 20px;
  }
  #news ul li .news-btext p {
    margin-top: 10px;
  }
  #footer .footer-t .userinfo div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-t .userinfo div div {
    width: 100%;
  }
  #footer .footer-t .userinfo div div {
    margin: 0 0 10px;
  }
  #footer .footer-c .footer-c-contact div {
    width: 50%;
  }
  #footer .footer-c .footer-c-products {
    margin-right: 0;
  }
  #footer .footer-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .btn-swipe {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .prev,
  .next {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .tool div {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    margin-bottom: -12px;
  }
  #banner ul li {
    height: 340px;
  }
  #banner ul li .content .swipe-container p {
    margin-bottom: 0px;
    font-size: 16px;
  }
  #banner .banner-button,
  #banner .swipe-current {
    bottom: 40px;
  }
  #banner .banner-button .swipe-current-num,
  #banner .swipe-current .swipe-current-num {
    font-size: 30px;
  }
  #banner .banner-button div span:last-child,
  #banner .swipe-current div span:last-child {
    font-size: 18px;
  }
  #about {
    height: auto;
  }
  #about div .about-left p {
    font-size: 16px;
  }
   #about div .about-left .xt .xt-text{
     -webkit-line-clamp: 3;
  }
  #about div .about-left .xt span{
     font-size: 18px;
  }
  #about div .about-left .xt{
    bottom:15px;
  }
  #products .products-container ul li .mongolianlayer .content {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #products .products-container ul li .mongolianlayer .listbutton {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  #products .products-container ul li .text {
    font-size: 16px;
  }
  #news ul li .news-btext div {
    margin-top: 40px;
  }
  #news ul li .news-btext p {
    font-size: 20px;
    margin-top: 36px;
  }
  #footer .footer-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-t .footer-t-text {
    width: 100%;
  }
  #footer .footer-t .footer-t-text span:first-child {
    margin-bottom: 20px;
  }
  #footer .footer-t .userinfo {
    width: 100%;
  }
  #footer .footer-c .footer-c-logo {
    margin-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #footer .footer-c .footer-c-contact div {
    width: 100%;
  }
  #footer .footer-c .footer-c-products,
  #footer .footer-c .footer-c-qrcode {
    display: none;
  }
    #hotproduct .hotproduct-container .hotproduct-list{
    height: 360px;
    margin: 15px 0;
  }
  #hotproduct .hotproduct-container {
    height: unset;
    flex-direction: column;
  }
  .zoomable,
  .zoomable.active,
  .zoomable.inactive {
      width: 100% !important;
  }
  #hotproduct .hotproduct-container .hotproduct-list .hotproduct-list-subject .hotproduct-list-text{
      width: 80% !important;
      visibility: visible;
  }
  #customization ul li .content, #customization ul li img{
    width:100%;
    object-fit: cover;
  }
  #customization ul li{
    flex-direction: column;
  }
    #about div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #about div .about-right,
  #about div .about-left {
    width: 100%;
  }
  #about div .about-left {
    height: 200px;
  }
  #about div .about-right .about-video,
  #about div .about-right .about-advantage {
    height: 200px;
    margin-top: 20px;
  }
  #about div .about-right .about-advantage p {
    font-size: 16px;
  }
  #about div .about-left .goto{
    display: none;
  }
  #about div .about-left .xt {
    width: calc(100% - 80px);
  }
  #news ul li .news-btext{
   padding-bottom: 30px;
  }
  .tool{
    display: none;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #about div .about-left.aboutb .xt,
  #about div .about-left.aboutb .goto {
    display: none;
  }
  .yc-title {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .yc-title span:first-child {
    font-size: 18px;
  }
  .tool {
    right: 0;
  }
  .btn-swipe {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  #banner .swipe-current div .swipe-current-num {
    font-size: 26px;
  }
  #banner .swipe-current div span:last-child {
    font-size: 16px;
  }
  #banner .banner-button,
  #banner .swipe-current {
    bottom: 15px;
  }
  #banner ul li {
    height: 220px;
  }
  #banner ul li .content {
    margin-top: 4.5%;
  }
  #banner ul li .content .swipe-container p:first-child {
    margin-bottom: 0  ;
    font-size: 18px;
  }
  #banner ul li .content .swipe-container p {
    font-size: 14px;
  }
  #about {
    height: unset;
    margin: 23px auto;
  }
 

@keyframes ani1{
  0%{
      width: 48px;
      height:48px;
      background-color: rgba(255, 255, 255, 0.3);
  }

   100%{
      width: 65px;
      height: 65px;
      background-color: rgba(255, 255, 255, 0);
  }
}
  #about div .about-right .about-video div{
    width: 35px;
    height:35px;
    animation:1s ani1 infinite; 
    top: 50%;
    transform: translate(-50%, -50%)
  }
  #about div .about-right .about-video img {
    width: 30px;
    height: 30px;
  }
  #about div .about-left p {
    font-size: 18px;
  }
  #products .products-container ul li .mongolianlayer .content {
    font-size: 20px;
  }
  #products .products-container ul li .mongolianlayer .listbutton {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #news {
    margin-bottom: 40px;
  }
  #news ul li .news-btext p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 28px;
  }
.footyc {
    display: none;
}

#about div .about-left .goto {
    height: 23px;
    position: absolute;
    right: 190px;
    bottom: 105px;
}
  #news ul li .news-btext div {
    margin-top: 15px;
    margin-bottom: 0;
  }
  #footer .footer-t .footer-t-text span:first-child {
    font-size: 22px;
  }
  #footer .footer-c .footer-c-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-c .footer-c-logo img {
    margin-bottom: 20px;
  }
  #footer .footer-c .footer-c-contact div {
    margin-right: 0;
    width: 100%;
  }
  #footer .footer-c .footer-c-contact span {
    margin-right: 0;
  }
  #footer .footer-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 30px;
  }
}


img.login{
  max-height: 18px;
}








/* 内页样式 */
.inner-page{
  padding-top: 60px;
}

.inner-page .tit h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Avenir-NextCyr';
  position: relative;
  padding-bottom: 10px;
  text-align: right;
}
.inner-page .tit h2:after {
  content: '';
  position: absolute;
  background: #1d3126;
  width: 62px;
  height: 3px;
  right: 0;
  bottom: 0;
}
.inner-page .tit h3 {
  font-size: 40px;
  font-family: 'Avenir-NextCyr';
  line-height: 1.6;
  margin: 20px 0;
}
.inner-page .tit p {
  line-height: 30px;
  font-size: 16px;
}
.inner-banner {
  background: url(../images/inner-banner.jpg) center no-repeat;
  height: 900px;
  background-size: cover;
  padding-top: 21%;
  padding-left: 13%;
  position: relative;
}
.inner-banner .tit {
  position: relative;
  z-index: 1;
}
.inner-banner .tit h2 {
  color: #fff;
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'Avenir-NextCyr';
  line-height: 2;
  width: 70%;
}
h1.suyuu {
  color: #fff;
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 2;
  width: 70%;
}
.inner-banner .tit p {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
.inner-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 35%;
  width:600px;
  height: 274px;
  background: rgba(0, 0, 0, 0.3);
}
.menu-siderbar {
  padding: 30px 0;
  border-bottom: 1px solid #b1b1b1;
}
.menu-siderbar .bread-crumbs a,
.menu-siderbar .bread-crumbs span {
  font-size: 16px;
  font-weight: 500;
}
.bread-crumbs .fa{
  font-size: 16px;
  margin-right: 5px;
}
.menu-siderbar p {
  font-size: 16px;
  font-weight: 500;
}
.about-page {
  padding-bottom: 80px;
}
.about-page .part1{
  margin-bottom:60px;
}
.about-page .part1 h3{
  text-align: right;
}
.about-page .part1 .column:nth-child(1) {
  padding-right: 8%;
}
.about-page .part1 p {
  line-height: 2;
  color: #7f7f7f;
  font-size: 16px;
}
h1.heyu {
    font-size: 25px;
    color: #1f3328;
    font-weight: 900;
}
.about-page .part2 {
  padding-bottom: 100px;
}
.about-page .part2 .column:nth-child(1) {
  width: 40%;
}
.about-page .part2 .column:nth-child(2) {
  width: 60%;
  padding: 10% 0 0 12%;
  background: url(../images/Vision.png) no-repeat left center;
}
.about-page .part2 .column:nth-child(2) ul li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.about-page .part2 .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1f3328;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 6px;
}
.about-page .part2 .column:nth-child(2) h3 {
  font-weight: 500px;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-page .part2 .column:nth-child(2) p {
  line-height: 30px;
  font-size: 15px;
  color: #7f7f7f;
}
.about-page .i-video {
  position: relative;
}
.about-page .i-video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: hand;
}
.about-page .i-video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.about-page .i-video .play:after,
.about-page .i-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .i-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .i-envir {
  padding: 100px 0;
}
.about-page .i-envir .envir-list {
  margin-top: 60px;
  position: relative;
}
.about-page .i-envir .envir-list .fa {
  font-size: 18px;
  position: absolute;
  top: -17%;
  right: 6%;
  cursor: pointer;
}
.about-page .i-envir .envir-list .fa-chevron-right {
  right: 4%;
  color: #666666;
}
.about-page .i-custom {
  padding: 80px 0 0;
  background: url(../images/map-bg.jpg) no-repeat top center;
}
.about-page .i-custom .grid-box .column:nth-child(1) {
  width: 60%;
}
.about-page .i-custom .grid-box .column:nth-child(2) {
  width: 40%;
  padding-top: 15px;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more {
  font-size: 16px;
  display: block;
  width: 230px;
  height: 54px;
  border: 2px solid #000;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  background: #000;
  float: right;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more .fa {
  margin-left: 8px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more:hover .fa {
  margin-left: 12px;
}
.about-page .i-custom .map {
  background: #fff;
  margin-top: 90px;
  padding: 50px 0 0;
}
.about-page .i-custom .map img {
  display: block;
  margin: 0 auto;
}
.about-page .partner-list {
  padding-top: 40px;
}
.about-page .partner-list .img {
  border: 1px solid #ddd;
}
.about-page .partner-list .img img{
    filter: gray;
}
.about-page .partner-list .img img:hover{
    filter: none;
}





.news-page .news-sideBar ul li {
  display: inline-block;
  font-size: 18px;
}
.news-page .news-sideBar ul li a {
  padding: 10px 45px;
  display: block;
}
.news-page .news-sideBar ul li a:hover,
.news-page .news-sideBar ul li.active a {
  background-color: #000;
  color: #fff;
}
.news-page .new-list {
  padding: 30px 0 60px;
}
.news-page .new-list li {
  margin-bottom: 27px;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 35%;
  vertical-align: middle;
}
.news-page .new-list li .new-con {
  width: 100%;
  vertical-align: middle;
}
.news-page .new-list li .new-con .tit {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Avenir-NextCyr';
}
.news-page .new-list li .new-con .tit a:hover {
  color: #000;
}
.news-page .new-list li .new-con .abst {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 55px;
}
.news-page .new-list li .new-con a.more {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  border-bottom: 2px solid #000;
}
.news-page .new-list li .new-con .date {
  margin-top: 20px;
}
.news-page .new-list li .new-con .date span {
  color: #4a4a4a;
  font-size: 14px;
}
.news-page .new-list li .new-pic img {
  width: 100%;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 5px;
  font-size: 18px;
  text-align: center;
  font-family: 'Avenir-NextCyr';
  line-height: 30px;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 30px;
  clear: both;
  margin-top: 10px;
  padding: 45px 0 40px;
}
.newdet-page .news .Auxil-through{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.newdet-page .news .Auxil-through a{
  font-size: 18px;
  transition: all .5s;
}
.newdet-page .news .Auxil-through a:hover{
  color:#a48447;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  font-size: 16px;
  line-height: 30px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.product-page .product-box .box {
  font-size: 0;
}
.product-page .product-box .left {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.product-sideBar {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
}
.product-sideBar h2.pro-cat-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  font-family: 'Avenir-NextCyr';
}
.product-sideBar .cat-list .second-li {
  margin-top: 10px;
}
.product-sideBar .cat-list .first-li.active>a{
  color:#f5cf09;
}
.product-sideBar .cat-list .second-li.active>a{
  color:#f5cf09;
}
.product-sideBar .cat-list .level-two {
  font-size: 16px;
  text-transform: uppercase;
}
.product-sideBar .cat-list .level-three {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.product-sideBar .cat-list .level-three::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.m-page {
  margin-top: 20px;
}
.product-page {
  padding-bottom: 80px;
}
.product-page .product-box .right {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding-left: 40px;
}
.product-page .product-box .right .cat-text h1 {
  font-size: 18px;
  font-family: 'Avenir-NextCyr';
}
.product-page .product-box .right .cat-text .text {
  font-size: 16px;
  margin: 15px 0;
  line-height: 30px;
}
.product-page .product-box .right .inner-pro-box .pro-content {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
.product-page .product-box .right .inner-pro-box .inner-pro-name {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'AvenirNextCyr-Regular';
}
.product-page .product-box .right .inner-pro-box .pro-cat-name {
  font-family: 'Avenir-NextCyr';
}
.product-page .product-box .right .inner-pro-list ul {
  margin: -10px;
}
.product-page .product-box .right .inner-pro-list ul li {
  padding: 10px;
}
.prodet-page .box {
  font-size: 0;
  padding: 50px 0;
}
.prodet-page .left {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .right {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
.prodet-page .right .prodet-1 .prodet-date .opsition {
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 0;
}
.prodet-page .right .prodet-1 .prodet-date .opsition .slick-track{
  margin-left: 0;
}
.prodet-page .right .prodet-1 .prodet-date .content{
  font-size: 14px;
  line-height: 1.8;
}
.prodet-page .right .prodet-1 .prodet-title h1{
  font-size: 30px;
  color: #000;
  font-family: 'AvenirNextCyr-Regular';
}
.prodet-page .right .prodet-1 {
  text-align: center;
  padding: 0 0 30px;
}
.prodet-page .right .prodet-1 .prodet-title {
  font-size: 14px;
  margin-bottom: 30px;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-father {
  padding: 0 145px;
  margin-top: 35px;
  position: relative;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-father .swiper-btn {
  width: 38px;
  height: 38px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
  right: 80px;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
  left: 80px;
}

.prodet-page .right .prodet-1 .left-box{
  width: 50%;
  padding-right: 15px;
}
.prodet-page .right .prodet-1 .right-box{
  width: 50%;
  padding-left: 15px;
  text-align: left;
}



.prodet-page .right .prodet-2 .prodet-date {
  margin-top: 25px;
}
.prodet-page .right .prodet-2 .prodet-date .opsition {
  font-size: 20px;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase;
  padding: 30px 0 5px;
}
.prodet-page .right .prodet-3 {
  padding: 40px 0;
}
.prodet-page .right .prodet-3 h2 {
  font-size: 20px;
}
.prodet-page .right .prodet-3 .pro-list {
  margin-top: 10px;
}
.prodet-page .right .prodet-3 .pro-list ul{
  margin: -15px;
}
.prodet-page .right .prodet-3 .pro-list ul li{
  padding: 15px;
}
.prodet-page .right .prodet-3 .pro-list h3 {
text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'AvenirNextCyr-Regular';
    text-align: center;

}
.prodet-page .right .prodet-3 .pro-list p {
  font-size: 14px;
  margin-top: 5px;
}
.prodet-page .right .prodet-3 .pro-list span {
  display: inline-block;
}

.contact-page {
  padding-top: 0;
}
.contact-page .grid-box {
  overflow: hidden;
}
.contact-page .grid-box .column {
  margin-bottom: -200px;
}
.contact-page .grid-box .column:nth-child(1) {
  padding: 5% 8% 5% 12%;
  padding-bottom: 250px;
}
.contact-page .grid-box .column:nth-child(1) h2 {
  font-size: 36px;
}
.contact-page .grid-box .column:nth-child(1) p {
  color: #999999;
  font-size: 18px;
  margin: 20px 0;
  line-height: 30px;
}
.contact-page .grid-box .column:nth-child(1) form input,
.contact-page .grid-box .column:nth-child(1) form textarea {
  width: 100%;
  padding: 15px 20px;
  background: #f8f9fa;
  font-size: 18px;
  color: #596a7e;
  border: none;
  margin-bottom: 20px;
}
.contact-page .grid-box .column:nth-child(1) form textarea {
  height: 328px;
}
.contact-page .grid-box .column:nth-child(1) form input[type="submit"] {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
.contact-page .grid-box .column:nth-child(2) {
  padding: 5% 10% 250px 8%;
  background: #f8f9fa;
}
.contact-page .grid-box .column:nth-child(2) ul li {
  padding-left: 80px;
  background: url(../images/phone.png) no-repeat left 4px;
  margin-bottom: 80px;
  position: relative;
}
.contact-page .grid-box .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  background: #b6b6b6;
  height: 70px;
  width: 1px;
  left: 25px;
  bottom: -60px;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-page .grid-box .column:nth-child(2) ul li p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(2) {
  background: url(../images/tel.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(3) {
  background: url(../images/fax.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(4) {
  background: url(../images/mail.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5) {
  background: url(../images/add.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5):after {
  display: none;
}






.product-select {
  padding: 60px 0;
}
.product-select .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-select .container ul li:last-child {
  margin-right: 0;
}
.product-select .container ul li::after {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.product-select .container ul li {
  width: 220px;
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 25px;
  overflow: hidden;
  font-size: 16px;
  padding-right: 15px;
  margin-right: 30px ;
}
.product-select .container ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  height: 100%;
  background: #e9ecef;
  font-size: 16px;
  color: #282828;
  padding: 0 15px;
  border-right: 1px solid #ced4da;
}
.product-select .container ul li select {
  width: 75%;
  border: none;
  padding: 0 15px;
}




















@media screen and (max-width: 1430px) {
  .inner-page .container, .menu-siderbar .container {
      width: 100%;
      line-height: 2;
  }
}


@media screen and (max-width: 1230px) {
  
  .inner-page .tit h3 {
      font-size: 30px;
      line-height: 40px;
      margin: 20px 0;
  }
  .inner.container {
    width: 970px;
  }
  .inner-banner .tit h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-banner {
      height: 500px;
  }
  .inner-banner:after {
      top: 28%;
      height: 200px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 15px;
    margin: 10px 0 15px;
  }
  .prodet-page .right .prodet-1 {
    padding: 0 0 60px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-father {
    padding: 0px 90px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
    left: 10px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
    right: 10px;
  }
  
}
@media screen and (max-width: 1000px) {
  .product-select{
    display: none;
  }
  .news-page .news-sideBar {
    display: none;
  }
  .news-page .new-list li .new-con .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .prodet-page .left {
    display: none;
  }
  .prodet-page .right {
    width: 100%;
    padding-left: 0;
  }
  
  
}
@media screen and (max-width: 970px) {
  .inner.container {
    width: 768px;
  }
  .news-page .new-list li .new-con {
    padding-left: 25px;
  }
  .news-page .new-list li .new-con .date {
    margin-top: 10px;
  }
  .product-page .product-box .left {
    display: none;
  }
  .product-page .product-box .right {
    width: 100%;
    padding-left: 0;
  }
  
}
@media screen and (max-width: 768px) {
  .inner.container {
    width: 100%;
    overflow: hidden;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 30px;
  }
  
  .about-page .part1 .column:nth-child(1) {
      padding-top: 0;
      padding-right: 0;
      width: 100%;
  }
  .about-page .part1 .column:nth-child(2){
    width: 100%;
    padding: 30px 0;
  }
  .about-page .part2 .column:nth-child(1) {
      width: 100%;
  }
  .about-page .part2 .column:nth-child(2) {
      width: 100%;
      padding: 5% 0 0 0;
      }
      .about-page .i-envir {
      padding: 40px 0;
  }
  .about-page .i-envir .grid-box.two>.column {
      width: 100%;
  }
  
  .inner-page .tit h3 {
      font-size: 20px;
  }
  
  .contact-page .grid-box .column:nth-child(1) {
      width: 100%;
  }
  .contact-page .grid-box .column:nth-child(1) h2 {
      font-size: 28px;
  }
  .contact-page .grid-box .column:nth-child(2){
  width: 100%;
  }
  .contact-page .grid-box .column:nth-child(2) ul li h3 {
      font-size: 22px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li p {
      font-size: 18px;
      font-weight: 300;
      line-height: 2;
  }
}
@media screen and (max-width: 700px) {
  .inner-page {
    padding-top: 30px;
  }
  .inner-banner .tit h2 {
    font-size: 20px;
    line-height: 2;
    margin-left: -15px;
    margin-top: -25px;
    width: 340px;
  }
  .inner-banner .tit p {
    margin-left: -15px;
  }
  .inner-banner:after{
    display: none;
  }
  .inner-banner {
      height: 300px;
  }
  
  .about-page .part2 {
      padding-bottom: 30px;
  }
  .about-page .i-video{
    display: none;
  }
  .about-page .part2 {
      padding-bottom: 0;
  }
  .about-page .i-envir {
      padding: 10px 0;
  }
  .about-page .i-custom{
    display: none;
  }
  .about-page {
      padding-bottom: 30px;
  }
  .about-page .i-envir .envir-list .fa {
      right: 14%;
  }
  .about-page .i-envir .envir-list .fa-chevron-right {
      right: 4%;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con {
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-left: 0;
    padding-top: 10px;
  }
  
  .prodet-page .right .prodet-1 .left-box{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .right .prodet-1 .right-box{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
    
  .contact-page .grid-box .column:nth-child(1) h2 {
      font-size: 20px;
  }
  .contact-page .grid-box .column:nth-child(1) form textarea {
      height: 120px;
  }
  .contact-page .grid-box .column:nth-child(1) form input, .contact-page .grid-box .column:nth-child(1) form textarea {
      width: 100%;
      padding: 10px 15px;
      font-size: 15px;
      margin-bottom: 10px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:after {
      height: 50px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li h3 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .contact-page .grid-box .column:nth-child(2) {
      padding: 5% 10% 165px 8%;
  }
}




.prodet-4 .form {
  margin-top: 10px;
}
.prodet-4 h3.form-title {
  font-size: 30px;
  font-family: 'Avenir-NextCyr';
  text-transform: capitalize;
}
.prodet-4 input[type="text"],
.prodet-4 input[type="email"],
.prodet-4 input[type="tel"],
.prodet-4 textarea {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 15px;
  margin-top: 12px;
}
.prodet-4 textarea {
  height: 190px;
}
.prodet-4 input[type="submit"] {
  font-size: 18px;
  background-color: #aa7842;
  border: none;
  color: #fff;
  padding: 10px 65px;
  margin-top: 30px;
}
.prodet-4 label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 30px;
}
.prodet-4 label input[type="radio"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.prodet-4 label:first-child {
  margin-right: 55px;
}
.prodet-4 h6.small-title {
  font-size: 18px;
  margin-top: 15px;
}


.gal-page{
  padding-bottom: 80px;
}
.gal-page ul {
  margin: -10px;
}
.gal-page ul li {
  padding: 10px;
}
.gal-page ul li a {
  display: block;
}
.gal-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gal-page ul li a:hover h3 {
  background: #ce862b;
  color: white;
}


.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #ce862b;
}

.inner-page .side-contact {
    padding: 26px 26px 32px 20px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.inner-page .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Avenir-NextCyr';
    margin-bottom: 8px;
}
.side-contact-btn {
    background: #000;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
.inner-page .side-contact li i.fa {
    float: left;
    width: 8%;
    font-size: 16px;
    text-align: center;
}
.inner-page .side-contact{
  margin-top: 19px;
  padding-right: 35px;
  padding-left: 19px;
}
.inner-page .side-contact .side-tit{
	margin-bottom: 13px;
}
.inner-page .side-contact li:first-child{
	border-top: 1px solid #d1d1d1;
}
.inner-page .side-contact li{
	padding: 20px 0 18px;
	border-bottom: 1px solid #d1d1d1;
}
.inner-page .side-contact li i.icon{
	float: left;
	width: 8%;
	font-size: 16px;
}
.inner-page .side-contact li span{
	float: right;
	width: 88%;
	font-size: 14px;
	color: #000000;
  font-family: 'AvenirNextCyr-Regular';
}
.faq-page {

}
.faq-page .title {
    text-align: center;
    margin-bottom: 4.5rem;
}
.faq-page .title h4 {
    font-size: 32px;
    color: #000;
    margin-bottom: 5px;
}
.faq-page .title h3 {
        font-size: 25px;
    font-weight: 300;
    color: #313131;
}
.faq-page ul{
    margin: 0 -30px;
}
.faq-page ul li {
    padding: 0 30px;
    margin-bottom: 1.1rem;
}
.faq-page ul li .ig {
    cursor: pointer;
}
.faq-page ul li .ig h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    height: 90px;
    border-bottom: 1px solid rgba(28,28,28,.1);
    color: #313131;
}
.faq-page ul li .ig h4 i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.faq-page ul li .ig .con {
    display: none;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-top: 1.1rem;
}
.faq-page ul li.active .ig h4 i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
@media screen and (max-width: 992px) {
    .faq-page ul.grid-box li.column {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 120px;
  }
  .about-btn {
    width: 30px;
    height: 30px !important;
    bottom: 15px;
    right: 15px;
  }
  #index-body .i-recommend-product .init-bottom .grid-box .column:nth-child(2) .image-thumb2 {
      min-height: 485px;
  }
  #index-body .i-recommend-product .init-bottom .grid-box .column:nth-child(2) .image-thumb2 li .text {
      margin-top: 30px;
  }
  #footer .footer-top .grid-box .column ul li{
    font-size: 14px;
  }
  #customization .title p:last-child{
    display: none;
  }
}
@media screen and (max-width: 700px) {
    .faq-page ul li .ig h4 {
        font-size: 16px;
    }
    .about-btn{
      display: none !important;
    }
}



#index-body .tit p {
    font-size: 12px;
    line-height: 2;
    width: 38%;
    margin: 0 auto;
}


#index-body .i-product .more:hover {
    background: #000;
    color: #fff;
    transition: all .5s ease;
}
#index-body .i-product .more{
   transition: all .5s ease; 
}





.layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}


.product-sideBar h2.pro-cat-title
{

  font-size: 24px;
}
.product-sideBar{
      padding: 20px 30px;
}

.product-sideBar .cat-list .level-two{
  text-transform: capitalize;
}
.product-sideBar .cat-list .first-li{
     
}

.product-sideBar .cat-list .first-li i.fa.fa-angle-down {
    font-size: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    top: 0;
    right: -10px;
      line-height: 40px;
    cursor: pointer;
}

.product-sideBar .cat-list .first-li i.fa.fa-angle-down:before {
    content: "\f105";
}


.product-page .product-box .right .cat-text .text{

}


.product-page .product-box .left .product-sideBar ul.cat-list {
    margin-top: 15px;
}

.product-sideBar .cat-list .first-li a {
    line-height: 40px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product-sideBar .cat-list .first-li >a:hover{
    background: #000;
    color: #fff;
    transition: all .5s ease;
}
.product-sideBar .cat-list .first-li ul li a{
  padding: 20px 30px;
  transition: all .5s ease;
}
.product-sideBar .cat-list .first-li ul li a:hover{
    background: #000;
    color: #fff;
}
.product-sideBar .cat-list .first-li {
      padding: 10px 0;
    transition: all .5s ease;
}

.product-page .product-box .right .cat-text {
    padding-bottom: 40px;
}
.product-page .product-box .right .inner-pro-list ul li {
  position: relative;
  cursor: pointer;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-img{
  display: flex;
  justify-content: center;
}
.product-page .product-box .right .inner-pro-list ul li:hover .inner-pro-hidebox{
  width: 100%;
  padding: 25px 15px;
  transform: rotateY(0deg);
  opacity: 1;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-box ul li{
  height: 150px;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-box .inner-pro-img.img-box {
  overflow: unset;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition:all 0.5s;
  left:100%;
  z-index: 10;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: rotateY(90deg);
  opacity: 0;
  transform-origin: left;
  perspective: 500px;
  transform-style: preserve-3d;
  line-height: 30px;
}
.product-page .product-box .right .inner-pro-list ul li:hover .inner-pro-hidebox p,
.product-page .product-box .right .inner-pro-list ul li:hover .inner-pro-hidebox h4{
  display: block;
}
.product-page .product-box .right .inner-pro-list ul li:hover .inner-pro-hidebox .description{
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin: 20px 0;
}

.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox .inquiry{
    width: 170px;
    height: 50px;
    border: 1px solid #f5cf09;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background: #F5CF09;
    border-radius: 29px;
    margin-top: 50px;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox .inquiry span{
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #fff;
}    
.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox .inquiry:hover::before{
  transform: scaleX(1);
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox .inquiry:hover span{
    color:#F5CF09 ;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox .inquiry::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.5s;
    transform: scaleX(0);
    border-radius: 29px;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox h4{
  font-size: 18px;
  display: none;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-hidebox span{
  color: #818181;
  margin-left: 10px;
}
.product-page .product-box .right .inner-pro-list ul li:nth-child(3n) .inner-pro-hidebox{
  right:100%;
  left: unset;
  transform-origin: right;
}
/*.product-page .product-box .right .inner-pro-list ul li {
    padding: 25px 15px;
   
}*/


.inner-page.prodet-page .box {
    padding: 0;
}


.product-page .product-box .right .inner-pro-list ul li .inner-pro-box {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 25px 15px; 
}






.prodet-page .right .prodet-1 .prodet-title p {
    line-height: 2;
    padding-top: 20px;
}


.prodet-page .right .prodet-1 .right-box .prodet-date .pro-det-img li img {
    padding: 15px;
}

.swiper-father h5 {
    text-transform: capitalize;
    font-size: 16px;
}
.share {
    display: block;
}
.share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.share ul.grid-box {
    display: inline-block;
    vertical-align: middle;
}
.share ul li {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    margin-left: 15px !important;
    font-size: 16px !important;
    padding-right: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.inner-page.prodet-page {
    padding-bottom: 60px;
}


.btn a.active {
    color: #fff;
    background: #141414;
    border-color: #141414;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn {
    margin-top: 20px;
}





.Features {
    padding: 2rem 0 0;
    overflow: hidden;
}
.Features h5 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 3rem;
}
.Features .left {
    transition: all .5s ease;
}
.Features .left {
    width: 45%;
    float: left;
}
.Features .right {
    width: 55%;
    float: left;
    padding: 4rem;
    line-height: 2.5;
}
.Features .right h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
.Features .right p {
    padding: 20px 0 0;
    font-size: 14px;
}

.yingyong {
    overflow: hidden;
    padding: 4rem 0;
}
.yingyong .left {
    width: 30%;
    float: left;
    padding: 1rem 1rem 1rem 0;
    line-height: 2.5;
}
.yingyong .left h5 {
    font-size: 36px;
    font-weight: 700;
        text-transform: capitalize;
}
.yingyong .left p {
    padding: 5px 0;
    font-size: 14px;
}
.yingyong .right {
    width: 70%;
    float: left;
    overflow: hidden;
}
.yingyong .right ul li {
    transition: all .5s ease;
}
.yingyong .right ul li {
    width: 33.33%;
    float: left;
    padding: 0 2px;
}
.yingyong .right ul li:hover {
    filter: grayscale(.7);
    transition: all .5s ease;
    margin-top: 2rem;
}


.guanyu {
    overflow: hidden;
    padding-bottom: 0;
}
.guanyu .left {
    width: 50%;
    float: left;
}
.guanyu .left {
    transition: all 1.2s ease;
}
.guanyu .right {
    width: 50%;
    padding: 0;
    float: left;
    line-height: 2.5;
}
.guanyu .left:hover {
    transform: scale3d(1.05,1.05,1);
    transition: all 1.2s ease;
}
.guanyu .left img {
    object-fit: cover;
    width: 95%;
    height: 440px;
}
.guanyu .right h5 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.guanyu .right h3 {
    font-size: 18px;
        text-transform: capitalize;
    font-weight: 700;
}
.Features .left:hover {
    filter: grayscale(.7);
    transform: scale3d(1.05,1.05,1);
    transition: all .5s ease;
}
.guanyu .right p {
    font-size: 14px;
}
.yingyong .right li:nth-child(2) {
    margin-top: 2rem;
}
.Features .left img {
    height: 340px;
    object-fit: cover;
}
.Features .left img {
    height: 340px;
    object-fit: cover;
}
.Features .right p {
    padding: 20px 0 0;
    font-size: 15px;
}
.yingyong .left h5 {
    font-size: 24px;
    font-weight: 700;
}

.product-page .product-box .right .inner-pro-box .inner-pro-name {
    color: #000;
    font-family: 'Avenir-NextCyr';
    text-transform: capitalize;
}


@media screen and (max-width:700px) {
.Features .right {
    width: 100%;
    padding: 1rem;
}
.yingyong .right {
    width: 100%;
}
.guanyu .right{
  width: 100%;
}

}
@media screen and (max-width:500px) {
#index-body .i-recommend-product .init-bottom .swiper-pagination-fraction {
    bottom: 20px;
    font-size: 26px;
}
.product-page .product-box .right .inner-pro-list ul li{
  width: 100%;
}
.product-page {
    padding-bottom: 30px;
}
.prodet-page .right .prodet-1 .prodet-title h1,
.prodet-4 h3.form-title,
.guanyu .right h5{
  font-size: 20px;
}
}

