@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GaboDrive';
  src: url('../fonts/GaboDrive.woff2') format('woff2'), url('../fonts/GaboDrive.ttf') format('truetype'), url('../fonts/GaboDrive.eot') format('embedded-opentype'), url('../fonts/GaboDrive.woff') format('woff');
}
@font-face {
  font-family: 'Coalition';
  src: url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.ttf') format('truetype'), url('../fonts/Coalition.eot') format('embedded-opentype'), url('../fonts/Coalition.woff') format('woff');
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.font-92 {
    font-size: 48px;
}
body {
  position: relative;
  font-family: 'Poppins';
  font-weight: normal;
  margin: 0 auto;
  color: #000;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.img_cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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;
  -o-object-fit: contain;
  object-fit: contain;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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;
      line-height: 28px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#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%) rotate(45deg);
  -o-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%) rotate(-45deg);
  -o-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;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  
}
.img_sca:hover{
  border: 1px solid #f08200;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #f08200;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1670px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #010202;
}

/* 栅格 */
.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.55%;
}
.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%;
    }
    #footer .bottom.container .box span a.foot-link{
      display: none!important;
    }

}
@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%;
    }
    #index-body .init-1 .container .left .des{
      line-height: 2;
    }
    p.font-18,
    .mbx.font-18,
    h4.font-24{
      line-height: 2;
    }
}
@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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header > .nav {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 15px 0;
  height: 89px;
  display: flex;
  align-items: center;
  background: #000
}

#header .nav .ui.menu .menu-box {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1.8;
  color: white;
  text-transform: uppercase;
  margin-right: 45px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
  border-color:var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  line-height: 2;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  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);
}
#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::after{
  content:"\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  right: 10px;
  top:50%;
  transform: translateY(-50%);
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li.cur{
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li.cur::after{
  display: block;
}


#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
  padding-right: 30px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}
#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 .menu-box ul.menu > li ul.sub-menu li ul.sub-menu{
  transition: opacity 0.5s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover > ul.sub-menu{
  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);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu{
  transition: opacity 0.5s ;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu{
  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);
}



table tr:nth-child(even){
  background: #474747;
}


#header > .nav > .menu .menu-box .right {
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .right .search_c form {
  position: relative;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #676767;
}
#header > .nav > .menu .menu-box .right .search_c form input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
#header > .nav > .menu .menu-box .right .search_c form .text {
  padding-right: 30px;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .search_c form .text::placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .search_c form .submit {
  width: 16px;
  height: 16px;
  top: 6px;
  right: 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  cursor: pointer;
  margin-left: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  width: 26px;
  height: 26px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  color: #000;
  background-color: #fff;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  padding: 5px 0;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
}
#header > .nav .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.active_inner > .nav {
  background-color: #000;
}
@keyframes rot_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
  height: 50px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  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;
}
.more::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.more:hover::before {
  right: 0;
}
.more:hover span {
  color: var(--color);
}
.more i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 5;
  margin-left: 30px;
  font-weight: bold;
}
.more span {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.white {
  color: white;
}
.black {
  color: black;
}
.tit-title{
  font-family: 'Coalition';
}
.h-title span {
  font-size: 24px;
  line-height: 1.8;
}
.h-title h3 {
  font-family: 'Coalition';
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
.theme-color {
  color: var(--color);
}
.tit-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tit-hover:hover {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  padding-top: 89px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .slickDots{
  right:90px;
  top:50%;
  transform: translateY(-50%);
}

#banner .banner-content .slickDots .slick-dots {
  flex-direction: column;
}
#banner .banner-content .slickDots .slick-dots li {
  margin-bottom: 30px;
  border-color: white;
  background-color: transparent;
  position: relative;
  margin-left: 0;
}
#banner .banner-content .slickDots .slick-dots li::before {
  content: '';
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: white;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content .slickDots .slick-dots li.slick-active {
  background-color: white;
}
#banner .banner-content .slickDots .slick-dots li:last-child {
  margin-bottom: 0;
}
#banner .banner-content .slickDots .slick-dots li:last-child::before {
  display: none;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .bg{
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
#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%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#banner .banner-content ul li .content .text_img {
  margin-top: 13%;
}
#banner .banner-content ul li .content .pro_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 73%;
}
#banner .banner-content ul li .content .box {
  max-width: 485px;
  bottom: 16%;
  right: 15px;
}
#banner .banner-content .sub_left {
  left: 145px;
  bottom: 15%;
}
#banner .banner-content .sub_left .share_list {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 60px;
}
#banner .banner-content .sub_left .share_list a {
  display: block;
  font-size: 22px;
  margin-top: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#banner .banner-content .sub_left .share_list a:hover {
  color: var(--color);
}
#banner .banner-content .sub_left .share_list a:first-child {
  margin-top: 0;
}
#banner .banner-content .sub_left .sub {
  width: 28px;
  margin-right: 20px;
}
#banner .banner-content .sub_left .sub .line {
  width: 1px;
  height: 118px;
  background-color: #fff;
  margin: auto;
}
#banner .banner-content .sub_left .sub .text {
  width: 100%;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 18px;
  margin-top: 16px;
}
.lh-1 {
  line-height: 1.4;
}
.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;
}
@-webkit-keyframes btn_scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes btn_scale {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes btn_scale {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}



#index-body {
  background-color: #010202;
}
#index-body .slickDots .slick-dots {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .slickDots .slick-dots li {
  margin-right: 30px;
  border-color: white;
  background-color: transparent;
  position: relative;
  margin-left: 0;
}
#index-body .slickDots .slick-dots li::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: white;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .slickDots .slick-dots li.slick-active {
  background-color: white;
}
#index-body .slickDots .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .slickDots .slick-dots li:last-child::before {
  display: none;
}
#index-body .category {
  padding: 100px 0 120px;
}
#index-body .category .content {
  padding: 65px 0;
  background: url("../images/category-center.png") no-repeat center;
}
#index-body .category .content .left ul li,
#index-body .category .content .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .category .content .left ul li:hover .text h3,
#index-body .category .content .right ul li:hover .text h3 {
  color: #ef7120;
}
#index-body .category .content .left ul li h2,
#index-body .category .content .right ul li h2 {
  font-size: 90px;
  color: #ef7120;
  font-family: 'GaboDrive';
  line-height: 1;
  -webkit-clip-path: polygon(100% 0, 100% 38%, 68% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 45%, 33% 100%, 0 100%, 0 0);
  margin-top: -20px;
}
#index-body .category .content .left ul li .text h3,
#index-body .category .content .right ul li .text h3 {
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .content .left ul li .text p,
#index-body .category .content .right ul li .text p {
  font-weight: 300;
  max-width: 490px;
}
#index-body .category .content .left ul li:nth-child(2){
  padding-right: 30px;
}
#index-body .category .content .right ul li:nth-child(2){
  padding-left: 30px;
}
#index-body .category .content .left ul li:nth-child(2),
#index-body .category .content .right ul li:nth-child(2){
  margin: 90px 0;
}

#index-body .category a.more {
  margin: 0 auto;
}
#index-body .application {
  position: relative;
}
#index-body .application .bigImg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#index-body .application .bigImg ul li{
  height: 1060px;
}
#index-body .application .bigImg ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
#index-body .application .app-text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
#index-body .application .app-r{
  right:0;
  top:0;
  z-index: 3;
  height: 100%;
  max-width: 55%;
  object-fit: cover;
  object-position: bottom;
}
#index-body .application .container {
  height: 100%;
  z-index: 5;
}
#index-body .application .container .left {
  padding: 125px 0;
}
#index-body .application .container .left .h-title {
  margin-bottom: 460px;
}
#index-body .customer {
  background: url("../images/customer-bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
#index-body .customer .left {
  max-width: 580px;
}
#index-body .customer .left .slickDots{
  padding-left: 150px;
}
#index-body .customer .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
}
#index-body .customer .left ul li .text {
  width: -webkit-calc(100% - 135px);
  width: -moz-calc(100% - 135px);
  width: calc(100% - 135px);
}
#index-body .customer .left ul li .text .text-b {
  position: relative;
}
#index-body .customer .left ul li .text .text-b::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 26px;
  background: url("../images/dou.png") no-repeat;
  left: -40px;
  top: -22px;
}
#index-body .customer .center {
  position: relative;
}
#index-body .customer .center .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .customer .center .btn:nth-child(2) {
  left: -4.5%;
  top: 14.5%;
}
#index-body .customer .center .btn:nth-child(3) {
  left: 13.5%;
  top: 7.5%;
}
#index-body .customer .center .btn:nth-child(4) {
  left: 32.5%;
  top: 82.5%;
}
#index-body .customer .center .btn:nth-child(4) .box {
  top: unset;
  bottom: 15px;
}
#index-body .customer .center .btn:nth-child(4) .box::before {
  top: unset;
  bottom: 17px;
}
#index-body .customer .center .btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-animation: btn_scale 4s infinite;
  -moz-animation: btn_scale 4s infinite;
  animation: btn_scale 4s infinite;
}
#index-body .customer .center .btn.active::before{
  background-color: rgba(240, 130, 0, 0.4);
}
#index-body .customer .center .btn.active i{
  background-color: var(--color);
  color: white;
}
#index-body .customer .center .btn i {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 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;
  font-size: 20px;
  color: var(--color);
}
#index-body .customer .center .btn.active .box {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#index-body .customer .center .btn .box {
  position: absolute;
  left: 120%;
  top: 15px;
  width: 250px;
  -webkit-box-shadow: 0 0 5px #f08200;
  box-shadow: 0 0 5px #f08200;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#index-body .customer .center .btn .box::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
}
#index-body .customer .center .btn .box .text {
  padding: 25px 20px;
  background-color: white;
}
#index-body .customer .right {
  width: 33%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 65px 110px;
  background-color: var(--color);
}
#index-body .customer .right form input[type='text'] {
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  color: white;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 15px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 55px;
}
#index-body .customer .right form input[type='text']:focus {
  border-color: #ffffff;
}
#index-body .customer .right form input::-webkit-input-placeholder {
  color: white;
}
#index-body .customer .right form input[type="submit"] {
  background-color: #1b1b1b;
  padding: 5px 40px;
  color: white;
  border: 1px solid #1b1b1b;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .customer .right form input[type="submit"]:hover {
  background-color: transparent;
  border-color: white;
}
#index-body .news {
  padding: 100px 0 145px;
}

#index-body .news ul .slick-current + .slick-slide li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#index-body .news ul li .box h4 {
  font-weight: 500;
}
#index-body .news ul li{
  padding-bottom: 35px;
}
#index-body .news ul li .box a.btn span {
  border-bottom: 1px solid var(--color);
  font-weight: 500;
}
#footer {
  background-color: #171718;
}
#footer .center {
  padding: 80px 15px;
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
}
#footer .center ul li.contact {
  max-width: 310px;
}
#footer .center ul li.contact .c-list {
  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;
  margin-bottom: 10px;
}
#footer .center ul li.contact .c-list:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
#footer .center ul li.contact .c-list i {
  font-size: 30px;
  color: var(--color);
}
#footer .center ul li.contact .c-list span {
  margin-left: 10px;
}
#footer .center ul li.link {
  width: 41.5%;
}
#footer .center ul li.partner ol li:nth-child(2){
  justify-content: center;
}
#footer .center ul li.link .link-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#footer .center ul li.link .link-list .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .center ul li.link .link-list .share a {
  width: 45px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 35px;
  color: var(--color);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--color);
  margin-right: 12px;
}
#footer .center ul li.link .link-list .share a:last-child {
  margin-right: 0;
}
#footer .center ul li.link .link-list .share a:hover {
  color: white;
  background-color: var(--color);
}
#footer .center ul li.link .link-list .share a i {
  font-size: 22px;
}
#footer .center ul li.link .link-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer .center ul li.link .link-list span {
  line-height: 1.8;
  margin-right: 25px;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li.link .link-list span:last-child {
  margin-right: 0;
}
#footer .center ul li.link .link-list span:hover {
  color: var(--color);
}
#footer .center ul li.partner ol li {
  margin: 0 -3px;
}
#footer .center ul li.partner ol li .img {
  padding: 0 3px;
  opacity: 0.4;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li.partner ol li .img.active {
  opacity: 1;
}
#footer .center ul li.partner ol li:nth-child(2) {
  margin: -14px 0;
}

#footer .center ul li h4 {
  font-size: 30px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}
#footer .center ul li span {
  font-size: 18px;
  line-height: 1.8;
  color: white;
  display: block;
  font-weight: 300;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .bottom.container .box {
  height: 80px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
#footer .bottom.container .box span {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
#footer .bottom.container .box span a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .bottom.container .box span a:hover {
  color: #ffffff;
}
#footer .bottom.container .box span img {
  width: 280px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}







#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  position: relative;
  z-index: 2;
  background-color: #010202;
  overflow: hidden;
}
#index-body .init-1 .xh {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-1 .xh canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#index-body .init-1 .container {
  color: #fff;
  justify-content: space-between;
}
#index-body .init-1 .container .left {
  width: 49%;
}
#index-body .init-1 .container .left .h-title h3 {
  line-height: 1.4;
}
#index-body .init-1 .container .left .des {
  line-height: 1.8;
  margin-top: 26px;
  font-weight: 300;
  /*max-height: 260px;
    overflow: auto;*/
}
#index-body .init-1 .container .left ul li{
  display: flex;
  margin: 17px 0;
}
#index-body .init-1 .container .left ul li img{
  width: fit-content;
}
#index-body .init-1 .container .left ul li .text{
  width: calc(100% - 50px);
}
#index-body .init-1 .container .left ul li .text h4{
  font-weight: 600;
}
#index-body .init-1 .container .left .play{
  width:115px;
  height: 115px;
  position: relative;
  margin-left: -10px;
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
}
@-moz-keyframes play_scale {
  0% {
    -moz-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
  50% {
    -moz-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  100% {
    -moz-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
}
@keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    -moz-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    -moz-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
}
#index-body .init-1 .container .left .play::before{
  content:"";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: rgba(240, 130, 0, 0.6);
  animation: play_scale 2s infinite;
}
#index-body .init-1 .container .left .bot .line{
  width: 50px;
  height: 1px;
  background-color: var(--color);
}
#index-body .init-1 .container .middle {
  width: 26%;
  position: relative;
  padding-left: 50px;
  margin-left: -35px;
}

#index-body .init-1 .container .middle i {
  font-size: 30px;
  position: absolute;
  top: 40%;
  left: 0;
  cursor: pointer;
}
#index-body .init-1 .container .middle .swiper .swiper-wrapper .swiper-slide .img {
  height: 480px;
  background-size: cover;
}
#index-body .init-1 .container .middle .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  position: relative;
}
#index-body .init-1 .container .middle .swiper .swiper-wrapper .swiper-slide .text span{
  position: absolute;
  left: 0;
  top:50%;
  transform: translate(0,-50%);
  font-size: 45px;
  font-family: 'GaboDrive';
  color: var(--color); 
  opacity: 0.6;
}
#index-body .init-1 .container .middle .swiper .swiper-wrapper .swiper-slide .text p{
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .middle .s_page {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 15px;
}
#index-body .init-1 .container .middle .s_page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 14px;
  opacity: 1;
  background-color: #8d8d8d;
  transition: all 0.5s;
}
#index-body .init-1 .container .middle .s_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-1 .container .right {
  width: 24%;
  background-color: #1e1e1e;
  align-self: flex-start;
  padding: 24px 30px 70px 24px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
#index-body .init-1 .container .right .slickDots{
  position: absolute;
  right:30px;
  bottom: 30px;
}
#index-body .init-1 .container .right .slickDots .slick-dots li{
  background-color: #8d8d8d;
  border: none;
  margin: 0 10px !important;
}
#index-body .init-1 .container .right .slickDots .slick-dots li.slick-active{
  background-color: var(--color);
}
#index-body .init-1 .container .right .slickDots .slick-dots li::before{
  display: none;
}
#index-body .init-1 .container .right .company{
  color: #f08200;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
#index-body .init-1 .container .right .img {
  height: 520px;
}
#index-body .init-1 .container .right .title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 600;
}
#index-body .init-1 .container .right .des {
  font-size: 24px;
  line-height: 1.8;
  color: var(--color);
  margin-top: 20px;
  letter-spacing: 5px;
  font-weight: 300;
}
#index-body .init-2 {
  background-size: cover;
  color: #fff;
  background: url('../images/pro-bg.jpg') no-repeat;
  padding-bottom: 85px;
}
#index-body .init-2 .container {
  text-align: center;
}
#index-body .init-2 .container .tips_title {
  font-weight: bold;
  margin-top: 10px;
}
#index-body .init-2 .container .content {
  margin-top: 50px;
  position: relative;
}
#index-body .init-2 .container .content .arrow{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--color);
  font-size: 30px;
  font-weight: 300;
  color: var(--color);
  cursor: pointer;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index:10;
}
#index-body .init-2 .container .content .arrow.prev{
  left:-30px;
}
#index-body .init-2 .container .content .arrow.next{
  right:-30px;
}
#index-body .init-2 .container .content .arrow:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 16px;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: var(--color);
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 20px;
  }
    #banner .banner-content ul li .content .box{
    bottom:22%;
  }
  #header .nav .ui.menu{
    width: 90%;
    padding: 0 25px;
  }
}
@media (max-width: 1650px) {
  #banner .banner-content ul li .content .text_img {
    margin-top: 10%;
    max-width: 70%;
  }
  #index-body .customer .left {
    max-width: 30%;
  }
  #footer .center ul li.link .link-list span{
    margin: 10px 25px 10px 0;
  }
}
@media (max-width: 1450px) {
  #header > .nav .logo{
    max-width: 200px;
    margin-right: 10px;
  }
  #index-body .application .container .left{
    max-height: 912px;
  }
      #banner .banner-content ul li .content .box {
        bottom: 28%;
    }
  #index-body .application .bigImg ul li {
    height: 912px;
  }
  #index-body .customer .left .slickDots{
    padding-left: 0;
  }
  #banner .banner-content ul li .content .pro_img {
    width: 40%;
    bottom:65%;
  }
  #banner .banner-content ul li .content .text_img {
    margin-top: 15%;
    max-width: 60%;
  }
  #index-body .application .container .left .h-title {
    margin-bottom: 340px;
  }
  #index-body .init-1 .container .right .title {
    font-size: 32px;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #header > .nav > .menu .menu-box .logo {
    max-width: 160px;
  }
  #index-body .customer .left ul li{
    flex-direction: column;
  }
  #index-body .customer .left ul li .text{
    padding:0;
    width: 100%;
  }
  #index-body .customer .left ul li .img{
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .center ul li.link {
    width: 35%;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu {
    padding: 0 25px;
  }
}
@media (max-width: 1250px) {
  #banner, .inner-banner {
    margin-top: 40px !important;
  }
  #header > .nav > .menu .menu-box .logo {
    width: 100px;
  }
  #banner {
    padding-top: 0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #index-body .init-1 .container .right {
    padding: 20px;
  }
  #banner .banner-content .sub_left {
    left: 25px;
    bottom: 15%;
  }
  #index-body .application .container .left .h-title {
    margin-bottom: 215px;
  }
  #index-body .application .app-text {
    width: 7%;
  }
  #index-body .customer .center {
    max-width: 22%;
  }
  #index-body .customer .right {
    padding: 40px 30px;
  }
  #index-body .news {
    padding: 0px;
  }
  #footer .center ul li.partner{
    display: none;
  }
  #footer .center ul li.link {
    width: 60%;
  }
  #index-body .application .container .left{
    max-height: 730px;
  }
  #index-body .application .bigImg ul li {
    height: 730px;
  }
  .font-92 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
      #banner .banner-content ul li .content .pro_img {
        bottom: 70%;
    }
    #index-body .init-2 .container .content .arrow{
      display: none;
    }
  #mobile {
    display: block;
  }
  .font-92 {
    font-size: 30px;
  }
  #banner .banner-content .slickDots{
    display:none;
  }
  #banner {
    margin-top: 40px;
  }
  #index-body .application .container .left{
    max-height: 520px;
  }
  #index-body .application .bigImg ul li {
    height: 520px;
  }
  #index-body .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-1 .container .left .list_cont .list .text {
    text-align: left;
  }
  #index-body .init-1 .container .middle {
    display: none;
  }
  #index-body .init-1 .container .right {
    display: none;
  }
  #index-body .init-2 .container .content .btn {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    text-align: right;
  }
  #banner .banner-content ul li .content .box a.more{
    margin-left: auto;
  }
  #banner .banner-content .sub_left{
    display: none;
  }
  #banner .banner-content ul li .content .text_img {
    margin-top: 10%;
  }
  #index-body .category .content {
    flex-direction: column;
    padding: 0 15px;
  }
  #index-body .category .content .left,
  #index-body .category .content .right{
    width: 100%;
  }
  #index-body .category .content .left ul li:nth-child(2), 
  #index-body .category .content .right ul li:nth-child(2){
    padding: 0;
  }
  #index-body .category {
      padding: 80px 0;
  }
  #index-body .category a.more{
    margin-top: 60px;
  }
  #index-body .category .content .left ul li .text p br, 
  #index-body .category .content .right ul li .text p br{
    display: none;
  }

  #index-body .application .container .left {
    padding: 65px 0;
  }
  #index-body .application .container .left .h-title {
    margin-bottom: 110px;
  }
  #index-body .init-1 .container .left .bot{
    justify-content: center;
  }
  #index-body .customer .container{
    flex-wrap: wrap;
  }
  #index-body .customer .left {
    width: 100%;
    max-width: 100%;
  }
  #index-body .customer .center{
    margin: 60px auto 0;
    max-width: 100%;
  }
  #index-body .customer .right {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  #footer .bottom.container .box {
    height: auto;
    padding: 15px 0;
  }
  #footer .bottom.container .box span{
    text-align: center;
  }
  #footer .center ul li.link {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  #footer .center ul li.contact {
    width: 100%;
    max-width: 100%;
  }
  #footer .center ul{
    flex-wrap: wrap;
  }
  #index-body .category .content{
    margin-top: 60px;
  }
}
@media (max-width: 700px) {
  .h-title h3 {
    font-size: 30px;
    line-height: 1.6;
  }
  #index-body .category .content .center{
    margin: 30px 0;
  }
  #index-body .application,
  #index-body .customer{
    display: none;
  }
  #index-body .init-1 .container .left ul li{
    width: 100%;
  }
  .font-36 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .font-92 {
    font-size: 24px;
  }
  #banner .banner-content ul li .content .box h2{
    font-size: 24px;
  }
  #banner .banner-content ul li .content .box a.more{
    display: none;
  }
  #index-body .init-1 .container .left .more {
    margin-top: 20px;
    padding: 4px 20px;
  }
  #index-body .init-2 .container .content {
    margin-top: 30px;
  }
}



















/*------------------------------------------------------------inner--------------------------------------------------------------------*/
:root {
  --base-color: var(--color);
    --white: #fff;
  --black: #000;
  --primary: var(--color);
}
.gxs-1 {
  padding-top: 209px;
  padding-bottom: 165px;
}
.gxs-1 .ui.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gxs-1 .ui.container img.dectxt {
  position: absolute;
  width: 100%;
  height: auto;
  top: 58px;
  z-index: 6;
}
.gxs-1 .ui.container .right {
  width: 26%;
  max-width: 390px;
  margin-bottom: 90px;
}
.gxs-1 .ui.container .right p {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 50px;
}
.gxs-1 .ui.container .center {
  position: relative;
  margin-left: 20px;
}
.gxs-1 .ui.container .left {
  width: 208px;
}
.gxs-1 .ui.container .left ul.data li {
  display: block;
  text-align: left;
  margin-top: 95px;
}
.gxs-1 .ui.container .left ul.data li span {
  font-size: 70px;
  color: #8f8f8f;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.gxs-1 .ui.container .left ul.data li:hover span{
 color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .left ul.data li span i {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 24px;
  font-weight: 700;
}
.gxs-1 .ui.container .left ul.data li p {
  color: #fff;
  opacity: 0.5;
}
.gxs-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gxs-2 li {
  height: 90px;
  line-height: 90px;
  position: relative;
  padding: 0 80px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.gxs-2 li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
.gxs-2 li p{
  line-height: 90px;
}
.gxs-3 {
  padding-top: 150px;
}
.gxs-3 .ui.container .box {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-3 .ui.container .box .left {
  width: 50%;
  padding-right: 50px;
}
.gxs-3 .ui.container .box .right {
  width: 50%;
  padding-left: 50px;
}
.gxs-3 .ui.container .box .skety {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.gxs-3 .ui.container .box .h3 {
  color: #fff;
  max-width: 620px;
  margin-bottom: 90px;
}
.gxs-3 .ui.container .box .cateitem {
  margin-bottom: 120px;
}
.gxs-3 .ui.container .box .cateitem .imgbox a {
  width: 100%;
  height: 650px;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}
.gxs-3 .ui.container .box .cateitem .imgbox a img {
  margin-left: -320px;
  max-width: none;
}
.gxs-3 .ui.container .box .cateitem .text {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-3 .ui.container .box .cateitem .text .num {
  padding-right: 40px;
  color: #fff;
  opacity: 0.2;
  font-family:"ark";
}
.gxs-3 .ui.container .box .cateitem .text .rights {
  padding: 20px 0;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.gxs-3 .ui.container .box .cateitem .text .rights .top {
  padding-right: 50px;
  background: url(../images/jiantou-zuoxie.png) center right no-repeat;
}
.gxs-3 .ui.container .box .cateitem .text .rights .top .h4 {
  color: var(--color);
}
.gxs-3 .ui.container .box .cateitem .text .rights p {
  color: #fff;
  opacity: 0.5;

}
.gxs-4 {
  /*padding-top: 60px;*/
  padding-bottom: 150px;
}
.gxs-4 .ui.container {
  text-align: center;
}
.gxs-4 .ui.container .h3 {
  color: #fff;
  margin-bottom: 20px;
}
.gxs-4 .ui.container .main ul.productlist {
  margin: 0 -13px;
}
.gxs-4 .ui.container .main ul.productlist li {
  padding: 0 13px;
}
.gxs-4 .ui.container .main ul.productlist li .item:hover .top .imgbox a.hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.gxs-4 .ui.container .main ul.productlist li .item .top {
  height: 403px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .imgbox {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .imgbox a.hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.5);
  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;
  top: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .bottom {
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-bottom: 2px solid var(--color);
  width: 100%;
  display: none;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 {
  color: #fff;
  margin-top: 30px;
  min-height: 5.6em;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-5 {
  position: relative;
}
.gxs-5 .main {
  position: relative;
}
.gxs-5 .main ul.applist li {
  position: relative;
}
.gxs-5 .main ul.applist li .num {
  font-size: 360px;
  position: absolute;
  z-index: 3;
  left: 15%;
  top: 10%;
}
.gxs-5 .navbox {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
}
.gxs-5 .navbox .ui.container ul.navlist {
  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;
  margin: 0 -30px;
}
.gxs-5 .navbox .ui.container ul.navlist li {
  padding: 0 30px;
}
.gxs-5 .navbox .ui.container ul.navlist li.active .item,
.gxs-5 .navbox .ui.container ul.navlist li:hover .item {
  opacity: 1;
  border-color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .navbox .ui.container ul.navlist li .item {
  padding-bottom: 40px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.5;
}
.gxs-5 .navbox .ui.container ul.navlist li .item .num {
  font-size: 30px;
  color: #fff;
}
.gxs-5 .navbox .ui.container ul.navlist li .item .h3 {
  margin-top: 30px;
  color: #fff;
}
.gxs-6 {
  padding-top: 180px;
}
.gxs-6 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-6 .ui.container .left {
  padding-right: 55px;
  width: 50%;
}
.gxs-6 .ui.container .right {
  width: 50%;
}
.gxs-6 .ui.container .right .top {
  padding-left: 30px;
  color: #fff;
  margin-bottom: 75px;
}
.gxs-6 .ui.container .right .top p {
  opacity: 0.5;
}
.gxs-6 .ui.container .right .bottom {
  padding-left: 80px;
  position: relative;
}
.gxs-6 .ui.container .right .bottom .main {
  position: relative;
}
.gxs-6 .ui.container .right .bottom .main .navbox {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 21%;
}
.gxs-6 .ui.container .right .bottom .main .navbox .text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  margin: 0 15px;
}
.gxs-6 .ui.container .right .bottom .main .navbox .text em {
  margin: 0 5px;
}
.gxs-6 .ui.container .right .bottom .main .navbox .btn {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.gxs-6 .ui.container .right .bottom .main .navbox .btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-6 .ui.container .right .bottom:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 30px;
  width: 1px;
  background: #fff;
  opacity: 0.5;
  bottom: 0;
}
.gxs-6 .ui.container .right .bottom:after {
  content: "";
  position: absolute;
  left: -5px;
  width: -webkit-calc(100% + 35px);
  width: -moz-calc(100% + 35px);
  width: calc(100% + 35px);
  background: #fff;
  opacity: 0.5;
  height: 1px;
  top: 43%;
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text {
  margin-top: 85px;
  color: #fff;
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text .h4 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text .h4:before {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color);
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text p {
  opacity: 0.5;

}
.gxs-7 {
  padding-top: 140px;
}
.gxs-7 .ui.container .h3 {
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}
.gxs-7 .ui.container .newsmain ul.newslist {
  margin: 0 -14px;
}
.gxs-7 .ui.container .newsmain ul.newslist li {
  padding: 0 14px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item {
  height: 765px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item:hover .imgbox a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 475px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .imgbox {
  display: inline-block;
  width: 100%;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .imgbox a {
  width: 100%;
  height: 368px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text {
  color: #fff;
  padding-top: 20px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text > a {
  color: var(--color);
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text span {
  opacity: 0.3;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text .h4 {
  /*margin: 15px 0;*/
  min-height: 6em;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-8 {
  padding-bottom: 100px;
  padding-top: 50px;
}
.gxs-8 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}
.gxs-8 .ui.container .h3 {
  color: #fff;
  text-transform: uppercase;
}
.gxs-8 .ui.container form {
  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;
  padding-right: 75px;
  position: relative;
  width: 56%;
  border-bottom: 1px solid #fff;
}
.gxs-8 .ui.container form input[type="text"] {
  width: 50%;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: none;
  height: 60px;
  line-height: 60px;
}
.gxs-8 .ui.container form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="submit"] {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/submit-icon.png) center center no-repeat;
  position: relative;
  border: none;
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.inner-banner {
  position: relative;
  height: 500px;
  background: url(../images/inner-banner-bj.jpg) top center no-repeat;
  background-size: cover !important;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}
.inner-banner.pro_banner{
  background: none;
  height: auto;
  padding: 0;
  margin-top: 89px;
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.inner-banner .content .ui.container .h2 {
  color: #fff;
  font-family: 'Coalition';
}
.inner-banner .content .ui.container .h2 em {
  color: var(--color);
}
.inner-banner .content .ui.container .mbx {
  color: #fff;
  margin-top: 25px;
}
.inner-page {
  color: #fff;
}
.m-page {
  margin: 60px 0;
}
.m-page > div {
  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;
}
.m-page > div span,
.m-page > div a {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid var(--color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
}
.m-page > div span:hover,
.m-page > div a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #000;
}
.m-page > div span {
  background: var(--color);
}
.about-page {
  background-image: url(../images/inner-about-222.png);
  background-position-x: right;
  background-position-y: 0%;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.about-page .about-1 {
  padding-top: 120px;
}
.about-page .about-1 .ui.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  width: 40%;
}
.about-page .about-1 .ui.container .right {
  width: 55%;
}
.about-page .about-1 .ui.container .right .h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Coalition';
  line-height: 1.8;
}
.about-page .about-1 .ui.container .right .text {
  margin-top: 45px;
  margin-bottom: 75px;
  padding-left: 10%;
}
.about-page .about-1 .ui.container .right .text p {
  color: rgba(255, 255, 255, 1);
}
.about-page .about-1 .ui.container .right .text p em {
  color: var(--color);
}
.about-page .about-2 {
  padding-top: 100px;
}
.about-page .about-2 .ui.container ul.data {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .ui.container ul.data li {
  display: inline-block;
  position: relative;
  width: 254px;
  height: 105px;
}
.about-page .about-2 .ui.container ul.data li:nth-child(1) {
  width: 206px;
}
.about-page .about-2 .ui.container ul.data li:nth-child(3) {
  width: 179px;
}
.about-page .about-2 .ui.container ul.data li p {
  display: inline-block;
  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%);
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
}
.about-page .about-2 .ui.container ul.data li span {
  font-size: 100px;
  position: relative;
  line-height: 105px;
  font-family: 'GaboDrive';
  color: transparent;
  -webkit-text-stroke: 1px salmon;;
  -webkit-text-stroke-color:var(--color);
}
.about-page .about-2 .ui.container ul.data li span i {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: -20px;
}
.about-page .about-3 {
  padding-top: 115px;
}
.about-page .about-3 .ui.container .main {
  width: 100%;
  height: 630px;
  position: relative;
}
.about-page .about-3 .ui.container .main .content {
  padding-right: 75px;
  width: 50%;
}
.about-page .about-3 .ui.container .main .h3 {
  color: #fff;
  margin-bottom: 60px;
  font-family: 'Coalition';
}
.about-page .about-3 .ui.container .main ul.culturelist li {
  position: relative;
  /*margin-bottom: 30px;*/
  padding: 24px 30px;
    border-bottom: 1px #f08200 solid;
}
.about-page .about-3 .ui.container .main ul.culturelist li.active p {
  display: block;
}
.about-page .about-3 .ui.container .main ul.culturelist li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .ui.container .main ul.culturelist li .cname {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 40px;
  position: relative;
}
.about-page .about-3 .ui.container .main ul.culturelist li .cname:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color);
  border-radius: 100%;
  position: absolute;
  left: -30px;
  top: 10px;
}
.about-page .about-3 .ui.container .main ul.culturelist li p {
  opacity: 0.5;
  margin-top: 10px;
  color: #fff;
  display: none;
  width: 100%;
}
.about-page .about-4 {
  padding-top: 166px;
}
.about-page .about-4 .ui.container {
  text-align: center;
}
.about-page .about-4 .ui.container .h3 {
  margin-bottom: 90px;
  font-family: 'Coalition';
}
.about-page .about-4 .ui.container ul.list {
  margin: 0 -25px;
}
.about-page .about-4 .ui.container ul.list li {
  padding: 0 25px;
}
.about-page .about-4 .ui.container ul.list li.cc1 {
  margin-top: 50px;
}
.about-page .about-4 .ui.container ul.list li .item {
  padding: 20px 40px;
  padding-bottom: 50px;
  text-align: left;
  width: 100%;
  height: 446px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.about-page .about-4 .ui.container ul.list li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--color);
}
.about-page .about-4 .ui.container ul.list li .item .text {
  position: absolute;
  width: 100%;
  padding: 0 40px;
  height: auto;
  left: 0;
  bottom: 50px;
}
.about-page .about-4 .ui.container ul.list li .item .text .vname {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-family: 'Coalition';
}
.about-page .about-4 .ui.container ul.list li .item .text p {
  margin-top: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.about-page .about-5 {
  padding-top: 175px;
}
.about-page .about-6 {
  padding-top: 130px;
}
.about-page .about-6 .ui.container {
  text-align: center;
}
.about-page .about-6 .ui.container .h4 {
  color: #FFF;
  line-height: 1.2;
  margin-bottom: -11px;
  font-family: 'Coalition';
  margin-bottom: 60px;
}
.about-page .about-6 .ui.container .factory-title{
  /*margin-top: 130px;*/
}
.about-page .about-6 .ui.container ul.honorlist {
  margin: 0 -15px;
  margin-top: 75px;
}
.about-page .about-6 .ui.container ul.honorlist li {
  padding: 0 15px;
}
.font-75 {
  font-size: 74px;
}
.video-page{
  padding: 120px 0 60px;
}

.video-page .container .cat_name_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-page .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
}
.video-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.video-page .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.video-page .container .cat_name_list .list:hover::before,
.video-page .container .cat_name_list .list.active::before {
  background-color: var(--color);
}
.video-page ul{
  margin: -20px -15px;
}
.video-page ul li{
  padding: 20px 15px;
  width: 25%;
}
.video-page ul li .img{
  width: 100%;
  height: 220px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.video-page ul li video{
  width: 100%;
  height: 100%;
}

.video-page ul li p{
  font-size: 20px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}

.video-page ul li .play{
  width:65px;
  height: 65px;
}

.video-page ul li .play::before{
  content:"";
  width: 150%;
  height: 150%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: rgba(240, 130, 0, 0.6);
  animation: play_scale 2s infinite;
}
@media screen and (max-width: 1450px) {
  .font-75 {
    font-size: 60px;
  }
  .video-page ul li{
    width: 33.3333333%;
  }
}
@media screen and (max-width: 1000px) {
  .video-page ul li{
    width: 50%;
  }
  .inner-banner .content .ui.container .h2{
    font-size: 30px!important;
  }
  .seoIndustry.Auxil-industry{
    display: none!important;
  }
  .about-page .about-3 .ui.container .main .h3{
    margin-bottom: 30px;
  }
  .about-page .about-3 .ui.container .main{
    flex-direction: row-reverse;
    height: auto;
  }
  .about-page .about-3 .ui.container .main .content{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .ui.container .main .right{
    margin-top: 60px;
     width: 100%;
  }
  .about-page .about-2 .ui.container ul.data li span {
    font-size: 70px;
  }
  .about-page .about-2 .ui.container ul.data li {
    min-width: 200px !important;
  }
  .about-page .about-6 .ui.container .h4{
    margin-bottom: 20px;
  }
  .inner-banner{
    height: auto;
    padding: 80px 0;
  }
  .inner-banner .content {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right .text {
    padding-left: 0;
    margin-bottom: 0;
  }
  .about-page .about-2 .ui.container ul.data li{
    width: 50%;
    max-width: 50%;
    text-align: center;
  }
  .about-page .about-2 .ui.container ul.data li p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 700px) {

  .font-75 {
    font-size: 29px;
  }
  .inner-banner .content .ui.container .h2{
    font-size: 24px !important;
    line-height: 1.8 !important;
  }
}
@media screen and (max-width: 500px) {
  .video-page ul li{
    width: 100%;
  }
}
.seoPublic .Auxil-about .box .right .text{
    max-height: unset;
    overflow: unset;
}
.fk {
  width: 45px;
  height: 45px;
  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;
  position: relative;
  cursor: pointer;
}
.fk:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: transparent;
  border: 1px solid var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
}
.fk:hover:before {
  background: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.fk:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.fk.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.fk img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
@keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
.service-page .service-1 ul.serlist li a.play {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.service-page .service-1 ul.serlist li a.play:before {
    -webkit-animation-delay: 0.6s !important;
    -moz-animation-delay: 0.6s!important;
    animation-delay: 0.6s !important;
}
.service-page .service-1 ul.serlist li a.play:before, 
.service-page .service-1 ul.serlist li a.play:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .h3 em {
  color: var(--color);
}
.service-page .service-1 .top .navbox {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  cursor: pointer;
}
.service-page .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.service-page .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
  border: 1px solid var(--color);
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}
.service-page .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-1 .top .navbox .btn::after{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
  content: "\e7a2";
  font-family: 'iconfont';
  font-size: 20px;
  color: var(--color);
  transition: all 0.5s;
}
.service-page .service-1 .top .navbox .btn:hover::after{
  color: white;
}
.service-page .service-1 .top .navbox .btn.slick-next::after{
  content: "\e7a3";
}
.service-page .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}
.service-page .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-page .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-1 ul.serlist li {
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-1 ul.serlist li .text {
  margin-top: 30px;
}
.service-page .service-1 ul.serlist li .text .h4 {
  color: #FFF;
  margin-bottom: 25PX;
}
.service-page .service-5 .ui.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-5 .ui.container .left {
  width: 45%;
}
.service-page .service-5 .ui.container .right {
  width: 50%;
}
.service-page .service-5 .ui.container .left .h3 {
  text-transform: uppercase;
  color: #fff;
}
.service-page .service-5 .ui.container .left .h3 em {
  color: var(--color);
  display: block;
}
.service-page .service-5 .ui.container .left p {
  /*max-width: 390px;*/
  margin-top: 40px;
  margin-bottom: 60px;
}
.service-page .service-5 .ui.container .left p em {
  color: #f08200;
  font-weight: 500;
}


.service-page .service-2 .ui.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .ui.container .left {
  width: 50%;
}
.service-page .service-2 .ui.container .right {
  width: 45%;
}
.service-page .service-2 .ui.container .right .h3 {
  text-transform: uppercase;
  color: #fff;
}
.service-page .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}
.service-page .service-2 .ui.container .right p {
  /*max-width: 390px;*/
  margin-top: 40px;
  margin-bottom: 60px;
}

.service-page .service-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-3 .ui.container .h3 {
  color: #fff;
  width: 100%;
  margin-bottom: 40px;
}
.service-page .service-3 .ui.container .h3 em {
  color: var(--color);
}
.service-page .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 65px;
}
.service-page .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
.service-page .service-3 .ui.container .right ul {
  width: 100%;
}
.service-page .service-3 .ui.container .right ul li {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-3 .ui.container .right ul li .h4 {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-page .service-4 {
  padding-bottom: 70px;
  position: relative;
}
/*.service-page .service-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1570px;
  background: url(../images/inner-about-22.png) right center no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}*/
.service-page .service-4 .ui.container .h3 {
  display: inline-;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  font-family: 'Coalition';
}
.service-page .service-4 .ui.container .h3 a {
  height: 94px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #232323;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
.service-page .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.service-page .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}
.font-72 {
  font-size: 72px;
}
@media screen and (max-width: 1000px) {
  .service-page .service-3 .ui.container .left {
    display: none;
  }
  .service-page .service-3 .ui.container .right {
    width: 100%;
  }
  .service-page .service-5 .ui.container .left {
    width: 100%;
  }
  .service-page .service-5 .ui.container .right {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    text-align: center;
  }
  .service-page .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }
  .service-page .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-page .service-4 {
    padding-bottom: 100px;
  }
  .pt-160 {
    padding-top: 40px;
  }
  .service-page .service-4 .ui.container .h3 a {
    font-size: 16px;
  }
  .service-page .service-2 .ui.container .left {
    width: 100%;
  }
  .service-page .service-2 .ui.container .right {
    width: 100%;
  }
  .service-page .service-1 ul.serlist li .text {
    margin-top: 40px;
  }
}
.advantage-page .main .cateitem {
  padding-bottom: 130px;
  position: relative;
  margin-bottom: 220px;
}
.advantage-page .main .cateitem:nth-child(2n) .cate .text {
  text-align: right;
}
.advantage-page .main .cateitem:nth-child(2n) .cate .text .box {
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  max-width: 350px;
}
.advantage-page .main .cateitem:nth-child(2n) .content ul.advlist button.slick-arrow.slick-prev {
  left: 52%;
}
.advantage-page .main .cateitem:nth-child(2n) .content ul.advlist button.slick-arrow.slick-next {
  left: 58%;
}
.advantage-page .main .cateitem:last-child{
  margin-bottom: 110px;
}
.advantage-page .main .cateitem .cate {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage-page .main .cateitem .cate .text {
  width: 420px;
  padding-top: 115px;
  text-align: left;
}
.advantage-page .main .cateitem .cate .text .box {
  text-align: left;
  display: inline-block;
  width: auto;
}
.advantage-page .main .cateitem .cate .text .box .h3 {
  display: inline-block;
  width: auto;
  padding-bottom: 35px;
}
.advantage-page .main .cateitem .cate .text .box .h3 em {
  color: var(--color);
}
.advantage-page .main .cateitem .cate .imgs {
  width: -webkit-calc(100% - 420px);
  width: -moz-calc(100% - 420px);
  width: calc(100% - 420px);
}
.advantage-page .main .cateitem .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.advantage-page .main .cateitem .content .navbox {
  position: absolute;
  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;
  bottom: 20px;
  left: 40%;
}
.advantage-page .main .cateitem .content .navbox .fk.slick-prev {
  margin-right: 30px;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow {
  width: 70px;
  height: 70px;
  color: transparent;
  background: transparent;
  position: absolute;
  background-size: 65px;
  border: none;
  z-index: 8;
  bottom: 0px;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-prev {
  background: url(../images/prev-1.png) center center no-repeat;
  left: 38%;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-prev:hover {
  background: url(../images/prev-hover.png) center center no-repeat;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-next {
  left: 44%;
  background: url(../images/next-2.png) center center no-repeat;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-next:hover {
  background: url(../images/next-hover.png) center center no-repeat;
}
.advantage-page .main .cateitem .content ul.advlist li {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage-page .main .cateitem .content ul.advlist li .imgbox {
  width: 34%;
}
.advantage-page .main .cateitem .content ul.advlist li .text {
  width: -webkit-calc(61% - 220px);
  width: -moz-calc(61% - 220px);
  width: calc(61% - 220px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage-page .main .cateitem .content ul.advlist li .text .num {
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .advantage-page .main .cateitem .cate .text {
    padding-top: 0;
    width: 100%;
  }
  .advantage-page .main .cateitem .cate .imgs {
    width: 100%;
   }
  .yejiao{
    display: none!important;
  }
  .haha {
    display: none;
  }
  .huhu {
    display: none;
  }
  .advantage-page .main .cateitem .content ul.advlist button.slick-arrow {
    display: none!important;
  }
  .advantage-page .main .cateitem:nth-child(2n) .cate {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .advantage-page .main .cateitem .content ul.advlist li .text {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {

  .inner-page .h3{
    font-size: 26px;
  }
  .advantage-page .main .cateitem .content {
    position: relative;
  }
  .advantage-page .main .cateitem {
    margin-bottom: 80px;
  }
  .advantage-page .main .cateitem .content ul.advlist li .imgbox {
    width: 100%;
  }
  .advantage-page .main .cateitem .content ul.advlist li .text {
    width: 100%;
    margin: 40px 0;
  }
}
.product-yd-page .product-yd .ui.container ul.catelist li {
  margin-bottom: 120px;
  position: relative;
  z-index: 3;
}
.product-yd-page .product-yd .ui.container ul.catelist li:nth-child(2n):before{
  content:"";
  position: absolute;
  width: calc(100% + 210px);
  height:100%;
  background:#000;
  z-index: -1;
  right: 0;
  top: 40px;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: center;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox {
  /*height: 640px;*/
  position: relative;
  width: 50%;
  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;
  z-index: 3;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox:before {
  content: "";
  position: absolute;
  width: 50%;
  /*background: var(--color);*/
  left: 40%;
  height: 100%;
  z-index: -1;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text {
  width: 50%;
  padding-right: 50px;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text .texts {
  margin-top: 53px;
  margin-bottom: 80px;
  padding-left: 120px;
  position: relative;
  max-height: 220px;
  overflow-y: auto;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text .texts:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  left: 0;
  top: 20px;
  background: var(--color);
}
.sidebox {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebox .sideleft {
  width: 30%;
  position: sticky;
  top: 120px;
}
.sidebox .sideleft .box {
  padding: 30px 25px;
  margin-bottom: 40px;
}
.sidebox .sideleft .searchbox form {
  position: relative;
  width: 100%;
}
.sidebox .sideleft .searchbox form input[type="text"] {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  border: none;
  background: transparent;
}
.sidebox .sideleft .searchbox form input[type="submit"] {
  width: 25px;
  height: 25px;
  border: none;
  background: url(../images/search.png) center center no-repeat;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebox .sideleft .cate h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color);
  margin-bottom: 20px;
  color: #fff;
   font-family: 'Coalition';
}
.sidebox .sideleft .cate ul.catelist li {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
}
.sidebox .sideleft .cate ul.catelist > li span{
  width: calc(100% - 30px);
  display: inline-block;
}
.sidebox .sideleft .cate ul.catelist li i.iconfont{
  position: absolute;
  right: 0;
  top:-5px;
  cursor: pointer;
}
.sidebox .sideleft .cate ul.catelist > li.cur > ul.childen,
.sidebox .sideleft .cate ul.catelist > li > ul.childen > li.cur > ul.subchilden{
  max-height: 300px;
  margin-top: 10px;
}
.sidebox .sideleft .cate ul.catelist > li > ul.childen > li > a{
  font-size: 18px;
}
.sidebox .sideleft .cate ul.catelist > li > ul.childen > li > ul.subchilden > li > a{
  font-size: 16px;
  padding-left: 50px;
}
.sidebox .sideleft .cate ul.catelist li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
  width: calc(100% - 40px);
}
.sidebox .sideleft .cate ul.catelist > li > a{
  line-height: 1.8;
}
.sidebox .sideleft .cate ul.catelist > li{
  margin-bottom: 15px;
}
.sidebox .sideleft .cate ul.catelist li a i {
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 20px;
}
.sidebox .sideleft .cate ul.catelist li.active > a,
.sidebox .sideleft .cate ul.catelist li a:hover{
  color: var(--color);
}
.sidebox .sideleft .cate ul.catelist li.active a i,
.sidebox .sideleft .cate ul.catelist li:hover a i{
  background: var(--color);
}
.sidebox .sideleft .cate ul.catelist li ul.childen,
.sidebox .sideleft .cate ul.catelist > li > ul.childen > li > ul.subchilden{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-top: 0;
}
.sidebox .sideleft .cate ul.catelist li ul.childen li a {
  padding-left: 25px;
}
.sidebox .sideleft .formbox .h3 {
  margin-bottom: 20px;
}
.sidebox .sideleft .formbox form {
  position: relative;
}
.sidebox .sideleft .formbox form input[type="text"] {
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #fff;
  background: #292929;
  padding: 15px ;
  font-size: 18px;
  border: none;
  margin-bottom: 10px;
}
.sidebox .sideleft .formbox form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea {
  width: 100%;
  height: 155px;
  line-height: 2;
  color: #fff;
  background: #292929;
  padding: 15px ;
  font-size: 18px;
  border: none;
}
.sidebox .sideleft .formbox form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="submit"] {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/inner-submit.png) center center no-repeat;
  background-size: 24px;
  bottom: 10px;
  right: 10px;
  border: none;
}
.sidebox .sideright {
  width: 67%;
}
.sidebox .box {
  width: 100%;
  border: 1px solid var(--color);
}
.product-page .sideright .box {
  /*padding: 40px 50px;*/
  margin-bottom: 40px;
  border: none;
}
.product-page .sideright .box h1 {
  color: #fff;
   font-family: 'Coalition';
   font-size: 28px;
    line-height: 1.6;
}
.product-page .sideright .box .content {
  /*max-height: 300px;*/
  overflow-y: auto;
  /*color: rgba(255, 255, 255, 0.5);*/
  color:#fff;
}
.product-page ul.productlist {
  margin: 0 -15px;
}

.proDialog{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0;
   transition: all 0.3s ease;
   display: none;
}
.proDialog .meng{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: all 0.3s ease;
}
.proDialog.active{
  z-index: 15;
  opacity: 1;
  display: block;
}
.proDialog.active .meng{
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
 .proDialog .box{
  position: fixed;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  width: 50vw;
  height: auto;
  padding:60px 30px;
  box-shadow: 0 0 5px 4px rgba(240, 130, 0, 0.4);
  background-color: rgba(1, 2, 2,1);
  color: white;
  font-size: 18px;
}
.proDialog i{
  position: absolute;
  right:25px;
  top:25px;
  color: white;
  cursor: pointer;
  font-size: 30px;
}
.proDialog h3{
  width: calc(100% - 80px);
}
.product-page ul.productlist li {
  padding: 15px;
  margin-bottom: 40px;
}
.product-page ul.productlist li .item2 .img{
  box-shadow: 0 0 8px rgba(255, 255, 255, 1);
}
.product-page ul.productlist li .item2,
.product-page ul.productlist li .item2 .img{
  transition: all 0.5s;
}
.product-page ul.productlist li .item2:hover{
  color: var(--color); 
}
.product-page ul.productlist li .item2:hover .img{
  box-shadow: 0 0 8px rgba(240, 130, 0, 1);
}
.product-page ul.productlist li .item:hover .img-box a.hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.product-page ul.productlist li .item .img-box {
  position: relative;
}
.product-page ul.productlist li .item .img-box a.hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page ul.productlist li .item .img-box a.hoverbox img {
  width: auto;
}
.product-page ul.productlist li .item .pname {
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page ul.productlist li .item .pname:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.prodet-page .prodet-1 .ui.container {
  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;
}
.prodet-page .prodet-1 .ui.container .left {
  width: 40%;
}
.prodet-page .prodet-1 .ui.container .left img {
  width: 100%;
}
.prodet-page .prodet-1 .ui.container .right {
  padding-left: 50px;
  background: url(../images/inner-about-2.png) right center no-repeat;
  height: auto;
  width: 60%;
}
.prodet-page .prodet-1 .ui.container .right .box .small-img{
  margin-top: 30px;
}
.prodet-page .prodet-1 .ui.container .right .box .small-img ul{
  margin: 0 -15px;
}
.prodet-page .prodet-1 .ui.container .right .box .small-img ul li{
  padding: 0 15px;
}
.prodet-page .prodet-1 .ui.container .right h1 {
  color: #fff;
  font-family: 'Coalition';
}
.prodet-page .prodet-1 .ui.container .right .content {
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  overflow: auto;
  height: auto;
}
.prodet-page .prodet-1 .ui.container .right .content p {
  opacity: 0.5;
}
.prodet-page .prodet-2 {
  padding: 60px 0;
}
.prodet-page .prodet-2 .ui.container .m-link,
.m-link {
  width: 100%;
  height: auto;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);*/
  margin-bottom: 80px;
}
.prodet-page .prodet-2 .ui.container .m-link a,
.m-link a {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-2 .ui.container .m-link a:hover,
.m-link a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.prodet-page .prodet-3 .ui.container .main {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .prodet-3 .ui.container .main .left {
  width: 270px;
}
.prodet-page .prodet-3 .ui.container .main .left ul li {
  color: #6e6e6e;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding-left: 35px;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .prodet-3 .ui.container .main .left ul li.active {
  color: var(--color);
}
.prodet-page .prodet-3 .ui.container .main .right {
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  /*height: 755px;*/
  min-height: 400px;
}
.prodet-page .prodet-3 .ui.container .main .right ul li .content {
  font-size: 18px;
  /*max-height: 700px;*/
  overflow-y: auto;
  color: #fff;
  line-height: 2;
  padding: 50px;
}
.prodet-page .formboxs {
  padding: 50px;
}
.prodet-page .formboxs form .h4 {
  color: #fff;
  margin-bottom: 50px;
}
.prodet-page .formboxs form ul.formlist {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.prodet-page .formboxs form ul.formlist li {
  padding: 0 45px;
  display: block;
  margin-bottom: 40px;
}
.prodet-page .formboxs form ul.formlist li p {
  color: #fff;
  margin-bottom: 15px;
}
.prodet-page .formboxs form ul.formlist li input[type="text"] {
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .formboxs form ul.formlist li input[type="submit"] {
  font-size: 22px;
  color: #fff;
  background:var(--color);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.prodet-page .formboxs form ul.formlist li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #f89c1c;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .font-40 {
    font-size: 28px;
  }
  .font-20 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox {
    width: 100%;
    padding: 40px 0;
    height: auto;
    margin-bottom: 20px;
  }

  .product-yd-page .product-yd .ui.container ul.catelist li:nth-child(2n) .cateitem {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text {
    width: 100%;
    padding-right: 0px;
  }
  .sidebox .sideleft {
    display: none;
  }
  .sidebox .sideright {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prodet-page .prodet-3 .ui.container .main .left {
    width: 170px;
  }
  .prodet-page .prodet-3 .ui.container .main .right {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
  }
  .prodet-page .formboxs form ul.formlist li {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .proDialog{
    width: calc(100% - 50px);
    top: 35%;
  }
  .product-page .proDialog h3 {
    width: 100%;
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ui.container .m-link a {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .prodet-1 .ui.container .right{
    height: auto;
  }
  .prodet-page .prodet-2 .ui.container .m-link {
    padding: 20px;
    height: auto;
  }
  .prodet-page .prodet-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .prodet-page .prodet-3 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ui.container .main .left {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .prodet-page .prodet-3 .ui.container .main .left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li {
    height: 60px;
    font-size: 60px;
    line-height: 32px;
    border-bottom: none;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li:last-child {
    border-right: none;
  }
  .prodet-page .prodet-3 .ui.container .main .right {
    width: 100%;
  }
  .font-30 {
    font-size: 18px;
    line-height: 1.8;
  }
  
  .font-22 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .formboxs form ul.formlist li input[type="text"] {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-3 .ui.container .main .left ul li {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li:last-child{
    border: none;
  }
  .prodet-page .prodet-3 .ui.container .main .right ul li .content {
    padding: 50px 15px;
  }
}
.faq-page .init-1 .container {
  text-align: center;
}
.faq-page .init-1 .container .tip {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.faq-page .init-1 .container form {
  overflow: hidden;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  max-width: 960px;
  background-color: #ffffff;
}
.faq-page .init-1 .container form input {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 36px;
  padding-right: 80px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.faq-page .init-1 .container form .submit_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-search-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  right: 32px;
  top: 18px;
}
.faq-page .init-1 .container .des {
  margin-top: 34px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.faq-page .init-2 {
  margin-top: 110px;
}
.faq-page .init-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.faq-page .init-2 .container .left {
  width: -webkit-calc(100% - 590px);
  width: -moz-calc(100% - 590px);
  width: calc(100% - 590px);
  /*padding-right: 56px;*/
}
.faq-page .init-2 .container .left .list {
  margin-top: 20px;
  border: 1px solid #4e4e4e;
}
.faq-page .init-2 .container .left .list .title {
  padding: 16px 12px;
  font-size: 22px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1a1a1a;
  cursor: pointer;
}
.faq-page .init-2 .container .left .list .title .title_1 {
  margin-right: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .init-2 .container .left .list .title.active .title_1 {
  color: var(--color);
}
.faq-page .init-2 .container .left .list .des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 50px;
  display: none;
}
.faq-page .init-2 .container .left .list:first-child {
  margin-top: 0;
}
.faq-page .init-2 .container .left .m-page {
  text-align: left;
}
.faq-page .init-2 .container .right {
  width: 590px;
  padding: 54px 70px 40px 70px;
  background-color: #1a1a1a;
}
.faq-page .init-2 .container .right .tip {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.faq-page .init-2 .container .right input,
.faq-page .init-2 .container .right textarea {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border: none;
  font-weight: 300;
  color: #000000;
}
.faq-page .init-2 .container .right input::-webkit-input-placeholder, .faq-page .init-2 .container .right textarea::-webkit-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-moz-placeholder, .faq-page .init-2 .container .right textarea:-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::-moz-placeholder, .faq-page .init-2 .container .right textarea::-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-ms-input-placeholder, .faq-page .init-2 .container .right textarea:-ms-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::placeholder,
.faq-page .init-2 .container .right textarea::placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right .submit_btn {
  margin-top: 22px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
      border: 1px solid #ff8200;
}

@media (max-width: 1250px) {
    .faq-page .init-2 .container .right {
    display: none;
  }
  .faq-page .init-2 .container .left {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
*::-webkit-scrollbar{
  height: 3px
}
  .faq-page .init-1 .container .tip {
    font-size: 24px;
    line-height: 44px;
  }
  .faq-page .init-1 .container form {
    height: 54px;
    margin-top: 20px;
  }
  .faq-page .init-1 .container form input {
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px;
  }
  .faq-page .init-1 .container form input:first-child {
    padding-right: 32px;
  }
  .faq-page .init-1 .container form .submit_btn {
    height: 18px;
    right: 12px;
    width: 18px;
  }
  .faq-page .init-1 .container .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .faq-page .init-2 {
    margin-top: 40px;
  }
  .faq-page .init-2 .container .left .list {
    margin-top: 20px;
  }
  .faq-page .init-2 .container .left .list .title {
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .init-2 .container .left .list .des {
    padding: 20px 30px;
  }
  .faq-page .init-2 .container .left .m-page {
    text-align: center;
  }
}
.news-page .container .cat_name_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
}
.news-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.news-page .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .cat_name_list .list:hover::before,
.news-page .container .cat_name_list .list.active::before {
  background-color: var(--color);
}
.news-page .container .content {
  margin-top: 70px;
  padding-top: 40px;
  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: 0 -30px;
}
.news-page .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.news-page .container .content .list .box {
  height: 100%;
  border: 1px solid #ffffff;
}
.news-page .container .content .list .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .content .list .box a:hover {
  color: var(--color);
}
.news-page .container .content .list .box .img {
  position: relative;
  z-index: 2;
  height: 310px;
}
.news-page .container .content .list .box .cont {
  position: relative;
  padding: 36px 30px;
  color: #fff;
}
.news-page .container .content .list .box .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(240,130,0, 0.4)), color-stop(rgba(240,130,0, 0)), to(rgba(240,130,0, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(240,130,0, 0.4), rgba(240,130,0, 0), rgba(240,130,0, 0));
  background-image: -moz-linear-gradient(left top, rgba(240,130,0, 0.4), rgba(240,130,0, 0), rgba(240,130,0, 0));
  background-image: linear-gradient(to right bottom, rgba(240,130,0, 0.4), rgba(240,130,0, 0), rgba(240,130,0, 0));
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
}
.news-page .container .content .list .box .cont .title {
  font-size: 22px;
  line-height: 40px;
  margin-top: 16px;
  text-transform: capitalize;
  /*font-weight: bold;*/
  position: relative;
  z-index: 2;
  min-height: 5.5em;
}
.news-page .container .content .list .box .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;

}
.news-page .container .content .list:hover .box .cont .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1250px) {
  .news-page .container .content {
    margin: 0 -15px;
    padding-top: 0;
  }
  .news-page .container .content .list {
    padding: 0 15px;
  }
  .news-page .container .cat_name_list {
    display: none;
  }
}
@media (max-width: 1000px) {
   .news-page .container .content .list {
    text-align: center;
    width: 50%;
  }
  .news-page .container .content .list .box .img {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .news-page .container .content {
    margin: 0;
  }
  .news-page .container .content .list {
    padding: 0;
    width: 100%;
  }
  .news-page .container .content .list:first-child {
    margin-top: 0;
  }
  .news-page .container .content .list .box .cont {
    padding: 16px;
  }
  .news-page .container .content .list .box .img {
    height: 60vw;
  }
}
.newdet-page .container .title {
  font-size: 30px;
  /*font-weight: bold;*/
  line-height: 1.6;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Coalition';
}
.newdet-page .container .time {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #ffffff;
}
.newdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  font-family: Poppins !important;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 500px) {
    .newdet-page .container .title {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page .prodet-2 .ui.container .m-link a, .m-link a{
    font-size: 18px;
line-height: 32px;
  }
}

.contact-page {
  padding: 0;
}
.contact-page .init-1 {
  padding-top: 110px;
  padding-bottom: 140px;
  position: relative;
  /*background-image: url(../images/contact_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;*/
  background-color: #000;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.contact-page .init-1 .container .center ul li .icon{
  width: 50px;
}
.contact-page .init-1 .container .center ul li .text{
  padding-left: 20px;
}
.contact-page .init-1 .container .center ul li .text h4{
  line-height: 1;
}
.contact-page .init-1 .container .center ul li .text a{
  width:140px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
}
.contact-page .init-1 .container .center ul li .text a:first-child img{
  margin-bottom: -10px;
}
.contact-page .init-1 .container .left {
  width: 100%;
}
.contact-page .init-1 .container .left .title {
  font-size: 48px;
  /*font-weight: bold;*/
  line-height: 1.2;
    color: #fff;
font-family: 'Coalition';
}
.contact-page .init-1 .container .left .title em{
  color: var(--color);
}
.contact-page .init-1 .container .left .des {
  font-size: 16px;
  color: #8b8b8b;
  margin-top: 32px;
  line-height: 30px;
}
.contact-page .init-1 .container .left .tip {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 30px;
}
.contact-page .init-1 .container .left .contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  margin-top: 80px;
}
.contact-page .init-1 .container .left .contact_list .list {
  font-size: 16px;
  line-height: 30px;
  width: 33.3333%;
}
.contact-page .init-1 .container .left .contact_list .list .img{
  max-width: 50%
}
.contact-page .init-1 .container .left .contact_list .list .text{
  /*padding-right: 30px;*/
  max-width: 50%
}
.contact-page .init-1 .container .left .contact_list .list .text h5{
  color: var(--color);
}
.contact-page .init-1 .container .left .contact_list .list.email {
  width: 400px;
}
.contact-page .init-1 .container .left .contact_list .list.address {
  max-width: 350px;
  margin-top: 40px;
}
.contact-page .init-1 .container .right .share {
  max-width: 350px;
  position: absolute;
  bottom: 8px;
  left: 190px;
}
.contact-page .init-1 .container .right .share  .share_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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .share  .share_list a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 12px;
  background-color: #8b8b8b;
  padding: 0;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}
.contact-page .init-1 .container .right .share  .share_list a i {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .right {
  width: 100%;
  margin-top: 60px;
}
.contact-page .init-1 .container .right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right form .more{
  width: 150px;
  height: 50px;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-top: 30px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 10px 14px;
  font-size: 16px;
  line-height: 30px;
  border: none;
}
.contact-page .init-1 .container .right form input::-webkit-input-placeholder, .contact-page .init-1 .container .right form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input:-moz-placeholder, .contact-page .init-1 .container .right form textarea:-moz-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input::-moz-placeholder, .contact-page .init-1 .container .right form textarea::-moz-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input:-ms-input-placeholder, .contact-page .init-1 .container .right form textarea:-ms-input-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input::placeholder,
.contact-page .init-1 .container .right form textarea::placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .btn-go {
  width: 100%;
  cursor: pointer;
}
.contact-page .init-2 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 1700px) {
  .contact-page .init-1 .container .left .contact_list .list .text {
    padding-top: 20px;
  }
}
@media (max-width: 1450px) {
    .contact-page .init-1 .container .right {
    padding-right: 0;
  }
  .contact-page .init-1 .container .left .contact_list .list .text h5 {
    line-height: 1;
  }
  .contact-page .init-1 .container .left .contact_list .list .text p {
    line-height: 1.2;
    margin: 10px 0;
  }
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left .contact_list .list {
    width: 50%;
    margin: 20px 0;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    margin-top: 40px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    text-align: center;
  }
  .contact-page .init-1 .container .left .des {
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    padding: 0;
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list{
    margin: 0 -10px;
  }
  .contact-page .init-1 .container .left .contact_list .list {
    width: 33.3333333%;
    padding: 0 10px;
  }
  .contact-page .init-1 .container .left .contact_list .list .img {
    max-width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list .text {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
      .contact-page .init-1 .container .left .contact_list .list .img {
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
  .contact-page .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .contact-page .init-1 .container .right form input {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .right form textarea {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .init-1 .container .left .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_list {
    text-align: center;
  }
  .contact-page .init-1 .container .left .contact_list .list {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.email {
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.address {
    margin-top: 20px;
  }
}


.gallery-page{
  padding:100px 0; 
}
.gallery-page .container .content {
  margin: 0 -20px;
  margin-top: -50px;
}
.gallery-page .container .content p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}
.gallery-page .container .content .column {
  margin-top: 50px;
  padding: 0 20px;
}
.gallery-page .container .content .column .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .container .content .column .box a img {
  width: 100%;
}
.gallery-page .container .content .column .box .text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
}
.gallery-page .container .content .column .box .text .cir {
  width: 6px;
  height: 6px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 8px;
}
.gallery-page .container .content .column:hover .box .text {
  opacity: 1;
}
.gallery-page .container .m-page {
  text-align: center;
}

@media screen and (max-width: 500px){
    .gallery-page .container .content {
    margin: 0;
  }
  .gallery-page .container .content .column {
    margin-top: 20px;
    padding: 0;
  }
  .gallery-page .container .content .column:first-child {
    margin-top: 0;
  }
  .gallery-page .container .content .column .box .text {
    opacity: 1;
  }
}
.seoPublic>div{
  color: white;
}
.seoPublic>div:nth-child(odd){
  background: transparent;
}
#cp-Nav .nav ul li a{
  color: black;
}
.about-his{
  margin-top: 100px;
}
.about-his .ui.container span.gd {
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 120px;
    width: 25%;
    text-align: right;
    display: block;
    font-family:'Coalition';
    line-height: 1;
    font-size: 200px;
}

.about-his .ui.container .yearbox {
    width: 75%;
    margin-left: auto;
    margin-right: 0;
}

.about-his .ui.container .yearbox ul {
    width: 100%
}

.about-his .ui.container .yearbox ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-his .ui.container .yearbox ul li.active h4 {
    color: var(--color);
}

.about-his .ui.container .yearbox ul li h4 {
    color: white;
    font-family: 'Coalition';
    font-size: 200px;
}

.about-his .ui.container .yearbox ul li .textbox {
    width: 550px;
    padding: 40px 0;
}

.about-his .ui.container .yearbox ul li .textbox span {
    color: var(--color);
}

.about-his .ui.container .yearbox ul li .textbox h5 {
    margin-top: 20px;
    color: white;
}
@media screen and (max-width: 1450px) {
  .about-his .ui.container span.gd,
  .about-his .ui.container .yearbox ul li h4 {
    font-size: 160px;
  }
}
@media screen and (max-width: 1250px) {
  .about-his .ui.container span.gd, .about-his .ui.container .yearbox ul li h4 {
      font-size: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .about-his .ui.container span.gd, .about-his .ui.container .yearbox ul li h4 {
      font-size: 90px;
  }
  .about-his .ui.container .yearbox ul li .textbox {
    width: 70%;
    padding: 40px 0 40px 30px;
  }
}
@media screen and (max-width: 700px) {
    .about-his .ui.container span.gd {
        display:none
    }

    .about-his .ui.container .yearbox ul li h4 {
        display: none
    }

    .about-his .ui.container .yearbox {
        width: 100%
    }

    .about-his .ui.container .yearbox ul li .textbox {
        padding: 20px 0
    }
  .about-his .ui.container .yearbox ul li .textbox{
    width: 100%;
  }
}
.case-page{
  padding: 100px 0;
}
.case-page ul{
  margin: 0 -98px -96px 0;
}
.case-page ul li{
  padding: 0 20px 96px 0;
}
.case-page ul li .ig{
  border: 1px solid rgb(235 135 24 / 50%);
}
.case-page ul li .ig .img-box{
  display: block;
}
.case-page ul li .ig p{
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 17px 77px; 
  height: 100px;
}
@media screen and (max-width: 1680px) {
  .case-page ul{
    margin: 0 -40px -40px 0;
  }
  .case-page ul li{
    padding: 0 40px 40px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 30px 26px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page ul{
    margin: 0 -20px -20px 0;
  }
  .case-page ul li{
    padding: 0 20px 20px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .case-page ul{
    margin: 0 -15px -15px 0;
  }
  .case-page ul li{
    padding: 0 15px 15px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
}

.service-page .init-1 {
  padding: 140px 0;
}
.service-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .init-1 .container .left {
  width: 35%;
}
.service-page .init-1 .container .left .title {
  font-size: 56px;
  line-height: 1.2;
  font-weight:bold;
}
.service-page .init-1 .container .left .title_2 {
  font-size: 20px;
  line-height: 36px;
  font-weight:bold;
}
.service-page .init-1 .container .left .des {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.service-page .init-1 .container .left .des p {
  margin-top: 16px;
}
.service-page .init-1 .container .right {
  width: 60%;
  background-color: #ffffff;
  /*padding: 80px 50px 20px 50px;*/
}
.service-page .init-1 .container .right .img {
  position: relative;
}
.service-page .init-1 .container .right .img span {
  display: block;
  overflow: hidden;
}
.service-page .init-1 .container .right .img span img {
  display: block;
  width: 100%;
  height: 100%;
}
.service-page .init-1 .container .right .img .two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  direction: rtl;
}
.service-page .init-1 .container .right .img .two img {
  width: auto;
  max-width: none;
}
.service-page .init-1 .container .right .img .btn_cont {
  cursor: pointer;
  position: absolute;
  width: 50px;
  z-index: 2;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  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;
}
.service-page .init-1 .container .right .img .btn_cont .cir {
  background-color: #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.service-page .init-1 .container .right .img .btn_cont .cir .fa-angle-left {
  margin-right: 6px;
}
.service-page .init-1 .container .right .img .btn_cont .subline {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 4px;
  height: -webkit-calc(75%);
  height: -moz-calc(75%);
  height: calc(75%);
  background-color: #000000;
}
.service-page .init-1 .container .right .img .btn_cont .subline_2 {
  top: 0;
}
.service-page .init-2 {
  background-image: url(../images/service_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  /*padding-top: 160px;*/
  padding-bottom: 320px;
  margin-bottom: -160px;
}
.service-page .init-2 .container .tip_title {
  font-weight:bold;
  font-size: 56px;
}
.service-page .init-2 .container .title_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.service-page .init-2 .container .title_list .list {
  text-align: left;
  margin: 0 25px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  padding: 4px 12px;
  cursor: pointer;
}
.service-page .init-2 .container .title_list .list p {
  position: relative;
  z-index: 2;
}
.service-page .init-2 .container .title_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .init-2 .container .title_list .list:hover::before,
.service-page .init-2 .container .title_list .list.active::before {
  background-color: var(--color);
}
.service-page .init-2 .container .swiper {
  margin: auto;
  margin-top: 70px;
  max-width: 1180px;
  overflow: hidden;
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  font-size: 20px;
  line-height: 36px;
}
.service-page .init-3 {
  margin-top: -100px;
}
.service-page .init-3 .container {
  position: relative;
  background-color: #404040;
  padding: 70px 100px;
  -webkit-box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
  width: 50%;
  padding-right: 60px;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left img {
  width: 100%;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
  padding-top: 30px;
  width: 50%;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
  font-weight:bold;
  font-size: 56px;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
}
.service-page .init-3 .container .next,
.service-page .init-3 .container .prev {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: -16px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  background-color: #2e2e2e;
}
.service-page .init-3 .container .next i,
.service-page .init-3 .container .prev i {
  position: relative;
  z-index: 2;
}
.service-page .init-3 .container .next.swiper-button-disabled,
.service-page .init-3 .container .prev.swiper-button-disabled {
  opacity: 0.4;
}
.service-page .init-3 .container .prev {
  left: -16px;
}
.service-page .init-4 .box{
  background: url(../images/service4-bg.png) no-repeat center top;
  padding: 67px 0 48px;
}
.service-page .init-4 .box .title{
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
}
.service-page .init-4 .box .content{
  margin-top: 72px;
}
.service-page .init-4 .box .content ul{
  padding: 0 11.41%;
  margin-right: -75px;
}
.service-page .init-4 .box .content ul li{
  padding-right: 75px;
}
.service-page .init-4 .box .content ul li .download{
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.service-page .init-4 .box .content ul li .download span{
  font-size: 18px;
  line-height: 32px;
}
.service-page .init-4 .box .content .slick-arrow{
   position: absolute;
  top: 40%;
  width: 30px;
	height: 30px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transition: .5s;
}
.service-page .init-4 .box .content .slick-prev{
  left: 56px;
  background: rgba(255,255,255,0.2);
}
.service-page .init-4 .box .content .slick-prev::before{
  content: "\f053";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: var(--black);
}
.service-page .init-4 .box .content .slick-prev:hover{
  background: var(--white);
}
.service-page .init-4 .box .content .slick-next{
  right: 8%;
  background: rgba(255,255,255,0.2);
}
.service-page .init-4 .box .content .slick-next::before{
  content: "\f054";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: var(--black);
}
.service-page .init-4 .box .content .slick-next:hover{
  background: var(--white);
}

.oem-page {
  background-color: #000;
}
.oem-page .tips_title {
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  /*font-style: italic;*/
}
.oem-page .init-1 .container .tips_des {
  text-align: center;
  font-size: 18px;
  margin: 10px auto 0;
  max-width: 1200px;
  line-height: 36px;
}
.oem-page .init-1 .container .content {
  margin-top: 66px;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
  line-height: 40px;
  min-height: 3.3em;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  /*max-height: 90px;*/
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;
}
.oem-page .init-2 {
  margin-top: 110px;
}
.oem-page .init-2 .container .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-2 .container .content .left {
  width: 42%;
}
.oem-page .init-2 .container .content .left .des {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.oem-page .init-2 .container .content .left .img_cont {
  position: relative;
  margin-top: 50px;
}
.oem-page .init-2 .container .content .left .img_cont .img_1 {
  display: block;
  width: 100%;
}
.oem-page .init-2 .container .content .left .img_cont .img_2 {
  height: 86%;
  position: absolute;
  bottom: 30px;
  right: -100px;
}
.oem-page .init-2 .container .content .right {
  width: 47%;
}
.oem-page .init-2 .container .content .right .img {
  display: block;
  width: 100%;
}
.oem-page .init-2 .container .content .right .des {
  /*margin-top: 36px;*/
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.oem-page .init-2 .container .content .right .list_cont {
  margin-top: 10px;
}
.oem-page .init-2 .container .content .right .list_cont .list {
  margin-top: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
  font-size: 20px;
  line-height: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .num {
  font-size: 16px;
  line-height: 30px;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt {
  margin-top: 10px;
  height: 9px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: #b7b7b7;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt div {
  border-radius: 4px;
  background-color: var(--color);
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(2) .jdt div {
  width: 20%;
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(3) .jdt div {
  width: 50%;
}
.oem-page .init-2 .container .content .right .list_cont .list.active .jdt div {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.oem-page .init-3 {
  margin-top: 120px;
}
.oem-page .init-3 .container form {
  max-width: 890px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .init-3 .container form .list {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 100%;
}
.oem-page .init-3 .container form .list.w_50 {
  width: -webkit-calc(50% - 18px);
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
}
.oem-page .init-3 .container form .list.text_center {
  text-align: center;
  margin-top: 40px;
}
.oem-page .init-3 .container form .list.list_upload {
  cursor: pointer;
  height: 56px;
}
.oem-page .init-3 .container form .list.list_upload input {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.oem-page .init-3 .container form .list.list_upload .cont {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-3 .container form .list input,
.oem-page .init-3 .container form .list textarea {
  padding: 16px;
  width: 100%;
  background-color: #404040;
  border: none;
}
.oem-page .init-3 .container form .list input::-webkit-input-placeholder, .oem-page .init-3 .container form .list textarea::-webkit-input-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input:-moz-placeholder, .oem-page .init-3 .container form .list textarea:-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::-moz-placeholder, .oem-page .init-3 .container form .list textarea::-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input:-ms-input-placeholder, .oem-page .init-3 .container form .list textarea:-ms-input-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::placeholder,
.oem-page .init-3 .container form .list textarea::placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list .submit_btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  padding: 12px 60px;
      border: 1px solid var(--white);
}
.oem-page .init-4 {
  margin-top: 110px;
}
.oem-page .init-4 .swiper{
  overflow: hidden;
}
.oem-page .init-4 .container .title_list {
  position: relative;
}
.oem-page .init-4 .container .title_list .prev,
.oem-page .init-4 .container .title_list .next {
  position: absolute;
  width: 10px;
  height: 24px;
  top: 82px;
  right: 0;
  font-size: 26px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.oem-page .init-4 .container .title_list .prev {
  left: 0;
}
.oem-page .init-4 .container .title_list .subline {
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding: 90px 0;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont {
  position: relative;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .cir {
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .num {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont {
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: -webkit-calc(126%);
  bottom: -moz-calc(126%);
  bottom: calc(126%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top:-110px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p {
  padding: 6px 12px;
  background-color: var(--color);
  position: relative;
  top: 20px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid var(--color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .num {
  top: -34px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont {
  top: -webkit-calc(126%);
  top: -moz-calc(126%);
  top: calc(126%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::before {
  display: none;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .cir,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .cir {
  background-color: var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .num,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .num {
  color: var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .text_cont,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .text_cont {
  opacity: 1;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
  padding: 90px 50px 50px 50px;
  border: 1px solid #fff;
  position: relative;
  height: auto;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
  max-width: 150px;
  position: absolute;
  bottom: 6px;
  right: 1px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(20%, rgb(240 130 0 / 20%) 20%), color-stop(rgb(240 130 0 / 0)), to(rgb(240 130 0 / 0)));
  background-image: -webkit-linear-gradient(left top, rgb(240 130 0 / 20%) 20%, rgb(240 130 0 / 0), rgb(240 130 0 / 0));
  background-image: -moz-linear-gradient(left top, rgb(240 130 0 / 20%) 20%, rgb(240 130 0 / 0), rgb(240 130 0 / 0));
  background-image: linear-gradient(to right bottom, rgb(240 130 0 / 20%) 20%, rgb(240 130 0 / 0), rgb(240 130 0 / 0));
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
  position: relative;
  z-index: 2;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 36px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 18px;
  margin-top: 20px;
  line-height: 32px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .cont .cir {
  background-color: var(--color);
}
@media (max-width: 1500px) {
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
    margin-top: 20px;
    margin: auto;
    max-width: 500px;
    padding-right: 0;
    width: 100%;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    width: 100%;
  }
  .service-page .init-4 .box .content ul{
    margin-right: -36px;
  }
  .service-page .init-4 .box .content ul li{
    padding-right: 36px;
  }
  .oem-page .tips_title {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  .service-page .init-1 .container .left {
    text-align: center;
    width: 100%;
  }
  .service-page .init-1 .container .right {
    display: none;
    margin-top: 40px;
    width: 100%;
  }
  .service-page .init-4 .box .content ul li .download span{
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    right: -44px;
    bottom: 10px;
  }
}
@media (max-width: 1000px) {
  .oem-page .init-2 .container .content .left {
    width: 100%;
  }
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    display: none;
  }
  .oem-page .init-2 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .service-page .init-1,
  .service-page .init-2{
    padding: 60px 0;
  }
  .service-page .init-1 .container .left .title{
    font-size: 42px;
  }
  .service-page .init-2{
    margin-bottom: 0;
  }
  .service-page .init-2 .container .tip_title{
    font-size: 38px;
  }
  .service-page .init-4 .box .title{
    font-size: 42px;
  }
  .service-page .init-4 .box .content{
    margin-top: 30px;
  }
  .service-page .init-4 .box .content ul{
    padding: 0 6%;
  }
  .service-page .init-4 .box .content .slick-prev{
    left: 0;
  }
  .service-page .init-4 .box .content .slick-next{
    right: 5%;
  }
}
@media (max-width: 700px) {
  .service-page .init-1,
  .service-page .init-2,
  .service-page .init-4 .box{
    padding: 30px 0;
  }
  .service-page .init-4 .box .title {
    font-size: 32px;
    line-height: 1.4;
  }
  .service-page .init-4 .box .content .slick-next {
    right: 12%;
  }
  .service-page .init-2 {
    background: #191919;
  }
  .service-page .init-2 .container .title_list {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .service-page .init-3 .container {
    padding: 40px;
  }
  .service-page .init-3 .container .next {
    right: 0;
  }
  .service-page .init-3 .container .prev {
    left: 0;
  }
  .oem-page .init-2 {
    margin-top: 40px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list.w_50 {
    width: 100%;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
    padding: 30px 16px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
    width: 60px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  .oem-page .init-4 .container .title_list {
    margin-bottom: 30px;
  }
  .service-page .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .service-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-1 .container .left .title_2 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 32px;
  }
  .service-page .init-1 .container .left .des p {
    margin-top: 10px;
  }
  .service-page .init-2 {
    padding-bottom: 40px;
  }
  .service-page .init-2 .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-2 .container .title_list .list {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin: 0;
    padding: 0 8px;
    width: 100%;
  }
  .service-page .init-2 .container .swiper {
    margin-top: 40px;
  }
  .service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .init-3 {
    margin-top: 0;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    padding-top: 0;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .oem-page .tips_title {
    font-size: 24px;
    line-height: 44px;
  }
  .oem-page .init-1 .container .tips_des {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-1 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    margin-top: 14px;
    line-height: 32px;
    min-height: 5.3em;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 10px;
  }
  .oem-page .init-2 .container .content .left .img_cont {
    margin-top: 20px;
  }
  .oem-page .init-2 .container .content .right .des {
    margin-top: 20px;
  }
  .oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-3 {
    margin-top: 40px;
  }
  .oem-page .init-3 .container form {
    margin-top: 0;
  }
  .oem-page .init-3 .container form .list.text_center {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list .submit_btn {
    padding: 6px 40px;
  }
  .oem-page .init-4 {
    margin-top: 40px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
    margin: auto;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
    text-align: center;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 18px;
    line-height: 32px;
    min-height: 3.2em;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 16px;
    line-height: 30px;
  }
}

.font-16{
  line-height: 30px;
}
.font-18{
  line-height: 1.8;
}
.font-36{
  line-height: 1.8;
}
.font-24{
  line-height: 1.6;
}
.font-60{
  line-height: 1.2;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  line-height: 1.8;
}
.seoPublic .Auxil-news .list ul li .content p,
.seoPublic .Auxil-news .list ul li .content a.link{
  line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}
.newdet-page .container .content h2{
  color: var(--color);
    font-size: 24px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 900;
}
.newdet-page .container .content h3{
  font-size: 22px;
    line-height: 1.8;
    padding: 5px 0;
    font-weight: 800;
}
.newdet-page .container .content h4{
 font-size: 18px;
    line-height: 1.8;
    padding: 5px 0;
    font-weight: 500;
}

#index-body .init-2 .container .content.news .swiper .swiper-wrapper .swiper-slide .text{
      font-size: 20px;
    line-height: 1.8;
    padding-bottom: 10px;
}
#index-body .init-2 .container .content.news .swiper .swiper-wrapper .swiper-slide .con{
          font-size: 16px;
    line-height: 30px;
}
#index-body .init-1 .container .left .des h1{
  display: inline;
}
#footer .bottom.container .box span a.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}
.seoPublic .seoIndustry .text h3{
  font-size: 28px;
    line-height: 1.6;
    padding: 10px 0;
    font-weight: 900;
    color: var(--color);
}
.seoPublic .seoIndustry .text h4{
  font-size: 24px;
    line-height: 1.8;
    padding: 5px 0;
    font-weight: 700;
}
.seoPublic .seoIndustry .text{
  line-height: 30px;
  color: white;
}
.seoPublic .text a{
  color: unset;
}



#index-body .news ul li .img-box{
  width: 100%;
  height: 280px;
  display: block;
}
#index-body .news ul li .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.content2{
  font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
}
#footer .center ul li.link .link-list .share a{
  background-color: white;
  border-color: transparent;
}
#footer .center ul li.link .link-list .share a img{
  transition: all 0.5s;
}
#footer .center ul li.link .link-list .share a:hover img{
  filter: brightness(0) invert(1);
}