@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.woff2') format('woff2'), url('../fonts/Rubik-Light.ttf') format('truetype'), url('../fonts/Rubik-Light.eot') format('embedded-opentype'), url('../fonts/Rubik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.woff2') format('woff2'), url('../fonts/Rubik-Regular.ttf') format('truetype'), url('../fonts/Rubik-Regular.eot') format('embedded-opentype'), url('../fonts/Rubik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.woff2') format('woff2'), url('../fonts/Rubik-Medium.ttf') format('truetype'), url('../fonts/Rubik-Medium.eot') format('embedded-opentype'), url('../fonts/Rubik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.woff2') format('woff2'), url('../fonts/Rubik-Bold.ttf') format('truetype'), url('../fonts/Rubik-Bold.eot') format('embedded-opentype'), url('../fonts/Rubik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Rubik";
  max-width: 1920px;
  --color: #006987;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1470px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile.white .mobile-logo img{
  filter: invert(1);
}
table {
  word-break: unset;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 a{
  display: unset;
}
.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.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;
}
.search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 0 115px;
}
#header.active,
#header.inner-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#header.active .nav,
#header.inner-header .nav{
  height: 100px;
}
#header.active .nav .language-box .zhuyu,
#header.active .nav .ui.menu .right .h-search img,
#header.inner-header .nav .language-box .zhuyu,
#header.inner-header .nav .ui.menu .right .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.inner-header .nav a.logo img,
#header.active .nav a.logo img{
  filter: brightness(1) invert(0);
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner-header .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header .nav {
  height: 200px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  margin-right: 55px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a {
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  border-bottom: 3px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 18px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 240px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin-right: 35px;
}
.language-box .zhuyu {
  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;
}
.language-box .zhuyu i {
  font-size: 24px;
  margin-left: 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) 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%) 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;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 48px;
  height: 70px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.more:hover::before {
  right: 0;
}
.more span {
  font-size: 18px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid black;
  display: block;
  font-size: 18px;
}
.more2:hover {
  border-color: var(--color);
  color: var(--color);
}
.more2.white {
  border-color: white;
  color: white;
}
.more2 span {
  margin: 0 auto;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-auto {
  margin: auto;
}
.white {
  color: white;
}
.tit-title {
  font-weight: 500;
}
.tit-color {
  color: var(--color);
}
.tit-light {
  font-weight: 300;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner span.arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 60px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.5s;
  position: absolute;
  left: 15px;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
#banner span.arrow.next{
  left: unset;
  right:15px;
}
#banner span.arrow:hover{
  background-color: var(--color);
  border-color: var(--color);
}
#banner span.arrow i{
  font-size: 20px;
  color: white;
}
#banner .content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}
#banner .content ul {
  max-width: 660px;
}
#banner .content .page {
  color: white;
  margin-top: 16%;
}
#banner .content .page i {
  font-size: 24px;
}
#banner .left {
  width: 41.3%;
}
#banner .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .right {
  width: 58.7%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#banner .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  padding: 85px 0 115px;
}
#index-body .homepage-1 .content {
  padding: 0 110px;
}
#index-body .homepage-1 .content ul {
  margin-top: 55px;
}
#index-body .homepage-1 .content ul li .box {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .homepage-1 .content ul li .box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-1 .content ul li .box:hover .text {
  top: 0;
}
#index-body .homepage-1 .content ul li .box:hover .title {
  opacity: 0;
}
#index-body .homepage-1 .content ul li .box .title {
  position: absolute;
  padding: 0 30px;
  width: 100%;
  bottom: 30px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-1 .content ul li .box .text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 35px 45px;
  background: rgba(0, 105, 135, 0.6);
}
#index-body .homepage-1 .content ul li .box a.btn {
  border-bottom: 1px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#index-body .homepage-1 .content ul li .box a.btn span {
  font-size: 16px;
  font-weight: 300;
}
#index-body .homepage-2 a.more2 {
  margin-top: 80px;
}
#index-body .homepage-2 ul li a{
  display: block;
  height: 440px;
}
#index-body .homepage-2 ul li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .homepage-3 .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 135px 0 110px;
}
#index-body .homepage-3 .content .left {
  width: 38.2%;
}
#index-body .homepage-3 .content .right {
  width: 61.8%;
  padding-left: 55px;
  margin-top: -10px;
}
#index-body .homepage-3 .content .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-3 ul li {
  position: relative;
}
#index-body .homepage-3 ul li h3 {
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  color: #cccccc;
}
#index-body .homepage-3 ul li h4 {
  font-size: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  white-space: nowrap;
}
#index-body .homepage-4 .right ul li {
  width: 33.333333%;
  height: 815px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

@keyframes scaleInfinite {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}
#index-body .homepage-4 .right ul li .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  animation: scaleInfinite 16s ease-in-out infinite;
}
#index-body .homepage-4 .right ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 105, 135, 0.4);
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 .left .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-position: left top;
  object-position: left top;
}
#index-body .homepage-4 .right ul li:hover::before {
  z-index: -1;
  opacity: 0;
}
#index-body .homepage-4 .left{
  width: 30%;
  position: relative;
}
#index-body .homepage-4 .right{
  width: 70%;
}
#index-body .homepage-4 .left .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding-left: 20%;
  padding-top: 20%;
}
#index-body .homepage-4 .right ul li .box {
  position: absolute;
  left: 0;
  bottom: 60px;
  padding: 0 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
#index-body .homepage-5 {
  padding: 120px 0 85px;
}
#index-body .homepage-5 .bottom {
  position: relative;
}
#index-body .homepage-5 .bottom .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  left: -70px;
}
#index-body .homepage-5 .bottom .slick-arrow.slick-next {
  display: none;
}
#index-body .homepage-5 .bottom .slick-arrow:hover::before {
  color: var(--color);
}
#index-body .homepage-5 .bottom .slick-arrow::before {
  content: '\e76e';
  font-family: 'iconfont';
  display: block;
  font-size: 30px;
  color: black;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -240px 0 -30px;
}
#index-body .homepage-5 .bottom ul .slick-current li .img-box,
#index-body .homepage-5 .bottom ul .slick-current + .slick-slide + .slick-slide li .img-box {
  width: 100%;
  height: 340px;
}
#index-body .homepage-5 .bottom ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 550px;
  padding: 0 30px;
}
#index-body .homepage-5 .bottom ul li .img-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
#index-body .homepage-5 .bottom ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #eee;
}
#index-body .homepage-6 .top {
  height: 300px;
  background: url("../images/home-6-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .homepage-6 .top .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  padding: 0 40px;
  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;
  color: var(--color);
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-6 .top .btn:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-6 .top .btn span {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
}
#index-body .homepage-6 .top .btn i {
  font-size: 18px;
}
#index-body .homepage-6 .bottom {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 500px;
}
#index-body .homepage-6 .bottom .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset:0;
  z-index: 3;
  transition: all 0.5s;
}
#index-body .homepage-6 .bottom video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
#index-body .homepage-6 .bottom .player {
  width: 105px;
  height: 105px;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 5;
  transition: all 0.1s;
  will-change: auto;
  color: white;
}
#index-body .homepage-6 .bottom .player:hover{
  background-color: white;
  color: black;
}




#index-body .homepage-7 {
  padding: 100px 0 90px;
}
#index-body .homepage-7 ul .slick-current li {
  padding-top: 0;
}
#index-body .homepage-7 ul li {
  padding-top: 120px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-7 ul li .box .text {
  padding: 20px 50px 0 50px;
}
#index-body .homepage-7 ul li .box .text .date {
  position: relative;
}
#index-body .homepage-7 ul li .box .text .date::before {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 2px;
  background-color: var(--color);
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .homepage-7 ul li .box .text .date span:nth-child(1) {
  font-style: italic;
}
#footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 65px;
}
#footer .center {
  margin-bottom: 65px;
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center ul li.form {
  max-width: 360px;
}
#footer .center ul li.form form {
  position: relative;
}
#footer .center ul li.form form input[type='text'] {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 25px;
  background-color: #0b6078;
  font-size: 18px;
  font-weight: 300;
  color: white;
  margin-bottom: 10px;
}
#footer .center ul li.form form input[name='content'] {
  margin-bottom: 0;
  padding-right: 80px;
}
#footer .center ul li.form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .center ul li.form form input[type='submit'] {
  width: 28px;
  height: 22px;
  border: none;
  background: url("../images/submit.png") no-repeat;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
#footer .center ul li.qrcode #ewm canvas,
#footer .center ul li.qrcode #ewm img {
  width: 110px;
  height: 110px;
  border: 8px solid white;
}
#footer .center ul li.qrcode .share {
  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;
}
#footer .center ul li.qrcode .share a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid white;
  margin-right: 5px;
}
#footer .center ul li.qrcode .share a:last-child {
  margin-right: 0;
}
#footer .center ul li.qrcode .share a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .center ul li.qrcode .share a i {
  font-size: 20px;
}
#footer .center ul li.link span {
  border-bottom: 1px solid transparent;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .center ul li.link span:hover {
  border-color: white;
}
#footer .center ul li.contact {
  max-width: 365px;
  color: white;
}
#footer .center ul li.contact .c-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
#footer .center ul li.contact .c-list:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
#footer .center ul li.contact .c-list i {
  font-size: 24px;
  margin-right: 10px;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  padding-top: 35px;
}
#footer .center ul li span {
  font-size: 18px;
  color: white;
  display: block;
  font-weight: 300;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .bottom.container .box {
  height: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}
#footer .bottom.container .box span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
#footer .bottom.container .box span a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
}
#footer .bottom.container .box span a:hover {
  color: white;
}
#footer .bottom.container .box span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  opacity: 0.5;
}
@media screen and (max-width: 1700px) {
  #banner .content .page {
    color: white;
    margin-top: 10%;
  }
  #header .nav .ui.menu .right {
    margin-left: 35px;
  }
  #header {
    padding: 0 35px;
  }
  #header .nav {
    height: 120px;
  }
  #index-body .homepage-4 .right ul li {
    height: 640px;
  }
  #index-body .homepage-4 .left .text{
    line-height: 1.2;
    padding-right: 40px;
    padding-left: 35px;
  }
  #index-body .homepage-4 .left .text h3{
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 20px;
    margin-right: 30px;
  }
  #header .nav .logo {
    max-width: 180px;
  }
  #index-body .homepage-5 .bottom ul li {
    height: 420px;
  }
  #index-body .homepage-5 .top .text{
    padding-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
  #banner span.arrow{
    display: none !important;
  }
  #index-body .homepage-3 .content .right h3 br {
    display: none;
  }
  #index-body .homepage-3 ul li h3 {
    font-size: 70px;
  }
  #index-body .homepage-4 .right ul li {
    height: 540px;
  }
  #index-body .homepage-5 .top .h-title {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .center ul li.contact {
    max-width: 300px;
    color: white;
  }
}
@media screen and (max-width: 1000px) {
  #banner .content .page {
    display: none;
  }
  #footer .center ul li h4 {
    padding-top: 0;
  }
  #banner .content {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  .more {
    padding: 0 20px;
    height: 55px;
  }
  .more span {
    font-size: 16px;
  }
  #index-body .homepage-1 .content {
    padding: 0 15px;
  }
  #index-body .homepage-1 {
    padding: 85px 0;
  }
  #index-body .homepage-3 .content {
    padding: 85px 0;
    margin-top: 60px;
  }
  #index-body .homepage-3 ul li {
    width: 50%;
    margin: 20px 0;
  }
  #index-body .homepage-4 .right ul li {
    height: 420px;
  }
  #index-body .homepage-5 .bottom ul li {
    height: auto;
  }
  #index-body .homepage-5 .bottom ul .slick-current li .img-box,
  #index-body .homepage-5 .bottom ul .slick-current + .slick-slide + .slick-slide li .img-box {
    width: 100%;
    height: auto;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0 -30px;
  }
  #index-body .homepage-3 ul li img {
    max-width: 50px;
  }
  #footer .center ul li.qrcode {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  #index-body .homepage-5 .bottom {
    padding: 0 15px !important;
  }
  #index-body .homepage-6 .top .btn {
    margin-top: 30px;
  }
  #footer .center ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .center ul li {
    margin: 20px 0;
    max-width: 100% !important;
    width: 100%;
  }
  #footer .bottom.container .box {
    height: auto;
    padding: 15px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom.container .box span {
    text-align: center;
  }
  #index-body .homepage-4 .left{
    width: 100%;
    height: 420px
  }
  #index-body .homepage-4 .right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-7 ul li {
    padding-top: 0;
  }
  #index-body .homepage-6 .bottom .play {
    width: 80px;
    height: 80px;
  }
  #index-body .homepage-3 .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  #index-body .homepage-3 .content .left {
    width: 100%;
  }
  #index-body .homepage-4,
  #index-body .homepage-6 {
    display: none;
  }
  #index-body .homepage-5 {
    padding: 0;
  }
  #index-body .homepage-7 {
    padding: 0 0 90px;
  }
  #index-body .homepage-3 ul li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  h3.font-44 {
    font-size: 24px;
  }
  h3.font-48 {
    font-size: 24px;
  }
  #banner .content ul li .box p,
  #banner .content ul li .box a.more {
    display: none;
  }
}

























.inner-banner {
  padding-top: 0;
  margin-top: 100px;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 1.6;
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-size: 48px;
  line-height: 1.7;
  font-weight: bold;
}
.inner-page .title {
  font-size: 48px;
  color: #282727;
  line-height: 1.7;
  
  font-weight: bold;
  position: relative;
}
.inner-page .title em {
  color: var(--color);
}
.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
.about-page .about-1 {
  padding-top: 4.688%;
}

.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-page .about-1 .content .con {
  width: 62%;
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
  padding-right: 60px;
}
.about-page .about-1 .content .right {
  width: 38%;
}
.about-page .about-1 .content .right .ig {
  max-width: 365px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
.about-page .about-1 .content .right span {
  font-size: 200px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: 24px;
}
.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-page .about-2 {
  padding-top: 5.99%;
}
.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}
.about-page .about-2 .text .title::before {
  display: none;
}
.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-page .about-2 .text .con {
  font-size: 18px;
  color: #282727;
  line-height: 1.7;
  margin-top: 42px;
}
.about-page .about-3 {
  padding-top: 5.782%;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .content {
  margin-top: 70px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: 1130px;
}
.about-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}
.about-page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .content ul li .box {
  background: white;
  padding: 90px 75px 92px 59px;
  height: 380px;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 36px;
  line-height: 1.3;
  
  font-weight: bold;
  color: var(--color);
}
.about-page .about-3 .content ul li .box .con {
  font-size: 18px;
  line-height: 1.8;
  color: #282727;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 380px;
  left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-4 {
  padding: 6.25% 0;
}
.about-page .about-4 .box {
  background: var(--color);
}
.about-page .about-4 .box .left {
  vertical-align: middle;
  color: white;
  padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
  font-size: 36px;
  line-height: 1.3;
  
  font-weight: bold;
}
.about-page .about-4 .box .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 26px;
  width: 76%;
}
.about-page .about-4 .box .left .more {
  background-color: white;
  color: var(--color);
  margin-top: 72px;
}
.about-page .about-4 .box .left .more span{
  color: var(--color);
}
.about-page .about-4 .box .left .more:hover span{
  color: white;
}
.about-page .about-4 .box .right {
  vertical-align: middle;
}
.about-page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
  line-height: 234px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
  background-color: #950c0c;
}
.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
  .about-page .about-1 .content .right span{
    font-size: 160px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-3 .content ul {
    height: 1000px;
  }
  .about-page .about-3 .content ul li {
    height: 350px;
  }
  .about-page .about-3 .content ul li .box {
    height: 350px;
    padding: 60px 50px 30px 40px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 34px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }
  .about-page .about-4 .box .left {
    padding-left: 50px;
  }
  .about-page .about-4 .box .left .con {
    width: 92%;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 50px;
  }
  .about-page .about-1 .content .right span {
    font-size: 125px;
  }
  .about-page .about-2 .img{
    width: 100% !important;
  }
  .about-page .about-2 .text{
    width: 100% !important;
    padding: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-3 .content ul {
    height: 900px;
  }
  .about-page .about-3 .content ul li {
    height: 300px;
  }
  .about-page .about-3 .content ul li .box {
    height: 300px;
    padding: 40px 30px 30px 20px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 40px;
  }
  .inner-banner .img {
    display: none;
  }
  .inner-banner .img .tit {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-page .about-1 .content .con {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .content .right .ig {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-1 .content .right .bg{
    width: 100%;
    object-fit: cover;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul {
    height: 800px;
  }
  .about-page .about-3 .content ul li {
    height: 260px;
  }
  .about-page .about-3 .content ul li .box {
    height: 260px;
    padding: 20px 15px 0 15px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 25px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }
  .about-page .about-4 .box .left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .img .tit {
    font-size: 26px;
  }
  .inner-page .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-3 .content ul {
    height: auto;
  }
  .about-page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }
  .about-page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }
  .about-page .about-3 .content ul li:nth-child(4),
  .about-page .about-3 .content ul li:nth-child(5),
  .about-page .about-3 .content ul li:nth-child(6),
  .about-page .about-3 .content ul li:last-child {
    position: initial;
  }
  .about-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .content .right span {
    font-size: 80px;
  }
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }
  .inner-page .title {
    font-size: 32px;
  }
  .about-page .about-2 .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .more {
    margin-top: 15px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
  }
  .about-page .about-4 .box .left .tit {
    font-size: 32px;
  }
  .about-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 20px;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 150px;
  }
}
.product-yd-page .top {
  padding: 4.4792% 0 1%;
  text-align: center;
}
.product-yd-page .top .ui.container {
  max-width: 1002px;
}
.product-yd-page .top .title::before {
  display: none;
}
.product-yd-page .top .con {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  margin-top: 18px;
}
.product-yd-page .palallax_wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 70px 0;
  background: url("../images/ipbg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.product-yd-page .palallax_conts {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
}
.product-yd-page .palallax_conts dl {
  position: relative;
  top: 0;
  min-height: 280px;
  margin-bottom: 120px;
  text-align: left;
  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;
}
.product-yd-page .palallax_conts dl dt {
  position: absolute;
  top: 200px;
  left: 40%;
  opacity: 0;
}
.product-yd-page .palallax_conts dl dt span {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 0;
  height: 2px;
  background: var(--color);
  z-index: 10;
}
.product-yd-page .palallax_conts dl:nth-child(even) {
  -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;
}
.product-yd-page .palallax_conts .description {
  position: relative;
  width: 53%;
  top: 200px;
  font-size: 16px;
  line-height: 2;
  color: white;
  opacity: 0;
}
.product-yd-page .palallax_conts .description .tit {
  font-size: 48px;
  line-height: 1.2;
  
  font-weight: bold;
  margin-bottom: 22px;
}
.product-yd-page .palallax_conts .img {
  width: 47%;
  opacity: 0;
}
.product-yd-page .palallax_conts .more {
  margin-top: 54px;
}
.product-yd-page .palallax_conts .right {
  text-align: right;
}
.product-yd-page .palallax_conts .right dt {
  right: 28%;
}
.product-yd-page .palallax_conts .right .description {
  padding-right: 34px;
}
.product-yd-page .bottom {
  background: url(../images/ipbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 6.407% 0 7.292%;
  color: white;
}
.product-yd-page .bottom .ui.container {
  max-width: 1170px;
}
.product-yd-page .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.product-yd-page .bottom ul li .img {
  width: 47%;
  padding-left: 60px;
}
.product-yd-page .bottom ul li .img .img-box {
  overflow: unset;
}
.product-yd-page .bottom ul li .text {
  width: 53%;
  padding-left: 34px;
}
@-webkit-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@-moz-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
.product-yd-page .bottom ul li .text .title {
  color: white;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-yd-page .bottom ul li .text .title::before {
  left: -236px;
  background: var(--color);
  animation: wid 6s linear;
}
.product-yd-page .bottom ul li .text .title:hover {
  color: var(--color);
}
.product-yd-page .bottom ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-yd-page .bottom ul li .text .more {
  margin-top: 54px;
}
.product-yd-page .bottom ul li:nth-child(even) {
  -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;
}
.product-yd-page .bottom ul li:nth-child(even) .text {
  text-align: right;
  padding: 0 34px 0 0;
}
.product-yd-page .bottom ul li:nth-child(even) .text .title::before {
  right: -236px;
  left: initial;
}
.product-yd-page .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .product-yd-page .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .bottom ul li {
    margin-bottom: 30px;
  }
  .product-yd-page .bottom ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .bottom ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .title {
    font-size: 36px;
  }
}
.customize-page .customize-1 {
  padding-top: 4.219%;
  text-align: center;
}
.customize-page .customize-1 .ui.container {
  max-width: 1410px;
}
.customize-page .customize-1 .title::before {
  display: none;
}
.customize-page .customize-1 .content {
  margin-top: 59px;
}
.customize-page .customize-1 .content ul {
  margin-right: -81px;
}
.customize-page .customize-1 .content ul li {
  padding-right: 81px;
}
.customize-page .customize-1 .content ul li .img-box {
  border-radius: 50%;
  display: inline-block;
  width: auto;
}
.customize-page .customize-1 .content ul li .text {
  padding-top: 29px;
}
.customize-page .customize-1 .content ul li .text span {
  font-size: 30px;
  line-height: 1.4;
  
  font-weight: bold;
  color: var(--color);
}
.customize-page .customize-1 .content ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #1c1c1c;
  margin-top: 13px;
}
.customize-page .customize-2 {
  padding-top: 5.365%;
}
.customize-page .customize-2 .box {
  text-align: right;
  background: url(../images/customization2.4.png) no-repeat left top;
  padding: 73px 0 15px;
}
.customize-page .customize-3 {
  padding-top: 7.7%;
}
.customize-page .customize-3 .ui.container {
  max-width: 1090px;
}
.customize-page .customize-3 .left {
  vertical-align: middle;
}
.customize-page .customize-3 .right {
  padding-left: 115px;
  vertical-align: middle;
}
.customize-page .customize-3 .right .title::before {
  display: none;
}
.customize-page .customize-3 .right .con {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 1.8;
  margin-top: 13px;
}
.customize-page .customize-3 .right .color {
  width: 80%;
  margin-top: 26px;
}
.customize-page .customize-3 .right .color span {
  display: inline-block;
  margin: 0 37px 9px 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.customize-page .customize-3 .right .color span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 21px;
  height: 20px;
  background: url(../images/check.png) no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customize-page .customize-3 .right .color span.active::after {
  opacity: 1;
}
.customize-page .customize-3 .right .more {
  margin-top: 43px;
}
.customize-page .customize-3 .right .more::after {
  background: #f6f5f1;
}
.customize-page .customize-4 {
  padding-top: 7%;
}
.customize-page .customize-5 {
  padding: 5.782% 0 5.261%;
}
.customize-page .customize-5 .content {
  margin-top: 52px;
}
.customize-page .customize-5 .content ul {
  margin: 0 -64px -50px 0;
}
.customize-page .customize-5 .content ul li {
  padding: 0 64px 50px 0;
  text-align: center;
}
.customize-page .customize-5 .content ul li .img-box {
  border-radius: 30px;
  height: 380px;
}
.customize-page .customize-5 .content ul li .img-box img {
  width: 100%;
  display: inline-block;
}
.customize-page .customize-5 .content ul li p {
  font-size: 24px;
  line-height: 1.4;
  
  font-weight: bold;
  color: #232323;
  margin-top: 30px;
  text-transform: uppercase;
}

  .customize-page .contact {
    background: url('../images/cus-con.jpg')no-repeat;
    background-size: cover;
    padding: 6% 0 6.198%;
    color: white;
}

  .customize-page .contact .left {
    vertical-align: middle;
    padding-left: 10.527%
}

  .customize-page .contact .left span {
    display: inline-block;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    text-align: center;
    background: #10495a;
    font-size: 30px;
    line-height: 320px;
    color: white;
    font-family: 'Antonio';
    font-weight: 700
}

.customize-page .contact .right {
    vertical-align: middle
}

.customize-page .contact .right .ig {
    max-width: 576px;
    margin: 0 0 0 auto
}

.customize-page .contact .right p {
    line-height: 2
}

.customize-page .contact .right .form {
    margin-top: 41px
}

.customize-page .contact .right .form ul {
    margin: 0 -60px -46px 0
}

.customize-page .contact .right .form ul li {
    padding: 0 60px 46px 0
}

.customize-page .contact .right .form ul li input {
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: rgba(255,255,255,.57);
    background: 0 0;
    border: 0;
    border-bottom: 1px solid white
}

.customize-page .contact .right .form ul li input::-webkit-input-placeholder {
    color: rgba(255,255,255,.57)
}

.customize-page .contact .right .form ul li input:-moz-placeholder {
    color: rgba(255,255,255,.57)
}

.customize-page .contact .right .form ul li input::-moz-placeholder {
    color: rgba(255,255,255,.57)
}

.customize-page .contact .right .form ul li input:-ms-input-placeholder {
    color: rgba(255,255,255,.57)
}

.customize-page .contact .right .form ul li input::placeholder {
    color: rgba(255,255,255,.57)
}

.customize-page .contact .right .form ul li input:focus {
    border-color: var(--primary)
}

.customize-page .contact .right .form ul li .more {
    background: 0 0;
    border: 1px solid white;
    padding: 12px 49px 12px 48px;
    font-size: 16px;
}
.customize-page .contact .right .form ul li .more:hover{
  color: white;
}



@media screen and (max-width: 1100px) {
  .customize-page .customize-1 .content ul {
    margin-right: -40px;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 40px;
  }
  .customize-page .customize-3 .right {
    padding-left: 80px;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -30px -20px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 30px 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  .customize-page .customize-1 .content {
    margin-top: 30px;
  }
  .customize-page .customize-1 .content ul {
    margin-right: -20px;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 20px;
  }
  .customize-page .customize-2 .box {
    background-size: 70%;
    padding: 15px 0;
  }
  .customize-page .customize-2 .box img {
    width: 50%;
  }
  .customize-page .customize-3 .right {
    padding-left: 30px;
  }
  .customize-page .customize-3 .right .title {
    font-size: 36px;
  }
  .customize-page .customize-3 .right .color {
    width: 100%;
  }
  .customize-page .customize-3 .right .color span {
    margin: 0 33px 9px 0;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -15px -10px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 15px 10px 0;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 20px;
    margin-top: 10px;
  }

    .customize-page .contact .left {
        padding-left: 0
    }

    .customize-page .contact .right .form {
        margin-top: 10px
    }

    .customize-page .contact .right .form ul {
        margin: 0 -20px -20px 0
    }

    .customize-page .contact .right .form ul li {
        padding: 0 20px 20px 0
    }
}
@media screen and (max-width: 700px) {
      .customize-page .contact .left {
        width: 100%
    }

    .customize-page .contact .left span {
        width: auto;
        height: auto;
        background: 0 0;
        line-height: 1.3
    }

    .customize-page .contact .right {
        width: 100%;
        padding-top: 20px
    }

    .customize-page .contact .right .form {
        margin-top: 0
    }
  .customize-page .customize-3 .left {
    width: 100%;
  }
  .customize-page .customize-3 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .customize-page .customize-3 .right .more {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .customize-page .customize-3 .right .title {
    font-size: 32px;
  }
  .customize-page .customize-3 {
    display: none;
  }
}

.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 18px;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}
.honor-page .container .tips_title {
  font-weight: bold;
  text-align: center;
      
    margin-bottom: -30px;
  text-transform: uppercase;
}
.honor-page .container .content {
  margin-top: 50px;
}
.honor-page .container .content ul {
  margin: 0 -50px;
}
.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 50px;
  text-align: center;
}
.honor-page .container .content ul li .box a {
  display: block;
}
.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }
  .honor-page .container .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .honor-page .container .content {
    margin-top: 0;
  }
}
.faq-page {
  padding-bottom: 110px;
}
.faq-page .container .tips_title {
  font-weight: bold;
  padding-left: 60px;
      
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color)1f;
  z-index: -1;
}
.faq-page .container .content {
  margin-top: 60px;
}
.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--color);
}
.faq-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  font-size: 26px;
}
.faq-page .container .content ul li .title::before{
  display: none;
}
.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
}
.faq-page .container .content ul li.active .title {
  background-color: var(--color);
  color: #fff;
}
.faq-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }
  .faq-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page .container .content ul {
    text-align: left;
  }
  .faq-page .container .content {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }
  .faq-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }
  .faq-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }
  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}
.news-page {
  padding-bottom: 110px;
}
.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
  
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color)1f;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 325px;
  padding: 30px 50px;
  background-color: #fff;
  transition: all 0.5s;
}

.news-page .content ul li .box .title {
  font-weight: bold;
  font-size: 30px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
  font-weight: bold;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content ul{
  margin: 0 -25px;
}
.pro_public .init-related .container .content ul li {
  padding: 0 25px;
}
.pro_public .init-related .container .content ul li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.pro_public .init-related .container .content ul li .box .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content ul li .box .text:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .shop-sidebar__right .row .col-xl-6{
    width: 50%;
  }
  .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .m-link {
    text-align: left;
  }
  .font-30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .pt-80 {
    padding-top: 40px;
  }
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  .shop-sidebar__right .row .col-xl-6{
    width: 100%;
  }
}


/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

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

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

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}










.showing-product-container {
    padding: 28px 0;
    border-top: 1px solid rgba(var(--noile-primary-rgb,29,29,29),.1);
    border-bottom: 1px solid rgba(var(--noile-primary-rgb,29,29,29),.1)
}

.showing-product__row {
    align-items: center
}

.showing-product__left {
    display: flex;
    align-items: center;
    gap: 17px
}

@media (max-width: 991px) {
    .showing-product__left {
        justify-content:space-between
    }
}

@media (max-width: 575px) {
    .showing-product__left {
        flex-direction:column
    }
}

.showing-product__left-btn-box {
    display: flex;
    align-items: center;
    gap: 10px
}

.showing-product__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--noile-primary,#1d1d1d)
}

.showing-product__grid-icon {
    font-size: 15px;
    color: var(--noile-white,#fff)
}

.showing-product__grid:hover {
    background-color: var(--noile-base,#d94645)
}

.showing-product__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--noile-white2,#f6f6f6)
}

.showing-product__list-inner {
    width: 16px
}

.showing-product__list-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--noile-gray2,#9aa5b3);
    border-radius: 20px;
    margin: 4px 0
}

.showing-product__list:hover {
    background-color: var(--noile-base,#d94645)
}

.showing-product__list:hover .showing-product__list-line {
    background-color: var(--noile-white,#fff)
}

.showing-product__text {
    margin-bottom: 0
}

.showing-product__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

@media (max-width: 991px) {
    .showing-product__right {
        justify-content:space-between
    }
}

@media (max-width: 575px) {
    .showing-product__right {
        flex-direction:column
    }
}

.showing-product__filter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    background-color: var(--noile-primary,#1d1d1d)
}

.showing-product__filter-icon {
    font-size: 14px;
    color: var(--noile-white,#fff)
}

.showing-product__filter-text {
    font-size: var(--noile-size-xl);
    font-weight: 400;
    color: var(--noile-white,#fff);
    line-height: 1.875;
    text-transform: capitalize;
    margin-left: 7px
}

.showing-product__filter:hover {
    background-color: var(--noile-base,#d94645)
}

.showing-product__sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    min-width: 204px !important
}

.showing-product__sort .bootstrap-select>.dropdown-toggle:after {
    display: none
}

.showing-product__sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 40px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--noile-white2,#f6f6f6) !important;
    margin: 0;
    padding: 0;
    padding-left: 19px;
    padding-right: 63px;
    font-size: var(--noile-size-xl);
    color: var(--noile-gray2,#9aa5b3) !important;
    line-height: 40px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center
}

.showing-product__sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--noile-gray2,#9aa5b3)
}

.showing-product__sort .bootstrap-select .dropdown-menu {
    border-radius: 0 !important
}

.shop-page {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--noile-white,#fff)
}

@media (max-width: 575px) {
    .shop-page {
        padding-top:80px;
        padding-bottom: 80px
    }
}

.shop-sidebar {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--noile-white,#fff)
}

@media (max-width: 575px) {
    .shop-sidebar {
        padding-top:80px;
        padding-bottom: 80px
    }
}

.shop-sidebar__right {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 1399px) {
    .shop-sidebar .showing-product__left {
        justify-content:space-between
    }
}

@media (max-width: 1399px) {
    .shop-sidebar .showing-product__right {
        justify-content:space-between
    }
}

.shop-details {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--noile-white,#fff)
}

@media (max-width: 575px) {
    .shop-details {
        padding-top:80px;
        padding-bottom: 80px
    }
}

.shop-details__gallery-top {
    position: relative;
    border: 1px solid rgba(var(--noile-primary-rgb,29,29,29),.1)
}

.shop-details__gallery-top-img {
    width: 100%
}

.shop-details__gallery-top-slide-btn-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 11
}

.shop-details__gallery-top-button {
    border: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: var(--color)
}

.shop-details__gallery-top-button i {
    font-size: 16px;
    color: var(--noile-white,#fff)
}

.shop-details__gallery-top-button:hover {
    background-color: var(--noile-primary,#1d1d1d)
}

.shop-details__gallery-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 10px
}

.shop-details__gallery-thumb-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background-color: #f8f8f8;
    cursor: pointer;
    border: 1px solid transparent
}

.shop-details__gallery-thumb-img {
    max-width: 100%;
    height: auto
}

.shop-details__gallery-thumb .swiper-slide-thumb-active {
    border: 1px solid rgba(var(--noile-primary-rgb,29,29,29),.1)
}

.shop-details__right {
    padding-left: 86px
}

@media (max-width: 1599px) {
    .shop-details__right {
        padding-left:60px
    }
}

@media (max-width: 1399px) {
    .shop-details__right {
        padding-left:40px
    }
}

@media (max-width: 1199px) {
    .shop-details__right {
        padding-left:0
    }
}

.shop-details__stock {
    display: table;
    font-size: var(--noile-size-md);
    color: var(--noile-white,#fff);
    line-height: 1.428;
    padding: 1px 11.5px;
    background-color: var(--noile-base,#d94645)
}

.shop-details__title {
    font-size: var(--noile-size-4xl);
    color: var(--noile-black2,#0e1c31);
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 20px
}

.shop-details__price-review-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px
}

@media (max-width: 375px) {
    .shop-details__price-review-box {
        flex-direction:column;
        align-items: flex-start
    }
}

.shop-details__price-inner {
    display: flex;
    align-items: flex-end;
    margin-right: 12px
}

@media (max-width: 375px) {
    .shop-details__price-inner {
        margin-right:0;
        margin-bottom: 6px
    }
}

.shop-details__price-new {
    font-size: var(--noile-size-5xl);
    line-height: 1;
    margin-right: 6px;
    margin-bottom: 0
}

.shop-details__price-old {
    font-size: var(--noile-size-md);
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 0
}

.shop-details__review-inner {
    display: flex;
    align-items: center
}

.shop-details__review-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-right: 9px
}

.shop-details__review-icon {
    font-size: 14px;
    color: var(--noile-base,#d94645)
}

.shop-details__review-text {
    margin-bottom: 0
}

.shop-details__desc-box {
    margin-bottom: 18px
}

.shop-details__desc {
    margin-bottom: 0
}

.shop-details__box-title {
    font-size: var(--noile-size-xl);
    color: var(--noile-primary,#1d1d1d);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.25
}

.shop-details__color-duration-box {
    max-width: 416px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 20px;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .shop-details__color-duration-box {
        grid-template-columns:repeat(1,1fr)
    }
}

.shop-details__color-box,.shop-details__duration-box,.shop-details__quantity-box,.shop-details__tag-box {
    display: flex;
    align-items: center;
    gap: 10px 18px
}

.shop-details__color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--noile-base,#d94645)
}

.shop-details__duration {
    width: 107px;
    height: 5px;
    background-color: var(--noile-base,#d94645)
}

.shop-details__quantity-box {
    margin-bottom: 22px;
    flex-wrap: wrap
}

.shop-details__quantity-box-inner {
    display: flex;
    align-items: center;
    max-width: 264px;
    height: 30px;
    border: 1px solid #eee;
    background-color: var(--noile-white,#fff)
}

@media (max-width: 575px) {
    .shop-details__quantity-box-inner {
        max-width:150px
    }
}

.shop-details__quantity-btn {
    border: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 25px;
    background-color: var(--noile-white,#fff)
}

.shop-details__quantity-btn i {
    font-size: 10px;
    color: var(--noile-secondary,#a0a1a6)
}

.shop-details__quantity-btn--decrease {
    width: 51px
}

.shop-details__quantity-btn--decrease i {
    font-size: 14px
}

.shop-details__quantity-input {
    border: 0;
    outline: 0;
    width: calc(100% - 80px);
    padding: 10px;
    height: 25px;
    font-size: var(--noile-size-xl);
    color: var(--noile-primary,#1d1d1d);
    font-weight: 400;
    appearance: textfield;
    text-align: center;
    background-color: var(--noile-white,#fff)
}

.shop-details__tag-box {
    margin-bottom: 21px;
    flex-wrap: wrap
}

.shop-details__tag-text {
    margin-bottom: 0;
    text-transform: capitalize
}

.shop-details__btn-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 23px
}

.shop-details__btn-wishlist {
    padding: 10.5px 21.5px;
    color: var(--noile-white,#fff);
    line-height: 2.142;
    font-weight: 400;
    background-color: var(--color)
}

.shop-details__btn-wishlist:after {
    background-color: var(--noile-primary,#1d1d1d)
}

.shop-details__btn-wishlist .icofont-ui-love {
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle
}

.shop-details__btn-wishlist:hover:after {
    width: 216px
}

.shop-details__btn-cart {
    position: relative;
    padding: 9.5px 36px;
    font-size: var(--noile-size-md);
    color: var(--noile-gray2,#9aa5b3);
    line-height: 2.142;
    font-weight: 400;
    text-transform: capitalize;
    background-color: var(--noile-white,#fff);
    border: 1px solid rgba(var(--noile-primary-rgb,29,29,29),.1);
    z-index: 1;
    overflow: hidden
}

.shop-details__btn-cart:after {
    content: "";
    width: 20px;
    height: 194px;
    background-color: var(--noile-base,#d94645);
    position: absolute;
    right: -18px;
    bottom: -160px;
    z-index: -1;
    transform: rotate(45deg);
    transition: all .6s ease-out
}

.shop-details__btn-cart .icon-cart {
    font-size: 14px;
    color: var(--noile-primary,#1d1d1d);
    margin-right: 5px;
    vertical-align: middle
}

.shop-details__btn-cart:hover {
    color: var(--noile-white,#fff)
}

.shop-details__btn-cart:hover .icon-cart {
    color: var(--noile-white,#fff)
}

.shop-details__btn-cart:hover:after {
    bottom: -85px;
    width: 300px;
    transform: rotate(0deg)
}

.shop-details__info-inner {
    width: 100%;
    max-width: 536px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 17px;
    gap: 15px
}

.shop-details__phone {
    display: flex;
    align-items: center;
    gap: 12px
}

.shop-details__phone-title {
    font-size: var(--noile-size-md);
    line-height: 1.428;
    margin-bottom: 0
}

.shop-details__phone-number {
    font-size: var(--noile-size-2xl);
    color: var(--noile-black2,#0e1c31);
    line-height: 1.4;
    font-weight: 600
}

.shop-details .social-link {
    height: 38px
}

.shop-details .social-link:nth-child(odd) {
    background-color: var(--noile-white2,#f6f6f6)
}

.shop-details .social-link:nth-child(even) {
    background-color: rgba(var(--noile-primary-rgb,29,29,29),.1)
}

.shop-details .social-link i {
    color: var(--noile-secondary,#a0a1a6)
}

.shop-details .social-link:hover {
    background-color: var(--noile-base,#d94645)
}

.shop-details .social-link:hover i {
    color: var(--noile-white,#fff)
}

.shop-details__info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 42px
}

.shop-details__info-item {
    display: grid;
    grid-template-columns: 14px 1fr;
    align-items: start;
    gap: 9px
}

.shop-details__info-item:not(:last-child) {
    margin-bottom: 4px
}

.shop-details__info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    background-color: var(--color);
    border-radius: 50%;
    margin-top: 7px
}

.shop-details__info-icon i {
    font-size: 6px;
    color: var(--noile-white,#fff)
}

.shop-details__info-text {
    margin-bottom: 0
}

.shop-details__payment-box {
    display: flex;
    align-items: center;
    gap: 12px 30px;
    flex-wrap: wrap
}

.shop-details__payment-card-box {
    display: flex;
    align-items: center;
    gap: 4px
}

.shop-details__payment-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 30px;
    background-color: var(--noile-white,#fff);
    box-shadow: 0px 1px 2px 0px rgba(1,15,28,.1)
}

.shop-details__tab-box {
    margin-top: 25px
}

.shop-details__main-tab-box {
    position: relative;
    display: block
}

.shop-details__main-tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .shop-details__main-tab-box .tab-buttons {
        gap:15px
    }
}

.shop-details__main-tab-box .tab-buttons .tab-btn {
    position: relative
}

.shop-details__main-tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    font-size: var(--noile-size-2xl);
    color: var(--noile-primary,#1d1d1d);
    font-weight: 600;
    line-height: 1.25;
    border: 1px solid rgba(var(--noile-primary-rgb,29,29,29),.1);
    padding: 18px 32.5px;
    cursor: pointer;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 0;
    transition: all .5s linear;
    z-index: 1
}

@media (max-width: 767px) {
    .shop-details__main-tab-box .tab-buttons .tab-btn span {
        padding:15px 25px
    }
}

.shop-details__main-tab-box .tab-buttons .tab-btn span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--noile-primary,#1d1d1d);
    transition: all .3s ease;
    z-index: -1
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
    border-color: transparent;
    color: var(--noile-white,#fff)
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
    width: 100%
}

.shop-details__main-tab-box .tabs-content {
    position: relative;
    display: block
}

.shop-details__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 10
}

.shop-details__main-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.shop-details__top-description {
    margin-bottom: 0
}

.shop-details__top-description--two {
    margin-bottom: 14px
}

.shop-details__tab-list-item {
    gap: 17px
}

@media (max-width: 767px) {
    .shop-details__tab-list-item {
        gap:10px
    }
}

.shop-details__table-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.shop-details__table {
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse
}

.shop-details__table thead th,.shop-details__table tbody td {
    padding: 14px 14px 13px 50px;
    border: 1px solid #eee;
    font-weight: 400
}

@media (max-width: 1399px) {
    .shop-details__table thead th,.shop-details__table tbody td {
        padding:12px 12px 11px 30px
    }
}

@media (max-width: 1199px) {
    .shop-details__table thead th,.shop-details__table tbody td {
        padding-left:20px
    }
}

.shop-details__table tbody td:nth-child(1) {
    font-size: var(--noile-size-xl);
    color: var(--noile-primary,#1d1d1d);
    line-height: 1.5
}

.shop-details__table tbody td:nth-child(2) {
    font-size: var(--noile-size-md);
    color: var(--noile-secondary,#a0a1a6);
    line-height: 1.5
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  font-weight: 500;
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 20px;