@font-face {
  font-family: 'neu';
  src: url('/template/cn/fonts/Neutraface2Display-Titling.eot');
  src: url('/template/cn/fonts/Neutraface2Display-Titling.eot?#iefix') format('embedded-opentype'), url('/template/cn/fonts/Neutraface2Display-Titling.woff2') format('woff2'), url('/template/cn/fonts/Neutraface2Display-Titling.woff') format('woff'), url('/template/cn/fonts/Neutraface2Display-Titling.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

#Pop_UpsBtn {
  display: none !important;
}
.layui-layer-dialog .layui-layer-padding {
  word-break: break-word;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
#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;
  }
}
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: #e60012;
  --color2: #0a2463;
  --white: #ffffff;
  --black: #000000;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#wap-bottom {
  z-index: 10;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width:1px;
}
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(/template/cn/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(/template/cn/images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.font-14{
  line-height: 2;
}
.font-16{
  line-height: 1.8;
}
.font-18{
  line-height: 1.8;
}
#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;
}
#header > .nav > .menu {
  z-index: 2;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 50px;
}
#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::after,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  width: 26px;
  height: 22px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(/template/cn/images/index_19.png);
  opacity: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one {
  width: 45%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutTitle {
  font-size: 32px;
  color: #111;
  line-height: 40px;
  margin-bottom: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  width: 80%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore {
  font-size: 14px;
  line-height: initial;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two {
  width: 25%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link {
  margin-top: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link:first-child {
  margin-top: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a:hover::before {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three {
  width: 30%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three .shipingbiaoti {
  margin-top: 10px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content {
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .container {
  background: #fff;
  padding: 40px 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left {
  width: 70%;
  position: relative;
  border-right: 1px solid #ccc;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product {
  font-size: 14px;
  width: 33.33%;
  padding-right: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-img {
  width: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul {
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li {
  margin-top: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right {
  margin-left: 0;
  width: 30%;
  padding: 0 23px 20px;
  font-size: 14px;
  top: 0;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right ul li {
  width: 50%;
  padding: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  margin-left: 60px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .line {
  width: 1px;
  height: 30px;
  background-color: var(--white);
  margin: 0 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: var(--white);
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 30px;
  height: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .openBtn {
  width: 125px;
  height: 42px;
  border: 1px solid var(--white);
  color: var(--white);
  margin-left: 30px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background: #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav .headerShadow,
#header.inner_active > .nav .headerShadow {
  opacity: 0;
}
@-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 fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@-moz-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@-o-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  -moz-animation-name: fadeOutDownSmall;
  -o-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}
@-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;
}

.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#banner .sPage {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  transition: all .5s;
  display: inline-flex;
  opacity: 1;
  align-items: center;
  background: transparent;
  justify-content: center;
}
#banner .sPage .swiper-pagination-bullet .sub{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5d5d5d;
}
#banner .sPage .swiper-pagination-bullet-active{
  background: #ffffff4a;
}
#banner .sPage .swiper-pagination-bullet-active .sub{
  background: #e60012;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  color: var(--white);
  max-width: 780px;
}
#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 {
  padding: 16px 30px 16px 80px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more .moreBg {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.moreCont2{
  position: relative;
  padding: 16px 30px 16px 80px;
}
.moreCont2 .moreImg1{
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background-size: 100% 100%;
  transition: all .5s;
}
.moreCont2 .moreImg2{
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transition: all .5s;
  background-position: center right;
}
.moreCont2 .moreText {
  z-index: 2;
}
.moreCont2:hover .moreBg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.moreCont2:hover .moreImg1{
  left: 21px;
  filter: grayscale(1) brightness(0);
}
.moreCont2:hover .moreImg2{
  filter: grayscale(1) brightness(0);
}



#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more .moreImg1{
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background-size: 100% 100%;
  transition: all .5s;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more .moreImg2{
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transition: all .5s;
  background-position: center right;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more .moreText {
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover .moreBg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover .moreImg1{
  left: 21px;
  filter: grayscale(1) brightness(0);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover .moreImg2{
  filter: grayscale(1) brightness(0);
}

#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more .moreImg2{
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transition: all .5s;
  background-position: center right;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more .moreText {
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover .moreBg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover .moreImg1{
  left: 21px;
  filter: grayscale(1) brightness(0);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover .moreImg2{
  filter: grayscale(1) brightness(0);
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1650px;
}
#index-body {
  position: relative;
  z-index: 1;
}
#index-body .init-1 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-1 .container .content {
  position: relative;
}
#index-body .init-1 .container .content .bg {
  width: 100px;
  height: 100%;
  top: 0;
  left: 70px;
}
#index-body .init-1 .container .content .swiper {
  padding: 0 150px;
}
#index-body .init-1 .container .content ul li {
  position: relative;
  z-index: 1;
  height: auto;
}
#index-body .init-1 .container .content ul li .box {
  opacity: 0;
  z-index: 2;
  background-color: #f0f0f0;
  height: 100%;
  padding: 60px;
}
#index-body .init-1 .container .content ul li .box .title {
  display: block;
  font-weight: bold;
}
#index-body .init-1 .container .content ul li .box .des {
  color: #666666;
}
#index-body .init-1 .container .content ul li .box .listC {
  padding-top: 40px;
  min-height: 380px;
  opacity: 0;
}
#index-body .init-1 .container .content ul li .box .listC .list {
  position: relative;
  color: var(--white);
  margin-top: 20px;
}
#index-body .init-1 .container .content ul li .box .listC .list:hover{
  transform: translateX(5px);
}
#index-body .init-1 .container .content ul li .box .listC .list .sub {
  width: 20px;
  height: 2px;
  background-color: var(--white);
  margin-right: 20px;
  margin-top: 16px;
}
#index-body .init-1 .container .content ul li .box .listC .list .listText {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}
#index-body .init-1 .container .content ul li .box .imgC {
  z-index: -1;
  bottom: 30px;
  right: -130px;
  pointer-events: none;
}
#index-body .init-1 .container .content ul li .box .imgC .img2 {
  width: 62%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .content ul li .box .imgC .img2 img {
  width: 340px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#index-body .init-1 .container .content ul li:hover {
  z-index: 2;
}
#index-body .init-1 .container .content ul li:hover .box {
  background-color: var(--color);
}
#index-body .init-1 .container .content ul li:hover .box .title {
  color: var(--white);
}
#index-body .init-1 .container .content ul li:hover .box .des {
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-1 .container .content ul li:hover .box .listC {
  opacity: 1;
}
#index-body .init-1 .container .content ul li:hover .box .imgC .img2 {
  width: 100%;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
#index-body .init-1 .container .content ul li.my-slide-visible .box {
  opacity: 1;
}
#index-body .init-2 .lineC {
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
#index-body .init-2 .lineC .cir {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .init-2 .lineC .line {
  width: 1px;
  height: 100%;
  background-color: var(--color);
  left: 8px;
}
#index-body .init-2 .container {
  z-index: 2;
}
#index-body .init-2 .container .tipsTitle {
  font-weight: bold;
}
#index-body .init-2 .container .titleC {
  position: relative;
}
#index-body .init-2 .container .titleC .list {
  font-size: 146px;
  white-space: nowrap;
  color: #c9c9c9;
  line-height: 1;
}
#index-body .init-2 .container .titleC .list .list1 {
  position: relative;
}
#index-body .init-2 .container .titleC .list em {
  font-family: 'neu';
  font-weight: 700;
  color: var(--color);
  font-size: 210px;
}
#index-body .init-2 .container .titleC .left {
  width: 50%;
}
#index-body .init-2 .container .titleC .right {
  width: 50%;
}
#index-body .init-2 .container .titleC .right .listCont {
  position: relative;
  left: -100%;
  -webkit-transform: translate(6px, 6px);
  -moz-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  -o-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}
#index-body .init-2 .container .content .left {
  width: 50%;
  margin-top: 200px;
  padding-right: 80px;
}
#index-body .init-2 .container .content .right {
  width: 50%;
  padding-left: 60px;
}
#index-body .init-2 .container .content .right .title {
  font-weight: bold;
}
#index-body .init-2 .container .content .right .des {
  color: #666666;
  text-indent: 32px;
  line-height: 2;
}
#index-body .init-2 .container .content .right .listCont {
  padding-top: 40px;
}
#index-body .init-2 .container .content .right .listCont ul li {
  margin-top: 30px;
}
#index-body .init-2 .container .content .right .listCont ul li .box .top {
  font-family: 'neu';
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}
#index-body .init-2 .container .content .right .listCont ul li .box .bottom {
  color: #666666;
}
#index-body .init-2 .container .content .right .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-3 .container {
  width: 100%;
  padding: 0;
  height: 770px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-3 .container .tips{
  bottom: 40px;
  padding: 0 150px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
}
#index-body .init-3 .container .play {
  width: 80px;
  height: 80px;
  background-color: var(--color);
  border-radius: 50%;
  cursor: pointer;
}
#index-body .init-3 .container .play .img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
}
#index-body .init-3 .container .play .ling {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
#index-body .init-3 .container .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-4 {
  position: relative;
}
#index-body .init-4 .container .listCont {
  margin-top: 100px;
}
#index-body .init-4 .container .listCont .list {
  opacity: 0.5;
  width: 30%;
}
#index-body .init-4 .container .listCont .list .box .imgC {
  position: relative;
  margin: auto;
  max-width: 370px;
}
#index-body .init-4 .container .listCont .list .box .imgC .img1 {
  width: 100%;
}
#index-body .init-4 .container .listCont .list .box .imgC .img2 {
  position: absolute;
  width: 176px;
  height: 176px;
  top: 60%;
  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%);
}
#index-body .init-4 .container .listCont .list .box .title {
  text-align: center;
  font-weight: bold;
  color: var(--color);
  margin-top: -20px;
}
#index-body .init-4 .container .listCont .list .box .des {
  text-align: center;
}
#index-body .init-4 .container .listCont .list:hover {
  -webkit-transform: scale(1.1) translateY(-70px);
  -moz-transform: scale(1.1) translateY(-70px);
  -ms-transform: scale(1.1) translateY(-70px);
  -o-transform: scale(1.1) translateY(-70px);
  transform: scale(1.1) translateY(-70px);
  opacity: 1;
}
#index-body .init-4 .gxs-5 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50%;
  z-index: -1;
}
#index-body .init-5 {
  background-color: #fafafa;
}
#index-body .init-5 .container .titleC .right {
  color: #666666;
  max-width: 700px;
}
#index-body .init-5 .container .contentC {
  margin-top: 30px;
}
#index-body .init-5 .container .contentC .swiper {
  padding-top: 40px;
  width: -webkit-calc(600%);
  width: -moz-calc(600%);
  width: calc(100% + 500px);
}
#index-body .init-5 .container .contentC ul li .box {
  overflow: hidden;
}
#index-body .init-5 .container .contentC ul li .box .shadow {
  width: 100%;
  height: 100%;
  top: 2px;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .contentC ul li .box .text {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: var(--white);
  padding: 20px 40px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#index-body .init-5 .container .contentC ul li .box:hover {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
#index-body .init-5 .container .contentC ul li .box:hover .shadow {
  opacity: 1;
}
#index-body .init-5 .container .contentC ul li .box:hover .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-5 .container .lineC {
  position: relative;
  margin-top: 80px;
  height: 1px;
  background-color: #bababa;
}
#index-body .init-5 .container .lineC .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}
#index-body .init-6 {
  background-color: #fafafa;
}
#index-body .init-6 .container .titleC .right ul li {
  margin-left: 40px;
}
#index-body .init-6 .container .titleC .right ul li a {
  color: #777777;
}
#index-body .init-6 .container .titleC .right ul li a:hover {
  color: var(--color);
}
#index-body .init-6 .container .content {
  margin-top: 40px;
}
#index-body .init-6 .container .content .swiper {
  margin: 0 -15px;
}
#index-body .init-6 .container .content ul li {
  padding: 15px;
}
#index-body .init-6 .container .content ul li .box {
  background-color: var(--white);
  padding: 40px 20px;
}
#index-body .init-6 .container .content ul li .box .time {
  color: #666666;
}
#index-body .init-6 .container .content ul li .box .time .timeImg {
  width: 16px;
  height: 16px;
}
#index-body .init-6 .container .content ul li .box .title {
  font-weight: bold;
  display: block;
}
#index-body .init-6 .container .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-6 .container .content ul li .box .des {
  color: #666666;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
#index-body .init-6 .container .content ul li .box .more {
  margin-top: 150px;
  display: inline-block;
  color: var(--color);
  font-weight: bold;
}
#index-body .init-6 .container .content ul li .box .more:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .init-6 .container .content ul li .box:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#index-body .init-7 img{
  display: block;
  width: 100%;
}

#index-body .init-8 .swiper{
  overflow: unset;
  padding: 180px 0;
  padding-bottom: 100px;
}
#index-body .init-8 .left{
  width: 34%;
  padding-right: 60px;
}
#index-body .init-8 .left .line{
  height: 2px;
  background: #d0d0d0;
}
#index-body .init-8 .left ul li{
  color: #666666;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
}
#index-body .init-8 .left ul li.active{
  color: var(--color);
  font-size: 30px;
  font-weight: bold;
}
#index-body .init-8 .right{
  width: 66%;
}
#index-body .init-8 .right ul li .box{
  min-height: 270px;
  position: relative;
  z-index: 2;
  background: #e6e6e6;
}
#index-body .init-8 .right ul li .box::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: #e6e6e6;
  z-index: -1;
}
#index-body .init-8 .right ul li .box .img{
  top: 50%;
  left: 0;
  height: 520px;
  object-fit: contain;
  transform: translateY(-50%);
}
#index-body .init-8 .right ul li .box .text{
  color: #fff;
  font-size: 150px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: 16px;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-color: #111111;
}
#footer .fTop .container .content {
  max-width: 1000px;
  margin: auto;
}
#footer .fTop .container .content .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  width: -webkit-calc(-200%);
  width: -moz-calc(-200%);
  width: calc(50% - 250px);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(220, 220, 220, 0)), to(#dcdcdc));
  background-image: -webkit-linear-gradient(left, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -moz-linear-gradient(left, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -o-linear-gradient(left, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: linear-gradient(to right, rgba(220, 220, 220, 0), #dcdcdc);
}
#footer .fTop .container .content .line2 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(220, 220, 220, 0)), to(#dcdcdc));
  background-image: -webkit-linear-gradient(right, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -moz-linear-gradient(right, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -o-linear-gradient(right, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: linear-gradient(to left, rgba(220, 220, 220, 0), #dcdcdc);
}
#footer .fTop .container .content .logo {
  margin: 0 40px;
}
#footer .fMiddle {
  color: #fff;
  padding-top: 30px;
}
#footer .fMiddle .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .fMiddle .container .listCont {
  margin-top: 50px;
}
#footer .fMiddle .container .listCont .first {
  margin-bottom: 40px;
  font-weight: bold;
}
#footer .fMiddle .container .listCont .catCont ul {
  margin-top: -15px;
}
#footer .fMiddle .container .listCont .catCont ul li {
  margin-top: 15px;
  width: 50%;
  padding-right: 10px;
}
#footer .fMiddle .container .listCont .catCont ul li a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fMiddle .container .listCont .catCont ul li a:hover {
  color: #fff;
}
#footer .fMiddle .container .listCont .list {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .fMiddle .container .listCont .list .img {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
#footer .fMiddle .container .listCont .list .text {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  margin-left: auto;
}
#footer .fMiddle .container .listCont .list:hover {
  color: #fff;
}
#footer .fMiddle .container .listCont form {
  margin-top: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .fMiddle .container .listCont form input {
  padding: 10px 0;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0);
  width: -webkit-calc(37%);
  width: -moz-calc(37%);
  width: calc(50% - 13px);
  border: none;
  border-bottom: 1px solid #fff;
}
#footer .fMiddle .container .listCont form .submit {
  padding: 10px;
  margin-top: 20px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#footer .fMiddle .container .listCont form .submit:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .fMiddle .container .listCont form .w-100 {
  width: 100%;
}
#footer .fMiddle .container .listCont .codeC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .fMiddle .container .listCont .codeC .list3 .imgC #ewm {
  background-color: #fff;
  padding: 4px;
}
#footer .fMiddle .container .listCont .codeC .list3 .imgC img {
  width: 100%;
}
#footer .fMiddle .container .listCont .codeC .list3 .text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .fMiddle .container .listCont1 {
  width: 320px;
}
#footer .fMiddle .container .listCont2 {
  width: 350px;
}
#footer .fMiddle .container .listCont3 {
  width: 500px;
}
#footer .fMiddle .container .listCont4 {
  width: 120px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 80px;
  background-color: #282828;
}
#footer .copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.5);
  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;
}
#footer .copyright .container .right {
  margin-top: 10px;
}
#footer .copyright .container .right li {
  margin: 0 6px;
}
#footer .copyright .container .right li a:hover {
  color: var(--color);
}
@media (max-width: 1700px) {
  #index-body .init-1 .container .content ul li .box .listC .list .sub {
    margin-top: 12px;
  }
  #index-body .init-2 .container .titleC {
    margin-left: -50px;
  }
  #index-body .init-3 .container {
    height: 40vw;
  }
  #index-body .init-8 .right ul li .box .text{
    font-size: 90px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right .openBtn {
    width: 100px;
  }
  #index-body .init-2 .container .content .right .listCont ul li .box .top {
    font-size: 38px;
  }
  #index-body .init-8 .left{
    width: 40%;
  }
  #index-body .init-8 .right{
    width: 60%;
  }
  #index-body .init-8 .right ul li .box .img{
    height: 380px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-2 .container .titleC {
    margin-left: -154px;
  }
  #index-body .init-2 .container .titleC .list {
    font-size: 130px;
  }
  #index-body .init-2 .container .titleC .list em {
    font-size: 146px;
  }
  #index-body .init-5 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-5 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }
  #index-body .init-5 .container .contentC .swiper {
    width: 100%;
  }
  #index-body .init-5 .container .contentC {
    margin-top: 60px;
  }
  #index-body .init-5 .container .lineC {
    margin-top: 60px;
  }
  #index-body .init-8 .left{
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-8 .right{
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #banner .sPage{
    bottom: 5px;
  }
  #index-body .init-1 .container {
    width: 700px;
    padding: 0 16px;
  }
  #index-body .init-1 .container .content .swiper {
    padding: 0;
  }
  #index-body .init-1 .container .content ul li .box {
    padding: 20px 10px;
  }
  #index-body .init-1 .container .content ul li .box .imgC {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    pointer-events: all;
    z-index: 2;
  }
  #index-body .init-1 .container .content ul li .box .imgC .img2 {
    width: 100%;
  }
  #index-body .init-1 .container .content ul li .box .imgC .img2 img {
    width: 100%;
  }
  #index-body .init-1 .container .content ul li .box .listC {
    min-height: 1px;
  }
  #index-body .init-1 .container .content ul li:hover .box .imgC .img2 {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-2 .container .titleC {
    margin-left: 0;
  }
  #index-body .init-2 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-2 .container .titleC .list {
    font-size: 50px;
    white-space: wrap;
  }
  #index-body .init-2 .container .titleC .list em {
    font-size: 50px;
  }
  #index-body .init-2 .container .titleC .right {
    display: none;
  }
  #index-body .init-2 .container .content .left {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
  #index-body .init-2 .container .content .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-3 .container .tips{
    bottom: 10px;
    padding: 0 10px;
  }
  #index-body .init-4 .container .listCont {
    margin-top: 40px;
  }
  #index-body .init-4 .container .listCont .list .box .title {
    margin-top: 20px;
  }
  #index-body .init-5 .container .contentC {
    margin-top: 20px;
  }
  #index-body .init-5 .container .contentC ul li .box .text {
    padding: 10px;
  }
  #index-body .init-5 .container .lineC {
    margin-top: 20px;
  }
  #index-body .init-5 .container .contentC ul li .box .text {
    -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 .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-6 .container .titleC .right ul li {
    margin-left: 0;
    margin-right: 30px;
    margin-top: 10px;
  }
  #index-body .init-6 .container .content ul li .box .more {
    margin-top: 20px;
  }
  #index-body .init-8 .right ul li .box .img{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #index-body .init-8 .right ul li .box{
    padding: 20px 10px;
    min-height: auto;
    display: block;
    justify-content: center;
    text-align: center;
    background: #e6e6e6;
  }
  #index-body .init-8 .right ul li .box::before{
    display: none;
  }
  #index-body .init-8 .swiper{
    padding: 40px 0 60px 0;
  }
  #index-body .init-8 .right ul li .box .text{
    font-size: 60px;
    text-align: center;
    top: 0;
    margin-top: 20px;
    width: 100%;
  }
  #footer .fTop .container .content .logo {
    margin: 0;
  }
  #footer .fMiddle .container .listCont3 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container {
    width: 100%;
  }
  #index-body .init-4 .container .listCont {
    margin-top: 20px;
  }
  #index-body .init-4 .container .listCont .list {
    width: 100%;
    opacity: 1;
    margin-top: 20px;
  }
  #index-body .init-4 .container .listCont .list:hover {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  #footer .fMiddle .container .listCont2 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 280px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
    font-size: 24px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more {
    padding: 12px 30px 12px 80px;
  }
  .moreCont2{
    padding: 12px 30px 12px 80px;
  }
  #index-body .init-2 .container .titleC .list {
    font-size: 40px;
    white-space: wrap;
  }
  #index-body .init-2 .container .titleC .list em {
    font-size: 40px;
  }
  #index-body .init-2 .container .content .right .listCont {
    padding-top: 0;
  }
  #index-body .init-2 .container .content .right .listCont ul li .box .top {
    font-size: 30px;
  }
  #index-body .init-3 .container {
    height: 400px;
  }
  #index-body .init-6 .container .content {
    margin-top: 20px;
  }
  #index-body .init-6 .container .content ul li .box {
    padding: 20px 10px;
  }
  #index-body .init-6 .container .titleC .right {
    margin-top: 10px;
  }
  #index-body .init-8 .left ul li{
    font-size: 16px;
  }
  #index-body .init-8 .left ul li.active{
    font-size: 16px;
  }
  #index-body .init-8 .swiper{
    padding: 20px 0 10px 0;
  }
  #index-body .init-8 .right ul li .box .text{
    font-size: 30px;
  }
  #footer .fMiddle .container .listCont {
    margin-top: 30px;
  }
  #footer .fMiddle .container .listCont .first {
    margin-bottom: 20px;
  }
  #footer .fMiddle .container .listCont form input {
    width: 100%;
  }
  #footer .copyright {
    margin-top: 20px;
  }
}



/*inner-page*/
.inner-page{
  position: relative;
  z-index: 1;
}
.max-680 {
  max-width: 680px;
}
.max-1000 {
  max-width: 1000px;
}


.btn-go {
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  padding: 10px 30px;
}
.btn-go span {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 2;
  display: block;
}
.btn-go.white {
  background: transparent;
  border: 1px solid white;
}
.btn-go.white span {
  color: white;
}
.btn-go.white:hover {
  border: 1px solid white;
}
.btn-go::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--color);
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.btn-go:hover::before{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.inner-banner {
  height: 480px;
  color: #fff;
}
.inner-banner .container .cat_name {
  margin-top: 100px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.inner-banner .container .mbx {
  text-align: center;
  margin-top: 10px;
}
.inner_cat_list {
  background-color: #eeeeee;
  padding: 20px 0;
}
.inner_cat_list .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner_cat_list .container a {
  line-height: 1.4;
  color: #777777;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.inner_cat_list .container a:hover,
.inner_cat_list .container a.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.about-page .about-1 .container .tips {
  text-align: center;
  font-weight: bold;
}
.about-page .about-1 .container .des_cont {
  color: #777777;
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-page .about-1 .container .des_cont .left {
  width: 48%;
  text-indent:38px;
}
.about-page .about-1 .container .des_cont .right {
  width: 48%;
  margin-left: auto;
}
.about-page .about-1 .container .video_cont {
  -o-background-size: cover;
  background-size: cover;
  margin-top: 40px;
  /*height: 570px;*/
}
.about-page .about-1 .container .video_cont video{
  display: block;
  width: 100%;
}
.about-page .about-1 .container .video_cont .play {
  width: 70px;
  height: 70px;
  cursor: pointer;
  padding: 4px;
  background-size: 80% 80%;
  border-radius: 50%;
}
.about-page .about-1 .container .video_cont .play:hover{
  background-color: #000;
}
.about-page .about-1 .container .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding-top: 60px;*/
}
.about-page .about-1 .container .list_cont li {
  margin-top: 40px;
  text-align: center;
}
.about-page .about-1 .container .list_cont li .top {
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .container .list_cont li .top em {
  font-size: 60px;
}
.about-page .about-1 .container .list_cont li .bottom {
  color: #777777;
  margin-top: 10px;
}

.about-page .about-2{
  background: #fff;
}
.about-page .about-2 .container {
  width: 100%;
  /*align-items: flex-end;*/
}
.about-page .about-2 .container .left {
  width: 50%;
  position: relative;
  z-index: 3;
}
.about-page .about-2 .container .right {
  position: relative;
  width: 50%;
  padding: 125px 124px 187px 70px;
  z-index: 2;
}
.about-page .about-2 .container .right::before {
  z-index: -1;
  content: '';
  position: absolute;
  width: -webkit-calc(280%);
  width: -moz-calc(280%);
  width: calc(100% + 180px);
  height: calc(100% + 100px);
  bottom: 0;
  right: 0;
  background-color: #f7f7f7;
}
.about-page .about-2 .container .right .tips {
  font-weight: bold;
  padding-bottom: 30px;
}
.about-page .about-2 .container .right .list {
  margin-top: 5px;
}
.about-page .about-2 .container .right .list .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 22px;
}
.about-page .about-2 .container .right .list .text_c {
  width: -webkit-calc(92%);
  width: -moz-calc(92%);
  width: calc(100% - 8px);
  /*padding-left: 20px;*/
}
.about-page .about-2 .container .right .list .title {
  font-weight: bold;
}
.about-page .about-2 .container .right .list .des {
  margin-top: 14px;
  color: #777777;
  text-indent:38px;
}
.about-page .about-3 .container .left {
  padding-top: 90px;
  width: 34%;
}
.about-page .about-3 .container .left .title {
  font-weight: bold;
}
.about-page .about-3 .container .left .des {
  color: #777777;
  margin-top: 24px;
}
.about-page .about-3 .container .left .more {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 50px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.about-page .about-3 .container .left .more:hover {
  color: #000;
  background-color: #fff;
}
.about-page .about-3 .container .left .btn_c {
  margin-top: 80px;
}
.about-page .about-3 .container .left .btn_c .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  margin-left: auto;
}
.about-page .about-3 .container .left .btn_c .btn:hover {
  background-color: #000;
  color: #fff;
}
.about-page .about-3 .container .left .btn_c .next {
  margin-left: 14px;
}
.about-page .about-3 .container .right {
  width: 62%;
  margin-left: auto;
}
.about-page .about-3 .container .right .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.about-page .about-3 .container .right .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.about-page .about-4 {
  text-align: center;
}
.about-page .about-4 .tips {
  font-weight: bold;
}
.about-page .about-4 .content {
  margin-top: 60px;
}
.about-page .about-4 .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.about-page .about-4 .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.about-page .about-4 .content .swiper .swiper-wrapper .swiper-slide .text {
  font-weight: bold;
  margin-top: 20px;
}
.about-page .about-5{
  padding-bottom: 100px;
  background: #f7f7f7;
}
.about-page .about-5 .container .left{
  width: 350px;
}
.about-page .about-5 .container .left .tips_title{
  font-weight: bold;
}
.about-page .about-5 .container .left .des{
  margin-top: 30px;
  color: #777777;
}
.about-page .about-5 .container .left .more{
  margin-top: 50px;
  display: inline-block;
  padding: 15px 36px;
  background: #111111;
  color: #fff;
  border: 1px solid #111;
}
.about-page .about-5 .container .left .more:hover{
  background: #fff;
  color: #000;
}
.about-page .about-5 .container .right{
  width: calc(100% - 420px);
  margin-left: auto;
}
.about-page .about-5 .container .right .swiper .swiper-slide img{
  cursor: pointer;
}
.about-page .about-5 .container .right .swiper .swiper-slide-active img{
  background: #fff;
}
.about-page .about-5 .container .right .des{
  margin-top: 40px;
}
.about-page .about-5 .container .right .des .list{
  display: none;
}


.about-page .about-6 {
  padding: 90px 0 0;
  position: relative;
}

.about-page .about-6 .container .left {
  max-width: 785px;
}
.about-page .about-6 .container .left .text2{
  color: var(--color);
}
.about-page .about-6 .container .left h3 {
  line-height: 1.2;
  font-weight: bold;
}
.about-page .about-6 .container .left .des {
   text-indent: 38px;
}
.about-page .about-6 .container .left .btn-go::before{
  background: #000;
}
.about-page .about-6 .container .left img {
  margin-top: 80px;
}
.about-page .about-6 .container .right {
  max-width: 767px;
}
.about-page .about-6 .container .right p {
  max-width: 540px;
}
.about-page .about-6 .container .right img {
  /*margin-top: 80px;*/
}
.about-page .about-6 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.about-page .about-6 .text p {
  padding: 0 60px;
}
.about-page .about-6 ul {
  margin-bottom: 180px;
}
.about-page .about-6 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-6 ul li .left {
  margin-right: 35px;
}
.about-page .about-6 ul li .left h4 {
  font-size: 60px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-6 ul li .left p {
  font-size: 16px;
    line-height:30px;
}
.about-page .about-6 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.about-page .about-6 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-6 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-6 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
@media (max-width: 1700px) {
  .about-page .about-6 .container .left {
    width: 52%;
  }
  .about-page .about-6 .container .right {
    width: 48%;
  }
}
@media (max-width: 1450px) {
  .about-page .about-2 .container .right .list .cir{
    margin-top: 46px;
  }
  .about-page .about-2 .container .right {
    padding-right: 100px;
  }
  .about-page .about-2 .container .right {
    padding: 40px 20px;
  }
  .about-page .about-3 .container .left {
    padding-top: 0;
  }
  .about-page .about-3 .container .left .btn_c {
    margin-top: 40px;
  }
  

  .about-page .about-6 .container .right {
    width: 42%;
  }
  .about-page .about-6 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-6 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-6 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-6 ul li .right {
    font-size: 14px;
  }
}

@media (max-width: 1250px) {
  .about-page .about-2 .container .right .list .cir{
    margin-top: 40px;
  }
  .about-page .about-6 .container .left .text2{
    margin-left: 0;
  }
  .about-page .about-6 .container .left h3,
  .about-page .about-6 .container .left span,
  .about-page .about-6 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-6 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-6 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .inner-banner {
    background: #000 !important;
    height: auto;
    padding: 40px 0;
    margin-top: 40PX;
  }
  .inner-banner .container .cat_name {
    margin-top: 0;
  }
  .inner_cat_list {
    display: none;
  }

  .about-page .about-1 .container .des_cont .left {
    width: 100%;
  }
  .about-page .about-1 .container .des_cont .right {
    width: 100%;
    margin-top: 16px;
  }
  .about-page .about-1 .container .video_cont {
    /*height: 300px;*/
  }
  .about-page .about-1 .container .list_cont li {
    width: 50%;
  }
  .about-page .about-2 .container {
    width: 700px;
  }
  .about-page .about-2 .container .left {
    width: 100%;
    margin-top: 0;
  }
  .about-page .about-2 .container .right .list .cir{
    display: none;
  }
  .about-page .about-2 .container .right .list .text_c{
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .container .right {
    width: 100%;
    background-color: #eeeeee;
  }
  .about-page .about-2 .container .right::before {
    display: none;
  }
  .about-page .about-3 .container .left {
    width: 100%;
  }
  .about-page .about-3 .container .left .btn_c .prev {
    margin-left: 0;
  }
  .about-page .about-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 .container .left{
    width: 100%;
  }
  .about-page .about-5 .container .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-6 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-6 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-6 .container .right p {
    max-width: 100%;
  }
  
}
@media (max-width: 700px) {
  .about-page .about-1 .container .list_cont li .top em {
    font-size: 40px;
  }
  .about-page .about-2 .container {
    width: 100%;
  }

  .about-page .about-6 .text p {
    padding: 0 15px;
  }
  .about-page .about-6 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-6 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-6:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-6 ul {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .des_cont {
    margin-top: 30px;
  }
  .about-page .about-1 .container .video_cont {
    /*height: 50vw;*/
  }
  .about-page .about-1 .container .list_cont {
    padding-top: 0;
  }
  .about-page .about-1 .container .list_cont li {
    width: 100%;
  }
  .about-page .about-1 .container .list_cont li .top em {
    font-size: 30px;
  }
  .about-page .about-2 .container .right .tips {
    padding-bottom: 10px;
  }
  .about-page .about-2 .container .right .list {
    margin-top: 20px;
  }
  .about-page .about-3 .container .left .more {
    padding: 5px 20px;
    margin-top: 20px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }

  .about-page .about-6 .container .left{
    margin-bottom: 40px;
  }
  .about-page .about-6 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-6 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-6 .text p {
    padding: 0;
  }
  .about-page .about-6{
    padding-top: 40px;
  }
  .about-page .about-6 .container .right img{
    margin-top: 40px;
  }
  
}
.advanced-page .init-1 .container .left {
  width: 47%;
}
.advanced-page .init-1 .container .left img {
  width: 100%;
}
.advanced-page .init-1 .container .right {
  width: 47%;
  margin-left: auto;
}
.advanced-page .init-1 .container .right .tips {
  font-weight: bold;
}
.advanced-page .init-1 .container .right .des {
  color: #777777;
  margin-top: 26px;
}
.advanced-page .init-2 {
  background-color: #f3f3f3;
}
.advanced-page .init-2 .container .top_c .left {
  width: 48%;
}
.advanced-page .init-2 .container .top_c .left .tips {
  font-weight: bold;
}
.advanced-page .init-2 .container .top_c .left .des {
  margin-top: 30px;
  color: #777777;
}
.advanced-page .init-2 .container .top_c .right {
  margin-left: auto;
  width: 630px;
}
.advanced-page .init-2 .container .top_c .right .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list {
  text-align: center;
  max-width: 130px;
  cursor: pointer;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list img {
  height: 90px;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list .text {
  margin-top: 14px;
  color: #777777;
  font-weight: bold;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list:hover .text,
.advanced-page .init-2 .container .top_c .right .list_cont .list.active .text {
  color: #000;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list:hover img,
.advanced-page .init-2 .container .top_c .right .list_cont .list.active img{
  filter: invert(1);
}
.advanced-page .init-2 .container .bottom_c {
  margin-top: 40px;
}
.advanced-page .init-2 .container .bottom_c .swiper {
  background-color: #fff;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
  width: 57%;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
  width: 43%;
  padding: 20px 60px;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .title {
  font-weight: bold;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .des {
  color: #777777;
  margin-top: 20px;
}
.advanced-page .init-3 .container .tips {
  font-weight: bold;
}
.advanced-page .init-3 .container .content {
  margin-top: 80px;
}
.advanced-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.advanced-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.advanced-page .init-3 .container .s_page {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 90px;
  background-color: #b8b8b8;
  height: 2px;
}
.advanced-page .init-3 .container .s_page .swiper-pagination-progressbar-fill {
  background-color: #000;
}
@media (max-width: 1500px) {
  .advanced-page .init-2 .container .top_c .left {
    width: 100%;
  }
  .advanced-page .init-2 .container .top_c .right {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .advanced-page .init-1 .container .left {
    width: 100%;
  }
  .advanced-page .init-1 .container .right {
    margin: 40px 0 0 0 ;
    width: 100%;
  }
  .advanced-page .init-2 .container .top_c .right {
    width: 100%;
  }
  .advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 700px) {
  .advanced-page .init-2 .container .top_c .right .list_cont .list {
    width: 50%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .advanced-page .init-3 .container .content {
    margin-top: 40px;
  }
  .advanced-page .init-3 .container .s_page {
    margin-top: 20px;
  }
}
.specialist-page .init-1 .container .title_c .left {
  font-weight: bold;
  width: 41%;
}
.specialist-page .init-1 .container .title_c .right {
  width: 54%;
  margin-left: auto;
  color: #777777;
}
.specialist-page .init-1 .container .content {
  margin-top: 50px;
}
.specialist-page .init-1 .container .content .left {
  width: 41%;
}
.specialist-page .init-1 .container .content .left img {
  width: 100%;
}
.specialist-page .init-1 .container .content .right {
  margin-top: -20px;
  width: 54%;
  margin-left: auto;
}
.specialist-page .init-1 .container .content .right .list .title_c {
  cursor: pointer;
  padding: 20px 20px 20px 0;
  position: relative;
  border-bottom: 1px solid #b4b4b4;
}
.specialist-page .init-1 .container .content .right .list .title_c .img {
  width: 50px;
}
.specialist-page .init-1 .container .content .right .list .title_c .text {
  font-weight: bold;
  padding-left: 30px;
}
.specialist-page .init-1 .container .content .right .list .title_c i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 32px;
}
.specialist-page .init-1 .container .content .right .list .title_c.active {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-1 .container .content .right .list .title_c.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.specialist-page .init-1 .container .content .right .list .cont {
  display: none;
  color: #777777;
  padding: 26px 36px;
  background-color: #f3f3f3;
}
.specialist-page .init-1 .container .content .right .list:last-child .title_c {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-2 .container .content {
  -o-background-size: cover;
  background-size: cover;
  height: 660px;
}
.specialist-page .init-2 .container .content .cont {
  width: 610px;
  padding: 20px 0;
  margin-left: 90px;
  color: #fff;
}
.specialist-page .init-2 .container .content .cont .title {
  font-weight: bold;
}
.specialist-page .init-2 .container .content .cont .des {
  margin-top: 24px;
}
.specialist-page .init-2 .container .content .cont .more {
  margin-top: 50px;
  display: inline-block;
  padding: 12px 50px;
  border: 1px solid #fff;
}
.specialist-page .init-2 .container .content .cont .more:hover {
  background-color: #fff;
  color: #000;
}
.specialist-page .init-3 .container .left {
  width: 48%;
}
.specialist-page .init-3 .container .left img {
  width: 100%;
}
.specialist-page .init-3 .container .right {
  width: 46%;
  margin-left: auto;
}
.specialist-page .init-3 .container .right .title {
  font-weight: bold;
}
.specialist-page .init-3 .container .right .des {
  color: #777777;
  margin-top: 40px;
}
.specialist-page .init-3 .container .right .more {
  display: inline-block;
  padding: 12px 50px;
  margin-top: 50px;
  border: 1px solid #000;
}
.specialist-page .init-3 .container .right .more:hover {
  background-color: #000;
  color: #fff;
}
.specialist-page .init-4 {
  position: relative;
}
.specialist-page .init-4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-100%);
  height: -moz-calc(-100%);
  height: calc(100% - 200px);
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f3f3f3;
}
.specialist-page .init-4 .container .title_c .left {
  font-weight: bold;
}
.specialist-page .init-4 .container .title_c .right {
  padding: 12px 50px;
  margin-left: auto;
  border: 1px solid #000;
}
.specialist-page .init-4 .container .title_c .right:hover {
  background-color: #000;
  color: #fff;
}
.specialist-page .init-4 .container .des {
  color: #777777;
  margin-top: 20px;
}
.specialist-page .init-4 .container .content {
  margin-top: 50px;
}
.specialist-page .init-5 .container .img {
  width: 100%;
}
.specialist-page .init-5 .container .img img {
  width: 100%;
}
.specialist-page .init-5 .container .left {
  width: 48%;
}
.specialist-page .init-5 .container .left .title_c .tips {
  font-weight: bold;
  padding-right: 10px;
}
.specialist-page .init-5 .container .left .title_c .more {
  padding: 10px 50px;
  border: 1px solid #000;
  margin-left: auto;
}
.specialist-page .init-5 .container .left .title_c .more:hover {
  color: #fff;
  background-color: #000;
}
.specialist-page .init-5 .container .left .des {
  margin-top: 29px;
  color: #777777;
}
.specialist-page .init-5 .container .left .img {
  margin-top: 40px;
}
.specialist-page .init-5 .container .right {
  width: 48%;
  margin-left: auto;
}
.specialist-page .init-5 .container .right .des {
  margin-top: 40px;
}
@media (max-width: 1250px) {
  .specialist-page .init-2 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
  .specialist-page .init-5 .container .left .title_c .tips {
    width: 100%;
  }
  .specialist-page .init-5 .container .left .title_c .more {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .specialist-page .init-1 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .title_c .right {
    width: 100%;
    margin-top: 20px;
  }
  .specialist-page .init-1 .container .content .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .specialist-page .init-3 .container .left {
    width: 100%;
  }
  .specialist-page .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .specialist-page .init-4 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-4 .container .title_c .right {
    margin: 20px 0 0 0;
  }
  .specialist-page .init-5 .container .left {
    width: 100%;
  }
  .specialist-page .init-5 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .specialist-page .init-1 .container .content .right .list .title_c .img {
    width: 28px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c .text {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
    font-size: 18px;
    padding-left: 10px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c i {
    top: 24px;
  }
  .specialist-page .init-1 .container .content .right .list .cont {
    padding: 20px 16px;
  }
  .specialist-page .init-2 .container .content {
    height: auto;
  }
  .specialist-page .init-3 .container .right .des {
    margin-top: 20px;
  }
  .specialist-page .init-3 .container .right .more {
    margin-top: 20px;
  }
  .specialist-page .init-5 .container .left .des {
    margin-top: 20px;
  }
}

.global-page .init-1 .container .img {
  width: 48%;
}
.global-page .init-1 .container .right {
  width: 46%;
  margin-left: auto;
}
.global-page .init-1 .container .right .title {
  font-weight: bold;
}
.global-page .init-1 .container .right .des {
  margin-top: 40px;
  color: #777777;
}
.global-page .init-1 .container .right .more {
  margin-top: 50px;
  display: inline-block;
  padding: 14px 50px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.global-page .init-1 .container .right .more:hover {
  background-color: #fff;
  color: #000;
}
.global-page .init-2 .container {
  text-align: center;
}
.global-page .init-2 .container .tips {
  font-weight: bold;
}
.global-page .init-2 .container .list_cont {
  margin: 0 -25px;
}
.global-page .init-2 .container .list_cont li {
  margin-top: 50px;
  width: 33.33%;
  padding: 0 25px;
}
.global-page .init-2 .container .list_cont li .box img {
  height: 90px;
}
.global-page .init-2 .container .list_cont li .box .text {
  margin-top: 30px;
  font-weight: bold;
}
.global-page .init-2 .container .list_cont li .box .des {
  margin-top: 20px;
  color: #777777;
}
.global-page .init-3 .container .content {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 450px;
}
.global-page .init-3 .container .content .cont {
  padding: 20px 90px;
  width: 800px;
}
.global-page .init-3 .container .content .cont .title {
  font-weight: bold;
}
.global-page .init-3 .container .content .cont .des {
  margin-top: 20px;
}
.global-page .init-4 .container .tips {
  font-weight: bold;
  text-align: center;
}
.global-page .init-4 .container form {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.global-page .init-4 .container form input,
.global-page .init-4 .container form textarea {
  padding: 22px;
  width: 32.5%;
  background-color: #f3f3f3;
  border: none;
  margin-top: 10px;
}
.global-page .init-4 .container form .area,
.global-page .init-4 .container form .project {
  width: 49.5%;
}
.global-page .init-4 .container form .content {
  width: 100%;
}
.global-page .init-4 .container form .btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.global-page .init-4 .container form .btn:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1000px) {
  .global-page .init-1 .container .img {
    width: 100%;
  }
  .global-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .global-page .init-2 .container .list_cont li {
    width: 100%;
  }
  .global-page .init-3 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 700px) {
  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    width: 100%;
  }
  .global-page .init-4 .container form .area,
  .global-page .init-4 .container form .project {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .global-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .global-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .global-page .init-2 .container .list_cont li .box .text {
    font-size: 20px;
  }
  .global-page .init-4 .container form {
    margin-top: 10px;
  }
  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    padding: 10px;
  }
  .global-page .init-4 .container form .btn {
    font-size: 18px;
    padding: 10px;
  }
}
.quality-page .init-1 .container .tips {
  font-weight: bold;
  text-align: center;
}
.quality-page .init-1 .container .tips_des {
  max-width: 1120px;
  text-align: center;
  color: #777777;
  margin: 26px auto 0;
}
.quality-page .init-1 .container .content {
  margin-top: 70px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
  opacity: 0;
  padding: 50px 40px;
  z-index: 2;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.007)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.007));
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c .cont {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 4px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont_c {
  opacity: 1;
}
.quality-page .init-2 {
  position: relative;
}
.quality-page .init-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-140%);
  height: -moz-calc(-140%);
  height: calc(100% - 240px);
  top: 0;
  left: 0;
  background-color: #f3f3f3;
}
.quality-page .init-2 .container .tips {
  font-weight: bold;
  text-align: center;
}
.quality-page .init-2 .container .top {
  margin-top: 50px;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  text-align: center;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c img {
  width: 60px;
  height: 60px;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-weight: bold;
  color: #999;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .active .img_c {
  background-color: #e60012;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .active .img_c img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .active .text {
  color: #000;
}
.quality-page .init-2 .container .bottom {
  margin-top: 20px;
}
.quality-page .init-2 .container .bottom a {
  display: block;
}
.quality-page .init-2 .container .bottom a img {
  width: 100%;
}
.quality-page .init-3 .container .tips {
  font-weight: bold;
}
.quality-page .init-3 .container .content {
  margin-top: 70px;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.quality-page .init-3 .container .content .s_page {
  margin-top: 90px;
  position: relative;
  top: 0;
  background-color: #b8b8b8;
  height: 2px;
}
.quality-page .init-3 .container .content .s_page .swiper-pagination-progressbar-fill {
  background-color: #000;
}
@media (max-width: 1000px) {
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #000;
    padding: 20px 16px;
  }
  .quality-page .init-1 .container .content {
    margin-top: 20px;
  }
  .quality-page .init-2 {
    padding-bottom: 40px;
  }
  .quality-page .init-2::before {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .quality-page .init-2 .container .bottom {
    margin-top: 40px;
  }


  .quality-page .init-2 .container .top {
    margin-top: 20px;
  }
  .quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c {
    width: 60px;
    height: 60px;
  }
  .quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c img {
    width: 30px;
    height: 30px;
  }
  .quality-page .init-3 .container .content {
    margin-top: 30px;
  }
  .quality-page .init-3 .container .content .s_page {
    margin-top: 20px;
  }
}
.m-page {
  margin-top: 70px;
  text-align: center;
}
.m-page a,
.m-page span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #777777;
  font-size: 20px;
}
.m-page a.current,
.m-page span.current {
  background-color: #000;
  color: #fff;
}
.m-page a:hover {
  background-color: #000;
  color: #fff;
}
.news-page .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.news-page .container ul li .box {
  padding: 30px;
}
.news-page .container ul li .box > .img{
  display: block;
  background: #fff;
}
.news-page .container ul li .box > .img img{
  height: 300px;
  object-fit: contain;
}
.news-page .container ul li .box .title {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.news-page .container ul li .box .time {
  line-height: 1;
  margin-top: 20px;
  color: #777777;
}
.news-page .container ul li .box .time img {
  width: 24px;
  margin-right: 14px;
}
.news-page .container ul li .box .des {
  margin-top: 20px;
  color: #777777;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .container ul li .box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #e60012;
    color: #fff;
}
.news-page .container ul li .box:hover .time{
  color: #fff;
}
.news-page .container ul li .box:hover .time img{
  filter: grayscale(1) brightness(5);
}
.news-page .container ul li .box:hover .des{
  color: #fff;
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 6px;
  color: #666;
  font-size: 16px;
}
.m-link a:hover {
  color: #000;
}
.newdet-page .init-1 .container .title {
  font-weight: bold;
  text-align: center;
}
.newdet-page .init-1 .container .time {
  text-align: center;
  color: #a0a0a0;
  margin-top: 20px;
}
.newdet-page .init-1 .container .content {
  border-top: 1px #000 dotted;
  border-bottom: 1px #000 dotted;
  margin: 40px 0 30px;
  padding: 40px 0;
}
.newdet-page .init-1 .container .share .left {
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
}
.newdet-page .init-1 .container .share .right {
  margin-left: auto;
}
.newdet-page .init-1 .container .share .right a {
  margin-left: 20px;
}
.newdet-page .init-1 .container .share .right a:first-child {
  margin-left: 0;
}
.newdet-page .init-2 .container .tips {
  font-weight: bold;
  text-align: center;
}
.newdet-page .init-2 .container .swiper {
  margin-top: 50px;
}
.newdet-page .init-2 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.newdet-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.newdet-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 1250px) {
  .news-page .container ul li .box {
    padding: 10px;
  }
}
@media (max-width: 1000px) {
  .newdet-page .init-1 .container .share .left {
    width: 100%;
  }
  .newdet-page .init-1 .container .share .right {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 500px) {
  .news-page .container ul li .box .img img{
    height: auto;
  }
  .news-page .container ul li {
    margin-top: 20px;
  }
  .news-page .container ul li .box {
    border: 1px solid #f2f2f2;
  }
  .news-page .container ul li .box .time img {
    width: 18px;
    margin-right: 8px;
  }
  .newdet-page .init-2 .container .swiper{
    margin-top: 20px;
  }
  .m-page {
    margin-top: 40px;
  }
  .m-page a,
  .m-page span {
    font-size: 16px;
    width: 30px;
    line-height: 30px;
    height: 30px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
  }
}


.contact-page .marginBox {
  padding-top: 00px;
}
.contact-page .marginBox .form ul {
  margin: -15px -7px;
}
.contact-page .marginBox .form ul li {
  padding: 15px 7px;
}
.contact-page .marginBox .form ul li input,
.contact-page .marginBox .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.6em 1em;
  border: 1px solid #bfbfbf;
}
.contact-page .marginBox .form ul li textarea {
  height: 150px;
}
.contact-page .marginBox .form ul li input[type=submit] {
  border: none;
  background: #000;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .marginBox .form ul li input[type=submit]:hover{
  background: #e60012;
}
.contact-page .marginBox .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .h2 {
  font-weight: bold;
}
.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 0.5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  word-break: break-word;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: #e60012;
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .contact-page .marginBox .form ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


/*history start*/

.dev_con{
  background-color: #f6f9fb;
  position: relative;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 288px;
  font-size: 20px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: #111111;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  margin-right: 120px;
  font-weight: 300;
  padding-bottom: 60px;
  min-height: 260px;
  
}
.dev_tex_box > div .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dev_tex_box > div .content .left{
  width: 40%;
}
.dev_tex_box > div .content .right{
  padding-left: 60px;
  width: 60%;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-size: 240px;
  line-height: 1;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -moz-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -o-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(29 29 29 / 50%) 0%, rgba(0 9 23) 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #111111;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari ºÍ Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*º£ÀËÅä¾°*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:#E9EFF2;}
.st3{
  fill-rule:evenodd;clip-rule:evenodd;
  fill: #e60012!important;
}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}


.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #111111;
}
.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #111111;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #111111;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
/*.disab{
  pointer-events:none;
  opacity: 0;
}*/

@media (max-width: 700px) {
  .at_time{
    font-size: 100px;
  }
  .dev_tex_box>div .content .left{
    width: 100%;
  }
  .dev_tex_box>div .content .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .time_line_box .on .btn_time .titie_box_bg{
    text-align: center;
  }
  .time_line_box .on .btn_time>span{
    font-size: 30px;
    text-align: center;
  }
  .titie_box_bg{
    width: 90px;
    margin: -45px 0 0 -46px;
  }
}
/*history end*/

.chairman-page .init-1-2-cont{
  position: relative;
  z-index: 2;
}
.chairman-page .init-1-2-cont::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background: #f2f2f2;
  content: '';
  z-index: -1;
}
.chairman-page .init-1 .left{
  width: 47%;
}

.chairman-page .init-1 .left img{
  width: 100%;
}

.chairman-page .init-1 .right{
  width: 47%;
  margin-left: auto;
}

.chairman-page .init-1 .right .title{
  font-weight: bold;
}

.chairman-page .init-1 .right .des{
  margin-top: 20px;
  color: #777777;
   text-indent: 38px;
}

.chairman-page .init-1 .right .list_cont{
  margin-top: 16px;
}

.chairman-page .init-1 .right .list_cont .list{
  margin-top: 20px;
  position: relative;
  padding-left: 24px;
}

.chairman-page .init-1 .right .list_cont .list .sub{
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  background: #000;
}

.chairman-page .init-1 .right img{
  margin-top: 30px;
}

.chairman-page .init-2 .dec{
    position: absolute;
    right: 0;
    top: -10px;
    -webkit-transform: translateY(-14%);
    -moz-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    transform: translateY(-14%);
    width: 35%;
}

.chairman-page .init-2 .top .box{
    /*max-width: 1204px;*/
    border-bottom: 1px solid #d7d7d7;
}

.chairman-page .init-2 .top .box .h3{
  text-transform: uppercase;
  margin: 60px 0 10px 0;
}

.chairman-page .init-2 .top .box .con{
    margin-bottom: 30px;
    color: #666;
}

.chairman-page .init-2 .top .box .h3 em {
    color: #111;
}

.chairman-page .init-3 .titleC .left .tips{
  color: var(--color);
  text-transform: uppercase;
}
.chairman-page .init-3 .titleC .left .tipsTitle{
  margin-top: 10px;
}
.chairman-page .init-3 .titleC .right{
  max-width: 500px;
}
.chairman-page .init-3 .contactC ul li{
  padding-bottom: 10px;
}
.chairman-page .init-3 .contactC ul li .box .num{
  font-size: 100px;
  padding-left: 20px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  opacity: 0.5;
}
.chairman-page .init-3 .contactC ul .slick-current + .slick-active li .box{
  margin-top: 40px;
}
.chairman-page .init-3 .contactC ul li .box .img{
  width: 100%;
  margin-top: -8px;
}
.chairman-page .init-3 .contactC ul li .box .cont{
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 30px 22px;
  background-color: white;
}
.chairman-page .init-3 .contactC ul li .box .cont .title{
    font-weight: bold;
}
.chairman-page .init-3 .contactC ul li .box .cont .des{
  line-height: 2;
}
.chairman-page .init-3 .contactC ul li .box:hover .num{
  opacity: 1;
}
.chairman-page .init-3 .contactC ul li .box:hover .cont .title{
  color: var(--color);
}

@media screen and (max-width: 1000px) {
  .chairman-page .init-1 .left{
    width: 100%;
  }
  .chairman-page .init-1 .right{
    width: 100%;
    margin-top: 30px;
  }
  .chairman-page .init-2 .top .box .h3{
    margin-top: 20px;
  }
  .chairman-page .init-2 .top .box .con{
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .chairman-page .init-3 .titleC .left{
    width: 100%;
  }
  .chairman-page .init-3 .titleC .right{
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .chairman-page .init-3 .contactC ul li .box .num{
    font-size: 60px;
  }
}

.responsibility-page .i-title p{
    font-size: 16px;
    color: var(--color);
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.responsibility-page .i-title h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}
.responsibility-page .sustanibility-4 {
  padding: 70px 0 80px;
}
.responsibility-page .sustanibility-4 .top .con {
  max-width: 55%;
}
.responsibility-page .sustanibility-4 .center {
  margin: 70px 0 100px;
}
.responsibility-page .sustanibility-4 .center ul {
  margin: 0 -10px;
}
.responsibility-page .sustanibility-4 .center ul li {
  padding: 0 10px;
}
.responsibility-page .sustanibility-4 .center ul li .box {
  position: relative;
  overflow: hidden;
}
.responsibility-page .sustanibility-4 .center ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(230, 0, 18, 0.6), rgba(230, 0, 18, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.responsibility-page .sustanibility-4 .center ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.responsibility-page .sustanibility-4 .center ul li .box h4 {
  position: relative;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  color: white;
  margin-bottom: 10px;
  z-index: 5;
  font-weight: bold;
}
.responsibility-page .sustanibility-4 .center ul li .box .textC{
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  transition: all .5s;
  z-index: 2;
  transform: translateY(80px);
}
.responsibility-page .sustanibility-4 .center ul li .box .textC > p{
  opacity: 0;
  transition: all .5s;
}
.responsibility-page .sustanibility-4 .center ul li .box:hover .textC{
  transform: translateY(0);
}
.responsibility-page .sustanibility-4 .center ul li .box:hover .textC > p{
  opacity: 1;
}
.responsibility-page .sustanibility-4 .center ul li .box:hover::before{
  opacity: 1;
}
.responsibility-page .sustanibility-4 .bottom .left {
  width: 28%;
}
.responsibility-page .sustanibility-4 .bottom .right {
  width: 72%;
}
.responsibility-page .sustanibility-4 .bottom .right ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.responsibility-page .sustanibility-4 .bottom .right ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.responsibility-page .sustanibility-4 .bottom .right ul li:first-child {
  margin-right: 100px;
}
.responsibility-page .sustanibility-4 .bottom .right ul li .con {
  margin-left: 15px;
  
}
.responsibility-page .sustanibility-4 .bottom .right ul li .con span {
  font-weight:bold;
  font-size:24px;
}
.responsibility-page .sustanibility-4 .bottom .right ul li .con p {
  color: #666;
  font-size:18px;
  padding-top: 20px;
}
.responsibility-page .sustanibility-5 {
  padding: 60px 0;
  padding-top: 200px;
  margin-top: -140px;
  background-color: #f5f5f5;
}
.responsibility-page .sustanibility-5 .content {
  max-width: 58%;
  margin: 30px auto 0;
}
.responsibility-page .sustanibility-6 img{
  width: 100%;
}
.responsibility-page .sustanibility-6 .content {
  margin-top: 55px;
}
.responsibility-page .sustanibility-6 .content .con {
  max-width: 60%;
}

@media (max-width: 1000px) {
  .responsibility-page .sustanibility-4 .bottom .left {
    width: 100%;
  }
  .responsibility-page .sustanibility-4 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  .responsibility-page .sustanibility-4 .bottom .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .responsibility-page .sustanibility-4 .bottom .right ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .responsibility-page .sustanibility-4 .bottom .right ul li {
    width: 100%;
  }
  .responsibility-page .sustanibility-5 .content {
    max-width: 100%;
    padding: 0 15px;
  }
  .responsibility-page .sustanibility-6 .content .con {
    max-width: 100%;
    margin-top: 60px;
  }
}

@media (max-width: 500px) {
  .responsibility-page .sustanibility-4 .top .con{
    max-width: 100%;
    margin-top: 20px;
  }
  .responsibility-page .i-title h3{
    font-size: 24px;
  }
  .responsibility-page .sustanibility-4 .center{
    margin: 40px 0;
  }
}



.job-page .recruits-list3 .list .slick-list {
  margin: 0 -10px;
}

.job-page .recruits-list3 .list3-item {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.job-page .recruits-list3 .list3-item .img-wrap img {
  width: 100%;
}

.job-page .recruits-list3 .list3-item:hover .txts-mains {
  opacity: 1;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-txts {
  top: 0;
  left: 0;
  padding: 28px;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5 {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}

.job-page .recruits-list3 .txts-mains {
  font-size: 14px;
  transition-duration: 0.3s;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
}

.job-page .job-2 .career1-content {
  background: #f9f9f9;
}

.job-page .job-2 .rf-ldf {
  font-size: 0;
  padding: 30px 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

.job-page .job-2 .rf-ldf div {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 18px;
}

.job-page .job-2 .career1-lists {
  box-sizing: border-box;
  border-top: 2px solid #e9e9e9;
  position: relative;
  white-space: nowrap;
}

.job-page .job-2 .career1-lists .career1-list {
  font-size: 0;
  padding: 30px 0;
  cursor: pointer;
}

.job-page .job-2 .career1-lists .career1-list div {
  vertical-align: middle;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.job-page .job-2 .career1-lists .cm {
  color: #3d3d3d;
  padding: 30px 60px;
  transition: all 0.5s;
}

.job-page .job-2 .career1-lists .cm:hover {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm:hover .salary-name:before {
  background-image: url(/template/cn/images/xx.png);
}

.job-page .job-2 .career1-lists .cm.active {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm.active .salary-name:before {
  background-image: url(/template/cn/images/xx.png);
}

.job-page .job-2 .career1-lists .career1-contents {
  padding: 53px 60px;
  display: none;
}

.job-page .job-2 .career1-lists .career1-contents .con {
  white-space: normal;
}

.job-page .job-2 .career1-lists .career1-contents a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: var(--color);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  display: block;
}

.job-page .job-2 .position-title,
.job-page .job-2 .position-name {
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-page .job-2 .num-title,
.job-page .job-2 .num-name {
  width: 20%;
}

.job-page .job-2 .xl-title,
.job-page .job-2 .profession-title,
.job-page .job-2 .xl-name,
.job-page .job-2 .profession-name {
  width: 20%;
}

.job-page .job-2 .salary-title {
  width: 9%;
}

.job-page .job-2 .salary-name {
  width: 9.8%;
  position: relative;
}

.job-page .job-2 .salary-name::before {
  width: 43px;
  height: 43px;
  position: absolute;
  right: 2.8%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(/template/cn/images/right1.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

@media screen and (max-width: 1000px) {
  .job-page .job-2 .rf-ldf {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .cm {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .career1-contents {
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .job-page .job-2 {
    max-width: 100%;
    overflow-x: auto;
  }

  .job-page .job-2 .career1-content {
    min-width: 670px;
  }

}



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

}
.product-yd-page {
    padding: 80px 0 130px
}

.product-yd-page h2 {
    font-size: 40px;
    color: var(--color);
    text-transform: uppercase;
    line-height: 1
}

.product-yd-page h1 {
    color: var(--color);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1
}

.product-yd-page .text {
    display: block;
    font-size: 16px;
    color: #424242;
    line-height: 1.6;
    margin-top: 10px
}

.product-yd-page .box {
    margin-top: 30px
}

.product-yd-page .box ul {
    margin: -7px
}

.product-yd-page .box ul li {
    padding: 7px
}

.product-yd-page .box ul li a {
    display: block;
    background: #f6f6f6;
    padding: 45px 40px 40px;
    position: relative;
    height: 460px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1
}

.product-yd-page .box ul li a>img {
    max-width: 59%
}

.product-yd-page .box ul li a:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/template/cn/images/product-yd-bg.jpg);
    background-size: cover;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

.product-yd-page .box ul li a h3 {
    display: block;
    max-width: 60%;
    font-size: 34px;
    color: #242424;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1
}

.product-yd-page .box ul li a>img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    bottom: -10px;
    right: 0px
}

.product-yd-page .box ul li a em {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    background: #d0d0d0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    bottom: 50px
}

.product-yd-page .box ul li a em img {
    display: inline-block;
    vertical-align: middle
}

.product-yd-page .box ul li a:hover:after {
    opacity: 1
}

.product-yd-page .box ul li a:hover h3 {
    color: var(--color)
}

.product-yd-page .box ul li a:hover em {
    background: var(--color)
}

.product-yd-page .box ul li:nth-child(odd) {
    margin-top: -150px
}

.product-yd-page .box ul li:nth-child(2) {
    margin-top: 150px
}

.product-yd-page .box ul li:first-child {
    margin-top: 0
}

.product-pages .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative
}

.product-pages .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-pages .side-right .top {
    text-align: right
}

.product-pages .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: #000;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: 0 0
}

.product-pages .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:focus {
    border-color: #0d95e8
}

.product-pages .side-right .top .form input[type=submit] {
    width: 36px;
    border-bottom: none;
    background: url(/template/cn/images/icon-search2.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0
}

.product-pages .side-right .top .show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px
}

.product-pages .side-right .bottom .block ul {
    margin: -30px -10px
}

.product-pages .side-right .bottom .block ul li {
    padding: 30px 10px
}

.product-pages .side-right .bottom .block ul li a.img-box {
    display: block;
    background: #f0f0f0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-pages .side-right .bottom .block ul li h6 {
    font-size: 16px;
    color: var(--base-color);
    line-height: 1.5;
    padding: 10px 0;
    text-align: center
}

.product-pages .side-right .bottom .block ul li h4 {
    display: block;
    font-size: 24px;
    color: #333;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-pages .side-right .bottom .block ul li:hover h4 {
    color: #0d95e8
}


.product-page {
    padding: 90px 0 65.5px
}

.product-page .sidebox .sideleft {
    width: 76%
}

.product-page .sidebox .sideleft .seoPublic>div:nth-child(odd){
  background: #fff;
   border-top: 1px solid #dcdcdc;
}

.product-page .sidebox .sideleft .tips2 {
  color: #777;
  padding: 0 15px;
}
.product-page .sidebox .sideleft .tagCont{
  width: 100%;
}

.product-page .sidebox .sideleft .tagCont ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.product-page .sidebox .sideleft .tagCont ul li{
  width: 33.33%;
  margin-top: 6px;
  padding: 0 15px;
}
.product-page .sidebox .sideleft .tagCont ul li a{
  transition: all .5s;
  display: block;
  padding: 12px 20px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product-page .sidebox .sideleft .tagCont ul li a:hover,
.product-page .sidebox .sideleft .tagCont ul li a.active{
  background: var(--color);
  color: #fff;
}

.product-page .sidebox .sideleft .text h1 {
    font-size: 25px;
    line-height: 1.5;
    /*max-width: 50%;
    width: 50%;
    padding-right: 10px;*/
}
.product-page .sidebox .sideleft .text h1.s{
    max-width: 50%;
    width: 50%;
    padding-right: 10px;
    font-weight:bold;
}

.product-page .sidebox .sideleft .text h3 {
    font-size: 24px;
    line-height: 1
}

.product-page .sidebox .sideleft .text .desc {
    font-size: 18px;
    line-height: 1.8;
    color: #777;
    margin-top: 14px;
    max-height: 282px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto
}

.product-page .sidebox .sideleft .list {
    margin-top: 29px
}

.product-page .sidebox .sideleft .list ul {
    margin: 70px 0 -60px 0
}

.product-page .sidebox .sideleft .list ul li {
    margin-bottom: 60px
}

.product-page .sidebox .sideleft .list ul li .box{
  z-index: 2;
  padding: 10px;
  background: #f2f2f2;
}

.product-page .sidebox .sideleft .list ul li .box .line{
  position: absolute;
  position: absolute;
  background: var(--color);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line1{
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line4 {
    height: 2px;
    bottom: 0;
    left: 0;
}

.product-page .sidebox .sideleft .list ul li .box:hover .line1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line2 {
    height: 100%;
    top: 0;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line3 {
    width: 100%;
    left: 0;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line4 {
    width: 100%;
    right: 0;
    left: auto;
}

.product-page .sidebox .sideleft .list ul li a {
    display: block
}

.product-page .sidebox .sideleft .list ul li .img {
    background: #ededed;
    position: relative
}

.product-page .sidebox .sideleft .list ul li .img img {
    width: 100%
}

.product-page .sidebox .sideleft .list ul li .img .icon {
    position: absolute;
    top: 45%;
    left: 43%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .sidebox .sideleft .list ul li .img .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.product-page .sidebox .sideleft .list ul li .title {
    text-align: center;
    padding-top: 9px;
    font-size: 20px;
    color: #151515;
    line-height: 1.8;
    min-height: 100px;
        padding-left: 20px;
    padding-right: 20px;
}

.product-page .sidebox .sideleft .list ul li:hover .img .icon {
    opacity: 1
}

.product-page .sidebox .sideleft .list dd p.ms {
    font-size: 18px;
    line-height: 2;
    color: #181818;
    margin-top: 16px
}

.product-page .sidebox .sideleft .list dd .con {
    margin-top: 41.5px;
    font-size: 16px
}

.product-page .sidebox .sideleft .product1-1 {
    margin-top: 41.5px
}

.product-page .sidebox .sideleft .product1-1 .con {
    margin-top: 19px
}

.product-page .sidebox .sideleft .product1-1 .con ul {
    margin-right: -11px
}

.product-page .sidebox .sideleft .product1-1 .con ul li {
    padding-right: 11px
}

.product-page .sidebox .sideright {
    width: 24%;
    padding-right: 3.5%;
    position: -webkit-sticky;
    position: sticky;
    top: 122px
}

.product-page .sidebox .sideright form {
    position: relative;
    width: 100%
}

.product-page .sidebox .sideright form input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #eee;
    font-size: 16px;
    color: #333;
    border: none
}

.product-page .sidebox .sideright form input::-webkit-input-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input:-moz-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input::-moz-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input:-ms-input-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input::placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input[type=submit] {
    width: 21px;
    position: absolute;
    right: 16px;
    top: 0;
    padding: 0;
    background: url(/template/cn/images/s-icon.png) center center no-repeat
}

.product-page .sidebox .sideright h3 {
    font-size: 24px;
    color: var(--color);
    line-height: 1
}

.product-page .sidebox .sideright h3::after {
    content: '';
    width: 55px;
    height: 1px;
    background-color: var(--color);
    opacity: .8;
    display: block;
    margin-top: 12px
}

.product-page .sidebox .sideright .category {
    margin-top: 20px;
    padding: 20px ;
    background: #f2f2f2;
}

.product-page .sidebox .sideright .category .navList {
    padding: 12px 0 0 10px
}

.product-page .sidebox .sideright .category .navList li {
    font-size: 16px;
    line-height: 1.6;
    color: #151515;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.product-page .sidebox .sideright .category .navList li i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}
.product-page .sidebox .sideright .category .navList li i.active{
  transform: rotate(90deg);
}

.product-page .sidebox .sideright .category .navList li.active,
.product-page .sidebox .sideright .category .navList li:hover {
    color: var(--color)
}

.product-page .sidebox .sideright .category .navList li:last-child {
    margin-bottom: 0
}

.product-page .sidebox .sideright .category .navList li ul.children {
    padding: 10px 0 0 10px;
    display: none
}

.product-page .sidebox .sideright .category .navList li.active ul.children{
  display: block;
}

.product-page .sidebox .sideright .category .navList li ul.children li {
    color: #666;
    padding-left: 26px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.product-page .sidebox .sideright .category .navList li ul.children li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #666
}

.product-page .sidebox .sideright .category .navList li ul.children li.active,
.product-page .sidebox .sideright .category .navList li ul.children li:hover {
    color: var(--color)
}

.product-page .sidebox .sideright .category .navList li ul.children li.active::before,
.product-page .sidebox .sideright .category .navList li ul.children li:hover::before {
    background: var(--color)
}

.product-page .sidebox .sideright .recommend {
    padding-top: 44px;
    padding: 20px;
    margin-top: 20px;
    background: #f2f2f2;
}

.product-page .sidebox .sideright .recommend ul {
    margin-top: 20px
}

.product-page .sidebox .sideright .recommend ul li {
    margin-bottom: 20px
}

.product-page .sidebox .sideright .recommend ul li .img {
    vertical-align: middle;
    background: #ededed;
    width: 37%
}

.product-page .sidebox .sideright .recommend ul li .text {
    width: 63%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    color: #151515;
    padding-left: 8.5px
}

.product-page .sidebox .sideright .recommend ul li:last-child {
    margin-bottom: 0
}


.prodet-page {
    padding: 93px 0 48px
}

.prodet-page .prodet-1 .img {
    width: 50%
}

.prodet-page .prodet-1 .img .imgbox {
    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
}

.prodet-page .prodet-1 .img .imgbox .small {
    width: 100%;
    padding-right: 0;
    margin-top: 20px
}

.prodet-page .prodet-1 .img .imgbox .small ul {
    margin: 0 -5px;
    margin-bottom: -10.5px
}

.prodet-page .prodet-1 .img .imgbox .small ul li {
    padding: 0 5px
}

.prodet-page .prodet-1 .img .imgbox .small ul li a {
    background: #ededed;
    display: block
}

.prodet-page .prodet-1 .img .imgbox .small ul li img {
    width: 100%;
    border: 1px solid #ccc
}

.prodet-page .prodet-1 .img .imgbox .small ul .slick-track {
    margin-left: 0
}

.prodet-page .prodet-1 .img .imgbox .big {
    width: 100%
}

.prodet-page .prodet-1 .img .imgbox .big ul {
    margin: -2px
}

.prodet-page .prodet-1 .img .imgbox .big ul li {
    position: relative;
    padding: 2px
}

.prodet-page .prodet-1 .img .imgbox .big ul li img {
    width: 100%;
    border: 1px solid #ccc
}

.prodet-page .prodet-1 .img .imgbox .big ul li .icon {
    position: absolute;
    right: 25px;
    bottom: 17px;
    width: 60px;
    height: 60px;
    border: solid 1px rgba(21, 21, 21, .6);
    border-radius: 50%;
    text-align: center;
    line-height: 60px
}

.prodet-page .prodet-1 .img .imgbox .big ul li .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none
}

.prodet-page .prodet-1 .img .imgbox .big .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .img .imgbox .big .slick-arrow:hover {
    background-color: var(--color)
}

.prodet-page .prodet-1 .img .imgbox .big .slick-prev {
    background: url(/template/cn/images/pl.png) no-repeat center center #fff;
    left: 10px;
}

.prodet-page .prodet-1 .img .imgbox .big .slick-prev:hover{
    background: url(/template/cn/images/pl2.png) no-repeat center center var(--color);
}

.prodet-page .prodet-1 .img .imgbox .big .slick-next {
    background: url(/template/cn/images/pr.png) no-repeat center center #fff;
    right: 10px;
}
.prodet-page .prodet-1 .img .imgbox .big .slick-next:hover{
    background: url(/template/cn/images/pr2.png) no-repeat center center var(--color);
}

.prodet-page .prodet-1 .info {
    background: #fff;
    margin-bottom: 30px;
    padding-left: 0
}

.prodet-page .prodet-1 .info h4 {
    font-size: 18px;
    color: #151515;
    line-height: 1;
    font-weight: 700
}

.prodet-page .prodet-1 .info h1 {
    font-size: 18px;
    color: #151515;
    font-weight: 700;
    line-height: 2
}

.prodet-page .prodet-1 .info .con {
    font-size: 18px;
    line-height: 1.6;
    color: #151515;
    margin-top: 0
}

.prodet-page .prodet-1 .info .con strong {
    font-weight: 700
}

.prodet-page .prodet-1 .text {
    width: 50%;
    vertical-align: middle;
    padding: 0 0 0 42.5px
}

.prodet-page .prodet-1 .text h4 {
    font-size: 18px;
    color: #151515;
    line-height: 1;
    font-weight: 700
}

.prodet-page .prodet-1 .text h1 {
    font-size: 24px;
    color: #151515;
    font-weight: 700;
    line-height: 1.2
}

.prodet-page .prodet-1 .text .con {
    font-size: 18px;
    line-height: 1.6;
    color: #777;
    margin-top: 0
}

.prodet-page .prodet-1 .text .con strong {
    font-weight: 700
}

.prodet-page .prodet-1 .text .btn {
    margin-top: 43.5px;
    color: #fff;
}

.prodet-page .prodet-1 .text .btn .more::before{
  background: #000;
}

.prodet-page .prodet-1 .text .share {
    margin-top: 50px
}

.prodet-page .prodet-1 .text .share span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.prodet-page .prodet-1 .text .share ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 9.5px
}

.prodet-page .prodet-1 .text .share ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .text .share ul li a img {
    width: 16px;
    margin-top: 5px;
    filter: brightness(0)
}

.prodet-page .prodet-1 .text .share ul li:hover a img {
    filter: brightness(1)
}

.prodet-page .prodet-1 .text .share ul li:last-child {
    margin-right: 0
}

.prodet-page .prodet-1 .text .share ul li:hover {
    color: var(--color)
}

.prodet-page .prodet-2 {
    padding-top: 69px
}

.prodet-page .prodet-2 .options ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.prodet-page .prodet-2 .options ul li {
    background-color: #ededed;
    margin-right: 8px;
    text-align: center;
    font-size: 18px;
    color: #020202;
    line-height: 1.5;
    padding: 5.5px 0
}

.prodet-page .prodet-2 .options ul li:last-child {
    margin-right: 0
}

.prodet-page .prodet-2 .options ul li.active {
    background-color: #fff;
    color: #fff
}

.prodet-page .prodet-2 .box {
    margin-top: 19.5px
}

.prodet-page .prodet-3 {
    padding-top: 85px;
    padding-bottom: 40px
}

.prodet-page .prodet-3 h3 {
    font-size: 40px;
    line-height: 1;
    border-bottom: 1px solid #151515;
    padding-bottom: 13px
}

.prodet-page .prodet-3 .content {
    margin-top: 22px
}

.prodet-page .prodet-3 .content ul {
    margin-right: -10px
}

.prodet-page .prodet-3 .content ul .slick-track {
    margin-left: 0;
    margin-right: 0
}

.prodet-page .prodet-3 .content ul li {
    padding-right: 10px
}

.prodet-page .prodet-3 .content ul li .img {
    background: #ededed;
    position: relative
}

.prodet-page .prodet-3 .content ul li .img img {
    width: 100%
}

.prodet-page .prodet-3 .content ul li .img .icon {
    position: absolute;
    top: 43%;
    left: 43%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-3 .content ul li .img .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.prodet-page .prodet-3 .content ul li h5 {
    font-size: 24px;
    color: #151515;
    line-height: 1.8;
    padding-top: 20px;
    text-align: center
}

.prodet-page .prodet-3 .content ul li h5:hover a {
    color: var(--base-color)
}

.prodet-page .prodet-3 .content ul li:hover .img .icon {
    opacity: 1
}

.prodet-page .prodet-1 .text .con ul li {
    list-style-type: disc
}


@media screen and (max-width:1700px) {
  .product-pages .side-right .top {
    margin-bottom: 30px
  }


}
@media screen and (max-width:1450px) {
  .product-yd-page h2{
      font-size: 44px
  }
  .product-yd-page .text{
      font-size: 14px
  }
    .product-yd-page .box ul li a h3 {
        font-size: 28px;
        max-width: 70%
    }

    .product-yd-page .box ul li a>img {
        max-width: 50%
    }

    .product-yd-page .box ul li a {
        height: 380px
    }

    .product-yd-page .box ul li:nth-child(2) {
        margin-top: 100px
    }

    .product-yd-page .box ul li:nth-child(odd) {
        margin-top: -100px
    }

    .product-yd-page .box ul li:first-child {
        margin-top: 0
    }
}


@media screen and (max-width:1250px) {
    .product-page .sidebox .sideright .recommend ul li .text {
        font-size: 14px
    }

    .product-page .sidebox .sideleft .text h1.s{
      width: 100%;
      padding-right: 0;
      max-width: 100%;
    }
}
@media screen and (max-width:1000px) {
    .product-yd-page {
      padding: 40px 0
    }
    .product-yd-page h2{
        font-size: 36px
    }
    .product-yd-page .box ul li {
        width: 100% !important;
        margin: 0 !important
    }

    .product-yd-page .box ul li a>img {
        max-width: 40%;
        bottom: 25px;
        right: 25px
    }

    .product-yd-page .box ul li a em {
        height: 40px;
        width: 40px;
        line-height: 40px
    }

    .product-yd-page .box ul li a {
        padding: 25px;
        height: 320px
    }

    .product-yd-page .box ul li a h3 {
        font-size: 24px;
        max-width: 60%
    }

    .product-yd-page .text{
        line-height: 2
    }

    .product-page .sidebox .sideleft {
        width: 100%
    }

    .product-page .sidebox .sideright {
        display: none
    }

    .product-page .sidebox .sideleft .list ul li {
        width: 50%
    }

      .prodet-page .prodet-1 .img {
        width: 100%
    }

    .prodet-page .prodet-1 .text {
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
    }

    .prodet-page .prodet-2 .options ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prodet-page .prodet-2 .options ul li {
        width: 31.8%;
        margin-bottom: 10px
    }
 
    
}

@media screen and (max-width:700px) {
  .product-yd-page h2{
      font-size: 24px;
      line-height: 40px
  }
  .product-yd-page .box ul li a {
        height: 270px
    }

      .prodet-page .prodet-1 .img .imgbox .big ul li .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 10px;
        bottom: 10px
    }

    .prodet-page .prodet-1 .text {
        padding: 20px 0 0 0
    }

    .prodet-page .prodet-2 .options ul li {
        width: 47%
    }

    .prodet-page .prodet-1 .img .info {
        padding-left: 0
    }

}

@media screen and (max-width:500px) {
    .product-yd-page .box ul li a h3 {
        font-size: 20px;
        line-height: 32px
    }
    .product-yd-page .box ul li a {
        height: 220px
    }
    .product-page{
      padding: 40px 0;
    }
    .product-page .sidebox .sideleft .list ul li {
      width: 100%;
      margin-bottom: 30px;
    }
    .product-page .sidebox .sideleft .list ul li .title{
      font-size: 20px;
    }
    .product-page .sidebox .sideleft .text h1{
      font-size: 24px;
    }
    .prodet-page .prodet-1 .text .con{
      font-size: 16px;
    }
    .prodet-page .prodet-1 .m-link .next{
      text-align: left !important;
    }
    .product-page .sidebox .sideleft .tagCont ul li{
      width: 100%;
      margin-top: 20px;
    }
}


.custom-page .service-1 {
  background-color: #f9f9f9;
}

.custom-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-page .service-1 .top .h3 em {
  color: var(--color);
  display: block;
}

.custom-page .service-1 .top .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-page .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.custom-page .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}

.custom-page .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0) invert(100%);
}

.custom-page .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border: 1px solid var(--color);
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}

.custom-page .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-page .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}

.custom-page .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom-page .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.custom-page .service-1 ul.serlist li {
  padding: 0 40px;
  border-right: 1px solid rgba(139, 139, 139, 0.5);
}

.custom-page .service-1 ul.serlist li .text {
  margin-top: 130px;
  color: #666;
  min-height: 170px;
}

.custom-page .service-1 ul.serlist li .text .h4 {
  color: #111;
  margin-bottom: 25PX;
  font-weight: 700;
  font-size: 26px;
}

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

.custom-page .service-2 .ui.container .contentCont{
  background: #fff;
}

.custom-page .service-2 .ui.container .left {
  width: 50%;
}

.custom-page .service-2 .ui.container .right {
  width: 50%;
  padding: 10px 60px;
}

.custom-page .service-2 .ui.container .right .btn-go::before{
  background: #000;
}

.custom-page .service-2 .ui.container .right .h3 {
  /*text-transform: uppercase;*/
  color: #111;
}

.custom-page .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}

.custom-page .service-2 .ui.container .right p {
  color: #666;
  text-indent:38px;
}

.custom-page .service-2 .ui.container .right .more{
  color: #fff;
}

.custom-page .service-3,
.custom-page .service-2 {
  background-color: #f9f9f9;


}

.custom-page .service-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-page .service-3 .ui.container .h3 {
  color: #000;
  width: 100%;
  margin-bottom: 40px;
}

.custom-page .service-3 .ui.container .h3 em {
  color: var(--color);
}

.custom-page .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 40px;
}

.custom-page .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}

.custom-page .service-3 .ui.container .right ul {
  width: 100%;
}

.custom-page .service-3 .ui.container .right ul li {
  padding: 30px 0;
  /*margin-bottom: 30px;*/
  border-top: 1px solid rgb(147 147 147 / 50%);
}

.custom-page .service-3 .ui.container .right ul li .h4 {
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  font-weight: bold;
}

.custom-page .service-3 .ui.container .right ul li p {
  color: #666;

}

.custom-page .service-4 {
  padding-bottom: 70px;
  position: relative;
  color: #fff;
}

.custom-page .service-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1570px;
  background: url(/template/cn/images/inner-about-22.png) right center no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.custom-page .service-4 .ui.container .h3 {
  display: inline-;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.custom-page .service-4 .ui.container .h3 a {
  height: 75px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  margin: 0 20px;
}

.custom-page .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fe7700;
}

.custom-page .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}

.kongxin {
    letter-spacing: 0px;
    -webkit-text-stroke-color: var(--color);
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
}

@media screen and (max-width: 1000px) {
  .custom-page .service-3 .ui.container .left {
    display: none;
  }

  .custom-page .service-3 .ui.container .right {
    width: 100%;
  }

  .custom-page .service-1 ul.serlist li .text {
    min-height: 220px
  }
}

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

  .custom-page .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .custom-page .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }

  .custom-page .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-page .service-4 {
    padding-bottom: 100px;
  }

  .custom-page .service-4 .ui.container .h3 a {

    font-size: 16px;

  }

  .custom-page .service-2 .ui.container .left {
    width: 100%;
  }

  .custom-page .service-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }

  .custom-page .service-1 ul.serlist li .text {
    margin-top: 40px;
    min-height: 250px
  }


}

@media screen and (max-width: 500px) {
  .custom-page .service-1 ul.serlist{
    margin-top: 40px;
  }
  .custom-page .service-1 ul.serlist li{
    padding: 0 20px;
  }
  .custom-page .service-1 ul.serlist li .text{
    margin-top: 20px;
  }
  .custom-page .service-2 .ui.container .right p{
    margin: 20px 0;
  }
  .custom-page .service-3 .ui.container .h3{
    margin-bottom: 20px;
  }
  
  
}




.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 110px;
  width: 100%;
  font-weight: bold;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: 000000;
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 24px;
  color: #e60012;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 20px 40px 20px 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    right: 10px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
}


.gallery-page .gallery-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  /*box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;*/
  height: 100%;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 14px;
  padding: 10px;
  overflow-y: auto;
  padding-right: 4px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #000;
  color: white;
}


.service-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.service-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.service-page .about-1 .container .left {
  max-width: 785px;
}
.service-page .about-1 .container .left h3 {
  line-height: 1.2;
}
.service-page .about-1 .container .left img {
  margin-top: 80px;
}
.service-page .about-1 .container .right {
  max-width: 600px;
}
.service-page .about-1 .container .right p {
  max-width: 540px;
}
.service-page .about-1 .container .right img {
  margin-top: 80px;
}
.service-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.service-page .about-1 .text p {
  padding: 0 60px;
}
.service-page .about-1 ul {
  margin-bottom: 180px;
}
.service-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .about-1 ul li .left {
  margin-right: 35px;
}
.service-page .about-1 ul li .left h4 {
  font-size: 60px;
  line-height: 1;
  color: var(--color);
}
.service-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
}
.service-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.service-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.service-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.service-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.service-page .about-2 {
  padding: 0 150px;
  margin-top: 200px;
}
.service-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.service-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.service-page .about-2 .content {
  background-color: #f7f7f7;
  height: 675px;
  padding-top: 90px;
  position: relative;
}
.service-page .about-2 .content .title {
  color: #111;
  text-align: left;
}
.service-page .about-2 .content .title p {
  max-width: 650px;
  color: #777;
  text-indent:38px;
}
.service-page .about-2 .content ul {
  margin: 130px 0px 0;
}
.service-page .about-2 .content ul li {
  width: 20%;
  padding: 0 35px;
  color: #000;
}
.service-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .about-2 .content ul li .icon h4 {
  margin-bottom: -10px;
}
.service-page .about-2 .content ul li p {
  font-size: 18px;
  line-height: 30px;
  color: #777;
}
.service-page .about-3 {
  margin: 130px 0 0;
}
.service-page .about-3 .right {
  width: 67%;
}
.service-page .about-3 .right .text {
  padding: 0 30px;
}
.service-page .about-3 .right .text .text-l .des {
  width: 90%;
  color: #777;
}
.service-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.service-page .about-3 .right .text .btn-go::before{
  background: #000;
}
.service-page .about-3 .right .box {
  margin-top: 85px;
}
.service-page .about-3 .right .box .slickBtn{
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.service-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #eee;
  position: relative;
  color: #000;
  padding:  0 80px 0px 80px;
  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;
}
.service-page .about-3 .right .box .box-l ul{
  width: 100%;
}
.service-page .about-3 .right .box .box-r {
  width: 50%;
}
.service-page .about-4 {
  padding: 100px 0 50px;
}
.service-page .about-4 h2 {
  /*margin-top: 95px;*/
  line-height: 1.8;
}
.service-page .about-4 h2 span {
  /*border-bottom: 2px solid var(--color);
  color: var(--color);*/
}

@media (max-width: 1700px) {
  .service-page .about-1 .container .left {
    width: 52%;
  }
  .service-page .about-1 .container .right {
    width: 48%;
  }
  .service-page .about-2 .bg {
    max-width: 50%;
  }
  .service-page .about-2 {
    padding: 0;
  }
  .service-page .about-3 .right .text .img_box {
    display: none;
  }
  .service-page .about-3 .right {
    width: 55%;
  }
  .service-page .about-3 .right .box .box-r {
    display: none;
  }
  .service-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px 50px 70px 50px;
  }
}

@media (max-width: 1450px) {
  .service-page .about-1 .container .right {
    width: 42%;
  }
  .service-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .service-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .service-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .service-page .about-1 ul li .right {
    font-size: 14px;
  }
  .service-page .about-2 .content .title p {
    max-width: 50%;
  }
  .service-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .service-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .service-page .about-3 .left {
    width: 45%;
  }
  .service-page .about-3 .right {
    padding-left: 50px;
  }
  .service-page .about-4 {
    padding: 120px 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 1250px) {
  .service-page .about-1 .container .left h3,
  .service-page .about-1 .container .left span,
  .service-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .service-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .service-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .service-page .about-3 .right .text {
    padding: 0;
  }
  .service-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .service-page .about-3 .right .box {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  
  .service-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .service-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .service-page .about-1 .container .right p {
    max-width: 100%;
  }
  .service-page .about-2 .bg{
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;

  }
  .service-page .about-2{
    margin-top: 0;
  }
  .service-page .about-2 .content{
    padding-top: 0;
  }
  .service-page .about-2 .content .title{
    margin-top: 20px;
  }
  .service-page .about-2 .content .title p {
    max-width: 100%;
  }
  .service-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .service-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .service-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .service-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .service-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .service-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 700px) {
  .service-page .about-1 .text p {
    padding: 0 15px;
  }
  .service-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .service-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .service-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .service-page .about-1 ul {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  
  .service-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .service-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .service-page .about-1 .text p {
    padding: 0;
  }
  .service-page .about-2 .content ul li {
    width: 100%;
  }
  .service-page .about-2 .content {
    padding-bottom: 50px;
  }
  .service-page .about-2 .content ul {
    margin: 10px -15px 0;
  }
  .service-page .about-3{
    margin-top: 40px;
  }
  .service-page .about-3 .right .box .box-l {
    padding: 30px 15px 60px 15px;
  }
  .service-page .about-3 .left{
    margin-bottom: 30px;
  }
  .service-page .about-3 .right .text .text-l h2{
    font-size: 20px;
  }
  .service-page .about-3 .right .box .box-r{
    margin-top: 20px;
  }
  
  .service-page .about-4{
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .service-page .about-4 p {
    padding: 0;
  }
  .service-page .about-4 h2 {
    margin-top: 20px;
  }
  
}


.honor-page {
  padding-top: 5.05%;
}
.honor-page .honor-list {
  position: relative;
  z-index: 1;
  margin-top: 138px;
}
.honor-page .honor-list .title {
  margin-top: 0;
}
.honor-page .honor-list .con {
  color: #57595a;
  margin-top: 100px;
}
.honor-page .honor-list .list {
  margin-top: 60px;
}
.honor-page .honor-list .list ul {
  margin: -21px;
}
.honor-page .honor-list .list ul li {
  padding: 21px;
}
.honor-page .honor-list .list ul li .img-box img {
  width: 100%;
}
.honor-page .honor-list .list .slick-arrow {
  position: absolute;
  top: 48%;
  width: 30px;
  height: 58px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-list .list .slick-prev {
  left: -65px;
  background: url(/template/cn/images/honor-prev.png) no-repeat center;
}
.honor-page .honor-list .list .slick-next {
  right: -21px;
  background: url(/template/cn/images/honor-next.png) no-repeat center;
}
.honor-page .honor-list::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: #eee;
  left: 0;
  bottom: 0;
}
.honor-page .honor-list:first-child {
  margin-top: 0;
}
.honor-page .honor-list:nth-child(2)::after {
  height: 64%;
}
.honor-page .honor-list:last-child {
  padding-bottom: 67px;
}
.honor-page .honor-list:last-child::after {
     
}
@media screen and (max-width: 1440px) {
  .honor-page .honor-list .list .slick-prev {
    left: -36px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .honor-page .honor-list .list ul {
    padding: 0 30px;
    margin: -10px;
  }
  .honor-page .honor-list .list ul li {
    padding: 10px;
  }
  .honor-page .honor-list .list .slick-arrow {
    zoom: .8;
  }
  .honor-page .honor-list .list .slick-prev {
    left: -6px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .honor-page .honor-list {
    margin-top: 100px;
  }
  .honor-page .honor-list .list {
    margin-top: 100px;
  }
  .honor-page .honor-list::after {
    bottom: 100px;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 40px;
  }
  .honor-page .honor-list:last-child::after {
    height: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-list {
    margin-top: 60px;
  }
  .honor-page .honor-list .con {
    margin-top: 20px;
  }
  .honor-page .honor-list .list {
    margin-top: 60px;
  }
  .honor-page .honor-list::after {
    bottom: 50px;
    height: 35%;
  }
  .honor-page .honor-list:nth-child(2)::after {
    height: 45%;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 20px;
  }
  .honor-page .honor-list:last-child::after {
    height: 40%;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor-list .list ul{
    padding: 0;
  }
  .honor-page .honor-list .list {
    margin-top: 30px;
  }
  .honor-page .honor-list {
    margin-top: 30px;
  }
}


.history-page {
  padding: 100px 0 160px 0;
  background-image: url("/template/cn/images/history-bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.history-page .ui.container {
  width: auto;
  padding: 0 15px;
  max-width: 1700px;
}
.history-page .left {
  width: 23%;
  padding-bottom: 40px;
  padding-right: 4%;
  margin-top: 5%;
}
.history-page .container .flex_cont{
  align-items: flex-start;
} 
.history-page .right {
  width: 62%;
}
.history-page .right .swiper {
  margin-right: -14%;
}
.history-page .right span.h6 {
  color: #e60012;
  display: block;
  line-height: 1;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
}
.history-page .right .box{
  transition: all .5s;
}
.history-page .right .cont2{
  opacity: 0;
  transition: all .5s;
}
.history-page .right .box{
  transform: translateY(200px);
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .right .swiper-slide-active .box{
  transform: translateY(0);
}
.history-page .right .swiper-slide-active .cont2{
  opacity: 1;
}
.history-page .bg {
  /*width: 100vw;
  height: 100vw;*/
  position: relative;
  /*top: 75%;*/
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: -109px;
  left: 18%;
  -webkit-transform: translate(-50%, -47%);
  -moz-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
  color: #e60012;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url("/template/cn/images/icon-history.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1500px) {
  .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 1000px) {
  .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .history-page .right .swiper{
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .history-page{
    padding: 40px 0;
  }
  .history-page .left{
    padding-bottom: 0;
  }
  .history-page .right .swiper {
    margin-right: 0;
  }
  .seoPublic .title {
  margin-bottom: 1em;
  }
}
<!--ºÄÊ±1765999243.9431Ãë-->