@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.eot');
  src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff'), url('../fonts/Mulish-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-ExtraBold.eot');
  src: url('../fonts/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-ExtraBold.woff2') format('woff2'), url('../fonts/Mulish-ExtraBold.woff') format('woff'), url('../fonts/Mulish-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
body {
  font-family: "Mulish";
  max-width: 1920px;
  --color: #dd211c;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner {
  position: sticky;
}
#header.active .nav {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#header .msg {
  height: 2.5em;
  line-height: 2.5em;
  background-color: var(--color);
  color: #FFFFFF;
  cursor: pointer;
}
#header .h-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#header .h-top .line {
  height: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.46);
}
#header .nav {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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 {
  margin-right: 2.5em;
  -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 {
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 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 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 .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#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;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
#banner ul.slick-dots li {
  width: 2px;
  height: 9em;
  display: block;
  margin: 10px 0;
  background-color: #f5f5f5;
  border: 0;
  opacity: .4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  opacity: 1;
}
#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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 36%;
}
#banner h2 {
  font-weight: 800;
  line-height: 1.2962963;
}
#banner p {
  line-height: 1.66666667;
}
#banner .btns a > span:first-of-type {
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: #FFFFFF;
  color: var(--color);
}
#banner .btns a > span:last-of-type {
  min-width: 10em;
  height: 3em;
  line-height: 3em;
  background-color: var(--color);
  color: #FFFFFF;
  text-align: center;
  padding: 0 1em;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#banner .btns a > span:last-of-type::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  background: #000000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#banner .btns a:hover > span:last-of-type::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.yuy ul {
  left: auto;
  right: 0;
}
.baseBtn {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn > span:last-of-type {
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: var(--color);
}
.baseBtn > span:last-of-type span {
  font-size: 12px;
}
.baseBtn:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.home-1 .tab li a {
  background-color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .tab li a::after {
  position: absolute;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid var(--color);
  content: " ";
  display: block;
  width: 0;
  height: 0;
  bottom: -1em;
  left: -webkit-calc(50% - .5em);
  left: -moz-calc(50% - .5em);
  left: calc(50% - .5em);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .tab li.active a {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-1 .tab li.active a::after {
  opacity: 1;
}
.home-1 .list .content .name {
  font-weight: 500;
}
.home-1 .list .content .text {
  color: #404040;
  line-height: 1.5625;
}
.home-1 .list .content .child a {
  border: 1px solid #b4b4b4;
  border-radius: 22px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .list .content .child a:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFFFFF;
}
.home-2 .list .box {
  background-color: #f2f2f2;
}
.home-2 .list .box .name {
  font-weight: 500;
  font-size: 16.71px;
  line-height: 1.5;
  min-height: 3em;
}
.home-3 {
  color: #FFFFFF;
}
.home-3 .play {
  width: 1.6em;
  height: 1.6em;
  cursor: pointer;
}
.home-3 .play .cir_sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.home-3 .play .cir_sub div {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -4px;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-3 .play svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-3 .play svg circle {
  width: 100%;
  height: 100%;
  stroke-dashoffset: 460;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.home-3 .play .cont {
  width: 1.1em;
  height: 1.1em;
  background-color: var(--color);
  border-radius: 50%;
}
.home-3 .play:hover svg circle {
  stroke-dashoffset: 0;
}
.home-3 .text {
  line-height: 1.77777778;
}
.home-4 li > div {
  height: 100%;
  background-color: rgba(221, 33, 28, 0.9);
  color: #FFFFFF;
}
.home-4 li > div span {
  display: inline-block;
}
@media (min-width: 1251px) {
  .home-4 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.home-6 .box .content {
  inset: 0;
  color: #FFFFFF;
}
.home-6 .box .content > div {
  height: 100%;
}
.home-6 .box .content .text {
  max-width: 500px;
  line-height: 1.5;
  height: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-6 .box:hover .content .text {
  height: 6em;
  opacity: 1;
}
.home-7 .left .btns a {
  color: var(--color);
  border-bottom: 1px solid currentColor;
}
.home-8 {
  background-color: #f2f2f2;
}
.home-8 .slick-list {
  overflow: visible;
}
.home-8 .list ul {
  margin: 0 -5px;
}
.home-8 .list li {
  padding: 16px 5px;
  overflow: hidden;
}
.home-8 .list li > div {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-8 .list li:hover > div {
  -webkit-transform: translateY(-49px);
  -moz-transform: translateY(-49px);
  -ms-transform: translateY(-49px);
  transform: translateY(-49px);
}
.home-8 .list li:hover > div .content {
  opacity: 1;
}
.home-8 .list .content {
  background-color: var(--color);
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-9 .box {
  background-color: #f6f6f6;
}
.home-9 .arrows span.arrow {
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #B4B4B4;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.home-9 .arrows span.arrow:hover {
  color: var(--color);
}
.home-9 .left .list .slick-slide {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#footer {
  color: #FFFFFF;
}
#footer .foot-top::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  width: 100%;
}
#footer .foot-center h4 {
  font-weight: 500;
}
#footer .foot-center li p {
  color: #a6a2a2;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}
#footer .foot-bottom p {
  color: #b1b1b1;
}
#footer .foot-bottom img.login {
  height: 16px;
}
#ewm {
  width: 80px;
  height: 80px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1250px) {
  .home-3 .left {
    width: 100%;
  }
  .home-4 ul {
    margin: -1px;
  }
  .home-4 li {
    width: 50%;
    margin-right: 0;
    padding: 1px;
  }
}
@media (max-width: 1000px) {
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner .left {
    width: 60%;
  }
  #banner ul.slick-dots {
    top: auto;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #banner ul.slick-dots li {
    width: 2em;
    height: 2em;
    display: inline-block;
    margin: 0 5px;
  }
  .home-1 .tab li a::after {
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: 0.5em solid var(--color);
    bottom: -0.5em;
    left: -webkit-calc(50% - .25em);
    left: -moz-calc(50% - .25em);
    left: calc(50% - .25em);
  }
  .home-7 .left {
    text-align: left;
  }
  .home-8 .list .content {
    opacity: 1;
  }
  .home-8 .list li:hover > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner p {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner .left {
    width: 80%;
  }
  .home-4 li {
    width: 100%;
  }
}





.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.car_ani {
  -webkit-animation: car_ani linear;
  -moz-animation: car_ani linear;
  -o-animation: car_ani linear;
  animation: car_ani linear;
}
@-webkit-keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-o-keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

.more_cont {
  position: relative;
  background-color: var(--color);
  padding: 14px 20px;
  overflow: hidden;
  border: 0;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont:hover {
  background-color: var(--color);
}
.more_cont:hover::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.inner-banner {
  padding: 40px 0;
  color: #a9a9a9;
}
.inner-banner a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner a:hover {
  color: var(--color);
}
.inner-banner a:first-child {
  font-size: 0;
}
.inner-banner a:first-child::before {
  content: "\f015";
  font-family: 'FontAwesome';
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover {
  color: #fff;
  background-color: var(--color);
}
.m-link {
  line-height: 2;
  color: #666;
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  margin-top: 8px;
}
.m-link a:hover {
  color: var(--color);
}
.product-page .container .title {
  font-weight: bold;
  line-height: 2;
}
.product-page .container .cat_des {
  margin-top: 25px;
  color: #383737;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 2;
}
.product-page .container .cat_list {
  margin-top: 50px;
}
.product-page .container .cat_list a {
  width: 380px;
  padding: 16px 10px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
}
.product-page .container .cat_list a:hover {
  background-color: var(--color);
  color: #fff;
}
.product-page .container .content {
  margin-top: 40px;
}
.product-page .container .content ul {
  margin: 0 -20px;
}
.product-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
}
.product-page .container .content ul li .box a {
  display: block;
}
.product-page .container .content ul li .box .img {
  background-color: #f7f7f7;
  padding: 40px 16px;
}
.product-page .container .content ul li .box .text {
  margin-top: 16px;
  font-weight: bold;
  line-height: 2;
}
.product-page .container .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page .prodet-1 {
  background-color: #fafafa;
}
.prodet-page .prodet-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prodet-page .prodet-1 .container .left {
  width: 44%;
}
.prodet-page .prodet-1 .container .left .title {
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .container .left .des {
  margin-top: 20px;
  color: #262626;
  /*text-align: justify;*/
  line-height: 2;
}
.prodet-page .prodet-1 .container .left .info_cont {
  margin-top: 60px;
}
.prodet-page .prodet-1 .container .left .info_cont .btn {
  margin-top: 10px;
  padding: 7px 8px;
  min-width: 164px;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .btn:hover {
  background-color: #000;
}
.prodet-page .prodet-1 .container .left .info_cont .list {
  margin-top: 10px;
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .list img {
  margin-right: 12px;
  height: 18px;
}
.prodet-page .prodet-1 .container .left .info_cont .download {
  margin-left: 36px;
}
.prodet-page .prodet-1 .container .left .info_cont .video {
  margin-left: 50px;
}
.prodet-page .prodet-1 .container .right {
  position: relative;
  width: 45%;
  margin-left: auto;
}
.prodet-page .prodet-1 .container .right .btn {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 2;
  right: -20px;
}
.prodet-page .prodet-1 .container .right .btn .img {
  width: 10px;
  height: 6px;
}
.prodet-page .prodet-1 .container .right .btn.prev {
  left: -20px;
}
.prodet-page .prodet-1 .container .right .btn.prev .img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prodet-page .prodet-1 .container .right .btn:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  display: block;
  padding: 46px 50px;
}
.prodet-page .prodet-1 .container .right:hover .btn {
  opacity: 1;
}
.prodet-page .prodet-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .container .title_c {
  margin-top: 20px;
}
.prodet-page .prodet-2 .container .title_c .list {
  margin-right: 70px;
  padding: 20px 0 14px 0;
  font-weight: bold;
  border-bottom: 3px solid rgba(221, 33, 28, 0);
  cursor: pointer;
}
.prodet-page .prodet-2 .container .title_c .list.active,
.prodet-page .prodet-2 .container .title_c .list:hover {
  color: var(--color);
  border-bottom: 3px solid var(--color);
}
.prodet-page .prodet-2 .container .content .list p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.prodet-page .prodet-2 .container .content .list ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.prodet-page .prodet-2 .container .content .list h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.prodet-page .prodet-2 .container .content .list h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: var(--color)!important;
}
.prodet-page .prodet-2 .container .content .list ol li,.prodet-page .prodet-2 .container .content .list ul li {
    list-style: disc;
    list-style-position: inside;
}
.prodet-page .prodet-2 .container .content .list {
  display: none;
  margin-top: 30px;
  color: #484747;
  /*text-align: justify;*/
  line-height: 2;
}
.prodet-page .prodet-2 .container .content .list b,
.prodet-page .prodet-2 .container .content .list strong {
  font-weight: bold;
  font-size: 20px;
}
.prodet-page .prodet-3 .container .title {
  text-align: center;
  font-weight: bold;
}
.prodet-page .prodet-3 .container .content {
  margin-top: 50px;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 16px;
  font-weight: bold;
}
.prodet-page .prodet-4 {
  background-color: #fafafa;
}
.prodet-page .prodet-4 .container {
  text-align: center;
  max-width: 1080px;
}
.prodet-page .prodet-4 .container .tips {
  font-weight: bold;
}
.prodet-page .prodet-4 .container .tips_des {
  color: #747474;
  margin-top: 10px;
}
.prodet-page .prodet-4 .container form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-top: 50px;
}
.prodet-page .prodet-4 .container form input,
.prodet-page .prodet-4 .container form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0;
  color: #000;
}
.prodet-page .prodet-4 .container form textarea {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c .more {
  cursor: pointer;
  padding: 12px 56px;
  background-color: #000;
  color: #fff;
}
.related-product .container .tips {
  font-weight: bold;
}
.related-product .container .content {
  margin-top: 40px;
}

.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 40px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  margin-top: 60px;
  font-weight: 600;
  line-height: 2;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
  .product-page .container .cat_list {
    display: none;
  }
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .container .right .btn {
    right: 10px;
  }
  .prodet-page .prodet-1 .container .right .btn.prev {
    left: 10px;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .info_cont .list {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    width: 100%;
    margin: 0;
  }
  .prodet-page .prodet-4 .container form input,
  .prodet-page .prodet-4 .container form textarea {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .container .content {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .container .left .info_cont {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
    padding: 16px;
  }
  .prodet-page .prodet-2 .container {
    padding-bottom: 40px;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    padding: 14px 0 10px 0;
  }
  .prodet-page .prodet-3 .container .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-4 .container form {
    margin-top: 20px;
  }
  .related-product .container .content {
    margin-top: 10px;
  }
  .related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
}
.download-page .cat_list .list {
  font-weight: bold;
  min-width: 210px;
  padding: 10px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  border-right: 1px solid var(--color);
}
.download-page .cat_list .list:hover,
.download-page .cat_list .list.active {
  background-color: #2a2a2a;
}
.download-page .content {
  padding-top: 20px;
}
.download-page .content ul {
  margin: 0 -20px;
}
.download-page .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.download-page .content ul li .box .img_c {
  position: relative;
}
.download-page .content ul li .box .img_c .img {
  display: block;
}
.download-page .content ul li .box .img_c .img img {
  width: 100%;
}
.download-page .content ul li .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(221, 33, 28, 0.9);
  opacity: 0;
}
.download-page .content ul li .box .img_c .shadow .cont .btn {
  color: #fff;
  margin: 10px 0;
  position: relative;
  top: -20px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn span {
  width: 110px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn img {
  width: 19px;
}
.download-page .content ul li .box .img_c .shadow .cont .view_btn {
  top: 20px;
}
.download-page .content ul li .box .text {
  font-weight: 500;
  margin-top: 10px;
}
.download-page .content ul li .box:hover .img_c .shadow {
  opacity: 1;
}
.download-page .content ul li .box:hover .img_c .shadow .cont .btn {
  top: 0;
}
@media (max-width: 1000px) {
  .download-page .cat_list {
    display: none;
  }
  .download-page .content {
    padding-top: 0;
  }
  .download-page .content ul li .box .img_c .shadow {
    display: none;
  }
}
@media (max-width: 500px) {
  .download-page .content ul li {
    margin-top: 30px;
  }
}
.sustainability-page .init-0 {
  padding: 190px 0 250px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .container .title {
  font-weight: bold;
}
.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 986px;
  line-height: 2;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
  text-align: justify;
}
.sustainability-page .init-1 {
  background-color: #f5f5f5;
}
.sustainability-page .init-1 .btn{
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.sustainability-page .init-1 .btn i{
  width: 10px;
  text-align: center;
  margin-left: -2px;
}
.sustainability-page .init-1 .btn:hover{
  background: #00aced;
  color: #fff;
  border: 1px solid #fff;
}
.sustainability-page .init-1 .prev{
  left: -50px;
}

.sustainability-page .init-1 .container .list {
  text-align: center;
  padding: 50px 30px;
  height: 100%;
}
.sustainability-page .init-1 .container .list img {
  display: block;
  height: 40px;
  width: auto;
  margin: auto;
}
.sustainability-page .init-1 .container .list .title {
  font-weight: bold;
  margin-top: 16px;
}
.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
}
.sustainability-page .init-1 .container .list:hover {
  background-color: var(--color);
}
.sustainability-page .init-1 .container .list:hover img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.sustainability-page .init-1 .container .list:hover .title,
.sustainability-page .init-1 .container .list:hover .text {
  color: #fff;
}
.sustainability-page .init-2 .container .list {
  margin-top: 60px;
}
.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}
.sustainability-page .init-2 .container .list .left {
  width: 45%;
}
.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}
.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 55px 20px 60px;
}
.sustainability-page .init-2 .container .list .right .title {
  font-weight: bold;
  max-width: 580px;
}
.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 4px;
  width: 80px;
  height: 3px;
  background-color: #000;
}
.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 1.8;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}
@media (max-width: 1250px) {
  .sustainability-page .init-0 {
    padding: 120px 0;
  }
  .sustainability-page .init-1 .container {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .sustainability-page .init-2 .container .list .right .title {
    max-width: 100%;
  }
  .sustainability-page .init-2 .container .list .right .des {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .sustainability-page .init-1 .btn{
    right: 5px;
  }
  .sustainability-page .init-1 .prev{
    left: 5px;
  }
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }
  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
  .sustainability-page .init-2 .container .list .right .index_line {
    display: none;
  }
}
@media (max-width: 700px) {

}
@media (max-width: 500px) {
  .sustainability-page .init-0 {
    padding: 40px 0;
  }
  .sustainability-page .init-1 {
    padding: 20px 0;
  }
  .sustainability-page .init-1 .container .list {
    width: 100%;
    padding: 20px 16px;
  }
  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }
  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }
}
.news-page .container .cat_list_cont .list {
  background-color: var(--color);
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
}
.news-page .container .cat_list_cont .list:hover {
  background-color: #2a2a2a;
}
.news-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}
.news-page .container .content ul {
  margin: 20px -15px 0 -15px;
}
.news-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.news-page .container .content ul li {
  margin-top: 70px;
  padding: 0 15px;
}
.news-page .container .content ul li .box a {
  display: block;
}
.news-page .container .content ul li .box a:hover {
  color: var(--color);
}

.news-page .container .content ul li .box .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.news-page .container .content ul li .box .img .play i {
  margin-left: 6px;
}
.news-page .container .content ul li .box .time {
  margin-top: 16px;
  color: #999999;
}
.news-page .container .content ul li .box .title {
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
  line-height: 2;
}
.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 2;
}
.news-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #999999;
  text-transform: uppercase;
  font-style: italic;
}
.news-page .container .content ul li .box .more_c a:hover {
  color: var(--color);
  -webkit-text-decoration-color: var(--color);
  -moz-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
}
.newdet-page {
  padding-bottom: 110px;
}
.newdet-page .container .title {
  font-weight: bold;
  line-height: 2;
}

.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
}
.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  line-height: 2;
  font-weight: 300;
  color: #444444;
}
.newdet-page .container .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.newdet-page .container .content h1 {
  font-size: 26px;
  line-height: 1.8;
  padding: 10px 5px;
}
.newdet-page .container .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet-page .container .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.newdet-page .container .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: var(--color);
}
.newdet-page .container .content ol li,.newdet-page .container .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.newdet-page .container .newdet_cont .left {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
}
.newdet-page .container .newdet_cont .right {
  width: 190px;
}
.newdet-page .container .newdet_cont .right .tip {
  color: #767676;
  font-weight: 300;
  margin-top: 20px;
}
.newdet-page .container .newdet_cont .right .share_list a {
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3b5999;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin: 12px 18px 0 0;
}
.newdet-page .container .newdet_cont .right .share_list a:last-child {
  margin-right: 0;
  background-color: #cc2366;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(2) {
  background-color: #00aced;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(3) {
  background-color: #cb2027;
}
@media (max-width: 1250px) {
  .news-page .container .content ul li .box .img {
    height: 220px;
  }
  .news-page .container .cat_list_cont {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .container .content ul li {
    text-align: center;
  }
  .news-page .container .content ul li .box .img {
    height: 158px;
  }
  .newdet-page .container .title {
    text-align: center;
  }
  .newdet-page .container .time {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .news-page .container .cat_list_cont .list {
    width: 33.3%;
  }
  .news-page .container .content ul li .box .img {
    height: 34vw;
  }
  .newdet-page .container .newdet_cont .left {
    width: 100%;
  }
  .newdet-page .container .newdet_cont .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .news-page .container .content ul li {
    margin-top: 40px;
  }
  .news-page .container .content ul li .box .img {
    height: 60vw;
  }
  .news-page .container .content ul li .box .des {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }
  .news-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }
  .newdet-page {
    padding-bottom: 40px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {
  font-weight: 600;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: var(--color);
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
}
.project-page .container .nav_right ul li .box .left {
  width: 47%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: var(--color);
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}
.project-page .container .nav_right ul li .box .left .more .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}
.design-page {
  padding-bottom: 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container {
  background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: var(--color);
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: var(--color);
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
}
.design-page .init-6 .container .des {
  max-width: 850px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  padding: 40px 60px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
  font-weight: bold;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: var(--color);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}
.about-page .init-2 {
  padding: 120px 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .left {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
}
.about-page .init-2 .container .left .title {
  font-weight: bold;
}
.about-page .init-2 .container .left .index_line {
  margin-top: 10px;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.about-page .init-2 .container .left .des {
  margin-top: 26px;
  text-align: justify;
  color: #444;
}
.about-page .init-2 .container .right {
  padding-left: 30px;
  vertical-align: middle;
  width: 39%;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .container .right img {
  width: 100%;
  max-width: 390px;
  display: block;
  margin-left: auto;
}
.about-page .init-2 .container .right .play_cont {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 50px;
}
.about-page .init-2 .container .right .play_cont .ling,
.about-page .init-2 .container .right .play_cont .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  z-index: 2;
  position: relative;
}
.about-page .init-2 .container .right .play_cont .ling i,
.about-page .init-2 .container .right .play_cont .cont i {
  margin-left: 6px;
}
.about-page .init-2 .container .right .play_cont .ling {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.about-page .init-2 .container .right .play_cont .ling:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.about-page .init-3 .container .tip_title {
  text-align: center;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
}
.about-page .init-3 .container .title_list {
  margin-top: 40px;
}
.about-page .init-3 .container .title_list .column {
  width: auto;
}
.about-page .init-3 .container .title_list .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  text-align: center;
  width: 16.6%;
  border-left: 1px solid #d9d9d9;
  font-size: 16px;
  background-color: var(--color);
  color: #ffffff;
  font-weight: 500;
  /*text-transform: uppercase;*/
  cursor: pointer;
}
.about-page .init-3 .container .title_list .list:hover,
.about-page .init-3 .container .title_list .list.active {
  background-color: #2a2a2a;
}
.about-page .init-3 .container .title_list .list:first-child {
  border: none;
}
.about-page .init-3 .container .title_list .list p {
  width: 100%;
}
.about-page .init-3 .container .content_list {
  /*margin-top: 36px;*/
  text-align: center;
  max-width: 780px;
  margin: 62px auto 0px;
}
.about-page .init-3 .container .content_list .list {
  display: none;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  padding: 220px 0 170px 0;
}
.about-page .init-4 .container .cont {
  width: 750px;
  margin-left: auto;
  padding: 70px 200px 50px 60px;
  background-color: #fafafa;
}
.about-page .init-4 .container .cont .title {
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: var(--color);
  margin-top: 4px;
}
.about-page .init-4 .container .cont .slick li .box .name {
  margin-top: 10px;
  font-weight: bold;
  /*font-style: italic;*/
}
.about-page .init-4 .container .cont .slick li .box .des {
  color: #444444;
  margin-top: 10px;
}
.about-page .init-4 .container .cont .s_page {
  margin-top: 60px;
}
.about-page .init-4 .container .cont .s_page .slick-dots li {
  display: inline-block;
  border-bottom: 1px solid rgba(184, 138, 121, 0);
  font-weight: bold;
}
.about-page .init-4 .container .cont .s_page .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active {
  border-bottom: 1px solid var(--color);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: var(--color);
}
.about-page .init-5 .container .tip_title {
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}
.about-page .init-5 .container .tip_des {
  text-align: center;
  margin-top: 10px;
  color: #747474;
}
.about-page .init-5 .container .index_line {
  margin: 16px auto 0 auto;
}
.about-page .init-5 .container .slick {
  margin-top: 60px;
  margin: 60px -15px 0 -15px;
}
.about-page .init-5 .container .slick .slick-track {
  margin-left: 0;
}
.about-page .init-5 .container .slick li {
  padding: 0 15px;
}
.about-page .init-5 .container .slick li .box .img {
  display: block;
}
.about-page .init-5 .container .slick li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 {
  padding: 70px 0 50px 0;
  background-color: #fafaf9;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container {
  position: relative;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left {
  width: 450px;
}
.about-page .init-6 .container .left .title {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-6 .container .left .des {
  color: #747474;
  max-width: 400px;
  margin-top: 10px;
}
.about-page .init-6 .container .left .index_line {
  margin-top: 20px;
}
.about-page .init-6 .container .left .more_c a {
  padding: 16px 30px;
  display: inline-block;
  margin-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid var(--color);
}
.about-page .init-6 .container .left .more_c a img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  margin-left: 36px;
}
.about-page .init-6 .container .left .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-6 .container .left .more_c a:hover {
  background-color: #ffffff;
  color: var(--color);
}
.about-page .init-6 .container .left .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-6 .container .right {
  width: -webkit-calc(-350%);
  width: -moz-calc(-350%);
  width: calc(100% - 450px);
  padding-left: 70px;
}
.about-page .init-6 .container .right img {
  width: 100%;
  display: block;
}
.about-page .init-7 .container .tip_title {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.about-page .init-7 .container .tip_des {
  color: #444444;
  font-weight: 300;
  text-align: center;
  max-width: 670px;
  margin: 10px auto 0;
  /*text-align: justify;*/
}
.about-page .init-7 .container .index_line {
  height: 5px;
  margin: auto;
  margin-top: 20px;
}
.about-page .init-7 .container .slick {
  margin: 40px -15px 0 -15px;
}
.about-page .init-7 .container .slick li {
  padding: 0 15px;
}
.about-page .init-7 .container .slick li .box a {
  display: block;
}
.about-page .init-7 .container .slick li .box a img {
  display: block;
  width: 100%;
}
.about-page .init-7 .container .more_c {
  margin-top: 50px;
  text-align: center;
}
.about-page .init-7 .container .more_c a {
  padding: 16px 30px;
  display: inline-block;
  /*font-style: italic;*/
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid var(--color);
}
.about-page .init-7 .container .more_c a img {
  vertical-align: middle;
  width: 22px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  margin-left: 30px;
}
.about-page .init-7 .container .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover {
  color: var(--color);
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-8 .container video {
  display: block;
  width: 100%;
}
.about-page .init-8 .container .tips_title {
  margin-top: 30px;
  font-weight: bold;
  color: var(--color);
}
.about-page .init-8 .container .des {
  color: #444444;
  margin-top: 20px;
  text-align: justify;
}
.about-page .init-8 .container .list_cont {
  margin-top: 50px;
}
.about-page .init-8 .container .list_cont li {
  background-color: rgba(221, 33, 28, 0.9);
  width: 25%;
  height: 230px;
  color: #fff;
  border-left: 2px solid #fff;
}
.about-page .init-8 .container .list_cont li .box .num {
  font-weight: 500;
}
.about-page .init-8 .container .list_cont li .box .text_c {
  margin-left: 26px;
  font-family: 'Poppins';
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .right .des {
    margin-top: 10px;
  }
  .about-page .init-4 {
    padding: 90px 0;
  }
  .about-page .init-8 .container .list_cont li {
    width: 50%;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .left {
    display: none;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .about-page .init-1 .container .right .title {
    max-width: 100%;
  }
  .about-page .init-2 {
    background: #f5f4f4;
    background-image: none !important;
  }
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-2 .container .right {
    width: 100%;
  }
  .about-page .init-2 .container .right .play_cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    margin-top: 50px;
  }
  .about-page .init-4 .container .cont {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  .about-page .init-4 .container .cont .line {
    display: none;
  }
  .about-page .init-6 {
    background-image: none !important;
  }
  .about-page .init-6 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-6 .container .left .des {
    max-width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .left .index_line {
    display: none;
  }
  .about-page .init-2 .container .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .right img {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
  .about-page .init-3 .container .title_list .list {
    width: 33.33%;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 {
    padding: 40px 0;
  }
  .about-page .init-2 .container .left .des {
    margin-top: 20px;
  }
  .about-page .init-2 .container .right .play_cont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .about-page .init-3 .container .title_list .list {
    width: 100%;
  }
  .about-page .init-4 {
    padding: 40px 0;
  }
  .about-page .init-4 .container .cont {
    padding: 20px;
  }
  .about-page .init-4 .container .cont .s_page {
    margin-top: 20px;
  }
  .about-page .init-5 .container .slick {
    margin: 20px -4px 0 -4px;
  }
  .about-page .init-5 .container .slick li {
    padding: 0 4px;
  }
  .about-page .init-6 {
    padding: 40px 0;
  }
  .about-page .init-6 .container .left .more_c a {
    margin-top: 20px;
    padding: 6px 20px;
  }
  .about-page .init-6 .container .left .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-7 .container .slick {
    margin-top: 20px;
  }
  .about-page .init-7 .container .more_c {
    margin-top: 30px;
  }
  .about-page .init-7 .container .more_c a {
    padding: 6px 20px;
  }
  .about-page .init-7 .container .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-8 .container .list_cont li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .content_list {
    margin-top: 16px;
  }
  .about-page .init-8 .container .list_cont li {
    height: 160px;
  }
}
.history-page .init-1 .container {
  position: relative;
}
.history-page .init-1 .container .prev_btn,
.history-page .init-1 .container .next_btn {
  position: absolute;
  top: 76px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #f5f4f2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.history-page .init-1 .container .prev_btn img,
.history-page .init-1 .container .next_btn img {
  width: 14px;
  height: 8px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.history-page .init-1 .container .prev_btn:hover img,
.history-page .init-1 .container .next_btn:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.history-page .init-1 .container .prev_btn {
  left: 0;
}
.history-page .init-1 .container .prev_btn img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .init-1 .container .line {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.history-page .init-1 .container .slick .slick-track {
  margin-left: 0;
}
.history-page .init-1 .container .slick li .box .num {
  height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-top: 60px;
}
.history-page .init-1 .container .slick li .box .cir {
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px auto 0;
  width: 18px;
  height: 18px;
  padding-top: 6px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
}
.history-page .init-1 .container .slick li .box .cir div {
  border-radius: 50%;
  background-color: #39363d;
  width: 6px;
  height: 6px;
  margin: auto;
}
.history-page .init-1 .container .slick li .box .subline {
  width: 1px;
  height: 80px;
  background-color: #000000;
  margin: 10px auto 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
  font-size: 80px;
  font-weight: bold;
  padding-top: 0;
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .subline {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.history-page .init-2 .container .list_cont {
  width: 1000px;
  margin: auto;
  position: relative;
  height: 350px;
}
.history-page .init-2 .container .list_cont .list {
  z-index: 1;
  position: absolute;
  width: 620px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  opacity: 1;
  background-color: #4d84b5;
  color: #fff;
  font-weight: 500;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.history-page .init-2 .container .list_cont .list .cont {
  padding: 20px 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history-page .init-2 .container .list_cont .list .cont .num {
  font-size: 80px;
  line-height: 1;
}
.history-page .init-2 .container .list_cont .list .cont .title {
  font-size: 40px;
  margin-top: 14px;
}
.history-page .init-2 .container .list_cont .list .cont .des {
  font-size: 16px;
  margin-top: 16px;
}
.history-page .init-2 .container .list_cont .prev {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 27%;
}
.history-page .init-2 .container .list_cont .active {
  z-index: 2;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background-color: var(--color);
}
.history-page .init-2 .container .list_cont .next {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 73%;
}
@media (max-width: 1250px) {
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 60px;
    padding-top: 20px;
  }
}
@media (max-width: 1000px) {
  .history-page .init-2 .container .list_cont {
    width: 100%;
  }
  .history-page .init-2 .container .list_cont .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .container .slick li .box .num {
    height: 60px;
  }
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 36px;
  }
  .history-page .init-1 .container .line {
    top: 78px;
  }
  .history-page .init-1 .container .prev_btn {
    top: 54px;
  }
  .history-page .init-1 .container .next_btn {
    top: 54px;
  }
  .history-page .init-2 .container .list_cont .list .cont {
    padding: 16px;
  }
  .history-page .init-2 .container .list_cont .list .cont .num {
    font-size: 26px;
  }
  .history-page .init-2 .container .list_cont .list .cont .title {
    font-size: 18px;
  }
}
.factory-page .init-1 .container .column {
  vertical-align: middle;
}
.factory-page .init-1 .container .left {
  width: 54%;
}
.factory-page .init-1 .container .right {
  width: 46%;
  padding-left: 60px;
}
.factory-page .init-1 .container .right .tips {
  color: #8a8a8a;
  font-weight: 300;
  font-style: italic;
}
.factory-page .init-1 .container .right .title {
  font-weight: bold;
  margin-top: 6px;
}
.factory-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #767676;
  line-height: 2;
}
.factory-page .init-1 .container .right .s_page {
  margin-top: 30px;
}
.factory-page .init-1 .container .right .s_page li {
  display: inline-block;
  color: rgba(255, 255, 255, 0);
  width: 10px;
  height: 10px;
  background-color: #e3d2cb;
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.factory-page .init-1 .container .right .s_page li button {
  display: none;
}
.factory-page .init-1 .container .right .s_page li.slick-active {
  background-color: var(--color);
}
.factory-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.factory-page .init-2 .container .tip_des {
  color: #747474;
  font-weight: 300;
}
.factory-page .init-2 .container .tip_des {
  text-align: center;
  margin-top: 10px;
}
.factory-page .init-2 .container .index_line {
  height: 5px;
  margin: 20px auto 20px;
}
.factory-page .init-2 .container .content {
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
  padding: 36px 22px 0;
}
.factory-page .init-2 .container .content .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-2 .container .content .slick li {
  padding: 0 14px;
}
.factory-page .init-2 .container .content .slick li .box {
  position: relative;
  padding-left: 70px;
}
.factory-page .init-2 .container .content .slick li .box .num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .title {
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .subline {
  margin-top: 20px;
  width: 60px;
  height: 3px;
  background-color: #000000;
}
.factory-page .init-2 .container .content .slick li .box .right .des {
  color: #656565;
  margin-top: 20px;
}
.factory-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.factory-page .init-3 .container .left {
  width: 42%;
}
.factory-page .init-3 .container .right {
  width: 58%;
  padding-left: 30px;
}
.factory-page .init-3 .container .right .title {
  font-weight: bold;
}
.factory-page .init-3 .container .right .des {
  margin-top: 16px;
  text-align: justify;
  color: #444444;
}
.factory-page .init-3 .container .right .slick {
  margin: 50px -10px 0;
}
.factory-page .init-3 .container .right .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-3 .container .right .slick .slick-track li {
  padding: 0 10px;
}
.factory-page .init-3 .container .right .slick .slick-track li .img {
  display: block;
}
.factory-page .init-3 .container .right .slick .slick-track li .img img {
  display: block;
}
.factory-page .init-4 {
  text-align: center;
}
.factory-page .init-4 .container .title {
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.factory-page .init-4 .container .des {
  font-weight: 300;
  color: #444444;
  max-width: 630px;
  margin: 10px auto 0;
}
.factory-page .init-4 .container .index_line {
  margin: 20px auto 0;
  height: 5px;
  width: 124px;
  background-color: #000;
}
.factory-page .init-4 .container .slick {
  margin: 40px auto 0;
}
.factory-page .init-4 .container .slick li {
  padding: 0 14px;
}
.factory-page .init-4 .container .slick li a {
  display: block;
}
.factory-page .init-4 .container .slick li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.factory-page .init-5 .container .tips_title {
  font-weight: bold;
}
.factory-page .init-5 .container .des {
  color: #444444;
  margin-top: 24px;
  max-width: 945px;
  text-align: justify;
}
.factory-page .init-5 .container .video_list {
  margin-top: 40px;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
  height: 460px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
  margin-top: 30px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 260px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    bottom: 20px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    margin-top: 20px;
  }
  .factory-page .init-3 .container .left {
    display: none;
  }
  .factory-page .init-3 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .factory-page .init-4 .container .index_line {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    padding: 0 16px;
  }
}
@media (max-width: 500px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 54vw;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    font-size: 20px;
    margin-top: 10px;
  }
}
.honor-page .init-1 .container .content .more {
  width: auto;
  padding: 12px 40px;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #d9d9d9;
}
.honor-page .init-1 .container .content .more::before {
  background-color: #000;
}
.honor-page .init-1 .container .content .more.active {
  background-color: #000;
}
.honor-page .init-2 {
  margin-top: 30px;
}
.honor-page .init-2 .container .content ul {
  margin: 0 -10px;
}
.honor-page .init-2 .container .content ul li {
  margin-top: 40px;
  padding: 0 10px;
}
.honor-page .init-2 .container .content ul li .box a {
  display: block;
}
.honor-page .init-2 .container .content ul li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.honor-page .init-2 .container .content ul li .box .text {
  margin-top: 20px;
  /*text-align: center;*/
}
.honor-page .init-2 .container .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .honor-page .init-1 {
    display: none;
  }
}
@media (max-width: 500px) {
  .honor-page .init-2 {
    margin-top: 40px;
  }
  .honor-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .honor-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }
  .honor-page .init-2 .container .content ul li .box .text {
    margin-top: 10px;
  }
}
.contact-page .init-1 {
  position: relative;
}
.contact-page .init-1 .sub_img {
  position: absolute;
  width: 700px;
  top: 200px;
  right: -160px;
}
.contact-page .init-1 .container {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .column {
  vertical-align: middle;
}
.contact-page .init-1 .container .left {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 70px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 500;
  color: var(--color);
}
.contact-page .init-1 .container .left .title {
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
}
.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f8;
  font-size: 14px;
  border: none;
  margin-top: 14px;
  font-weight: 300;
}
.contact-page .init-1 .container .left form .mail,
.contact-page .init-1 .container .left form .phone {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
}
.contact-page .init-1 .container .left form .phone {
  margin-left: 16px;
}
.contact-page .init-1 .container .left form .more_c {
  margin-top: 14px;
}
.contact-page .init-1 .container .left form .more_c .more {
  cursor: pointer;
  padding: 16px 50px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  margin-right: 10px;
}
.contact-page .init-1 .container .left form .more_c .more::before {
  background-color: #000;
}
.contact-page .init-1 .container .right {
  padding: 0 0 0 80px;
}
.contact-page .init-1 .container .right .title {
  font-weight: bold;
}
.contact-page .init-1 .container .right .des {
  color: #888888;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .right .list_cont {
  margin-top: 10px;
}
.contact-page .init-1 .container .right .list_cont .list {
  margin-top: 30px;
}
.contact-page .init-1 .container .right .list_cont .list .column {
  vertical-align: top;
}
.contact-page .init-1 .container .right .list_cont .list .img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .img img {
  max-width: 30px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .init-1 .container .right .list_cont .list .text {
  margin: 2px 0 0 20px;
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-right: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2 {
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2.mt_20 {
  margin-top: 20px;
}
.contact-page .init-1 .container .right .list_cont .list .text .des_2 {
  margin-top: 10px;
  color: #6c6c6c;
}
.contact-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.contact-page .init-2 .container .index_line {
  margin: 10px auto 0;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.contact-page .init-2 .container .tip_des {
  margin-top: 24px;
  text-align: center;
  color: #444444;
}
.contact-page .init-2 .container .title_c {
  margin-top: 20px;
}
.contact-page .init-2 .container .title_c .list {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  background-color: var(--color);
  padding: 8px 40px;
  color: #fff;
}
.contact-page .init-2 .container .title_c .list:hover,
.contact-page .init-2 .container .title_c .list.active {
  background-color: #2a2a2a;
}
.contact-page .init-2 .container .list_cont {
  margin-top: 50px;
  display: none;
}
.contact-page .init-2 .container .list_cont .list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 18px;
}
.contact-page .init-2 .container .list_cont .list:first-child {
  margin-top: 0;
}
.contact-page .init-2 .container .list_cont .list .title {
  cursor: pointer;
  font-weight: bold;
  padding: 18px 66px 18px 30px;
}
.contact-page .init-2 .container .list_cont .list i {
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 26px;
}
.contact-page .init-2 .container .list_cont .list .content {
  color: #444444;
  padding: 20px 30px;
  display: none;
}
.contact-page .init-2 .container .list_cont .list.active .title {
  background-color: #ebebeb;
}
.contact-page .init-2 .container .list_cont .list.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contact-page .init-2 .container .list_cont.active {
  display: block;
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .contact-page .init-2 .container .title_c .list {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
  }
  .contact-page .init-1 .container .left form .mail,
  .contact-page .init-1 .container .left form .phone {
    width: 100%;
  }
  .contact-page .init-1 .container .left form .phone {
    margin-left: 0;
  }
  .contact-page .init-1 .container .right .list_cont .list .img {
    width: 40px;
    height: 40px;
  }
  .contact-page .init-1 .container .right .list_cont .list .img img {
    width: 20px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
    padding-left: 10px;
    margin-left: 0;
  }
}


.faq-page li .box {
  background-color: #eee;
}