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

}
.lh-9 {
    line-height: 1.9;
}
.lh-10 {
    line-height: 2;
}
.slick-slider:not(.slick-vertical) .slick-track .slick-slide>div {
    height: auto;
}

.sidebar{
  position: fixed;
  right: 20px;
  bottom: 220px;
  z-index: 21;
}

.sidebar-list{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background: var(--color);
    color: white;
    font-size: 24px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 80;
    margin-bottom: 20px;
}
.sidebar-list::last-child{
  margin-bottom: 0;
}

.sidebar-list:hover{
  background-color: #000;
}
.sidebar-list a{
  position: relative;
}
.sidebar-list a em{
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  font-size: 12px;
  color: var(--color);
  border:1px solid var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
    right: -5px;
    top: -5px;
}



#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header.active .h-top .container {
  height: 0;
  overflow: hidden;
}
#header .h-top {
  background-color: #ff5b2e;
}
#header .h-top .container {
  height: 50px;
  font-weight: 500;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  transition: height .5s;
}
#header .h-top .container .share a {
  margin-right: 10px;
}
#header .h-top .container .share a:last-child {
  margin-right: 0;
}
#header .nav {
  height: 100px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#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 {
  font-size: 18px;
  line-height: 1.8;
  color: black;
  margin-right: 70px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  font-weight: 500;
  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:last-child {
  margin-right: 0;
}
#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;
  min-width: 180px;
  width: auto;
  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;
    font-size: 16px;
  line-height: 30px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 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 .right {
  margin-left: 20%;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin: 0 25px;
}
#header .nav .ui.menu .right .h-inquiry {
    cursor: pointer;
}
.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
.search-box form input {
    background: none;
    outline: none;
    border: none;
}
.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
.search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#qrcode {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 20px;
  bottom: 160px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 22;
}
#qrcode:hover {
  background: #7d40d5;
}
#qrcode:hover .box {
  -webkit-transform: translateY(-50%) rotateY(0deg);
  -moz-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
  opacity: 1;
}
#qrcode .box {
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  right: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(-90deg);
  -moz-transform: translateY(-50%) rotateY(-90deg);
  transform: translateY(-50%) rotateY(-90deg);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#qrcode .box #ewm {
  width: 120px;
  height: 120px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
.slick-track .slick-slide>div {
   height:auto;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 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;
  left: 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;
  left: 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;
  line-height: 1.8;
  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;
      font-size: 16px;
    line-height: 30px;
}
#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: 14px;
  line-height: 28px;
}
#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 {
  left: 0;
}
#mobile.active:before {
  right: 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 {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -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;
}
#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;
}
.white {
  color: white;
}
.more.black {
  background-color: black;
}
.more.black::before {
  background-color: var(--color);
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 35px;
}
.more::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover::before {
  right: 0;
}
.more i {
  font-size: 18px;
  color: #000;
  width: 35px;
  height: 35px;
  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;
  border-radius: 50%;
  background-color: white;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.more span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: white;
  margin-right: 12px;
}
.h-title p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.h-title h3 {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.tit-font {
  font-weight: 700;
}
.tit-medium {
  font-weight: 500;
}
.txt-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  background-color: #fffaf6;
  margin-top: 50px;
  padding-bottom: 120px;
}
#banner .top {
  padding-top: 8.5%;
}
#banner .top .left {
  padding-left: 30px;
}
#banner .top .left .img1 {
  left: 0;
  top: -5px;
  will-change: transform;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#banner .top .left .img1 img{
  transform: rotate(31deg);
}
#banner .top .left .img2 {
  right: -19%;
  top: 30px;
}
#banner .top .left .img2:hover {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
#banner .top .center {
  max-width: 565px;
  padding-top: 10%;
}
#banner .top .center .imgs {
  margin-left: -60px;
}
#banner .top .right {
  padding-top: 5%;
  margin-right: -60px;
}
#banner .bottom ul {
  margin: 0 -15px;
}
#banner .bottom ul li {
  width: 33.3333333%;
  padding: 20px 15px 50px;
}
#banner .bottom ul li .box {
  height: 265px;
  width: 100%;
  border-radius: 140px;
  padding: 0 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: right;
}
#banner .bottom ul li .box a.more {
  height: 50px;
  padding: 0 20px;
}
#banner .bottom ul li .box a.more span {
  font-size: 16px;
}
#banner .bottom ul li.list1 .box {
  background-color: #f3e3d6;
  background-image: url("../images/client-bg-fig1.png");
  background-repeat: no-repeat;
  background-size: auto;
}
#banner .bottom ul li.list1 .box p {
  color: #ff5b2e;
}
#banner .bottom ul li.list1 .box a.more {
  background-color: #ff9f27;
}
#banner .bottom ul li.list2 .box {
  background-color: #e6dff1;
}
#banner .bottom ul li.list2 .box .img {
  right: 5%;
  bottom: -78px;
}
#banner .bottom ul li.list2 .box p {
  color: #844bd7;
}
#banner .bottom ul li.list2 .box a.more {
  background-color: #7d40d5;
}
#banner .bottom ul li.list3 .box {
  background-color: #f5ede0;
  background-image: url("../images/client-bg-fig3.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 30px;
}

#banner .bottom ul li.list4 .box {
  background-image: url("../images/client-bg-fig4.png");
  background-repeat: no-repeat;
  background-size: auto;
}
#banner .bottom ul li.list4 .box p {
  color: #844bd7;
}
#banner .bottom ul li.list4 .box a.more {
  background-color: #7d40d5;
}
#banner .bottom ul li.list3 .box p {
  color: #f12228;
}
#banner .bottom ul li.list3 .box a.more {
  background-color: #ff5b2e;
}
#index-body .homepage-1 {
  padding: 125px 0 145px;
}
@keyframes gt_top{
  0%{
    transform: translateY(0);
  }
  25%{
    transform: translateY(-20px);
  }
  50%{
    transform: translateY(0);
  }
  75%{
    transform: translateY(25px);
  }
  100%{
    transform: translateY(0);
  }
}
#index-body .homepage-1 .top .left .img .gt1{
  left:5%;
  top:38%;
  animation: gt_top 4s infinite ease;
}
#index-body .homepage-1 .top .left .img .gt2{
  left:10%;
  top:17%;
  animation: gt_top 4s infinite ease;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -20px;
}
#index-body .homepage-1 .bottom ul li {
  padding: 0 20px;
  width: 25%;
}
#index-body .homepage-1 .bottom ul li:nth-child(1) .box {
  background-color: #f49a9c;
}
#index-body .homepage-1 .bottom ul li:nth-child(2) .box {
  background-color: #ff9f27;
}
#index-body .homepage-1 .bottom ul li:nth-child(3) .box {
  background-color: #1c9049;
}
#index-body .homepage-1 .bottom ul li:nth-child(4) .box {
  background-color: #7d40d5;
}
#index-body .homepage-1 .bottom ul li .box {
  height: 145px;
  width: 100%;
  border-radius: 140px;
}
#index-body .homepage-2 {
  background-color: #7559b9;
}
#index-body .homepage-2 .container {
  padding: 75px 15px 90px;
  height: 480px;
  max-width: 1450px;
}
#index-body .homepage-2 .container .left .h-title span {
  color: white;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 4px;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
}
#index-body .homepage-2 .container .left p {
  max-width: 670px;
  margin: 25px 0 35px;
}
#index-body .homepage-2 .container .right {
  right: 15px;
  bottom: -80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-2 .container .right .icon {
  top: -45%;
  left: 40%;
}
#index-body .homepage-3 {
  padding: 130px 0 115px;
  background-color: #ffd8db;
}
#index-body .homepage-3 .container {
  max-width: 1450px;
}
#index-body .homepage-3 .container .top .pro-nav ul {
  margin: 0 -10px;
}
#index-body .homepage-3 .container .top .pro-nav ul li {
  padding: 0 10px;
}
#index-body .homepage-3 .container .top .pro-nav ul li.active a {
  color: var(--color);
}
#index-body .homepage-3 .container .top .pro-nav ul li a {
  font-size: 18px;
  text-transform: uppercase;
  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;
  height: 60px;
  padding: 0 30px;
  border-radius: 35px;
  background-color: white;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-3 .container .bottom {
  margin-top: 75px;
}
#index-body .homepage-3 .container .bottom .list_box {
  display: none;
}
#index-body .homepage-3 .container .bottom ul {
  margin: -36px -12px;
}
#index-body .homepage-3 .container .bottom .list_box.active{
  display: block;
}
#index-body .homepage-3 .container .bottom ul li {
  padding: 36px 12px;
}
#index-body .homepage-3 .container .bottom ul li a.img {
  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;
  height: 335px;
  border-radius: 15px;
  background-color: white;
}
#index-body .homepage-3 .container .bottom ul li a.img img {
  width: auto;
}
#index-body .homepage-3 .container .bottom ul li h4 {
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 110px;
}
#index-body .homepage-3 .container .bottom ul li h4:hover {
  color: var(--color);
}
#index-body .homepage-4 {
  padding: 105px 0 0;
}

#index-body .homepage-4 .left {
  width: 53%;
  padding-top: 55px;
  position: relative;
}
#index-body .homepage-4 .left .gt {
  position: absolute;
  left: -webkit-calc(100% - 30px);
  left: -moz-calc(100% - 30px);
  left: calc(100% - 30px);
  top: -10px;
  transition: all 0.5s;
  display: block;
  width: fit-content;
  height: fit-content;
}
#index-body .homepage-4 .left .gt img{
  max-width: unset;
}
#index-body .homepage-4 .left .gt:hover{
  transform: rotate(45deg);
}
#index-body .homepage-4 .left ul {
  width: 100%;
}
#index-body .homepage-4 .left ul li {
  width: 100%;
  max-height: 100px;
  padding: 30px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#index-body .homepage-4 .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-4 .left ul li.active {
  max-height: 600px;
}
#index-body .homepage-4 .left ul li.active .title {
  margin-bottom: 25px;
}
#index-body .homepage-4 .left ul li.active .title i {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .homepage-4 .left ul li.active .text {
  max-height: 450px;
}
#index-body .homepage-4 .left ul li .title {
  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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 .left ul li .title h4 {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  font-weight: 600;
}
#index-body .homepage-4 .left ul li .title i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 .left ul li .text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 .right {
  max-width: 40%;
}
#index-body .homepage-5 {
  padding: 100px 0 200px;
}
#index-body .homepage-5 .bottom {
  margin-top: 70px;
}
#index-body .homepage-5 .bottom ul li .box {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f4f4f4;
}
#index-body .homepage-5 .bottom ul li .box a.img {
  width: 37%;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-5 .bottom ul li .box a.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-5 .bottom ul li .box .text {
  width: 63%;
  padding: 40px 40px 0;
}
#index-body .homepage-5 .bottom ul li .box .text a.more {
  background-color: #7d40d5;
}
#footer {
  background: url('../images/footer-bg.png') no-repeat;
  background-size: cover;
  padding-top: 145px;
  position: relative;
}
#footer .container {
  max-width: 1450px;
}
#footer .top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer .top .box {
  height: 140px;
  width: 100%;
  background-color: var(--color);
  border-radius: 85px;
  position: relative;
}
#footer .top .box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#footer .top .box form input[type='text'] {
  width: 260px;
  border: none;
  padding: 0 15px 5px 0;
  background-color: transparent;
  font-size: 18px;
  color: white;
  border-bottom: 1px solid white;
  font-weight: 500;
  margin: 0 14px;
}
#footer .top .box form input[type='text']:first-child {
  margin-right: 20px;
}
#footer .top .box form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .top .box form input[name='content']{
  padding-right: 40px;
}
#footer .top .box form input[type='submit'] {
  width: 31px;
  height: 30px;
  border: none;
  background: url("../images/submit.png") no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#footer .top .box .img1 {
  position: absolute;
  left: 60px;
  bottom: -1px;
}
#footer .top .box .img2 {
  position: absolute;
  right: 60px;
  bottom: -34px;
}
#footer .center {
  padding: 0 15px 50px;
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center ul li.logo {
  max-width: 480px;
}
#footer .center ul li.logo #ewm{
  width: fit-content;
  margin: 0 auto 20px;
}
#footer .center ul li.logo #ewm img,
#footer .center ul li.logo #ewm canvas{
  width: 140px;
  height: 140px;
  border:8px solid white;
}
#footer .center ul li.logo .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .center ul li.logo .share a {
  width: 25px;
  height: 25px;
  color: #fff;
  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;
  margin-right: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}
#footer .center ul li.logo .share a:nth-child(1) {
  background-color: #2f5096;
}
#footer .center ul li.logo .share a:nth-child(2) {
  background-color: #28a6df;
}
#footer .center ul li.logo .share a:nth-child(3) {
  background-color: #3ab034;
}
#footer .center ul li.logo .share a:nth-child(4) {
  background-color: #d5307c;
}
#footer .center ul li.logo .share a:nth-child(5) {
  background-color: #fe2b54;
}
#footer .center ul li.logo .share a:last-child {
  margin-right: 0;
}
#footer .center ul li.logo .share a i {
  font-size: 16px;
}
#footer .center ul li.link {
  width: 250px;
}
#footer .center ul li.link span {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.contact {
  max-width: 275px;
  color: white;
}
#footer .center ul li.contact span {
  margin-bottom: 22px;
}
#footer .center ul li.contact span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link,
#footer .center ul li.contact {
  padding-top: 90px;
}
#footer .center ul li h4 {
  font-size: 22px;
  line-height: 1.6;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .center ul li span {
  font-size: 18px;
  line-height: 1.8;
  color: white;
  display: block;
  font-weight: 300;
}
#footer .bottom {
  background-color: var(--color);
}
#footer .bottom .container {
  height: 50px;
}
#footer .bottom .container span {
  font-size: 16px;
  line-height: 30px;
  color: white;
  font-weight: 300;
}
#footer .bottom .container span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  margin-left: 5px;
}
.shouye h1{
  display: inline;
}
.font-18{
  line-height: 1.8;
}
.font-20{
  line-height: 1.8;
}
.syxwbt{
  min-height: 3em;
}
.font-16{
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .right {
    margin-left: 16%;
  }
  #banner .top .left .img {
    max-width: 450px;
  }
  .h-title h3 {
    font-size: 40px;
  }
  #banner .top .center {
    max-width: 470px;
    padding-top: 5%;
  }
  #banner .top .right {
    padding-top: 8%;
    margin-right: -60px;
    max-width: 355px;
  }
  #banner .top {
    padding-top: 11.5%;
  }
  #banner .top .left .img2 {
    right: -12%;
    top: 15px;
    max-width: 120px;
  }
  #banner .bottom ul li .box {
    height: 200px;
  }
  #banner .bottom ul li.list2 .box .img {
    right: 3%;
    bottom: -78px;
  }
  #banner .bottom ul li.list3 .box{
    background-position-x: 0;
  }
  #banner .bottom ul li.list1 .box {
    background-position-x: -30px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  #banner .top .left .img {
    max-width: 300px;
  }
  #banner .top .left .img1 img {
    max-width: 150px;
  }
  #banner .bottom ul li .box {
    height: 200px;
    background-position-x: 75%;
  }
  #banner .bottom ul li.list2 .box .img {
    right: -6%;
    bottom: -90px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #banner .bottom ul li.list3 .box {
    background-position-x: -60px;
    background-position-y: -60px;
  }
  #index-body .homepage-2 .container .left {
    max-width: 80%;
  }
  #index-body .homepage-2 .container .left {
    max-width: 46%;
  }
  #index-body .homepage-2 .container .right {
    max-width: 65%;
  }
  #index-body .homepage-4 .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .top .box .img2 {
    right: 15px;
  }
  #footer .top .box .img1 {
    left: 4px;
  }
  #footer .center ul li span {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .top .right {
    display: none;
  }
  #banner .bottom ul li .box a.more span {
    font-size: 14px;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .bottom ul li .box {
    padding: 0 45px;
  }
  #banner .top .center .imgs img {
    max-width: 160px;
  }
  #banner .top .center .imgs {
    margin-left: 0;
    margin-top: 30px;
  }
  #index-body .homepage-1 .top .right {
    padding-right: 0;
  }
  #footer .top .box img {
    display: none;
  }
  #footer .center ul li.logo {
    max-width: 380px;
  }
}
@media screen and (max-width: 1000px) {

  #footer .center ul li.logo #ewm{
    margin-left: 0;
  }
  .font-40{
    font-size: 20px;
line-height: 36px;
  }
  .font-36{
    font-size: 20px;
line-height: 36px;
  }
  .font-18{
      font-size: 16px;
  line-height: 30px;
  }
  .font-16{
    line-height: 2;
  }
  .font-30{
    line-height: 2;
  }
    .font-22{
    line-height: 2;
  }
  .syxwbt{
    min-height:4em;
  }
  .font-20{
      font-size: 16px;
  line-height: 30px;
  }
  #index-body .homepage-3 .container .top .pro-nav ul li a {
    padding: 10px 35px;
    border-radius: 60px;
    height: auto;
  }
  #index-body .homepage-3 .container .top .pro-nav ul li{
    width: 50%;
    margin: 10px 0;
  }
  #banner .top .left .img {
    max-width: 225px;
  }
  .h-title h3 {
    font-size: 30px;
  }
  #banner .top .center {
    max-width: 335px;
    padding-top: 0;
  }
  #banner .bottom ul li {
    width: 70%;
    margin-bottom: 60px;
  }
  #banner .bottom ul li:nth-child(2n) {
    margin-left: auto;
  }
  #banner .bottom ul li:last-child {
    margin-bottom: 0;
  }
  #banner .bottom ul li .box {
    height: 180px;
  }
  #banner .bottom {
    margin-top: 60px;
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
  }
  #index-body .homepage-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-1 .bottom ul li {
    width: 50%;
    margin: 20px 0;
  }
  #index-body .homepage-1 {
    padding: 90px 0;
  }
  #index-body .homepage-3 .container .top .pro-nav {
    margin-top: 30px;
  }
  #index-body .homepage-4 .right {
    display: none;
  }
  #index-body .homepage-2 .container .right .icon {
    top: -115%;
    left: 23%;
  }
  #index-body .homepage-4 .left {
    width: 100%;
  }
  #index-body .homepage-4 .left .h-title {
    max-width: 50%;
  }
  #index-body .homepage-4 .left .gt {
    left: 64%;
  }
  #index-body .homepage-4 {
    padding: 60px 0 0;
  }
  #footer .top .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .top .box h2 {
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .center ul li.logo {
    text-align: left;
  }
  #footer .center ul li.logo .share {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #footer .center ul li.link,
  #footer .center ul li.contact {
    padding-top: 0;
  }
  #footer .center {
    padding: 0 15px 50px;
  }
  #footer .bottom .container {
    height: auto;
    padding: 15px;
  }
  #footer .bottom .container span {
    text-align: center;
  }
  #banner .bottom ul li.list1 .box {
    background-position-x: -140px;
  }
  #banner .bottom ul li.list3 .box {
    background-position-x: -130px;
    background-position-y: -55px;
  }
}
@media screen and (max-width: 700px) {
    .seoPublic .Auxil-news{
    padding: 60px 0 !important;
  }
    #footer .center ul li.logo #ewm{
    margin-left: auto;
  }
  #index-body .homepage-3 .container .top .pro-nav ul li{
    width: 100%;
  }
  #banner .top .left {
    display: none;
  }
  #banner .top .center {
    max-width: 100%;
  }
  #banner .bottom ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-1 .bottom ul li .box {
    height: 100px;
  }
  #index-body .homepage-2 .container {
    height: auto;
  }
  #index-body .homepage-2 .container .left {
    max-width: 100%;
  }
  #index-body .homepage-2 .container .right {
    position: relative;
    right: unset;
    bottom: unset;
    max-width: 100%;
    margin-top: 60%;
  }
  #index-body .homepage-3 {
    padding: 90px 0;
  }
  #index-body .homepage-4 .left .gt {
    left: 56%;
    top: 0;
  }
  #index-body .homepage-5 .top a.more {
    margin-top: 40px;
  }
  #footer .top {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-5 {
    padding: 80px 0;
  }
  #footer {
    padding-top: 85px;
  }
  #footer .top .box {
    height: auto;
    border-radius: 10px;
    padding: 60px 15px;
    margin-bottom: 60px;
  }
  #footer .top .box form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .top .box form input[type='text'] {
    width: 100%;
    margin: 0 0 30px;
  }
  #footer .top .box form input[type='text']:nth-last-child(2) {
    margin-bottom: 0;
  }
  #footer .top .box form input[type='text']:first-child {
    margin: 0;
  }
  #footer .top .box h2 {
    font-size: 24px;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    margin-top: 60px;
    text-align: center;
  }
  #footer .center ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .center ul li.logo {
    max-width: 100%;
    text-align: center;
  }
  #footer .center ul li.logo .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .container span {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .homepage-4 {
    display: none;
  }
      #banner .bottom ul li.list1 .box {
        background-position-x: -30px;
    }
    #banner .bottom ul li.list3 .box {
        background-position-x: -30px;
        background-position-y: -40px;
    }
}
@media screen and (max-width: 500px) {
  .h-title h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .h-title p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  #banner .top .center .imgs img {
    max-width: 120px;
  }
  #banner .bottom ul li .box {
    height: 180px;
  }
  #banner .bottom ul li.list1 .box,
  #banner .bottom ul li.list3 .box {
    background-position-x: 50%;
  }
  #banner {
    padding-bottom: 75px;
  }
  #index-body .homepage-1 .bottom ul li {
    width: 100%;
  }
  #index-body .homepage-1 .bottom ul li .box h3 {
    font-size: 40px;
  }
  #index-body .homepage-1 {
    padding: 90px 0 65px;
  }
  #index-body .homepage-2 .container .right .icon {
    max-width: 215px;
  }
  #index-body .homepage-3 .container .top .pro-nav ul li {
    margin: 10px 0;
  }
  #index-body .homepage-5 .bottom ul li .box {
    height: auto;
  }
  #index-body .homepage-5 .bottom ul li .box a.img {
    width: 100%;
  }
  #index-body .homepage-5 .bottom ul li .box .text {
    width: 100%;
    padding: 40px;
  }
  #footer .top .box h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}






























.inner-banner {
  position: relative;
  height: auto;
  padding:15% 0 12%;
}

.inner-banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-attachment: fixed;
}

.inner-banner .box {
  z-index: 2;
  position: relative;
  color: white;
}

.inner-banner .box .mbx {
  font-size: 18px;
  line-height: 32px;
}

.inner-banner .box h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.inner-banner .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.product-page .product-1 {
  padding: 100px 0;
}

.product-page .slideBar .left.column {
  width: 75%;
  padding-right: 50px;
}
.product-page .slideBar .left.column h1{
  font-weight: 700;
}
.product-page .product-1 .left .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page .product-1 .left .top h1 {
  width: 60%;
  padding-right: 50px;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.product-page .product-1 .left .top .catgory {
  width: 40%;
  height: 48px;
  position: relative;
}

.product-page .product-1 .left .top .catgory span {
  height: 100%;
  ;
  line-height: 50px;
  width: 100%;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
}

.product-page .product-1 .left .top .catgory span i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .product-1 .left .top .catgory ul {
  position: absolute;
  box-shadow: 0px 3px 7px 3px rgb(0 0 0 / 8%);
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 3;
  /*border: 1px solid rgba(0,0,0,0.2);*/
  display: none;
}

.product-page .product-1 .left .top .catgory ul li {
  font-size: 16px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-1 .left .top .catgory ul li a {
  display: block;
}

.product-page .product-1 .left .top .catgory ul li:hover {
  background: var(--color);
  color: white;
}

.product-page .product-1 .left .Auxil-catdes {
  font-size: 16px;
  margin: 30px 0;
  color: #8e8e8e;
  line-height: 30px;
}

.product-page .product-1 .list {
  margin-top: 10px;
}

.product-page .product-1 .list ul {
  margin: -15px;
}

.product-page .product-1 .list ul li {
  padding: 15px;
}

.product-page .product-1 .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-1 .list ul li .box .more{
  margin: 0 auto;
}
.product-page .product-1 .list ul li .box .more:visited,
.product-page .product-1 .list ul li .box .more:link {
  background: var(--color);
}

.product-page .product-1 .list ul li .box .cat_name {
  font-size: 14px;
  line-height: 2;
  color: #8e8e8e;
  margin-top: 25px;
}

.product-page .product-1 .list ul li .box .h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  margin: 15px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 100px;
  overflow: hidden;
}

.product-page .product-1 .list ul li .box .des {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #8e8e8e;
}

.product-page .product-1 .list ul li .box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.product-page .product-1 .list ul li .box:hover .h4 {
  color: var(--color);
}

.product-page .slideBar .right.column {
  width: 25%;
  position: sticky;
  top: 160px;
}

.product-page .slideBar .right .h3 {
  font-size: 28px;
  font-weight: 700;
}

.product-page .slideBar .right ul.nav li {
font-size: 18px;
line-height: 32px;
}

.product-page .slideBar .right ul.nav li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .slideBar .right ul.nav li.active>a,
.product-page .slideBar .right ul.nav li:hover>a {
  color: var(--color);
}

.product-page .slideBar .right ul.list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .img {
  width: 35%;
  vertical-align: middle;
}

.product-page .slideBar .right ul.list li .img img {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .txt {
  width: 65%;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
}

.m-page {
  margin-top: 60px;
}

.m-page span,
.m-page a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
  border-color: transparent;
}
.prodet-page .prodet-1 {
  padding: 100px 0;
}

.prodet-page .prodet-1 .left .big_img ul li {
  padding: 3px;
}

.prodet-page .prodet-1 .left .big_img ul li img {
  margin: auto;
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-1 .left .content {
  padding-left: 30px;
  color: #8e8e8e;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
}

.prodet-page .prodet-1 .left .content h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
.prodet-page .prodet-1 .left .content h5{
  color: var(--color);
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content .des {
  font-size: 18px;
  line-height: 1.8;
  color: #8e8e8e;
  margin: 20px 0;
  max-height: 400px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: var(--color);
  /*margin-right: 20px;*/
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}

.prodet-page .prodet-2 ul.tab li a {
  display: block;
  color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
  background: #f7f5f5;
}

.prodet-page .prodet-2 ul.tab li.active a {
  color: #000;
}

.prodet-page .prodet-2 .content {
  background: #f7f5f5;
  padding: 50px;
  font-size: 16px;
}

.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.prodet-page .prodet-3 form {
  margin-top: 30px;
}

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type="submit"] {
  width: auto;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  padding: 0 35px;
  color: white;
}

.about-page {
  background: #fffaf6;
}

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

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

.about-page .about-1 .left .des {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  margin: 20px 0 30px;
}

.about-page .about-1 .right {
  text-align: right;
}

.about-page .about-1 .right .box {
  margin-left: auto;
  text-align: left;
  background: white;
  padding: 30px;
  border-radius: 30px;
  max-width: 700px;
}

.about-page .about-1 .right .h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-page .about-1 .right ul li {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #8e8e8e;
  margin-bottom: 20px;
}

.about-page .about-1 .right ul li:last-child {
  margin-bottom: 0;
}

.about-page .about-1 .right ul li::before {
  content: "\f046";
  color: var(--color);
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 6px;
}

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

.about-page .about-2 video {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}

.about-page .about-3 {
  padding-bottom: 80px;
  text-align: center;
}

.about-page .about-3 .aboutBox {
  position: relative;
}

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

.about-page .about-3 .list ul li {
  padding: 0 15px;
}

.about-page .about-3 .list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.about-page .about-3 .list ul li a img {
  display: block;
  width: 100%;
}

.about-page .about-3 .list ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.about-page .about-3 .list ul li a h6 {
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px 15px;
  text-align: center;
  background: var(--color);
  color: white;
  font-weight: 500;
  font-size: 18px;
  /*text-transform: uppercase;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.about-page .about-3 .list ul li a:hover:after {
  opacity: 1;
}

.about-page .about-3 .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.about-page .about-3 .button-prev {
  left: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-3 .button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  left: 1.5em;
  position: relative;
  top: 21px;
}

.about-page .about-3 .button-next {
  right: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-3 .button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  right: 1.7em;
  top: 20px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.about-page .about-3 .button-next:after,
.about-page .about-3 .button-prev:after {
  content: '';
  width: 4.8em;
  height: 4.3em;
  background: url(../images/icon-arrow-bg.png) center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: inherit !important;
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-3 .button-next:after {
  left: auto;
  right: 0;
}

.about-page .about-5 .title,
.about-page .about-4 .title,
.about-page .about-3 .title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
}

.about-page .about-4 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-4 .container{
  max-width: 1450px;
}
.about-page .about-4 .list {
  margin: 50px -90px 0;
  background: url(../images/bolang.png) no-repeat;
  background-position: center;
}

.about-page .about-4 .list ul {}

.about-page .about-4 .list ul li {
  padding: 30px;
}

.about-page .about-4 .list ul li .box {
  position: relative;
  text-align: left;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-page .about-4 .list ul li.swiper-slide-active+li+li .box,
.about-page .about-4 .list ul li.swiper-slide-active .box,
.about-page .about-4 .list ul .slick-current+div+div li .box,
.about-page .about-4 .list ul .slick-current li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.about-page .about-4 .list ul li .box span {
  font-weight: 600;
  font-size: 28px;
  color: var(--color);
  line-height: 2;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  display: inline-block;
}

.about-page .about-4 .list ul li .box span:after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid white;
  position: absolute;
  bottom: -30px;
  left: 30px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
}

.about-page .about-4 .list ul li .box .content {
  padding: 25px;
  border-radius: 14px;
  background: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.about-page .about-4 .list ul li .box .content i {
  display: block;
  height: 54px;
  line-height: 54px;
}

.about-page .about-4 .list ul li .box .content i img {
  display: block;
  max-height: 100%;
}

.about-page .about-4 .list ul li .box .content h6 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin: 15px 0;
  line-height: 2;
}

.about-page .about-4 .list ul li .box .content .text {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}

.about-page .about-4 .list ul li .box .content+span {
  margin-bottom: 0;
  margin-top: 30px;
}

.about-page .about-4 .list ul li .box .content+span:after {
  border-bottom: none;
  border-top: 22px solid white;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  top: -30px;
}

.about-page .about-4 .list ul li.swiper-slide-active+li+li .box span,
.about-page .about-4 .list ul li.swiper-slide-active .box span,
.about-page .about-4 .list ul .slick-current+div+div li .box span,
.about-page .about-4 .list ul .slick-current li .box span {
  margin-bottom: 0;
  margin-top: 30px;
}

.about-page .about-4 .list ul li.swiper-slide-active+li+li .box span::after,
.about-page .about-4 .list ul li.swiper-slide-active .box span::after,
.about-page .about-4 .list ul .slick-current+div+div li .box span::after,
.about-page .about-4 .list ul .slick-current li .box span::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  top: -31px;
  left: 30px;
}

.about-page .about-4 .list {
  margin: 50px -30px 0;
}

.about-page .about-4 .swiper-button-next img,
.about-page .about-4 .swiper-button-prev img {
  max-width: none;
  position: absolute;
  top: 38%;
  width: 8.4em;
  z-index: 1;
}
.about-page .about-4 .swiper-button-next,
.about-page .about-4 .swiper-button-prev{
  background-color: var(--color);
  border-radius: 50%;
}
.about-page .about-4 .swiper-button-prev {
  left: -10%;
  width: auto;
  height: auto;
}

.about-page .about-4 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  left: 1.5em;
}

.about-page .about-4 .swiper-button-next {
  right: -10%;
  width: auto;
  height: auto;
}

.about-page .about-4 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  right: 1.5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-page .about-4 .swiper-button-next:after,
.about-page .about-4 .swiper-button-prev:after {
  content: '';
  width: 4.8em;
  height: 4.3em;
  background: url(../images/icon-arrow-bg.png) center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: inherit !important;
}

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

.about-page .about-5 .txt {
  text-align: center;
  font-size: 17px;
  color: #8e8e8e;
  max-width: 1600px;
  margin: 10px auto 40px;
}

.about-page .about-5 ul {
  margin: -15px;
  margin-top: 30px;
}

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

.about-page .about-5 ul li .box {
  background: white;
  border-radius: 30px;
  padding: 30px 0 0 30px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.about-page .about-5 ul li .box .h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  padding-right: 20px;
}

.about-page .about-5 ul li .box .des {
  font-size: 16px;
  line-height: 1.8;
  color: #8e8e8e;
  padding-right: 20px;
  margin: 15px 0 20px;
}

.about-page .about-5 ul li .box .img {
  border-radius: 30px;
  overflow: hidden;
  width: -webkit-calc(100% + 5.6em);
  width: -moz-calc(100% + 5.6em);
  width: calc(100% + 5.6em);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-bottom: -15px;
}

.about-page .about-5 ul li .box .img img {
  width: 100%;
}

.about-page .about-5 ul li .box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.about-page .about-5 ul li .box:hover .img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-page .about-6 ul li a {
  border-radius: 0;
}

.about2-page .about-1 {
  position: relative;
  /*background-image:url(../images/difference-top.png);*/
  background-repeat: no-repeat;
  background-position: center bottom;
}

.about2-page .about-1 .left {
  vertical-align: middle;
  padding-right: 60px;
}

.about2-page .about-1 .right {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NTIuMTYgNzE4LjIzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlNWRzwvdGl0bGU+PHBhdGggaWQ9Il9QYXRoXyIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTgyMi40OSwxNy4zOWMtNTMuMjcsMzEuNjYtNTguMzUsNjguMzYtOTIsMTE2LjUxLTIwLjU3LDI5LjQtNzAuMTQsNzIuMDYtMTE5LDE1LTMwLTM1LTc1LjY5LTY1LjQtMTIzLjI5LTU4LjM1QzMzMS43MywxMTMuNzQsMzcyLjI1LDI3NC40NywyNjcsMzAzLjExYy01MiwxNC4xNC0xMDYtMTEuMzItMTU4LjctMi40NEM2MS43NCwzMDguNTIsMTkuODksMzQzLDUuNDksMzg3LjkzYy0xNy45Myw1NS45NS0zMy40LDM1NC43OCw2NzEuMTksMzAwLjM4Qzg0OC43OSw2NzUsOTUyLjE2LDcxOC4yMyw5NTIuMTYsNzE4LjIzVjE4LjcxQzkxNi41LTYuMDYsODYxLjc4LTYsODIyLjQ5LDE3LjM5WiIvPjwvc3ZnPg==);
  -webkit-mask-position: right;
  -webkit-mask-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
}

.about2-page .about-1 .ui.container {
  max-width: 100%;
  padding: 0 0 0 12%;
}

.about2-page .about-1 .circle {
  position: absolute;
  right: 10%;
  top: 11%;
}

.about2-page .about-3 {

  background-color: white;
  position: relative;
}

.about2-page .about-3 .ui.container {
  z-index: 2;
}

/*.about2-page .about-3::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image:url(../images/difference-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}*/
.about3-page {
  background: #f7f5f5;
}

.about3-page .about-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}

.about3-page .about-1 .left {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  vertical-align: middle;
}

.about3-page .about-1 .right {
  vertical-align: middle;
  position: relative;
}

.about3-page .about-1 .right .i-title {
  margin: 17px 0 18px;
}

.about3-page .about-1 .right .content {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  margin-bottom: 42px;
}

.about3-page .about-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.about3-page .about-1 .right ul li {
  text-align: center;
}

.about3-page .about-1 .right ul li p {
  font-size: 24px;
  margin-top: 14px;
}

.about3-page .about-1 .right .flower {
  position: absolute;
  right: -10px;
  top: -90px;
  width: 181px;
  height: 164px;
  text-align: center;
  background: url(../images/hello-bg.png) no-repeat center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about3-page .about-2 {
  background: white;
}

.about3-page .about-2 ul li {
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about3-page .about-2 ul li h4 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about3-page .about-2 ul li .text img {
  border-radius: 20px;
}

.about3-page .about-2 ul li .text {
  vertical-align: bottom;
  width: 45%;
}

.about3-page .about-2 ul li .honor {
  vertical-align: bottom;
  width: 55%;
}

.about3-page .about-2 ul li:nth-child(2n-1) .honor {
  padding-left: 65px;
}

.about3-page .about-2 ul li:nth-child(2n) .honor {
  padding-right: 65px;
}

.service-page {
  background: #fffaf6;
}

.service-page .service-1 {
  padding: 100px 0 80px;
}

.service-page .service-1 .tag {
  color: var(--color);
}

.service-page .service-1 .txt {
  text-align: center;
  font-size: 18px;
  max-width: 950px;
  margin: 0 auto 40px;
  color: #8e8e8e;
}

.service-page .service-1 ul {
  margin: -15px;
}

.service-page .service-1 ul li {
  padding: 15px;
}

.service-page .service-1 ul li .box {
  position: relative;
  background: white;
  border-radius: 30px;
  padding: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-1 ul li .box .icon {
  width: 80px;
}

.service-page .service-1 ul li .box .content {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
}

.service-page .service-1 ul li .box .h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  /*min-height: 58px;*/
}

.service-page .service-1 ul li .box .des {
  font-size: 15px;
  margin-top: 10px;
  color: #8e8e8e;
  min-height: 68px;
}

.service-page .service-1 ul li .box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.service-page .service-2 {
  padding: 0;
}
.service-page .service-2 .container{
  max-width: 1450px;
}
.service-page .service-2 .wrap {
  margin: -50px;
}

.service-page .service-2 .wrap .column {
  padding: 50px;
  vertical-align: middle;
}

.service-page .service-2 .content {
  width: 100%;
  position: relative;
  margin: 75px 0;
}

.service-page .service-2 .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*-webkit-mask-position: left;
    mask-position: left;*/
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-page .service-2 .box .h4 {
  font-size: 26px;
  font-weight: 500;
  z-index: 3;
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.service-page .service-2 .box .img {
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.service-page .service-2 .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  background: white;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 100%;
  text-align: center;
}

.service-page .service-2 .icon img {
  vertical-align: middle;
}

.service-page .service-2 .box:hover .img {
  opacity: 1;
}

.service-page .service-3 {
  padding: 0 0 60px;
}

.service-page .service-3 .ui.container {
  max-width: 100%;
  padding: 0;
}

.service-page .service-3 .left {
  /*-webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgaWQ9IkxheWVyXzEiCiAgIGRhdGEtbmFtZT0iTGF5ZXIgMSIKICAgdmlld0JveD0iMCAwIDk1MCA3NDYiCiAgIHZlcnNpb249IjEuMSIKICAgc29kaXBvZGk6ZG9jbmFtZT0id2F2eV9sZWZ0X2NpcmNsZS5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMiAoZGMyYWVkYWYwMywgMjAyMi0wNS0xNSkiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3MTU4IgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzAwMDAwMCIKICAgICBib3JkZXJvcGFjaXR5PSIwLjI1IgogICAgIGlua3NjYXBlOnNob3dwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZWNoZWNrZXJib2FyZD0iMCIKICAgICBpbmtzY2FwZTpkZXNrY29sb3I9IiNkMWQxZDEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjAuMzE2MzUzODkiCiAgICAgaW5rc2NhcGU6Y3g9IjQ3NC4xNTI1NCIKICAgICBpbmtzY2FwZTpjeT0iMzczIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ0MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI4MzciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9IkxheWVyXzEiIC8+CiAgPGRlZnMKICAgICBpZD0iZGVmczE1MSI+CiAgICA8c3R5bGUKICAgICAgIGlkPSJzdHlsZTE0OSI+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlCiAgICAgaWQ9InRpdGxlMTUzIj5TVkc8L3RpdGxlPgogIDxjaXJjbGUKICAgICBpZD0iX1BhdGhfIgogICAgIGRhdGEtbmFtZT0iJmx0O1BhdGgmZ3Q7IgogICAgIGNsYXNzPSJjbHMtMSIKICAgICBjeD0iLTMxMC4yNDM0MSIKICAgICBjeT0iODkuMjYwMDAyIgogICAgIHI9Ijg4LjIyMDAwMSIKICAgICB0cmFuc2Zvcm09InNjYWxlKC0xLDEpIiAvPgogIDxwYXRoCiAgICAgaWQ9Il9QYXRoXzIiCiAgICAgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiCiAgICAgY2xhc3M9ImNscy0xIgogICAgIGQ9Ik0gMC4zMzMzOTg3MywzMi4wOCBDIDUxLjkzMzM5OSw5IDEzMy43ODM0LDUuNjEgMTc1Ljg3MzQsMTIwLjg1IGMgNjEsMTY3IDE5NC4yMiw5NS45NSAyNzguODYsMzEuNzYgMTA5LjE0LC04Mi43NyAyMjcuMTQsLTI4Ljc3IDI3NSwxMDguMjIgNDYuNjMsMTMzLjUgOTguMyw1OS41MiAxNjkuNiw5OS4yNCA4NC43OCw0Ny4yMiA2Ni40MiwyMTguNTggLTg0LjMsMjQzLjcxIC0xNjguMjQsMjguMDYgLTI1OS44NCwtMjAuNzEgLTQwOS45LDc0LjI3IC0xNzIuODksMTA5LjQzIC0zMzIuMzcwMDAxLDU5LjU0IC00MDQuODMwMDAxMjcsMjUuMzYgeiIgLz4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExNjAiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6dGl0bGU+U1ZHPC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+Cjwvc3ZnPgo=);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;*/
  vertical-align: middle;
}

.service-page .service-3 .right {
  padding-right: 12%;
  padding-left: 80px;
  vertical-align: middle;
}

.service-page .service-3 .right .box {
  background: white;
  padding: 30px;
  border-radius: 30px;
}

.service-page .service-3 .right .h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.service-page .service-3 .right form textarea,
.service-page .service-3 .right form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.service-page .service-3 .right form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.service-page .service-3 .right form input[type=submit] {
  width: auto;
  border: none;
  border-radius: 0 25px 25px 23px;
  padding: 0 50px;
  color: white;
}

.service-page.about-page .about-6 .tag {
  color: var(--color);
}

.service-page .service-5 {
  padding: 60px 0 80px;
  position: relative;
}

.service-page .service-5 .tag {
  color: var(--color);
}

.service-page .service-5 .txt {
  font-size: 16px;
  max-width: 800px;
  margin-bottom: 50px;
  color: #8e8e8e;
}

.service-page .service-5 .flow {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: transform 700ms cubic-bezier(.68, -.55, .265, 1.55);
  -moz-transition: transform 700ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 700ms cubic-bezier(.68, -.55, .265, 1.55);
}

.service-page .service-5 .flow:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.service-page .service-5 ul {
  margin: -15px;
}

.service-page .service-5 ul li {
  padding: 15px;
}

.service-page .service-5 ul li .box {
  background: #fff;
  /*height: 350px;*/
  border-radius: 20px;
  padding: 35px 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-5 ul li .box .h5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}

.service-page .service-5 ul li .box .des {
  font-size: 16px;
  color: #8e8e8e;
  min-height: 168px;
  max-height: 168px;
  overflow: auto;
}

.service-page .service-5 ul li .box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.news-page .news-1 {
  padding: 100px 0;
}

.news-page .news-1 .left ul li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-page .news-1 .left ul li:first-child {
  padding-top: 0;
}

.news-page .news-1 .left ul li .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}

.news-page .news-1 .left ul li .h4 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  margin: 10px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news-page .news-1 .left ul li .des {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
}

.news-page .news-1 .left ul li:hover .h4 {
  color: var(--color);
}

.product-page.news-page .slideBar .right ul.list li .txt {
  padding-left: 0;
  width: 100%;
}

.product-page.news-page .slideBar .right ul.list li .txt .time {
  color: var(--color);
  font-size: 14px;
line-height: 28px;
}

.product-page.news-page .slideBar .right ul.list li .txt .title {
  font-weight: 500;
}

.newdet-page .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}

.newdet-page {
  padding: 80px 0 180px;
}

.newdet-page time {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.newdet-page .content {
  color: #8e8e8e;
  line-height: 2;
}

.newdet-page .share {
  margin-top: 50px;
  text-align: right;
}

.newdet-page .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  background: var(--color);
  color: white;
  font-size: 16px;
  margin-left: 6px;
}

.newdet-page .form {
  margin-top: 60px;
}

.newdet-page .form .h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

.newdet-page .form form textarea,
.newdet-page .form form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.newdet-page .form form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.newdet-page .form form input[type=submit] {
  width: auto;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  padding: 0 35px;
  color: white;
}

.contact-page .contact-1 {
  padding: 100px 0;
}

.contact-page .contact-1 .h2 em {
  color: var(--color);
  display: block;
  margin-bottom: -15px;
}

.contact-page .contact-1 .txt {
  line-height: 30px;
  font-size: 16px;
  color: #8e8e8e;
  margin: 15px 0 30px;
}

.contact-page .contact-2 {
  padding-bottom: 180px;
}

.contact-page .contact-2 .left {
  /*-webkit-mask-image: url(../images/map-bg.png);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;*/
  position: relative;
}

.contact-page .contact-2 .left .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .contact-2 .right {
  padding-left: 60px;
}

.contact-page .contact-2 .right .h3 {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.contact-page .contact-2 .right ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}

.contact-page .contact-2 .right ul li h5 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  font-weight: 500;
  color: #000;

}

.contact-page .contact-2 .right ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  min-height: 48px;
}

.contact-page .contact-2 .right ul li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
}

.contact-page .contact-2 .right .share {
  text-align: left;
}

.contact-page .contact-2 .right .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: white;
  text-align: center;
  line-height: 35px;
  background: var(--color);
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.contact-page .contact-2 .right .share a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.our-clients-page.about-page {
  background: white;
}

.our-clients-page .our-clients-1 {
  padding: 110px 0;
}

.our-clients-page .our-clients-1 .top .left {
  width: 45%;
  padding-right: 80px;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .left h3 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

.our-clients-page .our-clients-1 .top .left .cona {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
}

.our-clients-page .our-clients-1 .top .right {
  width: 55%;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .right img {
  border-radius: 20px;
}

.our-clients-page .our-clients-2 ul {
  margin: 0 -50px;
}

.our-clients-page .our-clients-2 ul li {
  padding: 0 40px;
  margin-bottom: 85px;
}

.our-clients-page .our-clients-2 ul li .img {
  /*background: #e48683;*/
  -webkit-box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*border: 1px solid #ffffff;*/
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.our-clients-page .our-clients-2 ul li .img img {
  /*-webkit-filter: opacity(0.5);
  filter: opacity(0.5);*/
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*.our-clients-page .our-clients-2 ul li .img:hover {
  border: 1px solid #E48683;
}*/
/*.our-clients-page .our-clients-2 ul li .img:hover img {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}*/



.seoPublic .title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}

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

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

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

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

.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  border-radius: 15px;
  background-size: cover;
  background-position: center center;
  display: block;
  overflow: hidden;
}
.seoPublic .Auxil-about .box .left .img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.seoPublic .Auxil-honor .list ul .slick-track {
  margin-left: 0;
}

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

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

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

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

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

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

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 62px;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  line-height: 2;
  margin-top: .5em;
  display: block;
  color: var(--color);
}

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

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

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--color);
  color: var(--color);
}

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

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

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50px;
  font-size: 14px;
  line-height: 2;
  padding: 12px 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.seoPublic .Auxil-form .form ul li input[type=submit] {
  border-radius: 0 21px 23px 20px;
}

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

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--color);
}

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

.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background: var(--color);
  color: whitesmoke;
  border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

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

.seoPublic .text a {
  color: inherit;
}

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

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

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

.seoPublic .Auxil-through a:hover {
  background: var(--color);
  color: white;
}

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--color);
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
.font-48{
  font-size: 20px;
line-height: 36px;
}
  #cp-Nav {
    display: block;
  }

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

  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: white;
  }

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

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

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

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

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

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

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

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

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

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

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

  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}

@media screen and (max-width:1600px) {
  .about3-page .about-1 .left {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    padding-right: 30px;
  }

  .about3-page .about-1 .right {
    padding-left: 40px;
  }

  .about3-page .about-2 ul {
    padding-top: 50px;
  }
}

@media screen and (max-width:1450px) {
  .about3-page .about-1 .right ul li p {
    font-size: 20px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 90px 0;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 42px;
  }

  .our-clients-page .our-clients-1 .top .left {
    padding-right: 30px;
  }

  .our-clients-page .our-clients-2 ul {
    margin: 0 -10px;
  }

  .our-clients-page .our-clients-2 ul li {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:1250px) {
  #banner, .inner-banner {
    margin-top: 40px;
  }
  .inner-banner .bg {
    background-size: auto 62%;
  }

  .product-page .slideBar .right {
    display: none;
  }

  .product-page .slideBar .left {
    width: 100%;
    padding-right: 0;
  }


  .service-page .service-3 .right {
    padding: 0 4% 0 50px;
  }

  .service-page .service-2 .wrap {
    margin: -30px;
  }

  .service-page .service-2 .wrap .column {
    padding: 30px;
  }

  .service-page .service-2 .box .h4 {
    font-size: 22px;
  }

  .service-page .service-2 .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }

  .service-page .service-2 .icon img {
    width: 45px;
  }

  .about3-page .about-1 .right ul li img {
    height: 45px;
  }

  .about3-page .about-1 .right ul li p {
    font-size: 17px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 70px 0;
  }
  .product-page .slideBar .left.column{
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width:1000px) {
  .inner-banner {
    padding: 10% 0 12%;
  }
  .inner-banner .box h2 {
    font-size: 30px;
  }
  .inner-banner .bg {
    background-size: auto 53%;
  }

  .product-page .product-1 .left .top .catgory {
    display: none;
  }

  .product-page .product-1 .left .top h1 {
    width: 100%;
    padding-right: 0;
    font-size: 20px;
line-height: 36px;
  }

  .product-page .product-1 {
    padding: 30px 0 !important;
  }

  .product-page .product-1 .list ul li {
    width: 50%;
  }

  .prodet-page .prodet-1 .left .big_img {
    width: 100%;
  }

  .prodet-page .prodet-1 .left .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-1 .left {
    width: 100% !important;
    padding-right: 0;
  }

  .about-page .about-1 .right {
    width: 100%!important;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-1 .right .box {
    margin-left: 0;
  }
    .about-page .about-5{
    padding-bottom: 85px;
  }
  .about-page .about-4 .swiper-button-prev,
  .about-page .about-4 .swiper-button-next {
    display: none !important;
  }

  .service-page .service-2 .wrap {
    margin: -12px;
  }

  .service-page .service-2 .wrap .column {
    padding: 12px;
  }

  .service-page .service-2 .box .h4 {
    font-size: 20px;
  }

  .service-page .service-2 .content {
    margin: 50px 0;
  }

  .service-page .service-2 .icon {
    top: -20px;
  }

  .service-page .service-3 .right {
    padding: 0 4% 0 12px;
  }

  .service-page .service-5 .flow {
    position: unset;
  }

  .contact-page .contact-2 .left {
    width: 100%;
  }

  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }

  .about3-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .about3-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .about3-page .about-2 ul li {
    padding: 30px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 28px;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-left: 20px;
  }

  .about3-page .about-2 ul li:nth-child(2n) .honor {
    padding-right: 20px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 32px;
  }

  .our-clients-page .our-clients-1 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .our-clients-page .our-clients-1 .top .right {
    width: 100%;
    margin-top: 20px;
  }

  .our-story-page .our-story-2 .top ul li sup {
    display: none;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }
  .contact-page .contact-2 {
    padding: 80px 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .h2 em{
    margin-bottom: 0;
  }
}

@media screen and (max-width:700px) {
  .inner-banner .bottom {
    bottom: -1px;
  }
  .product-page .product-1 .left .Auxil-catdes {
    max-height: 200px;
    overflow: auto;
  }

  .product-page .product-1 .list ul li {
    width: 100%;
  }

  .product-page .product-1 .list ul li .box .h4 {
    font-size: 18px;
  }

  .prodet-page .prodet-1 .left .content h1 {
font-size: 24px;
line-height: 1.4;
  }

  .inner-banner .bg {
    background-size: auto 37%;
  }

  .inner-banner .box .mbx {
font-size: 16px;
line-height: 30px;
  }

  .inner-banner .box h2 {
    font-size: 26px;
    word-break: break-all;
  }

  .inner-banner .box h2.xinchengsin,
  #footer .f-copy p.footxin,
  .seoIndustry.Auxil-industry {
    display: none !important;
  }

  .about-page .about-5 .title,
  .about-page .about-4 .title,
  .about-page .about-3 .title {
    font-size: 25px;
    word-break: break-all;
  }

  .about2-page .about-1 .ui.container {
    padding-left: 15px;
    z-index: 3;
  }

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

  .service-page .service-3 .right {
    width: 100%;
    padding: 0 15px;
  }

  .service-page .service-2 .wrap .column {
    width: 100%;
  }

  .service-page .service-2 .content {
    margin: 30px auto;
    max-width: 410px;
  }

  .service-page .service-2 .wrap .column .center_img {
    text-align: center;
  }

  .contact-page .contact-2 .right ul li {
    padding-left: 75px;
  }

  .contact-page .contact-1 {
    padding-bottom: 0;
  }

  .about3-page .about-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-2 ul li .text {
    width: 100%;
    order: 1;
  }

  .about3-page .about-2 ul li .honor {
    width: 100%;
    margin-top: 40px;
    order: 2;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-left: 0;
  }

  .our-clients-page .our-clients-1 {
    padding: 50px 0;
  }
}

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

  .inner-banner .bg {
    background-size: auto 35%;
  }

  .service-page .service-2 .wrap .column {
    padding: 0;
  }

  .service-page .service-2 .wrap {
    margin: 0;
  }

  .about3-page .about-1 .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-1 .right ul li {
    width: 50%;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }
}

.prodet-page .prodet-1 .left .big_img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox {
  margin-top: 15px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li {
  padding: 0 8px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li img {
  border-radius: 10px;
}

.prodet-page .prodet-2 .wrapbox,
.prodet-page .product-1.Auxil-related .wrapbox,
.prodet-page .prodet-3.Auxil-form .wrapbox {
  width: 75%;
}

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

  .prodet-page .prodet-2 .wrapbox,
  .prodet-page .product-1.Auxil-related .wrapbox,
  .prodet-page .prodet-3.Auxil-form .wrapbox {
    width: 100%;
  }
}

.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: none;
}

.prodet-page .prodet-2 .content table tr td:nth-of-type(2n-1) {
  background: #eee;
}

#index-body.contsform .i-form .box {
  padding: 0;
  background: none;
}

#index-body.contsform .i-form {
  padding-top: 0;
}

#index-body.contsform .i-form .box .right {
  padding-left: 0px;
}

.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;letter-spacing: 0;
    ]}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-box.five>.column {
        width: 100%
    }
}
.video_box video {
  width: 100% !important;
  min-width: unset !important;
  max-height: 80vh !important;
}

.i-form {
  padding-top: 110px;
}

.i-form .box {
  background: url(../images/form-bg.jpg) no-repeat center bottom #f7f5f5;
  border-radius: 30px;
  padding: 60px 55px;
}

.i-form .box .i-title {
  line-height: 1.2;
  margin: 23px 0 24px;
}

.i-form .box .left {
  padding-right: 115px;
}

.i-form .box .left ul {
  margin-bottom: 40px;
}

.i-form .box .left ul li {
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
  font-weight: 500;
}

.i-form .box .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/sel.png) no-repeat left center;
}

.i-form .box .right {
  padding-left: 90px;
}

.i-form .box .right .form {
  background: #ff5b2e;
  border-radius: 30px;
  padding: 35px 40px 20px;
}

.i-form .box .right .form .h4 {
  color: white;
  font-size: 30px;
 font-weight: 700;
  margin-bottom: 14px;
}

.i-form .box .right .form form input {
  width: 100%;
  font-size: 18px;
  height: 55px;
  border-radius: 26px;
  background: transparent;
  border: 1px solid white;
  color: white;
  margin-bottom: 15px;
  padding: 0 20px;
  font-weight: lighter;
}

.i-form .box .right .form form input::-webkit-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input::-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-ms-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input[type="submit"] {
  background: white;
color: #ff5b2e;
  font-weight: 700;
  padding: 0 20px;
  font-weight: normal;
  border-radius: 25px;
}
@media screen and (max-width: 1450px) {
  .i-form .box .left {
    padding-right: 80px;
  }

}
@media screen and (max-width: 1200px) {
  .i-form .box .left ul li {
    font-size: 16px;
  }

  .i-form .box .right .form form input {
    height: 45px;
  }
  .i-form .box .left {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .i-form .box .left {
    width: 100%;
    padding-right: 0;
  }

  .i-form .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .i-form .box {
    padding: 60px 25px;
  }
}
@media screen and (max-width: 500px) {
  .i-form .box .right .form {
    padding: 35px 20px 20px;
  }

  .i-form .box .right .form .h4 {
    font-size: 26px;
  }
}

.gallery-page .gallery-1 {
  padding: 100px 0 80px;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(239, 128, 23, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover:after {
  opacity: 1;
}
.faq-page .faq-1 {
  padding: 100px 0 100px;
  text-align: center;
  background-color: #fffaf6;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 27px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after,
.faq-page .faq-1 .list ul li h6 i:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  padding: 20px;
  display: none;
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i:after,
.faq-page .faq-1 .list ul li.active h6 i:before {
  background: white;
}
@media screen and (max-width: 1700px) {
  .about-page .about-5 ul li .box .des {
    height: 120px;
  }
  .faq-page .faq-1,
  .gallery-page .gallery-1{
    padding: 60px 0;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
}
@media screen and (max-width: 1250px) {
    .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
  .about-page .about-5 ul li .box .des {
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}
.seoPublic>div:nth-child(odd){
  background: #fffaf6;
}