@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Italic.eot') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Italic.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.eot') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #300a00;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.grid-box {
    font-size: 0;
  }

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active,
#header.inner-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: white;
  color: black;
}
#header.active .logo,
#header.active .h-search,
#header.inner-header .logo,
#header.inner-header .h-search {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .language-box,
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner-header .language-box,
#header.inner-header .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header.inner-header .nav .ui.menu .menu-box ul.menu > li:hover > a {
    border-color: black;
}

#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 70px;
  padding: 0 100px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 35px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 14px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 75px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .h-inquiry {
  height: 40px;
  padding: 0 22px;
}
#header .nav .ui.menu .right .h-inquiry span {
  font-size: 14px;
}
.language-box {
  margin: 0 30px;
  color: white;
}
.language-box .zhuyu {
  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;
}
.language-box .zhuyu span {
  font-size: 18px;
}
.language-box .zhuyu i {
  font-size: 20px;
  margin-left: 8px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #111;
  height: 50px;
  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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  color: white;
  padding: 0 45px;
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);*/
}
.more:hover {
  color: var(--color);
  background-color: transparent;
}
.more:hover::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: white;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
.more.red {
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
  border: 1px solid var(--color);
}
.more.red::before {
  background-color: var(--color);
  border-color: transparent;
}
.more.red:hover {
  color: white;
}
.more.black {
  background-color: #000;
}
.more.black::before {
  background-color: white;
}
.more.black:hover {
  color: var(--color);
}
span.tag {
  font-size: 18px;
  color: var(--color);
  line-height: 0.8;
  font-weight: 300;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.h-title {
  font-size: 50px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: bold;
}
h2.h-title.white {
  color: white;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.txt-light {
  font-family: Arial;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@-moz-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-icon {
  position: absolute;
  left: 50%;
  bottom: 85px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-animation: img_up 3s linear infinite;
  -moz-animation: img_up 3s linear infinite;
  animation: img_up 3s linear infinite;
  cursor: pointer;
}
#banner .banner-icon p {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}
#index-body .homepage-1 {
  position: relative;
  padding: 165px 0 85px;
}
#index-body .homepage-1 span.tag {
  margin-bottom: 10px;
}
#index-body .homepage-1 .left {
  position: relative;
}
#index-body .homepage-1 .left img:nth-child(n + 2) {
  position: absolute;
  inset: 0;
}
#index-body .homepage-1 .left img {
  z-index: -1;
  opacity: 0;
}
#index-body .homepage-1 .left img.active {
  opacity: 1;
  z-index: 2;
}
#index-body .homepage-1 .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
#index-body .homepage-1 .center ul li {
  margin-bottom: 75px;
  text-align: center;
}
#index-body .homepage-1 .center ul li.active h4 {
  color: black;
}
#index-body .homepage-1 .center ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-1 .center ul li h4 {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  color: #cbcbcb;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .right ul li {
  display: none;
}
#index-body .homepage-1 .right ul li.active {
  display: block;
}
#index-body .homepage-1 .right ul li a {
  font-size: 20px;
  border-bottom: 1px solid transparent;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 65px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#index-body .homepage-1 .right ul li a:last-child {
  margin-bottom: 0;
}
#index-body .homepage-1 .right ul li a::before {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: var(--color);
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: -45px;
  top: 10px;
  opacity: 0;
}
#index-body .homepage-1 .right ul li a:hover {
  border-color: var(--color);
  color: var(--color);
}
#index-body .homepage-1 .right ul li a:hover::before {
  opacity: 1;
}
#index-body .homepage-2 {
  padding: 85px 0 195px;
  position: relative;
  z-index: 2;
  background-color: #f6f6f6;
}
#index-body .homepage-2 .left .con {
  max-width: 525px;
  color: #aaa;
}
#index-body .homepage-2 .left .con strong {
  color: #6b1904;
  font-style: italic;
  font-weight: 600;
}
#index-body .homepage-2 .right {
  position: relative;
}
#index-body .homepage-2 .right .img {
  position: absolute;
  bottom: -16%;
  left: -46%;
}
#index-body .homepage-2 .right .img a.play {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .homepage-2 .right .img a.play .i2 {
  -webkit-animation: img_rotate 8s linear infinite;
  -moz-animation: img_rotate 8s linear infinite;
  animation: img_rotate 8s linear infinite;
}
#index-body .homepage-3 {
  padding: 195px 0 215px;
  background: url('../images/sus-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-3 .box {
  max-width: 540px;
  margin-left: auto;
}
#index-body .homepage-4 {
  padding: 75px 0;
  background-color: #f5f5f5;
}
#index-body .homepage-4 ul {
  margin: -10px -20px;
}
#index-body .homepage-4 ul li {
  width: 33.3333333%;
  padding: 10px 20px;
}
#index-body .homepage-4 ul li .box {
  width: 100%;
  height: 380px;
  padding: 60px 45px 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}
#index-body .homepage-4 ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-4 ul li .box:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .homepage-4 ul li .box:hover .con {
  opacity: 1;
}
#index-body .homepage-5 {
  padding: 80px 0 90px;
}
#index-body .homepage-5 .top {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
#index-body .homepage-5 .bottom {
  margin-top: 45px;
  position: relative;
}
#index-body .homepage-5 .bottom .btn {
  width: 140px;
  height: 50px;
  position: absolute;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#index-body .homepage-5 .bottom .btn span {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
  cursor: pointer;
}
#index-body .homepage-5 .bottom .btn span.prev {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#index-body .homepage-5 .bottom .btn span.next {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
#index-body .homepage-5 .bottom .btn span:hover {
  background-color: white;
  color: var(--color);
}
#index-body .homepage-5 .bottom .btn span i {
  font-size: 30px;
}
#index-body .homepage-5 .bottom .left {
  width: 40.5%;
}
#index-body .homepage-5 .bottom .left ul li .box .text {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
#index-body .homepage-5 .bottom .left ul li .box .text span {
  font-size: 14px;
  color: #ababab;
  font-style: italic;
}
#index-body .homepage-5 .bottom .left ul li .box .text h4 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
}
#index-body .homepage-5 .bottom .right {
  width: 59.5%;
  padding-left: 20px;
}
#footer {
  background-color: #050608;
  color: white;
}
#footer .top {
  position: relative;
  background: url('../images/footer-top.jpg') no-repeat;
  background-size: cover;
}
#footer .top .container {
  padding: 80px 0 95px;
  text-align: center;
}
#footer .top .container a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  margin: 35px auto 0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top .container a.btn:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .center {
  padding: 120px 0 100px;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#footer .center ul li span {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  display: block;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .center ul li #ewm canvas,
#footer .center ul li #ewm img {
  width: 115px;
  height: 115px;
  border: 5px solid white;
}
#footer .center ul li.contact {
  max-width: 365px;
}
#footer .center ul li.link span {
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .center ul li.link span:hover {
  border-color: white;
}
#footer .center ul li.form {
  width: 430px;
}
#footer .center ul li.form 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;
  margin: -10px;
}
#footer .center ul li.form ul li {
  padding: 10px;
  position: relative;
}
#footer .center ul li.form ul li input[type='text'] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: transparent;
  font-size: 16px;
}
#footer .center ul li.form ul li textarea[name="content"] {
  height: 95px;
  width: 100%;
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: transparent;
}
#footer .center ul li.form ul li label {
  position: absolute;
  left: 25px;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  padding: 0 10px;
  background-color: #050608;
}
#footer .center ul li.form ul li .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  margin-left: auto;
}
#footer .center ul li.form ul li .submit input[type='submit'] {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  margin-right: 25px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center ul li.form ul li .submit i {
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center ul li.form ul li .submit:hover input[type='submit'] {
  margin-right: 10px;
}
#footer .center ul li.form ul li .submit:hover i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#footer .bottom {
  position: relative;
  z-index: 2;
}
#footer .bottom .box {
  padding: 15px;
}
#footer .bottom .box span {
  font-size: 16px;
  color: #767171;
}
#footer .bottom .box span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom .box span a:hover {
  color: white;
}
#footer .bottom .box span img {
  width: auto;
  height: 16px;
  margin-left: 10px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0.4;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #index-body .homepage-1 .center ul li h4 {
    font-size: 55px;
  }
  #index-body .homepage-2 .right .img {
    bottom: -10%;
    left: -35%;
    max-width: 65%;
  }
  #index-body .homepage-3 {
    padding: 8% 0;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav {
    padding: 0 30px;
  }
  #index-body .homepage-1 .center ul li {
    margin-bottom: 55px;
  }
  #index-body .homepage-1 {
    padding: 85px 0;
  }
  #index-body .homepage-1 .right ul li a {
    margin-bottom: 55px;
  }
  #index-body .homepage-2 .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .homepage-2 .right {
    max-width: 40%;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-2 .right .img {
    left: -25%;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .banner-icon {
    display: none;
  }
  #index-body .homepage-1 .left {
    width: 45%;
  }
  #index-body .homepage-1 .right {
    width: 25%;
  }
  #index-body .homepage-1 .center ul li {
    margin-bottom: 35px;
  }
  #index-body .homepage-1 .center ul li h4 {
    font-size: 40px;
  }
  #index-body .homepage-1 .right ul li a {
    line-height: 1.4;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .center ul li.form {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-1 .center {
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 50%;
    position: relative;
  }
  #index-body .homepage-1 .left {
    width: 50%;
  }
  #index-body .homepage-1 .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-1 .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
  #index-body .homepage-1 .right ul li.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index-body .homepage-1 .right ul li a {
    padding: 15px;
    width: 50%;
    margin: 0;
  }
  #index-body .homepage-1 .right ul li a::before {
    display: none;
  }
  #index-body .homepage-1 span.tag {
    margin-bottom: 35px;
  }
  #index-body .homepage-1 .center ul li h4 {
    font-size: 30px;
  }
  #index-body .homepage-2 .left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-2 .right {
    max-width: 100%;
    width: 100%;
  }
  #index-body .homepage-2 .right > img {
    height: 360px;
  }
  #index-body .homepage-2 .right .img > img {
    display: none;
  }
  #index-body .homepage-2 .left .con {
    max-width: 100%;
  }
  #index-body .homepage-2 .right .img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 6;
  }
  #index-body .homepage-2 .right .img a.play {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  #index-body .homepage-2 {
    padding: 85px 0;
  }
  #index-body .homepage-3 {
    background-position: right;
  }
  #index-body .homepage-3 .box {
    max-width: 65%;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-4 ul li {
    width: 50%;
  }
  #index-body .homepage-5 .bottom .right {
    display: none;
  }
  #index-body .homepage-5 .bottom .left {
    width: 100%;
  }
  #index-body .homepage-5 .bottom .btn {
    display: none;
  }
  #footer .bottom .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .box span {
    text-align: center;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
  #footer .center ul li.form {
    width: 70%;
  }
  #footer .center {
    padding: 75px 0;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  #banner .banner-content ul li .content {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #banner .banner-content ul li .content .box {
    width: 100%;
    padding: 60px 0;
  }
  #footer .center ul li.form {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-4 ul li {
    padding: 10px 0;
  }
  #index-body .homepage-4 ul {
    margin: -10px 0;
  }
  #index-body .homepage-4 ul li .box {
    height: 320px;
    padding: 30px 20px;
  }
  #index-body .homepage-4 ul li .box H4 {
    font-size: 20px;
  }
  .more {
    padding: 0 25px;
    height: 40px;
  }
  .more span {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-1 .left {
    width: 100%;
  }
  #index-body .homepage-1 .center {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-3 .box {
    max-width: 100%;
  }
  #index-body .homepage-4 ul li {
    width: 100%;
  }
  #index-body .homepage-4 ul li .text {
    padding-left: 0;
  }
  #index-body .homepage-4 ul li .box {
    height: auto;
  }
  #index-body .homepage-5 .top .a.more {
    margin-top: 30px;
  }
  #footer .center ul li.form ul li {
    width: 100%;
  }
  #index-body .homepage-5 {
    padding: 65px 0;
  }
}
















.i-tag {
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    color: var(--color);
}
.inner-banner {
  background: #f6f6f6;
  padding: 4% 0;
  text-align: center;
  margin-top: 50px;
}
.inner-banner h2 {
  font-size: 52px;
  color: #181818;
  line-height: 1.2;
  font-weight: bold;
}
.inner-banner .down {
  display: block;
  margin-top: 18px;
  font-size: 20px;
  line-height: 36px;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
.inner-page span.tag {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #181818;
  font-weight: bold;
}
.inner-page span.i-tag.white{
  color:white;
}
.inner-page h2.title {
  font-size: 48px;
  line-height: 1.5;
  color: #000000;
  margin-top: -4px;
  font-weight: bold;
}
.inner-page .sidebox .sideleft {
  width:73%;
}
.inner-page .sidebox .sideright {
  width: 27%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 0px 30px;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 18px;
  line-height: 36px;
  color: #181818;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
  float: right;
  font-size: 20px;
}
.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #181818;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: var(--color);
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a::before{
  display: none;
}
.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: var(--color);
}
.inner-page .m-page {
  margin-top: 46px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  border: 1px solid #D1D0C8;
  background: transparent;
  margin: 2px 5px 2px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  color: #181818;
}
.inner-page .m-page a:hover {
  background: #fff;
}
.inner-page .m-page span.current {
  background: #000;
  color:#fff;
}



.product-page {
  padding: 120px 0 125px;
}
/*.product-page .sidebox .sideleft .top {
  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;
}*/
.product-page .sidebox .sideleft .top h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  padding-right: 8px;
}
.product-page .sidebox .sideleft .top .desc{
font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #83827F;

    max-height: 150px;
    padding-right: 20px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.product-page .sidebox .sideleft .top .category {
  width: 245px;
  position: relative;
}
.product-page .sidebox .sideleft .top .category span {
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  padding: 0 25px 0 0;
  display: block;
  width: 100%;
}
.product-page .sidebox .sideleft .top .category span i {
  float: right;
  font-size: 20px;
}
.product-page .sidebox .sideleft .top .category ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.product-page .sidebox .sideleft .top .category ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .top .category ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .sidebox .sideleft .top .category ul li:hover {
  color: var(--color);
}
.product-page .sidebox .sideleft .top .category:hover ul,
.product-page .sidebox .sideleft .top .category.active ul {
  display: block;
}
.product-page .sidebox .sideleft .list {
  margin: 60px 0;
}
.product-page .sidebox .sideleft .list ul {
  margin: 0 -30px -35px 0;
}
.product-page .sidebox .sideleft .list ul li {
  padding: 0 30px 35px 0;
}
.product-page .sidebox .sideleft .list ul li .img {
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box {
  display: block;
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box:hover .i2{
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  /*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;
}
.product-page .sidebox .sideleft .list ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 4px;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  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);
  text-align: center;
  line-height: 47px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover {
  margin-top: -4px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover img {
  -webkit-filter: none;
  filter: none;
}
.product-page .sidebox .sideleft .list 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);
}
.product-page .sidebox .sideleft .list ul li .img:hover .icon {
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .text {
  padding-top: 25px;
}
.product-page .sidebox .sideleft .list ul li .text h3 {
  font-size: 20px;
  line-height: 1.8;
  min-height: 5.5rem!important;
}
.product-page .sidebox .sideleft .list ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}
.huhu{
  white-space: nowrap;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 380px;
    display: block;
    float: right;
}
.haha {
  margin-bottom: 40px;
}
.zhishi{
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  text-transform:capitalize;
  font-weight: bold;
  margin-bottom: 30px;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
}
.bankuai h3{
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0;
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
  .inner-page .sidebox .sideleft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebox .sideright {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
  .prodet-page .prodet-1 .img{
    width: 100%;
  }
  .prodet-page .prodet-1 .text{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideleft .top .desc{
    display: none;
  }
  .product-page .sidebox .sideleft .list {
    margin-top: 0px;
  }
  .product-page .sidebox .sideleft .list ul {
    margin: 0 -25px -25px 0;
  }
  .product-page .sidebox .sideleft .list ul li {
    padding: 0 15px 25px 0;
  }
  .product-page .sidebox .sideleft .list ul li .text {
    padding-top: 15px;
  }
  .product-page .sidebox .sideleft .list ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .haha, .huhu{
    display: none!important;
  }
}
.prodet-page {
  padding: 120px 0 0px;
}
.prodet-page .prodet-1 {
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .img{
  display: flex;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  overflow: hidden;
  width: calc(100% - 155px);
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.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: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -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 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 18px;
  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: 18px;
  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: var(--color);
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  width: 140px;
  margin-right: 10px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin: -5px 0;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding: 5px 0;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: #fff;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.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: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid  #181818;
  font-weight: bold;
  background: #fff;
  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: #efefef;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .content table td{
  border: none;
}
.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(odd) td{
  background-color: #f7f7f7;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
  text-transform:capitalize;
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
  display: none;
}
.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;
  width: 100%;
}
.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[type="text"],
.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: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  width: 100%;
  height: 60px;
  background-color: var(--color);
  color: white;
}
.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: 18px;
  color: var(--color);
  position: relative;
  width: 18px;
  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: 18px;
  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: 21px 38px 20px;
}
.prodet-page .prodet-3 h3 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: bold;
  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: #fff;
  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;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}
@media screen and (max-width: 1000px) {
  .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;
    line-height: 30px;
  }
  .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) {
  .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: var(--color);
  border-color: var(--color);
}
.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 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: var(--color);
}
 
#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: var(--color);
    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;
}
@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;
  }
}

.faq-page .marginBox {
  padding: 64px 0 120px;
  text-align: center;
}
.faq-page .marginBox .h2{
  line-height: 1.2;
  margin-top: 12px;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #300a00;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 1.3em;
  display: block;
  color:#fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
font-size: 18px;
line-height: 32px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  padding-left: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

.video-page .video-1 {
  padding: 38px 0 90px;
  background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
  color: var(--color);
}
.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: var(--color);
  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%;
  }
  .faq-page .marginBox .box .left{
    display: none;
  }
  .faq-page .marginBox .box .right{
    width: 100%;
    padding-left: 0;
  }
}
@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: #300a00;
    display: inline-block;
    font-style:italic;
margin-top: 2px;
}
.newdet-page {
  padding: 0 0 150px;
}
.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: #300a00;
    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: var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color);
  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 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
@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;
  }
}
.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.5;
}
.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;
  }
}



.design-page .design-1 .ui.container{
  max-width: 100%;
  padding: 0 100px;
}
.design-page .design-2 {
  padding: 0px 0 110px;
}
.design-page .design-2 .i-title{
  line-height: 1.5;
  margin-bottom: 105px;
  /*margin-top: 10px;*/
}
.design-page .design-2 .left .img{
  text-align: right;
}
.design-page .design-2 .right{
  padding-left: 90px;
}
.design-page .design-2 .right .txt{
  font-size: 20px;
  line-height: 36px;
  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 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: var(--color);
}
.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.5;
}
.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-left: 13%;
  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{
  padding-left: 15%;
  margin-top: 70px;
}
.design-page .design-5 .wrap .left{
  width: 35.3%;
}
.design-page .design-5 .wrap .left .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img{
  width: 100%;
}
.design-page .design-5 .wrap .right{
  width: 64.7%;
  padding-left: 115px;
}
@media screen and (max-width:1600px){
  .design-page .design-5 .ui.container{
    padding-left: 7%;
  }
  .design-page .design-5 .wrap{
    padding-left: 10%;
  }
}
@media screen and (max-width:1450px){
  .design-page .design-4 .right{
    padding-left: 30px;
  }
  .design-page .design-5 .wrap{
    padding-left: 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-left: 50px;
  }
}
@media screen and (max-width:1000px){
  .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-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-left: 0;
    margin-top: 30px;
  }
  .design-page .design-5 .ui.container{
    padding: 0 15px;
  }
}
@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;
  }
}
@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;
  }
}



.about-page .about-1 .top .img {
  position: relative;
}

.about-page .about-1 .top .img .play {
  position: absolute;
  right: 36px;
  bottom: 115px;
  display: inline-block;
  padding: 50px 50px 50px 60px;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
}

.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 100, 40, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.about-page .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.about-page .about-1 .top .text {
  max-width: 1339px;
  width: 100%;
  margin: -70px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 85px 68px 108px;
}

.about-page .about-1 .top .text .title {
  line-height: 1.2;
}

.about-page .about-1 .top .text .con {
  margin-top: 46px;
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}

.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px 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: var(--color);
  display: inline-block;
  vertical-align: bottom;
}

.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  /*text-transform: capitalize;*/
  margin: 0 0 9px 7px;
}

.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  /*font-weight: 700;*/
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}

.about-page .about-1 .bottom ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}

.about-page .about-2 {
  margin-top: 137px;
}

.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}

.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}

.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  vertical-align: middle;
  color: #fff;
}

.about-page .about-2 .box .text .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-right: 24px;
}

.about-page .about-2 .box .text .header .left {
  width: 100%;
}

.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
}

.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}

.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}

.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 41px;
}

.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: 81.25%;
  height: 100%;
  background: var(--color);
}

.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 12% 0 7%;
  margin-top: -122px;
}

.about-page .about-3 .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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}

.about-page .about-3 .header .left {
  width: 50%;
}

.about-page .about-3 .header .left span.tag {
  color: var(--color);
}

.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}

.about-page .about-3 .header .right {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
  padding: 0 0 0 20px;
}

.about-page .about-3 .content {
  margin-top: 88px;
}

.about-page .about-3 .content ul {
  margin: 0 -20px;
}

.about-page .about-3 .content ul li {
  padding: 0 20px;
}
.about-page .about-3 .content ul li .box{
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px;
  color: #121212;
  height: 300px;
}
.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}

.about-page .about-3 .content ul li p {
  font-size: 16px;
  line-height: 1.6;
  color: #7b7b7b;
}

.about-page .about-3 .content ul li:hover .box{
  background: var(--color);
}

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

.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p {
  color: white;
}

.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: .5;
  -moz-transition: .5;
  transition: .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: var(--color);
}

.about-page .about-4 {
  background: var(--color);
  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: var(--color);
}

.about-page .about-5 {
  padding: 120px 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: var(--color);
}

.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}


.about-page .about-5 .content {
  margin-top: 47px;
}

.about-page .about-5 .content ul {
  margin:0 -15px;
}

.about-page .about-5 .content ul li {
  padding:0 15px;
}

.about-page .about-5 .content ul li .img-box {
  display: block;
}

.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: .5;
  -moz-transition: .5;
  transition: .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: var(--color);
}

@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1280px) {

  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }

  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }

  .about-page .about-4 {
    max-width: 800px;
  }
}

@media screen and (max-width: 1100px) {

  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }

  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }

  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
  .about-page .about-4 {
    max-width: 700px;
  }
}

@media screen and (max-width: 1000px) {

  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }

  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }

  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }

  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }

  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }

  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }

  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }

  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-2 {
    margin-top: 60px;
  }

  .about-page .about-2 .box {
    padding: 0 0 60px;
  }

  .about-page .about-2 .box .img {
    width: 100%;
  }

  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }

  .about-page .about-2 .box::after {
    width: 100%;
  }

  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }

  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .about-page .about-3 .header .left {
    width: 100%;
  }

  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-3 .content {
    margin-top: 30px;
  }

  .about-page .about-3 .list {
    margin-top: 60px;
  }

  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }

  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }

  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }

  .about-page .about-5 .header {
    padding-bottom: 30px;
  }

  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-1 .top .text .title {
    font-size: 22px;
    line-height: 40px !important;

  }
}

@media screen and (max-width: 700px) {

  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }

  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }

  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }

  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }

  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }

  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }

  .about-page .about-2 {
    margin-top: 30px;
  }

  .about-page .about-3 {
    padding: 30px 0;
  }

  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }

  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }

  .about-page .about-3 .list {
    margin-top: 30px;
  }

  .about-page .about-4 {
    padding: 30px 15px;
  }

  .about-page .about-5 {
    padding: 30px 0;
  }

  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .about-page .about-5 .header .left {
    width: 100%;
  }

  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }

  .about-page .about-5 .header .right {
    margin-top: 20px;
  }

  .about-page .about-5 .content {
    margin-top: 20px;
  }

  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
}

@media screen and (max-width: 500px) {

  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }

  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }

  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }

  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }

  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }

  .about-page .about-2 .box {
    padding-bottom: 30px;
  }

  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }

  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }

  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }

  .about-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }

  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-page .about-3 .header {
    padding-bottom: 10px;
  }

  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }

  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-4 .box .title {
    margin-top: 10px;
  }

  .about-page .about-4 .box .con {
    margin-top: 10px;
  }

  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .about-4 .box .info .left {
    width: 100%;
  }

  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }

  .about-page .about-4 .box .more {
    margin-top: 20px;
  }

  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}
.seoPublic .Auxil-news .list ul li .content p{
  font-weight: 200;
}


.inner-page .sidebox .sideright .inner-recent {
  margin-top: 40px;
  margin-bottom: 40px
}

.inner-page .sidebox .sideright .inner-recent ul li {
    padding: 15px 0
}
.inner-page .sidebox .sideright h4{
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner-page .sidebox .sideright .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 .sidebox .sideright .inner-recent ul li a .r-img {
    margin-right: 20px
}

.inner-page .sidebox .sideright .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.inner-page .sidebox .sideright .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2
}

.inner-page .sidebox .sideright .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .sidebox .sideright .inner-recent ul li a .r-text p:hover {
    color: #300a00
}

.inner-page .sidebox .sideright .inner-recent ul li:first-child {
    padding-top: 0
}

.inner-page .sidebox .sideright .inner-recent ul li:last-child {
    padding-bottom: 0
}

.inner-page .sidebox .sideright .inner-contact {
    background: url(/template/en/images/ny-bg.jpg) no-repeat center center;
    padding: 215px 40px 30px
}

.inner-page .sidebox .sideright .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 700
}

.inner-page .sidebox .sideright .inner-contact h6 {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px
    
}
.inner-page .sidebox .sideright .inner-contact a.more{
  box-shadow: 0 0 4px rgba(255,255,255,0.1);
}
.inner-page .sidebox .sideright .inner-contact h6 span {
    display: block
}