@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.layui-layer-dialog .layui-layer-padding {
  word-break: break-word;
}

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

.seoPublic .Auxil-about .box .right .text{
  padding-bottom: 4px;
}


#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  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;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-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;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 1000px) {
  .footerBt {
    padding-bottom: 56px;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

.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){
  .phone_hide{
    display: none !important;
  }
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}

.moreCont{
    display: inline-block;
    padding: 10px 30px 6px 30px;
    background: #121212;
    color: #fff;
}
.moreCont:hover{
    background: var(--color);
}

/* 栅格 */
.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;]
}
.t_1 {
    transition: .5s;
}
.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%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  font-family: "Aktiv Grotesk Ex";
  max-width: 1920px;
  --color: #0071b5;
  font-weight: normal;
  letter-spacing: -0.05em;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}

.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;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background: #fff;
}
#header > .nav > .menu {
  z-index: 2;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 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;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 60px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  color: #000;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -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;
  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;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-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-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  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);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  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: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one {
  width: 45%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutTitle {
  font-size: 32px;
  color: #111;
  line-height: 40px;
  margin-bottom: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  width: 80%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore {
  font-size: 14px;
  line-height: initial;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two {
  width: 25%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link {
  margin-top: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link:first-child {
  margin-top: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a:hover::before {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three {
  width: 30%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three .shipingbiaoti {
  margin-top: 10px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about:hover .menu-content {
  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);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content {
  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: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .container {
  background: #fff;
  padding: 40px 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left {
  width: 70%;
  position: relative;
  border-right: 1px solid #ccc;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product {
  font-size: 14px;
  width: 33.33%;
  padding-right: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-img {
  width: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul {
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li {
  margin-top: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right {
  margin-left: 0;
  width: 30%;
  padding: 0 23px 20px;
  font-size: 14px;
  top: 0;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right ul li {
  width: 50%;
  padding: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product:hover .menu-content {
  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);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: var(--white);
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 26px;
  height: 26px;
  background-size: cover;
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .openBtn {
  padding: 16px 10px;
  color: #fff;
  background: var(--color);
  margin-left: 20px;
  min-width: 130px;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .openBtn .sub {
  z-index: -1;
  width: 70px;
  height: 50px;
  position: absolute;
  right: -30px;
  top: 16px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  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;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-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.inner_active > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav .headerShadow,
#header.inner_active > .nav .headerShadow {
  opacity: 0;
}
#banner{
    position: relative;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.jb {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8e2121), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #8e2121, var(--color));
  background-image: -moz-linear-gradient(bottom, #8e2121, var(--color));
  background-image: linear-gradient(to top, #8e2121, var(--color));
}
.nor {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
span.h2 {
  line-height: 1.2;
}
span.tag {
  line-height: 1.2;
}
.slickDots ul li {
  border: none;
  background-color: white;
  margin: 0 1.3em;
}
.slickDots ul li.slick-active {
  background-color: white;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  width: 50%;
  color: white;
}
#index-body .init-1 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#index-body .init-1 .box span.tag {
  color: var(--color);
}
#index-body .init-1 .box .center img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.4)));
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.4));
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.4)));
  mask-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.4));
}
#index-body .init-1 .box .list li {
  padding: 7%;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(#f4f4f4));
  background-image: -webkit-linear-gradient(right, white, #f4f4f4);
  background-image: -moz-linear-gradient(right, white, #f4f4f4);
  background-image: linear-gradient(to left, white, #f4f4f4);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8e2121), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #8e2121, var(--color));
  background-image: -moz-linear-gradient(bottom, #8e2121, var(--color));
  background-image: linear-gradient(to top, #8e2121, var(--color));
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .list li i {
  position: absolute;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8e2121), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #8e2121, var(--color));
  background-image: -moz-linear-gradient(bottom, #8e2121, var(--color));
  background-image: linear-gradient(to top, #8e2121, var(--color));
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
#index-body .init-1 .box .list li:hover {
  color: white;
}
#index-body .init-1 .box .list li:hover:before {
  opacity: 1;
}
#index-body .init-1 .box .list.txt-left li {
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f4f4f4));
  background-image: -webkit-linear-gradient(left, white, #f4f4f4);
  background-image: -moz-linear-gradient(left, white, #f4f4f4);
  background-image: linear-gradient(to right, white, #f4f4f4);
}
#index-body .init-1 .box .list.txt-left li i {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-2 {
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#003b91), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #003b91, var(--color));
  background-image: -moz-linear-gradient(bottom, #003b91, var(--color));
  background-image: linear-gradient(to top, #003b91, var(--color));
}
#index-body .init-2 .slick-track {
    transform: unset !important;
}
#index-body .init-2 .box .slickDots{
    padding-left: 160px;
}
#index-body .init-2 .slickDots ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .init-2 a.mail {
  width: 3.625em;
  height: 3.625em;
  border-radius: 100%;
  background-color: black;
  color: white;
}
#index-body .init-2 a.mail i {
  font-size: 1.7em;
}
#index-body .init-2 a.link {
  text-decoration: underline;
}
#index-body .init-3 {
  background-color: #272727;
  color: white;
}
#index-body .init-3 span.tag {
  color: var(--color);
}
#index-body .init-3 .list {
  position: relative;
  overflow: hidden;
}
#index-body .init-3 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #5b5b5b;
  position: absolute;
}
#index-body .init-3 .list ul {
  margin: -1em -0.5em;
}
#index-body .init-3 .list ul .slick-track .slick-slide > div {
  height: 50%;
}
#index-body .init-3 .list ul li {
  padding: 1em .5em;
}
#index-body .init-3 .list ul li a.img {
  display: block;
  overflow: unset;
  position: relative;
}
#index-body .init-3 .list ul li a.img em {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 30px 6px 30px;
  opacity: 0;
  background: var(--color);
  color: #fff;
  white-space: nowrap;
}
#index-body .init-3 .list ul li .content {
  margin-top: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  padding-bottom: 2em;
}
#index-body .init-3 .list ul li .content a.link {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
#index-body .init-3 .list ul li .content a.link:before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: var(--color);
  margin-right: .5em;
  margin-top: -0.3em;
}
#index-body .init-3 .list ul li:hover a.img em {
  opacity: 1;
}
#index-body .init-3 .list ul li:hover .content {
  margin-top: 4em;
  padding-bottom: 0;
}
#index-body .init-3 .list ul li:hover .content a.link {
  opacity: 0;
}

#index-body .init-4 .box span.h2 {
    width: 180%;
    margin-left: -100%;
    padding: 40px 0 40px 70px;
    position: relative;
    color: white;
    z-index: 1;
}
#index-body .init-4 .box span.h2 i {
  width: 2.23333333em;
  margin-right: 1.33333333em;
}
#index-body .init-4 .box span.h2:before {
  content: '';
  width: 150%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#003c91), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #003c91, var(--color));
  background-image: -moz-linear-gradient(bottom, #003c91, var(--color));
  background-image: linear-gradient(to top, #003c91, var(--color));
  position: absolute;
}
#index-body .init-4 .box span.h2:after {
  content: '';
  right: 100%;
  top: -100%;
  height: 1000%;
  background-color: white;
  width: 0.3em;
  position: absolute;
}
#index-body .init-4 .box span.tag {
  color: var(--color);
}
#index-body .init-4 .box .text {
  opacity: .7;
  line-height: 1.75;
}
#index-body .init-4 .box .text a {
  text-decoration: underline;
}

#index-body .init-4 .box .more{
    background: var(--color);
}
#index-body .init-4 .box .more:hover{
    background: #000;
}

#index-body .init-4 .list {
  position: relative;
  z-index: 1;
}
#index-body .init-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  top: 3em;
  position: absolute;
  left: 0;
}
#index-body .init-4 .list i.dots {
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  background-color: #d9d9d9;
  margin: 1.2em auto;
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list i.dots:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8e2121), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #8e2121, var(--color));
  background-image: -moz-linear-gradient(bottom, #8e2121, var(--color));
  background-image: linear-gradient(to top, #8e2121, var(--color));
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list span.h6 {
  line-height: 1.2;
  color: #d9d9d9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .text {
  opacity: 0;
  line-height: 1.9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list li:hover span.h6,
#index-body .init-4 .list .slick-slide:last-child li span.h6 {
  color: black;
}
#index-body .init-4 .list li:hover i.dots,
#index-body .init-4 .list .slick-slide:last-child li i.dots {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
#index-body .init-4 .list li:hover i.dots:before,
#index-body .init-4 .list .slick-slide:last-child li i.dots:before {
  opacity: 1;
}
#index-body .init-4 .list li:hover .text,
#index-body .init-4 .list .slick-slide:last-child li .text {
  opacity: .7;
}
#index-body .init-5 .box {
  background-color: #212121;
  color: white;
  height: 90vh;
  min-height: 44.79166667vw;
}
#index-body .init-5 .box .left {
  position: relative;
  z-index: 1;
}
#index-body .init-5 .box .left:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  opacity: .7;
  z-index: -1;
}
#index-body .init-5 .box .left .list {
  padding: 6% 10%;
  text-align: center;
}
#index-body .init-5 .box .left .list .line {
  width: 1px;
  background-color: white;
}
#index-body .init-5 .box .left .list span.h6 {
  line-height: 1;
}
#index-body .init-5 .box .left .list li {
  padding: 3% 0;
}
#index-body .init-5 .box .right .top {
  padding-right: 10%;
}
#index-body .init-5 .box .right .top span.tag {
  color: var(--color);
}
#index-body .init-5 .box .right .list ul li {
  padding-left: 5%;
  padding-right: 10%;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .box .right .list ul li:before {
  content: '';
  width: 103%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8e2121), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #8e2121, var(--color));
  background-image: -moz-linear-gradient(bottom, #8e2121, var(--color));
  background-image: linear-gradient(to top, #8e2121, var(--color));
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .right .list ul li:after {
  content: '';
  width: 3%;
  height: auto;
  padding-top: 3%;
  position: absolute;
  left: 100%;
  top: 100%;
  background-color: #8b4f06;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .right .list ul li i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .right .list ul li.active i {
  opacity: 1;
}
#index-body .init-5 .box .right .list ul li.active:before,
#index-body .init-5 .box .right .list ul li.active:after {
  opacity: 1;
}
#index-body .init-6 {
  background-color: #f8f4f8;
}
#index-body .init-6 .box {
  position: relative;
  z-index: 1;
}
#index-body .init-6 .box span.tag {
  color: var(--color);
}
#index-body .init-6 .box .left .list {
  padding: 12%;
  padding-right: 0;
  position: relative;
  color: white;
}
#index-body .init-6 .box .left .list:before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 2em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#003a91), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #003a91, var(--color));
  background-image: -moz-linear-gradient(bottom, #003a91, var(--color));
  background-image: linear-gradient(to top, #003a91, var(--color));
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
#index-body .init-6 .box .left .list .text {
  line-height: 1.75;
}
#index-body .init-6 .box .left .slickBtn div {
  height: 2.5em;
  width: 2.5em;
  background-color: black;
  border-radius: 0;
}
#index-body .init-6 .box .left .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .init-6 .box .left .slickBtn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-6 .box .right {
  padding: 0 6%;
}
#index-body .init-6 .box .right .content {
  color: white;
}
#index-body .init-6 .box .right .slickDots ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#footer {
  color: white;
  background-color: black;
}
#footer .footer-top {
  background-color: #212121;
}
#footer .footer-top .ui.container {
  max-width: 1430px;
}
#footer .footer-top .box {
  position: relative;
  z-index: 1;
}
#footer .footer-top .box .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#footer .footer-top .box .icon i img {
  max-width: none;
}
#footer .footer-top .box .icon i:nth-child(1) {
  right: 102%;
  top: 50%;
}
#footer .footer-top .box .icon i:nth-child(2) {
  top: 65%;
  left: 91%;
}
#footer .footer-top .box form {
  height: 4.28571429em;
  background-color: white;
  color: black;
  border-radius: 1.42857143em;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
#footer .footer-top .box form input {
  padding: 0 1em;
  border: none;
  border-right: 1px solid #dfdfdf;
  height: 2.42857143em;
  background-color: transparent;
}
#footer .footer-top .box form input::-webkit-input-placeholder {
  color: #e2e2e2;
}
#footer .footer-top .box form input:-moz-placeholder {
  color: #e2e2e2;
}
#footer .footer-top .box form input::-moz-placeholder {
  color: #e2e2e2;
}
#footer .footer-top .box form input:-ms-input-placeholder {
  color: #e2e2e2;
}
#footer .footer-top .box form input::placeholder {
  color: #e2e2e2;
}
#footer .footer-top .box form input[type="submit"] {
  height: 100%;
  width: 22%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#003b91), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #003b91, var(--color));
  background-image: -moz-linear-gradient(bottom, #003b91, var(--color));
  background-image: linear-gradient(to top, #003b91, var(--color));
  color: white;
  background-color: black;
  border-bottom-left-radius: inherit;
}
#footer .footer-top .box form input[name="content"] {
  width: 35%;
}
#footer .footer-top .box form input[name="mail"] {
  width: 22%;
}
#footer .footer-top .box form input[name="name"] {
  width: 21%;
  border-top-right-radius: inherit;
}
#footer .footer-top .box span.tag {
  color: #fff;
}
#footer .footer-top .box span.h2 {
  margin-bottom: -0.3em;
}
#footer .footer-center .box span.h6 {
  color: #fff;
}
#footer .footer-center .box .info {
  max-width: 350px;
  line-height: 1.625;
}
#footer .footer-center .box .nav {
  line-height: 1.8;
}
#footer .footer-center .box .nav a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-center .box .nav a:hover {
  color: var(--color);
}
#footer .footer-center .box .nav ul ul {
  display: none;
}
#footer .footer-center .box .text {
  max-width: 360px;
}
#footer .footer-center .box .share a {
  width: 2em;
  height: 2em;
  border: 1px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .footer-center .box .share a:hover {
  background-color: var(--color);
}
#footer .footer-center .box .share a #ewm {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  border: 4px solid white;
  display: none;
}
#footer .footer-center .box .share a:hover #ewm {
  display: block;
}
#footer .footer-bottom {
  border-top: 1px solid #666;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom svg:hover {
  fill: white;
}
@media screen and (max-width: 1700px) {
  #index-body .init-4 .box span.h2 {
    zoom: .9;
  }
  #index-body .init-6 .box .left i {
    zoom: .7;
  }
  #footer .footer-top .box .icon i {
    zoom: .6;
  }
  #footer .footer-top .box .icon i:nth-child(2) {
    top: 90%;
  }
  #footer .footer-center .logo {
    zoom: .7;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-5 .box .left .list {
    padding: 5%;
  }
  #index-body .init-6 .box .left .slickBtn div img {
    max-width: 60%;
  }
  #footer .footer-center .box .share {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
    #index-body .init-2 .box .slickDots{
        padding-left: 0;
    }
  #index-body .init-4 .box span.h2 {
    zoom: .8;
  }
  #index-body .init-5 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #index-body .init-5 .box .left {
    width: 100%;
  }
  #index-body .init-5 .box .right {
    width: 100%;
  }
  #index-body .init-5 .box .left:before {
    height: 100%;
  }
  #index-body .init-5 .box .right {
    padding: 5%;
  }
  #index-body .init-5 .box .right .top,
  #index-body .init-5 .box .right .list ul li {
    padding-right: 5%;
  }
  #index-body .init-5 .box .right .list ul li:before {
    width: 100%;
  }
  #index-body .init-5 .box .right .list ul li:after {
    display: none;
  }
  #index-body .init-6 .box .left i {
    zoom: .5;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .left {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-top .box .right {
    width: 100%;
  }
  #footer .footer-center .slide:nth-child(2),
  #footer .footer-center .slide:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .box .center {
    display: none;
  }
  #index-body .init-1 .box .left,
  #index-body .init-1 .box .right {
    width: 100% !important;
  }
  #index-body .init-1 .box .right {
    margin-top: 1.5%;
  }
  #index-body .init-1 {
    background-image: none !important;
  }
  #index-body .init-1 .box .list li i {
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .init-1 .box .list li {
    background-image: -webkit-gradient(linear, right top, left top, from(white), to(#f4f4f4)) !important;
    background-image: -webkit-linear-gradient(right, white, #f4f4f4) !important;
    background-image: -moz-linear-gradient(right, white, #f4f4f4) !important;
    background-image: linear-gradient(to left, white, #f4f4f4) !important;
    padding: 5%;
  }
  #index-body .init-1 .box .list {
    text-align: left;
  }
  #index-body .init-4 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .box .left {
    width: 100%;
  }
  #index-body .init-4 .box span.h2{
      padding: 20px 10px;
  }
  #index-body .init-4 .box .right {
    width: 100%;
  }
  #index-body .init-4 .box span.h2 {
    zoom: 1;
    width: 100%;
    margin-left: 0;
  }
  #index-body .init-5 .box .right .list ul li i {
    zoom: .7;
  }
  #index-body .init-6 .box .right {
    width: 100%;
    margin-top: 5%;
  }
  #index-body .init-6 .box .left {
    width: 100%;
  }
  #index-body .init-6 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-6 .box .right .content {
    color: black;
  }
  #index-body .init-6 .box .left .list {
    padding: 5%;
  }
  #index-body .init-6 .box .left .list:before {
    width: 100%;
  }
  #index-body .init-6 .box .right .slickDots ul li {
    background-color: black !important;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left .more {
    display: none;
  }
  #banner li .content .left span.h2 {
    margin-bottom: 0;
  }
  #index-body .init-1 .box .list li i {
    zoom: .7;
  }
  #index-body .init-1 .box .list {
    margin-top: 7%;
  }
  #index-body .init-1 .box .right .list {
    margin-top: 0;
  }
  #index-body .init-5 .box .right .list ul li i {
    opacity: 1;
  }
  #footer .footer-top .box form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #footer .footer-top .box form input {
    width: 100% !important;
    padding: 1em;
    height: auto;
    border: none;
    border-top: 1px solid #eee;
  }
  #footer .footer-top .box form input[type="submit"] {
    padding: 1em;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-6 .box .right {
    padding: 0;
  }
  #banner li > img{
      min-height: 44vw;
      object-fit: cover;
  }
  #banner li .content .left {
    zoom: .6;
  }
  #index-body .init-3 .list ul li a.img em {
    opacity: 1;
  }
  #index-body .init-3 .list ul li .content {
    padding-bottom: 0;
    margin-top: 4em;
  }
  #index-body .init-3 .list ul li .content a.link {
    display: none;
  }
  #index-body .init-4 .box span.h2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .box span.h2 i {
    margin-bottom: 1em;
    margin-right: 0;
    margin-left: auto;
  }
  #index-body .init-5 .box .left .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 .box .left .list ul li {
    width: 100%;
  }
  #index-body .init-5 .box .left .list ul li.line {
    display: none;
  }
  #index-body .init-5 .box .right .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 .box .right .list ul li i {
    margin-left: auto;
    margin-right: 0;
    zoom: .4;
  }
  #footer .footer-center .box .info{
      max-width: 100%;
  }
  #footer .footer-center .box .text{
      max-width: 100%;
  }
  #footer .footer-center .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-center .box .slide {
    width: 100%;
  }
  #banner ul.slick-dots{
    bottom: 10px;
  }
  #banner ul.slick-dots li{
    height: 5px;
    width: 5px;
  }
}

/*inner-page*/

.text-color {
  color: var(--color);
}
.text-family {
  
}
.text-family1 {
  
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
}
.inner.container {
  width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.inner-banner {
  position: relative;
}
.inner-banner .bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .mbx {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  text-align: center;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 20px;
  color: #fff;
}
.inner-banner.prodet-banner .mbx h2 {
  
  font-size: 34px;
  margin-top: 10px;
  line-height: 1.4;
    color: #fff;
}
.inner-banner .mbx h4,.inner-banner .mbx h4 a {
  
  font-size: 16px;
  line-height: 30px;
    color: #fff;
}
.m-page .wp-pagenavi{
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 85px;
  height: 78px;
  font-size: 20px;
  text-align: center;
  border-radius:50%; 
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.about-page .about-1 .container .left {
  max-width: 1520px;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.2;
  margin-top: 10px;
  font-weight: 600;
  
}
.about-page .about-1 .container .left img {
  margin-top: 48px;
}
.about-page .about-1 .container .right {
  max-width: 600px;
}
.about-page .about-1 .container .right p {
  max-width: 540px;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 60px;
  padding-bottom: 100px;
}
.about-page .about-1 .text p {
  color: #4e4e4e;
     padding: 0 30px; 
    line-height: 1.8;
}
.about-page .about-1 ul {
  margin-bottom: 180px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.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;
}
.about-page .about-1 ul li .left {
  margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
  
}
.about-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
      padding: 0 50px;
}
.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #092143;
  height: 570px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
  margin-top: 30px;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
      margin-bottom: 0px;
    
    font-size: 24px;
    text-transform: uppercase;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .left{
  width: 32%;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #092143;
  color: white;
  height: 375px;
  padding-left: 50px;
  padding-right: 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;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 180px 0 160px;
  text-align: center;
}
.about-page .about-4 h2 {
    margin-top: 95px;
    text-transform: uppercase;
    line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid #036eb8;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1600px) {
  .inner.container {
    width: 1400px;
  }
  .inner-banner .bg {
    height: 450px;
  }
  .about-page .about-1 .container .right {
    width: 48%;
  }
  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right {
    width: 55%;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1400px) {
  .inner.container {
    width: 1200px;
  }
  .inner-banner .bg {
    height: 400px;
  }

  .inner-banner .mbx {
    bottom: 60px;
  }
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 50px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
}
@media (max-width: 1200px) {
  .inner.container {
    width: 1000px;
  }
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-1 ul li {
    -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;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    line-height: 1.6!important;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }

}
@media (max-width: 1000px) {
  .inner.container {
    width: 700px;
  }
  .product-page .product-2{
    margin-top: 0px!important;
  }
  .product-page .init-1 .tip_title{
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .inner-banner {
    /*margin-top: 120px;*/
    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;
    height: auto;
    padding: 30px 0;
  }
  .inner-banner .bg {
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .inner-banner .mbx {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .inner-banner .mbx h2 {
    font-size: 20px!important;
line-height: 36px!important;
  }
  .about-page .about-1 .container .left {
    width: 100%;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  .inner.container {
    width: 500px;
  }
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-2 .bg {
    display: none;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .inner.container {
    width: 100%;
  }
  .about-page .about-1{
    padding-top: 40px;
  }
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 20px;
  }
  .about-page .about-1 .text{
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-1 ul li .left h4{
    font-size: 40px;
  }
  .about-page .about-2 .content ul li .icon img{
    position: relative;
    top: -6px;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }
  .about-page .about-2 .content ul li .icon img{
    width: 30px;
  }
  .about-page .about-2 .content ul li .icon h4{
    font-size: 20px;
    padding-top: 6px;
  }
  .about-page .about-3{
    margin-top: 40px;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 40px 0;
  }
}

.pro-single-page{
  margin-top: 40px;
}
.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-size: 36px;
    text-transform: uppercase;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight:500;
  margin-top: 15px;
  text-align: center;
}


.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: 90px 0 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .init-1{
    margin-top: 40px;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .content dl dd h4{
      font-size: 20px;
    }

}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 46%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
  cursor: pointer;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

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

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

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

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-weight:500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}

@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
  .pro-single-page{
    margin-top: 40px;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


  
  .pro-single-page {
    padding-bottom: 0;
  }
  

  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}

.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--primary);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}

.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #036eb8;
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: #036eb8;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form form .submit .moreCont{
  cursor: pointer;
  text-transform: uppercase;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #036eb8;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}

.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #036eb8;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  
}

@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .product-page .product-2{
    margin-bottom: 40px;
  }
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .product_list .img a{
      padding: 10px;
  }
}



.slide-w{
      height: 100%;
    opacity: 1 !important;
    visibility: unset !important;
}
.f-g img{
  vertical-align: middle;
  margin-right: 30px;
}
.f-g1{
border-bottom: 1px solid #666666;
}
.service-page {
  padding: 60px 0  0 0px;
}
#index-body .about .top .text {
    
    vertical-align: middle;
    padding-right: 73px;
}
#index-body .about .top .text .btn a.link {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
#index-body .about .top .text .btn a.link em {
    display: inline-block;
    padding: 22px;
    background: var(--color);
}
 
#index-body .about .top .text .btn a.link span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    padding-left: 5px;
}
#index-body .about .top .text .btn {
    margin-top: 37px;
}
#index-body .init1 {
    /*background: #f9f9f9;*/
    padding: 60px 0 108px;
}
#index-body .init1 .info {
    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;
}


@media screen and (max-width: 1280px) {
   
  #index-body .about .top .text {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }

  #index-body .init1 .info{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
}

.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(../images/by.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    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: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.factory-page .factory-1 {
  position: relative;
}

.factory-page .factory-1 .container .left {
  max-width: 785px;
  margin-top: 60px;
}
.factory-page .factory-1 .container .left h3 {
  line-height: 1.2;
}
.factory-page .factory-1 .container .left img {
  margin-top: 80px;
}
.factory-page .factory-1 .container .right {
  max-width: 600px;
   margin-top: 60px;
}
.factory-page .factory-1 .container .right p {
  max-width: 600px;
}
.factory-page .factory-1 .container .right img {
  margin-top: 80px;
}
.factory-page .factory-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
  padding: 0 60px;
}
.factory-page .factory-1 ul {
  margin: 45px -15px 0;
}
.factory-page .factory-1 ul li {
  margin: 25px 0;
  padding: 0 15px;
}

.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: var(--color);
  border: 1px solid var(--color);
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  background-color: #000;

}
.production-strength-page .init-2 .container {
  padding: 0;
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick2 li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}

.tips-fct-box{
  background: #f9f9f9;
  padding: 0 10px 80px;
}
.tips-fct1{
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  max-width:1050px;
  margin: auto;
}

@media (max-width: 1700px) {
  .factory-page .factory-1 .container .left{
    width: 100%;
    max-width: 100%;
  }
  .factory-page .factory-1 .container .right{
    width: 100%;
    margin-top: 0;
    max-width: 100%;
  }
  .factory-page .factory-1 .container .right p{
    max-width: 100%;
  }
}
@media (max-width: 1450px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }

}
@media (max-width: 1250px) {
  .factory-page .factory-1 .container .right {
    max-width: 100%;
  }
  .factory-page .factory-1 .container .right p {
    max-width: 100%;
    margin-top: 0;
  }
  .factory-page .factory-1 .container .left span {
    margin-left: 0;
  }
  .factory-page .factory-1 .container .left h3 {
    margin-left: 0;
  }
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}

@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .tips-fct-box{
    padding-bottom: 40px;
  }
  .production-strength-page .init-2 .container .list{
    padding-bottom: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick2 li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
  .factory-page .factory-1 ul{
    margin-top: 20px;
  }
  .factory-page .factory-1 ul li{
    margin: 10px 0;
  }
  .factory-page .factory-1 .container .right{
    margin-top: 20px;
  }
  .m-page a, .m-page span{
    width: 30px;
    height: 30px;
    margin: 5px;
    line-height: 38px;
  }
}



.news-page {
    background: #fff;
}
.news-page .sideright {
    
}
.news-page .sideright .list ul {
    margin-right: -1rem;
}
.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
    position: relative;
}
.news-page .sideright .list ul li .img img {
    width: 100%;
}
.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    
}
.news-page .sideright .list ul li .con {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 24px;
    
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}
.news-page .sideright .list ul li .con p {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}


.news-page.newsBox {
    padding: 120px 0 120px;
}
.news-page.newsBox span.h2 {
    font-size: 48px;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
.news-page.newsBox .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.news-page.newsBox .list ul li {
    padding: 15px;
    width: 33.33%;
}
.news-page.newsBox .list ul li .content{
    background: #f6f6f6;
    padding: 45px;
    border-radius:20px;
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 1.2;
    margin-top: 10px;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    
    color: #191919;
    margin: .6em 0 1em;
    line-height: 2;
    transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}
.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}

@media screen and (max-width: 1000px) {
    .news-page .sideright {
        
    }
    .news-page.newsBox .list ul li {
        width: 50%;
    }
    .news-page.newsBox .list ul li .h6 {
        font-size: 18px;
    }
    .news-page.newsBox .list ul {
        grid-template-columns:1fr 1fr;
    }
    .news-page.newsBox .list ul li {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }
    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }
    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }
    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }

    .news-page.newsBox .list ul li {
        width: 100%;
    }
    .news-page .news-1 .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .news-page .news-1 .left {
        width: 100%
    }
    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }
    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
  .news-page.newsBox{
    padding: 40px 0;
  }
  .news-page.newsBox .list{
    margin-top: 10px;
  }
  .news-page.newsBox .list ul li .content{
    padding: 20px;
  }
}


.newdet-page .section-title2 {
    font-size: 26px;
    
    line-height: 1.6;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}


.newdet-page .n-content h3 {
    font-size: 28px;
    line-height: 2;
    font-weight: 900;
    color: #0749b3;
    margin-bottom: 5px;
}

.newdet-page .n-content h4 {
    font-size: 24px;
    line-height: 1.9;
    font-weight: 700;
}

.newdet-page .n-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}


.newdet-page .n-content table td{
    word-break: keep-all;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
  .newdet-page .section-title2{
    font-size: 24px;
  }
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}


.faq-page {
    padding: 6rem 0;
    background: #f5f5f5;
}
.faq-page .box ul {
    margin-right: -2rem;
}
.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}
.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
    color: #fff;
}
.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }
    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }
    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }
    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}


.contact-page .contact-1 {
    padding: 6rem 0;
}
.contact-page .contact-1 .left {
    padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
    color: #000;
    font-size: 24px;
    
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--color);
    color: #fff;
    width: 100%;
    text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    line-height: 2;
    
    font-weight: bold;
}
.contact-page .contact-1 .left ul li .contact-link-text {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-1 .right {
    text-align: right;
    padding-left: 15%;

}
.contact-page .contact-1 .right .form-wrap {
    position: relative;
    border-radius:0px 0px 40px 0px;
}
.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    background: #fbfbfb;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
    border-radius: 0px 0px 40px;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: var(--color);
    z-index: -1;
    border-radius: 0px 0px 40px;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
    color: #000;
    font-size: 24px;
    line-height: 1.6;
    
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}
.contact-page .contact-1 .map {
    margin-top: 4.5rem;
}
.contact-page .contact-2 {
    padding: 6rem 0;
}
.contact-page .contact-2 .contact-link-icon{font-size: 48px; color: var(--color);;}
.contact-page .contact-2 .list ul {
    margin: -10px;
}
.contact-page .contact-2 .list ul li {
    padding: 10px;
    text-align: center;
}
.contact-page .contact-2 .list ul li .box {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 30px;
}
.contact-page .contact-2 .list ul li .box span.h6 {
    font-size: 18px;
    
}
.contact-page .contact-2 .list ul li .box .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.5em;
}
.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
    color: var(--color);
}
.contact-page .contact-2 .content ul {
    margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1366px) {
    .contact-page .contact-1 .right {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1200px) {
    .contact-page .contact-1 .right {
        padding-left: 4%;
    }
    .contact-page .contact-2 .content ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .right .form-wrap .form-box{
    padding: 40px 20px;
  }
}


.process-page .item {
  padding: 100px 0;
}
.process-page .item .i-title {
  color: #333;
  margin-bottom: 50px;
}
.process-page .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px;
}
.process-page .item ul li {
  padding: 25px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.process-page .item ul li .txt {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #005bac;
  font-size: 20px;
  border-radius: 30px;
  color: white;
  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;
  height: 120px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.process-page .item ul li .txt:hover {
  background-color: white;
  color: black;
  border-color: #de3b3a;
}
.process-page .item ul li .txt::after {
  content: "";
  position: absolute;
  left: -webkit-calc(100% + 25px);
  left: -moz-calc(100% + 25px);
  left: calc(100% + 25px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: url(../images/arrow-black.png) no-repeat center;
  width: 14px;
  height: 14px;
}
.process-page .item ul li:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.process-page .item ul li:nth-child(7) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.process-page .item ul li:nth-child(8) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.process-page .item ul li:nth-child(9) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.process-page .item ul li:nth-child(10) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.process-page .item ul li:nth-child(5) .txt::after {
  left: 50%;
  top: -webkit-calc(100% + 25px);
  top: -moz-calc(100% + 25px);
  top: calc(100% + 25px);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.process-page .item ul li:nth-child(6) .txt::after,
.process-page .item ul li:nth-child(7) .txt::after,
.process-page .item ul li:nth-child(8) .txt::after,
.process-page .item ul li:nth-child(9) .txt::after,
.process-page .item ul li:nth-child(10) .txt::after {
  left: auto;
  right: -webkit-calc(100% + 25px);
  right: -moz-calc(100% + 25px);
  right: calc(100% + 25px);
  -webkit-transform: translate(50%, -50%) rotate(225deg);
  -moz-transform: translate(50%, -50%) rotate(225deg);
  -ms-transform: translate(50%, -50%) rotate(225deg);
  transform: translate(50%, -50%) rotate(225deg);
}
.process-page .item:nth-child(1) ul li:last-child{
  margin-left: auto;
}
.process-page .item ul li:last-child .txt::after {
  content: none;
}
.process-page .item:not(:first-child) {
  padding-top: 0;
}
.process-page .item:nth-child(2) ul li:last-child{
  margin-left: auto;
}


.capability-page{
  padding: 40px 0 100px;
}
.capability-page .i-title{
  margin-bottom: 49px;
}
.capability-page .content{
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
}
.capability-page .content p{
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.capability-page .content p::after{
  content: "\e766";
  font-family: "iconfont";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  background: #2559aa;
  color: white;
  text-align: center;
}
.capability-page .list{
  margin-top: 60px;
}
.capability-page .list ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.capability-page .list ul li{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.capability-page .list ul li > img{
  border-radius: inherit;
}
.capability-page .list ul li .title{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
.capability-page .list ul li.two_rows{
  grid-row: span 2;
}


.profess-design-page .init-1 {
  padding: 120px 0;
}
.profess-design-page .init-1 .left {
  vertical-align: middle;
}
.profess-design-page .init-1 .left .i-title {
  color: #333;
}
.profess-design-page .init-1 .left .content {
  font-size: 21px;
  line-height: 32px;
  color: #333333;
  font-weight: 500;
  margin: 17px 0 50px;
}
.profess-design-page .init-1 .left ul li {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 35px;
  color: #333;
  margin-bottom: 15px;
}
.profess-design-page .init-1 .left ul li .icon {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #2559aa;
  text-align: center;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
}
.profess-design-page .init-1 .right {
  padding-left: 60px;
  vertical-align: middle;
}
.profess-design-page .init-1 .right img {
  border-radius: 24px;
  margin: auto;
}
.profess-design-page .init-1 .right .font-18{
  text-align: center;
}
.profess-design-page .init-1 .right .slick-dots{
  text-align: center;
  margin-top: 8px;
}
.profess-design-page .init-1 .right .slick-dots li{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 91, 172,0.5);
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.profess-design-page .init-1 .right .slick-dots li button{
  display: none;
}
.profess-design-page .init-1 .right .slick-dots li.slick-active{
  background: rgba(0, 91, 172, 1);
}
.profess-design-page .init-2 {
  padding-bottom: 120px;
}
.profess-design-page .init-2 .i-title {
  color: #333333;
  margin-bottom: 50px;
}
.profess-design-page .init-2 ul {
  margin: -25px;
}
.profess-design-page .init-2 ul li {
  padding: 25px;
}
.profess-design-page .init-2 ul li .box {
  background: white;
  border-radius: 24px;
}
.profess-design-page .init-2 ul li .box .img-box {
  border-radius: 24px;
}
.profess-design-page .init-2 ul li .box .content {
  padding: 35px 40px;
}
.profess-design-page .init-2 ul li .box .content .top {
  position: relative;
  padding-right: 160px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.profess-design-page .init-2 ul li .box .content .top .h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.profess-design-page .init-2 ul li .box .content .top p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  color: #333333;
}
.profess-design-page .init-2 ul li .box .content .top img {
  position: absolute;
  right: 0;
  top: -30px;
  max-width: 154px;
}
.profess-design-page .init-2 ul li .box .content .des {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #333333;
  margin-top: 22px;
}


.quality-page .init-1 {
  padding: 90px 0 110px;
}
.quality-page .init-1 .left {
  vertical-align: middle;
}
.quality-page .init-1 .left .i-title {
  color: #333333;
}
.quality-page .init-1 .left .content {
  font-size: 21px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px;
}
.quality-page .init-1 .left .content em{
  font-weight: bold;
}
.quality-page .init-1 .right {
  padding-left: 110px;
  vertical-align: middle;
}
.quality-page .init-1 .right ul {
  margin: -20px;
}
.quality-page .init-1 .right ul li {
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.quality-page .init-1 .right ul .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.quality-page .init-2 .i-title {
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.quality-page .init-2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 115px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .init-2 ul li .content {
  padding: 60px;
  vertical-align: middle;
}
.quality-page .init-2 ul li .content .h5 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.quality-page .init-2 ul li .content .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 25px 0 20px;
}
.quality-page .init-2 ul li .content .des {
  font-size: 18px;
  line-height: 39px;
  color: #333333;
}
.quality-page .init-2 ul li .img {
  vertical-align: middle;
}
.quality-page .init-2 ul li .img img {
  width: 100%;
}
.quality-page .init-2 ul li:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.quality-page .init-3 {
  padding: 120px 0;
}
.quality-page .init-3 .i-title {
  margin-bottom: 50px;
  color: #333333;
}
.quality-page .init-3 ul {
  margin: -14px;
}
.quality-page .init-3 ul li {
  padding: 14px;
}
.quality-page .init-3 ul li .img-box {
  border-radius: 24px;
}
.quality-page .init-3 ul li p {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
}

@media screen and (max-width: 1450px){
  .profess-design-page .init-2 ul li .box .content .top p{
    font-size: 18px;
  }
}

@media screen and (max-width: 1250px){
  .process-page .item ul li{
    width: 25% !important;
  }
  .process-page .item:nth-child(2) ul li:last-child,
  .process-page .item:nth-child(1) ul li:last-child{
    margin-left: 0;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 4;
  }
  .process-page .item ul li:nth-child(7){
    order: 3;
  }
  .process-page .item ul li:nth-child(8){
    order: 2;
  }
  .process-page .item ul li:nth-child(9){
    order: 6;
  }
  .process-page .item ul li:nth-child(10){
    order: 7;
  }
  .process-page .item ul li:nth-child(8) .txt::after,
  .process-page .item ul li:nth-child(4) .txt::after{
        left: 50%;
    top: -webkit-calc(100% + 25px);
    top: -moz-calc(100% + 25px);
    top: calc(100% + 25px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .process-page .item ul li:nth-child(5) .txt::after{
    left: auto;
    right: -webkit-calc(100% + 25px);
    right: -moz-calc(100% + 25px);
    right: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -moz-transform: translate(50%,-50%) rotate(225deg);
    -ms-transform: translate(50%,-50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
  }
  .process-page .item ul li:nth-child(9) .txt::after{
    content: "";
    position: absolute;
    left: -webkit-calc(100% + 25px);
    left: -moz-calc(100% + 25px);
    left: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: url(/template/en/images/arrow-black.png) no-repeat center;
    width: 14px;
    height: 14px;
  }
  .process-page .item:nth-child(2) ul li:nth-child(9) .txt::after{
    content: none;
  }
  .process-page .item ul li .txt{
    font-size: 17px;
  }
  .capability-page .list ul li .title{
    padding: 10px;
    font-size: 22px;
  }

  .profess-design-page .init-1 .left .content {
    font-size: 18px;
    line-height: 28px; 
    margin: 5px 0 25px;
  }
  .profess-design-page .init-1 .left ul li{
    font-size: 18px;
  }
  .profess-design-page .init-2 ul li .box .content .top .h4{
    font-size: 20px;
  }
  .profess-design-page .init-2 ul li{
    padding: 15px;
  }
  .profess-design-page .init-2 ul {
    margin: -15px;
  }

  .quality-page .init-1 .right{
    padding-left: 45px;
  }
  .quality-page .init-2 ul li .content .h5{
    font-size: 22px;
  }
  .quality-page .init-2 ul li .content .des{
    font-size: 18px;
    line-height: 28px;
  }
  .quality-page .init-2 ul li .content{
    padding: 30px;
  }
}

@media screen and (max-width: 1000px){
  
  .process-page .item ul li{
    width: 33% !important;
  }
  .process-page .item:nth-child(1) ul li:last-child{
    margin-left: auto;
  }
  .process-page .item ul li:nth-child(4){
    order: 6;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 4;
  }
  .process-page .item ul li:nth-child(7){
    order: 7;
  }
  .process-page .item ul li:nth-child(8){
    order: 8;
  }
  .process-page .item ul li:nth-child(9){
    order: 9;
  }
  .process-page .item ul li:nth-child(10){
    order: 10;
    margin-left: auto;
  }
  .process-page .item ul li:nth-child(9) .txt::after,
  .process-page .item ul li:nth-child(6) .txt:after,
  .process-page .item ul li:nth-child(3) .txt::after{
       left: 50%;
    top: -webkit-calc(100% + 25px);
    top: -moz-calc(100% + 25px);
    top: calc(100% + 25px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }  
  .process-page .item ul li:nth-child(4) .txt:after{
    left: auto;
    right: -webkit-calc(100% + 25px);
    right: -moz-calc(100% + 25px);
    right: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -moz-transform: translate(50%,-50%) rotate(225deg);
    -ms-transform: translate(50%,-50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
  }
  .process-page .item ul li:nth-child(8) .txt:after,
  .process-page .item ul li:nth-child(7) .txt:after{
    left: -webkit-calc(100% + 25px);
    left: -moz-calc(100% + 25px);
    left: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .capability-page .list ul{
    gap: 15px;
  }
  .capability-page .list ul li{
    border-radius: 10px;
  }

  .profess-design-page .init-1 .left{
    width: 100%;
  }
  .profess-design-page .init-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .profess-design-page .init-1{
    padding: 50px 0;
  }
  .profess-design-page .init-2 ul li .box .content{
    padding: 35px 15px;
  }
  .profess-design-page .init-2 ul li .box .content .top img{
    max-width: 90px;
    top: -10px;
  }
  .profess-design-page .init-2 ul li .box .content .top{
    padding-right: 100px;
  }

  .quality-page .init-1 .left{
    width: 100%;
  }
  .quality-page .init-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .quality-page .init-1{
    padding: 50px 0 60px;
  }
  .quality-page .init-2 ul li .content .line{
    margin: 12px 0 10px;
  }
  .quality-page .init-3{
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px){
  .process-page .item ul li{
    width: 50% !important;
  }
  .process-page .item ul li:nth-child(1){
    order: 1;
  }
  .process-page .item ul li:nth-child(2){
      order: 2;
  }
  .process-page .item ul li:nth-child(3){
    order: 4;
  }
  .process-page .item ul li:nth-child(4){
    order: 3;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 6;
  }
  .process-page .item ul li:nth-child(7){
    order: 8;
  }
  .process-page .item ul li:nth-child(8){
    order: 7;
  }
  .process-page .item ul li:nth-child(9){
    order: 9;
  }
  .process-page .item ul li:nth-child(10){
    order: 10;
  }
  .process-page .item ul li:nth-child(8) .txt:after,
  .process-page .item ul li:nth-child(6) .txt:after,
  .process-page .item ul li:nth-child(4) .txt:after,
  .process-page .item ul li:nth-child(2) .txt:after{
    left: 50%;
    top: -webkit-calc(100% + 25px);
    top: -moz-calc(100% + 25px);
    top: calc(100% + 25px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .process-page .item ul li:nth-child(7) .txt:after,
  .process-page .item ul li:nth-child(3) .txt:after{
    left: auto;
    right: -webkit-calc(100% + 25px);
    right: -moz-calc(100% + 25px);
    right: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -moz-transform: translate(50%,-50%) rotate(225deg);
    -ms-transform: translate(50%,-50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
  }
  .process-page .item ul li:nth-child(9) .txt:after,
  .process-page .item ul li:nth-child(5) .txt:after{
    left: -webkit-calc(100% + 25px);
    left: -moz-calc(100% + 25px);
    left: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .capability-page .list ul{
    grid-template-columns: repeat(2,1fr);
  }

  .quality-page .init-2 ul li{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quality-page .init-2 ul li .content{
    width: 100%;
  }
  .quality-page .init-2 ul li .img{
    width: 100%;
  }
}

@media screen and (max-width: 500px){
  .process-page .item ul li{
    width: 100% !important;
  }
  .process-page .item ul li:nth-child(1){
    order: 1;
  }
  .process-page .item ul li:nth-child(2){
      order: 2;
  }
  .process-page .item ul li:nth-child(3){
    order: 3;
  }
  .process-page .item ul li:nth-child(4){
    order: 4;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 6;
  }
  .process-page .item ul li:nth-child(7){
    order: 7;
  }
  .process-page .item ul li:nth-child(8){
    order: 8;
  }
  .process-page .item ul li:nth-child(9){
    order: 9;
  }
  .process-page .item ul li:nth-child(10){
    order: 10;
  }
  .process-page .item ul li .txt::after{
    left: 50% !important;
    top: -webkit-calc(100% + 25px) !important;
    top: -moz-calc(100% + 25px) !important;
    top: calc(100% + 25px) !important;
    -webkit-transform: translate(-50%, -50%) rotate(135deg) !important;
    -moz-transform: translate(-50%,-50%) rotate(135deg) !important;
    -ms-transform: translate(-50%,-50%) rotate(135deg) !important;
    transform: translate(-50%, -50%) rotate(135deg) !important;
  }
  
  .capability-page .list ul{
    grid-template-columns: repeat(1,1fr);
  }
  .capability-page{
    padding: 50px 0 60px;
  }
  .capability-page .content {
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    color: #333;
  }
  .capability-page .content p{
    margin-bottom: 14px;
  }
  .profess-design-page .init-2{
    padding-bottom: 40px;
  }
  .profess-design-page .init-2 .i-title{
    margin-bottom: 20px;
  }
  .profess-design-page .init-2 ul li .box .content .top{
    padding-right: 0;
  }
  .profess-design-page .init-2 ul li .box .content .top img{
    width: 100%;
    top: 0;
    position: relative;
    margin-top: 20px;
  }
  .profess-design-page .init-2 ul li .box .content{
    padding: 30px 0;
  }

  .quality-page .init-1 .left .content{
    font-size: 18px;
    line-height: 28px;
  }
  .quality-page .init-3 .i-title,
  .quality-page .init-2 .i-title{
    margin-bottom: 25px;
  }
  .quality-page .init-2 ul li .content{
    padding: 30px 15px;
  }
  .quality-page .init-2 ul li{
    margin-bottom: 10px;
  }
  .quality-page .init-3{
    padding-top: 20px;
  }
}