@font-face {
  font-family: 'per';
  src: url('../fonts/Perpetua.eot');
  src: url('../fonts/Perpetua.eot?#iefix') format('embedded-opentype'), url('../fonts/Perpetua.woff2') format('woff2'), url('../fonts/Perpetua.woff') format('woff'), url('../fonts/Perpetua.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 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: #2a2986;
  --color2: #cf000d;
  --white: #ffffff;
--fourth-color: #fff;
  --black: #000000;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  color: #373737;
  font-family: 'mon';
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  min-width: 100px;
}
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;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  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;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
}
#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 .rightC {
  padding: 10px 0;
}
#header > .nav > .menu .menu-box .rightC .top .list .img {
  width: auto;
}
#header > .nav > .menu .menu-box .rightC .top .list .text {
  color: var(--white);
}
#header > .nav > .menu .menu-box .rightC .top .list1 {
  margin-left: auto;
}
#header > .nav > .menu .menu-box .rightC .line {
  height: 1px;
  background: #8f8f8e;
  top: 0;
  left: -50px;
  width: 200%;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 100px;
}
#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(--color2);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 14px 0 0 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: -4px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: var(--color2);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one {
  width: 45%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutTitle {
  font-size: 32px;
  color: #111;
  line-height: 40px;
  margin-bottom: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  width: 80%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore {
  font-size: 14px;
  line-height: initial;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two {
  width: 25%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link {
  margin-top: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link:first-child {
  margin-top: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a:hover::before {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three {
  width: 30%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three .shipingbiaoti {
  margin-top: 10px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content {
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .container {
  background: #fff;
  padding: 40px 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left {
  width: 70%;
  position: relative;
  border-right: 1px solid #ccc;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product {
  font-size: 14px;
  width: 33.33%;
  padding-right: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-img {
  width: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul {
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li {
  margin-top: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right {
  margin-left: 0;
  width: 30%;
  padding: 0 23px 20px;
  font-size: 14px;
  top: 0;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right ul li {
  width: 50%;
  padding: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  margin-left: 130px;
  margin-top: 14px;
}
#header > .nav > .menu .menu-box .right .h-search {
  width: 30px;
  height: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: var(--white);
  text-transform: uppercase;
}
#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 .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-color: #747474;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes rot_ani {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_ani {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rot_ani {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sca_ani {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes sca_ani {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sca_ani {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sca_ani {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#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 .pcImg {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .mobileImg {
  background-color: var(--color);
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  text-align: center;
  color: var(--white);
  max-width: 780px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  line-height: 1.1;
  font-family: 'per';
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title p {
  z-index: 2;
  display: inline;
  position: relative;
  -o-background-size: 100% 26px;
  background-size: 100% 26px;
  background-position: left 70px;
  background-repeat: repeat-x;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .img {
  -webkit-animation: fadeInRight 1s linear forwards;
  -moz-animation: fadeInRight 1s linear forwards;
  -o-animation: fadeInRight 1s linear forwards;
  animation: fadeInRight 1s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .des {
  -webkit-animation: fadeInLeft 1s linear forwards;
  -moz-animation: fadeInLeft 1s linear forwards;
  -o-animation: fadeInLeft 1s linear forwards;
  animation: fadeInLeft 1s linear forwards;
}
.tipsTitleC .tipsTitleImg {
  width: 30px;
  height: 46px;
  -webkit-animation: sca_ani 2s linear infinite;
  -moz-animation: sca_ani 2s linear infinite;
  -o-animation: sca_ani 2s linear infinite;
  animation: sca_ani 2s linear infinite;
}
.tipsTitleC .tipsTitleText {
  color: #777777;
  letter-spacing: 2px;
  max-width: -webkit-calc(70%);
  max-width: -moz-calc(70%);
  max-width: calc(100% - 30px);
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1550px;
}
.font-60 {
  line-height: 1;
}
.moreCont .moreText {
  color: var(--color);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
}
.moreCont .moreText .moreLine {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.moreCont .moreText .moreLine1 span {
  width: 6px;
  height: 6px;
  display: block;
  background-color: var(--white);
}
.moreCont .moreText .moreLine2 {
  left: -100%;
}
.moreCont .moreImg {
  width: 32px;
  height: 10px;
}
.moreCont:hover .moreText .moreLine {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.moreCont:hover .moreText .moreLine2 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#index-body .init-1 .subImg {
  top: 40px;
  width: 1064px;
  height: 470px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}
#index-body .init-1 .container .topC .left {
  width: 52%;
  padding-right: 180px;
}
#index-body .init-1 .container .topC .left .title {
  font-family: 'per';
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
}
#index-body .init-1 .container .topC .left .title .play {
  z-index: 2;
  width: 90px;
  height: 90px;
  right: -35px;
  top: 0;
  font-size: 25px;
  color: var(--color);
  cursor: pointer;
}
#index-body .init-1 .container .topC .left .title .play i {
  margin-left: 4px;
}
#index-body .init-1 .container .topC .left .title .play .playImg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rot_ani 10s linear infinite;
  -moz-animation: rot_ani 10s linear infinite;
  -o-animation: rot_ani 10s linear infinite;
  animation: rot_ani 10s linear infinite;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#index-body .init-1 .container .topC .right {
  width: 48%;
}
#index-body .init-1 .container .topC .right img {
  width: 100%;
}
#index-body .init-1 .container .bottomC {
  width: 100%;
  border-top: 1px solid #cfcfcf;
}
#index-body .init-1 .container .bottomC .left {
  width: 52%;
  padding-right: 60px;
  color: #555555;
}
#index-body .init-1 .container .bottomC .right {
  width: 48%;
  color: #555555;
}
#index-body .init-1 .container .bottomC .listCont {
  padding-top: 30px;
  width: 100%;
}
#index-body .init-1 .container .bottomC .listCont ul li {
  padding-right: 10px;
}
#index-body .init-1 .container .bottomC .listCont ul li .box .top {
  font-size: 30px;
  font-family: 'per';
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}
#index-body .init-1 .container .bottomC .listCont ul li .box .top em {
  font-size: 100px;
}
#index-body .init-1 .container .bottomC .listCont ul li .box .top .sub {
  top: -10px;
}
#index-body .init-1 .container .bottomC .listCont ul li .box .bottom {
  color: #555555;
}
#index-body .init-1 .container .bottomC .listCont ul li .box:hover .top {
  color: var(--color);
}
#index-body .init-2 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-2 .container .tipsTitleC {
  z-index: 2;
  top: 60px;
  right: 60px;
}
#index-body .init-2 .container .tipsTitleC .tipsTitleText {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  margin-top: 20px;
}
#index-body .init-2 .container .left {
  width: 50%;
}
#index-body .init-2 .container .left .swiper {
  height: 100%;
}
#index-body .init-2 .container .left .swiper ul {
  height: 100%;
}
#index-body .init-2 .container .left .swiper ul li {
  height: 100%;
}
#index-body .init-2 .container .left .swiper ul li .box {
  height: 100%;
}
#index-body .init-2 .container .left .swiper ul li a {
  display: block;
  height: 100%;
}
#index-body .init-2 .container .left .swiper ul li a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-2 .container .right {
  width: 50%;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px;
}
#index-body .init-2 .container .right .cont {
  width: 64%;
}
#index-body .init-2 .container .right .cont .sPage {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  font-family: 'per';
  line-height: 0.6;
  top: 330px;
  right: 0;
  z-index: 2;
}
#index-body .init-2 .container .right .cont .sPage .activeNum {
  color: #373737;
  font-size: 60px;
}
#index-body .init-2 .container .right .cont .btn {
  cursor: pointer;
  width: 32px;
  height: 10px;
  z-index: 2;
  right: 0;
  top: 190px;
  opacity: 0.5;
}
#index-body .init-2 .container .right .cont .btn:hover {
  opacity: 1;
}
#index-body .init-2 .container .right .cont .prev {
  left: 0;
  right: unset;
}
#index-body .init-2 .container .right .cont ul li .box .img {
  display: block;
  width: 360px;
  margin: auto;
  max-width: 100%;
}
#index-body .init-2 .container .right .cont ul li .box .img img {
  width: 100%;
}
#index-body .init-2 .container .right .cont ul li .box .title {
  font-weight: bold;
  font-family: 'per';
  text-transform: uppercase;
}
#index-body .init-2 .container .right .cont ul li .box .title span {
  z-index: 2;
}
#index-body .init-2 .container .right .cont ul li .box .title span::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 46px;
  top: -10px;
  left: -18px;
  background-color: var(--color);
  color: #373737;
  z-index: -1;
}
#index-body .init-2 .container .right .cont ul li .box .des {
  color: #666666;
}
#index-body .init-3 {
  background-color: #edecea;
}
#index-body .init-3 .container {
  padding: 0;
  width: 100%;
}
#index-body .init-3 .container .content {
  z-index: 2;
}
#index-body .init-3 .container .content .subCont {
  width: 100%;
  max-width: 1200px;
  font-size: 200px;
  font-family: 'per';
  text-transform: uppercase;
  line-height: 1;
  color: #e1e1e1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  text-align: center;
}
#index-body .init-3 .container .content .swiper {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
#index-body .init-3 .container .content ul li {
  padding: 60px 60px 30px;
  border-left: 1px solid #e2e2e2;
}
#index-body .init-3 .container .content ul li .box .img {
  display: block;
}
#index-body .init-3 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-3 .container .content ul li .box .title {
  display: block;
  margin-top: 60px;
  font-family: 'per';
}
#index-body .init-3 .container .content ul li .box .moreC {
  opacity: 0;
}
#index-body .init-3 .container .content ul li .box:hover .img {
  -webkit-transform: scale(1.33);
  -moz-transform: scale(1.33);
  -ms-transform: scale(1.33);
  -o-transform: scale(1.33);
  transform: scale(1.33);
}
#index-body .init-3 .container .content ul li .box:hover .title {
  opacity: 0;
}
#index-body .init-3 .container .content ul li .box:hover .moreC {
  opacity: 1;
}
#index-body .init-4 .container .content {
  min-height: 730px;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container .content .cont {
  max-width: 880px;
  color: var(--white);
  padding: 10px;
}
#index-body .init-4 .container .content .cont .title {
  font-weight: bold;
  font-family: 'per';
  text-transform: uppercase;
}
#index-body .init-4 .container .content .cont .moreC .more .moreText {
  color: var(--white);
}
#index-body .init-4 .container .content .cont .moreC .more .moreText .moreLine {
  background-color: var(--white);
}
#index-body .init-5 {
  overflow: hidden;
}
#index-body .init-5 .container .left {
  padding-bottom: 180px;
  width: 470px;
  padding-right: 80px;
}
#index-body .init-5 .container .left .des {
  color: #666666;
}
#index-body .init-5 .container .right {
  width: -webkit-calc(-370%);
  width: -moz-calc(-370%);
  width: calc(100% - 470px);
}
#index-body .init-5 .container .right .subCont {
  z-index: 2;
  font-family: 'per';
  font-weight: bold;
  text-transform: uppercase;
  max-width: 560px;
  width: 54%;
  text-align: right;
  right: -100px;
  top: 400px;
  pointer-events: none;
}
#index-body .init-5 .container .right .content {
  width: -webkit-calc(300%);
  width: -moz-calc(300%);
  width: calc(100% + 200px);
}
#index-body .init-5 .container .right .content ul li .box {
  padding-bottom: 90px;
}
#index-body .init-5 .container .right .content ul li .box img {
  position: relative;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  top: 0;
}
#index-body .init-5 .container .right .content ul li.swiper-slide-active .box img {
  top: 90px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-5 .sPage {
  background-color: #edecea;
  padding: 30px 50px 30px 200px;
  width: 58%;
  z-index: 2;
  bottom: 0;
  left: 0;
}
#index-body .init-5 .sPage .leftC {
  font-family: 'per';
  font-size: 18px;
}
#index-body .init-5 .sPage .leftC .activeNum {
  font-weight: bold;
}
#index-body .init-5 .sPage .leftC .line {
  margin: 0 20px;
  height: 1px;
  width: 42px;
  background-color: #666666;
}
#index-body .init-5 .sPage .leftC .activeNum {
  font-size: 60px;
}
#index-body .init-5 .sPage .rightC .btn {
  cursor: pointer;
  width: 32px;
  height: 10px;
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
}
#index-body .init-5 .sPage .rightC .btn:hover {
  -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}
#index-body .init-6 .container .content {
  background-color: #edecea;
  padding: 60px 90px 90px 90px;
}
#index-body .init-6 .container .content .titleTitle2 {
  font-family: 'per';
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-6 .container .content .cont ul li .box .titleC {
  border-bottom: 1px solid #767675;
}
#index-body .init-6 .container .content .cont ul li .box .titleC .title {
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  font-family: 'per';
  font-weight: bold;
}
#index-body .init-6 .container .content .cont ul li .box .titleC .title:hover {
  color: var(--color);
}
#index-body .init-6 .container .content .cont ul li .box .titleC .time {
  width: 210px;
  background-color: var(--color);
  color: var(--white);
  height: 60px;
}
#index-body .init-6 .container .content .cont ul li .box .cont {
  color: #777777;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.publicFooter .formC .container .tips {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'per';
  color: var(--black);
  width: 430px;
}
.publicFooter .formC .container form {
  width: -webkit-calc(-330%);
  width: -moz-calc(-330%);
  width: calc(100% - 430px);
}
.publicFooter .formC .container form input {
  width: 210px;
  border: none;
  padding: 6px 0;
  border-bottom: 1px solid var(--black);
}
.publicFooter .formC .container form .content {
  width: 610px;
  padding-right: 130px;
}
.publicFooter .formC .container form .btn {
  z-index: 2;
  color: var(--color);
  right: 0;
  cursor: pointer;
}
.publicFooter .formC .container form .btn .subImg {
  width: 32px;
  height: 10px;
}
.publicFooter .imgList .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.publicFooter .imgList ul li {
  width: 25%;
}
.publicFooter .imgList ul li a {
  display: block;
}
.publicFooter .imgList ul li a img {
  width: 100%;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer .fTop .container .catC {
  color: var(--white);
  padding-bottom: 12px;
  border-bottom: 1px solid #a7a7a7;
}
#footer .fTop .container .catC .list:hover {
  color: var(--color2);
}
#footer .fTop .container .listCont {
  padding-top: 20px;
}
#footer .fTop .container .listCont .list2 {
  margin-top: 10px;
}
#footer .fTop .container .listCont .list2 .img {
  width: 20px;
  height: 24px;
}
#footer .fTop .container .listCont .list2 .text {
  color: rgba(255, 255, 255, 0.5);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: var(--white);
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#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;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .left {
    width: 50px;
  }
  #header > .nav > .menu .menu-box .rightC {
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
    padding-left: 50px;
  }
  #header > .nav > .menu .menu-box .rightC .line {
    left: 0;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: auto;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title p {
    background-position: left 53px;
  }
  #index-body .init-3 .container .content .subCont {
    font-size: 120px;
  }
  #index-body .init-5 .container .right .subCont {
    right: 0;
    top: 370px;
  }
  .publicFooter .formC .container form input {
    width: 48%;
  }
  .publicFooter .formC .container form .content {
    width: 100%;
  }
  .publicFooter .formC .container form .btn {
    bottom: 0;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 50px;
  }
  #index-body .init-3 .container .content .subCont {
    font-size: 80px;
  }
  #index-body .init-5 .container .right .subCont {
    top: 290px;
  }
}
@media (max-width: 1250px) {
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title p {
    background-position: left 40px;
  }
  #index-body .init-1 .container .bottomC .listCont ul li .box .top em {
    font-size: 70px;
  }
  #index-body .init-2 .container .right .cont ul li .box .title span::before {
    display: none;
  }
  #index-body .init-2 .container .right .cont .sPage {
    top: 54%;
  }
  #index-body .init-3 .container .content .subCont {
    font-size: 60px;
  }
  #index-body .init-5 .container .right .subCont {
    top: 200px;
  }
  .gallery-page .container .gallery-list ul li{
      width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title p {
    background-position: left 30px;
  }
  #index-body .init-1 .container .topC .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .container .topC .left .title .play {
    right: 0;
  }
  #index-body .init-1 .container .topC .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-1 .container .bottomC .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .container .bottomC .right {
    width: 100%;
  }
  #index-body .init-2 .container {
    width: 100%;
    padding: 0 16px;
  }
  #index-body .init-2 .container .tipsTitleC {
    position: relative;
    margin: auto;
    top: 0;
    width: 100%;
    left: 0;
    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;
  }
  #index-body .init-2 .container .tipsTitleC .tipsTitleText {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin-top: 0;
    margin-left: 10px;
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
  }
  #index-body .init-2 .container .left {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-2 .container .right {
    width: 100%;
  }
  #index-body .init-2 .container .right .cont {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #index-body .init-3 {
    margin-top: 40px;
  }
  #index-body .init-4 .container .content {
    min-height: 500px;
  }
  #index-body .init-5 .container .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  #index-body .init-5 .container .right {
    width: 100%;
  }
  #index-body .init-5 .container .right .subCont {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
  }
  #index-body .init-5 .container .right .content {
    margin-top: 40px;
    width: 100%;
  }
  #index-body .init-5 .container .right .content ul li .box {
    padding-bottom: 20px;
  }
  #index-body .init-5 .container .right .content ul li .box img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-5 .container .right .content ul li.swiper-slide-active .box img {
    top: 0;
  }
  #index-body .init-5 .sPage {
    width: 100%;
    width: 670px;
    max-width: 96%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  #index-body .init-5 .sPage {
    padding: 20px 10px;
  }
  #index-body .init-5 .sPage .leftC .activeNum {
    font-size: 40px;
  }
  #index-body .init-5 .sPage .leftC .line {
    width: 30px;
    margin: 0 10px;
  }
  #index-body .init-6 .container .content {
    padding: 20px 10px;
  }
  #index-body .init-6 .container .content .cont ul li .box .titleC .title {
    width: 100%;
  }
  #index-body .init-6 .container .content .cont ul li .box .titleC .time {
    height: 40px;
    margin-top: 10px;
  }
  .publicFooter .formC .container .tips {
    width: 100%;
  }
  .publicFooter .formC .container form {
    margin-top: 20px;
    width: 100%;
  }
  #footer .fTop .container .listCont {
    border-top: 1px solid #a7a7a7;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #footer .fTop .container .listCont .list2 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title p {
    background-position: left 24px;
  }
  #index-body .init-1 .container .bottomC .listCont ul li .box .top em {
    font-size: 50px;
  }
  #index-body .init-1 .container .bottomC .listCont ul li .box .top {
    font-size: 24px;
  }
    .gallery-page .container .gallery-list ul li{
      width: 50%;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: calc(100vh - 40px);
  }
  #banner .swiper .swiper-wrapper .swiper-slide .pcImg {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .mobileImg {
    display: block;
  }
  #index-body .init-1 .container .bottomC .listCont ul li {
    width: 50%;
  }
  #index-body .init-1 .container .bottomC .listCont ul li .box .top em {
    font-size: 30px;
  }
  #index-body .init-1 .container .bottomC .listCont ul li .box .top {
    font-size: 16px;
  }
  #index-body .init-1 .container .bottomC .listCont ul li .box .top .sub {
    top: -2px;
  }
  #index-body .init-3 .container .content ul li {
    padding: 40px 40px 30px;
  }
  #index-body .init-3 .container .content ul li .box .title {
    margin-top: 40px;
  }
  #index-body .init-4 .container .content {
    min-height: 400px;
  }
  .publicFooter .formC .container form input {
    width: 100%;
  }
  .publicFooter .formC .container form .btn {
    position: relative;
    margin-top: 10px;
    left: 0;
  }
  .publicFooter .formC .container form .content {
    padding: 6px 0;
  }
    .gallery-page .container .gallery-list ul li{
      width: 100%;
  }
}


/*inner-page*/
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }
}

.about-page {
    background-color: #faf9f9;
    /*overflow: hidden;*/
}

.about-page .about-1 {
    background: url(../images/ab-wz.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8.542%;
        background-color: #faf9f9;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
    font-family: 'per';
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 38px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #2a2986;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-1.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-repeat: no-repeat;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 110px;
    font-weight: bold;
    font-weight: bold;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(../images/about2-bg.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .img img{
    width: 100%;
}
.about-page .about-2 ul li .img .slickBtn{
    position: absolute;
    padding: 0 10px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 16px 53px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
    font-family: 'per';
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: white;
    opacity: 0.65;
    margin-top: 26px;
    max-height: 260px;
    overflow-y: auto;
    padding-right: 6px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 0 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
    font-family: 'per';
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgba(255 255 255) 90%,, rgba(255, 255, 255, 0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #dadde9;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 80px;
    }
    .about-page .about-1 .data ul li:last-child p{
        padding-left: 0;
    }
    .about-page .about-1 .data ul li::after{
        top: 16%;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 60px;
    }
    .about-page .about-1 .data ul li p{
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        margin-top: 10px;
        text-align: left;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
        padding: 40px 0;
        margin-bottom: 0;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-3 .left .title {
        font-size: 53px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    .about-page .about-1 .data {
        display: none;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 40px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 30px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
    .pxl-service-grid-layout2 .item--title{
        line-height: 4rem;
    }
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
}

.inner-banner {
    padding: 79px 0 69px;
    background-color: #faf9f9;
    background-size: 100% 100%;
}
.inner-banner .box .ig {
    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;
    padding: 79px 0 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.inner-banner .box .ig .left {
    position: relative;
    z-index: 1;
    width: 64%;
}
.inner-banner .box .ig .left .mbx {
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase;
    position: relative;
}
.inner-banner .box .ig .left .tit {
    font-size: 66px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    font-family: 'per';
}
.inner-banner .box .ig .left::after {
    content: '';
    width: 299px;
    height: 299px;
    position: absolute;
    bottom: -115px;
    left: -126px;
    z-index: -1;
    background: url(../images/in-icon.png) no-repeat;
}
.inner-banner .box .ig .right {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.8;
    width: 36%;
    margin-bottom: 10px;
}
.elementor-9049 .elementor-element.elementor-element-18a1d24 .pxl-heading{
    font-family: 'per';
}
.elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
    font-family: 'per';
}
@media screen and (max-width: 1680px) {
    .inner-banner .box .ig .left::after {
        left: -80px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 70px;
    }
    .pxl-service-grid-layout2 .item--title{
        line-height: 5rem;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
        line-height: 1.2!important;
    }
    .elementor-9049 .elementor-element.elementor-element-18a1d24 .pxl-heading .pxl-item--title{
        line-height: 1.2!important;
    }
}
@media screen and (max-width: 1440px) {
    .inner-banner .box .ig .left::after {
        left: -70px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 60px;
    }
}
@media screen and (max-width: 1280px) {
    .inner-banner .box .ig .left::after {
        left: -50px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .inner-banner .box .ig .left .tit {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        padding: 60px 0 30px;
    }
    .inner-banner .box .ig {
        display: block;
        padding: 30px 0;
    }
    .inner-banner .box .ig .left {
        width: 100%;
    }
    .inner-banner .box .ig .left::after {
        display: none;
    }
    .inner-banner .box .ig .right {
        display: none;
    }
    .xian {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box .ig .left .mbx {
        font-size: 16px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 30px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .box .ig {
        padding: 20px 0;
    }
    .inner-banner .box .ig .left .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 24px;
        margin-top: 10px;
    }
}
.sus-page .sus-1 {
  padding: 127px 0 112px;
  position: relative;
  z-index: 1;
  background: var(--color2);
}
.sus-page .sus-1 .box {
  width: 51.614%;
  color: #fff;
  padding: 0 160px 0 87px;
}
.sus-page .sus-1 .box .mbx {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.sus-page .sus-1 .box .title {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 20px;
}
.sus-page .sus-1 .box .con {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 33px;
}
.sus-page .sus-1 .box .con p {
  margin-top: 59px;
}
.sus-page .sus-1 .box .con p:first-child {
  margin-top: 0;
}
.sus-page .sus-1 .box .img {
  margin-top: 69px;
}
.sus-page .sus-1 .imgs {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.386%;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background-attachment: fixed;
}
.sus-page .sus-1 .wz {
  position: absolute;
  top: 42%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 450px;
  line-height: 1;
  letter-spacing: 18px;
  font-weight: bold;
}
.sus-page .sus-2 {
  background: var(--color);
  padding: 100px 0;
}
.sus-page .sus-2 .ui.container {
  max-width: 1776px;
}
.sus-page .sus-2 .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  max-width: 600px;
}
.sus-page .sus-2 .box {
  /*max-width: 1330px;*/
  margin: 50px 0 0 auto;
  color: #fff;
}
.sus-page .sus-2 .box ul li {
  position: relative;
  padding-top: 23px;
}
.sus-page .sus-2 .box ul li .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sus-page .sus-2 .box ul li .ig {
  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;
  padding-bottom: 58px;
}
.sus-page .sus-2 .box ul li .ig .left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 21.6px;
}
.sus-page .sus-2 .box ul li .ig .left span {
  font-size: 20px;
  line-height: 36px;
  
  padding-top: 10px;
}
.sus-page .sus-2 .box ul li .ig .left em {
  font-size: 50px;
  line-height: 1.2;
  padding-right: 40px;
  font-weight: bold;
}
.sus-page .sus-2 .box ul li .ig .right {
  width: 60%;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
.sus-page .sus-2 .box ul li .ig .right em{
  font-weight: 700;
}
.loader {
  background-color: var(--color);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 100vw;
  z-index: 10;
}
.loader .bg {
  -webkit-animation: imageLoading 2s ease-in-out infinite;
  -moz-animation: imageLoading 2s ease-in-out infinite;
  animation: imageLoading 2s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  background-color: var(--color2);
}
.loader .bg img {
  width: 100%;
  opacity: 0;
}
.loading {
  background: var(--color2);
}
@-webkit-keyframes imageLoading {
  form {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
  }
}
@-moz-keyframes imageLoading {
  form {
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -moz-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
  }
}
@keyframes imageLoading {
  form {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -130%, 0);
    -moz-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
  }
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    background-image: -webkit-linear-gradient(315deg, var(--color));  
    background-image: -moz-linear-gradient(315deg, var(--color));   
    background-image: linear-gradient(170deg, var(--color));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
    position: relative;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li ul{
    display: none;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li ul.active{
    display: block;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    background-color: #777;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li .iconfont{
    font-size: 20px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 20px;
    height: 20px;
    z-index: 2;
    top: 24px;
    line-height: 1;
    cursor: pointer;
    transform-origin: center center;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li .iconfont.active{
    transform: rotate(90deg);
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li li a{
    background: #bdbdbd;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li li a.active{
    background: #43429d;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li li ul > li:first-child{
    margin-top: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-right: 4%;
}
.product-page .is_video h1{
    flex: 1;
}
.product-page h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 1em;
    font-family: 'per';
}
.product-page .play{
    cursor: pointer;
    margin-left: 10px;
}
.product-page .play > span{
    color: var(--color);
    text-decoration: underline;
}
.product-page .play .jt{
    width: 30px;
    height: 10px;
    margin-left: 10px;
}
.product-page .play .cirC{
    width: 58px;
    height: 58px;
    position: relative;
    margin-left: 40px;
}
.product-page .play .cirC .ling{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: ks 3s linear infinite;
    background: var(--color);
}
.product-page .play .cirC .ling:first-child{
    animation-delay: -1.5s;
}
.product-page .play .cirC .cont{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: var(--color);
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
}
.product-page .play .cirC .cont i{
    margin-left: 4px;
}

.seoPublic > .title2{
        font-family: 'per';
font-weight: bold;
}
.seoPublic .Auxil-about .box .right div.h3{
    font-family: 'per';
font-weight: bold;
}
.seoPublic .title2{
    font-family: 'per';
    font-weight: bold;
}
.inner-page .product_list ul {
    margin: -15px;
}
.inner-page .product_list ul li {
    padding: 15px;
}
.inner-page .product_list ul li a.img-box {
    display: block;
}
.inner-page .product_list ul li span.h6 {
    font-size: 20px;
    line-height: 36px;
    min-height: 4.5rem;
    font-weight: 500;
    display: block;
    margin: 1em 0 .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
    color: var(--color);
}
.inner-page .m-page {
    margin: 60px 0;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 2.5em;
    height: 2.5em;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    margin: 0 .3em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: #212f5d;
    color: white;
     background-image: -webkit-linear-gradient(315deg, var(--color));   
    background-image: -moz-linear-gradient(315deg, var(--color));   
    background-image: linear-gradient(170deg, var(--color));
}
.miaoshu{
    overflow-y: auto;
    max-height: 230px;
    padding-right: 10px;
}
.wenda h3{
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #3e5498;
    margin: 5px 0;
}
.product-page {
    padding: 20px 0;
        background-color: #faf9f9;
}
.inner-page .form ul {
    margin: -10px;
}
.inner-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.inner-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
    border-color: var(--color);
}
.inner-page .form ul li textarea {
    height: 80px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.news-page .news-1 {
    padding: 100px 0;
    background-color: #faf9f9;
}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 14px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page {
    padding: 100px 0;
        background-color: #faf9f9;
}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'per';
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.inner-page .side-title h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}
.contact-page {
    padding: 60px 0 0 0;
}
.contact-page .contact-1 {
    padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
    padding: 100px 0 0;
}
.contact-page .contact-2 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.contact-page .contact-2 ul li {
    max-width: 35%;
    width: auto;
    /*padding-left: 40px;*/
}
.contact-page .contact-2 ul li:nth-child(1){
    padding-left: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
    display: flex;
    align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #aaaaaa;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    flex-shrink: 0;
}
.contact-page .contact-2 ul li .content h6 i {
    font-size: 20px;
    color: #000000;
}
.contact-page .contact-2 ul li .content p {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    /*max-width: 290px;*/
}
.contact-page .contact-2 ul .add {
    padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
    align-items: flex-start;
}
.contact-page .contact-3 {
    padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.contact-page .contact-3 ul li {
    width: 33.3333%;
    padding-left: 125px;
    position: relative;
    margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
    width: 160px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
    background: #f8f8f8;
    padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-weight: bold;
    max-width: 230px;
    padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
    max-width: 230px;
    margin: 0 0 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
    margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}
.contact-page .contact-4 {
    padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .left {
    max-width: 380px;
    padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
    font-size: 48px;
    line-height: 1.4;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'per';
}
.contact-page .contact-4 .left p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    /*font-weight: bold;*/
}
.contact-page .contact-4 .right {
    width: 63%;
}
.contact-page .contact-4 .right form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .right form input {
    width: 49%;
    background: none;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
    width: 49%;
    background: none;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
    width: 220px;
    height: 48px;
    background: #000;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    border: none;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-4 .right form input[type="submit"]:hover{
    background: var(--color);
}
.contact-page .contact-4 .right p {
    font-size: 16px;
    line-height: 2;
    /*font-weight: bold;*/
    color: #989898;
}

@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .prodet-page .prodet-1,
    .prodet-page .prodet-3,
    .product-page{
        padding: 70px 0;
    }
    .newdet-page .slideBarRight h1,
    .prodet-page .prodet-1 .right h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    }
    .prodet-page .prodet-1 .right .text{
        font-size: 16px;
    }
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
}
@media screen and (max-width: 1450px) {
    .prodet-page .prodet-1 .right h1,
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
    .prodet-page .prodet-2 .ret {
        margin-top: 30px;
    }
    .prodet-page .prodet-3 span.h3 {
        font-size: 24px;
    }
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
}
@media screen and (max-width: 1250px) {
    .contact-page .contact-4 .left{
        width: 100%;
    }
    .contact-page .contact-4 .right{
        width: 100%;
    }
    .prodet-page .prodet-1 .right h1,
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
    .prodet-page .prodet-1 .right .share {
        margin-top: 1.5em;
    }
    .prodet-page .prodet-2 .options span {
        padding: .7em 1.5em;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
    .inner-page .product_list ul li {
        padding: 10px;
    }
    .inner-page .product_list ul {
        margin: -10px;
    }
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .product_list ul li{
        width: 50%;
    }
    .prodet-page .prodet-1 .left {
        position: static;
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1,
    .prodet-page .prodet-3,
    .product-page,
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    }
    .inner-page .form ul li{
        width: 100%;
    }
    .prodet-page .prodet-1 .right h1,
    .newdet-page .slideBarRight h1{
        font-size: 28px;
        line-height: 1.6;
    }
    .product-page .is_video h1{
        flex: unset;
        width: 100%;
    }
    .product-page .play{
        margin-top: 0;
        margin-bottom: 40px;
        margin-left: 0;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
    .inner-page .product_list ul li{
        width: 100%;
    }
    .seoPublic .Auxil-form .form ul li{
        width: 100%;
    }
}
.faq-page {
    padding-top: 39px;
    background-color: #faf9f9;
}
.faq-page .faq-1 {
    background: url(../images/faq-bg.png) no-repeat right bottom;
    padding-bottom: 6%;
}
.faq-page .faq-1 .header {
    max-width: 1134px;
}
.faq-page .faq-1 .header .title {
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'per';
}
.faq-page .faq-1 .content {
    margin-top: 82px;
    border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
    border-bottom: 1px solid #bebebe;
    padding: 34px 0 40px;
    color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
    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;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-weight: bold;
    cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
    padding-right: 34px;
    width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
    display: inline-block;
    vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-page .faq-2 .box {
    background: url(../images/faq-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 11.459% 20% 10.6771%;
    text-align: center;
}
.faq-page .faq-2 .box .play {
    font-size: 36px;
    color: #fff;
    background-color: rgba(71, 26, 26, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 280px;
    height: 280px;
    line-height: 280px;
    position: relative;
    text-align: center;
}
.faq-page .faq-3 {
    background: url(../images/ab-wz.png) no-repeat center top;
    margin-top: 7%;
    padding-top: 7%;
    margin-bottom: 5%;
}
.faq-page .faq-3 .header {
    color: #030303;
}
.faq-page .faq-3 .header .title {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-3 .header p {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 12px;
}
.faq-page .faq-3 .search {
    text-align: center;
    margin-top: 87px;
}
.faq-page .faq-3 .search form {
    max-width: 773px;
    margin: 0 auto;
    position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
    width: 100%;
    height: 54px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
    background: url(../images/faq-icon.png) no-repeat 29px center;
    text-align: right;
    border: 0;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 18px;
    width: 176px;
    text-transform: uppercase;
    color: #030303;
    border-left: 1px solid #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
    background-position-x: 30px;
    color: var(--color);
    border-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-1 .header .title {
        font-size: 60px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 52px;
    }
    .faq-page .faq-1 {
        background: transparent;
    }
    .inner-page .m-page{
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-1 .header .title {
        font-size: 45px;
    }
    .faq-page .faq-1 .content {
        margin-top: 40px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 40px;
    }
    .inner-page .m-page{
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page {
        padding-top: 0;
    }
    .faq-page .faq-1 .header .title {
        font-size: 28px;
        line-height: 1.4;
    }
    .faq-page .faq-1 .content {
        margin-top: 20px;
    }
    .faq-page .faq-1 .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .faq-page .faq-1 .content ul li .tit em {
        padding-right: 20px;
    }
    .faq-page .faq-2 .box {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-page .faq-3 {
        background: transparent;
        margin-top: 5%;
    }
    .faq-page .faq-3 .header .title {
        font-size: 36px;
    }
    .faq-page .faq-3 .header p {
        font-size: 20px;
        line-height: 1.4;
    }
    .faq-page .faq-3 .search {
        margin-top: 20px;
    }
    .faq-page .faq-3 .search form input[type="text"] {
        padding-right: 0;
    }
    .faq-page .faq-3 .search form input[type="submit"] {
        position: initial;
        margin-top: 20px;
        border: 1px solid #000;
        height: 50px;
        padding-right: 15px;
        background-position-x: 20px;
    }
}

.service-page {
       background-color: #faf9f9;
}
.service-page .service-1 {
    padding: 0 0 6% 0;
}
.service-page .service-1 .top .left {
    width: 73%;
}
.service-page .service-1 .top .left .title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: #030303;
    text-transform: uppercase;
    font-family: 'per';
}
.service-page .service-1 .top .right {
    width: 53%;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    vertical-align: bottom;
    margin-bottom: 10px;
}
.service-page .service-1 .bottom {
    padding:  0% 0 0  0;
}
.service-page .service-1 .bottom .grid-box {
        width: 1590px;
        padding-top: 50px;
        max-width: 100%;
}
.service-page .service-1 .bottom ul li {
    padding: 0 30px;
    padding-left: 0;
    width: 16.6666%;
}
.service-page .service-1 .bottom ul li .ig{
    position: relative;
    padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig i{
    display: block;
}
.service-page .service-1 .bottom ul li .ig i img{
    width: 100%;
}
.service-page .service-1 .bottom ul li .ig::after{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    overflow: hidden;
}
.service-page .service-1 .bottom ul li p {
    font-size: 18px;
    line-height: 1.8;
    color: #030303;
    /*width: 78%;*/
    margin-top: 18px;
    text-align: left;
}
.service-page .service-1 .bottom ul li .content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #faf9f9;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}
.service-page .service-1 .bottom ul li:hover .content {
    opacity: 1;
}
.service-page .service-1 .bottom ul li .text p {
    font-size: 20px;
    width: 100%;
    margin: 0;
}
.service-page .service-1 .bottom ul li .mores {
    display: block;
    margin-top: 38px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
    display: none;
}
/*.service-page .service-1 .bottom ul li:hover i{
    filter: brightness(0);
}*/
.service-page .service-2 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
}
.service-page .service-2 .left {
    width: 53.646%;
}
.service-page .service-2 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 20px 0 0;
}
.service-page .service-2 .right .ig {
    max-width: 706px;
    padding-left: 57px;
}
.service-page .service-2 .right .header {
    text-align: right;
}
.service-page .service-2 .right .header .tag {
    color: #fff;
    padding-right: 138px;
}
.service-page .service-2 .right .header .tag::before {
    background: #fff;
    top: 8px;
}
.service-page .service-2 .right .header .title {
    text-align: left;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 6px;
    font-family: 'per';
}
.service-page .service-2 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left;
}
.service-page .service-2 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
    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;
    font-size: 20px;
    line-height: 1.6;
}
.service-page .service-2 .right .list ul li .tit em {
    width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-2 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
    opacity: 0;
}
.service-page .service-2::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background: url(/template/en/images/about2-bg.jpg) no-repeat center ;
}
.service-page .service-3 {
    padding-top: 7.2%;
}
.service-page .service-3 .header {
    text-align:left;
}
.service-page .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    font-family: 'per';
    margin-top: 5px;
}
.service-page .service-3 .content {
    margin-top: 65px;
}
.service-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.service-page .service-3 .content ul li {
    padding-right: 20px;
    width: 20.79%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
    height: 333px;
}
.service-page .service-3 .content ul li .ig i{
    display: block;
}
.service-page .service-3 .content ul li .ig .tit {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 30px;
    padding-bottom: 20px;
}
.service-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.service-page .service-3 .content ul li.active {
    width: 37.63%;
}
.service-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.service-page .service-4 {
    padding: 5% 0 0 0;
    overflow: hidden;
}
.service-page .service-4 .header .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 22px;
    font-family: 'per';
}
.service-page .service-4 .content {
    margin-top: 51px;
}
.service-page .service-4 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -18px;
}
.service-page .service-4 .content ul li {
    padding-right: 18px;
    width: 20%;
    -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
    position: relative;
    height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.06) translateZ(0);
    -moz-transform: scale(1.06) translateZ(0);
    transform: scale(1.06) translateZ(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
    background-image: linear-gradient(135deg, var(--color));
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 34px 15px 51px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
}
.service-page .service-4 .content ul li .ig .text .tit {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    width: 100%;
}
.service-page .service-4 .content ul li .ig .text p{
    font-size: 16px;
}
.service-page .service-4 .content ul li .ig .text .mores {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 0 19px 38px;
    position: relative;
    z-index: 1;
    color: #fff;
    flex-shrink: 0;
    margin-left: 1em;
}
.service-page .service-4 .content ul li .ig .text .mores img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
    margin-left: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 08px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
    -webkit-transform: translateX(-86px);
    -moz-transform: translateX(-86px);
    -ms-transform: translateX(-86px);
    transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
    width: 60%;
}
.service-page .service-4 .content ul li.active .ig .img {
    height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
    opacity: 1;
}
@media screen and (max-width: 1680px) {
    .service-page .service-1 .bottom ul li{
        padding: 0 20px;
    padding-left: 0;
        
    }
    .service-page .service-4 .content ul li.active .text{
        display: block;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        font-size: 36px;
        width: 100%;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .service-page .service-1 .bottom ul li p{
        width: 90%;
    }
    .service-page .service-2 .right .header .title{
        font-size: 78px;
        margin-left: -90px;
    }
    .service-page .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px) {
    .service-page .service-1 .top .left .title{
        font-size: 60px;
    }
    .service-page .service-1 .bottom{
        padding-left: 0;
    }
    .service-page .service-1 .bottom ul li p {
        width: 100%;
    }
    .service-page .service-2{
        padding: 50px 0;
    }
    .service-page .service-2 .left,
    .service-page .service-2 .right{
        vertical-align: middle;
    }
    .service-page .service-2 .right{
        padding-top: 0;
    }
    .service-page .service-2 .right .ig{
        padding-left: 30px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 62px;
        margin-left: 0px;
    }
    .service-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max-width: 1100px) {
    .service-page .service-1 .top .left .title {
        font-size: 60px;
    }
    .service-page .service-1 .bottom ul li p{
        font-size: 21px;
    }
    .service-page .service-2 .right .header .title{
        font-size: 53px;
    }
    .service-page .service-2 .right .list{
        margin-top: 40px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
    .service-page .service-4 .content ul li .ig{
        height: 400px;
    }
    .service-page .service-4 .content ul li.active .ig .img{
        height: 300px;
    }
    .service-page .service-4 .content ul li .ig .text{
        padding: 15px 8px 20px;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        font-size: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .service-page .service-1 .top .left,
    .service-page .service-1 .top .right{
        width: 100%;
    }
    .service-page .service-1 .top .right{
        margin-top: 20px;
    }
    .service-page .service-1 .bottom ul{
        margin-bottom: -20px;
    }
    .service-page .service-1 .bottom ul li{
        width: 33.3333%;
        margin-bottom: 20px;
    padding-left: 0;
        
    }
    .service-page .service-2 .left{
        display: none;
    }
    .service-page .service-2 .right{
        width: 100%;
    }
    .service-page .service-2::after{
        width: 100%;
    }
    .service-page .service-3 .header .title{
        font-size: 70px;
    }
    .service-page .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-page .service-3 .content ul li.active{
        width: 50%;
    }
    .service-page .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .service-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
    .service-page .service-4 .header .title{
        font-size: 66px;
    }
    .service-page .service-4 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page .service-4 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-page .service-4 .content ul li.active{
        width: 50%;
    }
    .service-page .service-4 .content ul li:last-child{
        width: 100%;
    }
    .service-page .service-4 .content ul li:last-child.active{
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .bottom ul li{
        width: 50%;
        padding: 0 10px;
    padding-left: 0;
        
    }
    .service-page .service-1 .bottom ul li:nth-child(even){
        padding-right: 0;
    }
    .service-page .service-2 .right .list ul li .tit{
        font-size: 22px;
    }
    .service-page .service-3 .header .title {
        font-size: 53px;
    }
    .service-page .service-3 .content{
        margin-top: 20px;
    }
    .service-page .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .service-page .service-3 .content ul li .ig{
        padding: 10px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .service-page .service-3 .content ul li .ig .num{
        bottom: 0;
    }
    .service-page .service-4 .header .title {
        font-size: 50px;
    }
    .service-page .service-4 .content{
        margin-top: 20px;
    }
    .service-page .service-4 .content ul li .ig .text .tit {
        font-size: 24px;
        line-height: 40px;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        zoom: .7;
    }
    .service-page .service-4 .content ul li .ig{
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-1 .top .left .title {
        font-size: 50px;
    }
    .service-page .service-1 .top .right{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-1 .bottom ul li{
        width: 100%;
        padding: 0;
    }
    .service-page .service-1 .bottom ul li .ig{
        padding: 0;
    }
    .service-page .service-1 .bottom ul li .ig::after{
        display: none;
    }
    .service-page .service-2 .right{
        padding: 0 15px;
    }
    .service-page .service-2 .right .ig{
        padding-left: 0;
    }
    .service-page .service-2 .right .header .title {
        font-size: 40px;
    }
    .service-page .service-2 .right .header .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-2 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4;
    }
    .service-page .service-3 .header .title {
        font-size: 36px;
    }
    .service-page .service-3 .content ul li,
    .service-page .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-4 .header .title {
        font-size: 33px;
    }
    .service-page .service-4 .content ul li,
    .service-page .service-4 .content ul li.active{
        width: 100%;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        zoom: 1;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        line-height: 1.5;
    }
    .service-page .service-4 .content ul li .ig .text{
        opacity: 1;
        display: block;
    }
}
.application-page {
    /*padding: 6% 0;*/
        background-color: #faf9f9;
        overflow: hidden;
}
.application-page .application-list .header {
    max-width: 100%;
}
.application-page .application-list .header .title {
    font-size: 90px;
    font-weight: bold;
    line-height: 1.1;
    font-family: 'per';
}
.application-page .application-list .swiper {
    margin-top: 72px;
    padding-bottom: 50px;
    overflow: unset;
}
.application-page .application-list .swiper .tit {
    font-size: 30px;
    line-height: 1.3;
    color: #030303;
    text-align: center;
    margin-top: 25px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.application-page .application-list .swiper .swiper-slide {
    cursor: pointer;
}
.application-page .application-list .swiper .swiper-slide:hover .tit {
    opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination {
    bottom: 0;
    height: 41px;
}
.application-page .application-list .swiper .swiper-pagination-bullet {
    position: relative;
    width: 1px;
    height: 16px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 9px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination-bullet-active {
    height: 41px;
    background: #5f5e5f;
}
.tc {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 79px;
    right: 0;
    width: 100%;
    background: url(../images/beijing.jpg) no-repeat;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.tc .list {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.tc .list .item {
    position: relative;
    height: 100vh;
    text-align: center;
    padding: 0vh 15vw 0;
}
.tc .list .item .title {
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.tc .list .item .img {
    position: relative;
    max-width: 600px;
    margin: -4% auto 0;
}
.tc .list .item .img .desc {
    position: absolute;
    right: 30px;
    top: 10%;
    /*color: #fff;*/
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.tc .list .item .gallery{
    position: absolute;
    bottom: 100px;
    right: 20%;
}
.tc .list .item .gallery ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -20px;
    text-align: right;
    margin: 0 auto;
}
.tc .list .item .gallery ul li{
    padding-right: 20px;
    max-width: 100px;
    cursor: pointer;
}
.tc .list .item .gallery ul li img{
    width: 100%;
}
.tc.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 1680px) {
    .contact-page .contact-2 ul li{
        width: 50%;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .contact-page .contact-2 ul li .content p{
        max-width: 83%;
    }
}
@media screen and (max-width: 1440px) {
    .tc .list .item{
        padding: 0 10vw;
    }
}
@media screen and (max-width: 1280px) {
    .tc .list .item{
        padding: 0 6vw;
    }
    .tc .list .item .title{
        font-size: 66px;
    }
}
@media screen and (max-width: 1000px) {
    .application-page .application-list .header .title{
        font-size: 60px;
    }
    .application-page .application-list .swiper{
        margin-top: 60px;
    }
    .application-page .application-list .swiper .tit{
        font-size: 25px;
        line-height: 1.4;
    }
    .tc .list .item{
        padding: 0 10vw;
    }
    .tc .list .item .title{
        font-size: 60px;
    }
    .contact-page {
        padding: 30px 0 0;
    }
    .contact-page .contact-4 .left{
        margin-top: 0;
    }
    .contact-page .contact-4 .right{
        width: 100%;
        margin-top: 20px;
    }
    .contact-page .contact-2{
        padding: 30px 0;
    }
    .contact-page .contact-2 ul li .content h6{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .contact-page .contact-2 ul li .content p{
        max-width: 270px;
    }
}
@media screen and (max-width: 700px) {
    .application-page .application-list .header .title{
        font-size: 30px;
    }
    .application-page .application-list .swiper{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .tc .list .item{
        padding: 0 6vw;
    }
    .tc .list .item .gallery{
        position: initial;
        margin-top: 20px;
    }
    .tc .list .item .title{
        font-size: 46px;
    }
    .contact-page .contact-2 ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-page .contact-2 ul li:last-child{
        margin-bottom: 0;
    }
    .contact-page .contact-2 ul li .content p{
        max-width: 100%;
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .application-page .application-list .swiper{
        overflow: hidden;
        padding: 0 15px 30px;
    }
    .application-page .application-list .swiper .tit{
        opacity: 1;
        font-size: 24px;
        line-height: 40px;
        margin-top: 10px;
    }
    .tc .list .item .title{
        font-size: 36px;
    }
    .contact-page .contact-4 .right form input,
    .contact-page .contact-4 .right form textarea{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-page .contact-4 {
        padding: 0px;
    }
}
.inner-page span.tag {
    display: inline-flex;
}
.custom-page .custom-2 .right .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-page .custom-2 {
  background: #fff;
  padding: 100px 0;
}
.custom-page .custom-2 .left {
  width: 18.1%;
}
.custom-page .custom-2 .left span {
  max-height: 800px;
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-family: 'per';
  letter-spacing: 3px;
  color: #091733;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.custom-page .custom-2 .right {
  width: 81.9%;
}
.custom-page .custom-2 .right ul li {
  width: 25%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .right ul li .item {
  height: 600px;
  border-left: 1px solid #091733;
  padding: 107px 15px 0;
  position: relative;
  color: #091733;
}
.custom-page .custom-2 .right ul li .item .tit {
  font-size: 30px;
  letter-spacing: 1px;
  color: #091733;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .right ul li .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
.custom-page .custom-2 .right ul li .item .text .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .right ul li .item span {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
  display: inline-block;
  margin-top: 27px;
}
.custom-page .custom-2 .right ul li.active {
  width: 30%;
}
.custom-page .custom-2 .right ul li.active .item {
  padding: 132px 15px 0;
}
.custom-page .custom-2 .right ul li.active .item .tit {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.custom-page .custom-2 .right ul li.active .item .text .con {
  opacity: 1;
}
.custom-page .custom-2 .right ul li:last-child .item {
  border-right: 1px solid #091733;
}
/* aft */
.aft01 {padding: 120px 0 100px; background: url(../images/aft01_bg.jpg);background-size: cover;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01  h4 {    font-size: 30px; color: #333333; margin: 16px 0 28px; font-weight: bold;}
.aft01 .box {display: flex;    margin-bottom: 60px;}
.aft01 .box .min {width: 350px;height: 350px;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01 .box .min:nth-of-type(1) {transition: 0.5s; background-color: rgb(71 110 236);position: relative;z-index: 1;left: 0px;}
.aft01 .box .min:nth-of-type(2) {transition: 0.5s; background-color: rgb(36 36 36 / 90%); margin-left: -42px;position: relative;right: 0px;}
.aft01 .box:hover .min:nth-of-type(1){left: 308px;}
.aft01 .box:hover .min:nth-of-type(2){right: 308px;}
.aft01 .box .min  h5 {font-size: 20px;font-weight: bold;margin-bottom: 30px;color: #fff;}
.aft01 .box .min  h6 {font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 50px;text-align: center;}
.aft01 .box .min  img {width: 42px;}
.aft01 p {font-size: 20px;color: #333333;font-weight: bold;}
.aft02 {padding: 160px 0 120px;position: relative;overflow: hidden;}
.aft02 .bg_fix {position: absolute;top: 0px;left: 0px;width: 100%;height: 690px;}
.aft02 .bg_fix::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; }
.aft02 .bg_fix img {height: 100%;width: 100%;object-fit: cover;}
.aft02 .top {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-bottom: 47px;    z-index: 1; position: relative;}
.aft02 .top .hu_h3 {color: #fff;}
.aft02 .top  p {font-size: 18px;line-height: 34px;text-align: center;color: #fff;margin-top: 10px;}
.aft02 .top .line {height: 75px;width: 1px;background-color: rgba(255,255,255,0.4);margin: 28px 0 ;position: relative;}
.aft02 .top .line::after {content: "";  width: 7px; height: 7px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 0px; animation: 2s linear 0.5s infinite hua2;}
@keyframes hua2 { from { top: 0%; } to { top: 95%; } }
.aft02 .top h4 {font-size: 30px;color: #fff;}
.aft02 .botF {padding: 0 90px;position: relative;}
.aft02 .botF .fa {    background-image: none; width: auto; height: auto; margin: 0; padding: 0; font-size: 74px; color: #cbcbcb; outline: none;}
.aft02 .botF .fa:hover {color: var(--color);;}
.aft02 .bot {position: relative;overflow: hidden;margin: auto;}
.aft02 .bot .box {    background-color: #fff; padding: 50px 0 138px; border-radius: 12px; box-shadow: 0px 5px 15px rgb(102 102 102 / 30%); display: flex; justify-content: center; align-items: center; flex-direction: column; }
.aft02 .bot .box  .icon {border-radius: 50%; position: relative; height: 111px; display: flex;justify-content: center;align-items: center; width: 111px;}
.aft02 .bot .box:hover  .icon::before {   animation: img01anime 10s 0s linear infinite; }
.aft02 .bot .box:hover  .icon::after{  animation: img02anime 10s 0s linear infinite;}
.aft02 .bot .box  .icon::before {   content: ""; position: absolute; width: 120%; height: 120%; border-radius: 50%;  border: 1.6px dashed var(--color);}
.aft02 .bot .box  .icon::after{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%;  border: 1.6px dashed var(--color);}

@keyframes img01anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes img02anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}

.aft02 .bot .box  .icon img {width: 56px;transition: 0s;}
.aft02 .bot .box h4 {font-size: 18px;line-height: 32px;font-weight: bold;color: #666;margin-bottom: 5px;    margin-top: 54px;}
.aft02 .bot .box h5 {       font-size: 24px; position: relative; color: #111; text-align: center; line-height: 40px; height: 52px;}
.aft02 .bot .box h5::after {content: "";position: absolute;width: 20px;height: 4px;background-color: var(--color);left: 50%;transform: translateX(-50%);bottom: 0px;}
.aft02 .bot .box p{padding:30px 15px; font-size: 16px; line-height: 30px; height: 80px; text-align: center;}
.aft02 .bot .box:hover h5::after {background-color: #fff;}
.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p{color: #fff;}
.aft02 .bot .box:hover  .icon img {filter: grayscale(10) brightness(10);}
.aft02 .bot .box:hover  .icon,.aft02 .bot .box:hover  .icon::before,.aft02 .bot .box:hover  .icon::after {border-color: #fff;}

.aft02 .bot .box:hover {background-color: var(--color); background-image: linear-gradient(135deg, var(--color), var(--color2));}

.aft02 .bot .aft02Swiper {width: 1200px;margin: auto;}
.aft02 .bot  {width: 1242px;margin: auto;    padding: 22px 0;}
.aft03 {padding-bottom: 0;position: relative;overflow: hidden;     background-color: #faf9f9;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;     padding-bottom: 100px;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 45%;    height: 695px;}
.aft03 .icenter2 .le::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); z-index: 1; }
.aft03 .icenter2 .le:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
.aft03 .icenter2 .le img{height: 100%;}
.aft03 .icenter2 .le:hover img {transform: scale(1.1);}
.aft03 .icenter2 .ri {width: 50%;}
.aft03 .icenter2 .ri >ul {margin: 20px 0 0px;}
.aft03 .icenter2 .ri >ul li {position: relative;padding-left: 15px;font-size: 18px;color: #666666;line-height: 30px;}
.aft03 .icenter2 .ri >ul li::before {    width: 5px; height: 5px; border-radius: 50%; background-color: #666666; position: absolute; left: 0px; top: 13px; content: "";}
.aft03 dl dd{ padding-top: 60px;  display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.aft03 dl dd .icon {width: 86px;margin-right: 58px;}
.aft03 dl dd .text {}
.aft03 dl dd .text h4 {    position: relative; padding-bottom: 0px; font-size: 18px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 70px;font-weight: bold;}
.aft03 dl dd .text h4::after { position: absolute;content: "";left: 0px;bottom: 0px; width: 100%;height: 5px;background-color:var(--color);}
.aft03 dl dd .text  p {font-size: 18px;color: #666666;}
.aft04 {background: url(../images/aft04_bg.jpg);background-size: cover;position: relative;overflow: hidden;background-attachment: fixed;padding: 130px 0 180px;}
.aft04  .icenter2 {position: relative; z-index: 1;}
.aft04::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(239, 241, 247, 0.65); position: absolute; left: 0; top: 0; }
.aft04 .hu_h3 {padding-left: 42px;}
.aft04 dl {margin-top: 50px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.aft04 dl dd {width: 48%;padding-left: 42px;padding-bottom: 42px;box-sizing: border-box;display: flex;align-items: center;position: relative;    justify-content: space-between;}
.aft04 dl dd .bg {position: absolute; width: 127px;left: 0px;bottom: 0px;transition: 0.5s;}
.aft04 dl dd:hover .bg {left: 30px;bottom: 30px;}
.aft04 dl dd .le {width: 38.5%;}
.aft04 dl dd .ri {width: 51%;}
.aft04 dl dd .ri .name {font-size: 20px;font-weight: bold;color: #333333;width: 156px;height: 43px;border: 1px solid #d3d3d4;display: flex;justify-content: center;align-items: center;    background-color: #fff;}
.aft04 dl dd:hover .ri .name {background-color: #cd161d;color: #fff;}
.aft04 dl dd .ri .number{margin-top: 78px;}
.aft04 dl dd .ri .number .t {display: flex;align-items: center; margin-bottom: 17px; }
.aft04 dl dd .ri .number .t .icon {width: 65px;    margin-right: 12px;animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;}
.aft04 dl dd .ri .number .t a {font-size: 40px;font-weight: bold;color: #cd161d;position: relative;}
.aft04 dl dd .ri .number .t a::after {    content: ""; position: absolute; left: 5px; bottom: -7px; width: 50px; height: 3px; background-color: #cd161d;}
.aft04 dl dd .ri .number span {font-size: 18px;color: #999999;}


@media screen and (max-width:1600px) {
    .aft01 {padding: 100px 0 90px;}
    .aft01 h4 { font-size: 25px; margin: 10px 0 22px; }
    .aft01 .box .min { width: 320px; height: 320px;}
    .aft01 .box:hover .min:nth-of-type(1) { left: 278px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 278px; }
    .aft01 .box .min h5 { font-size: 17px; margin-bottom: 26px; }
    .aft01 .box .min h6 { font-size: 22px; margin-bottom: 44px; }
    .aft01 .box .min img { width: 32px; }
    .aft01 .box { margin-bottom: 38px; }
    .aft02 .top p { font-size: 15px; line-height: 30px; margin-top: 8px; }
    .aft02 .top { margin-bottom: 30px;}
    .aft02 .top h4 { font-size: 24px; }
    .aft02 .top .line { height: 55px; margin: 20px 0; }
    .aft02 .bot .aft02Swiper { width: 1000px; }
    .aft02 .bot { width: 1032px; padding: 22px 0; }
    .aft02 .botF { padding: 0 13px;}
    .aft02 .botF .fa { font-size: 65px; }
    .aft02 .bot .box { padding: 43px 0 105px; box-shadow: 0 0 11px #d8d8d8;}
    .aft02 .bot .box .icon { height: 95px; width: 95px;}
    .aft02 .bot .box .icon img { width: 48px; }
    .aft02 .bot .box h4 { font-size: 26px; margin-bottom: 5px; margin-top: 44px; }
    .aft02 .bot .box h5 { width: 220px; font-size: 16px; line-height: 30px; height: 48px; }
    .aft02 .bot .box h5::after { width: 17px; height: 3px; bottom: -125px; }
    .aft02 .botF .fa-angle-left {left: -18px;}
    .aft02 .botF .fa-angle-right {right: -18px;}
    .aft02 { padding: 115px 0 90px; }
    .aft02 .bg_fix { height: 555px; }
    .aft03 .icenter2 .ri >ul li { padding-left: 15px; font-size: 14px; line-height: 24px; }
    .aft03 .icenter2 .ri >ul { margin: 16px 0 0px; }
    .aft03 dl dd { padding-top: 34px; padding-bottom: 12px; }
    .aft03 dl dd .icon { width: 74px; margin-right: 50px; }
    .aft03 dl dd .text h4 { font-size: 16px; margin-bottom: 8px; }
    .aft03 dl dd .text h4 strong { font-size: 58px; }
    .aft03 dl dd .text h4::after { height: 4px;}
    .aft03 dl dd .text p { font-size: 15px; }
    .aft03 .icenter2 .le { height: 529px; }
    .aft04 { padding: 100px 0 155px; }
    .aft04 dl dd { padding-left: 36px; padding-bottom: 36px;}
    .aft04 .hu_h3 { padding-left: 36px; }
    .aft04 dl { margin-top: 38px;}
    .aft04 dl dd .ri .number .t .icon { width: 48px; margin-right: 10px;}
    .aft04 dl dd .ri .number .t a { font-size: 30px; }
    .aft04 dl dd .ri .number .t a::after { width: 41px;}
    .aft04 dl dd .ri .number span { font-size: 16px; }
    .aft04 dl dd .ri .name { font-size: 16px; width: 133px; height: 38px;}
    .aft04 dl dd .bg { width: 115px; }
    .aft04 dl dd .ri .number { margin-top: 70px; }
}

@media only screen and (max-width:768px){
    .aft03 .icenter2{
        padding-bottom: 40px;
    }
    .aft01 { padding: 50px 0; }
    .aft01 h4 { font-size: 22px; margin: 10px 0 22px; }
    .aft01 .box .min {        width: 192px; height: 192px; }
    .aft01 .box .min h5 { font-size: 14px; margin-bottom: 20px; }
    .aft01 .box .min h6 {      font-size: 16px; margin-bottom: 34px; height: 40px; display: flex; align-items: center;}
    .aft01 p { font-size: 16px; }
    .aft01 .box .min:nth-of-type(2) { margin-left: -25px; }
    .aft02 .top p { font-size: 15px; line-height: 26px; margin-top: 8px; }
    .aft02 .top .line { height: 42px; margin: 14px 0;position: relative; }
    .aft02 .top h4 { font-size: 22px; }
    .aft02 .bot { width: 110%; }
    .aft02 .top { margin-bottom: 20px; }
    .aft02 .botF { padding: 0 0px; }
    @keyframes hua2 { from { top: 0%; } to { top: 95%; } }
    .aft02 .bot .aft02Swiper { width: 100%; }
    .aft02 .bot { width: 100%;padding: 20px; }
    .aft02 .botF .fa-angle-left { left: -8px; }
    .aft02 .botF .fa-angle-right{ right: -8px; }
    .aft02 { padding: 80px 0 40px; }
    .aft02 .bg_fix { height: 483px; }
    .aft03 .icenter2 {flex-flow: wrap;}
    .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
    .aft03 .icenter2 .ri {width: 100%;}
    .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
    .aft03 { padding-bottom: 50px; }
    .aft04 {    padding: 50px 0 20px; background-attachment: unset;}
    .aft04 .hu_h3 { padding-left: 0px; }
    .aft04 dl { margin-top: 26px; flex-flow: wrap;}
    .aft04 dl dd {     padding-left: 22px; padding-bottom: 22px; width: fit-content; margin-bottom: 30px; }
    .aft04 dl dd .bg {     width: 72px; bottom: 0px; }
    .aft04 dl dd .le .imgbox {    height: 153px; width: 123px;}
    .aft04 dl dd .ri .name { font-size: 14px; width: 114px; height: 33px; }
    .aft04 dl dd .ri .number { margin-top: 38px; }
    .aft04 dl dd .ri .number .t a { font-size: 24px; }
    .aft04 dl dd .ri .number .t .icon { width: 32px; margin-right: 6px; }
    .aft04 dl dd .ri .number span { font-size: 14px; }
    .aft04 dl dd .ri { width: 60%; margin-left: 8%; }
    .aft01 .box:hover .min:nth-of-type(1) { left: 168px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 168px; }
}
.custom-2new .ui .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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-2new .ui .top .left {
    padding-right: 65px;
}
.custom-2new .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
}
.custom-2new .ui .top .left p {
    line-height: 2;
    margin-top: 35px;
}
.custom-2new .ui .bottom {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}
.custom-2new .ui .bottom .left {
    padding-right: 80px;
}
.custom-2new .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}
.custom-2new .ui .bottom .right {
    /*padding-right: 80px;*/
}
.custom-2new .ui .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom-2new .ui .bottom .right ul.list3 li .top {
    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: 10px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 36px;
}
.custom-2new .ui .bottom .right ul.list3 li .top em {
   
}
.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 30px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}
@media screen and (max-width: 1250px) {
    .font-48 {
        font-size: 30px;
    }
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
    }
    .font-36 {
        font-size: 28px;
    }
    .font-16 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .font-30 {
        font-size: 18px;
        line-height: 32px;
    }
    .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px;
    }
    .custom-2new .ui .bottom .right {
        padding-right: 0;
    }
    .custom-2new .ui .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
    .font-40 {
        font-size: 28px;
    }
    .font-20 {
        font-size: 14px;
    }
    .custom-2new .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom-2new .ui .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .top .right {
        width: 100%;
    }
    .custom-2new .ui .bottom .right ul.list3 li .top{
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width: 500px) {
  .font-40 {
    font-size: 20px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 40px;
  }
  .font-36 {
    font-size: 24px;
  }
}
.hu_h3 {
    font-size: 60px;
    font-weight: 700;
    color: #111;
}
.contact2-page .marginBox {
  padding-top: 00px;
}
.contact2-page .contact-1 {
  padding: 150px 0 110px;
  text-align: center;
}
.contact2-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact2-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;
}
.contact2-page .contact-1 .list ul li {
  padding: 20px;
}
.contact2-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact2-page .contact-1 .list ul li .box i {
  display: block;
}
.contact2-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact2-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact2-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.contact2-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact2-page .map {
  position: relative;
  z-index: 1;
}
.contact2-page .form ul {
  margin: -15px -7px;
}
.contact2-page .form ul li {
  padding: 15px 7px;
}
.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.contact2-page .form ul li input::-webkit-input-placeholder, .contact2-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-moz-placeholder, .contact2-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::-moz-placeholder, .contact2-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-ms-input-placeholder, .contact2-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li textarea {
  height: 150px;
}
.contact2-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact2-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.contact2-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .contact2-page .form ul li {
    padding: 6px;
  }
  .contact2-page .form ul {
    margin: -6px;
  }
  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
.custom3-page  {
     background-color: #faf9f9;
}
.custom3-page .custom-1 {
    padding: 0px 0 90px 0;
}
.custom3-page .custom-1 .top .h2{
    font-weight: bold;
    font-family: 'per';
}
.custom3-page .custom-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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom3-page .custom-1 .top .h3 {
    width: 50%;
    padding-left: 35px;
    line-height: 1.2;
    border-left: 3px solid var(--base-color);
}
.custom3-page .custom-1 .top p {
    width: 50%;
    padding-left: 20px;
    line-height: 2;
}
.custom3-page .custom-1 .top img{
    width: 100%;
}
.custom3-page .custom-1 .btm ul.list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.custom3-page .custom-1 .btm ul.list2 li.item {
    margin: 0 10px;
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 100%;
}
.custom3-page .custom-1 .btm ul.list2 li.item img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom3-page .custom-1 .btm ul.list2 li.item:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.custom3-page .custom-2 {
    padding-bottom: 10px;
}
.custom3-page .custom-2 .ui.container .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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom3-page .custom-2 .ui.container .top .left {
    padding-right: 65px;
}
.custom3-page .custom-2 .ui.container .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--base-color);
}
.custom3-page .custom-2 .ui.container .top .left p {
    line-height: 2;
    margin-top: 35px;
}
.custom3-page .custom-2 .ui.container .bottom {
    margin-top: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
    /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
    padding: 80px 80px 115px 80px;
    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;
}
.custom3-page .custom-2 .ui.container .bottom .left {
    padding-right: 80px;
}
.custom3-page .custom-2 .ui.container .bottom .left .h4 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'per';
}
.custom3-page .custom-2 .ui.container .bottom .left .h5 {
    font-weight: bold;
    font-family: 'per';
}
.custom3-page .custom-2 .ui.container .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}
.custom3-page .custom-2 .ui.container .bottom .right {
    /*padding-right: 80px;*/
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
    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: 20px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 30px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}
.custom3-page .custom-3 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.custom3-page .custom-3 .ui.container {
    text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox {
    margin-top: 55px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li {
    padding: 0 15px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item {
    background: #f7f7f7;
    border-radius: 5px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text {
    padding: 25px;
    text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
    line-height: 1.8;
    font-weight: 400;
    margin-top: 15px;
    max-height: 116px;
    overflow-y: auto;
}

@media screen and (max-width: 1250px) {
    .font-48 {
        font-size: 30px;
    }
    .custom3-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
    }
    .font-36 {
        font-size: 28px;
    }
    .font-16 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .font-30 {
        font-size: 18px;
        line-height: 32px;
    }
    .custom3-page .custom-1 .top p{
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .custom3-page .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px;
    }
    .custom3-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
    }
    .custom3-page .custom-2 .ui.container .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
    .font-40 {
        font-size: 28px;
    }
    .custom3-page .custom-1 .top .h3 {
        width: 100%;
    }
    .custom3-page .custom-1 .top p {
        width: 100%;
    }
    .custom3-page .custom-1 .btm ul.list2 li.item {
        width: 100px;
        height: 100px;
    }
    .custom3-page .custom-2 .ui.container .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom3-page .custom-2 .ui.container .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .top .right {
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top{
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    .custom3-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom3-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width: 500px) {
    .font-40 {
        font-size: 20px;
    }
    .font-48 {
        font-size: 24px;
        line-height: 40px;
    }
    .font-36 {
        font-size: 24px;
    }
}
.pxl-service-grid-layout2 .item--excerpt {
    color: #555 !important;
}

.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-page a.btn {
  font-size: 15px;
  line-height: 4.53333333em;
  height: 4.53333333em;
  padding: 0 2.4em;
  display: inline-block;
  font-weight: 500;
  color: white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}
@media screen and (max-width: 1450px) {
    .service-page .service-1 .bottom ul li p {
        font-size: 20px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 54px;
        margin-bottom: .5em;
    }
    .service-page .service-2 .right .header .con {
        font-size: 16px;
    }
    .service-page .service-2 .right .list ul li .tit {
        font-size: 20px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 28px;
    }
    .service-page .service-4 .content ul li .ig .text .tit {
        font-size: 24px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 60px;
    }
    .service-page .service-1 .bottom ul li {
        padding-right: 15px;
        padding: 0 7px;
    padding-left: 0;
        
    }
}
@media screen and (max-width: 1250px) {
    .sus-page .sus-2 .title,.sus-page .sus-1 .box .title,.service-page .service-3 .header .title,.service-page .service-4 .header .title,
    .custom-page .custom-2 .left span,.service-page .service-1 .top .left .title,.hu_h3,.contact-page .contact-4 .left h4 {
        font-size: 48px;
    }
    .sus-page .sus-2 .box ul li .ig .left {
        width: 100%;
    }
    .sus-page .sus-2 .box ul li .ig .right {
        width: 100%;
        margin-top: 20px;
    }
    .sus-page .sus-2 .box ul li .ig {
        flex-wrap: wrap;
    }
    .sus-page .sus-2 .box ul li .ig .left em {
        font-size: 42px;
    }
    .sus-page .sus-2 .box ul li .ig .left span {
        padding-top: 4px;
        font-size: 16px;
    }
    .sus-page .sus-1 .box .con,.contact-page .contact-4 .right form input {
        font-size: 16px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 42px;
    }
    .service-page .service-2 .right .header .con {
        font-size: 14px;
        line-height: 28px;
    }
    .service-page .service-2 .right .list ul li .tit {
        font-size: 18px;
    }
    .service-page .service-2 .right .list ul li .con {
        font-size: 16px;
    }
    .service-page .service-2 .right .list {
        margin-top: 30px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 24px;
    }
    .service-page .service-3 .content ul li .ig .con {
        font-size: 16px;
    }
    .custom-page .custom-2 .right ul li .item .tit {
        font-size: 24px;
    }
    .custom-page .custom-2 .right ul li .item {
        padding-top: 80px;
        height: 400px;
    }
    .custom-page .custom-2 .right ul li .item .text {
        padding: 0 15px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 40px;
    }
    .service-page .service-1 .bottom ul li p {
        font-size: 16px;
    }
    .service-page .service-1 .bottom ul li i img {
        
    }
    .aft02 .bot .aft02Swiper,.aft02 .bot {
        max-width: 100%;
    }
    .aft02 .bot .box p {
        height: auto;
        font-size: 14px;
        line-height: 28px;
    }
    .aft02 .bot .box h5:after {
        display: none;
    }
    .aft02 .bot .box h5 {
        height: auto;
        width: 100%;
    }
    .aft02 .bot .box h4 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 36px;
    }
    .aft02 .bot .box {
        padding: 40px 0;
    }
    .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }
    .contact-page .contact-2 ul li {
        max-width: none;
    }
}
@media screen and (max-width: 1000px) {
    .sus-page .sus-1 .box {
        width: 100%;
        padding: 0 15px;
    }
    .sus-page .sus-1 .gd,
    .sus-page .sus-1 .imgs {
        display: none;
    }
    .sus-page .sus-2 .title,.sus-page .sus-1 .box .title,.service-page .service-3 .header .title,.service-page .service-4 .header .title,
    .custom-page .custom-2 .left span,.service-page .service-1 .top .left .title,.hu_h3,.contact-page .contact-4 .left h4 {
        font-size: 32px;
    }
    .sus-page .sus-2 .box ul li .ig .left em {
        font-size: 28px;
    }
    .sus-page .sus-2 .box ul li .ig .left span {
        font-size: 14px;
        line-height: 28px;
    }
    .sus-page .sus-1 .box .con,.sus-page .sus-2 .box ul li .ig .right {
        font-size: 14px;
        line-height: 28px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 36px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 20px;
    }
    .custom-page .custom-2 .right ul li.active .item .tit {
        font-size: 20px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 32px;
    }
    .service-page .service-1 .bottom ul li p {
        font-size: 14px;
    }
    .service-page .service-4 .content ul li .ig .text {
        position: static;
        opacity: 1;
    }
    .service-page .service-4 .content ul li .ig .img {
        position: static;
        height: auto !important;
    }
    .service-page .service-4 .content ul li .ig {
        height: auto;
    }
    .service-page .service-4 .content ul li .ig .img img {
        transform: scale(1);
    }
    .service-page .service-4 .content ul li .ig .text {
        flex-wrap: wrap;
    }
    .service-page .service-4 .content ul li .ig .text>div {
        width: 100%;
    }
    .service-page .service-4 .content ul li .text .mores {
        margin-left: 0;
        zoom: .7;
    }
    .custom-page .custom-2 .right ul li.active .item,
    .custom-page .custom-2 .right ul li .item {
        padding-top: 50px
    }
    .custom-page .custom-2 {
        display: none;
    }
    .aft02 .top h4 {
        font-size: 20px;
    }
    .font-20 {
        font-size: 16px;
    }
    .aft02 .bg_fix {
        height: 620px;
    }
    .aft02 .bot .box .icon {
        zoom: .7;
    }
    
}
@media screen and (max-width: 700px) {
    .sus-page .sus-2 .title,.sus-page .sus-1 .box .title,.service-page .service-3 .header .title,.service-page .service-4 .header .title,
    .custom-page .custom-2 .left span,.service-page .service-1 .top .left .title,.hu_h3,.contact-page .contact-4 .left h4 {
        font-size: 24px;
        line-height: 40px;
    }
    .sus-page .sus-2 .box ul li .ig .left em {
        font-size: 20px;
        line-height: 36px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 28px;
        line-height: 1.6;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 18px;
        line-height: 32px;
    }
    .custom-page .custom-2 .right ul li .item span {
        font-size: 28px;
    }
}


.gallery-page {
  padding-top: 120px;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 500px) {
    .gallery-page{
    padding-top: 40px;
  }
  .gallery-page .container .gallery-list ul li{
    padding: 15px 0;
  }
}

/*style文件自适应修改*/
.pxl-service-grid-layout2 .item--title{
    line-height: 1.6 !important;
}
@media screen and (max-width: 700px) {
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
        font-size: 30px !important;
    }
}


/*修改拓展*/
.pxl-portfolio-carousel1 .item--content{
    padding: 18px 18px 0;
}

/*.pxl-slider-carousel2 .pxl-item--image .item--image{
    background-size: cover !important;
}*/