@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot') format('eot'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot') format('eot'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*::-webkit-scrollbar-thumb{
  background: #bf5302;
}
body {
  font-family: "Lato";
  font-weight: 400;
  background: #f9f5f2;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1800px;
  margin: auto;
  width: 100%;
}
.inner-page .ui.container{
    max-width: 1500px;
}
table tr{
  background: none
}
table tr:nth-child(even){
  background: none
}
.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.more {
  width: 228px;
  height: 73px;
  background-color: #242424;
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s;
  font-size: 20px;
  border: 1px solid #000
}
.more img {
  margin-left: 25px;
  transition: 0.5s;
}
.more:hover {
  color: #000;
  background: none;
  border: 1px solid #000
}
.more:hover img {
  filter: invert(100);
  transform: rotate(45deg);
}
.more.m2 {
  color: #000;
  background: #fff;
}
.more.m2 img {
  filter: invert(100);
}
.more.m2:hover {
  color: #fff;
  background: none;
  border: 1px solid #fff
}
.more.m2:hover img {
  filter: none;
  transform: rotate(45deg);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 80px;
  transition: 0.5s;
}
#header .nav {
  padding: 10px 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
  zoom: 0.8;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 38px;
  color: #fff;
  line-height: 1;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #805b4c;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #c8b29a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #805b4c;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-left: 78px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  margin-left: 23px;
  margin-right: 50px;
  position: relative;
}
#header .nav .ui.menu .h-language span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #c8b29a;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#header img {
  transition: 0.5s;
}
#header.active,#header.inner_head  {
  top: 0;
}
#header.active .nav .ui.menu .logo img,
#header.inner_head .nav .ui.menu  .logo img{
  filter: none
}

#header.active .h-search img ,

#header.inner_head .h-search img{
  filter: invert(100);
}
#header.active .nav::after {
  width: 100%;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,#header.inner_head .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu .h-language span,#header.inner_head .nav .ui.menu .h-language span {
  border: 1px solid #000;
  color: #000;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide img {
  width: 100%;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  color: #f9e5e6;
}
#banner .swiper-slide .text .box {
  position: relative;
  max-width: 724px;
  transform: scale(1.3);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
#banner .swiper-slide .text .box .title {
  font-size: 109px;
  line-height: 1;
  transform: rotate(-2deg);
  position: relative;
  z-index: 1;
}
#banner .swiper-slide .text .box .title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 8px #e21153;
  top: 1px;
  left: 2px;
}
#banner .swiper-slide .text .box .link {
  padding: 109px 76px 103px 75px;
  background: url(../images/link-bg.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 33px;
  line-height: 1;
  bottom: -30px;
  right: 0;
  z-index: 1;
  transform: rotate(-5deg);
}
#banner .swiper-slide-active .text .box {
  transform: scale(1);
  opacity: 1;
}
.flex {
  display: flex;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_center {
  align-items: center;
}
.flex_cont {
  justify-content: space-between;
}
@keyframes wordsloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
  }
}
.smt {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.title {
  font-size: 61px;
  line-height: 1;

  position: relative;
}
#index-body .title{
    color: transparent;
  background-image: linear-gradient(to right, #000, #000, #000);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  animation: bg 5s linear;
}
@keyframes bg {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
#index-body .product {
  padding-top: 122px;
}
#index-body .product .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .product .top .left {
  width: 50%;
}
#index-body .product .top .right {
  width: 50%;
}
#index-body .product .top .right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#index-body .product .top .right ul li {
  width: 25%;
  text-align: center;
}
#index-body .product .top .right ul li p {
  color: #373737;
  font-size: 16px;
  line-height: 2;
}
#index-body .product .bottom {
  margin-top: 82px;
  background: #c8b29a;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .product .bottom .left {
  width: 50%;
  overflow: hidden;
  height: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
}
#index-body .product .bottom .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#index-body .product .bottom .left .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 75px;
  padding-left: 70px;
  line-height: 1;
  color: #fff;
}
#index-body .product .bottom .left .text .st1 {
  font-size: 18px;
  margin-bottom: 20px;
}
#index-body .product .bottom .left .text .t1 {
  font-size: 50px;
}
#index-body .product .bottom .right {
  text-align: center;
  width: 50%;
}
#index-body .product .bottom .right ul{
  width: 50%;
  margin: 0 auto
}
#index-body .product .bottom .right li {
  position: relative;
  padding: 20px 0
}
#index-body .product .bottom .right li.active {
  background: #fff;
}
#index-body .product .bottom .right li:hover a {
  opacity: 1;
}
#index-body .product .bottom .right li a {
  display: block;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}
#index-body .product .bottom .right li a:hover img {
  transform: rotate(45deg);
}
#index-body .product .bottom .right li a img {
  width: 100%;
  transition: 0.5s;
}
#index-body .product .bottom .right li .t2{
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 40px
}
#index-body .fabric {
  padding-top: 116px;
}
#index-body .fabric .smt,
#index-body .fabric .title {
  text-align: center;
}
#index-body .fabric ul {
  margin-right: -28px;
  margin-top: 90px;
}
#index-body .fabric ul li {
  padding-right: 28px;
}
#index-body .fabric ul li .box .img-box img {
  width: 100%;
}
#index-body .fabric ul li .box .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  padding-bottom: 25px;
  margin-top: 34px;
  font-size: 18px;
  border-bottom: 1px solid #7b7b7b;
  position: relative
}
#index-body .fabric ul li .box .text::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: .5s
}
#index-body .fabric ul li .box:hover .text::after{
  width: 100%
}
#index-body .fabric ul li .box .text .t1 {
  margin-right: 20px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
display: block;
height: 3em;

}
#index-body .fabric ul li .box .text a img {
  transition: 0.5s;
}
#index-body .fabric ul li .box .text a:hover {
  opacity: 0.5;
}
#index-body .fabric ul li .box .text a:hover img {
  transform: rotate(45deg);
}
#index-body .about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 150px;
}
#index-body .about .left {
  width: 50%;
  padding-left: 145px;
  padding-right: 70px;
}
#index-body .about .left .cont {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 55px;
}
#index-body .about .left .dates ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 70px;
}
#index-body .about .left .dates ul li {
  width: 33%;
  position: relative;
}
#index-body .about .left .dates ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 47px;
  background-color: #242424;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
}
#index-body .about .left .dates ul li:last-child::after {
  display: none;
}
#index-body .about .left .dates ul li .num {
  font-size: 72px;
  font-family: ArialMT;
  line-height: 1;
}
#index-body .about .left .dates ul li p {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
#index-body .about .left .more {
  margin: 90px 0 0 auto;
}
#index-body .about .right {
  width: 50%;
}
#index-body .about .right img {
  width: 100%;
}
#index-body .application {
  padding-top: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-body .application .left {
  width: 50%;
}
#index-body .application .left img {
  width: 100%;
}
#index-body .application .right {
  background: #805b4c;
  width: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 154px;

}
#index-body .application .right .title{
  background-image:linear-gradient(to right,#fff,#fff,#fff);
}
#index-body .application .right .box {
  max-width: 649px;
}
#index-body .application .right .box .cont {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 70px;
  margin-bottom: 130px;
}
#index-body .application .right .box .more{
  border: 1px solid #805b4c;
}
#index-body .application .right .box .more{
  border: 1px solid #ffffff;
}
#index-body .news {
  padding-top: 90px;
  padding-bottom: 106px;
}
#index-body .news .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 140px;
}
#index-body .news .top .tip {
  max-width: 520px;
}
#index-body .news ul {
  margin-right: -20px;
  margin-top: 85px;
}
#index-body .news ul li {
  padding-right: 20px;
}
#index-body .news ul li .box {
  position: relative;
  overflow: hidden;
}
#index-body .news ul li .box:hover .text {
  transform: translateY(0);
}
#index-body .news ul li .box > img {
  width: 100%;
}
#index-body .news ul li .box .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f9f5f2;
  padding: 25px 9px 13px;
  transform: translateY(110%);
  transition: 0.5s;
}
#index-body .news ul li .box .text .t1 {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
#index-body .news ul li .box .text .t1 span {
  flex: 1;
}
#index-body .news ul li .box .text .t1 img {
  margin-right: 10px;
  transition: 0.5s;
}
#index-body .news ul li .box .text .t1:hover {
  opacity: 0.6;
}
#index-body .news ul li .box .text .t1:hover img {
  transform: rotate(45deg);
}
#index-body .news ul li .box .text .cont {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #805b4c;
  color: #fff;
  padding-top: 120px;
}
#footer .f-pd {
  padding: 0 140px;
}
#footer .f-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .f-form .text {
  width: 40%;
  font-size: 36px;
  font-weight: bold;
}
#footer .f-form .form {
  width: 60%;
}
#footer .f-form .form ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
#footer .f-form .form ul li {
  width: 242px;
  margin-left: 14px;
}
#footer .f-form .form ul li input {
  height: 70px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  width: 100%;
  background: none;
  padding-left: 14px;
  color: #fff;
}
#footer .f-form .form ul li input::placeholder{
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-form .form ul .submit {
  width: 69px;
  margin-left: 0;
}
#footer .f-form .form ul .submit button {
  height: 71px;
  background-color: #ffffff;
  border: none;
  width: 100%;
  color: #000;
  font-size: 20px;
  transition: 0.5s;
}
#footer .f-form .form ul .submit button:hover {
  opacity: 0.5;
}
#footer .f-box {
  padding: 125px 0 70px;
}
#footer .f-box .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 27px;
}
#footer .f-box .line {
  width: 117px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
}
#footer .f-box .line .dot {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.9;
  transform: translateY(-1px);
}
#footer .f-box ul li {
  font-size: 17px;
  line-height: 1.8;
  transition: 0.1s;
  color: #ffffff;
  opacity: 0.9;
  font-weight: bold;
}
#footer .f-box ul li .sub-menu{
  display: none
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li:hover {
  opacity: 0.6;
}
#footer .f-box .f-news{
  max-width: 260px;
}
#footer .f-box .f-contact {
  max-width: 320px;
}
#footer .f-box .f-contact .line {
  width: 186px;
}
#footer .f-box .f-contact ul li:hover {
  opacity: 0.9;
}
#footer .f-box .f-code {
  text-align: left;
}
#footer .f-box .f-code .ewm{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer .f-box .f-code .ewm img{
  width: 120px;
}
#footer .f-box .f-code .ewm .ewm1{
  margin-right: 15px;
}
#footer .f-box .f-code #ewm {
  width: 140px;
  border: solid 6px #ffffff;
  margin: 0 0 0 auto;
}
#footer .f-box .f-code .share {
  margin-bottom: 40px;
}
#footer .f-box .f-code .share a {
  display: inline-block;
  margin-right: 18px;
  transition: 0.5s;
}
#footer .f-box .f-code .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-code .share a:hover {
  opacity: 0.6;
}
#footer .f-box .f-code .share .iconfont {
  font-size: 20px;
}
#footer .f-copy {
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255);
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
  font-weight: bold;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  transition: 0.5s;
  fill: rgba(255, 255, 255);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255);
}
@media screen and (max-width: 1820px) {
  .ui.container {
    max-width: 1600px;
  }
  .inner-page .ui.container{
    max-width: 1500px;
}
  #footer .f-form .form ul li {
    width: 220px;
  }
  #footer .f-pd,
  #index-body .news .top {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1380px;
  }
  .inner-page .ui.container{
    max-width: 1200px;
}
  #footer .f-pd,
  #index-body .news .top {
    padding: 0;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  .inner-page .ui.container{
    max-width: 1100px;
}
  #header .nav .ui.menu .h-language {
    margin-right: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 28px;
  }
  .title {
    font-size: 50px;
  }
  #footer .f-form .text {
    font-size: 30px;
  }
  #footer .f-form .form ul .submit {
    margin: 20px 0 0 auto;
  }
  #index-body .application .right {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  .inner-page .ui.container{
    max-width: 1000px;
}
  #index-body .about .left .dates ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .about .left {
    padding-left: 50px;
  }
  #index-body .application {
    height: 900px;
  }
  #index-body .application .left {
    height: 100%;
  }
  #index-body .application .left img {
    height: 100%;
    object-fit: cover;
  }
  .title {
    font-size: 40px;
  }
  #index-body .about .left .dates ul li .num {
    font-size: 60px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 18px;
  }
  #footer .f-form .form ul li {
    width: 45%;
    margin-bottom: 20px;
  }
  #footer .f-form .form ul .submit {
    margin: 0;
  }
  #footer .f-box .f-nav {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
  .inner-page .ui.container{
    max-width: 970px;
}
  #header .nav .ui.menu .logo {
    zoom: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  
  #mobile .menu-content .menu-logo img {
    /*filter: invert(100%);*/
  }
  #header {
    top: 0;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
    zoom: 1;
  }
  #header .nav .ui.menu .logo img {
    width: 50%;
    /*filter: invert(100%);*/
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #header .nav::after {
    display: none;
  }
  #banner {
    padding-top: 60px;
  }
  .body-overflow-box {
    /*overflow: hidden;*/
  }
  #index-body .product,
  #index-body .application {
    display: none;
  }
  #index-body .about .left,
  #index-body .about .right {
    width: 100%;
  }
  #index-body .about .left .dates ul li {
    width: 33%;
  }
  #index-body .about .left .more {
    margin: 30px auto;
  }
  .more {
    zoom: 0.9;
  }
  #index-body .about .left {
    padding: 0 15px;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product,
  #footer .f-box .f-news {
    display: none;
  }
  
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #footer .f-form .text {
    width: 100%;
    font-size: 25px;
  }
  #footer .f-form .form {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .about .left .dates ul li .num {
    font-size: 50px;
  }
  .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  #footer .f-form .form ul li {
    width: 100%;
    margin-left: 0;
  }
  #footer .f-form .form ul .submit {
    margin: 0 0 0 auto;
  }
  #footer .f-box {
    padding: 20px 0;
  }
  #footer .f-box .f-contact {
    padding-left: 0;

  }
  #footer .f-box .f-contact .tit {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #footer .f-box .f-code .share{
    margin-bottom: 25px;
  }
  #footer .f-box .tit{
      margin-bottom: 30px;
    font-size: 20px;
    margin-top: 20px;
  }
  #footer .f-form .form ul li input {
    height: 55px;
  }
  #footer .f-form .form ul .submit button {
    height: 55px;
  }
  #index-body .news .top {
    flex-wrap: wrap;
  }
  #index-body .news .top .tip {
    width: 100%;
  }
  #index-body .news .top .more {
    margin: 20px 0 0  auto;
  }
  .more {
    zoom: 0.6;
  }
  #index-body .fabric {
    padding-top: 40px;
  }
  .title {
    font-size: 28px;
  }
  #index-body .fabric ul {
    margin-top: 40px;
  }
  #index-body .about {
    padding-top: 60px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .f-form .text {
    font-size: 20px;
  }
  #index-body .news {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 500px) {
  
  .title {
    font-size: 22px;
  }
  #index-body .about .left .cont {
    margin-top: 30px;
  }
  #index-body .about .left .dates ul li .num {
    font-size: 35px;
  }
  #index-body .news ul {
    margin-top: 40px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #footer .f-box .f-code .ewm img{
    margin-bottom: 15px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  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%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -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: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -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;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #c8b29a;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #c8b29a;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #c8b29a;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

/*inner*/
.i-tag {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}
.font-68 {
  font-size: 68px;
}
.font-60 {
  font-size: 60px;
}
.font-52 {
  font-size: 52px;
}
.font-56{
  font-size: 56px;
}
.font-48{
  font-size: 48px;
}
.inner-banner{
  padding-top: 160px;
  padding-bottom: 80px;
  text-align: center;
}
.inner-banner .mbx{
  font-size: 18px;
  line-height: 32px;
  color: #c8b29a;
}
.inner-banner h2{
  font-size: 40px;
  font-weight: bold;
}
.inner-page{
  background: #fff;
  padding-top: 100px;
}
.product2-page {
  padding: 150px 0 50px;
  background: #f9f5f2;
}
 .product2-page .sidebar-content{
   padding-top: 90px
 }
 .product2-page .sidebar-content .inner_banner{
   margin-top: 0;
   
 }
  .product2-page .sidebar-content .inner_banner .cont{
    padding-top: 0
  }
.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 37px;
}
.product2-page .product-list ul li .img {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #f7f7f7;
  position: relative;
}
.product2-page .product-list ul li .img img {
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li .img:hover img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
  width: 100%;
}
.product2-page .product-list ul li .pro-box .imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product2-page .product-list ul li .text {
  /*background: #f7f7f7;*/
  margin-top: 0;
  padding: 10px;
  text-align: center
}
.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}
.product2-page .product-list ul li .text .description{
  font-weight: bold;
    margin-top: 10px;
}
.product2-page .product-list ul li .text a {
  font-weight: 400;

  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.product2-page .product-list ul li .text a .p_t1,.product2-page .product-list ul li .text a .p_t1 p{
  display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/*.product2-page .product-list ul li:hover .text h2{
  color: #c8b29a;
}*/
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 100px;
  padding-right: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/tc-zoom.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #c8b29a;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: #c8b29a;
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 15px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #c8b29a;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.news-page.inner-page .sidebar-box .sidebar-right {
  width: 100%;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}
.product2-page .sidebar-right h1{
  margin-bottom: 50px;
    font-size: 30px;
    color: #c8b29a;
    font-weight: 700; 

}
.product2-page .sidebar-right .Auxil-catdes{
    color: #7b7b7b;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 18px;
    max-height: 300px;
    overflow: auto;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #c8b29a;
  color: white;
}

.prodet-page {
  padding: 120px 0 125px;
  background: #f9f5f2;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  /*height: 800px;*/
  overflow: hidden;
  /*border: 1px solid #eee;*/
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
  /*max-height: 600px;*/
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 70px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1#prodet{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
  background: none;
  color: #000;
}
.prodet-page .prodet-1 .text .more:hover{
  background: #000000;
  color: #ffffff;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 17px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: #c8b29a;
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-right: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  /*background: white;*/
  /*border: 1px solid #eee;*/
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: block; 
  /*max-height: 130px;*/
  width: 100%;
  margin: auto;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.5px;

  font-weight: bold;
  background: white;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: #c8b29a;
 
  color: white;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li  button {
    height: 71px;
    background-color: #fff;
    border: none;
    width: 70px;
    color: #000;
    font-size: 20px;
    transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: #c8b29a;
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more{
  padding: 0;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  padding: 0 45px;
  width: 100%;
  border: none;
}
.prodet-page .prodet-3 {
  padding-top: 75px;
}
.prodet-page .prodet-3 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodet-page .prodet-3 .content ul li:hover h3{
  color: #c8b29a;
}
@media screen and (max-width: 1650px) {
    .font-68 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1450px) {
  .font-48{
    font-size: 36px;
  }
   .font-68 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .font-48{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
    .i-tag {
    font-size: 18px;
  }
    .font-68 {
    font-size: 30px;
  }
   .font-48{
    font-size: 26px;
  }
    .font-68 {
    font-size: 30px;
  }
   .product2-page {
     padding: 30px 0 50px;
   }
  .inner-page .sidebar-box .sidebar-left,
  .inner-page.product2-page .sidebar-left{
    display: none;
  }
  .Auxil-catdes{
        display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
    .font-68 {
    font-size: 22px;
    line-height: 40px!important;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}


.service-page {
  padding: 120px 0 80px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
   margin-bottom: 40px;
  line-height: 1.4;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
 
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title{
  line-height: 1.2;
  margin-top: 12px;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: #c8b29a;
  border-color: #c8b29a;
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .rate {
  padding: 100px 0 30px;
}
.service-page #index-body .rate .content{
  margin-top: 50px;
}
.service-page #index-body .rate .content ul{
  margin: -15px;
}
.service-page #index-body .rate .content ul li{
  padding: 15px;
}
.service-page #index-body .rate .content ul li .box{
  background: #f2f2f2;
    padding: 30px;
    min-height: 300px;
}

.service-page #index-body .rate .content ul li .box .title{
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc{
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  color: #7b7b7b;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
#index-body .about .top .text {
    
    vertical-align: middle;
    padding-right: 73px;
}
#index-body .about .top .text .btn .more{
  border-radius: 0;
  background: #c8b29a;
  display: inline-block;
  text-align: center;
  line-height: 73px
}
#index-body .about .top .text .btn .more:hover{
  background: #fff
}
#index-body .about .top .text .btn a.link {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
#index-body .about .top .text .btn a.link em {
    display: inline-block;
    padding: 22px;
    background: #c8b29a;
}
 
#index-body .about .top .text .btn a.link span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    padding-left: 5px;
}
#index-body .about .top .text .btn {
    margin-top: 37px;
}
#index-body .init1 {
    background: #c8b29a;
    padding: 60px 0 68px;
}
#index-body .init1 .info {
    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;
}
.service-page #index-body .init1 h3 {
width: 55%;
    color: #fff;
        font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
}
.service-page #index-body .init1 .more{
  background: white;
  color: black;
}
.service-page #index-body .init1 .more:hover{
  color: white;
  background: #000;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
   
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
  .service-page #index-body .rate .content ul li .box .title{
    font-size: 20px;
    line-height: 36px;
  }
  .service-page #index-body .rate .content ul li .box .desc{
    min-height: 162px;
  }
  
}
@media screen and (max-width: 1280px) {
   
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  #index-body .init1 .info{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page #index-body .init1 h3{
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 #index-body .about .top .img{
    width: 100%;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   

  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}



.video-page .video-1 {
  padding: 38px 0 90px;
  background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
  color: #c8b29a;
}
.video-page .video-1 .header h2.title {
  margin-top: 14px;
  line-height: 1.2;
}
.video-page .video-1 .content {
  margin-top: 40px;
}
.video-page .video-1 .content ul {
  margin: -10px -12px;
}
.video-page .video-1 .content ul li {
  padding: 10px 12px;
}
.video-page .video-1 .content ul li .ig {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  padding: 14px;
}
.video-page .video-1 .content ul li .ig video {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-page .video-2 {
  padding: 93px 0 107px;
}
.video-page .video-2 .header h2.title {
  margin-top: 14px;
}
.video-page .video-2 .content {
  margin-top: 57px;
}
.video-page .video-2 .content ul {
  margin: 0 -26px -25px 0;
}
.video-page .video-2 .content ul li {
  padding: 0 26px 25px 0;
}
.video-page .video-2 .content ul li .ig {
  background: #eee;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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;
}
.video-page .video-2 .content ul li .ig span {
  display: inline-block;
}
.video-page .video-2 .content ul li .ig .fl {
  padding: 0 15px;
  width: 75%;
}
.video-page .video-2 .content ul li .ig .fr {
  width: 150px;
  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;
}
.video-page .video-2 .content ul li .ig .fr img {
  margin-right: 15px;
}
.video-page .video-2 .content ul li .ig:hover {
  background: #c8b29a;
  color: white;
}
.video-page .video-2 .content ul li .ig:hover .fr img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1280px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 68%;
  }
 
}
@media screen and (max-width: 1000px) {
  .video-page .video-1 {
    padding: 38px 0 60px;
  }
  .video-page .video-1 .content ul li {
    width: 50%;
  }
  .video-page .video-2 .content ul li {
    width: 100%;
  }
  .video-page .video-2 {
    padding: 60px 0;
  }
  .video-page .video-2 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .video-page .video-1 {
    padding: 30px 0;
  }
  .video-page .video-1 .content ul li {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig {
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .video-page .video-2 .content ul li .ig .fl {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig .fr {
    width: 100%;
    padding: 10px 0 0 15px;
  }
}

.news-page .sidebar-right ul{
  margin: -15px;
}
.news-page .sidebar-right ul li{
  padding: 15px;
}
.news-page .sidebar-right ul li .cat_name{
      background-color: #262626;
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 2;
    padding: 8px 18px 7px 17px;
    margin-top: 20px;
}
.news-page .sidebar-right ul li .title{
      font-size: 20px;
      font-weight: bold;
    line-height: 36px;
    margin-top: 21px; 
    min-height: 5.6em;
}
.news-page .sidebar-right ul li .des{
      font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
    margin-top: 6px;
}
.news-page .sidebar-right ul li .time{
      font-size: 16px;
    line-height: 30px;
    color: #c8b29a;
    display: inline-block;
    margin-top: 2px;
}

.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #c8b29a;
    padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background:#7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  /*background: #83827F;*/
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: #c8b29a;
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: #c8b29a;
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
  font-weight: bold;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
  padding-bottom: 100px
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}

 



.development-page .development-1 {
  background: #c8b29a;
  padding: 110px 0 141px;
  color: white;
}
.development-page .development-1 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.development-page .development-1 .header .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 29px;
}
.development-page .development-1 .time {
  margin-top: 113px;
}
.development-page .development-1 .time ul {
  padding: 0 0 0 60px;
  position: relative;
  z-index: 1;
}
.development-page .development-1 .time ul .slick-slide:nth-child(1) li {
  padding-left: 0;
}
.development-page .development-1 .time ul li {
  padding-left: 120px;
  cursor: pointer;
}
.development-page .development-1 .time ul li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.development-page .development-1 .time ul li i::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}
.development-page .development-1 .time ul li i::after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
}
.development-page .development-1 .time ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 8px;
}
.development-page .development-1 .time ul li.active i {
  background: white;
}
.development-page .development-1 .time ul li.active i::before {
  background: #c8b29a;
}
.development-page .development-1 .time ul li.active i::after {
  opacity: 1;
}
.development-page .development-1 .time ul li.hide {
  opacity: 0;
  cursor: inherit;
}
.development-page .development-1 .time ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 17px;
  width: 100%;
  height: 1px;
  background: white;
}
.development-page .development-1 .content {
  margin-top: 99px;
}
.development-page .development-1 .content ul li {
  background: white;
  padding: 53px 94px 53px 37px;
}
.development-page .development-1 .content ul li .left {
  width: 12%;
  vertical-align: middle;
}
.development-page .development-1 .content ul li .left .title {
  color: #121212;
  font-size: 40px;
  font-weight: bold;
}
.development-page .development-1 .content ul li .right {
  font-size: 20px;
  line-height: 1.5;
  color: #656565;
  vertical-align: middle;
  width: 88%;
  max-height: 120px;
  padding-right: 5px;
  overflow-y: auto;
}
.development-page .development-1 .content ul li .right::-webkit-scrollbar-thumb {
  background: #c8b29a;
}
.development-page .development-2 {
  padding: 49px 0 167px;
}
.development-page .development-2 .box .text {
  padding: 9px 36px 0 0;
}
.development-page .development-2 .box .text span.tag {
  color: #c8b29a;
}
.development-page .development-2 .box .text .title {
  margin-top: 12px;
  color: #121212;
  line-height: 1.2;
}
.development-page .development-2 .box .text .con {
  font-size: 20px;
  color: #474747;
  line-height: 1.5;
  margin-top: 40px;
}
.development-page .development-2 .box .text .arrow {
  margin-top: 42px;
}
.development-page .development-2 .box .text .arrow .prev,
.development-page .development-2 .box .text .arrow .next {
  width: 59px;
  height: 59px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.development-page .development-2 .box .text .arrow .prev::after,
.development-page .development-2 .box .text .arrow .next::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 18px;
  width: 23px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.development-page .development-2 .box .text .arrow .prev:hover,
.development-page .development-2 .box .text .arrow .next:hover {
  background: #c8b29a;
}
.development-page .development-2 .box .text .arrow .prev:hover::after,
.development-page .development-2 .box .text .arrow .next:hover::after {
  -webkit-filter: none;
  filter: none;
}
.development-page .development-2 .box .text .arrow .prev::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.development-page .development-2 .box .text .arrow .next {
  margin-left: 29px;
}
.development-page .development-2 .box .img {
  padding-left: 30px;
}
#index-body .partner {
    padding: 141px 0 202px;
}
#index-body .partner .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 64px;
    border-bottom: 1px solid #b8b8bc;
}
#index-body .partner .header .left {
    width: 55%;
    padding-right: 60px;
}
#index-body .partner .header .left .title {
    margin-top: 12px;
    line-height: 1.2;
    font-size: 40px;
}
#index-body .partner .header .right {
    width: 45%;
    font-size: 20px;
    line-height: 1.5;
    color: #474747;
}
#index-body .partner .content {
    margin-top: 55px;
}
#index-body .partner .content ul {
    margin: 0 -41px -58px 0;
}
#index-body .partner .content ul li{
  padding: 0 41px 59px 0;
}
@media screen and (max-width: 1280px) {
  .development-page .development-1 .time ul li {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .development-page .development-1 .time ul li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .development-page .development-1 {
    padding: 60px 0;
  }
  .development-page .development-1 .time {
    margin-top: 60px;
  }
  .development-page .development-1 .content {
    margin-top: 60px;
  }
  .development-page .development-1 .content ul li {
    padding: 53px 30px;
  }
  .development-page .development-1 .content ul li .left {
    width: 15%;
  }
  .development-page .development-1 .content ul li .right {
    width: 85%;
  }
  .development-page .development-2 {
    padding: 49px 0 60px;
  }
  .development-page .development-2 .box .text {
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .development-page .development-2 .box .img {
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .development-page .development-1 .time ul li {
    padding-left: 20px;
  }
  .development-page .development-1 {
    padding: 30px 0;
  }
  .development-page .development-1 .header .title {
    margin-top: 10px;
  }
  .development-page .development-1 .header .con {
    margin-top: 10px;
  }
  .development-page .development-1 .time {
    margin-top: 30px;
  }
  .development-page .development-1 .content {
    margin-top: 30px;
  }
  .development-page .development-1 .content ul li {
    padding: 30px 15px;
  }
  .development-page .development-1 .content ul li .left {
    width: 20%;
  }
  .development-page .development-1 .content ul li .right {
    width: 80%;
  }
  .development-page .development-2 {
    padding: 30px 0;
  }
  .development-page .development-2 .box .text {
    width: 100%;
    padding: 0;
  }
  .development-page .development-2 .box .img {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .development-page .development-1 .header .con {
    font-size: 15px;
    line-height: 1.9;
  }
  .development-page .development-1 .time ul li {
    padding-left: 0;
  }
  .development-page .development-1 .content ul li .left {
    width: 100%;
  }
  .development-page .development-1 .content ul li .right {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .development-page #index-body .partner {
    display: block;
    padding: 30px 0 0;
  }
  .development-page #index-body .partner .header .title {
    margin-top: 10px;
  }
  .development-page #index-body .partner .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .development-page .development-2 .box .text .title {
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .arrow {
    margin-top: 15px;
  }
}
.gallery-page{
  padding-bottom: 100px;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}

.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
   padding: 0;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"]{
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title{
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
font-size: 16px;
line-height: 30px;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: #83827F;
font-size: 16px;
line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 2px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.seoPublic .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
    max-height: 390px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #c8b29a;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
        line-height: 30px;
    margin-top: .5em;
    display: block;
    color: #c8b29a;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height:30px;
    margin: 1em 0;
    color: #7b7b7b;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #c8b29a;
    color: #c8b29a;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #c8b29a;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #c8b29a;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}


.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #c8b29a;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #c8b29a;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #c8b29a;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #c8b29a;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #c8b29a;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
        line-height: 28px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
                line-height: 32px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
      line-height: 40px;
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
        margin-top: 80px
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: #c8b29a;
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
font-size: 16px;
line-height: 30px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: 360px;
    }
}
.coustomization-page .title{
  font-weight: bold
}
.coustomization-page .coustomization-1 .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.coustomization-page .coustomization-1 .top .left{
  width: 35%
}
.coustomization-page .coustomization-1 .top .right{
  width: 60%;
  font-size: 18px;
  line-height: 1.8;
  color: #9c9c9c
}
.coustomization-page .coustomization-1 img{
  display: block;
  margin: 0 auto;
  margin-top: 70px
}
.coustomization-page .coustomization-1{
   padding-bottom: 150px
 }
 .coustomization-page .coustomization-2{
   padding: 120px 0;
   background: #fdfaf5
 }
  .coustomization-page .coustomization-2 .box{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
  }
  .coustomization-page .coustomization-2 .box .left{
    width: 55%
  }
    .coustomization-page .coustomization-2 .box .left img{
      width: 100%
    }
  .coustomization-page .coustomization-2 .box .right{
    width: 45%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
   .coustomization-page .coustomization-2 .box .right .list{
     margin: 0 -25px;
   }
   .coustomization-page .coustomization-2 .box .right .list img{
     width: 100%;
   }
  .coustomization-page .coustomization-2 .box .right .more{
    margin: 0 0 0 auto;
  }
  .coustomization-page .coustomization-2 .box .list ul{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-top: 40px;
    margin-bottom: 60px;

  }
  .coustomization-page .coustomization-2 .box .list ul li{
      width: 20%
    }
.design-page .design-1 .ui.container{
  max-width: 100%;
  padding: 0 100px;
}
.design-page .design-2 {
  padding: 140px 0 110px;
}
.design-page .design-2 .i-title{
  line-height: 1.2;
  margin-bottom: 105px;
  margin-top: 10px;
}
.design-page .design-2 .left .img{
  text-align: right;
}
.design-page .design-2 .left{
  padding-left: 8%
}
.design-page .design-2 .right{
  padding-left: 90px;
}
.design-page .design-2 .right .txt{
  font-size: 18px;
  line-height: 30px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3{
  padding-bottom: 120px;
}
.design-page .design-3 .i-title{
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: -40px;
}
.design-page .design-3 ul li{
  padding: 40px;
}
.design-page .design-3 ul .slick-list{
  padding: 0 28%;
}
.design-page .design-3 ul li .box{
  position: relative;
}
.design-page .design-3 ul li .box img{
  width: 100%;
}
.design-page .design-3 ul li .content{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.design-page .design-3 ul li .content p{
  font-size: 18px;
  font-weight: bold;
}
.design-page .design-3 ul li:hover .content{
  opacity: 1;
}
.design-page .design-3 ul .slick-dots{
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-3 ul .slick-dots li button{
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active{
  background: #c8b29a;
}
.design-page .design-4{
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.design-page .design-4 .left{
  position: sticky;
  top: 170px;
}
.design-page .design-4 .left .i-title{
  line-height: 1.2;
}
.design-page .design-4 .right{
  padding-left: 90px;
}

.design-page .design-4 .right ul li{
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon{
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img{
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255,255,255,0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after{
  content: none;
}
.design-page .design-4 .right ul li h4{
  font-size: 30px;
  font-weight: bold;
}
.design-page .design-4 .right ul li .des{
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
.design-page .design-5 .ui.container{
  max-width: 100%;
  padding-right: 8%;
  padding-left: 0;
}
.design-page .design-52 .ui.container{
    padding-left: 8%;
  padding-right: 0;
}
.design-page .design-5{
  padding: 130px 0 110px;
}
.design-page .design-5 .i-title{
  line-height: 1.2;
}
.design-page .design-5 .wrap{

  margin-top: 70px;
}
.design-page .design-5 .wrap  .box{
  padding-left: 50px;
  padding-top: 50px
}
.design-page .design-5 .wrap .left{
  width: 48%;
  text-align: right
}
.design-page .design-5 .wrap .left ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.design-page .design-5 .wrap .left ul li{
  width: 30%
}
.design-page .design-5 .wrap  .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin: 80px 0
}
.design-page .design-5 .wrap .left img{
  width: 100%;
}
.design-page .design-5 .wrap .right{
  width: 52%;
  padding-right: 100px;
}
.design-page .design-52 .wrap .right{
  padding-right: 0;
    padding-left: 100px;
}
.design-page .design-5 .wrap .right img{
  width: 100%
}
@media screen and (max-width:1600px){
  .design-page .design-5 .ui.container{
    padding-right: 7%;
  }
.design-page .design-52 .ui.container{
    padding-left: 7%;
  padding-right: 0;
}
}
@media screen and (max-width:1450px){
  .design-page .design-4 .right{
    padding-left: 30px;
  }
  .design-page .design-5 .wrap{
    padding-right: 0;
  }
}
@media screen and (max-width:1200px){
  .design-page .design-2 .right{
    padding-left: 50px;
  }
  .design-page .design-3 ul li{
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: -20px;
  }
  .design-page .design-3 ul li .content h4{
    font-size: 21px;
  }
  .design-page .design-4 .right ul li{
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after{
    height: 225%;
  }
  .design-page .design-5 .wrap .right{
    padding-right: 50px;
  }
  .design-page .design-52 .wrap .right{
  padding-right: 0;
    padding-left: 50px;
}
  .coustomization-page .coustomization-2 .box .list ul li{
    width: 25%
  }
  .design-page .design-2 .left{
  padding-left: 4%
}
}
@media screen and (max-width:1000px){
  .coustomization-page .coustomization-1 .top .left{
  width: 100%
}
.coustomization-page .coustomization-1 .top .right{
  width: 100%;
  margin-top: 30px
 
}
.coustomization-page .coustomization-2 .box .list ul li{
    width: 20%
  }
 .coustomization-page .coustomization-1{
   padding-bottom: 50px
 }
  .coustomization-page .coustomization-1 .top br{
    display: none
  }
  .coustomization-page .coustomization-2 .box .left{
     display: none
  }
  .coustomization-page .coustomization-2 .box .right{
   padding: 0;
    width: 100%
  }
  .inner-banner{
    padding: 40px 0;
  }
  .design-page .design-1 .ui.container{
    padding: 0 20px;
  }
  .design-page .design-2{
    padding: 60px 0 65px;
  }
  .design-page .design-2 .left{
  padding-left: 0
}
  .design-page .design-3 ul .slick-list{
    padding: 0 18%;
  }
  .design-page .design-4 .left{
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-5{
    padding: 55px 0 50px;
  }
  .design-page .design-5 .wrap .left{
    width: 100%;
  }
  .design-page .design-5 .wrap .right{
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
    .design-page .design-52 .wrap .right{

    padding-left: 0;
  
  }
  .design-page .design-5 .ui.container{
    padding: 0 15px;
  }
  .design-page .design-52 .ui.container{
       padding: 0 15px;
}
  .design-page .design-5 .wrap  .box{
  padding-left: 0;

}
}
@media screen and (max-width:700px){
  .inner-banner h2{
    font-size: 26px;
  }
  .design-page .design-2 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left{
    width: 100%;
  }
  .design-page .design-2 .i-title{
    margin-bottom: 30px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0;
  }
  .design-page .design-3 {
    padding: 0 15px 50px;
  }
  .design-page .design-4 .right{
    padding-left: 0;
  }
  .coustomization-page .coustomization-2 .box .list ul li{
    width: 25%
  }
}
@media screen and (max-width:500px){
  .design-page .design-4 .right ul li{
    padding-left: 0;
  }
  .design-page .design-4 .right ul li .icon{
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after{
    content: none;
  }
    .coustomization-page .coustomization-2 .box .list ul li{
    width: 33%
  }
}

.qrcode{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  z-index: 20;
  background: #c8b29a;
  color: white;
  position: fixed;
  right: 30px;
  bottom: 120px;
  cursor: pointer;
}
.qrcode #ewm{
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  width: 100px;
  height: 100px;
  border: 5px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.qrcode:hover #ewm{
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}


.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 80px;
  background-color: #f9f5f2;
  text-align: center
}


.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 390px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 90px 0;
}
.inner_banner .cont .title {
  text-transform: uppercase;
  font-weight: 400
}
.inner_banner .cont .mbx {
  /*font-size: 0;*/
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center
}
.inner_banner .cont .mbx .dot{
  width: 10px;
	height: 10px;
	background-color: #000000;
  border-radius: 50%;
  margin-right: 15px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  /*padding-left: 20px;*/
  position: relative;
  margin:0 5px;
}
.inner_banner .cont .mbx a {
  position: relative;
  margin:0 5px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*.inner_banner .cont .mbx a:hover {
  color: #c8b29a;
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}*/
@media (max-width: 1500px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
  
}
@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
  
}
@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 60px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
  
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }

}
@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
  
}

@-webkit-keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes transAni {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes transAni {
  0% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video{
  display: block;
  width: 100%;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: #c8b29a;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c8b29a;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c8b29a;
  border-radius: 50%;
  animation: ks 3s linear infinite;
  
}
.about-page .about-1 .top .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 42px;
  
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  max-height: 690px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .about-1 .bottom {

  width: 90%;
  margin: 0 auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
  
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color: #c8b29a;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  
  font-weight: 600;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(0,0,0,.5);
}
.about-page .about-2 {
  margin-top: 120px;
}
.about-page .about-2 .box {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
  transform: translateY(20%);
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}
.tipsTitleCont .tipsTitle1 span{
  	font-size: 18px;
}
.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 61.25%;
  height: 100%;
  background: url(../images/about-bg.jpg) no-repeat right top / cover;

}
.about-page .about-3 {
  background-color: #fdf9f5;
  padding: 225px 0 165px;
}
.about-page .about-3 .header {
 text-align: center;
  padding-bottom: 63px;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: #c8b29a;
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  margin: 0 -15px;
}
.about-page .about-3 .content ul li {
  padding: 15px;
  width: 33.33%;
}
.about-page .about-3 .content{
  max-width: 1500px;
  margin: 0 auto
}
.about-page .about-3 .content ul li .box {
  padding: 50px 20px 100px;
  background: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
  border: solid 1px #d7ccc2;
  text-align: center
}
.about-page .about-3 .content ul li .box:hover{
  box-shadow: 0px 2px 22px 2px 
		rgba(37, 37, 37, 0.13);
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
  
  font-weight: 600;
  line-height: 3;
  margin-top: 15px;
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}

.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
}


.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: #c8b29a;
}
.about-page .about-4 {
  background: #c8b29a;
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: #c8b29a;
}
.about-page .about-5 {
  padding: 110px 0 180px;
}
.about-page .about-5 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: #c8b29a;
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: #c8b29a;
}
.about-page .about-6{
  overflow: hidden;
}
.about-page .about-6 .contentC{
  margin-top: 60px;
}
.about-page .about-6 .contentC .container{
  margin-left: auto;
  width: 1640px;
  margin-right: 0;
}
.about-page .about-6 .contentC .container .titleC{
  width: 48%;
  position: relative;
  z-index: 2;
}
.about-page .about-6 .contentC .container .titleC .subline{
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}
.about-page .about-6 .contentC .container .titleC li{
  cursor: pointer;
}
.about-page .about-6 .contentC .container .titleC .num{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.about-page .about-6 .contentC .container .titleC li.active .num{
  color: #c8b29a;
}
.about-page .about-6 .contentC .container .titleC .cir{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC li.active .cir{
  background: #c8b29a;
}
.about-page .about-6 .contentC .container .content{
  position: relative;
  margin-top: -80px;

}
.about-page .about-6 .contentC  .swiper{
  overflow: hidden
}
.about-page .about-6 .contentC .container .content .box .left{
  width: 48%;
  padding-right: 200px;
  padding-top: 140px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
  font-weight: 600;
  font-size: 24px;
  
}
.about-page .about-6 .contentC .container .content .box .left .des{
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page .about-6 .contentC .container .content .box .right{
  width: 52%;
  padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img{
  width: 100%;
}
@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container{
    width: 1360px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .about-page .about-6 .contentC .container{
    width: 1200px;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    padding-right: 40px;
  } 
}
@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .about-page .about-3{
   padding: 100px 0
  }
  .about-page .about-6 .contentC .container{
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC .subline{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .contentC .container .content .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
   .about-page .about-3 .content ul li .box{
    padding: 30px 20px 40px
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }
  .about-page .about-2 {
    margin: 40px 0 80px;
  }
  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box::after {
    display: none;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }
  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: #c8b29a;
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-6{
    margin-top: 0;
    padding-top: 0;
  }
  .about-page .about-6 .contentC .container{
    width: 700px;
  }
 .about-page .about-2 .box .img{
   transform: translate(0)
 }
}
@media (max-width: 700px) {
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .about-page .about-6 .contentC .container{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .con {
    max-height: 460px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 {
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
}
.card-page{
  background: #ffffff;
  padding-bottom: 60px
}
.card-page .card-1 .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.card-page .card-1 .top .left{
  width: 35%
}
.card-page .card-1 .top .right{
  width: 60%;
  font-size: 18px;
  line-height: 1.8;
  color: #9c9c9c
}
.card-page .card-1 img{
  display: block;
  margin: 0 auto;
  margin-top: 70px
}
.card-page .card-1{
   padding-bottom: 100px
 }
 .card-page .card-3 .list{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between
 }
 .card-page .card-3 .list .img{
   width: 30%;
   margin-bottom: 30px;
 }
 .card-page .card-3 .list .t1{
   font-size: 20px;
   transition: .5s;
 }
  .card-page .card-3 .list .t1:hover{
    color: #805b4c;
  }
  .card-page .card-3 .list .img img{
    width: 100%
  }
   .card-page .card-3 .box{
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
   }
  .card-page .card-3 .box .left {
    width: 50%;
 
   }
   .card-page .card-3 .box .left .cont{
   font-size: 18px;
    line-height: 1.8;
    color: #9c9c9c;
    margin-top: 50px;
   }
   .card-page .card-3 .box .right{
     width: 45%;
      overflow-y: auto;
      margin-top: -40px;
   }
   .card-page .card-3 .box .right ul{
     white-space: nowrap;

   }
   .card-page .card-3 .box .right ul li{
        display: inline-block;
        width: 100%;
      }
  .card-page .card-3 .box .right ul li img{
    width: 100%;
  }
  .card-page .card-3 .text{
    text-align: right;
    font-size: 18px;
    margin-top: 18px;
  }
   @media screen and (max-width:1000px){
     .card-page .card-3 .text{
    font-size: 16px;
  }
     .card-page .card-3 .box .right{
       margin-top: 0;
     }
     .card-page .card-3 .list .img{
   width: 45%;
 }
  .card-page .card-3 .list .t1{
   font-size: 18px;
 }
 .card-page .card-3 .box .left{
   width: 100%;
   margin-bottom: 30px;
 }
 .card-page .card-3 .box .right{
   width: 100%;
 }
   }
  @media screen and (max-width:500px){
    .card-page .card-3 .list .img{
   width: 100%;
   }
      }
 .card-page .card-2 .ui{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;

 }
 .card-page .card-2 .left{
   width: 50%
 }
 .card-page .card-2 .left img{
   width: 100%
 }
  .card-page .card-2 .right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*height: 900px;
    overflow-y: auto*/
  }
   .card-page .card-2 .right .item{
     width: 45%;
     margin-bottom: 30px;
   }
  .card-page .card-2 .right ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 800px;
    /*justify-content: space-between*/
    

  }
  .card-page .card-2 .right li{
    width: 33%;
    text-align: center;
    font-size: 20px;
    color: #8d8c8a;
    margin-bottom: 0;
    cursor: pointer;
    
  }
  .card-page .card-2 .right li .img{
    margin:  -20px 0;
  }
    .card-page .card-2 .right li img{
     transform: rotate(-90deg)
    }
   /*.card-page .card-2 .right li:nth-child(3n){
     margin-right: 10%
   }
   .card-page .card-2 .right li:nth-child(6n){
     margin-right: 0%
   }
   .card-page .card-2 .right li:nth-child(30n){
     margin-bottom: 60px;
   }*/
    .card-page .card-2 .right li p{
      margin-top: 10px
    }
    .card-page .card-2 .right li .img{
      position: relative
    }
    .card-page .card-2 .right li .img .jt{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-55%);
       width: 50px;
       opacity: 0;
       transition: .5s
    }
      .card-page .card-2 .right li:hover .img .jt{
        opacity: 1
      }
 @media screen and (max-width:1680px){
/*.card-page .card-2 .right li{
   width: 16%
 }
  .card-page .card-2 .right li:nth-child(3n){
     margin-right: 4%
   }
      .card-page .card-2 .right li:nth-child(6n){
     margin-right: 0%
   }*/

 }
 @media screen and (max-width:1440px){
   .card-page .card-2 .right li{
     width: 30%;
   }
 /*.card-page .card-2 .right li{
   width: 20%
 }
    .card-page .card-2 .right li:nth-child(3n){
     margin-right: 0%
   }
   .card-page .card-2 .right li:nth-child(6n){
     margin-right: 0%
   }
   .card-page .card-2 .right li:nth-child(30n){
     margin-bottom: 60px;
   }
  .card-page .card-2 .right li:nth-child(2n){
     margin-right: 20%
   }
      .card-page .card-2 .right li:nth-child(4n){
     margin-right: 0%
   }*/
 }
  @media screen and (max-width:1280px){
  /*.card-page .card-2 .right li{
   width: 22%
 }
   .card-page .card-2 .right li:nth-child(2n){
     margin-right: 12%
   }
      .card-page .card-2 .right li:nth-child(4n){
     margin-right: 0%
   }*/
   .card-page .card-2 .right li{
     width: 27%
   }
   .card-page .card-2 .right ul{
     height: 600px;
   }
  }
 @media screen and (max-width:1000px){
  .card-page .card-1 .top .left{
  width: 100%
}
.card-page .card-1 .top .right{
  width: 100%;
  margin-top: 30px
}
 .card-page .card-1{
   padding-bottom: 50px
 }
  .card-page .card-1 .top br{
    display: none
  }
  .card-page .card-2 .left{
   width: 100%
 }
 
  .card-page .card-2 .right{
    width: 100%;
    margin-top: 40px;


  }
  .card-page .card-2 .right ul{
  height: 450px;
  }
  .card-page .card-2 .right .item{
    width: 48%
  }
  /*.card-page .card-2 .right li{
   width: 24%
 }
   .card-page .card-2 .right li:nth-child(2n){
     margin-right: 4%
   }
      .card-page .card-2 .right li:nth-child(4n){
     margin-right: 0%
   }
   .card-page .card-2 .right li img{
     width: 80%
   }*/
  }

   @media screen and (max-width:700px){
       .card-page .card-2 .right .item{
    width: 100%
  }
   .card-page .card-2 .right ul{
  height: 800px;
  }
       /*.card-page .card-2 .right li{
   width: 33%;
   margin-right: 1%
 }

  .card-page .card-2 .right li:nth-child(3n){
    margin-right: 0%
   }
   .card-page .card-2 .right li:nth-child(2n){
     margin-right: 0%
   }
      .card-page .card-2 .right li:nth-child(4n){
     margin-right: 0%
   }
     .card-page .card-2 .right li:nth-child(30n){
     margin-bottom: 0;
   }
    .card-page .card-2 .right li:nth-child(15n){
     margin-bottom: 60px;
   }*/
   }
      @media screen and (max-width:500px){
        .card-page .card-2 .right li{
          width: 46%
        }
         .card-page .card-2 .right ul{
  height: 1300px;
  }
        /*.card-page .card-2 .right ul{
          justify-content: space-between
        }
       .card-page .card-2 .right li{
   width: 45%;
   margin-right: 0
 }
   .card-page .card-2 .right li:nth-child(15n){
     margin-right: 15%;
   }*/
   }

.philosophy-page .philosophy-1 .video{
position: relative;
margin-top: 30px;
}
.philosophy-page .philosophy-1 .video video{
  width: 100%;
  display: block;
}
.philosophy-page .philosophy-1 .video img{
  width: 100%
}
   .play-btn {
    font-size: 20px;
    width: 3em;
    height: 3em;
    border-radius: 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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    cursor: pointer;
    cursor: hand
}

.play-btn i{
   color: #000
}

.play-btn:after,.play-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite
}

.play-btn:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}


.philosophy-page .philosophy-1 .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.philosophy-page .philosophy-1 .top .left{
  width: 45%;
  padding-bottom: 25px;
}
.philosophy-page .philosophy-1 .top .right{
  width: 40%;
  font-size: 18px;
  line-height: 1.8;
  color: #9c9c9c
}
.philosophy-page .philosophy-1 img{
  display: block;
  margin: 0 auto;
  margin-top: 70px
}
.philosophy-page .philosophy-1{
   padding-bottom: 50px
 }
.philosophy-page .philosophy-1 .text{
  	font-size: 20px;
    color: #7b7b7b;
    width: 90%;
    margin: 0 auto;
    padding:50px  60px;
    background: #fff;
    /*transform: translateY(-50%);*/
    text-align: center;
}
.philosophy-page .philosophy-2{
  position: relative
}
.philosophy-page .philosophy-2 .left{
  width: 50%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0
}
.philosophy-page .philosophy-2 .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.philosophy-page .philosophy-2 .right{
  width: 50%;
  margin: 0 0 0 auto;
  padding: 150px 0 110px 80px;

}
.philosophy-page .philosophy-2 .right .cont{
  	color: #7b7b7b;
    font-size: 20px;
    margin: 70px 0 50px
}
.philosophy-page .philosophy-2 {
background-color: #fdf9f5;
}
.philosophy-page .philosophy-3{
  padding-top: 150px;
  padding-bottom: 140px;
  overflow: hidden;
}
.philosophy-page .philosophy-3 .top{
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px
}
.philosophy-page .philosophy-3 .top .cont{
  font-size: 20px;
  	color: #7b7b7b;
    margin-top: 30px
}
.philosophy-page .philosophy-3>ul{
  padding: 0 25%;
  margin-right: -80px;
}
.philosophy-page .philosophy-3>ul li{
  padding-right: 80px
}
.philosophy-page .philosophy-3>ul .slick-list{
  overflow: visible
}
.philosophy-page .philosophy-3>ul li img{
  width: 100%;
}
.philosophy-page .philosophy-3>ul li .box{
  position: relative
}
.philosophy-page .philosophy-3>ul li .text1{
position: absolute;
left: 0;
bottom: 50px;
background-color: #ffffff;
 font-size: 24px;
 line-height: 1;
 padding: 22px 26px;
 font-weight: bold;
   transition: .5s
}
.philosophy-page .philosophy-3>ul li .text2{
  width: 70%;
  height: 70%;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-40%);
  padding: 40px 25px;
  text-align: center;
  overflow-y: auto;
  opacity: 0;
  transition: .5s
}
.philosophy-page .philosophy-3>ul li .text2 .cont{
  font-size: 14px;
  	color: #7b7b7b;

}
.philosophy-page .philosophy-3>ul li .text2 .t1{
	font-size: 24px;
  font-weight: bold
}
.philosophy-page .philosophy-3>ul li .text2 .line{
  	width: 64px;
	height: 1px;
	background-color: #000000;
  margin: 15px auto;
  
}
.philosophy-page .philosophy-3>ul li:hover .text1{
  opacity: 0
}
.philosophy-page .philosophy-3>ul li:hover .text2{
  opacity: 1
}
.philosophy-page .philosophy-3 ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
  }
  .philosophy-page .philosophy-3 ul.slick-dots li {
    display: inline-block;
    padding: 0;
   	width: 12px;
   	height: 12px;

	  background-color: #e5e5e5;
    margin-right: 15px;
    transition: .5s;
    cursor: pointer;
    position: relative;
  }
  .philosophy-page .philosophy-3 ul.slick-dots li:last-child {
    margin-right: 0;
  }
  .philosophy-page .philosophy-3 ul.slick-dots li button {
    display: none;
  }
  .philosophy-page .philosophy-3 ul.slick-dots li.slick-active{
    background: #805b4c;
  }
  .philosophy-page .philosophy-3  .slick-slide .content {
    display: none;
  }
   @media screen and (max-width:1280px){
     .philosophy-page .philosophy-3>ul{
       padding: 0 15%
     }
   }
 @media screen and (max-width:1000px){
     .philosophy-page .philosophy-3>ul{
       padding: 0 10%
     }
  .philosophy-page .philosophy-1 .top .left{
  width: 100%
}
.philosophy-page .philosophy-1 .top .right{
  width: 100%;
  margin-top: 30px
}
 .philosophy-page .philosophy-1{
   padding-bottom: 50px
 }
  .philosophy-page .philosophy-1 .top br{
    display: none
  }
  .philosophy-page .philosophy-1 .text{
    transform: translateY(0);
    margin-top: 30px;
    width: 100%
  }
  .philosophy-page .philosophy-2 .right{
    width: 100%;
   padding: 60px 0
  }
  .philosophy-page .philosophy-2 .left{
      width: 100%;
    position: static;

  }
  .philosophy-page .philosophy-3 .top{
    padding: 0 15px
  }
  .philosophy-page .philosophy-1 .text{
    padding: 30px 0
  }
  
  }
@media screen and (max-width:700px){
     .philosophy-page .philosophy-3>ul{
       padding: 0 15px;
       margin-right: -30px;
     }
      .philosophy-page .philosophy-3>ul li{
          padding-right: 30px
        }
        .philosophy-page .philosophy-3>ul li .text2{
          width: 90%;
          height: 80%
        }
        .philosophy-page .philosophy-3>ul li .text2 .t1{
          font-size: 20px
        }
        .philosophy-page .philosophy-3>ul li .text1{
          padding: 15px;
          font-size: 20px;
          bottom: 30px;
        }
        .philosophy-page .philosophy-3{
          padding: 60px 0 100px
        }
        .philosophy-page .philosophy-3 .top{
          margin-bottom: 30px
        }
        .play-btn{
    zoom: 0.6
  }
}

.product-yd-page{
  padding: 80px 0 0;
  background: #f9f5f2;
}
.product-yd-page li{
  display: flex;
  flex-wrap: wrap
}
.product-yd-page li:nth-child(even) .left{
order: 2
}
.product-yd-page li .left,.product-yd-page li .right{
  width: 50%
}

.product-yd-page li .right img{
  height: 890px;
  width: 100%;
  object-fit: cover;
  display: block
}
.product-yd-page li .left{
  padding: 0 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.product-yd-page li .left .smt{
  font-size: 24px
}
.product-yd-page li .left .line{
  	width: 1px;
	height: 122px;
	background-color: #888888;
  margin: 40px auto
}
.product-yd-page li .left .cont{
  color: #7b7b7b;
  font-size: 18px;
  margin: 60px 0;
  text-align: left
}
.product-yd-page li .left .more{
  margin: 0 auto
}
.product-yd-page li .left .cont{
  height: 250px;
  overflow-y: auto
}
@media screen and (max-width:1680px){
  .product-yd-page li .left{
    padding: 0 50px
  }
}

@media screen and (max-width:1440px){
.product-yd-page li .left .line{
  height: 80px
}
}
@media screen and (max-width:1000px){
.product-yd-page li .left, .product-yd-page li .right{
  width: 100%
}
.product-yd-page li:nth-child(even) .left{
  order: 0
}
.product-yd-page li .left{
  margin-bottom: 60px
}
.product-yd-page li{
    margin-bottom: 60px
}
.product-yd-page li .left .line{
  display: none
}
.product-yd-page li .left .cont{
  height: auto
}
.product-yd-page li .left{
  padding: 0 20px
}
.product-yd-page{
  padding: 200px 0 100px
}
.product-yd-page li .left .smt{
  font-size: 20px
}
.product-yd-page li .right img{
  width: 100%;
  height: auto
}
}
@media screen and (max-width:700px){
  .product-yd-page li .left .smt{
  font-size: 16px
}
.product-yd-page li .left .cont{
  font-size: 16px
}
.product-yd-page{
  padding: 150px 0 50px
}
}

.faq-page {
  padding-top: 39px;
  padding-bottom: 100px
}
.faq-page .faq-1 {
  background: url(../images/faq-bg.png) no-repeat right bottom;
  padding-bottom: 8.8023%;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1;
  font-family: 'Garamond';
  text-transform: uppercase;
}
.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
  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;
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Garamond';
  font-weight: bold;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}
.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}
.faq-page .faq-3 {
  background: url(../images/ab-wz.png) no-repeat center top;
  margin-top: 13%;
  padding-top: 7%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
  font-family: 'Garamond';
  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: #b99b6d;
  border-color: #b99b6d;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  .inner-page .m-page{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-1 .content ul li .tit em {
    padding-right: 20px;
  }
  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type="text"] {
    padding-right: 0;
  }
  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}

.philosophy-page.about-page .philosophy-1 .text{
  height: 350px;
box-shadow: 0px 2px 22px 2px 
		rgba(37, 37, 37, 0.13);
}
.philosophy-page.about-page .philosophy-1 .text .conts{
  overflow-y: auto;
  height: 100%
}
.about-page .about-history .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-history .left {
  width: 50%;
  margin-top: 16.25vw;
  margin-bottom: 19.53125vw;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-history .left .left-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-history .left .left-box .title{
  font-weight: bold
}
.about-page .about-history .left .left-box .public-title span.span2 {
  color: #000;
}
.about-page .about-history .left .left-box .intro {
  margin-top: 23px;
  color: var(--index-color2);
}
.about-page .about-history .left .left-box .public-btn {
  margin-top: 6.25vw;
}
.about-page .about-history .left .year-right {
  margin-top: 8.28125vw;
  font-size: 9.583333333vw;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
  color: var(--index-color1);
  position: relative;
}
.about-page .about-history .left .year-right svg {
  position: absolute;
  right: -280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.about-page .about-history .right {
  margin-bottom: 19.53125vw;
  padding-bottom: 13px;
  width: 50%;
}
.about-page .about-history .right .history-list {
  margin-right: 3.9583333333333335vw;
  position: relative;
}
.about-page .about-history .right .history-list li {
   align-items: flex-start;
}
.about-page .about-history .right .history-list li.active .text-right:before,
.about-page .about-history .right .history-list li.active .text-right:after {
  background: -webkit-gradient(linear, left top, right top, from(var(--index-color1)), to(transparent));
  background: -webkit-linear-gradient(left, var(--index-color1), transparent);
  background: -moz-linear-gradient(left, var(--index-color1), transparent);
  background: linear-gradient(to right, var(--index-color1), transparent);
  opacity: 1;
}
.about-page .about-history .right .history-list li.active .text-right .title {
  color: #000000;
  font-weight: 400
}
.about-page .about-history .right .history-list li.active .text-right .intro {
  color: #000000;
}
.about-page .about-history .right .history-list li.active .year-left {
  background: unset;
  -webkit-background-clip: unset;
  color: var(--index-color1) !important;
}
.about-page .about-history .right .history-list li:first-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f6f6f6));
  background: -webkit-linear-gradient(top, transparent, #f6f6f6);
  background: -moz-linear-gradient(top, transparent, #f6f6f6);
  background: linear-gradient(to bottom, transparent, #f6f6f6);
  -webkit-background-clip: text;
  color: transparent;
}
.about-page .about-history .right .history-list li:last-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(transparent));
  background: -webkit-linear-gradient(top, #f6f6f6, transparent);
  background: -moz-linear-gradient(top, #f6f6f6, transparent);
  background: linear-gradient(to bottom, #f6f6f6, transparent);
  -webkit-background-clip: text;
  color: transparent;
}
.about-page .about-history .right .history-list li .year-left {
  font-size: 9.583333333vw;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
  color: #f6f6f6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: sticky;
  width: 232px;
}
.about-page .about-history .right .history-list li .text-right {
  margin-left: 3.125vw;
  /*padding-top: 2.5vw;
  padding-bottom: 2.65625vw;*/
  padding-top: 6.5vw;
  padding-bottom: 6.65625vw;
  padding-right: 3.5145833vw;
  position: relative;
  font-family: Montserrat;
  font-weight: 600;
}
.about-page .about-history .right .history-list li .text-right:before,
.about-page .about-history .right .history-list li .text-right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(122, 122, 122, 0.15);
}
.about-page .about-history .right .history-list li .text-right:before {
  top: -2px;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 2;
}
.about-page .about-history .right .history-list li .text-right:after {
  bottom: 0;
}
.about-page .about-history .right .history-list li .text-right .title {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}
.about-page .about-history .right .history-list li .text-right .intro {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.333;
}

.about-page .about-history .left {
    margin-top: 312px; /* 原16.25vw → 312px */
    margin-bottom: 375px; /* 原19.53125vw → 375px */
}

.about-page .about-history .left .left-box .public-btn {
    margin-top: 120px; /* 原6.25vw → 120px */
}

.about-page .about-history .left .year-right {
    margin-top: 159px; /* 原8.28125vw → 159px */
    font-size: 184px; /* 原9.583333333vw → 184px */
}

.about-page .about-history .right {
    margin-bottom: 375px; /* 原19.53125vw → 375px */
}

.about-page .about-history .right .history-list {
    margin-right: 76px; /* 原3.9583333333333335vw → 76px */
}

.about-page .about-history .right .history-list li .year-left {
    font-size: 184px; /* 原9.583333333vw → 184px */
}

.about-page .about-history .right .history-list li .text-right {
    margin-left: 60px; /* 原3.125vw → 60px */
    padding-top: 48px; /* 原2.5vw → 48px */
    padding-bottom: 51px; /* 原2.65625vw → 51px */
    padding-right: 79px; /* 原4.1145833vw → 79px */
}
@media screen and (max-width: 1680px) {
    .about-page .about-history .left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .about-page .about-history .right {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
 .inner_banner .cont .mbx,.inner_banner .cont .mbx a,.inner_banner .cont .mbx span{
   font-size: 16px
 }
  .about-page .about-history .left .year-right{
    margin-top:80px;
  }
  .prodet-page{
    padding-top: 70px
  }
  .prodet-page .prodet-1 .img .big-img .fd{
    right: 20px
  }
  .about-page .about-history .right .history-list li.active .text-right .intro{
    font-size: 16px
  }
    .about-page .about-history .right{
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1280px){
  .about-page .about-history .left .year-right svg {
    zoom: .7;
  }
  .about-page .about-history .right .history-list li .text-right {
    padding-right: 0;
  }
  .about-page .about-history .right .history-list {
    margin-right: 0;
  }
  .about-page .about-history .left .year-right,.about-page .about-history .right .history-list li .year-left{
    font-size: 120px;
  }
    .about-page .about-history .right{
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1000px){
  .about-page .about-history .left .year-right, .about-page .about-history .right .history-list li .year-left{
    font-size: 100px;
  }
  .design-page .design-5 .wrap .left ul li{
    width: 48%;
    margin-bottom: 15px
  }
}
@media screen and (max-width: 700px){
.inner_banner .cont .mbx,.inner_banner .cont .mbx a,.inner_banner .cont .mbx span{
   font-size: 14px;
 }

  .about-page .about-history {
    position: relative;
  }
  .about-page .about-history .ui.container{
    position: unset;
  }
  .about-page .about-history .left{
    width: 30%;
  }
    .about-page .about-history .left .left-box{
    position: absolute;
    left: 0;
    top: -40px;
  }
  .about-page .about-history .left .left-box .intro{
    margin-top: 10px;
    width: 135px;
  }
  .about-page .about-history .left .year-right svg{
    zoom:.5;
  }
  .about-page .about-history .left .year-right{
    margin-left: 20px;
  }
.about-page .about-history .left .year-right, .about-page .about-history .right .history-list li .year-left{
  font-size: 60px;
}
.about-page .about-history .left{
  width: 16%
}
  .about-page .about-history .right{
    width: 77%;
  }
  .about-page .about-history .right .history-list li .year-left{
    width: 50px;
  }
  .about-page .about-history .right .history-list li .text-right{
    margin-left: 0px;
    width: calc(100% - 50px);
  }


  .about-page .about-history .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-history .left .left-box{
    display: none
  }
  .about-page .about-history .right .history-list li .text-right{
    padding-left: 100px
  }
    .about-page .about-history .right{
    margin-bottom: 70px
  }
}
@media screen and (max-width: 500px){
  .about-page .about-history .right{
    margin-bottom: 50px
  }
  .about-page .about-history .left .year-right, .about-page .about-history .right .history-list li .year-left{
    font-size: 60px;
    padding-left: 50px;
  }
  .about-page .about-history .left .year-right, .about-page .about-history .right .history-list li .year-left{
    display: none;
  }
  .about-page .about-history .right .history-list li .text-right .title{
    color: #000000;
  }
  .about-page .about-history .right .history-list li .text-right .intro{
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
  .about-page .about-history .right .history-list li.active .text-right .intro{
    color: rgba(0, 0, 0, 0.28);
  }
  .about-page .about-history .right .history-list li .text-right{
    padding-left: 0;
  }
  .about-page .about-history .left{
    display: none;
  }

  .about-page .about-history .right{
    width: 100%;
  }
   .design-page .design-5 .wrap .left ul li{
    width: 100%;
  }
}

.factory-page .factory-1 .box{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.factory-page .factory-1 .box .left{
  width: 36%;
}
.factory-page .factory-1 .box .left video{
  display: block;
  width: 100%;
}
.factory-page .factory-1 .box .right{
  width: 60%;
  font-size: 18px;
  padding: 0 40px;
  line-height: 2;
  height: 900px;
  overflow: auto;
}
.factory-page .factory-1 .box .right .t1{
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}
.factory-page .factory-1 .box .right p{
    	color: #6e6e6e;
}
/*.factory-page .factory-1 .box .right{
  width: 20%
}*/
.factory-page .factory-2{
  margin-top: 90px;
}
.factory-page .factory-2 .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.factory-page .factory-2 .box .left{
  width: 50%;
  padding-top: 70px;
}
.factory-page .factory-2 .box .left img{
  width: 100%;
}
.factory-page .factory-2 .box .left .text{
  font-size: 18px;
  text-align: center;
}
.factory-page .factory-2 .box .left .text .cont{
  	color: #6e6e6e;
}
.factory-page .factory-2 .box .left .text .t1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
.factory-page .factory-2 .box .right{
  width: 45%
}
.factory-page .factory-2 .box .right img{
  width: 100%;
}
.factory-page .factory-3 .box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factory-page .factory-3{
  margin-top: 90px;
}
.factory-page .factory-3 .box .img{
  width: 49%;
}
.factory-page .factory-4{
  margin-top: 50px;
}
.factory-page .factory-4 .box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factory-page .factory-4 .box .left{
  width: 57%;

}
.factory-page .factory-4 .box .left .cont{
  	color: #6e6e6e;
      font-size: 18px;
}
.factory-page .factory-4 .box .left .t1{
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 45px;
}
.factory-page .factory-4 .box .left .t2{
  margin-top: 0;
}
.factory-page .factory-4 .box .right{
  width: 38%;
}
.factory-page .factory-4 .box .right img{
  width: 100%;
}
.factory-page .st{
  font-size: 16px;
  margin-bottom: 22px;
}
.factory-page .btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(-120%)
}
.factory-page .btn>div{
  	width: 40px;
	  height: 40px;
    border-radius: 50%;
    border: 3px solid #c5c2bf;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c5c2bf;
    font-size: 32px;
    cursor: pointer;
    transition: .5s;
}
.factory-page .btn .next{
  margin-left: 13px;
}
.factory-page .btn>div:hover{
     border: 3px solid #805b4c;
     color: #805b4c;
}
.factory-page .lh-1{
  line-height: 1;
}

.factory-page .factory-51{
  background: linear-gradient(to bottom,#fdf9f5 70%,transparent 70%);
    margin-top: 75px;
  padding-top: 160px;
}
.factory-page .factory-51 ul{
  margin: 0 -20px;
}
.factory-page .factory-51 ul li{
  padding: 0 20px;
}
.factory-page .factory-52{
  padding-top: 145px;

}
.factory-page .factory-5 ul{
  margin-top: 65px;
}
@media screen and (max-width: 1450px){
  .factory-page .factory-1 .box .right{
    height: 680px;
  }
}
@media screen and (max-width: 1000px){
  .factory-page .factory-1 .box .right{
    width: 100%;
    padding: 0;
    padding-right: 15px;
  }
  .factory-page .factory-1 .box .left{
    width: 100%;
    margin-bottom: 30px;
  }
  .factory-page .factory-2 .box .left{
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .factory-page .factory-2 .box .right{
    width: 100%;
  }
  .factory-page .factory-3 .box .img{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .factory-page .factory-3{
    margin-top: 40px;
  }
  .factory-page .factory-4 .box .left{
    width: 100%;
  }
  .factory-page .factory-4 .box .right{
    display: none;
  }
  .inner-page{
    padding-top: 60px;
  }
  .factory-page .factory-5 ul li img{
    width: 100%;
  }

  .factory-page .factory-51{
    margin-top: 45px;
  padding-top: 80px;
}
.factory-page .factory-51 ul{
  margin: 0 -15px;
}
.factory-page .factory-51 ul li{
  padding: 0 15px;
}
.factory-page .factory-52{
  padding-top: 50px;
}
.factory-page .factory-5 ul{
  margin-top: 40px;
}
.factory-page{
  padding-bottom: 60px;
}
}
@media screen and (max-width: 700px){
  .factory-page .factory-1 .box .right,.factory-page .factory-2 .box .left .text,.factory-page .factory-4 .box .left .cont{
    font-size: 16px;
  }
  .factory-page .factory-1 .box .right .t1,.factory-page .factory-2 .box .left .text .t1,.factory-page .factory-4 .box .left .t1{
    font-size: 20px;
  }
   .factory-page .factory-51{
    margin-top: 35px;
  padding-top: 35px;
}
.factory-page .btn{
  transform: translateY(0);
  margin-top: 20px;
}
}