@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.eot') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.eot') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.eot') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'), url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.eot') format('embedded-opentype'), url('../fonts/Gilroy-Heavy.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.eot') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EtelkaTextPro-Bold';
  src: url('../fonts/EtelkaTextPro-Bold.eot');
  src: url('../fonts/EtelkaTextPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/EtelkaTextPro-Bold.woff2') format('woff2'), url('../fonts/EtelkaTextPro-Bold.woff') format('woff'), url('../fonts/EtelkaTextPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Monotype-Corsiva';
  src: url('../fonts/Monotype-Corsiva.eot');
  src: url('../fonts/Monotype-Corsiva.eot?#iefix') format('embedded-opentype'), url('../fonts/Monotype-Corsiva.woff2') format('woff2'), url('../fonts/Monotype-Corsiva.woff') format('woff'), url('../fonts/Monotype-Corsiva.ttf') format('truetype');
}
body {
  font-family: "'EtelkaTextPro-Bold'";
  max-width: 1920px;
  --color: #de1c31;
  font-weight: normal;
  margin: 0 auto;
  --font: 'EtelkaTextPro-Bold';
}
.container {
  width: 1700px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#cp-Nav .nav div.title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title i{
  font-size: 18px;
  margin-left: auto;
}
table tbody tr:first-child td{
  font-weight: bold;
}
table tbody tr:first-child{
  background-color: #eee;
}
table tr:nth-child(even){
  background-color: white;
}
table td, table th {
  border-right: none;
  border-left: none;
}
.prodet-page table tbody tr:first-child{
  background-color: #eee;
}
.prodet-page table tbody tr:first-child td{
  font-weight: normal;
}
.prodet-page table tbody tr td{
  text-align: center;
}
.prodet-page table tr:nth-child(odd){
  background-color: #eee;
}

.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;
}

.lh-1 {
    line-height: 1;
}
.lh-2 {
    line-height: 1.2;
}
.lh-3 {
    line-height: 1.3;
}
.lh-4 {
    line-height: 1.4;
}
.lh-5 {
    line-height: 1.5;
}
.lh-6 {
    line-height: 1.6;
}
.lh-7 {
    line-height: 1.7;
}
.lh-8 {
    line-height: 1.8;

}
.lh-9 {
    line-height: 1.9;
}
.lh-10 {
    line-height: 2;
}

.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.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%
    }
}
#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 .bg {
  inset: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  background-color: var(--color);
  -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 .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header.active .bg {
  opacity: 0;
}
#header.active .nav {
  height: 100px;
}
#header .nav {
  height: 120px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  -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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu {
  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: 17px;
  margin-right: 50px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  color: white;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  border-bottom:2px solid transparent; 
}

#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover{
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li.active{
  border-color: var(--color) !important;
}
#header.active .nav .ui.menu .menu-box ul.menu > li.active{
  border-color: white !important;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 55px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box {
  margin-right: 65px;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box .zhuyu span {
  font-size: 17px;
  text-transform: uppercase;
  margin-left: 8px;
}
.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: 110px;
  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;
}
#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;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  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;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 60px 0 35px;
  background-color: var(--color);
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more.black {
  padding: 0 80px 0 35px;
}
.more.black i {
  background-color: #000000;
  color: white;
  right: 20px;
}
.more:hover {
  background-color: transparent;
  border-color: var(--color);
}
.more:hover span {
  color: var(--color);
}
.more:hover i {
  background-color: var(--color);
  color: white;
}
.more i {
  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;
  width: 55px;
  height: 55px;
  background-color: white;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 14px;
  position: relative;
  z-index: 5;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-title span {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--color);
  margin-bottom: 10px;
}
.h-title span::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: var(--color);
  margin-right: 12px;
}
.h-title h3 {
  font-size: 40px;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  color: #020202;
}
.h-title h3 em {
  color: var(--color);
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.sidebar {
  position: fixed;
  right: 15px;
  bottom: 160px;
  z-index: 15;
}
.sidebar .list {
  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;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  position: relative;
  margin-bottom: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sidebar .list:last-child {
  margin-bottom: 0;
}
.sidebar .list:hover .box {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotateY(0deg);
  -moz-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
}
.sidebar .list:hover .text {
  max-width: 300px;
  padding: 5px 10px;
}
.sidebar .list i {
  font-size: 30px;
  color: white;
}
.sidebar .list .text {
  font-size: 16px;
  background-color: var(--color);
  color: white;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 120%;
  max-width: 0;
  padding: 5px 0;
  overflow: hidden;
}
.sidebar .list .box {
  position: absolute;
  right: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(-90deg);
  -moz-transform: translateY(-50%) rotateY(-90deg);
  transform: translateY(-50%) rotateY(-90deg);
  border-radius: 15px;
  background-color: white;
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sidebar .list .box #ewm {
  width: 120px;
  height: 120px;
}
.sidebar .list .box #ewm canvas,
.sidebar .list .box #ewm img {
  width: 100%;
  height: 100%;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .content .box {
  width: 40%;
  color: white;
}
#banner .banner-content ul li .content .box h3 {
  font-family: var(--font);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#banner .banner-content ul li .content .box p {
  font-family: 'Monotype-Corsiva';
}
#banner .banner-content .slickDots {
  position: absolute;
  right: 10%;
  bottom: 65px;
}
#banner .banner-content .slickDots ul {
  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;
}
#banner .banner-content .slickDots ul li {
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 20px;
  margin-left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: none;
}
#banner .banner-content .slickDots ul li:last-child {
  margin-right: 0;
}
#banner .banner-content .slickDots ul li.slick-active {
  background-color: #ffffff;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
#index-body .homepage-1 {
  padding: 155px 0 175px;
}
#index-body .homepage-1 .top a.btn {
  display: block;
  font-size: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-1 .top a.btn:hover {
  color: var(--color);
}
#index-body .homepage-1 .bottom {
  margin-top: 120px;
  padding-bottom: 140px;
  position: relative;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -170px 0 -10px;
}
#index-body .homepage-1 .bottom ul li .box {
  padding: 45px 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-1 .bottom ul li .box .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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 360px;
}
#index-body .homepage-1 .bottom ul li .box .img img {
  width: auto;
}
#index-body .homepage-1 .bottom ul li .box .text a.btn {
  padding: 0 28px;
  height: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #332c2b;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
#index-body .homepage-1 .bottom ul li .box .text a.btn span {
  font-size: 14px;
}
#index-body .homepage-1 .bottom ul li .box .text a.btn:hover {
  background-color: var(--color);
}
#index-body .homepage-1 .bottom .bot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots {
  margin: 0;
  background-color: #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1230px;
  border-radius: 10px;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li {
  height: 4px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li button {
  display: none;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li.slick-active,
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li:hover {
  background-color: var(--color);
}
#index-body .homepage-1 .bottom .bot .arrow span {
  background-color: #332c2b;
  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;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
#index-body .homepage-1 .bottom .bot .arrow span:hover {
  background-color: var(--color);
}
#index-body .homepage-1 .bottom .bot .arrow span i {
  color: white;
  font-size: 15px;
}
#index-body .homepage-2 {
  position: relative;
  padding-bottom: 95px;
}

#index-body .homepage-2 span.arrow {
  background-color: #332c2b;
  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;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 10;
}
#index-body .homepage-2 span.arrow.prev{
  left:25px;
}
#index-body .homepage-2 span.arrow.next{
  right: 25px;
}
#index-body .homepage-2 span.arrow:hover {
  background-color: var(--color);
}
#index-body .homepage-2 span.arrow i {
  color: white;
  font-size: 30px;
}

#index-body .homepage-2 ul li{
border: 1px solid rgba(0, 0, 0, 0.2);
 border-left: none;
}
#index-body .homepage-2 ul .slick-current li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-2 ul li .box {
  padding: 45px 35px;
}
#index-body .homepage-2 ul li .box .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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 360px;
}
#index-body .homepage-2 ul li .box .img img {
  width: auto;
}
#index-body .homepage-2 ul li .box .text a.btn {
  padding: 0 28px;
  height: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #332c2b;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
#index-body .homepage-2 ul li .box .text a.btn span {
  font-size: 14px;
}
#index-body .homepage-2 ul li .box .text a.btn:hover {
  background-color: var(--color);
}
#index-body .homepage-2 ul .slick-dots {
  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;
  margin-top: 65px;
}
#index-body .homepage-2 ul .slick-dots li {
  width: 60px;
  height: 5px;
  border-radius: 35px;
  background-color: #d4d4d4;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-2 ul .slick-dots li button {
  display: none;
}
#index-body .homepage-3 {
  padding: 110px 0 65px;
  background: url('../images/why-bg.jpg') no-repeat;
  background-size: contain;
}
#index-body .homepage-3 .h-title h3 {
  color: white;
}
#index-body .homepage-3 .h-title span {
  color: white;
}
#index-body .homepage-3 .h-title span::before {
  background-color: white;
}
#index-body .homepage-3 ul {
  margin-top: 65px;
}
#index-body .homepage-3 ul li {
  padding: 5px 8px;
}
#index-body .homepage-3 ul li:hover .box {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-3 ul li:hover .box img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .homepage-3 ul li:hover .box span {
  color: white;
}
#index-body .homepage-3 ul li:hover .box span::before {
  background-color: white;
}
#index-body .homepage-3 ul li .box {
  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);
  height: 460px;
  padding: 35px 45px;
  border-bottom-right-radius: 110px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 ul li .box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 ul li .box span {
  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;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 ul li .box span::before {
  width: 40px;
  height: 1px;
  display: block;
  content: "";
  background-color: #000;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 ul li .box h5 {
  min-height: 58px;
}
#index-body .homepage-4 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
#index-body .homepage-4 .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  width: 115px;
  height: 115px;
}
#index-body .homepage-4 .right .play img {
  position: relative;
  z-index: 3;
}
#index-body .homepage-4 .right .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: scale_play 2s linear infinite;
  -moz-animation: scale_play 2s linear infinite;
  animation: scale_play 2s linear infinite;
  z-index: 1;
}
#index-body .homepage-4 .right .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  -webkit-animation: scale_play 2s linear infinite;
  -moz-animation: scale_play 2s linear infinite;
  animation: scale_play 2s linear infinite;
  z-index: 2;
}
#index-body .homepage-5 {
  padding: 130px 0 0;
  overflow: hidden;
}
#index-body .homepage-5 .content {
  width: 100%;
  padding: 0 5.5%;
}
#index-body .homepage-5 .content .bigImg {
  width: 100%;
  height: 100%;
}
#index-body .homepage-5 .content .bigImg .img {
  z-index: -1;
  position: absolute;
  inset: 0;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .homepage-5 .content .bigImg .img.active {
  z-index: 3;
  opacity: 1;
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .homepage-5 .content .bigImg .img img {
  width: 100%;
  height: 100%;
  -o-object-position: center left;
  object-position: center left;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-5 .content ul {
  margin: 0 -30px;
  z-index: 5;
}
#index-body .homepage-5 .content ul li {
  height: 884px;
  padding: 39% 30px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-5 .content ul li.active {
  padding-top: 28%;
  background-color: var(--color);
}
#index-body .homepage-5 .content ul li.active .box .text {
  opacity: 1;
}
#index-body .homepage-5 .content ul li .box p {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#index-body .homepage-5 .content ul li .box .text {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#index-body .homepage-6 {
  padding: 75px 0 125px;
}
#index-body .homepage-6 .right {
  width: 55%;
}
#index-body .homepage-6 .right ul {
  margin: -25px -100px;
}
#index-body .homepage-6 .right ul li {
  text-align: center;
  width: 50%;
  padding: 25px 100px;
}
#index-body .homepage-6 .right ul li .img{
  filter: brightness(0.2) invert(0.6);
  transition: all 0.5s;
}
#index-body .homepage-6 .right ul li:hover .img{
  filter: brightness(1) invert(0);
}
#index-body .homepage-7 {
  padding: 120px 0 165px;
  background-color: #efefef;
}
#index-body .homepage-7 .bottom {
  margin-top: 55px;
}
#index-body .homepage-7 .bottom ul li:hover .box p {
  border-color: var(--color);
}
#index-body .homepage-7 .bottom ul li .box p {
  padding-top: 15px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-top: 3px solid #000;
}
#index-body .homepage-7 .bottom ul li .box a.btn {
  font-size: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin-top: 50px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
#index-body .homepage-7 .bottom ul li .box a.btn:hover {
  color: var(--color);
}
#footer {
  background-color: #17181c;
  padding-top: 85px;
}
#footer form {
  width: 930px;
  margin: 0 auto;
}
#footer form ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
#footer form ul li {
  width: 29.8%;
  padding: 0 12px;
}
#footer form ul li input[name='name'],
#footer form ul li input[name='mail'],
#footer form ul li input[name='company'] {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  padding-right: 15px;
  background-color: transparent;
  font-size: 16px;
  color: white;
  padding-bottom: 3px;
}
#footer form ul li input::-webkit-input-placeholder {
  color: #fff;
}
#footer form ul li:last-child {
  width: 100%;
  position: relative;
  margin-top: 65px;
}
#footer form ul li:last-child input[name='content'] {
  width: 100%;
  height: 90px;
  padding: 0 240px 0 40px;
  border-radius: 70px;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
#footer form ul li:last-child input::-webkit-input-placeholder {
  color: #000;
}
#footer form ul li:last-child input[type='submit'] {
  width: 200px;
  height: 65px;
  border: 1px solid transparent;
  border-radius: 35px;
  background-color: var(--color);
  color: white;
  font-size: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer form ul li:last-child input[type='submit']:hover {
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
}
#footer .center {
  padding: 130px 15px 65px;
}
#footer .center span {
  font-size: 18px;
}
#footer .bottom.container .box {
  border-top: 1px solid white;
  padding-top: 25px;
  padding-bottom: 60px;
}
#footer .bottom.container .box span {
  font-size: 16px;
  color: white;
}
#footer .bottom.container .box span img {
  width: 260px;
  height: auto;
  padding-top: 4px;
  margin-left: 10px;
}
#footer .bottom.container .box .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .bottom.container .box .share a {
  margin-left: 20px;
}
#footer .bottom.container .box .share a:hover i {
  color: var(--color);
}
#footer .bottom.container .box .share a i {
  font-size: 24px;
  color: white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .right {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #index-body .homepage-1 .top .left .box .list ul li {
    padding: 10px 0;
  }
  #index-body .homepage-5 .content ul li {
    height: 740px;
  }
  #footer .center span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #index-body .homepage-1 .bottom .bot .pro-dots .slick-dots {
    width: 950px;
  }
  #index-body .homepage-1 {
    padding: 155px 0 55px;
  }
  #index-body .homepage-2 .right .center .h-title h3 {
    font-size: 54px;
  }
  #banner .banner-content ul li .content .box {
    width: 55%;
  }
  #banner .banner-content ul li .content .img {
    width: 45%;
  }
  #index-body .homepage-5 .content ul li {
    height: 645px;
  }
  #index-body .homepage-6 .right ul {
    margin: -25px -50px;
  }
  #index-body .homepage-6 .right ul li {
    padding: 25px 50px;
  }
  #footer .center .f-logo {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .homepage-2 span.arrow{
    display: none;
  }
  #index-body .homepage-1 {
    padding: 100px 0;
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
  }
  #index-body .homepage-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-2 .left {
    display: none;
  }
  #index-body .homepage-2 .right {
    width: 100%;
  }
  #index-body .homepage-2 .right .center .h-title h3 {
    font-size: 50px;
    line-height: 1.2;
  }
  #index-body .homepage-2 .right ul li {
    height: 135px;
  }
  #index-body .homepage-2 .right .center .h-title {
    height: 269px;
    padding: 0 60px 65px;
  }
  #index-body .homepage-2 ul li .box .img {
    min-height: 260px;
  }
  #index-body .homepage-1 .bottom .bot .pro-dots .slick-dots {
    width: 800px;
  }
  #index-body .homepage-6 .right {
    width: 65%;
  }
  #index-body .homepage-7 {
    padding: 90px 0;
  }
  #footer .bottom.container .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom.container .box .share {
    margin-top: 15px;
  }
  #index-body .homepage-5 .content ul li {
    height: 570px;
  }
  #index-body .homepage-5 {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-bot {
    height: 50px;
  }
  #index-body .homepage-1 {
    padding: 60px 0;
  }
  #index-body .homepage-1 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-1 .bottom {
    padding: 0 15px;
  }
  #index-body .homepage-1 .bottom .bot {
    display: none;
  }
  #index-body .homepage-1 .bottom ul li {
    padding: 0 10px;
  }
  #index-body .homepage-1 .bottom ul li .box .img {
    min-height: 200px;
  }
  #index-body .homepage-2 .right .center {
    width: 100%;
  }
  #index-body .homepage-2 .right ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .homepage-2 .right ul li {
    width: 50%;
  }
  #index-body .homepage-2 .right .center .h-title {
    height: auto;
    padding: 60px 16px;
  }
  #index-body .homepage-2 .right .center .text {
    height: auto;
    padding: 40px 60px;
  }
  #index-body .homepage-2 .right ul {
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  #index-body .homepage-2 .right ul li:last-child .box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  #index-body .homepage-2 .right ul li .box {
    padding: 0 15px;
  }
  #index-body .homepage-1 .bottom {
    margin-top: 60px;
  }
  #index-body .homepage-1 .top a.btn {
    margin-top: 30px;
  }
  #index-body .homepage-3 {
    background-size: inherit;
  }
  #index-body .homepage-3 ul li .box h5 {
    font-size: 20px;
  }
  #index-body .homepage-4 .left {
    width: 100%;
    padding: 0 15px !important;
    margin-bottom: 60px;
  }
  #index-body .homepage-4 .right {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #index-body .homepage-5 .content ul li {
    width: 50%;
  }
  #index-body .homepage-5 .content ul li {
    height: 415px;
  }
  #index-body .homepage-6 .left {
    width: 100%;
    padding-top: 0;
  }
  #index-body .homepage-6 .right {
    width: 100%;
    margin-top: 60px;
  }
  #footer form {
    width: 100%;
  }
  #footer .center span {
    margin: 10px 0;
    display: block;
  }
  #footer .bottom.container .box .left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom.container .box .left span {
    text-align: center;
  }
  #banner .banner-content .slickDots {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .h-title h3 {
    font-size: 30px;
  }
  #index-body .homepage-2 .right ul li .box h4 em {
    font-size: 34px;
  }
  #index-body .homepage-3,
  #index-body .homepage-5,
  #index-body .homepage-6 {
    display: none;
  }
  #index-body .homepage-2 .right .center .text {
    padding: 60px;
  }
  #banner .banner-content .slickDots,
  #banner .banner-content ul li .content .img {
    display: none;
  }
  #index-body .homepage-2 ul {
    margin: 0 -5px;
  }
  #index-body .homepage-2 ul li {
    padding: 0 5px;
  }
  #index-body .homepage-2 ul li .box {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  #banner .banner-content ul li .content .box {
    width: 100%;
  }
  #footer form ul li {
    width: 100%;
    margin-bottom: 35px;
  }
  #footer form ul li:last-child {
    margin-bottom: 0;
  }
  #footer form ul li:last-child input[type='submit'] {
    width: 150px;
    height: 50px;
    font-size: 18px;
    position: relative;
    right: unset;
    top: 0;
    margin: 35px 0 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #footer form ul li:last-child input[name='content'] {
    height: 60px;
    padding: 0 30px;
  }
  #footer form ul li:last-child {
    margin-top: 0;
  }
  #footer .bottom.container .box {
    padding-bottom: 25px;
  }
  #footer .center {
    padding: 65px 15px;
  }
  #banner .banner-content ul li .content .box p {
    font-size: 16px;
    margin-bottom: 0;
  }
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content .box {
    width: 100%;
  }
  #banner .banner-content ul li .content .box p {
    display: none;
  }
  .h-title h3 {
    font-size: 26px;
  }
  #index-body .homepage-2 .right ul li {
    width: 100%;
  }
  #index-body .homepage-2 .right .center .text {
    padding: 60px 15px;
  }
  #index-body .homepage-2 .right .center .h-title {
    padding: 40px 16px;
  }
  #index-body .homepage-2 .right .center .h-title h3 {
    font-size: 26px;
  }
  #index-body .homepage-7 .h-title {
    margin-bottom: 30px;
  }
  #footer form ul li:last-child input[name='content'] {
    font-size: 12px;
  }
}





































.inner-banner {
  background-color: #000;
  height: 500px;
  position: relative;
}
.inner-banner .title{
  font-family: var(--font);
}
.inner-banner .container {
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .cont {
  padding-top: 50px;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 10px;
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.product-yd-page .container .list {
  margin-top: 110px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f1f8f7;
  z-index: -1;
}
.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 530px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}
.product-yd-page .container .list .textC {
  width: 700px;
}
.product-yd-page .container .list .textC .title {
  font-weight: 600;
}
.product-yd-page .container .list .textC .title:hover {
  color: var(--color);
}
.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  max-height: 170px;
  padding-right: 4px;
  overflow-y: auto;
}
.product-yd-page .container .list .textC .more {
  margin-top: 30px;
}
.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}
.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}
.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}
.m-page {
  text-align: center;
}
.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #fff;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 160px;
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 35px;
  font-weight: 600;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 16px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 16px;
  padding-right: 50px;
  border: 1px solid #f5f5f5
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 15px;
  cursor: pointer;
  right: 15px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #f5f5f5;
  color: #0b1220;
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 14px;
  margin-top: 20px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form input[type="submit"] {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
  background-color: var(--color);
  border: 1px solid transparent;
  color: white;
  font-size: 16px;  
  transition: all 0.5s;
}
.proSideCont .proSideLeft .catList form input[type="submit"]:hover{
  border-color:var(--color);
  color: var(--color);
  background-color: transparent;
}
.proSideCont .proSideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
.product-page .init-1 .title {
  font-weight: 600;
      color: var(--color);
}
.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 116px;
}
.product-page .init-1 .content {
  padding-top: 40px;
}
.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 5px;
}
.product-page .init-1 .content ul li .box{
  position: relative;
}
.product-page .init-1 .content ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.product-page .init-1 .content ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0
}

.product-page .init-1 .content ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0
}

.product-page .init-1 .content ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0
}

.product-page .init-1 .content ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0
}

.product-page .init-1 .content ul li .box .text p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px
}

.product-page .init-1 .content ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto
}

.product-page .init-1 .content ul li .box:hover i.ie2 {
    height: 100%;
    top: 0
}

.product-page .init-1 .content ul li .box:hover i.ie3 {
    width: 100%;
    left: 0
}

.product-page .init-1 .content ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  /*padding: 40px;*/
}
.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
      padding: 5px 10px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}
.proPublic .tipsTitleC em{
  color: var(--color);
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  /*-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);*/
  /*padding: 40px 30px;*/
  background-color: #fff;
  font-family: "'EtelkaTextPro-Bold'";
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proPublic .init-news .content ul li .box .btn{
  margin-top: 30px;
  font-size: 18px;
  transition: all 0.5s;
  border-bottom: 1px solid black;
  display: block;
  width: fit-content;
}
.proPublic .init-news .content ul li .box .btn:hover{
  color: var(--color);
  border-color: var(--color);
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 20px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 20px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  /*padding: 60px;*/
}
.prodet-page .init-1 .right {
  width: 50%;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}
.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.prodet-page .init-2 .des {
  margin-top: 30px;
}
.prodet-page .init-2 .des table{
  width: 100% !important;
}
@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .container .list {
    padding-right: 40px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }
  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .product-yd-page .container .list .shadow {
    width: 100%;
  }
  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
  }
  .inner-banner .cont {
    padding: 40px 0;
  }
  .m-page {
    text-align: left;
  }
  .m-page span,
  .m-page a {
    margin: 5px;
  }
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}
.support-page .init-1 .tipsTitleC em{
  color: var(--color);
}
.support-page .init-1 .content {
  margin-top: 60px;
}
.support-page .init-1 .content .left {
  width: 50%;
}
.support-page .init-1 .content .left img {
  width: 100%;
}
.support-page .init-1 .content .right {
  width: 50%;
  padding-left: 40px;
}
.support-page .init-1 .content .right .title {
  font-weight: 600;
}
.support-page .init-1 .content .right .des {
  margin-top: 30px;
}
.support-page .init-2 {
  background-color: #f7f7f7;
}
.support-page .init-2 .container .tipsTitleC em{
  color: var(--color);
}
.support-page .init-2 .container .content {
  margin-top: 60px;
}
.support-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.support-page .init-2 .container .content ul li .box .cont {
  padding: 30px;
}
.support-page .init-2 .container .content ul li .box .cont .title {
  font-weight: 600;
}
.support-page .init-2 .container .content ul li .box .cont .des {
  margin-top: 10px;
}
.support-page .init-2 .container .content ul li .box:hover .cont {
  background-color: #fff;
}
.support-page .init-3 .tipsTitleC em{
  color: var(--color);
}
.support-page .init-3 .content {
  margin-top: 60px;
}
.support-page .init-3 .content ul {
  margin: 0 -15px;
}
.support-page .init-3 .content ul li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.support-page .init-3 .content ul li .box {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.support-page .init-3 .content ul li .box .title {
  font-weight: 600;
}
.support-page .init-3 .content ul li .box .des {
  margin-top: 10px;
  color: #666666;
}
.support-page .init-3 .content ul li .box:hover {
  background-color: var(--color);
}
.support-page .init-3 .content ul li .box:hover .title {
  color: #fff;
}
.support-page .init-3 .content ul li .box:hover .des {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 .content .left {
    width: 100%;
  }
  .support-page .init-1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .support-page .init-3 .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .content {
    margin-top: 20px;
  }
  .support-page .init-1 .content .right .des {
    margin-top: 10px;
  }
  .support-page .init-2 .container .content {
    margin-top: 20px;
  }
  .support-page .init-2 .container .content ul li .box .cont {
    padding: 10px;
  }
  .support-page .init-3 .content {
    margin-top: 10px;
  }
  .support-page .init-3 .content ul li .box {
    padding: 20px 10px;
  }
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 100%;
}
.about-page .init-1 .container .left .tipsTitleC em{
  color: var(--color);
}
.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}
.about-page .init-1 .container .left .imgC .play {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
}
.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}
.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}
.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .right {
  padding-bottom: 300px;
  width: 100%;
}
.about-page .init-1 .container .right .title {
  font-weight: 500;
      font-family: 'EtelkaTextPro-Bold';
}
.about-page .init-1 .container .right .des {
  margin-top: 30px;
  max-height: 630px;
  padding-right: 4px;
  overflow-y: auto;
  line-height: 2;
  font-weight: 300;
}
.about-page .init-2 {
  margin-top: -210px;
  padding-top: 120px;
  padding-bottom: 130px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container ul {
  padding-top: 20px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-2 .container ul li {
  display: flex;
  flex-wrap: wrap;
}
.about-page .init-2 .container ul li .icon{
  width: 50px;
}
.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
  width: calc('100% - 50px');
}
.about-page .init-2 .container ul li .box .top {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
      font-family: 'EtelkaTextPro-Bold';
}
.about-page .init-2 .container ul li .box .bottom {
  /*margin-top: 10px;*/
}
.about-page .init-3 .container .tipsTitleC em{
  color: var(--color);
}
.about-page .init-3 .container .content .left {
  width: 42%;
  padding-right: 80px;
}
.about-page .init-3 .container .content .left .img {
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
}
.about-page .init-3 .container .content .right {
  width: 58%;
}
.about-page .init-3 .container .content .right ul {
  /*padding-top: 30px;*/
}
.about-page .init-3 .container .content .right ul li {
  margin-top: 40px;
}
.about-page .init-3 .container .content .right ul li .box {
  padding: 15px 30px;
  border-radius: 10px;
  cursor: pointer;
}
.about-page .init-3 .container .content .right ul li .box .title {
  font-weight: 600;
  color: var(--color);
}
.about-page .init-3 .container .content .right ul li .box .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-4 .content {
  padding-top: 80px;
}
.about-page .init-4 .content .swiper {
  padding-left: 1px;
}
.about-page .init-4 .content ul li {
  height: auto;
}
.about-page .init-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid rgb(255 255 255 / 10%);
  border-right: 1px solid rgb(255 255 255 / 10%);
  position: relative;
}
.about-page .init-4 .content ul li .box .img{
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
}
.about-page .init-4 .content ul li .box:hover .img{
  opacity: 1;
}
.about-page .init-4 .content ul li .box .year {
  padding-top: 140px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
font-family: 'EtelkaTextPro-Bold';
}
.about-page .init-4 .content ul li .box .des {
  margin-top: 20px;
  height: 204px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px;
}
.about-page .init-4 .content ul .swiper-slide-next .box .year {
  padding-top: 100px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
  padding-top: 50px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide + .swiper-slide .box .year {
  padding-top: 0;
}
.about-page .init-4 .content .sPage {
  padding-bottom: 40px;
  /*margin-top: 100px;*/
}
.about-page .init-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px;
}
.about-page .init-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.about-page .init-4 .content .sPage .next {
  /*margin-left: 80px;*/
}
.about-page .init-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.about-page .init-5 .container .tipsTitleC em{
  color: var(--color);
}
.about-page .init-5 .container .content {
  margin-top: 20px;
}
.about-page .init-5 .container .content .left {
  width: 50%;
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  /*padding: 50px 40px;*/
  /*text-align: center;*/
}
.about-page .init-5 .container .content .left .title {
  /*max-width: 350px;*/
  font-weight: 600;
  margin: auto;
  font-family: 'EtelkaTextPro-Bold';
}
.about-page .init-5 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
      /*max-height: 320px;*/
    /*overflow-y: auto;*/
}
.about-page .init-5 .container .content .left .more {
  margin-top: 30px;
}
.about-page .init-5 .container .content .right {
  width: 50%;
  padding-left: 30px;
}
.about-page .init-5 .container .content .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .init-5 .container .content2 {
  position: relative;
  margin-top: 10px;
}
.about-page .init-5 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  /*background-color: #cbcbcb;*/
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #e9e7e7;
}
.about-page .init-5 .container .content2 .btn:hover {
  background-color: var(--color);
}
.about-page .init-5 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.about-page .init-5 .container .content2 .swiper {
  margin: 0 -20px;
}
.about-page .init-5 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.about-page .init-5 .container .content2 ul li .box {
  height: 100%;
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
}
.about-page .init-5 .container .content2 ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content2 ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
  background-color:#0b1220;
  color: #fff;
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .about-page .init-1 .container .right .des{
    overflow-y: unset;
    max-height: unset;
  }
  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }
  .about-page .init-5 .container .content .left {
    width: 100%;
  }
  .about-page .init-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-5 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  }
  .about-page .init-4 .content ul li .box {
    padding-bottom: 20px;
  }
  .about-page .init-4 .content ul li .box .year {
    font-size: 40px;
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}
@media (max-width: 500px) {
  .about-page .init-4 .content .sPage{
    display: none;
  }
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }
  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .about-page .init-2 .container ul {
    padding-top: 0;
  }
  .about-page .init-2 .container ul li {
    width: 100%;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-3 .container .content .left .img {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul {
    padding-top: 0;
  }
  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px;
  }
  .about-page .init-4 .content {
    padding-top: 20px;
  }
  .about-page .init-4 .content .sPage {
    margin-top: 20px;
  }
  .about-page .init-4 .content .sPage .btn {
    width: 30px;
    height: 16px;
  }
  .about-page .init-4 .content .sPage .next {
    margin-left: 20px;
  }
  .about-page .init-5 .container .content {
    margin-top: 20px;
  }
  .about-page .init-5 .container .content .left {
    padding: 20px 10px;
  }
  .about-page .init-5 .container .content .left .des {
    margin-top: 10px;
  }
  .about-page .init-5 .container .content .left .more {
    margin-top: 10px;
  }
}
.contact-page .init-1 {
  /*border-bottom: 1px solid #f2f2f2;*/
}
.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}
.contact-page .init-1 .container .left .list {
  margin-top: 90px;
}
.contact-page .init-1 .container .left .list .imgC {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
}
.contact-page .init-1 .container .left .list .imgC img {
  max-width: 20px;
}
.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}
.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}
.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 18px;
}
.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}
.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
  font-size: 16px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}

.contact-page .init-1 .container .right form input[type='submit'] {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
  width: 100%;
  background-color: var(--color);
  color: white;
  border: 1px solid transparent;
  transition: all 0.5s;
  font-size: 18px;
}
.contact-page .init-1 .container .right form input[type='submit']:hover{
  border-color:var(--color);
  color: var(--color);
  background-color: transparent; 
}
.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-2 .container .list {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 40px;
}
.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}
.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}
.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
  }
  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 18px;
  }
  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }
  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}
.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}
.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}
.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}
.news-page .init-2 {
  background-color: #f9f9f9;
}
.news-page .init-2 .container ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}
.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}
.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}
.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}
.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}
.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}
.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
}
.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}
.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}
.appdet-page .init-1 {
  padding: 30px 0;
}
.appdet-page .init-1 .container ul li .box {
  min-height: 190px;
  padding: 10px;
}
.appdet-page .init-1 .container ul li .box .img {
  display: block;
  height: 46px;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.appdet-page .init-1 .container ul li .box .text {
  margin-top: 10px;
}
.appdet-page .init-1 .container ul li .box .text a {
  display: block;
  text-align: center;
}
.appdet-page .init-1 .container ul li .box:hover,
.appdet-page .init-1 .container ul li .box.active {
  background-color: var(--color);
  color: #fff;
}
.appdet-page .init-1 .container ul li .box:hover .imgC img,
.appdet-page .init-1 .container ul li .box.active .imgC img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.appdet-page .init-2 {
  z-index: 1;
  position: relative;
}
.appdet-page .init-2 .shadow {
  min-height: 160px;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.appdet-page .init-2 .container .des {
  color: #fff;
  margin: auto;
  max-width: 870px;
  text-align: center;
  padding-bottom: 30px;
}
.appdet-page .init-2 .container .img {
  margin-top: 40px;
  display: block;
  width: 100%;
}
@media (max-width: 1250px) {
  .appdet-page .init-1{
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .appdet-page .init-2 .shadow {
    display: none;
  }
  .appdet-page .init-2 .container .des {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .appdet-page .init-2 .container .img {
    margin-top: 20px;
  }
}
.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  background-color:#0b1220;
  color: #fff;
  font-weight: 300;
  padding: 10px 30px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}
.manufacture-page .init-1 {
  background-color: #f9f9f9;
}
.manufacture-page .init-1 .container .tipsTitleC em{
  color: var(--color);
}
.manufacture-page .init-1 .container .des {
  max-width: 1130px;
  margin: 30px auto 0;
  text-align: center;
}
.manufacture-page .init-1 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.manufacture-page .init-1 .container .listCont .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  position: relative;
}
.manufacture-page .init-1 .container .listCont .list img {
  width: 100%;
}
.manufacture-page .init-1 .container .listCont .list .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: rgba(222, 28, 49, 0.8);
}
.manufacture-page .init-2 .container {
  width: 100%;
}
.manufacture-page .init-2 .container .listC {
  margin-top: 160px;
  width: 100%;
}
.manufacture-page .init-2 .container .listC .textC {
  position: relative;
  z-index: 2;
  width: 42%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 50px 130px 50px 50px;
  background-color: #fff;
  margin-left: auto;
  left: 80px;
}
.manufacture-page .init-2 .container .listC .textC .title {
  font-weight: 600;
  color: var(--color);
}
.manufacture-page .init-2 .container .listC .textC .des {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
  margin-top: 16px;
}
.manufacture-page .init-2 .container .listC .textC .more {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .imgC {
  width: 50%;
}
.manufacture-page .init-2 .container .listC .imgC img {
  width: 100%;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .imgC {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .textC {
  left: -80px;
  margin-left: 0;
  margin-right: auto;
}
.manufacture-page .init-3 .container .tipsTitleC em{
  color: var(--color);
}
.manufacture-page .init-3 .container .content2 {
  position: relative;
  margin-top: 60px;
}
.manufacture-page .init-3 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.manufacture-page .init-3 .container .content2 .btn:hover {
  background-color: var(--color);
}
.manufacture-page .init-3 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.manufacture-page .init-3 .container .content2 .swiper {
  margin: 0 -20px;
}
.manufacture-page .init-3 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.manufacture-page .init-3 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.manufacture-page .init-3 .container .content2 ul li .box .img {
  display: block;
}
.manufacture-page .init-3 .container .content2 ul li .box .img img {
  width: 100%;
}
.manufacture-page .init-3 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1500px) {
  .manufacture-page .init-2 .container .listC .textC {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 1250px) {
  .manufacture-page .init-2 .container {
    width: 970px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    width: 100%;
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .imgC {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .manufacture-page .init-2 .container .listC:nth-child(2) .textC {
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul {
    max-width: 600px;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 80px;
  }
  .manufacture-page .init-3 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .manufacture-page .init-1 .container .listCont {
    margin-top: 0;
  }
  .manufacture-page .init-1 .container .listCont .list {
    width: 100%;
  }
  .manufacture-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .manufacture-page .init-2 .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .manufacture-page .init-1 .container .des {
    margin: 10px auto 0;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 40px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    padding: 40px 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .des {
    margin-top: 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
    margin-top: 10px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
    font-size: 30px;
  }
  .manufacture-page .init-2 .container .listC .textC .more {
    margin-top: 16px;
  }
  .manufacture-page .init-3 .container .content2 {
    margin-top: 10px;
  }
}



/*SEO START*/
.proPublic .init-releted .content.sinewseo ul li .box .text {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 340px;
    font-weight: 600;
    padding: 15px 0;
}
.proPublic .init-releted .content.sinewseo ul li .box .des.font-16 {
    font-size: 15px;
    line-height: 2;
}
.proPublic .init-releted .content.sinewseo ul li .box .time.font-18 {
    font-size: 16px;
    margin-top: 15px;
}
.proPublic.pb-80 {
    /*padding-bottom: 200px;*/
}
.inner-banner .mbx {
    font-size: 16px;
    margin-top: 15px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.7;
}
.newdet-page .init-1 .container .content {
    line-height: 2;
}
.proSideCont .proSideRight .init-2 {
    line-height: 2;
}
.proPublic .init-about .des {
    line-height: 2;
    font-size: 16px;
}
.proPublic .init-news .content ul li .box .title {
    line-height: 1.8;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
    font-size: 17px;
    line-height: 2;
}
.product-page .init-1 .content ul li .box .text {
    font-weight: 300;
    line-height: 1.8;
}
.news-page .init-2 .container ul li .box .right .title {
    font-size: 20px;
    line-height: 1.7;
}
.news-page .init-2 .container ul li .box .right .des {
    font-size: 15px;
}
.newdet-page .init-1 .container .content ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #8a8a8a;
    font-size: 1.2em;
}



@media (max-width: 500px) {
  .inner-banner .mbx {
      font-size: 13px;
      line-height: 1.6;
      margin-top: 15px;
  }
  .font-40 {
      font-size: 20px;
  }
.prodet-page .init-1 .right .des {
    color: #666;
    margin-top: 20px;
    padding-right: 4px;
}
.proPublic .init-about .des {
    max-height: auto;
}
a.foota {
    display: none;
}
#mobile .menu-content .menu-list ul li a {
    line-height: 2;
}
#mobile .menu-content .menu-list ul li li a {
    font-size: 14px;
    line-height: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    line-height: 1.7;
}
#index-body .init-2 .container .left .more {
    margin-top: 25px;
}
#index-body .init-3 .container .contentC .listC ul li .box .img img {
    height: 450px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 18px;
}
.newdet-page .init-1 .container .title {
    font-size: 20px;
    line-height: 1.8;
}
.newdet-page .init-1 .container .m-link {
    font-size: 15px;
    line-height: 2;
}
.proPublic.pb-80 {
    padding-bottom: 80px;
}

}


/*SEO END*/

.tipsTitleC {
    position: relative
}

.tipsTitleC .tipsTitleImg {
    width: 166px;
    height: 64px;
    position: absolute;
    left: -60px
}

.tipsTitleC .tipsTitle {
    position: relative;
    z-index: 2;
    font-family: var(--font);
}

.tipsTitleC.white {
    color: #fff
}

.tipsTitleC.white .tipsTitleImg {
    -webkit-filter: grayscale(1) brightness(5);
    filter: grayscale(1) brightness(5)
}







.m-auto{
  margin: auto;
}
.i-title h3 {
  color: #393939;
}
.i-title h3 em {
  color: var(--color);
}
.listDots.start li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.listDots.start li::before {
  margin-top: 12px;
}
.listDots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.listDots li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: var(--color);
}
.listDots li p {
  width: -webkit-calc(100% - 21px);
  width: -moz-calc(100% - 21px);
  width: calc(100% - 21px);
}
.oem-page {
  background-color: #ffffff;
  padding: 120px 0;
}
.oem-page .oem-2 {
  background-color: #f7f7f7;
  padding: 80px 0 65px;
  margin-top: 100px;
}
.oem-page .oem-2 ul li .box .listDots li{
  padding: 0;
}
.oem-page .oem-2 .slickDots ul li {
  width: 80px;
  height: 3px;
  background-color: #000;
  margin: 0 5px;
  border: none;
  border-radius: 0;
}
.oem-page .oem-2 .slickDots ul li.slick-active {
  background-color: var(--color);
}
.oem-page .oem-3 {
  background: url("../images/oem3-bg.jpg") no-repeat;
  background-size: cover;
}
.oem-page .oem-3 ul {
  margin: -15px -13px;
}
.oem-page .oem-3 ul li {
  padding: 15px 13px;
  width: 50%;
}
.oem-page .oem-3 ul li .box {
  min-height: 325px;
  padding: 40px;
  background-color: white;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .oem-3 ul li .box ol li{
  width: 100%;
  padding: 0;
  align-items: flex-start;
}
.oem-page .oem-3 ul li .box ol li::before{
  margin-top: 12px;
  transition: all 0.5s;
}
.oem-page .oem-3 ul li .box:hover ol li::before{
  background-color: white;
}
.oem-page .oem-3 ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.oem-page .oem-3 ul li .box::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: var(--color);
  position: absolute;
  right: 0;
  top: 0;
}
.technical-page {
  background-color: #fff;
  padding: 120px 0;
}
.technical-page .technical-2 {
  padding: 115px 0 85px;
  background-color: #f7f7f7;
}
.technical-page .technical-2 .slickDots ul li {
  width: 80px;
  height: 3px;
  background-color: #000;
  margin: 0 5px;
  border: none;
  border-radius: 0;
}
.technical-page .technical-2 .slickDots ul li.slick-active {
  background-color: var(--color);
}
.sales-page {
  background-color: #fff;
  padding: 120px 0;
}
.sales-page .sales-1 .right form {
  width: 100%;
}
.sales-page .sales-1 .right form input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 0 40px;
  height: 55px;
  font-size: 18px;
  font-weight: 300;
}
.sales-page .sales-1 .right form input::-webkit-input-placeholder {
  color: #000;
}
.sales-page .sales-1 .right form input[type='submit'] {
  background-color: var(--color);
  color: white;
  border: 1px solid var(--color);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
.sales-page .sales-1 .right form input[type='submit']:hover {
  background-color: transparent;
  color: var(--color);
}
.sales-page .sales-2 .content ul li .img {
  border-radius: 10px;
  overflow: hidden;
}
.sales-page .sales-2 .content .slick-dots li {
  width: 15px;
  height: 15px;
  border: none;
  background-color: #eee;
  margin: 0 6px;
}
.sales-page .sales-2 .content .slick-dots li.slick-active {
  background-color: var(--color);
}
.sales-page .sales-3 .content {
  padding: 0 85px;
}

.faq .container ul {
  width: 100%;
}
.faq .container ul li {
  margin-bottom: 15px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.faq .container ul li:last-child {
  margin-bottom: 0;
}
.faq .container ul li.active {
  color: white;
  background-color: var(--color);
}
.faq .container ul li.active .title {
  border-color: transparent;
}
.faq .container ul li.active .text {
  padding: 10px 35px 20px;
  max-height: 200px;
}
.faq .container ul li .title {
  width: 100%;
  height: 70px;
  cursor: pointer;
  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;
  padding: 0 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.faq .container ul li .title h3 {
  font-weight: 300;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  text-align: left;
}
.faq .container ul li .title i {
  font-size: 24px;
}
.faq .container ul li .text {
  padding: 0 35px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .technical-page .technical-1 .left {
    width: 50%;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .sales-page .sales-1 .right {
    width: 100%;
  }
  .sales-page .sales-1 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .sales-page .sales-3 .content {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .oem-page .oem-3 ul li {
    width: 100%;
  }
  .oem-page .oem-3 ul li h4 {
    font-size: 20px;
  }
  .technical-page .technical-1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .technical-page .technical-1 .right {
    width: 100%;
  }
  .technical-page .technical-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .technical-page .technical-3 .left {
    width: 100%;
  }
  .sales-page .sales-1 .right form input {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
    .faq .container ul li .title .img {
    display: none;
  }
  .faq .container ul li .title {
    height: auto;
    padding: 15px;
  }
  .faq .container ul li.active .text {
    padding: 20px 15px;
  }
}
.heat-treatment-page {
  background-color: white;
  padding-bottom: 0;
  padding-top: 100px;
}
.heat-treatment-page .heat-treatment-2 {
  background-color: #f7f7f7;
  padding: 80px 0 90px;
}
.heat-treatment-page .heat-treatment-2 ul li ol li {
  padding: 0;
}
.heat-treatment-page .heat-treatment-2 ul li ol li::before {
  margin-top: 14px;
}
.heat-treatment-page .heat-treatment-2 ul li ol li p {
  line-height: 1.8;
}
.heat-treatment-page .heat-treatment-4 {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.heat-treatment-page .heat-treatment-4 ol.listDots li::before {
  margin-top: 12px;
}
@media screen and (max-width: 700px) {
  .heat-treatment-1 {
    margin-bottom: 60px;
  }
  .heat-treatment-page .heat-treatment-4 ul li {
    width: 100%;
    margin: 20px 0;
  }
}
.quality-page {
  background-color: white;
  padding: 120px 0;
}
.quality-page .quality-1 .left span {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .quality-1 .left span::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: black;
  margin-right: 10px;
}
.quality-page .quality-3 ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.quality-page .quality-3 ul > li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-3 ul > li .img {
  width: 50%;
}
.quality-page .quality-3 ul > li .text {
  width: 50%;
  padding-left: 80px;
  padding-top: 30px;
}
.quality-page .quality-3 ul > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.quality-page .quality-3 ul > li:nth-child(even) .text {
  padding-left: 0;
  padding-right: 80px;
}
.stamping-page {
  background-color: white;
  padding: 120px 0;
}

.stamping-page .stamping-1 .right span {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stamping-page .stamping-1 .right span::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: black;
  margin-right: 10px;
}
.stamping-page .stamping-1 .right .listDots li::before {
  margin-top: 12px;
}
.stamping-page .stamping-3 ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stamping-page .stamping-3 ul > li .img {
  width: 50%;
}
.stamping-page .stamping-3 ul > li .text {
  width: 50%;
  padding-left: 80px;
  padding-top: 30px;
}
.stamping-page .stamping-3 ul > li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.stamping-page .stamping-3 ul > li:nth-child(odd) .text {
  padding-left: 0;
  padding-right: 80px;
}

.coating-page {
  background-color: white;
  padding: 120px 0;
}
.coating-page .coating-1 .right span {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coating-page .coating-1 .right span::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: black;
  margin-right: 10px;
}
.stamping-page .stamping-2 table tr td{
  width: 33.3333% !important;
}

@media screen and (max-width: 1250px) {
  .quality-page .quality-3 ul > li .text {
    padding-left: 40px;
    padding-top: 0;
  }
  .quality-page .quality-3 ul > li:nth-child(even) .text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .stamping-page .stamping-3 ul > li .text {
    padding: 30px 0 30px 40px;
  }
  .stamping-page .stamping-3 ul > li:nth-child(odd) .text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-3 ul > li .text {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .quality-page .quality-3 ul > li .img {
    width: 100%;
  }
  .quality-page .quality-1 .left {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
  .quality-page .quality-1 .right {
    width: 100%;
  }
  .coating-page .coating-1 .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  .coating-page .coating-1 .left {
    width: 100%;
  }
  .stamping-page .stamping-1 .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .stamping-page .stamping-1 .left {
    width: 100%;
  }
  .stamping-page .stamping-3 ul > li .text {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .stamping-page .stamping-3 ul > li .img {
    width: 100%;
  }
}
