@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pfdin';
  src: url('../fonts/PFDinTextPro-Regular.eot');
  src: url('../fonts/PFDinTextPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinTextPro-Regular.woff2') format('woff2'),
    url('../fonts/PFDinTextPro-Regular.woff') format('woff'),
    url('../fonts/PFDinTextPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Regular.woff2') format('woff2'),
    url('../fonts/Barlow-Regular.woff') format('woff'),
    url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
    url('../fonts/Barlow-SemiBold.woff') format('woff'),
    url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Light.eot');
  src: url('../fonts/BarlowCondensed-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BarlowCondensed-Light.woff2') format('woff2'),
    url('../fonts/BarlowCondensed-Light.woff') format('woff'),
    url('../fonts/BarlowCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Regular.eot');
  src: url('../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'),
    url('../fonts/BarlowCondensed-Regular.woff') format('woff'),
    url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Medium.eot');
  src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'),
    url('../fonts/BarlowCondensed-Medium.woff') format('woff'),
    url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.pfdin {
  font-family: 'pfdin';
}

.pop {
  font-family: 'pop';
}

.Barlow,
.barlow {
  font-family: 'Barlow';
}

.BarlowC,
.barlowC {
  font-family: 'Barlow Condensed';
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semiBold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}

@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

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

.sca_ani_2 {
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

.grid-box.ten>.column {
  width: 10%;
}

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

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

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

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

@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%;
  }
}

#Pop_UpsBtn {
  display: none !important;
}

.layui-layer-dialog .layui-layer-padding {
  word-break: break-word;
}

#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}

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

.moreCont2 {
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}

.moreCont2:before {
  background-color: var(--color);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}

.moreCont2:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.moreCont2 span,
.moreCont2 i {
  position: relative;
  z-index: 2;
}

iframe {
  display: block;
  width: 100%;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#Pop_UpsBtn:hover {
  background: #889aff;
}

*::-webkit-scrollbar-thumb {
  background-color: #222;
}

b,
strong {
  font-weight: bold;
}

html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #005aad;
  --white: #ffffff;
  height: auto;
}

body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #252525;
  font-family: 'Barlow Condensed';
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#wap-bottom {
  z-index: 30;
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}

table tbody {
  display: table;
  width: 100% !important;
}

table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  min-width: 100px;
  width: auto !important;
  height: auto !important;
}

table tbody tr {
  width: auto !important;
  height: auto !important;
}

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

html.mobile {
  overflow: hidden;
}

html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}

.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

.search-box form input {
  background: none;
  outline: none;
  border: none;
}

.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}

.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}

.t_1,
.transition_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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}

#header a {
  display: block;
}

#header img {
  display: block;
  width: 100%;
}

#header>.nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background: var(--color);
}

#header>.nav .logo {
  width: 61px;
  margin: auto;
}

#header>.nav>.menu {
  width: -webkit-calc(-140%);
  width: -moz-calc(-140%);
  width: calc(100% - 240px);
  z-index: 1;
}

#header>.nav>.menu .hTop {
  padding: 11px 0;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

#header>.nav>.menu .hTop .lang_cont {
  margin-left: auto;
}
#header>.nav>.menu .hTop .lang_cont .c_cont .text {
  text-transform: uppercase;
}

#header>.nav>.menu .hBottom {
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 94px;
}

#header>.nav>.menu .hBottom .leftC {
  position: relative;
}

#header>.nav>.menu .hBottom .leftC::before {
  content: '';
  background-image: url(../images/header_1.png);
  position: absolute;
  right: 100%;
  width: 40px;
  height: 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#header>.nav>.menu .hBottom .leftR form {
  position: relative;
  width: 169px;
	height: 43px;
	border: solid 1px #005aad;
}

#header>.nav>.menu .hBottom .leftR form .submit {
  width: 13px;
	height: 13px;
  position: absolute;
  background: transparent;
  left: 10px;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}

#header>.nav>.menu .hBottom .leftR form .text {
  width: 100%;
  height: 100%;
  font-weight: 500;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 30px;
}

#header>.nav>.menu .hBottom .middleC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
}

#header>.nav>.menu .hBottom .middleC .tips {
  color: #535151;

}

#header>.nav>.menu .hBottom .middleC .text {
  font-weight: bold;
  color: var(--color);
  letter-spacing: -1px;
}

#header>.nav>.menu .hBottom .rightC {
  background-color: #192f61;
  width: 100px;
  cursor: pointer;
}

#header>.nav>.menu .hBottom .rightC .img {
  width: 34px;
  height: 30px;
}

#header>.nav>.menu .menu-box {
  position: relative;
  z-index: 2;
}

#header>.nav>.menu .menu-box .menu_c {
  width: 1000px;
  z-index: 2;
  text-align: center;
  padding: 0 40px;
}

#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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

#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,
#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.active>a {
  color: var(--color);
}

#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;
  text-transform: capitalize;
  z-index: 2;
  color: #000;
  font-weight: bold;
}

#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 .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 {
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.moreCont {
  display: inline-block;
  background-color: #fff;
  color: var(--color);
  min-width: 190px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}

.moreCont:hover {
  background-color: var(--color);
  color: #fff;
}

.font-72 {
  line-height: 1.2;
}

.font-60 {
  line-height: 1.1;
}

.font-18 {
  line-height: 1.6;
}

.font-16 {
  line-height: 1.6;
}

#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 114px;
  text-align: center;
  padding: 50px;
}

#banner .bg {
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

#banner .swiper .swiper-wrapper {
  height: 100%;
}

#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 44vw;
  max-height: 700px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}

#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}

#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  color: var(--white);
  max-width: 800px;
}

#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  font-weight: bold;
}

#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  text-transform: uppercase;
}

#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more {
  text-transform: uppercase;
  padding: 12px 64px;
  background-color: #192f61;
	border-radius: 10px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover {
  background-color: var(--color);
}

#banner .swiper .swiper-wrapper .swiper-slide .container .img2 {
  width: 38%;
  position: absolute;
  bottom: 4%;
  right: 4%;
  height: 100%;
  background-position: bottom center;
}

#banner .btnC {
  height: 80px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

#banner .btnC .btn {
  width: 80px;
  height: 80px;
  background-color: #fff;
  z-index: 2;
  z-index: 3;
  cursor: pointer;
}

#banner .btnC .btn .img {
  width: 20px;
  height: 14px;
}

#banner .btnC .btn:hover {
  background-color: var(--color);
}

#banner .btnC .btn:hover .img {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}

#menuContent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #fff;
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#menuContent .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 45px 56px;
}
#menuContent .flex .info a {
  margin: auto;
  display: block;
  text-align: center;
}
#menuContent .flex .info p {
  font-size: 16px;
  line-height: 1.7;
  color: #6c6176;
  margin-top: 17px;
}

#menuContent .flex .info .moreBtn {
  text-align: center;
  background: transparent;
  color: var(--color);
  border: 2px solid var(--color);
  line-height: 1.3;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 20px;
}
#menuContent .flex .info .moreBtn span {
  position: relative;
  z-index: 2;
}
#menuContent .flex .info .moreBtn::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  transition: all 0.35s ease 0s;
  background: var(--color);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-35deg);
  transform: translateX(-50%) translateY(-50%) rotate(-35deg);
}
#menuContent .flex .info .moreBtn:hover {
  color: #fff;
}
#menuContent .flex .info .moreBtn:hover::after {
  height: 450%;
  transition: all 1s ease 0s;
}

#menuContent .flex .contact {
  margin-top: 40px;
}

#menuContent .flex .contact h3 {
  font-size: 29px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
}

#menuContent .flex .contact ul {
  margin-top: 20px;
}

#menuContent .flex .contact ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -7px;
  margin-top: 27px;
}

#menuContent .flex .contact ul li:first-child {
  margin-top: 0;
}

#menuContent .flex .contact ul li .info-box__img {
  width: 72px;
  min-width: 72px;
  color: #fff;
  top: 4px;
  position: relative;
}

#menuContent .flex .contact ul li .info-box__img svg {
  width: 100%;
  height: auto;
  fill: var(--color);
}

#menuContent .flex .contact ul li .info-box__img img {
  position: absolute;
  top: 42%;
  left: 40%;
}

#menuContent .flex .contact ul li .info-box__content {
  margin-left: 18px;
  font-size: 20px;
  line-height: 1.5;
  color: #6c6176;
}

#menuContent .flex .contact ul li .info-box__content .info-box__title {
  color: var(--color);
  font-weight: 800;
}

#menuContent .flex .share {
  margin-top: 40px;
}

#menuContent .flex .share h4 {
  font-size: 29px;
  color: var(--color);
  padding-bottom: 19px;
  font-weight: bold;
}

#menuContent .flex .share 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;
}

#menuContent .flex .share ul li {
  margin-right: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  background-color: #f8f8fa;
  color: #b5bac0;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#menuContent .flex .share ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#menuContent .flex .share ul li a:hover {
  background-color: var(--color);
  color: #fff;
}

#menuContent .flex .close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 5px;
  top: 0;
  background: var(--color);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

#menuContent .flex .close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuContent .flex .close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menuContent .flex .close:hover {
  opacity: 0.8;
}

#menuContent .flex .close::before,
#menuContent .flex .close:after {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}

.slick-list .slick-track {
  margin-left: 0;
}

.container {
  width: 1530px;
}

#index-body {
  position: relative;
  z-index: 1;
}

#index-body .nInit-1 {
  background-image: url("../images/nInit-1Bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
/*#index-body .nInit-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url("../images/init-1-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  top: 0;
  left: 0;
  background-size: 11.35416667% auto;
}*/
#index-body .nInit-1 .titl {
  line-height: 1.2;
}
#index-body .nInit-1 .text {
  line-height: 1.5;
}
#index-body .nInit-1 .list {
  margin-top: 30px;
  position: relative;
}
#index-body .nInit-1 .list ul {
  margin: -15px;
}
#index-body .nInit-1 .list ul li {
  padding: 15px;
}
#index-body .nInit-1 .list ul li .img-box {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 440px;
  z-index: 1;
}
#index-body .nInit-1 .list ul li .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 90, 173, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: -1;
}
#index-body .nInit-1 .list ul li .img-box .content {
  width: 100%;
  padding: 0 20px;
  color: white;
  margin-bottom: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
}
#index-body .nInit-1 .list ul li .img-box .content span.h5 {
  font-weight: 600;
  line-height: 2;
  color: inherit;
  display: block;
}
#index-body .nInit-1 .list ul li .img-box .content .text {
  color: rgba(255, 255, 255, 0.78);
  margin: 1em 0 .5em;
}
#index-body .nInit-1 .list ul li .img-box .content a.link {
  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;
}
#index-body .nInit-1 .list ul li .img-box .content a.link img {
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .nInit-1 .list ul li .img-box .content a.link:hover img {
  transform: translateX(5px);
}
#index-body .nInit-1 .list ul li .img-box span.h6 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 .5em;
  bottom: 22px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .nInit-1 .list ul li .img-box:hover:after {
  opacity: 1;
}
#index-body .nInit-1 .list ul li .img-box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .nInit-1 .list ul li .img-box:hover span.h6 {
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
}
#index-body .nInit-1 .list .btn div {
  width: 78px;
  height: 78px;
  -webkit-filter: brightness(0) opacity(0.2);
  filter: brightness(0) opacity(0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .nInit-1 .list .btn div.prev {
  right: 101%;
}
#index-body .nInit-1 .list .btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .nInit-1 .list .btn div.next {
  left: 101%;
}
#index-body .nInit-1 .list .btn div:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

#index-body .init-1 {
  padding: 35px 0 90px 200px;
  background-color: #f0f4f9;
}

#index-body .init-1 .container {
  width: 100%;
  padding: 0;
}

#index-body .init-1 .container .left {
  width: 44%;
  padding-right: 40px;
}
#index-body .init-1 .container .left .title {
  line-height: 1.1;
}

#index-body .init-1 .container .left .tips2 {
  color: var(--color);
  line-height: 1.5;
}

#index-body .init-1 .container .left .des {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.72;
}

#index-body .init-1 .container .left .listCont ul {
  max-width: 550px;
}

#index-body .init-1 .container .left .listCont ul li {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(50% - 20px);
}

#index-body .init-1 .container .left .listCont ul li .box .img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

#index-body .init-1 .container .left .listCont ul li .box .text {
  font-weight: 500;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  color: #000;
}

#index-body .init-1 .container .left .more {
  border-radius: 10px;
  text-transform: uppercase;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}

#index-body .init-1 .container .left .more:hover {
  background-color: #fff;
  color: var(--color);
}

#index-body .init-1 .container .right {
  width: 56%;
  padding: 30px;
  height: 610px;
}

#index-body .init-1 .container .right .shadow {
  background-color: var(--color);
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
}

#index-body .init-1 .container .right .imgC {
  height: 100%;
}

#index-body .init-1 .container .right .imgC .listCont {
  height: 100%;
}

#index-body .init-1 .container .right .imgC .listCont li img {
  width: 100%;
}

#index-body .init-1 .container .right .play {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  cursor: pointer;
}

#index-body .init-2 {
  color: #fff;
  z-index: 2;
}

#index-body .init-2 .bg {
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-2 .bg .bg-overlay {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6)
}
#index-body .init-2 .container ul li .box .num {
  color: var(--color);
  line-height: 0.8;
}
#index-body .init-2 .container ul li .box .num span {
  color: #fff;
}
#index-body .init-2 .container ul li .box .text {
  line-height: 1.28;
}

#index-body .init-3 .container .tips {
  color: var(--color);
  text-transform: uppercase;
}

#index-body .init-3 .container .tipsTitle {
  max-width: 850px;
  font-weight: 500;
  line-height: 1.1;
}

#index-body .init-3 .container .content .swiper {
  padding: 40px 0;
}
#index-body .init-3 .container .content {
  /*margin: 0 -38px;*/
}
#index-body .init-3 .container .content ul li {
  padding: 0 38px;
}

#index-body .init-3 .container .content ul li .box {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background-color: #f0f4f9;
}

#index-body .init-3 .container .content ul li .box .line {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  height: 12px;
  border-radius: 6px;
  background-color: #cad4e1;
  left: 50%;
  top: -5px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#index-body .init-3 .container .content ul li .box .img {
  border-radius: 5px;
  display: block;
  padding: 30px;
  background-color: #fff;
}

#index-body .init-3 .container .content ul li .box .img img {
  width: 100%;
}

#index-body .init-3 .container .content ul li .box .cont {
  text-transform: uppercase;
  padding: 25px 40px;
  text-align: center;
}

#index-body .init-3 .container .content ul li .box .cont .title {
  font-weight: bold;
  display: block;
}

#index-body .init-3 .container .content ul li .box .cont .title:hover {
  color: var(--color);
}

#index-body .init-3 .container .content ul li .box .cont .des {
  line-height: 1.4;
}

#index-body .init-3 .container .content ul li .box .cont .more {
  background-color: #cad4e1;
  color: #fff;
  width: 100%;
  display: block;
  margin: auto;
  border: 1px solid #cad4e1;
  font-weight: 500;
  padding: 6px;
  border-radius: 10px;
}

#index-body .init-3 .container .content ul li .box .cont .more:hover {
  background-color: var(--color);
}
#index-body .init-3 .container .content ul li .box:hover .line {
  background-color: var(--color);
}

#index-body .init-4 .container .tips {
  color: var(--color);
}

#index-body .init-4 .container .tipsTitle {
  font-weight: bold;
  max-width: 610px;
}

#index-body .init-4 .container .content ul li {
  height: auto;
}

#index-body .init-4 .container .content ul li .box {
  height: 100%;
  background-color: #2c2c2c;
  padding: 30px 20px 40px;
  color: #fff;
}

#index-body .init-4 .container .content ul li .box .img {
  height: 56px;
  background-position: left center;
}

#index-body .init-4 .container .content ul li .box .title {
  font-weight: 700;
  min-height: 72px;
}

#index-body .init-4 .container .content ul li .box:hover {
  background-color: var(--color);
}

#index-body .init-5 {
  padding-left: 200px;
}

#index-body .init-5 .container {
  width: 100%;
  padding: 0;
}

#index-body .init-5 .container .left {
  width: 46%;
}

#index-body .init-5 .container .left .tips {
  color: var(--color);
  text-transform: uppercase;
}

#index-body .init-5 .container .left .tipsTitle {
  line-height: 1.1;
  max-width: 450px;
}

#index-body .init-5 .container .left .listCont ul li {
  padding: 0 80px 0 20px;
}

#index-body .init-5 .container .left .listCont ul li .box {
  padding: 20px 0;
}

#index-body .init-5 .container .left .listCont ul li .box .num {
  font-weight: 600;
  width: 50px;
  margin-top: -6px;
  color: rgba(0, 0, 0, .9);
}

#index-body .init-5 .container .left .listCont ul li .box .info {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}

#index-body .init-5 .container .left .listCont ul li .box .info .title {
  font-weight: 500;
  color: #000;
}

#index-body .init-5 .container .left .listCont ul li .box .info .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  font-weight: 300;
}

#index-body .init-5 .container .left .listCont ul li .box .info .moreC {
  display: none;
}

#index-body .init-5 .container .left .listCont ul li .box .info .more {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color);
}

#index-body .init-5 .container .left .listCont ul li .box .info .more:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

#index-body .init-5 .container .left .listCont ul li .box .line {
  border-bottom: 1px dashed #cccccc;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

#index-body .init-5 .container .left .listCont ul li.active {
  background-color: #f1f1f1;
}

#index-body .init-5 .container .left .listCont ul li.active .line {
  opacity: 0;
}

#index-body .init-5 .container .left .listCont ul li.active .box .info .des {
  -webkit-line-clamp: 100;
}

#index-body .init-5 .container .right {
  width: 54%;
  padding: 80px 70px 0 0;
  z-index: 2;
}

#index-body .init-5 .container .right .shadow {
  z-index: -1;
  position: absolute;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 0;
  right: 0;
}

#index-body .init-5 .container .right ul li {
  display: none;
}

#index-body .init-5 .container .right ul li img {
  width: 100%;
}

#index-body .init-6 {
  background-color: #f4f3f3;
}

#index-body .init-6 .container .tips {
  color: var(--color);
}

#index-body .init-6 .container .titleC .left {
  max-width: 620px;
  line-height: 1.1;
}

#index-body .init-6 .container .titleC .right {
  max-width: 610px;
  color: rgba(0, 0, 0, 0.7);
}

#index-body .init-6 .container .contentC .swiper {
  width: -webkit-calc(350%);
  width: -moz-calc(350%);
  width: calc(100% + 250px);
}

#index-body .init-6 .container .contentC .swiper ul li .box {
  height: 510px;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#index-body .init-6 .container .contentC .swiper ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  background-color: var(--color);
  color: #fff;
  padding: 20px 30px;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  opacity: 0;
}

#index-body .init-6 .container .contentC .swiper ul li .box:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#index-body .init-6 .container .contentC .swiper ul li .box:hover .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#index-body .init-6 .container .sPage {
  text-align: center;
}

#index-body .init-6 .container .sPage .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 2px 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background-color: #c7c8c9;
}

#index-body .init-6 .container .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}

#index-body .init-7 .container .tips {
  color: var(--color);
  text-transform: uppercase;
  text-align: center;
}

#index-body .init-7 .container .tipsTitle {
  font-weight: 600;
  text-align: center;
}

#index-body .init-7 .container .contentC .swiper {
  padding: 20px;
}

#index-body .init-7 .container .contentC .box {
  padding: 20px 24px;
}

#index-body .init-7 .container .contentC .box .title {
  display: block;
  color: #000;
}

#index-body .init-7 .container .contentC .box .title:hover {
  color: var(--color);
}

#index-body .init-7 .container .contentC .box .line {
  height: 1px;
  background-color: #e5e5e5;
}

#index-body .init-7 .container .contentC .box .time {
  color: rgba(0, 0, 0, 0.7);
}

#index-body .init-7 .container .contentC .box .time .timeImg {
  width: 22px;
  height: 22px;
}
#index-body .init-7 .container .contentC .box .time p {
  font-style: italic;
}

#index-body .init-7 .container .contentC .box .des {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}

#index-body .init-7 .container .contentC .box .more {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, .8);

}

#index-body .init-7 .container .contentC .box .more:hover {
  color: var(--color);
}

#index-body .init-7 .container .contentC .box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#index-body .init-7 .container .contentC .box:hover .line {
  background-color: #fbe7e6;
}
#index-body .init-8 {
  background-color: #f0f4f9;
}
#index-body .init-8 .container .tips {
  color: var(--color);
}
#index-body .init-8 .container .tipsTitle {
  line-height: 1;
}

#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-image: url('/zj-hydraulic/2025/12/15/DIBU.jpg');
}
#footer .formBox ul li input {
  display: block;
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 14px;
  padding-left: 50px;
  background-size: 1.375em auto;
  background-position: center left 15px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff;
}

#footer .formBox ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .formBox ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .formBox ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .formBox ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .formBox ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .formBox ul li input[name='name'] {
  background-image: url("../images/icon-user.png");
  background-size: 20px auto;
}
#footer .formBox ul li input[name='mail'] {
  background-image: url("../images/icon-mail.png");
  background-size: 24px auto;
}
#footer .formBox ul li input[name='content'] {
  background-image: url("../images/icon-edit.png");
  background-size: 20px auto;
}
#footer .formBox ul li a.btn {
  padding: 14px;
  background-color: var(--color);
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
#footer .formBox ul li a.btn img {
  margin-left: .5em;
}
#footer .formBox ul li a.btn:hover {
  background-color: black;
}
#footer .fTopC {
  z-index: 2;
}

#footer .fTopC .shadow {
  width: 100%;
  height: -webkit-calc(10%);
  height: -moz-calc(10%);
  height: calc(100% - 90px);
  bottom: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

#footer .fTopC .fBottom .container .listCont {
  /*margin-top: 40px;*/
}

#footer .fTopC .fBottom .container .listCont .logoDes {
  color: #fff;
}

#footer .fTopC .fBottom .container .listCont .first {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

#footer .fTopC .fBottom .container .listCont .list {
  color: rgba(255,255,255,.7);
  margin-top: 6px;
}

#footer .fTopC .fBottom .container .listCont .list .img {
  width: 4px;
  height: 8px;
  margin-top: 10px;
  filter: grayscale(2) brightness(6);
}

#footer .fTopC .fBottom .container .listCont .list .listText {
  width: -webkit-calc(86%);
  width: -moz-calc(86%);
  width: calc(100% - 14px);

}

#footer .fTopC .fBottom .container .listCont .list:hover {
  color: var(--color);
}
#footer .fTopC .fBottom .container .listCont .list:hover .img {
  filter: grayscale(0) brightness(2);
  opacity: 1;
}

#footer .fTopC .fBottom .container .listCont .list2 {
  margin-top: 10px;
}

#footer .fTopC .fBottom .container .listCont .list2 .img {
  height: 20px;
  width: 24px;
  margin-top: 4px;
}

#footer .fTopC .fBottom .container .listCont .list2 .text {
  color: rgba(255, 255, 255, 0.8);
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}

#footer .fTopC .fBottom .container .listCont2 {
  width: 110px;
}

#footer .fTopC .fBottom .container .listCont3 {
  width: 180px;
}

#footer .fTopC .fBottom .container .listCont4 {
  width: 170px;
}

#footer .fTopC .fBottom .container .listCont5 {
  width: 27%;
}
#footer .fTopC .fBottom .container .listCont6 {
  width: 140px;
}
#footer .fTopC .fBottom .container .listCont7 .cont {
  width: 141px;
	height: 141px;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #fff;
}
#footer .fTopC .fBottom .container .listCont7 .share {
  font-size: 16px;
  color: #fff;
}
#footer .fTopC .fBottom .container .listCont7 .share li {
  width: 30px;
  height: 30px;
  background-color: #2e2e40;
  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;
}
#footer .fTopC .fBottom .container .listCont7 .share li:hover {
  background-color: var(--color);
}

#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #808080;
  background-color: var(--color);
  color: #fff;
}

#footer .copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 4px;
}

#footer .copyright .container a {
  margin: 0 5px;
}

#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}

#footer .copyright .container .left {
  position: relative;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  #header>.nav>.menu .menu-box .menu_c {
    padding: 0 30px;
    width: 900px;
  }
} 

@media (max-width: 1700px) {
  #header>.nav>.menu {
    width: calc(100% - 160px);
  }
  #header>.nav>.menu .hBottom .leftC::before {
    display: none;
  }

  #header>.nav>.menu .hBottom .middleC {
    /*display: none;*/
  }

  #header>.nav>.menu .hBottom .rightC {
    margin-left: auto;
  }

  #header>.nav>.menu .hBottom .leftC {
    width: -webkit-calc(-20%);
    width: -moz-calc(-20%);
    width: calc(100% - 550px);
  }
  #header>.nav>.menu .menu-box {
    width: 100%;
  }

  #header>.nav>.menu .menu-box .menu_c {
    width: 100%;
  }
}
@media screen and (max-width: 1550px) {
  #index-body .nInit-1 .list .btn {
    margin-top: 20px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  #index-body .nInit-1 .list .btn div {
    position: static;
  }
}

@media (max-width: 1450px) {
  #header>.nav>.menu .hBottom .middleC {
    display: none;
  }
  #header>.nav>.menu .menu-box .menu_c {
    padding: 0 20px;
  }

  #header>.nav>.menu .hBottom .leftR form .submit {
    right: 0;
  }
  #header>.nav>.menu .hBottom .leftC {
    width: -webkit-calc(-20%);
    width: -moz-calc(-20%);
    width: calc(100% - 300px);
  }
  #header>.nav>.menu .hBottom .leftR form {
    margin: auto;
  }

  #index-body .init-1 {
    padding: 40px 0 40px 40px;
  }
  #index-body .init-3 .container .content ul li {
    padding: 0px 20px;
  }
  #index-body .init-5 {
    padding: 40px 0 40px 40px;
  }

  #index-body .init-6 .container .titleC .left {
    max-width: 520px;
  }
}

@media (max-width: 1250px) {
  .mobileForm {
    margin-bottom: 100px;
  }
  #index-body .init-1 {
    padding: 40px 16px;
  }

  #index-body .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }

  #index-body .init-1 .container .right {
    width: 100%;
  }

  #index-body .init-1 .container .right .shadow {
    display: none;
  }

  #index-body .init-1 .container .right .imgC .listCont li {
    width: 100%;
  }

  #index-body .init-1 .container .right {
    height: auto;
    padding: 20px 16px;
  }

  #index-body .init-3 .container .content ul li {
    padding: 0 20px;
  }

  #index-body .init-3 .container .content ul li .box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    border: 1px solid #f2f2f2;
  }

  #index-body .init-6 .container .titleC .left {
    max-width: 100%;
  }

  #index-body .init-6 .container .titleC .right {
    margin-top: 20px;
    max-width: 100%;
  }

  #index-body .init-6 .container .contentC .swiper {
    width: 100%;
  }

  /*#footer .fTopC .fTop .container .right {
    margin-top: 20px;
  }

  #footer .fTopC .fTop .container .content {
    padding: 30px 10px;
  }*/
  #footer .fTopC .fBottom .container .listCont6,#footer .fTopC .fBottom .container .listCont4 {
    display: none;
  }
}

@media (max-width: 1000px) {
  #index-body .init-6 .container .sPage .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 2px 6px;
  }
  #index-body .init-2 .container ul li {
    margin-bottom: 20px;
    min-width: 250px;
  }
  .phone_hide {
    display: none !important;
  }

  #banner {
    padding: 10px;
  }

  #banner .btnC {
    bottom: 0;
    right: 10px;
  }

  #banner .btnC {
    height: 40px;
  }

  #banner .btnC .btn {
    width: 40px;
    height: 40px;
  }
  #index-body .nInit-1 .list ul li .img-box .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  #index-body .nInit-1 .list ul li .img-box span.h6 {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
  }
  #index-body .nInit-1 .list .btn div {
    width: 50px;
    height: 50px;
  }
  #index-body .nInit-1 .list ul li .img-box:after {
    opacity: 1;
  }
  #index-body .init-5 {
    padding: 40px 20px;
  }

  #index-body .init-5 .container .left .listCont ul li {
    padding: 0 40px 0 20px;
  }

  #index-body .init-5 .container .left {
    width: 100%;
  }

  #index-body .init-5 .container .right {
    width: 100%;
    margin-top: 20px;
  }

  #index-body .init-7 .container .contentC .swiper {
    padding: 0;
  }

  #index-body .init-7 .container .contentC .box {
    padding: 10px;
  }
  #footer .formBox ul li {
    width: 49%;
    margin-bottom: 15px;
  }
  #footer .formBox ul li.mess {
    width: calc(100% - 160px);
  }
  #footer .formBox ul li.btn {
    width: 150px;
  }
  #footer .fTopC .fBottom .container .listCont5 {
    width: calc(100% - 145px);
  }
}

@media (max-width: 700px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    max-height: auto;
  }

  #banner .swiper .swiper-wrapper .swiper-slide .container .box {
    padding: 40px 0;
  }

  #index-body .init-6 .container .contentC .swiper ul li .box {
    height: 54vw;
  }

  #footer .fTopC .fBottom .container .listCont {
    width: 100%;
  }
  #footer .fTopC .fBottom .container .listCont7 {
    width: 150px;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  #index-body .init-1 .container .left .listCont ul li {
    width: 100%;
  }
  #index-body .init-3 .container .content ul li {
    padding: 0;
  }

  #index-body .init-3 .container .content ul li .box .img {
    padding: 20px;
  }

  #index-body .init-4 .container .content ul li .box {
    padding: 30px 20px 20px;
  }

  #index-body .init-4 .container .content ul li .box .title {
    min-height: 50px;
  }

  #index-body .init-5 .container .left .listCont ul li {
    padding: 0 10px 0 10px;
  }

  #index-body .init-5 .container .left .listCont ul li .box .num {
    width: 30px;
  }

  #index-body .init-5 .container .left .listCont ul li .box .info {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
  }

  #index-body .init-5 .container .right {
    padding: 0;
  }

  #index-body .init-5 .container .right .shadow {
    display: none;
  }

  #index-body .init-6 .container .contentC .swiper ul li .box {
    height: 90vw;
  }

  #index-body .init-6 .container .contentC .swiper ul li .box .cont {
    padding: 10px 10px;
    bottom: 10px;
  }

  #index-body .init-6 .container .sPage .swiper-pagination-bullet {
    margin: 2px;
    width: 8px;
    height: 8px;
  }

  #index-body .init-7 .container .contentC .box .time {
    margin: 10px 0;
  }

  #footer .fTopC .fBottom .container .listCont .list2 .img {
    margin-top: 0;
  }
  #footer .formBox ul li, #footer .formBox ul li.mess {
    width: 100%;
  }
}

.editThumb::-webkit-scrollbar {
  width: 16px;
}

.editThumb::-webkit-scrollbar-thumb {
  background: url('../images/about_10.png') no-repeat center top;
  background-size: contain;
}

.editThumb::-webkit-scrollbar-track {
  background: transparent;
}


/*inner-page*/
.inner-banner {
  margin-top: 132px;
}

.inner-banner .cat_cont {
  height: 400px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.inner-banner .cat_cont .container {
  height: 100%;
}

.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
}

.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  position: relative;
}

.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}

.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(218, 37, 28, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--color);
}

.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--color);
  left: 0;
}

.inner-banner .bottom_c .right {
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
  text-transform: capitalize;
  font-weight: normal;
}

.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  margin: 5px 12px 0 0;
}

.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.inner-banner .bottom_c .right a:hover {
  color: var(--color);
}



.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: capitalize;
  font-weight: 500;
  font-weight: normal;
  position: sticky;
  top: 130px;
}

.sidebar-box .sidebar-left .tips {
  color: var(--color);
  line-height: 2;
}

.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
}

.sidebar-box .sidebar-left ul li a {
  display: block;
  /*border-bottom: 1px solid #b9b6b1;*/
  padding: 4px 0;
  position: relative;
  line-height: 2;
}

.sidebar-box .sidebar-left ul li a::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}

.sidebar-box .sidebar-left ul li a:hover::before {
  transform: scaleX(0);
}

.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: var(--color);
}

.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}

.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}

.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}

.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}

.m-page {
  margin-top: 50px;
  text-align: center;
}

.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}

.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}

.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}

.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}

.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}

.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}

.product-page .cat_title {
  color: var(--color);
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 2;
}

.product-page .cat_des {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

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

.product-page .product-list>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.product-page .product-list li {
  margin-top: 40px;
  padding: 0 10px;
}

.product-page .product-list li .box .img_c {
  overflow: hidden;
  position: relative;
}

.product-page .product-list li .box .img {
  display: block;
  border: 1px solid #dbdbdb;
}

.product-page .product-list li .box .img img {
  width: 100%;
}

.product-page .product-list li .box .title {
  font-weight: normal;
  margin-top: 16px;
  display: block;
  line-height: 1.4;
}

.product-page .product-list li .box .des {
  position: absolute;
  bottom: -100%;
  opacity: 1;
  width: 100%;
  left: 0;
  background-color: rgba(25, 47, 97, 0.8);
  padding: 15px;
  color: #fff;
}

.product-page .product-list li .box .des .title_1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}

.product-page .product-list li .box .des .text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  line-height: 2;
}

.product-page .product-list li .box .des .more {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  color: var(--color);
  padding: 2px 20px;
}

.product-page .product-list li .box .des .more:hover {
  color: #fff;
}

.product-page .product-list li .box:hover .img_c .des {
  bottom: 0;
}


.prodet-page .init-1 .container .left {
  padding-right: 100px;
}

.prodet-page .init-1 .container .left .big_img {
  position: relative;
}

.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -70px;
}

.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}

.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: var(--color);
}

.prodet-page .init-1 .container .left .big_img .prev {
  left: -70px;
}

.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}

.prodet-page .init-1 .container .left .big_img .slick2 {
  border: 1px solid #cbcbcb;
}

.prodet-page .init-1 .container .left .big_img .slick2 li a {
  display: block;
}

.prodet-page .init-1 .container .left .big_img .slick2 li a img {
  width: 100%;
}

.prodet-page .init-1 .container .small_img {
  margin-top: 20px;
}

.prodet-page .init-1 .container .small_img .slick2 {
  margin: 0 -12px;
}

.prodet-page .init-1 .container .small_img .slick2 li {
  padding: 0 12px;
}

.prodet-page .init-1 .container .small_img .slick2 li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}

.prodet-page .init-1 .container .small_img .slick2 li .box img {
  width: 100%;
}

.prodet-page .init-1 .container .small_img .slick2 li .box:hover,
.prodet-page .init-1 .container .small_img .slick2 li .box.active {
  border: var(--color) 1px solid;
}

.prodet-page .init-1 .container .right .title {
  font-weight: normal;
  color: #393939;
  line-height: 2;
  text-transform: capitalize;
  font-size: 28px;
}

.prodet-page .init-1 .container .right .des {
  margin-top: 10px;
  color: #393939;
  line-height: 2;
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
}

.prodet-page .init-1 .container .right .des img.wscnph {
  max-width: 50px;
  margin: 10px;
  display: inline-block;
}

.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}

.prodet-page .init-1 .container .right .more {
  display: inline-block;
  font-weight: 600;
  font-weight: normal;
  padding: 10px 20px;
  margin-top: 30px;
  background: var(--color);
  color: #fff;
  transition: all .5s;
  border: 1px solid var(--color);
}

.prodet-page .init-1 .container .right .more span {
  vertical-align: middle;
}

.prodet-page .init-1 .container .right .more img {
  width: 16px;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}

.prodet-page .init-1 .container .right .more:hover {
  color: var(--color);
  background: #fff;
}

.prodet-page .init-2 {
  margin-top: 50px;
}

.prodet-page .init-2 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}

.prodet-page .init-2 .container .content {
  margin-top: 20px;
}

.prodet-page .init-3 {
  margin-top: 50px;
}

.prodet-page .init-3 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}

.prodet-page .init-3 .container .title_list {
  background-color: #f5f5f5;
  margin-top: 20px;
}

.prodet-page .init-3 .container .title_list .list {
  width: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
  background-color: var(--color);
  color: #fff;
}

.prodet-page .init-3 .container .content_list .list {
  padding-top: 40px;
  display: none;
}

.prodet-page .init-3 .container .content_list .list table tr td {
  min-width: 120px;
}

.prodet-page .init-4 {
  background-color: #f5f5f5;
}

.prodet-page .init-4 .container {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}

.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}

.prodet-page .init-4 .container .content .slick2 .slick-track {
  margin-left: 0;
}

.prodet-page .init-4 .container .content ul li {
  padding: 0 15px;
}

.prodet-page .init-4 .container .content ul li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
}

.prodet-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}

.prodet-page .init-4 .container .content ul li .box .text {
  display: block;
  margin-top: 16px;
  line-height: 2;
}

.prodet-page .init-4 .container .content ul li .box .text:hover {
  color: var(--color);
}

.prodet-page .init-5 .container .tips {
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.prodet-page .init-5 .container form input,
.prodet-page .init-5 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}

.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}

.prodet-page .init-5 .container form .mail {
  margin-left: 50px;
}

.prodet-page .init-5 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid var(--color);
  background: var(--color);
  cursor: pointer;
  transition: all .5s;
  color: #fff;
}

.prodet-page .init-5 .container form .submit:hover {
  background: #fff;
  color: var(--color);
}

.m-link {
  margin-top: 50px;
}

.m-link a {
  margin-top: 6px;
  font-size: 18px;
  line-height: 2;
  display: inline-block;
}

.m-link a:hover {
  color: var(--color);
  text-decoration: underline;
}

@media (max-width: 1250px) {
  .sidebar-box .sidebar-left {
    display: none;
  }

  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .product-page .product-list li .box .des {
    bottom: -120%;
  }
}

@media (max-width: 1000px) {
  .product-page .product-list li {
    text-align: center;
  }

  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
  }

  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }

  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }

  .prodet-page .init-2 .container .tips {
    text-align: center;
  }

  .prodet-page .init-3 .container .tips {
    text-align: center;
  }

  .prodet-page .init-4 .container .tips {
    text-align: center;
  }

  .prodet-page .init-4 .container .content .slick2 li .box .text {
    text-align: center;
  }

  .prodet-page .init-5 {
    text-align: center;
  }
  .product-page .product-list li .box .des {
    display: none;
  }
}


@media (max-width: 500px) {
  .product-page .product-list {
    margin: 0;
  }

  .product-page .product-list li {
    padding: 0;
  }

  .prodet-page .init-1 .container .left {
    padding: 0;
  }

  .prodet-page .init-1 .container .left .big_img .btn {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
  }

  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }

  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }

  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }

  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }

  .prodet-page .init-1 .container .small_img .slick2 {
    margin: 0 -5px;
  }

  .prodet-page .init-1 .container .small_img .slick2 li {
    padding: 0 5px;
  }

  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }

  .prodet-page .init-3 .container .title_list .list {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }

  .prodet-page .init-3 .container .content_list .list {
    padding-top: 20px;
  }

  .prodet-page .init-5 .container form .name {
    width: 100%;
  }

  .prodet-page .init-5 .container form .mail {
    width: 100%;
    margin-left: 0;
  }

  .prodet-page .init-5 .container form input {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }

  .prodet-page .init-5 .container form textarea {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }

  .m-link {
    margin-top: 20px;
  }
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-page .init-1 .container .left .des {
  margin-top: 10px;
}

.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
}

.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}

.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--color);
}

.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--color);
  font-weight: 600;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-page .init-1 .container .right {
  padding-left: 80px;
}

.contact-page .init-1 .container .right .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}

.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}

.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
}

.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}

.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}

.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}

.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}

@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }

  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }

  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }

  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }

  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }

  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }

  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }

  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }

  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }

  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }

  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
}

.manu-page h2 {
  font-size: 40px;
  line-height: 46px;
}

.manu-page .about-1 {
  padding: 120px 15px 100px;
  position: relative;
}

.manu-page .about-1::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1078px;
  height: 556px;
  right: 130px;
  bottom: -90px;
  /*background: url(../images/about-1-bg.jpg) no-repeat center center;*/
}

.manu-page .about-1 .content {
  margin: 0 auto;
  max-width: 1560px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manu-page .about-1 .content .left {
  width: 50%;
  position: relative;
}

.manu-page .manu-img img {
  width: 100%;
}

.manu-page .manu-img li {
  position: relative;
}

.manu-page .manu-img li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px 15px;
}

.manu-page .about-1 .content .left>img {
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}


.manu-page .about-1 .content .left .play {
  position: absolute;
  display: block;
  right: -40px;
  bottom: 60px;
  z-index: 6;
}

.manu-page .about-1 .content .left .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.manu-page .about-1 .content .left .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}



.manu-page .about-1 .content .right .play {
  position: absolute;
  display: block;
  left: 40px;
  bottom: 65px;
  z-index: 6;
}

.manu-page .about-1 .content .right .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.manu-page .about-1 .content .right .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.manu-page .about-1 .content .right {
  width: 50%;
  padding-left: 40px;
  position: relative;
}

.manu-page .about-1 .content h4 {
  font-size: 25px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  /*font-weight: 500;*/
}

.manu-page .about-1 .content h2 {
  color: var(--color);
  margin: 20px 0;
  font-weight: 500;
  text-transform: capitalize;
}

.manu-page .about-1 .content p {
  line-height: 1.7;
}

.manu-page .about-2 {
  padding: 80px 0 60px;
  position: relative;
}

.manu-page .about-2::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  background: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
}

.manu-page .about-2.right::after {
  left: auto;
  right: 0;
  width: 60%;
}

.manu-page .about-2 .content {
  margin: 0 auto;
  max-width: 1560px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manu-page .about-2 .content .left {
  width: 50%;
  padding-right: 90px;
}

.manu-page .about-2 .content h2 {
  color: var(--color);
  margin-bottom: 35px;
  font-weight: 500;
}

.manu-page .about-2 .content p {
  line-height: 2;
}

.manu-page .about-2 .content .right {
  width: 50%;
}

.manu-page .about-3 {
  text-align: center;
  padding: 60px 0;
  background: url(../images/about-3-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/*.manu-page .about-3 .top {
  margin-bottom: 70px;
}*/
.manu-page .about-3 .top h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}

.manu-page .about-3 .top p {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}

.manu-page .about-3 .top .more {
  margin-top: 50px;
}

.manu-page .about-4 {
  background: #f3f3f3;
  padding: 60px 0 50px;
}

.manu-page .about-4 .container {
  max-width: 1200px;
}

.manu-page .about-4 .top {
  text-align: center;
}

.manu-page .about-4 .top h2 {
  color: #9e8657;
  margin-bottom: 25px;
  font-weight: 500;
}

.manu-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}

.manu-page .about-4 .content {
  margin-top: 60px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manu-page .about-4 .content .historyBox {
  max-width: 350px;
}

.manu-page .about-4 .content .historyBox h4 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}

.manu-page .about-4 .content .historyBox p {
  font-size: 20px;
}

.manu-page .about-4 .content .historyBox .arrow-l,
.manu-page .about-4 .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 15px;
}

.manu-page .about-4 .content .historyBox .arrow-l:hover,
.manu-page .about-4 .content .historyBox .arrow-r:hover {
  color: #b41c1d;
}

.manu-page .about-4 .content .historyBox .arrow-l {
  left: 0;
}

.manu-page .about-4 .content .historyBox .arrow-r {
  right: 0;
}

.manu-page .about-4 .content .right {
  padding-left: 50px;
  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;
}

.manu-page .about-4 .content .right .text {
  margin-left: 30px;
}

.manu-page .about-4 .content .right .text h5 {
  font-size: 60px;
  line-height: 1;
  color: #afafaf;
  font-weight: 500;
}

.manu-page .about-4 .content .right .text h5 span {
  display: block;
  font-weight: 500;
}

.manu-page .about-4 .partnerBox {
  margin-top: 100px;
}

.manu-page .about-4 .partnerBox ul {
  margin: -15px;
}

.manu-page .about-4 .partnerBox li {
  padding: 15px;
  cursor: pointer;
}

.manu-page .about-5 {
  padding: 50px 0 50px;
  background: #1f2128;
}

.manu-page .about-5 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manu-page .about-5 .container .left {
  width: 65.5%;
}

.manu-page .about-5 .container .right {
  width: 34.5%;
  padding-left: 30px;
}

.manu-page .about-5 .container .right .content {
  max-width: 405px;
  margin: 0 0 0 auto;
}

.manu-page .about-5 .container .right .content h4 {
  font-size: 80px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

.manu-page .about-5 .container .right .content p {
  color: #afafaf;
}

.manu-page .about-5 .container .right .content h2 {
  font-size: 130px;
  line-height: 1;
  font-weight: 500;
  color: rgba(154, 27, 64, 0.1);
  margin-top: 35px;
}

.manu-page .about-6 {
  padding: 80px 0 70px;
  /*background: #eee;*/
}

.manu-page .about-6 .content {
  margin: 0 auto;
  max-width: 1635px;
}

.manu-page .about-6 .top {
  text-align: center;
}

.manu-page .about-6 .top h2 {
  color: var(--color);
  margin-bottom: 25px;
  font-weight: 500;
}

.manu-page .about-6 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 705px;
}

.manu-page .about-6 .newsBox {
  margin-top: 80px;
}

.manu-page .about-6 .newsBox ul {
  margin: -15px;
}

.manu-page .about-6 .newsBox ul li {
  padding: 15px;
}

.manu-page .about-6 .newsBox .news-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.manu-page .about-6 .newsBox .news-img .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}

.manu-page .about-6 .newsBox .news-img .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.manu-page .about-6 .newsBox .news-img .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.manu-page .about-6 .newsBox .content h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  display: -webkit-box;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 0;
  overflow: hidden;
  text-transform: capitalize;
  margin: 30px 0 20px;
  min-height: 58px;
}

.manu-page .about-6 .newsBox .content h5:hover {
  color: #b41c1d;
}

.manu-page .about-6 .newsBox .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 20px;
}

.manu-page .about-6 .newsBox .content p {
  color: #5d5d5d;
  /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
  max-height: 145px;
  overflow: auto;
}

.manu-page+div+.i-form.Auxil-form {
  display: none;
}

@media screen and (max-width: 1610px) {
  .manu-page .about-2 .content .left {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1437px) {
  .manu-page .about-5 .container .right .content h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .manu-page .about-4 .content .historyBox {
    max-width: 100%;
  }

  .manu-page .about-4 .content .right {
    display: none;
  }

  .manu-page .about-5 .container .left {
    width: 100%;
  }

  .manu-page .about-5 .container .right {
    width: 100%;
    padding-left: 0;
  }

  .manu-page .about-5 .container .right .content {
    max-width: 100%;
  }

  .manu-page .about-1 .content .left {
    width: 100%;
  }

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

  .manu-page .about-1 .content .left .play {
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .manu-page .about-1 .content .right .play {
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 700px) {
  .manu-page .about-2 .content .left {
    padding: 0 15px;
    width: 100%;
  }

  .manu-page .about-2 .content .right {
    width: 100%;
    padding: 20px 15px 0;
  }
}


.service-page h2.title small {
  margin-top: 0;
}

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

.service-page .service-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-page .service-1 .box .left {
  width: 52%;
  padding-right: 30px;
}

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

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

.service-page .service-1 .box .left .list ul li .box2 {
  border: 1px solid #301500;
  position: relative;
  padding: 40px 20px 30px;
  border-radius: 10px;
  text-align: center;
}

.service-page .service-1 .box .left .list ul li .box2:after,
.service-page .service-1 .box .left .list ul li .box2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}

.service-page .service-1 .box .left .list ul li .box2:after {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  left: 5%;
  top: -1px;
}

.service-page .service-1 .box .left .list ul li .box2:before {
  width: 100%;
  height: 90%;
  left: -1px;
  top: 5%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.service-page .service-1 .box .left .list ul li .box2 i {
  display: block;
  height: 85px;
  line-height: 85px;
}

.service-page .service-1 .box .left .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}

.service-page .service-1 .box .left .list ul li .box2 h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 2;
  margin: 25px 0;
}

.service-page .service-1 .box .left .list ul li .box2 .text {
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 11em;
}

.service-page .service-1 .box .left .list ul li .box2:hover:after,
.service-page .service-1 .box .left .list ul li .box2:hover:before {
  opacity: 0;
}

.service-page .service-1 .box .right {
  width: 48%;
}

.service-page .service-1 .box .right a.img-box {
  height: 100%;
  border-radius: 10px;
}

.service-page .about-3 h2.title {
  font-weight: 700;
  font-size: 50px;
  line-height: 2;
  text-align: center;
}

.service-page .about2-page {
  background: #eee;
  padding: 50px 0;
}

.service-page .about-3 .list {
  margin: 80px -30px 0;
}

.service-page .about-3 .swiper-button-prev {
  left: -10%;
}

.service-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.service-page .about-3 .swiper-button-next {
  right: -10%;
}

.service-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

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

.service-page .about-3 .list ul li .box {
  position: relative;
  text-align: left;
}

.service-page .about-3 .list ul li .box .content {
  padding: 25px;
  border-radius: 14px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.service-page .about-3 .list ul li .box .content h6 {
  font-weight: 600;
  font-size: 22px;
  /*color: #301500;*/
  margin: 15px 0;
  text-transform: capitalize;
  line-height: 1.6;
}

.service-page .about-3 .list ul li .box .content .text {
  font-size: 18px;
  color: #a0a0a0;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}


.service-page .about-3 .list ul li .box span {
  font-weight: 700;
  font-size: 30px;
  /*color: #301500;*/
  line-height: 2;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  display: inline-block;
}

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


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

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

.service-page .contact-2 {
  margin-top: 95px;
  background: url("../images/service-3-bg.jpg") center top 140px no-repeat;
  background-size: cover;
  padding-bottom: 125px;
}

.service-page .contact-2 .box {
  background: white;
}

.service-page .service-2 {
  padding-bottom: 150px;
  background: url("../images/service-3-bg.jpg") center bottom 80px no-repeat;
  background-size: cover;
  text-align: center;
}

.service-page .service-2 img {
  margin: 45px auto 0;
}

.service-page h2.title {
  font-weight: 500;
  font-size: 50px;
  line-height: 2;
}

.service-page .form ul li.wid-100 .more {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: var(--color);
  padding: 0 30px;
  display: inline-block;
  color: white;
}

.service-page .service-4 {
  background: url(/template/en/images/service-3-bg.jpg) center top 140px no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.service-page .service-4 .box {
  background: #fff;
  padding: 40px 55px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  border-radius: 14px;
  text-align: center;
}

.service-page .service-4 .form ul {
  margin: -10px;
}

.service-page .service-4 .form ul li {
  padding: 10px;
}

.service-page .service-4 .form ul li input,
.service-page .service-4 .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.service-page .service-4 .form ul li.wid-50 {
  width: 50%;
}

.service-page .service-4 .form ul li.wid-100 {
  width: 100%;
}

.service-page .service-4 .form ul li.wid-100 .more {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: var(--color);
  padding: 0 30px;
  display: inline-block;
  color: #fff;
  border: 1px solid var(--color);
  transition: all .5s;
}

.service-page .service-4 .form ul li.wid-100 .more:hover {
  color: var(--color);
  background: #fff;
}

@media screen and (max-width: 1700px) {
  .service-page .service-1 {
    padding: 50px 0 30px;
  }

  .service-page .service-1 .box .left .list ul li .box2 h6 {
    font-size: 20px;
    margin: 15px 0;
  }

  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 60px;
    line-height: 60px;
  }

  .service-page .service-1 .box .left .list ul li .box2 i img {
    max-height: 100%;
  }

  .service-page .about-3 .swiper-button-prev,
  .service-page .about-3 .swiper-button-next {
    display: none !important;
  }

  .service-page .about-3 .list {
    margin: 40px -20px 0;
  }
}

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

@media screen and (max-width: 1250px) {
  .service-page .service-1 .box .left .list ul li .box2 {
    padding: 15px;
  }

  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }

  .service-page .about-3 .list ul li .box .content h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }

  .service-page .service-1 .box .right a.img-box {
    height: 240px;
  }

  .service-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-4 .box {
    padding: 40px 16px;
  }

  .service-page .service-4 .form ul li {
    width: 100%;
  }

  .service-page .service-4 .form ul li.wid-50 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .manu-page .about-6 {
    padding: 40px 0;
  }

  .manu-page .about-6 .top h2 {
    margin-bottom: 10px;
  }

  .manu-page h2 {
    font-size: 24px;
  }

  .manu-page .about-6 .newsBox {
    margin-top: 30px;
  }

  .service-page .service-4 {
    padding: 40px 0;
  }

  .service-page .service-4 .form ul li input,
  .service-page .service-4 .form ul li textarea {
    padding: 6px 10px;
  }

  .service-page .about-3 h2.title {
    font-size: 24px;
  }

  .service-page h2.title {
    font-size: 24px;
  }
}

.service2-page .service-1 ul {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}

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

.service2-page .service-1 ul li .box {
  height: 100%;
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 50px 30px;
  transition: all .5s;
}

.service2-page .service-1 ul li .box .icon {
  height: 60px;
}

.service2-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.service2-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
}

.service2-page .service-1 ul li .box .text {
  font-size: 18px;
  line-height: 30px;
  min-height: 140px;
}

.service2-page .service-1 ul li .box:hover {
  background: var(--color);
  color: #fff;
}

.service2-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service2-page .service-2 {
  background-color: #fafafa;
  padding: 100px 0 100px;
}

.service2-page .service-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service2-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}

.service2-page .service-2 .top .text h3 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 25px;
}

.service2-page .service-2 .top .text h5 {
  font-size: 25px;
  line-height: 40px;
}

.service2-page .service-2 .top .text .content {
  font-size: 17px;
  line-height: 30px;
  margin-top: 30px;
}

.service2-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}

.service2-page .service-2 .top .img {
  width: 40%;
}

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

.service2-page .service-2 .product ul {
  margin: -15px;
}

.service2-page .service-2 .product ul li {
  padding: 15px;
}
.service2-page .service-2 .product ul li p a:hover {
  color: var(--color);
}

.service2-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service2-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}

.service2-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}

.service2-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 20px;
}

.service2-page .service-2 .bottom .text .content ul li {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.service2-page .service-2 .bottom .text .content ul li h5 {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}

.service2-page .service-2 .bottom .text .content ul li p {
  font-size: 18px;
  margin-top: 6px;
  display: inline-block;
  padding-left: 10px;
}

.service2-page .honor ul {
  margin: -15px;
}

.service2-page .honor ul li {
  padding: 15px;
}

.service2-page .service-3 {
  padding: 140px 0;
  overflow: hidden;
}

.service2-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  margin-bottom: 45px;
}

.service2-page .service-3 .text {
  margin: -50px;
}

.service2-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.service2-page .service-3 .text .num .item {
  margin-bottom: 15px;
}

.service2-page .service-3 .text .num .item h5 {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}

.service2-page .service-3 .text .num .item p {
  font-size: 18px;
  display: inline-block;
  padding-left: 10px;
}

.service2-page .service-3 .text .column {
  padding: 50px;
}

.service2-page .service-3 .text .content {
  /*font-weight: 300;*/
}

.service2-page .service-3 .imgbox {
  margin-top: 50px;
}

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

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

.service2-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}

.service2-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  text-align: center;
}

.service2-page .service-4 p.text {
  margin: 30px auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  max-width: 1050px;
}

/*.service2-page .service-4 ul.grid-box {
  margin: -35px;
}
.service2-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service2-page .service-4 ul li .box {
  position: relative;
}

.service2-page .service-4 ul li .box .column {
  vertical-align: middle;
}

.service2-page .service-4 ul li .box .content {
  /*position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: white;
    max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}

.service2-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.service2-page .service-4 ul li .box .content .text {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin: 45px 0 45px;
}

.service2-page .service-4 ul li .box .content .text p {
  margin-bottom: 20px;
  font-weight: 500;
}

.service2-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}

.service2-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
}

.service2-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}

.service2-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: var(--color);
}

.service2-page .about {
  padding: 60px 0;
}

.service2-page .about .right {
  padding-left: 50px;
}

.service2-page .about .right .content {
  font-size: 18px;
  line-height: 30px;
}

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

  .service2-page .service-1,
  .service2-page .service-2,
  .service2-page .service-3 {
    padding: 60px 0;
  }

  .service2-page .service-1 h2,
  .service2-page .service-2 .top .text h3,
  .service2-page .service-2 .bottom .text h3,
  .service2-page .service-3 h2,
  .service2-page .service-4 h2,
  .service2-page .service-4 ul li .box .content h4 {
    font-size: 32px !important;
  }

  .service2-page .service-1 ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
  }

  .service2-page .service-1 ul li {
    width: 50% !important;
    padding: 10px;
  }

  .service2-page .service-1 ul li .box {
    padding: 15px;
    height: 100%;
  }

  .service2-page .service-1 ul li .box h4,
  .service2-page .service-2 .top .text h5,
  .service2-page .service-3 .text h4 {
    font-size: 20px;
  }

  .service2-page .service-1 ul li .box .text,
  .service2-page .service-2 .top .text .content,
  .service2-page .service-2 .bottom .text .content,
  .font-18 {
    font-size: 16px;
  }

  .service2-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }

  .service2-page .service-2 .top .img {
    width: 100%;
    margin-top: 20px;
  }

  .service2-page .service-2 .top {
    display: block;
    margin-bottom: 40px;
  }

  .service2-page .service-2 .product {
    margin: 20px 0;
  }

  .service2-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .service2-page .service-2 .bottom .img {
    width: 100%;
  }

  .service2-page .service-2 .bottom {
    display: block;
  }

  .service2-page .service-2 .bottom .text .content ul li {
    display: block;
  }

  .service2-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 0;
  }

  .service2-page .service-2 .bottom .text .content p {
    width: 100%;
    padding-left: 0 !important;
  }

  .service2-page .service-3 .text .column,
  .service2-page .service-3 .text .column {
    padding: 0;
    width: 100%;
  }

  .service2-page .service-3 .text {
    margin: 0;
    display: block;
  }

  .service2-page .service-3 .text .column.right {
    margin-top: 20px;
  }

  .service2-page .service-4 ul li .box .content {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .service2-page .service-4 ul li .box .column {
    width: 100%;
  }
}

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

  .service2-page .service-1,
  .service2-page .service-2,
  .service2-page .service-3 {
    padding: 40px 0;
  }

  .service2-page .service-1 h2,
  .service2-page .service-2 .top .text h3,
  .service2-page .service-2 .bottom .text h3,
  .service2-page .service-3 h2,
  .service2-page .service-4 h2,
  .service2-page .service-4 ul li .box .content h4 {
    font-size: 24px !important;
  }

  .service2-page .service-1 ul li {
    width: 100% !important;
  }

  .service2-page .service-1 ul li .box .text {
    min-height: unset;
  }

  .service2-page .service-1 ul li .box h4 {
    margin: 10px 0;
  }

  .service2-page .service-4 {
    padding: 40px 0;
  }
}

.his-bg .ui.container {
  display: flex;
  align-items: center;
}

.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}

.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}

.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}

.his-bg img {
  max-width: 100%;
}

.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 0px;
}

.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .his-bg .right-his .about-4 h3 {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .his-bg .ui.container {
    display: block;
  }

  .his-bg .left-his {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .his-bg .right-his {
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .his-bg .right-his .about-4 h2 {
    font-size: 20px;
  }
}

@keyframes ks22 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

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

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

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

.p11-value .title .text h2.tit {
  margin-bottom: 25px;
}
.about-page .init-1 .container {
  position: relative;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  font-weight: bold;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 2;
}
.about-page .init-1 .container .list_cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 100px;
  color: var(--color);
  font-weight: 500;
  font-weight: normal;
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 .container {
  position: relative;
}
.about-page .init-2 .container .img {
  height: 500px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .init-2 .container .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: var(--color);
}
.about-page .init-2 .container .play div i {
  margin-left: 2px;
}
.about-page .init-2 .container .play .ling {
  background-color: #fff;
}
.about-page .init-2 .container .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .init-2 .container .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  color: var(--color);
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1.5;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
  margin-top: 8px;
}
.about-page .init-3 .container .list .right .des {
  color: #262626;
  margin-top: 10px;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 600;
  font-weight: normal;
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin: auto;
}
.about-page .init-4 .container .title {
  color: #181818;
  margin-top: 10px;
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 30px;
}
.about-page .init-4 .container .content ul li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content ul li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
  padding-bottom: 45px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: var(--color);
}
.about-page .init-5 .container iframe{
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: var(--color);
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
}
.his-bg {
  overflow-x: hidden;
}
.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}
.his-bg img {
  max-width: 100%;
}
.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 2;
}
@media screen and (max-width: 1250px) {
  .his-bg .right-his .about-4 li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .his-bg .right-his .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .his-bg .ui.container{
    display: block;
  }
  .his-bg .left-his{
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .his-bg .right-his{
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .his-bg .right-his .about-4 h2{
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  
  .about-page .init-1 .container .des {
    text-align: center;
  }
  .about-page .init-2 .container .img {
    height: 300px;
  }
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  
  .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }
}

.application-page .container .tips {
  text-align: center;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--color);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
@media (max-width: 500px){
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
}

.honor-page {
  padding-bottom: 20px;
}
.honor-page .container .list {
  border-bottom: 1px dashed #999999;
  text-align: center;
  padding: 70px 160px;
}
.honor-page .container .list .title {
  font-weight: 500;
  font-weight: normal;
  text-transform: uppercase;
}
.honor-page .container .list .des {
  margin-top: 20px;
}
.honor-page .container .list .content {
  margin: 50px -30px 0;
}
.honor-page .container .list .content ul {
  position: relative;
}
.honor-page .container .list .content ul .slick-arrow {
  position: absolute;
  font-size: 46px;
  cursor: pointer;
  width: 16px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor-page .container .list .content ul .slick-arrow:hover {
  color: var(--color);
}
.honor-page .container .list .content ul .slick-prev {
  left: -100px;
}
.honor-page .container .list .content ul li {
  padding: 0 30px;
}
.honor-page .container .list .content ul li .box {
  overflow: hidden;
  display: block;
}
.honor-page .container .list .content ul li .box img {
  width: 100%;
}
.honor-page .container .list:last-child {
  border-bottom: none;
}
@media (max-width: 1000px){
  
  .honor-page .container .list {
    padding: 70px 20px;
  }
  .honor-page .container .list .content {
    margin: 30px -10px 0;
  }
  .honor-page .container .list .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .list .content ul .slick-next {
    right: -14px;
  }
  .honor-page .container .list .content ul .slick-prev {
    left: -14px;
  }
}
@media (max-width: 700px){
  .honor-page .container .list .title {
    margin: 0 -20px;
  }
  .honor-page .container .list .des {
    margin: 20px -20px 0;
  }
  .honor-page .container .list .content ul .slick-arrow {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .honor-page .container .list {
    padding: 40px 20px;
  }
}

.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 600;
  font-weight: normal;
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}

.news-page {
  background: #f8f8f8;
}
.news-page .container 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: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  line-height: 2;
}
.news-page .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .container ul li .box .des {
  line-height: 2;
  margin-top: 14px;
  font-size: 18px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  /*margin-left: 20px;*/
}
.newdet-page .container .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
}
.newdet-page .container .content ol li,
.newdet-page .container .content ul li {
    padding: 0 0 0 10px;
    list-style: square;
    list-style-position: inside;
}
.newdet-page .container .content strong {
  color: #5C5C5C;
}
@media (max-width: 1000px) {
  
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
  .newdet-page .container .title {
      font-size: 20px;
    }
}
@media (max-width: 500px) {
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
  }
}