@font-face {
  font-family: 'xfjm';
  src: url('../fonts/MarqueeEngraved.eot');
  src: url('../fonts/MarqueeEngraved.eot?#iefix') format('embedded-opentype'), url('../fonts/MarqueeEngraved.woff2') format('woff2'), url('../fonts/MarqueeEngraved.woff') format('woff'), url('../fonts/MarqueeEngraved.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'xfjm';
  src: url('../fonts/OswaldStencil-Bold.eot');
  src: url('../fonts/OswaldStencil-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OswaldStencil-Bold.woff2') format('woff2'), url('../fonts/OswaldStencil-Bold.woff') format('woff'), url('../fonts/OswaldStencil-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'xfjm';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "xfjm";
  max-width: 1920px;
  --color: #db2e27;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.font-w5 {
  font-weight: 500;
  font-family: 'barlow';
}
.yuy ul {
    font-size: 16px;
    width: 120px;
    font-family: 'barlow';
    font-weight: 500;
    background-color: #fff;
    color: #000;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
}
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    font-family: 'barlow';
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.6;
    height: 80px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-family: 'Barlow';
}
.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
    margin-top: .5em;
    display: block;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
}
#header .nav {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu i.iconfont {
  font-weight: normal;
}
#header .nav .ui.menu .logo a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .logo a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo.png");
  background-size: contain;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box {
  margin-right: auto;
  margin-left: 10%;
  height: 100%;
}
#header .nav .ui.menu .box .yuy span i {
  font-size: 1.4em;
}
#header .nav .ui.menu .box .h-search {
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box .h-search i {
  font-size: 1.4em;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 43%;
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.on,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-has-children > a:after {
  content: '\e773';
  font-family: 'iconfont';
  font-weight: normal;
  margin-left: .4em;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-has-children.on > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#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: 16px;
  font-weight: 500;
  font-family: 'barlow';
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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:nth-child(2) ul.sub-menu {
    width: 280px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  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 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  color: black;
  border-top: 1px solid #eee;
  display: none;
}
#header .children .left {
  border-right: 1px solid #eee;
}
#header .children .left li {
  margin-bottom: 1em;
}
#header .children .right .slide {
  display: none;
}
#header .children .right .nav li {
  margin-bottom: .6em;
}
#header .children .right .img li {
  display: none;
}
#header.active > .nav,
#header.inner > .nav,
#header.active2 > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active .children,
#header.inner .children,
#header.active2 .children {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.2;
}
.text {
  line-height: 2;
}
.more {
  height: 3.33333333em;
  min-width: 12.22222222em;
  padding: 0 1.2em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.more:before {
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #9d1f1a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
}
.more:hover:before {
    width: 100%;
}
.more i {
    overflow: hidden;
    height: 1em;
    line-height: 1;
}
.more i:after {
    content: "\e7b5";
    display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
.more i:before {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  display: block;
}
.more:hover i:before,
.more:hover i:after {
    transform: translateY(-100%);
}
/*.more:hover {
  background-color: black;
}*/
.slickBtn {
  font-size: 18px;
  gap: .5em;
}
.slickBtn div {
  margin: 0 !important;
  border-radius: 0;
  width: 4.44444444em;
  height: 3.33333333em;
  background-color: #d8d9da;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: black;
}
.slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  max-width: 760px;
  margin-top: -60px;
}
#index-body .init-1 span.h2 {
  color: #6f7173;
}
#index-body .init-1 .bottom {
  border-top: 1px solid #d8d9da;
}
#index-body .init-1 .bottom .list {
  margin-right: -20%;
}
#index-body .init-1 .bottom .list li {
  padding: 1em;
  border-right: 1px solid #d8d9da;
}
#index-body .init-1 .bottom .list li .right {
  padding-left: 6%;
  padding-top: 3%;
}
#index-body .init-1 .bottom .list li .right span.h3 {
  line-height: 1.2;
}
#index-body .init-1 .bottom .list li .right span.num {
  margin-top: auto;
  line-height: 1;
  font-weight: 900;
  color: #a0a1a3;
  text-align: right;
}
#index-body .init-2 {
  background-color: #d5d9dc;
  color: white;
}
#index-body .init-2 .top {
  line-height: 1.2;
  margin-bottom: -0.3em;
  width: 50%;
}
#index-body .init-2 .center li {
  -webkit-transform: scale(0.5) translateX(-48%);
  -moz-transform: scale(0.5) translateX(-48%);
  -ms-transform: scale(0.5) translateX(-48%);
  transform: scale(0.5) translateX(-48%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: blur(7.4px);
  filter: blur(7.4px);
}
#index-body .init-2 .center .slick-current li {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
#index-body .init-2 .center .slick-current ~ div li {
  -webkit-transform: scale(0.5) translateX(48%);
  -moz-transform: scale(0.5) translateX(48%);
  -ms-transform: scale(0.5) translateX(48%);
  transform: scale(0.5) translateX(48%);
}
#index-body .init-2 .bottom .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
#index-body .init-2 .bottom .page .number {
  font-weight: 900;
  color: #7d7d7d;
  line-height: 1;
}
#index-body .init-2 .bottom .page .number em {
  line-height: .9;
  color: #0c0c0c;
}
#index-body .init-2 .bottom .page .slickBtn {
  font-size: 30px;
}
#index-body .init-2 .bottom .page .slickBtn div {
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom .page .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
#index-body .init-3 .left .text {
  max-width: 570px;
}
#index-body .init-3 .left .img {
  margin-left: -12%;
  margin-top: -6%;
  position: relative;
  z-index: -1;
  padding-right: 8%;
}
#index-body .init-3 .right {
  margin-right: -3.125vw;
}
#index-body .init-3 .right span.h1 {
  line-height: 1.2;
}
#index-body .init-3 .right span.h1 em {
  color: #6f7173;
}
#index-body .init-3 .right hr {
  background-color: var(--color);
}
#index-body .init-3 .right .info span.h3 {
  font-weight: 900;
  color: var(--color);
  line-height: .7;
}
#index-body .init-3 .right .info .text {
  max-width: 170px;
}
#index-body .init-3 .right .list li {
  border: 1px solid #d5d9dc;
  padding: 11% 10%;
}
#index-body .init-3 .right .list li i {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
  background-color: white;
}
#index-body .init-3 .right .list li i img {
  max-width: 0.57em;
}
#index-body .init-3 .right .list li span.h2 {
  line-height: 1;
  font-weight: 900;
}
#index-body .init-3 .right .list li .text {
  line-height: 1.66666667;
}
#index-body .init-3 .right .list li:last-child {
  background-color: #6f7173;
  color: white;
}
#index-body .init-3 .right .honor {
  padding: 5.2% 4.8%;
  background-color: #d8d9da;
  background-repeat: no-repeat;
  background-position: top right 7%;
  background-size: 12.55813953% auto;
}
#index-body .init-3 .right .honor span.h2 {
  line-height: 1;
  font-weight: 900;
}
#index-body .init-3 .right .honor .text {
  max-width: 75%;
  line-height: 1.66666667;
}
#index-body .init-4 {
  position: relative;
}
#index-body .init-4 .list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: white;
}
#index-body .init-4 .list ul {
  margin: -1px;
}
#index-body .init-4 .list li {
  border: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .list li.active {
  background-color: var(--color);
}
#index-body .init-4 .list .img {
  display: none;
}
#index-body .init-4 .list .content {
  padding: 10%;
}
#index-body .init-5 .top {
  gap: 4em;
}
#index-body .init-5 .top .text {
  max-width: 680px;
}
#index-body .init-5 .list ul {
  row-gap: 1em;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}
#index-body .init-5 .list ul li {
  border-top: 1px solid #d4d4d4;
}
#index-body .init-5 .list ul li i {
  width: 1em;
  height: 1em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #bababa;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-clip-path: polygon(0.1111em -1px, -webkit-calc(100% - 0.1111em) -1px, -webkit-calc(100% - 0.1111em) 0.1111em, 101% 0.1111em, 101% -webkit-calc(100% - 0.1111em), -webkit-calc(100% - 0.1111em) -webkit-calc(100% - 0.1111em), -webkit-calc(100% - 0.1111em) 101%, 0.1111em 101%, 0.1111em -webkit-calc(100% - 0.1111em), -1px -webkit-calc(100% - 0.1111em), -1px 0.1111em, 0.1111em 0.1111em);
  clip-path: polygon(0.1111em -1px, -moz-calc(100% - 0.1111em) -1px, -moz-calc(100% - 0.1111em) 0.1111em, 101% 0.1111em, 101% -moz-calc(100% - 0.1111em), -moz-calc(100% - 0.1111em) -moz-calc(100% - 0.1111em), -moz-calc(100% - 0.1111em) 101%, 0.1111em 101%, 0.1111em -moz-calc(100% - 0.1111em), -1px -moz-calc(100% - 0.1111em), -1px 0.1111em, 0.1111em 0.1111em);
  clip-path: polygon(0.1111em -1px, calc(100% - 0.1111em) -1px, calc(100% - 0.1111em) 0.1111em, 101% 0.1111em, 101% calc(100% - 0.1111em), calc(100% - 0.1111em) calc(100% - 0.1111em), calc(100% - 0.1111em) 101%, 0.1111em 101%, 0.1111em calc(100% - 0.1111em), -1px calc(100% - 0.1111em), -1px 0.1111em, 0.1111em 0.1111em);
}
#index-body .init-5 .list ul li:hover i {
  background-color: var(--color);
}
#index-body .init-5 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-5 .list ul li:hover i:before,
#index-body .init-5 .list ul li:hover i:after {
  display: none;
}
#index-body .init-6 {
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}
#index-body .init-6 .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
#index-body .init-6 time {
  height: 2.25em;
  padding: 0 2.5em;
  border-radius: 1.125em;
  background-color: var(--color);
  color: white;
}
#index-body .init-6 .left {
  max-width: 620px;
}
#index-body .init-6 a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  color: white;
  background-color: var(--color);
  position: relative;
}
#index-body .init-6 a.link:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  background-color: #d1d1d1;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  z-index: -1;
}
#footer span.h6 {
  line-height: 1.2;
}
#footer .nav {
  line-height: 2.5;
  color: rgba(0, 0, 0, 0.7);
}
#footer .nav ul ul {
    display: none;
}
#footer .info {
  max-width: 470px;
}
#footer .form {
  width: 490px;
}
#footer .form input,
#footer .form textarea {
  width: 100%;
  padding: .5em 1.4em;
  border: 1px solid #818181;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .form input:focus,
#footer .form textarea:focus {
  border-color: var(--color);
}
#footer .form textarea {
  height: 7.5em;
}
#footer .form button {
  border: none;
}
#footer .coy {
  border-top: 1px solid #e5e5e5;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  fill: black;
  display: block;
}
@media screen and (max-width: 1800px) {
  #index-body .init-3 .right {
    margin-right: 0;
  }
  #index-body .init-2 .bottom .page .slickBtn {
    font-size: 24px;
  }
  .slickBtn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .box {
    margin-left: 5%;
  }
  #header .nav .ui.menu .logo a img {
    max-height: 60px;
  }
  #header .nav .ui.menu {
    height: 80px;
  }
  #index-body .init-3 .left > img {
    max-height: 70px;
  }
  #index-body .init-4 .list ul {
    grid-template-columns: repeat(6, 1fr);
  }
  .slickBtn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .slickBtn {
    font-size: 14px;
  }
  #index-body .init-3 .right .info span.h3 i {
    font-size: 1.5em;
  }
  #index-body .init-3 .right .list li span.h2 em {
    font-size: .8em;
  }
  #index-body .init-5 .list ul li i img {
    max-width: 65%;
  }
  #footer .box .slide:nth-child(1),
  #footer .box .slide:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .bottom .list {
    margin-right: 0;
  }
  #index-body .init-2 .center {
    padding: 0 15%;
  }
  #index-body .init-2 {
    text-align: center;
  }
  #index-body .init-2 .page {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-2 .top {
    width: 100%;
    margin-bottom: 1em;
  }
  #index-body .init-2 .bottom .page .slickBtn {
    font-size: 20px;
  }
  #index-body .init-3 .left {
    position: static;
  }
  #index-body .init-4 .imgList {
    display: none;
  }
  #index-body .init-4 .list {
    position: static;
    background-color: var(--color);
  }
  #index-body .init-4 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-4 .list ul .img {
    display: block;
  }
  #index-body .init-4 .list .content {
    padding: 5%;
  }
  #index-body .init-5 .top {
    gap: 1em;
  }
  #index-body .init-5 .list ul {
    gap: 1em;
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-3 .left .img {
    display: none;
  }
  #footer .form {
    width: 100%;
  }
  #footer .form li {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .font-30 {
    font-size: 18px;
  }
  .font-36 {
    font-size: 20px;
  }
  #banner li .content span.h2 {
    margin-bottom: .5em;
  }
  #banner li .content .text {
    display: none;
  }
  .font-60 {
    font-size: 24px;
  }
  #index-body .init-2 .bottom .page .slickBtn {
    font-size: 16px;
  }
  #index-body .init-3 .left > img {
    max-height: 50px;
  }
  #index-body .init-3 .right .list li {
    padding: 5%;
  }
  #index-body .init-5 .list ul li i {
    font-size: 40px;
  }
  #index-body .init-4 .list .content i img {
    max-height: 24px;
  }
  #index-body .init-1 .bottom .list li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .bottom .list li .right {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  #index-body .init-1 .bottom .list li .left {
    width: 100%;
  }
}

/*inner*/
.baseTit .Tag {
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
}
.baseTit .Tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
}
.inner-banner {
    height: 200px;
    position: relative;
    margin-top: 180px;
    /*background-color: #fefbf7;*/
    border-bottom: 1px solid #e6e6e6;
}

.inner-banner .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner .Tit {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    /*font-family: Spectral;*/
}

.inner-banner .mbx {
        color: #404040;
    margin-bottom: 80px;
    margin-top: 10px;
}

@media (max-width:1000px) {

    .inner-banner .Tit {
        font-size: 24px;
        line-height: 44px;
    }
}
.about-page {
    position: relative;
}
.about-page .bg {
    position: absolute;
    left: -1px;
    top: 115px;
    width: 90px;
    height: 100%;
    /*background: url(../images/about-page-left-bg.png) no-repeat left top;*/
}
.about-page .about-1 {
    padding: 120px 0;
    background-color: white;
}
.about-page .about-1 .aboutBtn {
    display: inline-block;
    padding: 15px 30px;
    color: white;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.about-page .about-1 .aboutBtn:hover {
    background-color: black;
}
.about-page .about-1 .left {
    position: relative;
    width: 50%;
    padding-right: 60px;
}
.about-page .about-1 .left .img1 {
    display: inline-block;
}
.about-page .about-1 .left .img2 {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.about-page .about-1 .right {
    width: 50%;
    position: relative;
}
/*.about-page .about-1 .right .title {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
}*/
.about-page .about-1 .right .content {
        margin-top: 20px;
    line-height: 1.8;
    color: #666;
    max-height: 355px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}
.about-page .about-1 .right .more {
    margin-left: 0;
}
.about-page .about-2 {
    padding: 80px 0 130px;
    background-color: white;
}
.about-page .about-2 ul {
    margin: 0 -90px 0 -45px;
    margin-top: 50px
}
.about-page .about-2 ul li {
    padding: 0 90px 0 45px;
    border-left: 1px solid #dcdcdc;
    position: relative;
}
.about-page .about-2 ul li:first-child{
    border: none
}
.about-page .about-2 ul li .h5 {
    font-size: 30px;
    line-height: 1.8;
    font-weight: 700;
    /*font-family: Spectral;*/

}
.about-page .about-2 ul li .des {
        line-height: 32px;
    color: #818181;
    margin: 10px 0 30px;
    min-height: 80px;
}
/*.about-page .about-2 ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-2 ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background: #db2e27;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.about-page .about-2 ul li:hover::after {
    height: 100%;
}
.about-page .about-3 {
    position: relative;
    padding-top: 25%;
    background-image: url(/template/en/images/cus.jpg);

    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /*background-size: cover;*/
}

.about-page .about-3 .play {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    color: white;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 190px;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.custom-page .about-page .about-4{
    padding-top: 60px;
    background: none

}
.custom-page .about-page .about-4 .baseTit .Tit{
    padding-bottom: 40px;
    padding-top: 80px;
}
.about-page .about-4 {
    padding: 100px 0;
    background-color: #fefbf7;
}
.about-page .about-4 ul {
    margin: 100px 0;
    display: flex;
    flex-wrap: wrap
}
.about-page .about-4 ul{
    margin: 0 -15px
}
.about-page .about-4 ul li {
    padding: 25px;
}
.about-page .about-4 ul li .box {
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.9s;
    text-align: center;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 35px;
    /*min-height: 460px;*/
    background-color: #fff;
}
.about-page .about-4 ul li .box .h5 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 700;
    margin: 20px 0 13px;
    /*font-family: Spectral;*/
}
.about-page .about-4 ul li .box .des {
    color: #818181;
    min-height: 10.8em;
    line-height: 1.8;
    font-weight: 500;
    font-family: 'barlow';
}
.about-page .about-4 ul li .box:hover {
    background: #db2e27;
    color: white;

}
.about-page .about-4 ul li .box img {
    transition: .5s ease;
}
.about-page .about-4 ul li .box:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}
.about-page .about-4 ul li .box:hover .des{
    color: #fff
}
.about-page .about-5 {
    padding-bottom: 110px;
    background-color: white;
}
.about-page .about-5 ul li {
    position: relative;
}
.about-page .about-5 ul li .more {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.about-page .about-5 ul li .more::after {
    content: none;
}
.about-page .about-5 ul li:hover .more {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.about-page .about-6 {
    color: white;
}
.about-page .about-6 ul {
    position: relative;
    z-index: 1;
}
.about-page .about-6 ul:before {
        content: '';
    width: 80%;
    height: 1px;
    margin-left: 160px;
    background-color: var(--color);
    position: absolute;
    top: 32%;
    z-index: -1;
}
.about-page .about-6 li em i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    border: 2px solid var(--color);
    background-color: white;
    color: black;
    transition: .5s;
}
.about-page .about-6 li em i img {
    transition: .5s;
}
.about-page .about-6 li em i:before {
    font-size: .6em;
}
.about-page .about-6 li:hover em i {
    background-color: var(--color);
    color: white;
}
.about-page .about-6 li:hover em i img {
    filter: brightness(0) invert(1);
}
.m-page {
    text-align: center;
    margin-top: 80px;
}
.m-page a,
.m-page span {
    font-size: 20px;
    color: #909090;
    padding: 0 10px;
}
.m-page span {
    color: black;
    position: relative;
    margin-right: 50px;
}
.m-page span::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: black;
}


.sideLeft {
    width: 70% !important;
}
.sideRight {
    width: 30% !important;
    padding-left: 5%;
    position: sticky;
    top: 120px;
}
.sideRight form {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.sideRight form input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-family: 'barlow';
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid black;
    height: 40px;
}
.sideRight form input[type="submit"] {
    position: absolute;
    right: 0;
    height: 100%;
    width: 40px;
    background: url(../images/search.png) no-repeat center;
}
.sideRight h5 {
    font-size: 24px;
    line-height:1em;
    font-weight: 700;
    margin-bottom: 30px;
    /*font-family: Spectral;*/
}
.sideRight .category {
    margin-bottom: 50px;
}
.sideRight .category ul li {
    font-size: 18px;
    color: #666;
        font-family: 'barlow';
    font-weight: 500;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 5px 0;
    position: relative;
}
.sideRight .category ul li:hover {
    color: var(--color);
}
.sideRight .category ul li .fa{
    position: absolute;
    right: 0;
    top: 15px;
    transition: .5s;
    cursor: pointer
}
.sideRight .category ul li .fa.active{
    transform: rotate(90deg)
}
.sideRight .category ul li ul li{
    font-size: 16px;
    /*padding-left: 35px;*/
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
    color: #db2e27;
}
.sideRight .like-pro ul {
    margin-bottom: 60px;
}
.sideRight .like-pro ul li {
    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;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
}
.sideRight .like-pro ul li:last-child{
    border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
    width: 47%;
    border: 1px solid #dcdcdc;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.sideRight .like-pro.news ul li .img-box{
    border: none;
    width: 36%;
}
.sideRight .like-pro.news ul li .txt{
    width: 100%;
}
.sideRight .like-pro ul li:hover .img-box{
    border-color: black;
}
.sideRight .like-pro ul li p {
    width: 53%;
    font-size: 18px;
    font-family: 'barlow';
    line-height: 1.5em;
    font-weight: 500;

}
.sideRight .share {
    margin-bottom: 80px;
}
/*.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #eee;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .share a:hover {
  background: #222;
  color: white;
}*/

.sideRight .share a {
    display: inline-block;
    width: 51px;
    height: 51px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    margin-right: 20px;
}
.sideRight .share a .iconfont {
    font-size: 20px;
    color: #000;
}
.sideRight .share a:nth-child(1) .iconfont{
    font-size: 20px
}
.sideRight .share a:nth-child(2) .iconfont{
    font-size: 24px
}
.sideRight .share a:nth-child(3) .iconfont{
    font-size: 24px
}
.sideRight .share a:nth-child(4) .iconfont{
    font-size: 19px
}
.sideRight .share a:hover {
    background: #db2e27;
}
.sideRight .share a:hover .iconfont {
    color: #fff;
}
.sideRight .imgbox {
    position: relative;
    background: url(../images/side-bg.jpg) no-repeat;
    background-size: cover;
    height: 365px;
}
.sideRight .imgbox img {
    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%);
}

.m-link {
    font-size: 18px;
    line-height: 32px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.m-link img {
    vertical-align: baseline;
}
.news-page {
    padding: 110px 0;
}
.news-page .sideLeft ul li {
    padding: 55px 0;
    border-bottom: 1px solid #eee;
}
.news-page .sideLeft ul li .img-box {
    position: relative;
    width: 50%;
    padding-right: 40px;
    vertical-align: middle;
}
.news-page .sideLeft ul li .img-box a {
    overflow: hidden;
}
.news-page .sideLeft ul li .img-box span {
    position: absolute;
    left: 15px;
    top: 15px;
    color: white;
    background: var(--color);
    border-radius: 3px;
    font-size: 16px;
    padding: 7px 15px;
}
.news-page .sideLeft ul li .content {
    width: 100%;
    vertical-align: middle;
}
.news-page .sideLeft ul li .content .time {
    font-size: 16px;
    line-height: 30px;
    color: #818181;
}
.news-page .sideLeft ul li .content h5 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 13px;
    transition: .5s ease;
    /*font-family: Spectral;*/
}
.news-page .sideLeft ul li .content h5:hover {
    color: var(--color);
}
.news-page .sideLeft ul li .content .des {
    font-size: 18px;
    line-height: 32px;
    color: #818181;
    margin: 17px 0  45px;
}
.news-page .sideLeft ul li .content .mores {
    font-size: 18px;
    font-weight: 600;
}
.news-page .sideLeft ul li .content .mores img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    vertical-align: baseline;
    margin-left: 8px;
}
.news-page .sideLeft ul li .content .mores:hover img {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.news-page .sideLeft ul li:first-child {
    padding-top: 0;
}
.news-page .sideRight .like-pro ul li p {
    width: 100%;
    color: #666;
}
.news-page .sideRight .like-pro ul li p:hover{
    color: #db2e27;
}

.news-page .sideRight .like-pro ul li .time {
    color: #909090;
    font-size: 16px;
    font-family: 'barlow';
    line-height: 36px;
    font-weight: 500;
}
.newdet-page .sideLeft .time {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #909090;
    margin: 20px 0 35px;
}
.newdet-page .sideLeft .content {
    margin-bottom: 80px;
        font-weight: 500;
    line-height: 1.8;
    color: #474747;
}
.newdet-page .sideLeft .form {
    margin-top: 100px;
}
.newdet-page .sideLeft .form .title{
    font-weight: 600;
    line-height: 1.6;
}
.newdet-page .sideLeft .form p {
    font-size: 18px;
    line-height: 32px;
    color: #909099;
    margin: 10px 0 35px;
}
.newdet-page .sideLeft .form form ul {
    margin: -10px;
}
.newdet-page .sideLeft .form form ul li {
    padding: 10px;
    border: none;
    margin-bottom: 12px;
}
.newdet-page .sideLeft .form form ul li span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.newdet-page .sideLeft .form form ul li input,
.newdet-page .sideLeft .form form ul li textarea {
    height: 55px;
    font-weight: 500;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #bfbfbf;
    font-size: 16px;
}
.newdet-page .sideLeft .form form ul li textarea {
    height: 220px;
    padding: 15px;
}
.newdet-page .sideLeft .form form ul li button {
    border: none;
}
.newdet-page .sideLeft .form form ul li.w-100 {
    width: 100%;
}

.newdet-page .sideLeft .form form ul li input[type="submit"] {
    color: white;
    background-color: var(--color);
    transition: .5s ease;
}

.newdet-page .sideLeft .form form ul li input[type="submit"]:hover {
    background-color: black;
}
.news-page .sideLeft .xinwenye{
    /*font-family: Spectral;*/
    font-weight: 700;
}
.contact-page {
    padding: 120px 0 0;
}
.contact-page .left {
    width: 47% !important;
    padding-right: 50px;
}
.contact-page .title {
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-page .left form {
    max-width: 100%;
}
.contact-page .contact-2{
    padding: 80px 0;
    background: #fef9f2;
    margin-top: 100px;
}
.contact-page .contact ul {
    margin-right: -12px;
}
.contact-page .contact ul li {
    padding-right: 12px;
    padding-left: 50px;
    position: relative;
    font-family: 'barlow';
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #818181;
    margin-bottom: 40px;
}
.contact-page .contact ul li.w-50 {
    width: 50%;
}
.contact-page .contact ul li.w-100 {
    width: 100%;
}
.contact-page .contact ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
}
.contact-page .contact ul li:nth-child(1)::after {
    background: url(../images/phone-icon.png) no-repeat left center;
    background-size: 33px;
}
.contact-page .contact ul li:nth-child(2)::after {
    background: url(../images/email-icon.png) no-repeat left center;
    background-size: 33px;
}
.contact-page .contact ul li:nth-child(3)::after {
    background: url(../images/add-icon.png) no-repeat left center;
    background-size: 33px;
}
.contact-page .right {
    width: 53% !important;
}



.gallery-page{
    padding: 120px 0;
}
.gallery-page ul{
    margin: -15px;
}
.gallery-page ul li{
    padding: 15px;
    text-align: center;
}
.gallery-page ul li h5{
    font-size: 20px;
    line-height: 36px;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: 400;
}
@media screen and (max-width: 1600px) {
    .sideRight {
        padding-left: 65px;
    }
}
@media screen and (max-width: 1400px) {
    .about-page .about-1 .left .img {
        width: 85%;
    }
    .about-page .about-1 .left .img2 {
        width: 45%;
    }
    .about-page .about-2 ul {
        margin: 0 -45px;
    }
    .about-page .about-2 ul li {
        padding: 0 45px;
    }
    .about-page .about-2 ul li .des {
        margin: 25px 0 40px;
    }

    .sideRight {
        padding-left: 40px;
    }
}



@media screen and (max-width: 1300px) {
    .contact-page .contact ul li {
        width: 50%!important;
    }
    .contact-page .contact ul li.w-50 {
        width: 100%!important;
    }
    .baseTit .Tit {
        font-size: 40px;
    }
}
@media screen and (max-width: 1200px) {

    .about-page .about-1 .right .content {
        margin-bottom: 30px;
    }
    .about-page .bg {
        display: none;
    }
    .about-page .about-2 ul {
        margin: 0 -20px;
    }
    .about-page .about-2 ul li {
        padding: 0 20px;
    }
    .about-page .about-3 {
        padding-top: 40%;
        /*background-image: url(../images/about-bj.jpg);
        background-size: 100% auto;*/
    }
    .about-page .about-4 ul li {
        width: 50% !important;
    }
    .about-page .about-5 ul li .more {
        white-space: nowrap;
    }


    .sideRight .like-pro ul li p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-2{
        padding: 50px 0;
        margin-top: 50px
    }
    .about-page .about-1 {
        padding: 60px 0;
    }
    .about-page .about-1 .left {
        width: 100%;
    }
    .baseTit .Tit {
        font-size: 30px;
        line-height: 1.4;
    }
    .about-page .about-1 .left .img {
        width: 100%;
    }
    .about-page .about-1 .right {
        width: 100%;
        padding-top: 0;
        margin-top: 20px;
    }
    .about-page .about-1 .right .title {
        position: relative;
        top: 0;
        text-align: left;
        margin-bottom: 20px;
    }
    .about-page .about-1 .right .more {
        margin-left: 0;
    }
    .about-page .about-2 {
        padding: 60px 0;
    }
    .about-page .about-3 .play {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

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



    .sideLeft {
        width: 100% !important;
    }
    .sideRight {
        display: none !important;
    }

    .contact-page .left {
        width: 100% !important;
        padding-right: 0;
    }
    .contact-page .right {
        width: 100% !important;
    }
    .about-page .about-4 ul{
        margin: 0
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 ul li {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .about-page .about-3 {
        padding-top: 70%;
        background-attachment: unset;
    }
    .about-page .about-3 > img {
        height: 230px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .font-28 {
        font-size: 20px;
        line-height: 36px;
    }
    .baseTit .Tit {
        font-size: 24px;
        line-height: 44px;
    }

    .news-page .sideLeft ul li .content h5 {
        font-size: 22px;
        line-height: 40px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .right .title {
        white-space: pre-wrap;
    }
    .about-page .about-2 ul {
        margin: 0;
    }
    .about-page .about-2 ul li {
        padding: 0;
        border-left: none;
    }
    .about-page .about-2 ul li .h5 {
        font-size: 24px;
        line-height: 44px;
    }
    .about-page .about-4 ul li {
        width: 100% !important;
    }
    .news-page .sideLeft ul li .img-box {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideLeft ul li .content {
        width: 100%;
        margin-top: 20px;
    }

    .contact-page .contact ul li {
        width: 100%!important;
    }
}
.cus-page .cus-1 {
    padding: 120px 0 0;


}
.cus-page .cus-1 .cus-box{
    padding: 60px 0;
    background: #fefbf7;
    margin: 80px 0 0 0;
}
.cus-page .cus-1 .cusBtn {
    display: inline-block;
    padding: 15px 30px;
    color: white;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.cus-page .cus-1 .cusBtn:hover {
    background-color: black;
}

.cus-page .cus-1 .left {
    padding: 25px;
}
.cus-page .cus-1 .right {
        padding: 25px 25px 25px 60px;
    line-height: 1.6;
}
.cus-page .cus-1 .right .baseText {
    color: #666666
}
.cus-page .cus-1 .right .info {
    margin-top: 30px;
}
.cus-page .cus-1 .right .info li {
    overflow: hidden;
}
.cus-page .cus-1 .right .info .name {
    line-height: 60px;
    overflow: hidden;
    margin: 15px 0;
}
.cus-page .cus-1 .right .info .name .icon {
    font-size: 0;
}
.cus-page .cus-1 .right .info .name .icon img {
    vertical-align: middle;
}
.cus-page .cus-1 .right .info .name .p {
    padding-left: 60px;
    padding-right: 25px;
    line-height: 30px;
    margin-top: 14px;
}
.cus-page .cus-1 .right .info .name i {
    float: right;
    margin-top: 18px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.cus-page .cus-1 .right .info .name.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cus-page .cus-1 .right .info .content {
    background-color: #f5f5f5;
    padding: 25px;
}
.cus-page .cus-1 .list {
    margin-top: 60px;
}
.cus-page .cus-1 .list ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}
.cus-page .cus-1 .list li {
    padding: 10px;
}
.cus-page .cus-1 .list li > div {
    height: 100%;

    padding: 40px 20px;
}
.cus-page .cus-1 .list li > div .content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #db2e27;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    padding: 40px 20px;
}
.cus-page .cus-1 .list li > div:hover .content {
    opacity: 1;
}


@media (max-width: 1300px) {
    .cus-page .cus-1 .list li {
        width: 33.33%;
    }
}
.support-1{
    padding: 100px 0;
    background-color: #fef9f2;

}
.support-1 .baseText {
    color: #666666;
}
.support-1 .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.support-1 .list li {
    width: 30%
}
.support-1 .text{
    margin-top: 40px
}
.support-1 .img img{
    width: 100%
}
@media (max-width: 1024px) {
    .cus-page .cus-1 {
        padding: 60px 0 0;
    }
    .cus-page .cus-1 .box {
        margin: -15px;
    }
    .cus-page .cus-1 .left {
        width: 100%;
        text-align: center;
        padding: 15px;
        margin-top: 40px
    }
    .cus-page .cus-1 .right {
        width: 100%;
        padding: 15px;
    }
    .cus-page .cus-1 .list {
        margin-top: 40px;
    }


    .support-1 .list li {
        width: 48%!important;
    }
    .support-1{
        margin-bottom: 50px
    }
}

@media (max-width: 700px) {
    .cus-page .cus-1 .list li {
        width: 50%;
    }

    .cus-page .cus-1 .list li > div .content {
        opacity: 1;
    }
}

@media (max-width: 500px) {
    .cus-page .cus-1 .list li {
        width: 100%;
    }

    .support-1 .list li {
        width: 100%!important;
    }
}
.custom-page .init-4 {
    padding: 80px 0 120px;
    background: #fefbf7;
}
.custom-page .init-4 .container .tips_title em {
    display: block;
    font-weight: 400;
}

.custom-page .init-4 .container .form form {
    width: 100%;
    margin: auto;
}

.custom-page .init-4 .container .form form ul {
    margin: -10px;
}

.custom-page .init-4 .container .form form ul li {
    padding: 10px;
}
.custom-page .init-4 .container .form form ul li p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.custom-page .init-4 .container .form form ul li input,.custom-page .init-4 .container .form form ul li textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    height: 54px;
    border: 1px solid #f7f6f3;
}

.custom-page .init-4 .container .form form ul li input[type="submit"] {
    color: white;
    background-color: var(--color);
    transition: .5s ease;
}

.custom-page .init-4 .container .form form ul li input[type="submit"]:hover {
    background-color: black;
}

.custom-page .init-4 .container .form form ul li.w-100 {
    width: 100%;
}

.custom-page .init-4 .container .form form ul li.w-100 textarea {
    padding: 15px;
    height: 200px;
}
/*.custom-page .init-4 .container .form form {
    position: relative;
    margin-top: 30px;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
    margin-top: 14px;
    line-height: 28px;
    font-size: 14px;
    padding: 13px 16px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    background-color: #f0f0f0;
    border: none;
    border-bottom: 1px solid #2a2a2d;
}

.custom-page .init-4 .container .form form .file_input {
    margin-top: 14px;
    height: 48px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2d;
    padding: 13px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
}

.custom-page .init-4 .container .form form .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

.custom-page .init-4 .container .form form .file_input span {
    width: 100%;
    display: block;
    padding-right: 50px;
}

.custom-page .init-4 .container .form form .file_input img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.custom-page .init-4 .container .form form .content {
    width: 100%;
}

.custom-page .init-4 .container .form form .tips {
    color: #bebebe;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.custom-page .init-4 .container .form form .submit_btn {
    width: 220px;
    text-align: center;
    padding: 14px;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 500;
    background-color: var(--color);
    border: var(--color) solid 1px;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    transition: .5s;
}

.custom-page .init-4 .container .form form .submit_btn:hover {
    color: var(--color);
    background-color: #fff;
}


@media (max-width: 1000px) {
  .custom-page .init-4 .container .form form .tips {
      position: relative;
      bottom: 0;
      margin-top: 14px;
  }

  .custom-page .init-4 .container .form form .submit_btn {
      margin-top: 14px;
      margin-left: 0;
      max-width: 100%;
      width: 100%;
      display: block;
  }
}

@media (max-width: 700px) {

    .custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
        width: 100%;
    }

    .custom-page .init-4 .container .form form .file_input {
        width: 100%;
    }
}*/

.quality-1 {
    padding: 120px 0;
}
.quality-1 .left {
    margin-top: 80px;
}
.quality-1 .left .text {
    margin: 20px 0 50px;
    color: #818181;
}
.quality-1 .right .img {
    margin-bottom: 100px;
}
.quality-1 .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quality-1 .right li {
    width: auto;
}
.quality-1 .right li.line {
    height: 72px;
    border-left: 1px solid #bcbcbc;
}

.quality-1 .right li .icon i {
    float: left;
}
.quality-1 .right li .num {
    font-size: 60px;
    line-height: 1.2;
}
.quality-1 .right li .num span {
    font-size: 30px;
}
.quality-2 {
    padding: 70px 0;
    background-color: #fefbf7;
}
.quality-2 .desc {

    margin: auto;
    color: #818181;
}
.quality-2 .list ul {
    margin: -15px;
}
.quality-2 .list li {
    padding: 15px;
}
.quality-2 .list .img {
    overflow: hidden;
}
.quality-2 .list .img .name {
    padding: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.quality-2 .list .img:hover .name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.quality-2 .arrows span.arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
}
.quality-2 .arrows span.arrow:hover {
    color:#6d4f20;
}
.quality-3 {
    padding: 70px 0;
    position: relative
}
.quality-3 .box{
    display: flex;
    align-items: center;
    flex-wrap: wrap
}
.quality-3 .left .arrows {
    margin-top: 30px;
    /*margin-right: 0;
    position: relative;*/
}
.quality-3 .left .arrows span.arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    /*position: absolute;
    top: 50%;*/


}
.quality-3 .left .arrows span.arrow_l{
    /*left: 0;
    transform: translate(-100%,-50%)*/
}
.quality-3 .left .arrows span.arrow_r{
    /*right: 0;
    transform: translate(100%,-50%)*/
}
.quality-3 .left .arrows span.arrow:hover {
    color:#6d4f20;
}
.quality-3 .right {
    margin-top: 0px;
}

.quality-page .honor-1 p.fr {
    width: 50%;
    color: #777777;
    padding-top: 19px;
}
@media (max-width: 1470px) {
    .quality-3 .left .content {
        padding: 60px;
    }
    .quality-3 .right {
        margin-top: 60px;
    }
}
@media (max-width: 1240px) {
    .quality-1 .right li .num {
        font-size: 40px;
    }
    .quality-1 .right li .num span {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .quality-1 {
        padding: 60px 0;
    }
    .quality-1 .left {
        width: 100%!important;
        margin: 0;
        padding: 0;
    }
    .quality-1 .left .text {
        margin: 20px 0 40px;
    }
    .quality-1 .right {
        width: 100%!important;
        margin: 0;
        padding: 0;
    }
    .quality-1 .img {
        display: none;
    }
    .quality-2 {
        padding: 35px 0;
    }
    .quality-3 {
        padding: 35px 0;
    }
    .quality-3 .left {
        width: 100%!important;
    }
    .quality-3 .left .arrows {
        display: none;
    }
    .quality-3 .right {
        width: 100%!important;
        margin-top: 0;
    }
    .quality-3 .left .content::before {
        right: 0;
    }
    .quality-3 .left .content {
        padding: 30px;
    }

    .quality-page .honor-1 p.fr {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .quality-1 .right li .num {
        font-size: 36px;
    }
}
.honor-1 {
    padding: 40px 0 100px 0;
}
.honor-1 ul {
    margin: -25px;
}
.honor-1 li {
    padding: 25px;
}
.honor-1 li .box {
    padding: 20px;
    /*height:200px;*/
    background-color: #f5f5f5;
    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-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.honor-1 li .box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    padding-right: 40px;
}
.honor-1 li .box .text .name {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.honor-1 li .box .text .desc {
    color: #777777;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.honor-1 li .box .arrow {
    right: 40px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.honor-1 li .box:hover {
    background-color: #db2e27;
}
.honor-1 li .box:hover .img{
    /*filter: invert(1)*/
}
.honor-1 li .box:hover .text .name {
    color: #FFFFFF;
}
.honor-1 li .box:hover .text .desc {
    color: #FFFFFF;
}
.honor-1 li .box:hover .arrow {
    opacity: 1;
}


@media (max-width: 1470px) {
    .honor-1 ul {
        margin: -15px;
    }
    .honor-1 li {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .honor-1 {
        padding: 60px 0;
    }
    .honor-1 li {
        width: 100%!important;
    }
    .honor-1 li .box .text {
        padding-left: 20px;
    }
}

@media (max-width: 500px) {
    .honor-1 li .box {
        display: block;
        text-align: center;
    }
    .honor-1 li .box .img {
        margin-bottom: 15px;
    }
    .honor-1 li .box .text {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .honor-1 li .box .arrow {
        position: relative;
        right: auto;
        bottom: auto;
        opacity: 1;
    }
    /*.honor-1 li .box {
      background-color:#6d4f20;
    }
    .honor-1 li .box .text .name {
      color: #FFFFFF;
    }
    .honor-1 li .box .text .desc {
      color: #FFFFFF;
    }*/
}
.prodet-page .contact-1 form {
    max-width: 700px;
    /*margin: auto;*/
}

.prodet-page .contact-1 form ul {
    margin: -10px;
}

.prodet-page .contact-1 form ul li {
    padding: 10px;
}

.prodet-page .contact-1 form ul li p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'barlow';
    margin-bottom: 2px;
}

.prodet-page .contact-1 form ul li input,.prodet-page .contact-1 form ul li textarea {
    width: 100%;
    font-size: 16px;
    font-family: 'barlow';
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    height: 54px;
    border: 1px solid #dcdcdc;
}

.prodet-page .contact-1 form ul li input[type="submit"] {
    color: white;
    background-color: var(--color);
    transition: .5s ease;
}

.prodet-page .contact-1 form ul li input[type="submit"]:hover {
    background-color: black;
}

.prodet-page .contact-1 form ul li.w-100 {
    width: 100%;
}

.prodet-page .contact-1 form ul li.w-100 textarea {
    padding: 15px;
    height: 100px;
}
.inner-page .sidebox .sideleft {
    width: 77%;
    /*padding-right: 30px;*/
}
.inner-page .sidebox .sideright {
    width: 23%;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding:0  0 40px 30px ;
}
.inner-page .sidebox .sideright .wide {
    margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 700;
}
.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;
    font-weight: 500;
    font-family: 'Barlow';
    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: 20px;
    line-height: 2;
    color: #666;
}
.inner-page .sidebox .sideright .wide ul li a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-family: 'Barlow';
    padding: 0 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
    float: right;
    font-size: 20px;
    transform: rotate(-90deg);
    transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i.active{
    transform: rotate(0);
}
.inner-page .sidebox .sideright .wide ul li a::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    -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);
}
.product-page {
    padding: 120px 0 0;
}
.product-page .sidebox .sideleft .top h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    padding-right: 8px;

}
.product-page .sidebox .sideleft .top .desc{
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    color: #83827F;
    max-height: 260px;
    overflow-y: auto;
}
.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: -20px -30px -35px -10px;
}
.product-page .sidebox .sideleft .list ul li {
    padding: 0 25px 35px 25px;
    border: 1px solid #e6e6e6;
    margin: 15px;
    width: 29%;
}
.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;
    font-size: 14px;
    line-height: 2;
    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;
    margin: 0 auto;
    display: block;
}
.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;
    text-align: center;
    font-weight: 500;
    font-family: 'Barlow';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.product-page .sidebox .sideleft .list ul li .text h3:hover{
    color:#db2e27;

}
.product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 18px;
    line-height: 32px;
    color: #83827F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@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;
    }
}
@media screen and (max-width: 700px) {
    .product-page {
        padding: 30px 0;
    }
    .product-page .sidebox .sideleft .top .desc{
        display: none;
    }
    .product-page .sidebox .sideleft .top h1{
        font-size: 20px;
        line-height: 36px;
        padding-right: 8px;

    }
    .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;
        width: 42%
    }
    .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;
    }
}
@media screen and (max-width: 500px){
    .product-page .sidebox .sideleft .list ul li{
        width: 100%;
        margin: 15px 0
    }
    .product-page .sidebox .sideleft .list ul{
        margin: 0
    }
}
.prodet-page {
    /*padding: 120px 0 125px;*/

}
.prodet-page .prodet-1 .img .big-img {
    position: relative;
    height: 800px;
    overflow: hidden;
}
.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: 35px;
    line-height: 1.4;
    margin-bottom: 30px;

}
.prodet-page .prodet-1 .text .con {
    font-size: 17px;
    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: 17px;
    line-height: 1.8;
    color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
    text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
    margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
    font-size: 17px;
    line-height: 1.6;
    color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
    display: inline-block;
    color: #83827F;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
    color: var(--color);
}
.prodet-page .prodet-1 .text .list p span {
    color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
    margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
    margin-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
    padding-right: 20px;
    cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
    display: block;
    height: 175px;
    background: #fff;
    line-height: 175px;
}
.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 transparent;
    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: transparent;
    border-top-color: #181818;
}
.prodet-page .prodet-2 .ret .slide .content {
    font-size: 17px;
    line-height: 1.6;
    color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con h4 {

    line-height: 1.4;
    margin-bottom: 25px;
    /*font-weight: bold;*/

}
.prodet-page .prodet-2 .ret .slide .con .left {
    padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
    margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
    padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
    font-size: 16px;
    line-height: 30px;
    color: #83827F;
    margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
    padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
    font-size: 18px;
    line-height: 1.8;
    color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
    margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
    margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
    margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
    font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
    padding: 10px 0;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d1d0c8;
    font-size: 16px;
    line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
    margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
    font-size: 17px;
    color: var(--color);
    position: relative;
    width: 17px;
    display: inline-block;
    cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
    content: "\f006";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    font-family: 'fontAwesome';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
    content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
    height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
    display: inline-block;
    padding: 0;
    width: auto;
    vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
    font-size: 14px;
    line-height: 2;
    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 {
    padding:  0  0 100px  0;
}
.prodet-page .prodet-3 h3 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 55px;

}
.prodet-page .prodet-3 .content ul {
    margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
    padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
    position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
    display: block;
    border: 1px solid #e6e6e6;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
    /*width: 100%;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    margin: 0 auto
}
.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: 20px;
    line-height: 1.8;
    min-height: 2rem;
    font-weight: 500;
    color: #424242;
    font-family: 'Barlow';
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
    color: #83827F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@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;
    }
    .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;
    }
}

.about-page .a-1 {
    padding: 80px 0 80px 0;
}
.about-page .a-1 .top .img {
    width: 41.5%;
    position: relative;
    padding-bottom: 40px;
    vertical-align: middle;
}
.about-page .a-1 .top .img .i2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-page .a-1 .top .text {
    width: 58.5%;
    /*vertical-align: middle;*/
    padding-left: 6%;
}
.about-page .a-1 .top .text .con {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
    color: #666666;
    max-height: 260px;
    padding-right: 20px;
    margin-bottom: 5px;
    overflow: auto;
}
.about-page .a-1 .top .text .time {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    letter-spacing: 1px;
}
.about-page .a-1 .top .text .more {

    margin-top: 40px;

}
.about-page .a-1  .a-2 {
    padding: 0;
}
.about-page .a-1  .a-2 .bottom {
    padding-top: 80px;
}
.about-page .a-1  .a-2 .bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}
@media screen and (max-width: 1280px) {
    .about-page .a-1 .top .img {
        width: 47.5%;
    }
    .about-page .a-1 .top .text {
        width: 52.5%;
        padding-left: 4%;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .a-1 {
        padding: 100px 0;
    }
    .inner-page h2.title {
        font-size: 50px;
    }
    .about-page .a-1  .a-2 .bottom {
        padding-top: 100px;
    }

}

@media screen and (max-width: 1000px) {
    .inner-banner {
        height: auto;
        margin-top: 100px;
        padding-bottom: 30px;
    }
    .inner-banner .content{
        position: static;
        transform: translate(0)
    }
    .inner-banner h2 {
        font-size: 42px;
    }
    .inner-banner .down {
        margin-top: 10px;
    }
    .inner-banner .mbx {
        margin-top: 10px;
    }
    .about-page .a-1 {
        padding: 60px 0;
    }
    .about-page .a-1 .top .img {
        width: 100%;
    }
    .about-page .a-1 .top .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .inner-page h2.title {
        font-size: 42px;
    }
    .about-page .a-1  .a-2 .bottom {
        padding-top: 60px;
    }
    .about-page .about-3,
    .about-page .about-4 {
        padding: 60px 0;
    }
    .about-page .about-3 #index-body .init2 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 700px) {

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

}

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

    .about-page .a-1 .top .img {
        display: none;
    }
    .about-page .a-1 .top .text {
        padding-top: 0;
    }
    .about-page .a-1 .top .text .con {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .a-1 .top .text .time {
        margin-top: 15px;
    }
    .about-page .a-1 .top .text .more {
        margin-top: 15px;
    }

}

.about-page .a-1 .a-2 {
    text-align: center;
    padding-top: 39px;
}
.about-page .a-1 .a-2 ul li {
    color: #393939;
}
.about-page .a-1 .a-2 ul li p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    font-family: 'barlow';
}
.about-page .a-1 .a-2 ul li h3 {
    font-size: 64px;
    line-height: 1;
    margin-top: 11px;
    font-weight: 700;
    color: #db2e27;


}
@media screen and (max-width: 1000px) {
    #index-body .init2 .right {
        font-size: 30px;
    }
    .about-page .a-1 .a-2 {
        padding-top: 60px;
    }
    .about-page .a-1 .a-2 ul {
        margin-bottom: -10px;
    }
    .about-page .a-1 .a-2 ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .about-page .a-1 .a-2 ul li h3 {
        font-size: 50px;
        margin-top: 0;
    }
}
@media screen and (max-width: 700px) {
    .about-page .a-1 .a-2 ul li h3 {
        font-size: 40px;

    }
    .about-page .a-1 .a-2 ul li {
        width: 100%;

    }
}
@media screen and (max-width: 500px) {
    .about-page .a-1 .a-2 ul li h3 {
        font-size: 30px;

    }
    .about-page .a-1 .a-2 ul li p{
        font-size: 16px
    }
}
#productdetail-page .container .cont_1 .right .wwww{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Barlow';
    margin-top: 40px;
    color: #666;
}
#productdetail-page .container .cont_1 {
    padding: 130px 0;
    display: flex;
    justify-content: space-between;
}
#productdetail-page .container .cont_1 .left {
    width: 48%;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide{
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs {
    margin-top: 20px;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    cursor: pointer;

}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover
}
#productdetail-page .container .cont_1 .right {
    width: 48%;
}
#productdetail-page .container .cont_1 .right .title {
    font-size: 36px;
    line-height: 1.6;
    font-weight: 700;
}
#productdetail-page .container .cont_1 .right .des {
    margin-top: 30px;

    font-size: 18px;
    line-height: 2;
    color: #333;
    position: relative;
    padding-left: 70px;
    font-weight: 500;
}
#productdetail-page .container .cont_1 .right .des::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 1px;
    background: var(--color);
}
#productdetail-page .container .cont_1 .right .btn {
    display: flex;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
#productdetail-page .container .cont_1 .right .btn a {

    margin-bottom: 10px;
}

#productdetail-page .container .cont_1 .right .btn a:last-child {
    /*margin-left: 30px;*/
}
#productdetail-page .container .cont_1 .right .content {
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow';
    line-height: 32px;
    color: #666;
}
#productdetail-page .container .cont_1 .right .content table{
    width: 100%;
    border: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content table td{
    padding: 10px
}
#productdetail-page .container .cont_1 .right .content .list {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #666666;
}
#productdetail-page .container .cont_1 .right .content .list div {
    width: 50%;
    padding: 20px 35px;
    border-bottom: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content .list div:first-child {
    border-right: #c1775b solid 1px;
}
#productdetail-page .container .cont_2 {
    margin-top: 60px;
}
#productdetail-page .container .cont_2 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#productdetail-page .container .cont_2 .title .img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#productdetail-page .container .cont_2 .title .img img {
    width: 50%;
}
#productdetail-page .container .cont_2 .title .text {
    line-height: 1.8;
    font-size: 50px;
    margin-left: 25px;
}
#productdetail-page .container .cont_2 .swiper {
    position: relative;
    margin-top: 60px;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
    transform: scale(1.2);
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .text {
    color: #d3974d;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a img {
    display: block;
    max-width: 100%;
    transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 300px;
    background-color: #fbf6f0;
    overflow: hidden;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    line-height: 2;
    text-align: center;

    margin: 20px 0;
    transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .prev,
#productdetail-page .container .cont_2 .swiper .next {
    position: absolute;
    right: -50px;
    top: 180px;
    width: 28px;
    height: 30px;
    background-color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
#productdetail-page .container .cont_2 .swiper .prev span,
#productdetail-page .container .cont_2 .swiper .next span {
    color: #fff;
    font-size: 14px;
    transform: scale(1, 2);
    margin-top: -3px;
}
#productdetail-page .container .cont_2 .swiper .prev {
    left: -50px;
}
#productdetail-page .container .cont_3 {
    margin-top: 80px;
}
#productdetail-page .container .cont_3 .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#productdetail-page .container .cont_3 .title .img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#productdetail-page .container .cont_3 .title .img img {
    width: 50%;
}
#productdetail-page .container .cont_3 .title .text {
    font-size: 50px;
    margin-left: 25px;
}
#productdetail-page .container .cont_3 .form_1 {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#productdetail-page .container .cont_3 .form_1 input {
    margin-top: 20px;
    border: var(--color) solid 1px;
    padding: 10px 20px;
    width: 48%;

    font-size: 16px;
}
#productdetail-page .container .cont_3 .form_1 input:nth-child(3) {
    width: 100%;
}
#productdetail-page .container .cont_3 .form_1 textarea {
    border:var(--color) solid 1px;
    width: 100%;

    font-size: 16px;
    padding: 10px 20px;
    margin-top: 20px;
}
#productdetail-page .container .cont_3 .form_1 .submit_btn {
    padding: 10px 40px;

    font-size: 16px;
    color: #fff;
    margin: auto;
    margin-top: 35px;
}
#productdetail-page .container .cont_4 {
    margin: 130px 0;
}
#productdetail-page .container .cont_4 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#productdetail-page .container .cont_4 .title .img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#productdetail-page .container .cont_4 .title .text {
    margin-left: 25px;
    font-size: 50px;
    line-height: 1.5;
}
#productdetail-page .container .cont_5{
    padding-bottom: 10px;
}
#productdetail-page .container .cont_5 .title{
    width: 325px;
    height: 60px;
    background: var(--color);
    color: #fff;
    font-size: 24px;

    text-align: center;
    line-height: 60px;
}
#productdetail-page .container .cont_5 .content{
    width: 100%;
    margin-top: 35px;
    line-height: 32px;
    font-size: 18px;
    overflow-x: auto;
}
#productdetail-page .container .cont_5 .content table{
    width: 100%;
    /*border: #deb7a6 solid 1px;*/
}
#productdetail-page .container .cont_5 .content table strong{
    font-weight: 400 !important;
}
#productdetail-page .container .cont_5 .content table tbody tr:first-child td{
    background: #fff;
}
#productdetail-page .container .cont_5 .content table td{
    padding: 20px;
}
@media (max-width: 1360px) {
    #productdetail-page .container {
        width: 100%;
    }
    #productdetail-page .container .cont_1 {
        padding: 60px 0;
    }
    #productdetail-page .container .cont_2 .swiper .swiper-container {
        width: 90%;
    }
    #productdetail-page .container .cont_2 .swiper .swiper-container .www{
        width: 100% !important;
    }
    #productdetail-page .container .cont_2 .swiper .prev {
        top: 13vw;
        left: 0;
    }
    #productdetail-page .container .cont_2 .swiper .next {
        right: 0;
        top: 13vw;
    }
    #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
        height: 23vw;
    }
}
@media screen and (max-width: 1000px){
    #productdetail-page .container .cont_1 .right .des,
    c {
        font-size: 14px !important;
        line-height: 2 !important;
    }
    #productdetail-page .container .cont_5 .content{
        margin-bottom: -40px;
    }
    #productdetail-page .container .cont_1 .right .content {
        font-size: 14px !important;
        line-height: 28px;
    }
}
@media (max-width: 769px) {
    #productdetail-page .container .cont_1 {
        flex-wrap: wrap;
    }
    #productdetail-page .container .cont_1 .left {
        width: 60%;
        margin: auto;
        margin-top: 20px;
    }
    #productdetail-page .container .cont_1 .right {
        width: 100%;
        margin-top: 20px;
    }
    #productdetail-page .container .cont_1 .right .title {
        font-size: 20px;
        text-align: center;
    }
    #productdetail-page .container .cont_1 .right .des {
        margin-top: 20px;
        text-align: center;
    }
    #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
        height: 30vw;
    }
    #productdetail-page .container .cont_2 .swiper .prev,
    #productdetail-page .container .cont_2 .swiper .next {
        width: 20px;
        height: 20px;
    }
    #productdetail-page .container .cont_2 .swiper .prev span,
    #productdetail-page .container .cont_2 .swiper .next span {
        font-size: 12px;
    }
    #productdetail-page .container .cont_2 {
        margin-top: 20px;
    }
    #productdetail-page .container .cont_2 .title .img {
        width: 30px;
        height: 30px;
    }
    #productdetail-page .container .cont_2 .title .text {
        font-size: 20px;
        margin-left: 15px;
        line-height: 36px;
    }
    #productdetail-page .container .cont_3 {
        margin-top: 30px;
    }
    #productdetail-page .container .cont_3 .title .img {
        width: 30px;
        height: 30px;
    }
    #productdetail-page .container .cont_3 .title .img img {
        width: 50%;
    }
    #productdetail-page .container .cont_3 .title .text {
        font-size: 20px;
        margin-left: 15px;
    }
    #productdetail-page .container .cont_4 {
        margin-top: 60px;
    }
    #productdetail-page .container .cont_4 .title {
        flex-wrap: wrap;
    }
    #productdetail-page .container .cont_4 .title .img {
        width: 30px;
        height: 30px;
    }
    #productdetail-page .container .cont_4 .title .img img {
        width: 50%;
    }
    #productdetail-page .container .cont_4 .title .text {
        font-size: 20px;
        margin-left: 15px;
        line-height: 36px;
    }
    #productdetail-page .container .cont_5 .title{
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        width: 240px;
    }
    #productdetail-page .container .cont_5 .content{
        margin-top: 20px;
    }
    .service-page .qr-list ul li .box .img,
    .service-page .qr-list ul li .box .text{
        width:100%!important;
        padding:0!important;
    }
    .service-page .qr-list ul li .box .text h3{
        margin-top: 15px;
        font-size: 24px!important;
    }
}
@media (max-width: 414px) {
    #productdetail-page .container .cont_1 {
        padding: 20px 0;
    }
    #productdetail-page .container .cont_1 .right .title {
        font-size: 20px;
        text-align: center;
        line-height: 36px!important;
    }
    #productdetail-page .container .cont_1 .right .des {
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
        text-align: center;
    }
    #productdetail-page .container .cont_1 .right .btn {
        margin-top: 10px;
    }
    #productdetail-page .container .cont_1 .right .btn a {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 28px;
    }
    #productdetail-page .container .cont_1 .right .btn a:last-child {
        margin-left: 15px;
    }
    #productdetail-page .container .cont_1 .right .content {
        margin-top: 10px;
        overflow: auto;
        font-size: 14px;
        line-height: 28px;
    }
    #productdetail-page .container .cont_1 .right .content table td{
        padding: 5px;
    }
    #productdetail-page .container .cont_1 .right .content .list {
        font-size: 14px;
        line-height: 28px;
    }
    #productdetail-page .container .cont_1 .right .content .list div {
        padding: 5px 10px;
    }
    #productdetail-page .container .cont_1 .left {
        width: 100%;
    }
    #productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
        height: 50vw;
    }
    #productdetail-page .container .cont_2 .swiper .swiper-container {
        width: 85%;
    }
    #productdetail-page .container .cont_2 .swiper {
        margin-top: 20px;
    }
    #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
        height: 70vw;
    }
    #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
        padding: 10px 0;
        font-size: 16px;
        line-height: 30px;
    }
    #productdetail-page .container .cont_2 .swiper .next {
        top: 35vw;
    }
    #productdetail-page .container .cont_2 .swiper .prev {
        top: 35vw;
    }
    #productdetail-page .container .cont_3 .form_1 {
        margin-top: 20px;
    }
    #productdetail-page .container .cont_3 .form_1 input {
        margin-top: 10px;
        width: 100%;
        padding: 5px 10px;
        font-size: 12px;
    }
    #productdetail-page .container .cont_3 .form_1 textarea {
        font-size: 12px;
        margin-top: 10px;
        padding: 5px 10px;
    }
    #productdetail-page .container .cont_3 .form_1 .submit_btn {
        margin-top: 20px;
        padding: 3px 10px;
        font-size: 13px;
    }
    #productdetail-page .container .cont_4 {
        margin: 40px 0;
    }
    #productdetail-page .container .cont_4 .title {
        justify-content: center;
        text-align: center;
    }
    #productdetail-page .container .cont_5 .title{
        font-size: 14px;
        line-height: 2;
        width: 180px;
    }
    #productdetail-page .container .cont_5 .content{
        font-size: 14px;
    }
    #productdetail-page .container .cont_5 .content table td{
        padding: 5px;
    }
}
.faq-page{
    padding-top: 50px
}
.faq-page .container ul li {
    margin: 10px 0 0;
    word-break: break-word;
    font-weight: 300;
}
.faq-page .container ul li .title {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 2;
    margin: 0;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    font-weight: 600;
    /*font-weight: normal;*/
    font-size: 24px
}
.faq-page .container ul li .title i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 26px;
    right: 10px;
}
.faq-page .container ul li .cont {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 2;
    display: none;
    color: #666;
}
@media (max-width: 1000px) {
    .faq-page .container ul li .title {
        font-size: 18px
    }
    .faq-page .container ul li .cont {
        font-size: 16px
    }
    .about-page .about-4 ul li .box .h5{
        font-size: 26px
    }
}
@media (max-width: 700px) {
    .about-page .about-4 ul li .box .h5{
        font-size: 20px
    }
}

#index-body .form {
  padding: 120px 0;
  background: #fefbf7;
}
#index-body .form .title {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.5em;
}
#index-body .form .box {
  padding: 0 70px;
  margin-top: 80px;
}
#index-body .form .box .icon {
  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-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: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .form .box .icon li {
  text-align: center;
}
#index-body .form .box .icon li:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .form .box .icon li:hover p {
  color: #a88f68;
}
#index-body .form .box .icon li img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .form .box .icon li p {
  font-size: 22px;
  color: #666666;
  line-height: 1;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .form .box .form-box {
  margin-top: 90px;
}
.product-page #index-body .form .box .form-box,.product-page #index-body .form .box {
  margin-top: 0
}

#index-body .form .box .form-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .form .box .form-box ul li {
  border-bottom: 1px solid #000;
}
#index-body .form .box .form-box ul li input {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
}
#index-body .form .box .form-box ul .i1 {
  width: 20%;
}
#index-body .form .box .form-box ul .i2 {
  width: 40%;
}
#index-body .form .box .form-box ul .submit {
  border-bottom: none;
}
#index-body .form .box .form-box ul .submit button {
  background: none;
  border: none;
  font-size: 18px;
  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;
}
#index-body .form .box .form-box ul .submit button img {
  margin-left: 28px;
}
#index-body .form .box .form-box ul .submit button span {
  border-bottom: 1px solid #000;
}
#index-body .form .box .form-box ul .submit button:hover {
  border-bottom: 1px solid #000;
}
#index-body .form .box .form-box ul .submit button:hover span {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  #index-body .form .box .icon li {
    width: 33%;
    margin-bottom: 20px;
  }
  #index-body .form .box .form-box ul .i1 {
    width: 45%;
    margin-bottom: 30px;
  }
  #index-body .form .box .form-box ul .i2 {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .form .box {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  #index-body .form .box .form-box ul .i1 {
    width: 100%;
  }
  #index-body .form {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .box .left .dates li {
    width: 100%;
  }
  #index-body .form .box .icon li {
    width: 50%;
  }
  #index-body .form .box .icon li p {
    font-size: 18px;
  }
}
.custom-page .about2-page .about-4{
  padding-top: 60px;
  background: none

}
.custom-page .about2-page .about-4 .baseTit .Tit{
  padding-bottom: 40px;
  padding-top: 80px;
}
.about2-page .about-4 {
  padding: 100px 0;
  background-color: #fefbf7;
}
.about2-page .about-4 ul {
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap
}
.about2-page .about-4 ul{
  margin: 0 -15px
}
.about2-page .about-4 ul li {
  padding: 25px;
}
.about2-page .about-4 ul li .box {
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.9s;
  text-align: center;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 25px;
  /*min-height: 460px;*/
  background-color: #fff;
}
.about2-page .about-4 ul li .box .h5 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 20px 0 13px;
  font-family: Spectral;
}
.about2-page .about-4 ul li .box .des {
  color: #818181;
  min-height: 10.8em;
}
.about2-page .about-4 ul li .box:hover {
  background: #a88f68;
  color: white;

}
.about2-page .about-4 ul li .box img {
  transition: .5s ease;
}
.about2-page .about-4 ul li .box:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.about2-page .about-4 ul li .box:hover .des{
  color: #fff
}

@media screen and (max-width: 1200px) {
  .about2-page .about-4 ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 1000px) {
  .about2-page .about-4 {
    padding: 60px 0;
  }
  .about2-page .about-4 ul{
    margin: 0
  }
}
@media screen and (max-width: 500px) {
  .about2-page .about-4 ul li {
    width: 100% !important;
  }
}

.quality-1 {
  padding: 120px 0;
}
.quality-1 .left {
  margin-top: 80px;
}
.quality-1 .left .text {
  margin: 20px 0 50px;
  color: #818181;
}
.quality-1 .right .img {
  margin-bottom: 100px;
}
.quality-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-1 .right li {
  width: auto;
}
.quality-1 .right li.line {
  height: 72px;
  border-left: 1px solid #bcbcbc;
}

.quality-1 .right li .icon i {
  float: left;
}
.quality-1 .right li .num {
  font-size: 60px;
  line-height: 1.2;
}
.quality-1 .right li .num span {
  font-size: 30px;
}
.quality-2 {
  padding: 70px 0;
  background-color: #fefbf7;
}
.quality-2 .desc {

  margin: auto;
  color: #818181;
}
.quality-2 .list ul {
  margin: -15px;
}
.quality-2 .list li {
  padding: 15px;
}
.quality-2 .list .img {
  overflow: hidden;
}
.quality-2 .list .img .name {
  padding: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-2 .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-2 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-2 .arrows span.arrow:hover {
  color:#6d4f20;
}
.quality-3 {
  padding: 70px 0;
  position: relative
}
.quality-3 .box{
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.quality-3 .left .arrows {
  margin-top: 30px;
  /*margin-right: 0;
  position: relative;*/
}
.quality-3 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
  /*position: absolute;
  top: 50%;*/


}
.quality-3 .left .arrows span.arrow_l{
  /*left: 0;
  transform: translate(-100%,-50%)*/
}
.quality-3 .left .arrows span.arrow_r{
  /*right: 0;
  transform: translate(100%,-50%)*/
}
.quality-3 .left .arrows span.arrow:hover {
  color:#6d4f20;
}
.quality-3 .right {
  margin-top: 0px;
}

.quality-page .honor-1 p.fr {
  width: 50%;
  color: #777777;
  padding-top: 19px;
}
@media (max-width: 1470px) {
  .quality-3 .left .content {
    padding: 60px;
  }
  .quality-3 .right {
    margin-top: 60px;
  }
}
@media (max-width: 1240px) {
  .quality-1 .right li .num {
    font-size: 40px;
  }
  .quality-1 .right li .num span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .quality-1 {
    padding: 60px 0;
  }
  .quality-1 .left {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .left .text {
    margin: 20px 0 40px;
  }
  .quality-1 .right {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .img {
    display: none;
  }
  .quality-2 {
    padding: 35px 0;
  }
  .quality-3 {
    padding: 35px 0;
  }
  .quality-3 .left {
    width: 100%!important;
  }
  .quality-3 .left .arrows {
    display: none;
  }
  .quality-3 .right {
    width: 100%!important;
    margin-top: 0;
  }
  .quality-3 .left .content::before {
    right: 0;
  }
  .quality-3 .left .content {
    padding: 30px;
  }

  .quality-page .honor-1 p.fr {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .quality-1 .right li .num {
    font-size: 36px;
  }
}
.honor-1 {
  padding: 40px 0 100px 0;
}
.honor-1 ul {
  margin: -25px;
}
.honor-1 li {
  padding: 25px;
}
.honor-1 li .box {
  padding: 20px;
  /*height:200px;*/
  background-color: #f5f5f5;
  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-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.honor-1 li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.honor-1 li .box .text .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .text .desc {
  color: #777777;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .arrow {
  right: 40px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.honor-1 li .box:hover {
  background-color: #a88f68;
}
.honor-1 li .box:hover .img{
  /*filter: invert(1)*/
}
.honor-1 li .box:hover .text .name {
  color: #FFFFFF;
}
.honor-1 li .box:hover .text .desc {
  color: #FFFFFF;
}
.honor-1 li .box:hover .arrow {
  opacity: 1;
}


@media (max-width: 1470px) {
  .honor-1 ul {
    margin: -15px;
  }
  .honor-1 li {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .honor-1 {
    padding: 60px 0;
  }
  .honor-1 li {
    width: 100%!important;
  }
  .honor-1 li .box .text {
    padding-left: 20px;
  }
}

@media (max-width: 500px) {
  .honor-1 li .box {
    display: block;
    text-align: center;
  }
  .honor-1 li .box .img {
    margin-bottom: 15px;
  }
  .honor-1 li .box .text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .honor-1 li .box .arrow {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
}