@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'pop';
  font-weight: 400;
  margin: 0 auto;
  color: #252525;
  font-size: 16px;
  --color: #156ba6;

}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  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;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: 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%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 6px 0;
}
#header > .nav > .menu .menu-box {
  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 > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 80px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #252525;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #252525;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .searchBox form {
  position: relative;
  width: 155px;
}
#header > .nav > .menu .menu-box .right .searchBox form input {
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
  border: solid 1px #000000;
  padding-right: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="submit"] {
  border: none;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding: 0;
  background-image: url('../images/index_2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #252525;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: 12px;
  height: 9px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #fff;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes rotateAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.Hbtn {
  background-color: var(--color);
  border-radius: 27px;
  padding: 16px 25px;
}
.Hbtn:hover {
  background-color: #000;
}
.container {
  width: 1630px;
  padding: 0 15px;
}
.navContainer {
  width: 1690px;
}
#banner .swiper ul li {
  height: 920px;
  border-radius: 0px 0px 0px 260px;
}
#banner .swiper ul li .box {
  width: 50%;
}
#banner .swiper ul li.swiper-slide-active .box .bold {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .box .medium {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .box .Hbtn {
  -webkit-animation: fadeInDownSmall 1s linear;
  -moz-animation: fadeInDownSmall 1s linear;
  -o-animation: fadeInDownSmall 1s linear;
  animation: fadeInDownSmall 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .bottom {
  height: 410px;
}
#index-body .init-1 .container .bottom .item {
  height: 100%;
  border-radius: 0px 20px;
  width: 28.5%;
}
#index-body .init-1 .container .bottom .item .btn {
  background-color: var(--color);
  border-radius: 0px 20px 0px 0px;
  padding: 38px 36px;
}
#index-body .init-1 .container .bottom .item.active {
  width: calc(71.5% - 22px);
}
#index-body .init-2 {
  overflow: hidden;
  border-radius: 0 260px 0 0;
}
#index-body .init-2 .left {
  width: 74%;
  z-index: 2;
}
#index-body .init-2 .left ul li.list .num {
  line-height: 0.8;
}
#index-body .init-2 .left::before {
  content: '';
  width: 114%;
  height: 100%;
  position: absolute;
  background-color: var(--color);
  opacity: 0.5;
  z-index: -1;
  top: 0;
  right: 0;
}
#index-body .init-2 .right {
  width: 26%;
}
#index-body .init-2 .right .play img.round {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 158px;
  height: 158px;
  max-width: none;
  animation: rotateAnimation 4s linear infinite;
}
#index-body .init-3 {
  background-image: url(../images/init-3Bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 200px;
}
#index-body .init-4 {
  margin-top: -190px;
  overflow: hidden;
  background-image: url(../images/init-4Bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 260px 0 0 0;
}
#index-body .init-4 .container .left {
  width: 65%;
  z-index: 2;
}
#index-body .init-4 .container .left::before {
  content: '';
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.24;
  width: 68.6vw;
  height: 69.5vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
#index-body .init-4 .container .left .textBox {
  height: 175px;
  overflow: hidden;
  width: 80%;
}
#index-body .init-4 .container .left .textBox li {
  display: none;
  transition: all 0.5s;
  height: 100%;
  overflow-y: auto;
}
#index-body .init-4 .container .left .textBox li:first-child {
  display: block;
}
#index-body .init-4 .container .left .por {
  z-index: 2;
}
#index-body .init-4 .container .right {
  z-index: 3;
  width: 35%;
}
#index-body .init-4 .container .right ul.lists li.list p.round {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  z-index: 2;
  margin-right: 40px;
  border-radius: 50%;
}
#index-body .init-4 .container .right ul.lists li.list p.round::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  border: solid 2px #ffffff;
  opacity: 0.6;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .right ul.lists li.list.active p.round::before {
  opacity: 1;
  width: 63px;
  height: 63px;
}
#index-body .init-4 .container .right ul.lists li.list:last-child {
  margin-bottom: 0;
}
#index-body .init-4 .container .right ul.lists li.list:nth-child(1) {
  margin-left: -6.5%;
}
#index-body .init-4 .container .right ul.lists li.list:nth-child(2) {
  margin-left: -2%;
}
#index-body .init-4 .container .right ul.lists li.list:nth-child(3) {
  margin-left: -1%;
}
#index-body .init-4 .container .right ul.lists li.list:nth-child(4) {
  margin-left: -2.2%;
}
#index-body .init-4 .container .right ul.lists li.list:nth-child(5) {
  margin-left: -6.5%;
}
#index-body .init-5 ul.box li {
  padding-top: 50px;
  padding-bottom: 38px;
}
#index-body .init-5 ul.box li .list .titl:hover {
  color: var(--color);
}
#index-body .init-5 ul.box li .list .txt {
  color: #666;
}
#index-body .init-5 ul.box li .list .date span {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#index-body .init-5 ul.box li .list .btn:hover {
  color: var(--color);
}
#index-body .init-5 ul.box li .list:hover {
  box-shadow: 0px 0px 38px 0px rgba(17, 17, 17, 0.15);
}
#index-body .init-5 .slickDots .slick-dots li {
  width: 45px;
  height: 9px;
  background-color: #9b7375;
  border: none;
  border-radius: 4px;
  opacity: 0.2;
}
#index-body .init-5 .slickDots .slick-dots li.slick-active {
  width: 98px;
  background-color: #606060;
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../images/footerBg.jpg);
  border-radius: 0px 260px 0px 0px;
}
#footer .container .top {
  border-bottom: 2px solid #464646;
}
#footer .container .top .logo {
  display: inline-block;
  width: 33.5%;
  border-right: 3px solid #828282;
}
#footer .container .top .rg {
  width: 66.5%;
  margin-top: -7px;
}
#footer .container .top .btn {
  color: #156ba6;
}
#footer .container .top .btn:hover {
  color: #FFF;
  opacity: 0.8;
}
#footer .container .center .item1 {
  max-width: 430px;
}
#footer .container .center .item1 .Hbtn {
  padding: 20px 49px;
  border-radius: 31px;
}
#footer .container .center .item2 p.link {
  padding-left: 32px;
}
#footer .container .center .item2 p.link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: var(--color);
  border-radius: 50%;
}
#footer .container .center .item2 p.link a:hover {
  color: var(--color);
}
#footer .container .center .item2 p.link:last-child {
  margin-bottom: 0;
}
#footer .container .center .item3 {
  max-width: 605px;
}
#footer .container .center .item3 .add {
  border-bottom: 2px solid #757575;
}
#footer .container .center .item3 .add:last-child {
  border: none;
}
#footer .copyright {
  border-top: 2px solid #4c4c4c;
  position: relative;
  font-size: 16px;
  overflow: hidden;
}
#footer .copyright .container {
  padding-top: 23px;
  padding-bottom: 23px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  #footer {
    border-radius: 0px 180px 0px 0px;
  }
}
@media screen and (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 50px;
  }
  #index-body .init-1 .container .top .txt {
    width: 52%;
  }
  #index-body .init-2 .left::before {
    width: 130%;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c {
    margin-right: 50px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #banner .swiper ul li {
    height: 700px;
  }
  #banner .swiper ul li .box {
    width: 58%;
  }
  #index-body .init-1 .container .top .txt {
    width: 58%;
  }
  #index-body .init-1 .container .bottom {
    height: 300px;
  }
  #index-body .init-1 .container .bottom .item {
    width: 30%;
  }
  #index-body .init-1 .container .bottom .item .btn {
    padding: 20px 36px;
  }
  #index-body .init-1 .container .bottom .item.active {
    width: calc(70% - 16px);
  }
  #index-body .init-4 {
    border-radius: 160px 0 0 0;
  }
  #index-body .init-4 .container .left {
    width: 60%;
  }
  #index-body .init-4 .container .right {
    width: 40%;
  }
  #footer {
    border-radius: 0px 100px 0px 0px;
  }
  #footer .container .center .item1 {
    width: 35%;
  }
  #footer .container .center .item3 {
    width: 42%;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li {
    height: 600px;
    border-radius: 0px 0px 0px 190px;
  }
  #index-body .init-1 .container .bottom .item {
    width: 40%;
  }
  #index-body .init-1 .container .bottom .item.active {
    width: calc(60% - 16px);
  }
  #index-body .init-2 {
    border-radius: 0 100px 0 0;
  }
  #index-body .init-2 .left::before {
    width: 125%;
  }
  #index-body .init-4 .container .left::before {
    width: 80vw;
    height: 80vw;
  }
  #index-body .init-4 .container .right ul.lists li.list.active p.round::before {
    width: 40px;
    height: 40px;
  }
  #index-body .init-5 .slickDots .slick-dots li {
    width: 25px;
    height: 5px;
  }
  #index-body .init-5 .slickDots .slick-dots li.slick-active {
    width: 45px;
  }
  .mobileForm {
    margin-bottom: 100px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li {
    height: 460px;
    border-radius: 0px 0px 0px 100px;
  }
  #banner .swiper ul li .box {
    width: 100%;
  }
  #index-body .init-1 .container .top .txt {
    margin-top: 40px;
  }
  #index-body .init-1 .container .bottom {
    height: 600px;
  }
  #index-body .init-1 .container .bottom .item {
    width: 100%;
    height: 49%;
  }
  #index-body .init-1 .container .bottom .item.active {
    width: 100%;
  }
  #index-body .init-2 .left {
    padding: 50px 0 !important;
  }
  #index-body .init-2 .left::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #index-body .init-2 .right {
    padding-bottom: 40px !important;
  }
  #index-body .init-4 {
    border-radius: 60px 0 0 0;
  }
  #index-body .init-4 .container .left::before {
    display: none;
  }
  #index-body .init-4 .container .left .textBox {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
  }
  #index-body .init-4 .container .right {
    margin-top: 40px;
    margin-left: 20px;
  }
  #index-body .init-4 .container .right ul.lists li.list:nth-child(1),
  #index-body .init-4 .container .right ul.lists li.list:nth-child(2),
  #index-body .init-4 .container .right ul.lists li.list:nth-child(3),
  #index-body .init-4 .container .right ul.lists li.list:nth-child(4),
  #index-body .init-4 .container .right ul.lists li.list:nth-child(5) {
    margin-left: 0;
  }
  #footer .container .top .logo {
    border: none;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .container .center .item1 {
    width: 49%;
  }
  #footer .container .center .item2 {
    display: none;
  }
  #footer .container .center .item3 {
    width: 49%;
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li {
    height: 390px;
  }
  #index-body .init-2 .left ul li.list {
    width: 50%;
    margin-bottom: 20px;
  }
  #footer .container .center .item1,
  #footer .container .center .item3 {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
}
@media (max-width: 500px) {
  #index-body .init-2 .left ul li.list {
    width: 100%;
    justify-content: center;
  }
}

.inner-banner {
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-banner .ui.container {
  width: 100%;
}

.inner-banner .bg {
  position: absolute;
  left: 0;
  bottom: -2px;
}

.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}

.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;

  margin-top: 17px;
}

.paralasic .tit {
  font-size: 20px;
  line-height: 1.2;

  margin-top: 17px;
}

.inner-banner .search {
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}

.inner-banner .search form {
  width: 100%;
  position: relative;
}

.inner-banner .search input {
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}

.inner-banner .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/icon-search-black.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.inner-banner .arrow {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
  -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
}

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

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

.m-link a em {
  color: var(--color);
}

.m-link a:first-child {
  margin-top: 0;
}

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

.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;

  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}

@media screen and (max-width: 1440px){
  .inner-banner {
    height: 570px;
  }
}
@media screen and (max-width: 1280px)  {
  .inner-banner {
    height: 540px;
  }
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page {
    margin-top: 40px;
  }

  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .m-link a {
    margin-top: 10px;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}

.product2-page #index-body .i-product.cat_pro .ui.container {
  max-width: 1530px;
}

.product2-page #index-body .i-product h1 {
  text-transform: unset;
}

.product2-page #index-body .i-product h1:before {
  margin-top: 14px;
}

.product2-page #index-body .i-product .Auxil-catdes {
  font-size: 20px;
  padding-left: 30px;
  max-height: 200px;
  overflow-y: auto;
}

.product2-page #index-body .i-partner {
  background: transparent;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.product2-page #index-body .i-product {
  background: transparent;
}

.product2-page #index-body .i-product ul li .box .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.product2-page #index-body .i-product ul li .box .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}

.inner-page .sidebox {
  padding: 6rem 15px;
  max-width: 1400px;
  margin: auto;
}

.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}

.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
}

.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}

.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);

  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;

  color: #000;
}

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--red);
}

.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  color: #999;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--red);
}

.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}

.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideleft .widget .contact {
  background-color: var(--color);
  color: white;
  padding: 40px 20px;
  border-radius: 20px;
}

.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i {
  font-size: 24px;
}

.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span {
  font-size: 20px;
}
.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}

#index-body .i-product ul {
  margin: -20px;
}
#index-body .i-product ul li {
  padding: 15px 10px;
}
#index-body .i-product ul li .box {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#index-body .i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .box .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px 20px;
}
#index-body .i-product ul li .box .content .title {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: var(--font);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-product ul li .box .content .mores {
  color: var(--color);
}
#index-body .i-product ul li .box:hover .content {
  background: var(--color);
  color: white;
}
#index-body .i-product ul li .box:hover .content .mores {
  color: white;
}
@media screen and (max-width: 1250px) {
  #index-body .i-product ul li .box .content {
    padding: 15px 20px 25px;
  }
  #index-body .i-product ul li .box {
    border-radius: 25px;
  }
  #index-body .i-product ul li .box .content .title {

    font-size: 20px;

  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .seoIndustry {
    display: none;
  }
  .seoPublic .Auxil-form .form ul li {
    margin-bottom: 15px;
  }
  .inner-page .sidebox {
    padding: 60px 15px;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding: 0;
  }
  #index-body .i-product ul li .box {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
  }
  #index-body .i-product ul li .box .content .title {
    font-size: 15px;
    min-height: 90px;
    line-height: 30px;
  }
  #index-body .i-product ul {
    margin: 0;
  }

}
@media screen and (max-width: 700px){
  .product2-page #index-body .i-product .Auxil-catdes {
    padding-left: 0;
  }
  .product2-page #index-body .i-product ul li .box .content .title {
    min-height: 90px;
  }
  #index-body .i-product ul {
    margin: -5px;
  }
  #index-body .i-product ul li {
    padding: 5px;
  }

}

.prodet-page .prodet-1 .left {
  width: 39%
}

.prodet-page .prodet-1 .left .img {
  position: relative;
}

.prodet-page .prodet-1 .left .img span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .left .img span.prev {
  left: 10px;
}

.prodet-page .prodet-1 .left .img span.next {
  right: 10px;
}

.prodet-page .prodet-1 .left .img span i {
  font-size: 30px;
  transition: all 0.5s;
  color: white;
}

.prodet-page .prodet-1 .left .img span:hover i {
  color: var(--color);
}

.prodet-page .prodet-1 .left a {


  display: block;
  text-align: center;

}

.prodet-page .prodet-1 .left a img {
  border-radius: 30px;
}

.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 48px;
  position: relative;
  font-size: 16px;
}

.prodet-page .prodet-1 .right table {
  width: 100%;
  table-layout: fixed;
}

.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 30px;
  opacity: .51;
  margin: 25px 0 60px
}

.prodet-page .prodet-1 .left .gallery {
  margin-bottom: 40px;
  margin-top: 30px;
}

.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
  position: relative;
}

.prodet-page .prodet-1 .left .gallery ul .slick-track {
  margin-left: 0
}

.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px
}

.prodet-page .prodet-1 .left .gallery ul li .img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.prodet-page .prodet-1 .left .gallery ul li .img img {
  width: auto;
  margin: auto
}

.prodet-page .prodet-1 .right .more_btn .more:after {
  color: #000
}

.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.prodet-page .prodet-2 ul.options li {
  font-size: 18px;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 50px;
  position: relative
}

.prodet-page .prodet-2 ul.options li a {
  position: relative
}

.prodet-page .prodet-2 ul.options li a:after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #1662bc
}

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

.prodet-page .prodet-2 ul.options li.active a:after {
  background: #fff
}

.prodet-page .prodet-2 .box {
  padding: 70px 0
}

.prodet-page .prodet-2 .box .content {
  font-size: 18px;

}

.prodet-page .prodet-2 .box .content video {
  width: 100% !important;
}

.prodet-page .prodet-2 .box .content table {
  width: 100%;
  table-layout: fixed;
}

.prodet-page .prodet-2 .list {
  padding: 70px 0
}

.prodet-page .prodet-2 .list ul {
  margin: -15px
}

.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center
}

.prodet-page .prodet-2 .list ul li .img-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px
}

.prodet-page .prodet-2 .list ul li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
  opacity: .51
}
.prodet-page #index-body .i-product .i-title em {
  color: var(--color);
}

.prodet-page .ui.container .content img {
  margin-bottom: 20px;
}
@media (max-width: 1450px) {
  .prodet-page .prodet-2 ul.options li {
    padding: 0 40px;
  }
}

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

  .prodet-page .prodet-1 .left a {
    padding: 0
  }

  .prodet-page .prodet-1 .right .more_btn {
    position: relative;
    left: 0
  }

  .prodet-page .prodet-1 .right h1 {
    padding-right: 0
  }
}

table {
  word-break: unset;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .box .content table {
    overflow-x: auto;
    table-layout: unset;
    display: block;
  }

  .prodet-page .prodet-2 .box .content table tr td {
    min-width: 150px !important;
    height: auto !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%
  }

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

}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 ul.options li {
    padding: 10px 20px;
  }
  .prodet-page .prodet-2 ul.options {
    flex-wrap: wrap;
    height: auto
  }

  .prodet-page .prodet-2 .box .seoPublic {
    display: block !important
  }
  .prodet-page .prodet-1 .right table {
    overflow-x: auto;
    table-layout: unset;
    display: block;
    width: 100% !important;
  }

  .prodet-page .prodet-1 .right table tr td {
    min-width: 150px;
  }
}

.about-page .title em {
  color: var(--color);
}

.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .ui.container {
  z-index: 3;
}

.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}

.about-page .about-1 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}

.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-page .about-1 ul {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-page .about-1 ul li {
  position: relative;
  padding-left: 150px;
}

.about-page .about-1 ul li .icon {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-1 ul li h3 {
  font-size: 60px;

  color: var(--color);
  line-height: 1;
}

.about-page .about-1 ul li h3 span {
  font-size: 22px;
}

.about-page .about-1 ul li p {
  font-size: 20px;
  color: #545252;
}

.about-page .about-1 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}

.about-page .about-1 ul li:last-child::after {
  content: none;
}

.about-page .about-1 ul li:nth-child(1) {
  padding-left: 120px;
}

.about-page .about-1 ul li:nth-child(1) .icon {
  left: 0;
}

.about-page .about-2 {
  padding-top: 170px;
  position: relative;
}


.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}

.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}

.about-page .about-2 .content ul li .tit {
  color: var(--color);

}

.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}

.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}

.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}

.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}

.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
  width: calc(100% - 6.25vw);
  border-radius: 0 300px 300px 0;
  position: relative;
  z-index: 2;
}

.about-page .about-2 .bottom ul {
  margin-right: -16px;
}

.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}

.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-22 {
  padding-top: 120px;
  position: relative;
}

.about-page .about-22 .ui.container {
  z-index: 3;
}

.about-page .about-22 img {
  border-radius: 20px;
  margin: 0 auto 20px;
}


.about-page .about-22 ul {
  margin-right: -75px;
  margin-top: 50px;
}

.about-page .about-22 ul li {

  position: relative;
  padding-right: 75px;

  text-align: center;
}

.about-page .about-22 ul li span {
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;

}

.about-page .about-22 ul li span::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}

.about-page .about-22 ul li h5 {
  color: var(--color);
  font-size: 30px;

  margin-bottom: 10px;
}

.about-page .about-22 ul li .des {
  font-size: 18px;
  line-height: 30px;
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}

.about-page .about-22 ul .slick-dots {
  text-align: center;
  margin: 0;

}

.about-page .about-22 ul .slick-dots li {
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}

.about-page .about-22 ul .slick-dots li button {
  display: none;
}

.about-page .about-22 ul .slick-dots li.slick-active {
  background: var(--color);
}

.about-page .about-3 {
  padding: 5.573% 0 0;
}

.about-page .about-3 .ui.container {
  z-index: 2;
}

.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}

.about-page .about-3 .content {
  margin-top: 65px;
}

.about-page .about-3 .content ul {
  margin: -15px -10px;
}

.about-page .about-3 .content ul li {
  padding: 15px 10px;
}

.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}

.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}

.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}

.about-page .about-4 {
  position: relative;
}

.about-page .about-4 .ui.container {
  z-index: 3;
}


.about-page .about-4 .content {
  margin-top: 29px;
}

.about-page .about-4 .content ul {
  margin-right: -25px;
}

.about-page .about-4 .content ul li {
  padding-right: 25px;
}

.about-page .about-4 .content ul li .img-box img {
  width: 100%;
  border-radius: 0 100px 0 0;
}

.about-page .about-4 .content ul li .h5 {
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  border-radius: 50px 0 0 0;
  z-index: 2;
  position: relative;
  -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 20px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .content ul li:hover .h5 {
  background: var(--color);
  color: white;
}

.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}

.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}

.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}

.about-page .about-5 {
  background-color: #146aa6;
  border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}

.about-page .about-5 .in-num::before {
  background: #fff;
}

.about-page .about-5 .left {
  width: 48%;
  vertical-align: top;
}

.about-page .about-5 .right {
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
}

.about-page .about-6 {
  padding: 7% 0;
}

.about-page .about-6 .title em {
  color: var(--color);
}

.about-page .about-6 .content {
  padding-top: 6.349%;
}

.about-page .about-6 .content ul {
  margin-right: -96px;
}

.about-page .about-6 .content ul li {
  padding-right: 96px;
}

.about-page .about-6 .content ul li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);

  display: inline-block;
  position: relative;
}

.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;

  padding-left: 15px;
}

.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
.inner-page .in-num {
  line-height: 1.1;
  text-transform: uppercase;

  display: flex;
  align-items: center;
}

.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px 0 0;
}
.about-page {
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .ui.container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-3 .ui.container {
    max-width: 1200px;
  }

  .about-page .about-6 .content ul {
    margin-right: -40px;
  }

  .about-page .about-6 .content ul li {
    padding-right: 40px;
  }

  

  .about-page .about-1 ul li .icon {
    width: 60px;
    left: 25px;
  }

  .about-page .about-1 ul li {
    padding-left: 110px;
  }

  .about-page .about-1 ul li h3 {
    font-size: 50px;
  }

  .about-page .about-1 ul li p {
    font-size: 17px;
  }

  .about-page .about-22 ul li h5 {
    font-size: 24px;
  }

  .about-page .about-22 ul li span {
    font-size: 76px;
  }

  .about-page .about-22 ul li span:after {
    width: 45px;
    right: 1px;
  }

  .about-page .about-22 ul {
    margin-right: -40px;
  }

  .about-page .about-22 ul li {
    padding: 15px 20px
  }
  .about-page .about-5 {
    border-radius: 200px 0px 0px 200px;
  }
  .about-page .about-5 .left {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }

  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }

  
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .content ul li .img-box img {
    border-radius: 0 50px 0 0;
  }
  .about-page .about-4 .content ul li .h5 {
    border-radius: 30px 0 0 0;
    -webkit-transform: translate(0%, -30px);
    -moz-transform: translate(0%, -30px);
    -ms-transform: translate(0%, -30px);
    transform: translate(0%, -30px);
    padding: 10px 15px;
  }
  .about-page .about-1 .img .play {
    width: 80px;
  }
  .about-page .about-1 ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 ul li {
    padding-left: 70px;
  }

  .about-page .about-1 ul li .icon {
    width: 40px;
    left: 8px;
  }

  .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }

  /*.about-page .about-22 ul li{
    width: 50% !important;
  }*/
}

@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px)  {
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .about-page .about-1::after {
    display: none;
  }

  .about-page .about-2 .content {
    margin-top: 40px;
  }

  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }

  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }

  .about-page .about-5 {
    margin-top: 60px;
    border-radius: 0;
  }

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

  .about-page .about-5 .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-page .about-22 ul {
    margin: 10px auto;
  }
  .about-page .about-22 ul li {
    padding: 15px 20px;
  }
  .about-page .about-1 ul li::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .in-num:before {
    display: none;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }

  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }

  .about-page .about-3 .content {
    margin-top: 20px;
  }

  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }

  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }

  .about-page .about-1 .img2 {
    background-size: 60%;
    background-position: right top;
  }

  /*.about-page .about-22 ul li{
    width: 100% !important;
  }*/
  .about-page .about-4 .content ul li .img-box img {
    border-radius: 0 20px 0 0;
  }

  .about-page .about-5 {
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }

  

  .about-page .title {
    margin-top: 10px;
    margin-bottom: 20;
  }

  .about-page .about-2 .bottom {
    border-radius: 0;
  }

  .about-page .about-2 .img1 {
    background-size: 60%;
    background-position: right top;
  }

  .about-page .about-2 {
    padding-top: 50px;
  }

  .about-page .about-3 .content ul {
    margin: -5px;
  }

  .about-page .about-3 .content ul li {
    padding: 5px;
  }

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

  .about-page .about-4 .img1 {
    background-size: 48%;
    background-position: left top;
  }

  .about-page .about-4 .img2 {
    background-size: 50%;
    background-position: right top;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .img {
    margin-top: 20px;
  }

  .about-page .about-1 .img2 {
    background-size: 46%;
    right: -20px;
  }

  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }

  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }

  .about-page .about-5 {
    padding-top: 60px;
  }

  .about-page .about-5 .right {
    max-height: 300px;
    overflow: auto;
  }

  .about-page .about-2 .content ul li::before {
    left: 11px;
  }

  .about-page .about-2 .bottom {
    padding-right: 0;
  }

  .about-page .about-3 {
    padding: 80px 0;
  }

  .about-page .about-4 {
    border-radius: 0;
  }

  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }

  .about-page .about-4 .content {
    margin-top: 20px;
  }

  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }

  .about-page .about-1 ul li {
    padding-left: 65px;
    margin-bottom: 20px;
  }

  .about-page .about-1 ul li .icon {
    left: 0;
  }

  .about-page .about-1 ul li h3 {
    font-size: 33px;
  }

  .about-page .about-1 ul li p {
    font-size: 14px;
  }

  .about-page .about-1 .con {
    line-height: 1.8;
  }

  .about-page .about-1 ul li:after {
    display: none;
  }

  .about-page .about-1 .img .play {
    width: 50px;
  }

  .about-page .about-22 {
    padding-top: 60px;
  }
  .about-page .about-22 ul li {
    margin-bottom: 25px;
  }

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

  .about-page .about-22 .img1,
  .about-page .about-1 .img1 {
    background-size: 60%;
    background-position: left top;
  }

  .about-page .about-1 .img3 {
    background-size: 70%;
    background-position: right top;
  }
}

.gallery-page .content .box {
  text-align: center;
}

.gallery-page .content .box p {
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}

.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}

.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}

.gallery-page .content .box ul li {
  padding: 15px;
}

.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}

.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}

.gallery-page .content .box ul li .imgbox .text h5 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .35);
  background: white;
  padding: 30px 10px;

}

.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}

.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}

.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}

@media screen and (max-width: 1250px) {
  .gallery-page .content .box ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }

  .gallery-page .content .box ul {
    margin: -3px;
  }

  .gallery-page .content .box ul li {
    padding: 3px;
    width: 50%;
  }

  .gallery-page .content .box ul li .imgbox .text h5 {
    padding: 8px 10px;
  }

  .gallery-page .content .box div {
    margin-top: 0;
  }

  .gallery-page {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.faq-page .box {
  padding: 1.472% 0 7.069%;
  position: relative;
  z-index: 1;
}

.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}

.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}

.faq-page .box .content {
  margin-top: 46px;
}

.faq-page .box .content ul {
  margin-bottom: -24px;
}

.faq-page .box .content ul li {
  padding-bottom: 24px;
}

.faq-page .box .content ul li em {
  color: var(--color);
}

.faq-page .box .content ul li .ig {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}

.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;

  padding-right: 50px;
}

.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}

.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
  color: #737373;
}

.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}

.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}

@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}

@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}

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

  .faq-page .box::after {
    display: none;
  }

  .faq-page .box .title {
    width: 61%;
  }

  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }

  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}

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

  .faq-page .box .title {
    width: 70%;
  }

  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }

  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px;
  }

  .faq-page {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }

  .faq-page .box .title {
    width: 85%;
  }

  .faq-page .box .content {
    margin-top: 20px;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }

  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }

  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}

.news-page {
  position: relative;
  z-index: 1;
}

.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}

.news-page .header ul li:first-child {
  padding-left: 0;
}

.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}

.news-page .content {
  margin-top: 65px;
}

.news-page .content ul {
  margin: 0 -25px -65px 0;
}

.news-page .content ul li .img {
  position: relative;
}

.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}

.news-page .content ul li .img .img-box img {
  width: 100%;
}

.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}

.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}

.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}

.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}

.news-page .content ul li .text {
  padding: 15px;
}

.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;

  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .content ul li .text .tit:hover {
  color: var(--color);
}

.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }

  
}

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

  .news-page::after {
    font-size: 300px;
    top: -20px;
  }

  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
}

@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }

  .news-page::after {
    display: none;
  }

  .news-page .content {
    margin-top: 30px;
  }
  
}

@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }

  .news-page .content {
    margin-top: 20px;
  }

  
}

@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }

  .news-page .content {
    margin-top: 0;
  }

  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li .img time {
    width: 105px;
  }
}

.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}

.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}

.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}

.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}

.newdet-page .info .con {
  margin-top: 55px;
}

.newdet-page .info .con img {
  margin-bottom: 30px;
}

.newdet-page .info .m-link {
  margin-top: 87px;
}

@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }

  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }

  
}

@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }

  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }

  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
}

.contact-page .title em {
  color: var(--color);
}

.contact-page .contact-1 ul {
  margin: -15px;
}

.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}

.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;

}

.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}

.contact-page .contact-2 {
  padding-top: 6.15%;
}

.contact-page .contact-2 .form ul {
  margin: -15px;
}

.contact-page .contact-2 .form ul li {
  padding: 15px;
}

.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-2 .form ul li input::-webkit-input-placeholder,
.contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input:-moz-placeholder,
.contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input::-moz-placeholder,
.contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input:-ms-input-placeholder,
.contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}

.contact-page .contact-2 .form ul li .box {
  position: relative;
}

.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}

.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}

.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}

.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}

/*.contact-page .contact-3 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 400px;
  line-height: 1;

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1700px) {
  .contact-page::after {
    font-size: 300px;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page::after {
    top: -20px;
  }
}

@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form ul li {
    margin-bottom: 15px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
}

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

  .contact-page .contact-2 .form ul li {
    width: 100%;
  }

  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }

  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }

  .contact-page .img2 {
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }

  .contact-page .img1 {
    background-size: 60%;
    background-position: left top;
  }

  .contact-page .img3 {
    background-size: 60%;
    background-position: right top;
  }
}
