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

body {
  font-family: "Montserrat";
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  --color: rgba(30, 80, 174, 1);
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 11;
  position: absolute;
  width: 100%;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  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: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
  padding-left: 4.06%;
  padding-right:3.697%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: calc(4.1667vw + 15px);
  font-size: calc(0.2085vw + 14px);
  font-weight: bold;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 39px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 300px;
  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 ul.sub-menu{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu,
#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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
  background-color: var(--color);
  border-radius: 0 0 200px 200px;
  width: 65px;
  height: 100px;
  text-align: center;
  position: relative;
  margin-top: -39px;
  padding-top: 57px;
  margin-left: 30px;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .h-search::before {
  content: '';
  position: absolute;
  left: -35px;
  top: 54px;
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .language ul {
  -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: 15px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 120px;
  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 .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -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.active {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .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 .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #eb623a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #eb623a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #eb623a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !important;
}
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 !important;
  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;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#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;
  line-height: 28px;
}
#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: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: calc(1.3555vw + 14px);
  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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: calc(1.3555vw + 14px);
  }
}
#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 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  font-size: 15px;
  background-color: black;
  height: 51px;
  line-height: 51px;
  border-radius: 8px;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
  overflow: hidden;
}
.more i {
  margin-left: 40px;
}
.more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: var(--color);
  border-left: 2px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  -webkit-transform: skew(333deg);
  -moz-transform: skew(333deg);
  -ms-transform: skew(333deg);
  transform: skew(333deg);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.more:hover::after {
  width: 100%;
  -webkit-transform: skew(360deg);
  -moz-transform: skew(360deg);
  -ms-transform: skew(360deg);
  transform: skew(360deg);
  border: none;
}
.font-48 {
  font-size: 48px;
}
.font-36 {
  font-size: 36px;
}
.font-44 {
  font-size: 44px;
}
.lh-32 {
  line-height: 1.6;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  border-radius: 0 0 30px 30px;
}
#banner ul li > img {
  border-radius: inherit;
}
#banner ul li .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner ul li .content-box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-top: calc(1.3555vw + 14px); 
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 58%;
  text-align: center;
  color: white;
}
#banner ul li .content-box .content .cms_name {
  font-size:  calc(0.525vw + 14px);
}
#banner ul li .content-box .content .h2 {
  font-size: calc(2.3955vw + 14px) !important;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: bold;
  /*margin: 0 0 20px;*/
}
#banner ul li .content-box .content p {
  font-size: calc(0.1055vw + 14px) ;
  line-height: 1.7;
  margin-top: calc(0.8345vw + 14px);
  margin-bottom: calc(2.2385vw + 14px);
}
#banner .scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  color: var(--color);
  text-align: center;
  /*font-size:  calc(0.525vw + 14px);*/
}
@-webkit-keyframes circle {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@-moz-keyframes circle {
  100% {
    -moz-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@keyframes circle {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    -moz-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
#index-body{
  overflow: hidden;
}
#index-body .tag {
  color: var(--color);
}
#index-body .ui.container.pt-10 {
  padding: 10px 15px 0;
}
#index-body .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
#index-body .line::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  height: 16px;
  background: var(--color);
  border-radius: 10px 0 0 10px;
}
#index-body .i-category {
  padding-top:  calc(4.65vw + 20px);
  padding-bottom:  calc(4.1667vw + 20px);
  position: relative;
  overflow: hidden;
}
#index-body .i-category .circle {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
#index-body .i-category .circle i {
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: circle 2s ease-out infinite;
  -moz-animation: circle 2s ease-out infinite;
  animation: circle 2s ease-out infinite;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color);
}
#index-body .i-category .circle i:nth-child(1) {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#index-body .i-category .circle i:nth-child(2) {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  animation-delay: -1s;
}
#index-body .i-category .circle i:nth-child(3) {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .i-category .top {
  position: relative;
  margin-bottom: calc(1.56vw + 14px);
}
#index-body .i-category .top .mores {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  height: 43px;
  line-height: 43px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 0 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#index-body .i-category .top .mores i {
  width: 8px;
  height: 9px;
  border-radius: 100%;
  background-color: var(--color);
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-right: 15px;
}
#index-body .i-category .top .mores i::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(30, 80, 174, 0.3);
  border-radius: 100%;
  z-index: -1;
}
#index-body .i-category .top .mores::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: inherit;
  z-index: -2;
}
#index-body .i-category .top .mores:hover::after {
  width: 100%;
}
#index-body .i-category .top .mores:hover {
  color: white;
}
#index-body .i-category .top .mores:hover i {
  background-color: white;
}
#index-body .i-category .top .mores:hover i::after {
  background-color: rgba(255, 255, 255, 0.6);
}
#index-body .i-category .list-box {
  position: relative;
}
#index-body .i-category .list-box .arrow {
  position: absolute;
  right: 35.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
#index-body .i-category .list-box .arrow div {
  width: 75px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
#index-body .i-category .list-box .arrow div img {
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
#index-body .i-category .list-box .arrow div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaebed;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
#index-body .i-category .list-box .arrow .next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-category .list-box .arrow div:hover::after {
  background: var(--color);
}
#index-body .i-category .list-box .arrow div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-category .list-box .item {
  border-top: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
  padding-right: 180px;
  padding-top: calc(3.959vw + 14px);
  position: relative;
}
#index-body .i-category .list-box .item .btn {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color);
  color: white;
  font-size: 16px;
  height: 43px;
  line-height: 43px;
  border-radius: 0 0 0 20px;
  padding: 0 20px;
}
#index-body .i-category .list-box .item .content {
  margin-bottom: 100px;
  margin-top: 15px;
}
#index-body .i-category .list-box .item ul {
  margin: -30px;
}
#index-body .i-category .list-box .item ul .slick-list {
  padding-left: 0px;
}
#index-body .i-category .list-box .item ul li {
  padding: 30px;
}
#index-body .i-category .list-box .item ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding-top: calc(0.525vw + 14px);
  padding-bottom: calc(0.525vw + 14px);
  padding-left: 19px;
}
#index-body .i-category .list-box .item ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-color: #e7e7e7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  border-radius: 20px;
}
#index-body .i-category .list-box .item .current {
  margin-top: calc(3.4405vw + 14px);
  margin-bottom: calc(1.56vw + 14px);
}
#index-body .i-category .list-box .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 6;
}
#index-body .i-category .list-box .cat-one > .slick-list {
  padding-right: 38%;
}
#index-body .i-category .list-box .cat-one > .slick-list > .slick-track .item {
  padding-left: 85px;
}
#index-body .i-category .list-box .cat-one > .slick-list .slick-current .item {
  padding-left: 0;
  padding-bottom: calc(4.1667vw + 16px);
}
#index-body .i-category .list-box .cat-one > .slick-list .slick-current .item::after {
  opacity: 0;
  z-index: -3;
}
#index-body .i-category .list-box  .slick-current  .slick-current li a::after {
  background: linear-gradient(180deg, #1E50AE, #5690FE);
  width: 80%;
}
#index-body .i-product {
  position: relative;
  overflow: hidden;
  padding-top: calc(4.65vw + 20px) !important;
  padding-bottom: calc(3.1267vw + 15px) !important;
}
#index-body .i-product ul {
  margin: -20px;
}
#index-body .i-product ul li {
  padding: 20px;
}
#index-body .i-product ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 28px;
  border: 2px solid #d8d8d8;
}
#index-body .i-product ul li .box .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 28px 28px 0 0;
  padding: 0px 0;
  background: white;
}
#index-body .i-product ul li .box .img-box img {
  border-radius: inherit;
}
#index-body .i-product ul li .box p {
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 28px 28px;
  padding: 25px;
  line-height: 28px;
}
#index-body .i-product ul li .box:hover {
  border-color: transparent;
}
#index-body .i-product ul li .box:hover .img-box {
  background: #e0e0e0;
}
#index-body .i-product ul li .box:hover p {
  background: var(--color);
  color: white;
}
#index-body .i-product ul .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: 75px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  background: url(../images/arrow-icon.png) no-repeat center;
}
#index-body .i-product ul .slick-arrow::before,
#index-body .i-product ul .slick-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaebed;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}
#index-body .i-product ul .slick-arrow::before {
  background: url(../images/arrow-icon.png) no-repeat center;
  z-index: 2;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
#index-body .i-product ul .slick-arrow:hover::after {
  background: var(--color);
}
#index-body .i-product ul .slick-arrow:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-product ul .slick-prev {
  left: -90px;
}
#index-body .i-product ul .slick-next {
  right: -90px;
}
#index-body .i-product ul .slick-next::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-product .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(3.65vw + 15px);
}
#index-body .i-product .bottom .left {
  width: 42%;
}
#index-body .i-product .bottom .right {
  width: 58%;
  display: flex;
  /*align-items: center;*/
}
#index-body .i-product .bottom .right img{
  margin-top: 8px
}
#index-body .i-product .bottom .right .icon {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .bottom .right p {
  opacity: 0.7;
  display: inline-block;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  vertical-align: middle;
  padding-left: calc(0.8345vw + 14px);
}
#index-body .i-product::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 41%;
  background: #f5f5f5;
  border-radius: 36px 36px 0 0;
  z-index: -1;
}
#index-body .i-about {
  overflow: hidden;
}
#index-body .i-about .wrap {
  padding-top: calc(5.21vw + 20px);
}
#index-body .i-about .wrap .left {
  position: relative;
  padding-right:  calc(5.21vw + 15px);
  z-index: 2;
}
#index-body .i-about .wrap .left .num {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-size: 14px;
  padding: 25px;
}

#index-body .i-about .wrap .left .num em {
  font-size: 45px;
  font-weight: bold;
}
#index-body .i-about .wrap .left .num::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  z-index: -1;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
}
#index-body .i-about .wrap .left .img {
  position: absolute;
  top: 11%;
  right: -60px;
  z-index: -1;
}
#index-body .i-about .wrap .right {
  padding-right: 200px;
  padding-top: calc(1.88vw + 14px);
}
#index-body .i-about .wrap .right .box {
  background: white;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: 86%;
  padding: 50px 45px;
  margin-left: auto;
  z-index: 3;
  position: relative;
}
#index-body .i-about .wrap .right .box .i-title {
  line-height: 55px;
  margin: 13px 0 30px;
}
#index-body .i-about .wrap .right .box .content {
  line-height: 30px;
  margin-bottom: calc(1.3555vw + 14px);
}
#index-body .i-about .bottom {
  background: url(../images/about-bottom-bg.png) no-repeat;
  padding-top: 260px;
  position: relative;
  margin-top: -150px;
  padding-bottom: calc(4.1667vw + 20px);
}
#index-body .i-about .bottom .right-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#index-body .i-about .bottom ul {
  margin: -22px;
}
#index-body .i-about .bottom ul li {
  padding: 22px;
}
#index-body .i-about .bottom ul li .box {
  padding: 0 25px 50px;
  border-radius: 20px;
  border: 2px solid #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: white;
}
#index-body .i-about .bottom ul li .box .icon {
  display: inline-block;
  padding: 20px 30px;
  position: relative;
  -webkit-transform: translate(30px, -50%);
  -moz-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
}
#index-body .i-about .bottom ul li .box .icon img {
  z-index: 2;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .bottom ul li .box .icon::after {
  border-radius: 16px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  border: 2px solid #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .bottom ul li .box p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #a4a4a4;
}
#index-body .i-about .bottom ul li .box:hover {
  -webkit-box-shadow: 11px 11px 28px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 11px 11px 28px 0px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
#index-body .i-about .bottom ul li .box:hover .icon::after {
  border-color: transparent;
  -webkit-box-shadow: 11px 11px 28px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 11px 11px 28px 0px rgba(0, 0, 0, 0.06);
}
#index-body .i-about .bottom ul li .box:hover .icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#index-body .i-about .bottom ul li .box:hover p {
  color: var(--color);
}
#index-body .i-solution {
  
  padding-bottom: 0px !important;
  position: relative;
  overflow: hidden;
}
#index-body .i-solution .line::after {
  left: auto;
  right: 100%;
  border-radius: 0 10px 10px 0;
}
#index-body .i-solution .wrap {
  padding: 100px 0 0px;
}
#index-body .i-solution .wrap .left {
  padding-left: 160px;
  padding-right: 60px;
  width: 57%;
  vertical-align: middle;
}
#index-body .i-solution .wrap .left .content {
  line-height: 29px;
  margin: 32px 0 60px;
}
#index-body .i-solution .wrap .left ul {
  margin: -25px;
  padding-right: 60px;
}
#index-body .i-solution .wrap .left ul li {
  padding: 48px;
}
#index-body .i-solution .wrap .left ul li img {
  width: 100%;
}
#index-body .i-solution .wrap .right {
  width: 43%;
  position: relative;
  vertical-align: middle;
}
#index-body .i-solution .wrap .right img {
  display: block;
  margin-left: auto;
}
#index-body .i-solution .wrap .right .mores {
  position: absolute;
  left: 0;
  top: 50%;
  background: transparent;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  z-index: 2;
  color: white;
  display: inline-block;
}
#index-body .i-solution .wrap .right .mores::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background: var(--color);
  border-radius: 8px;
  z-index: -1;
}
#index-body .i-solution .bottom-line {
  position: absolute;
  left: 0;
  bottom: 130px;
  width: 40%;
  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;
}
#index-body .i-solution .bottom-line i {
  width: 50%;
  height: 3px;
  position: relative;
  display: inline-block;
  background: rgba(53, 176, 233, 0.6);
}
#index-body .i-solution .bottom-line i:nth-child(2) {
  background: rgba(53, 176, 233, 0.2);
}
#index-body .i-solution .bottom-line i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--color);
}
#index-body .i-news {
  background-color: #f5f5f5;
  padding: 60px 0  calc(7.8vw + 17px);
}
#index-body .i-news .top {
  position: relative;
}
#index-body .i-news .top .mores {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  height: 43px;
  line-height: 43px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 0 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#index-body .i-news .top .mores i {
  width: 8px;
  height: 9px;
  border-radius: 100%;
  background-color: var(--color);
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-right: 15px;
}
#index-body .i-news .top .mores i::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(53, 160, 233, 0.6);
  border-radius: 100%;
  z-index: -1;
}
#index-body .i-news .top .mores::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: inherit;
  z-index: -2;
}
#index-body .i-news .top .mores:hover::after {
  width: 100%;
}
#index-body .i-news .top .mores:hover {
  color: white;
}
#index-body .i-news .top .mores:hover i {
  background-color: white;
}
#index-body .i-news .top .mores:hover i::after {
  background-color: rgba(255, 255, 255, 0.6);
}
#index-body .i-news .i-title {
  margin: 30px 0 80px;
}
#index-body .i-news ul {
  margin: -30px;
}
#index-body .i-news ul li {
  padding: 30px;
}
#index-body .i-news ul li .box {
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
}
#index-body .i-news ul li .box .title {
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .box .content {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.5;
  margin: 25px 0 48px;
}
#index-body .i-news ul li .box .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size:  calc(0.2085vw + 14px);
}
#index-body .i-news ul li .box .time .mores {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  
}
#index-body .i-news ul li .box .time .mores:hover{
  color: var(--color);
}
#index-body .i-news ul li .box .time .mores:hover::after{
 background: var(--color);
}
#index-body .i-news ul li .box .time .mores::after {
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
}
#index-body .i-news ul li .box:hover .title {
  color: var(--color);
}
#index-body .i-news .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: calc(1.3555vw + 14px);
}
#index-body .i-news .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 5px;
  padding: 0;
}
#index-body .i-news .slick-dots li button {
  display: none;
}
#index-body .i-news .slick-dots li.slick-active {
  background: var(--color);
}
#index-body .i-partner {
  background-color: #f5f5f5;
}
#index-body .i-partner ul {
  padding: 60px 0 120px;
}
.i-form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-form .box {
  background: url(../images/contact-bg.png) no-repeat;
  padding: 35px 85px;
  border-radius: 20px;
}
.i-form .box .left {
  vertical-align: middle;
}
.i-form .box .left .h5 {
  font-size: calc(0.8345vw + 14px);
  font-weight: bold;
  color: white;
}
.i-form .box .left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.i-form .box .right {
  vertical-align: middle;
  text-align: right;
}
.i-form .box .right .mores {
  background: white;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  border-radius: 12px;
  display: inline-block;
  padding: 0 30px;
}
.i-form .box .right .mores:hover {
  background: #222;
}
#footer {
  background: #323232;
}
#footer .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: calc(4.479vw + 14px);
}
#footer .top h5 {
  color: white;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
#footer .top h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 90px;
  background: var(--color);
}
#footer .top .one {
  max-width: 320px;
}
#footer .top .one .logo {
  border-bottom: 4px solid var(--color);
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 36px;
}
#footer .top .one ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}
#footer .top .one ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
}
#footer .top .one ul li:nth-child(1)::after {
  background: url(../images/f-phone.png) no-repeat left top;
}
#footer .top .one ul li:nth-child(2)::after {
  background: url(../images/llk1.png) no-repeat left top;
}
#footer .top .one ul li:nth-child(3)::after {
    /*display: none;*/
  background: url(../images/llk2.png) no-repeat left center;
}
#footer .top .one ul li:nth-child(4)::after {
  background: url(../images/f-add.png) no-repeat left top;
}
#footer .top ul li {
  font-size: 16px;
  color: white;
  margin-bottom: 13px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.8;
}
.shixuanfoot {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    transform: translate(10px,10px);
}
#footer .top .two ul li:hover,
#footer .top .three ul li:hover {
  color: var(--color);
}
#footer .top .four {
  max-width: 500px;
}
#footer .top .four form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#footer .top .four form textarea,
#footer .top .four form input {
  width: 49%;
  background: white;
  border: none;
  font-size: 16px;
  height: 41px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 10px;
}
#footer .top .four form textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  margin-bottom: 0;
}
#footer .top .four form input[type="submit"] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(../images/f-arrow.png) no-repeat;
  width: 50px;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
}
#footer .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  line-height: 30px;
}
#footer .bottom a.foothuaw {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 430px;
    display: inline-block;
    vertical-align: middle;
}
#footer .bottom .left {
  font-size: 16px;
  color: white;
  opacity: 0.5;
  vertical-align: middle;
}
#footer .bottom .left img {
  height: 16px;
  vertical-align: middle;
  margin: 0 5px 6px;
}
#footer .bottom .right {
  vertical-align: middle;
}
#footer .bottom .right a {
  font-size:  calc(0.525vw + 14px);
  color: var(--color);
  margin: 0 5px;
}
@media screen and (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: calc(2.1667vw + 10px);}
}
@media screen and (max-width: 1600px){
    #banner ul li .content-box .content .h2 {
    font-size: calc(1.1465vw + 14px) !important;
    line-height: 1.4 !important;
  }
  #index-body .i-news ul li .box .title {
    font-size: 18px!important;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    max-width: 1350px;
  }

  #banner ul li .content-box .content .h2 {
    font-size: 44px;
    line-height: 57px;
  }
  .font-48 {
    font-size: 38px;
  }
  #index-body .i-about .wrap .right {
    padding-right: 50px;
  }
  .font-36 {
    font-size: calc(.729vw + 14px) !important;
  }
  #index-body .i-about .wrap .right .box .i-title {
    line-height: 40px;
  }
  #index-body .i-about .wrap .left .num em {
    font-size: calc(1.0385vw + 14px);
  }
  #index-body .i-solution .wrap .left {
    padding-left: 80px;
  }
  .font-44 {
    font-size: 32px;
  }
  #index-body .i-solution .bottom-line {
    bottom: 80px;
  }
}
@media screen and (max-width: 1400px) {
    #header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: calc(1.0667vw + 10px);}
  .ui.container {
    max-width: 1150px;
  }

  #banner ul li .content-box .content .h2 {
    font-size: 36px;
    line-height: 47px;
  }
  .font-48 {
    font-size: calc(0.8345vw + 14px);
  }
  #index-body .i-category .list-box .arrow {
    right: 32%;
  }
  #index-body .i-product ul li .box .img-box {
    padding: 25px 0;
  }


  #index-body .i-about .wrap .right {
    padding-right: 20px;
    padding-top: 0;
  }
  #index-body .i-about .wrap .right .box {
    width: 95%;
  }
  #index-body .i-about .bottom ul li .box p {
    font-size: 16px;
    line-height: 26px;
  }
  .i-form .box .left {
    width: 70%;
  }
  .i-form .box .right {
    width: 30%;
  }
  #footer .top .four {
    max-width: 415px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 29px 0;
  }
  #banner ul li .content-box .content .h2 {
    font-size: 31px;
    line-height: 41px;
  }
  #banner ul li .content-box .content .cms_name {
    font-size: 20px;
  }
  #index-body .i-category .list-box .item {
    padding-right: 70px;
  }
  .font-36 {
    font-size: 23px;
  }
  #index-body .i-about .wrap .right .box .content {
    margin-bottom: 25px;
    max-height: 180px;
    overflow: auto;
  }
  #index-body .i-about .wrap .right .box .i-title {
    line-height: 30px;
    margin: 6px 0 11px;
  }
  #index-body .i-news ul {
    margin: -12px;
  }
  #index-body .i-news ul li {
    padding: 12px;
  }
  .i-form .box .left .h5 {
    font-size:  calc(0.525vw + 14px);
  }
  #footer .top .four {
    max-width: 270px;
  }
  #footer .top .four form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .four form input {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    max-width: 700px;
  }
  #banner ul li .content-box .content {
    width: 87%;
  }
  #banner ul li .content-box .content .h2 {
    font-size: 26px;
    line-height: 34px;
  }
  #index-body .i-category .list-box .cat-one > .slick-list {
    padding-right: 0px;
  }
  #index-body .i-category .list-box .arrow {
    display: none !important;
  }
  #index-body .i-product .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-product .bottom .left {
    width: 100%;
  }
  #index-body .i-product .bottom .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-about .wrap .left {
    width: 100%;
  }
  #index-body .i-about .wrap .right {
    width: 100%;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-solution .wrap .left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-solution .wrap .right {
    width: 100%;
    margin-top: calc(0.8345vw + 14px);
  }
  .i-form .box{
    padding-left: 40px;
    padding-right: 40px;
  }
  #footer .top .three,
  #footer .top .two {
    display: none;
  }
  #footer .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .bottom a.foothuaw,
  .inner-banner .text h2.singhuaw.font-148 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content-box .content {
    width: 100%;
  }
  #banner ul li .content-box .content .h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 8px 0;
  }
  #banner ul li .content-box .content .cms_name {
    font-size: 16px;
  }
  #banner ul li .content-box .content p {
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 8px;
  }
  #banner .scroll {
    
    margin-bottom: -50px;
    display: none;
  }
  #index-body .i-category .top .mores {
    position: relative;
    margin-top: 10px;
  }
  #index-body .i-category .list-box .item {
    padding-right: 20px;
  }
  .font-44 {
    font-size: 26px;
  }
  #index-body .i-news .top .mores {
    position: relative;
    margin-top: 10px;
  }
  #index-body .i-news .i-title {
    margin: 8px 0 14px;
  }
  .font-20 {
    font-size:  calc(0.2085vw + 14px);
  }
  #index-body .i-news .top {
    margin-bottom: 30px;
  }
  .i-form .box {
    background-size: cover;
    padding: 35px 15px;
    margin-top: 55px;
  }
  .i-form .box .left {
    width: 100%;
  }
  .i-form .box .right {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .i-form {
    -webkit-transform: translateY(-28%);
    -moz-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
    transform: translateY(-28%);
  }
  #footer .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .one {
    max-width: 100%;
  }
  #footer .top .four {
    max-width: 100%;
  }
  #index-body .i-partner{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content-box .content .cms_name,
  #banner ul li .content-box .content p {
    display: none;
  }
  #banner ul li .content-box .content .h2 {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0;
  }
  .more {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
  .font-48 {
    font-size: 22px;
  }
  #index-body .i-category {
    padding-bottom: calc(1.3555vw + 14px);
  }
  #index-body .i-product .bottom .right p {
    padding-left: 10px;
    font-size: 14px;
  }
  #index-body .i-about .bottom .right-img,
  #index-body .i-about .wrap .left .num {
    display: none;
  }
  #index-body .i-about .wrap .right .box {
    width: 100%;
    padding: 50px 15px;
  }
  #index-body .i-about .wrap .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-about .bottom ul li {
    width: 100%;
  }
  .font-44 {
    font-size: 22px;
  }
  #index-body .i-partner{
    display: none;
  }
}





/*inner css*/
.inner-banner{
  padding-top: 180px;
}
.inner-banner .container{
  max-width: 1580px;
}


.inner-banner {
  position: relative;
  height: 435px;
  /*background-image: url(../images/banner115.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0;
}

.about {
  position: relative;
  height: 935px;
  background-image: url(/sxkjcn/2026/01/19/A1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0;
}

.inner-banner .text {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.inner-banner .text h2 {
  color: #fff;
  font-weight: bold;
}
.inner-banner .text .mbx {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.inner-banner.about img.dec-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.font-148 {
  font-size: 148px;
  line-height: 1;
  margin-bottom: calc(1.3555vw + 14px);
}
.font-148 .mbx {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.inner-page h3.tit3 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.inner-page h3.tit3:before {
  height: 1px;
  width: 30%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.inner-page h3.tit3:after {
  height: 1px;
  width: 30%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #000;
}
.about-page .ui.container {
  max-width: 1600px;
}
.about-page .about-1 {
  padding-top: calc(3.4405vw + 14px);
  padding-bottom: calc(3.959vw + 14px);
}
.about-page .about-1 .ui.container {
  text-align: center;
  padding: 0 60px;
}
.about-page .about-1 .ui.container h3 {
  margin-bottom: calc(1.56vw + 14px);
}
.about-page .about-1 .ui.container p {
  text-align: left;
  line-height: 1.8;
  color: #636363;
  margin-bottom: 25px;
}
.about-page .about-1 .ui.container ul.datalist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.about-page .about-1 .ui.container ul.datalist li {
  text-align: center;
  border-right: 1px solid  #aaa;
  margin-top: 25px;
}
.about-page .about-1 .ui.container ul.datalist li:nth-child(4) {
  border: none;
}
.about-page .about-1 .ui.container ul.datalist li img {
  margin: 0 auto;
}
.about-page .about-1 .ui.container ul.datalist li p {
  color: #636363;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.about-page .about-1 .ui.container ul.datalist li span {
  color: #333;
  font-weight: bold;
  font-size: 48px;
}
.about-page .about-2 {
  padding-top: 105px;
  padding-bottom: calc(3.959vw + 14px);
  background: url(../images/about-history-bj.jpg) center center no-repeat;
  background-size: cover;
}
.about-page .about-2 .ui.container {
  position: relative;
}
.about-page .about-2 .ui.container span.btn {
  font-size:  calc(0.525vw + 14px);
  position: absolute;
  cursor: pointer;
  top: 50%;
  color: #fff;
  z-index: 99;
}
.about-page .about-2 .ui.container span.btn.slick-prev {
  left: -25px;
}
.about-page .about-2 .ui.container span.btn.slick-next {
  right: -25px;
}
.about-page .about-2 .ui.container ul.historylist {
  margin: 0 -25px;
}
.about-page .about-2 .ui.container ul.historylist li {
  padding: 0 25px;
}
.about-page .about-2 .ui.container ul.historylist li .item {
  text-align: left;
  color: #fff;
}
.about-page .about-2 .ui.container ul.historylist li .item h5 {
  font-weight: 400;
  margin-bottom: 25px;
}
.about-page .about-2 .ui.container ul.historylist li .item p {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  padding-left: 25px;
  position: relative;
}
.about-page .about-2 .ui.container ul.historylist li .item p:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.about-page .about-2 .ui.container ul.navlist {
  position: relative;
  margin-top: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-page .about-2 .ui.container ul.navlist:before {
  content: "";
  width: 89%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-2 .ui.container ul.navlist li {
  text-align: center;
  padding: 0 40px;
}
.about-page .about-2 .ui.container ul.navlist li i {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #000;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container ul.navlist li span {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 1.36363636px;
  font-weight: 400;
  color: #fff;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .ui.container {
  text-align: center;
}
.about-page .about-3 .ui.container h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.about-page .about-3 .ui container .honorlist grid-box four .column .img-box{
  margin: 0 20px;
}

.about-page .about-2 .ui.container h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom:60px;
  text-align: center;
}

.al{
  margin: 40px 0px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.about-page .about-2 .ui.container img{
  display: block;
  margin:0 auto;
  padding: 20px;
  transition: 1s ease;
}
.about-page .about-2 .ui.container img:hover{
   transform: scale(1.1,1.1);
}
   

.about-page .about-2 .ui.container p{
  color: #ffffff;
  padding: 0 20px;
}



.about-page .about-3 .ui.container p {
  text-align: center;
  margin: 0 auto  calc(1.3555vw + 14px);
  max-width: 840px;
  line-height: 1.875;
  color: #454545;
}
.about-page .about-3 .ui.container ul.honorlist {
  margin: 0 -10px;
}
.about-page .about-3 .ui.container ul.honorlist li {
  padding: 0 10px;
}
.about-page .about-4 {
  padding: 145px 0px;
  background: url(../images/about-pc-top2.jpg) center top no-repeat;
  background-size: 100%;
}
.about-page .about-4 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: calc(3.959vw + 14px);
}
.about-page .about-4 .ui.container .top .left {
  display: inline-block;
  color: #fff;
  text-align: left;
}
.about-page .about-4 .ui.container .top .left span {
  text-transform: uppercase;
}
.about-page .about-4 .ui.container .top .left h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.about-page .about-4 .ui.container .top p {
  max-width: 650px;
  line-height: 1.75;
  color: #fff;
  text-align: left;
}
.about-page .about-4 .ui.container .mainbox ul.pclist {
  margin: 0 -18px;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li {
  padding: 0 18px;
  padding-bottom: calc(2.3955vw + 14px);
}
.elevator-page .elevator-5 .ui.container .mainbox ul.pclist li {
  padding: 0 18px;
  padding-bottom: calc(2.3955vw + 14px);
}

.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox {
  position: relative;
}
.elevator-page .elevator-5 .ui.container .mainbox ul.pclist li .imgbox {
  position: relative;
}

.elevator-page .elevator-5 .ui.container .mainbox ul.pclist li .imgbox h5 {
  position: absolute;
  padding: 10px 10px;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}


.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox h5 {
  position: absolute;
  padding: 10px 10px;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.font-15 {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .ui.container ul.datalist li span {
    font-size: 32px;
  }
  .inner-banner {
    height: 500px;
  }
  .font-148 {
    font-size: 80px;
  }
  .about-page .about-4 {
    padding-top: calc(1.3555vw + 14px);
  }
  .font-30 {
    font-size:  calc(0.525vw + 14px);
  }
  .about-page .about-2 .ui.container span.btn {
    display: none!important;
  }
  .about-page .about-3 {
    padding:calc(2.3955vw + 14px) 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .ui.container ul.datalist li {
    width: 50%;
  }
  .about-page .about-1 .ui.container ul.datalist li:nth-child(2) {
    border: none;
  }
  .about-page .about-3 {
    padding: 20px 0;
  }
  .about-page .about-1 .ui.container {
    text-align: center;
    padding: 0 15px;
    height: 500px;
    overflow: auto;
  }
  .about-page .about-3 .ui.container p {
    
    margin: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 400px;
  }
  .font-148 {
    font-size: calc(2.3955vw + 14px) !important;
  }
  .about-page .about-4 {
    padding-top: 20px;
    background-size: 200%;
  }
  .font-40 {
    font-size:  calc(0.525vw + 14px);
  }
}
@media screen and (max-width: 500px) {
  .font-148 {
    font-size: calc(0.8345vw + 14px);
  }
  .inner-banner .text h2 {
    margin-bottom: 10px;
  }
}


/*inner css starts*/
.inner-banner h2 {
  font-size: 26px;
}
.inner-banner .pa{
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: calc(0.8345vw + 14px);
  }
}
.contact-page {
  background-color: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 55%;
}
.contact-page .contact-1 .left input,
.contact-page .contact-1 .left textarea,
.contact-page .contact-1 .left select {
  width: 100%;
  border: 1px solid #999999;
  background-color: transparent;
  font-size: 20px;
  padding: 15px 20px;
  font-family: arial;
  margin-bottom: 25px;
}
.contact-page .contact-1 .left textarea {
  height: 190px;
}
.contact-page .contact-1 .left button {
  font-size: 19px;
  text-transform: uppercase;
  padding: 20px 80px;
  border: none;
  color: #FFFFFF;
  background-color: #093a95;
  transition: .5s ease;
}
.contact-page .contact-1 .left button:hover{
  background: #000000;
  color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.contact-page .contact-1 .right {
  width: 45%;
  padding-left: 75px;
}
.contact-page .contact-1 .right ul {
  margin: -10px;
}
.contact-page .contact-1 .right ul li {
  padding: 10px;
  width: 100%;
}
.contact-page .contact-1 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .right ul li i img {
  vertical-align: -webkit-baseline-middle;
}
@media screen and (max-width: 1600px) {
  .contact-page .contact-1 .left {
    width: 50%;
  }
  .contact-page .contact-1 .right {
    width: 50%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding: 0;
  }
  .tuskhide {
    display: none !important;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: calc(1.3555vw + 14px);
    padding-bottom: 1.3555vw;
  }
  .contact-page .contact-1 .left input,
  .contact-page .contact-1 .left textarea,
  .contact-page .contact-1 .left select {
    font-size: 16px;
    padding: 10px;
  }
  .font-32 {
    font-size:  calc(0.525vw + 14px);
  }
  .font-30 {
    font-size: 20px;
  }
}
.about-page .about-1 .box {
  margin: -15px;
}
.about-page .about-1 .left,
.about-page .about-1 .right {
  padding: 15px;
}
.about-page .about-1 h2 {
  line-height: 1.3;
}
.about-page .about-1 .text {
  line-height: 2;
  padding-right: 90px;
}
.about-page .about-1 .bottom ul {
  margin: -15px;
}
.about-page .about-1 .bottom ul li {
  padding: 15px;
}
.about-page .about-1 .bottom h2 {
  font-size: 62px;
  color: #093a95;
}
/*.about-page .about-2 {
  background: url(/tuskrobots/2023/02/24/555.jpg) no-repeat center;
  background-attachment: fixed;
  height: 650px;
}*/
.about-page .about-2 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  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%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.about-page .about-2 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-3 {
  padding: 120px 0;
}
.about-page .about-3 ul {
  position: relative;
  margin: 0 -20px;
}
/*.about-page .about-3 ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 17px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #000000;
}*/
.about-page .about-3 ul li {
  position: relative;
  padding: 0 20px;
}
.about-page .about-3 ul li + li {
  margin-top: -110px;
}
.about-page .about-3 ul li i {
  position: absolute;
  left: -9px;
  top: 8px;
}
.about-page .about-3 ul li i img {
  vertical-align: middle;
}
.about-page .about-3 ul li i::before,
.about-page .about-3 ul li i::after {
  content: "";
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  width: 60px;
  border: 1px dashed #000000;
}
.about-page .about-3 ul li h4 {
  line-height: 30px;
}
.about-page .about-3 ul li h4 span {
  display: inline-block;
  vertical-align: middle;
  color: #074ca0;
}
/*.about-page .about-3 ul li:nth-child(odd) {
  left: 50%;
  padding-left: 100px;
}
.about-page .about-3 ul li:nth-child(odd) i:before {
  display: none;
}*/
/*.about-page .about-3 ul li:nth-child(even) {
  text-align: right;
  padding-right: 100px;
}*/
/*.about-page .about-3 ul li:nth-child(even) i {
  left: auto;
  right: -9px;
}
.about-page .about-3 ul li:nth-child(even) i::after {
  display: none;
}*/
/*.about-page .about-4 {
  background-color: #f3f4f6;
}*/
.about-page .about-5 {
  padding: 120px 0;
}
.about-page .about-5 .list .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 1.3;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-5 .list .arrow_l {
  left: -60px;
}
.about-page .about-5 .list .arrow_r {
  right: -60px;
}
.about-page .about-5 .list ul {
  margin: -15px;
}
.about-page .about-5 .list ul li {
  padding: 15px;
}
.about-page .about-5 .list h4 {
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: #093a95;
  max-width: 100%;
}
.about-page .about-6 {
  padding: 110px 0;
  background: url(../images/about-6-bg.jpg) no-repeat center;
  background-size: cover;
}

.about-page .about-6 .arrow{
  position: absolute;
  top: 50%;
}

.about-page .about-6 .arrow_l{
  left: 0;
}

.about-page .about-6 .arrow_r{
  right: 0;
}

.about-page .about-6 .list {
  margin-top: calc(0.8345vw + 14px);
}
.about-page .about-6 .list .slick-list {
  padding-top: 15%!important;
}
.about-page .about-6 .list .slick-slide {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
/*.about-page .about-6 .list .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(-30%);
  -moz-transform: scale(1.2) translateX(-30%);
  -ms-transform: scale(1.2) translateX(-30%);
  transform: scale(1.2) translateX(-30%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.4) translateX(-50%);
  -moz-transform: scale(1.4) translateX(-50%);
  -ms-transform: scale(1.4) translateX(-50%);
  transform: scale(1.4) translateX(-50%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.6) translateX(-55%);
  -moz-transform: scale(1.6) translateX(-55%);
  -ms-transform: scale(1.6) translateX(-55%);
  transform: scale(1.6) translateX(-55%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.8) translateX(-50%);
  -moz-transform: scale(1.8) translateX(-50%);
  -ms-transform: scale(1.8) translateX(-50%);
  transform: scale(1.8) translateX(-50%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(2) translateX(-40%);
  -moz-transform: scale(2) translateX(-40%);
  -ms-transform: scale(2) translateX(-40%);
  transform: scale(2) translateX(-40%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(2.2) translateX(-25%);
  -moz-transform: scale(2.2) translateX(-25%);
  -ms-transform: scale(2.2) translateX(-25%);
  transform: scale(2.2) translateX(-25%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active.slick-center {
  -webkit-transform: scale(2.4) translateX(0);
  -moz-transform: scale(2.4) translateX(0);
  -ms-transform: scale(2.4) translateX(0);
  transform: scale(2.4) translateX(0);
  z-index: 10;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active {
  -webkit-transform: scale(2.2) translateX(25%) !important;
  -moz-transform: scale(2.2) translateX(25%) !important;
  -ms-transform: scale(2.2) translateX(25%) !important;
  transform: scale(2.2) translateX(25%) !important;
  z-index: 9;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active {
  -webkit-transform: scale(2) translateX(40%) !important;
  -moz-transform: scale(2) translateX(40%) !important;
  -ms-transform: scale(2) translateX(40%) !important;
  transform: scale(2) translateX(40%) !important;
  z-index: 8;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.8) translateX(50%) !important;
  -moz-transform: scale(1.8) translateX(50%) !important;
  -ms-transform: scale(1.8) translateX(50%) !important;
  transform: scale(1.8) translateX(50%) !important;
  z-index: 7;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.6) translateX(55%) !important;
  -moz-transform: scale(1.6) translateX(55%) !important;
  -ms-transform: scale(1.6) translateX(55%) !important;
  transform: scale(1.6) translateX(55%) !important;
  z-index: 6;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.4) translateX(50%) !important;
  -moz-transform: scale(1.4) translateX(50%) !important;
  -ms-transform: scale(1.4) translateX(50%) !important;
  transform: scale(1.4) translateX(50%) !important;
  z-index: 5;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(30%) !important;
  -moz-transform: scale(1.2) translateX(30%) !important;
  -ms-transform: scale(1.2) translateX(30%) !important;
  transform: scale(1.2) translateX(30%) !important;
  z-index: 4;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active ~ .slick-active {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  z-index: 3;
}*/



.about-page .about-6 .list .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(-25%);
  -moz-transform: scale(1.2) translateX(-25%);
  -ms-transform: scale(1.2) translateX(-25%);
  transform: scale(1.2) translateX(-25%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.4) translateX(-25%);
  -moz-transform: scale(1.4) translateX(-25%);
  -ms-transform: scale(1.4) translateX(-25%);
  transform: scale(1.4) translateX(-25%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active.slick-center {
  -webkit-transform: scale(1.6) translateX(0);
  -moz-transform: scale(1.6) translateX(0);
  -ms-transform: scale(1.6) translateX(0);
  transform: scale(1.6) translateX(0);
  z-index: 10;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active {
  -webkit-transform: scale(1.4) translateX(25%) !important;
  -moz-transform: scale(1.4) translateX(25%) !important;
  -ms-transform: scale(1.4) translateX(25%) !important;
  transform: scale(1.4) translateX(25%) !important;
  z-index: 9;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(25%) !important;
  -moz-transform: scale(1.2) translateX(25%) !important;
  -ms-transform: scale(1.2) translateX(25%) !important;
  transform: scale(1.2) translateX(25%) !important;
  z-index: 8;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  z-index: 7;
}




@media screen and (max-width: 1200px) {
  .about-page .about-1 .bottom {
    padding: 0;
  }
  .about-page .about-1 .bottom h2 {
    font-size: 40px;
  }
  .about-page .about-2 {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    text-align: center;
  }
  .about-page .about-1 .left,
  .about-page .about-1 .right {
    width: 100%!important;
  }
  .about-page .about-1 .text {
    padding: 0;
    height: auto;
  }
  .about-page .about-3 ul::before {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-page .about-3 ul li:nth-child(odd) {
    left: 0;
  }
  .about-page .about-3 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li + li {
    margin-top: 0;
  }
  .about-page .about-3 ul li:nth-child(even) {
    text-align: left;
    padding-right: 0;
    padding-left: 100px;
  }
  .about-page .about-3 ul li:nth-child(even) i {
    left: -8px;
    right: auto;
  }
  .about-page .about-3 ul li:nth-child(even) i::before {
    display: none;
  }
  .about-page .about-3 ul li:nth-child(even) i::after {
    display: inline-block;
  }
  .about-page .about-4 .text {
    padding: 0;
  }
  .about-page .about-5 .list .arrow {
    display: none;
  }
  .about-page .about-6 .list .slick-slide {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-list {
    padding-top: 0!important;
  }
  .about-page .about-6 .list ul li {
    padding: 15px;
  }
  .about-page .about-3 {
    padding:calc(2.3955vw + 14px) 0;
  }
  .about-page .about-5 {
    padding:calc(2.3955vw + 14px) 0;
  }
  .about-page .about-6 {
    padding:calc(2.3955vw + 14px) 0;
  }
  .about-page .about-6 .list {
    margin-top: calc(1.3555vw + 14px);
  }
  .about-page .about-3 ul li i::before,
  .about-page .about-3 ul li i::after {
    display: none!important;
  }
  .about-page .about-3 ul li:nth-child(odd),
  .about-page .about-3 ul li:nth-child(even) {
    padding-left: 30px;
  }
  .font-36 {
    font-size: calc(0.8345vw + 14px);
  }
}
.cooperation-page h2 {
  line-height: 1.3;
}
.cooperation-page .cooperation-2 ul {
  background: url(../images/cooperation-2.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cooperation-page .cooperation-2 ul li {
  width: 33.33%;
  padding: 40px;
  min-height: 650px;
  text-align: left;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cooperation-page .cooperation-2 ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cooperation-page .cooperation-2 ul li i {
  font-size: 48px;
  color: #FFFFFF;
}
.cooperation-page .cooperation-2 ul li .text h2 {
  color: #FFFFFF;
}
.cooperation-page .cooperation-2 ul li .text p {
  color: #FFFFFF;
  height: 0;
  overflow: hidden;
}
.cooperation-page .cooperation-2 ul li:hover {
  background-color: rgba(9, 58, 149, 0.6);
}
.cooperation-page .cooperation-2 ul li:hover i {
  opacity: 1;
}
.cooperation-page .cooperation-2 ul li:hover .text h2 {
  opacity: 1;
}
.cooperation-page .cooperation-2 ul li:hover .text p {
  height: auto;
  overflow: visible;
}
.cooperation-page .cooperation-4 .box {
  margin: -15px;
}
.cooperation-page .cooperation-4 .column {
  padding: 15px;
  vertical-align: middle;
}
.cooperation-page .cooperation-4 ul {
  position: relative;
}
.cooperation-page .cooperation-4 ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #000000;
}
.cooperation-page .cooperation-4 ul li {
  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;
}
.cooperation-page .cooperation-4 ul li + li {
  margin-top: 35px;
}
.cooperation-page .cooperation-4 ul li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: calc(.729vw + 14px) !important;
  border-radius: 50%;
  text-align: center;
  background-color: #ebebeb;
}
.cooperation-page .cooperation-4 ul li h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cooperation-page .cooperation-5 {
  margin-bottom: 135px;
}
.cooperation-page .cooperation-5 .list {
  background: url(../images/cooperation-5.jpg) no-repeat center;
  background-size: cover;
  margin: 0 -60px;
  padding: 0 60px;
}
.cooperation-page .cooperation-5 .list ul {
  margin: 0 -25px;
  -webkit-transform: translateY(135px);
  -moz-transform: translateY(135px);
  -ms-transform: translateY(135px);
  transform: translateY(135px);
}
.cooperation-page .cooperation-5 .list ul li {
  padding: 0 25px;
}
.cooperation-page .cooperation-5 .list ul li .mml-text {
  background-color: #FFFFFF;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .cooperation-page .cooperation-2 ul li .text h2 {
    font-size:  calc(0.525vw + 14px);
  }
  .cooperation-page .cooperation-2 ul li:hover .text p {
    height: 210px;
    overflow-y: auto;
  }
  .cooperation-page .cooperation-5 .list ul {
    margin: 0 -15px;
  }
  .cooperation-page .cooperation-5 .list ul li {
    padding: 0 15px;
  }
  .cooperation-page .cooperation-5 .list ul li .mml-text {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cooperation-page .cooperation-2 ul {
    display: block;
  }
  .cooperation-page .cooperation-2 ul li {
    width: 100%;
    min-height: initial;
    padding: 20px;
  }
  .cooperation-page .cooperation-2 ul li .text p {
    height: auto;
    margin-top: 15px;
  }
  .cooperation-page .cooperation-2 ul li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cooperation-page .cooperation-2 ul li:hover .text p {
    height: auto;
  }
  .cooperation-page .cooperation-4 .column {
    width: 100%;
  }
  .cooperation-page .cooperation-4 ul li span {
    margin-left: 0;
  }
  .cooperation-page .cooperation-4 ul::before {
    left: 30px;
  }
  .cooperation-page .cooperation-5 .list ul li {
    width: 100%;
  }
  .cooperation-page .cooperation-5 .list {
    margin: 0;
    padding: 15px;
  }
  .cooperation-page .cooperation-5 .list ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cooperation-page .cooperation-5 .list ul li + li {
    margin-top: 15px;
  }
  .cooperation-page .cooperation-5 {
    margin-bottom: 0;
  }
}
.news-list ul {
  margin: -60px -25px;
}
.news-list ul li {
  padding: 60px 25px;
}

.news-list ul li h4{
  min-height: 54px;
  line-height: 2;
}

.newdet-page .newdet-1 .title {
  border-bottom: 1px solid #dfdfdf;
}
.newdet-page .gal-img ul.grid-box {
  margin: 0 -15px;
}
.newdet-page .gal-img ul.grid-box li.column {
  padding: 0 15px;
}
.newdet-page .gal-img .slick-dots {
  margin-top: calc(1.88vw + 14px);
}
.newdet-page .gal-img .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #093a95;
  opacity: .4;
}
.newdet-page .gal-img .slick-dots li button {
  display: none;
}
.newdet-page .gal-img .slick-dots li.slick-active {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .news-list ul {
    margin: -15px;
  }
  .news-list ul li {
    padding: 15px;
  }
  .newdet-page .newdet-1 .content {
    font-size: 16px;
  }
}
.prodet-page {
  position: relative;
}

.prodet-page .prodet-1 .box {
  margin: -15px;
}
.prodet-page .prodet-1 .right {
  padding: 15px;
}
.prodet-page .prodet-1 .right .small{
  text-align: left;
  margin-top: calc(1.3555vw + 14px);
}
.prodet-page .prodet-1 .right .txtcontent ul li{
  padding: 20px 0;
}

.prodet-page .prodet-1 .right .txtcontent ul li.active em{
  display: block;
}

.prodet-page .prodet-1 .right .txtcontent ul li+li{
  border-top: 1px solid #000;
}
.prodet-page .prodet-1 .right .txtcontent ul li strong{
  display: block;
  font-size: 22px;
  font-family: arial;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-1 .right .txtcontent ul li strong::before{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-1 .right .txtcontent ul li.active strong::before{
  content: "\f107";
}

.prodet-page .prodet-1 .right .txtcontent ul li em{
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
  display: none;
  line-height: 2;
}

.prodet-page .prodet-1 .left {
  padding: 15px;
}
.pr{
 border: solid 1px #dadada;
}

.prodet-page .prodet-1 .small ul {
  margin: -10px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .small ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .small img {
  border: 1px solid #dadada;
  cursor: pointer;
}
.prodet-page .prodet-1 a.contact {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background-color: #093a95;
  border-radius: 8px;
  margin-right: 35px;
  transition: .5s ease;
}
.prodet-page .prodet-1 a.contact:hover{
  box-shadow: 0 0 10px rebeccapurple;
}
.prodet-page .prodet-1 .share {
  display: inline-block;
}
.prodet-page .prodet-1 .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
.prodet-page .prodet-1 .share a + a {
  margin-left: 15px;
}
.prodet-page .prodet-1 .share a:nth-child(1) {
  color: #FFFFFF;
  background-color: #00aced;
}
.prodet-page .prodet-1 .share a:nth-child(2) {
  color: #FFFFFF;
  background-color: #3b5999;
}
.prodet-page .prodet-1 .share a:nth-child(3) {
  color: #FFFFFF;
  background-color: #cb2027;
}

.prodet-page .prodet-2{ 
  margin: 20px 0;
}
.prodet-page .prodet-2 .box{
  background: #f7f7f7;
  padding: 20px;
}

.prodet-page .prodet-2 .box .title{
  font-size:  calc(0.525vw + 14px);
  font-weight: bold;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
  position: relative;
  padding-bottom: 10px;
}
.prodet-page .prodet-2 .box .title img{
  vertical-align: middle;
 
}
.prodet-page .prodet-2 .box .title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: var(--color);
}
.prodet-page .prodet-2 .box .content{
  line-height: 1.8;
  color:#636363;
  font-size: 16px;
  padding-top: 24px;
}

.prodet-page .prodet-2 table tr:first-child{
  font-weight: bold;
  color: #093a95;
  font-size: 20px;
}

.prodet-page .prodet-3 ul {
  margin: -18px;
}
.prodet-page .prodet-3 ul li {
  padding: 18px;
}
.prodet-page .prodet-3 img {
  border: 1px solid #dadada;
}


.prodet-page .prodet-3 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 1.3;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .arrow_l {
  left: -60px;
}
.prodet-page .prodet-3 .arrow_r {
  right: -60px;
}



.prodet-page .prodet-4 .grid-box{
  margin: -15px;
}
.prodet-page .prodet-4 .left{
  padding: 15px;
}

.prodet-page .prodet-4 .right{
  padding: 15px;
}

.prodet-page .prodet-4 .right .text{
  margin-top: calc(1.88vw + 14px);
}

.prodet-page .prodet-4 table td,
.prodet-page .prodet-4 table th{
  border: none;
  padding: 15px 5px;
}

.prodet-page .prodet-4 table tr{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.prodet-page .prodet-4 table tr td:nth-child(1){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(2){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(3){
  width: 40%!important;
}

.prodet-page .prodet-5 video{
  width: 100%;
}
.prodet-page .prodet-5 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  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%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-5 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.prodet-page .prodet-5 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}


@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%!important;
  }
  .prodet-page .prodet-1 .right {
    width: 100%!important;
  }
  .prodet-page .prodet-1 a.contact {
    width: 150px;
    margin-right: 10px;
  }
  .prodet-page .prodet-1 .small ul {
    margin: -15px;
  }
  .prodet-page .prodet-1 .small ul li {
    padding: 15px;
  }

  .prodet-page .prodet-3 .arrow{
    display: none;
  }
}
.service-page h2 {
  line-height: 1.3;
}
.service-page .service-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
}
.service-page .service-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.service-page .service-2 ul li {
  width: 33.33%;
  padding: 20px;
}
.service-page .service-2 ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.service-page .service-2 ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/service-2-bg.jpg);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text i {
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #1d83e1;
  background-color: #e9f1fc;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text:hover::after {
  opacity: 1;
}
.service-page .service-2 ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.service-page .service-2 ul li .mml-text:hover i {
  background-color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover p {
  color: #FFFFFF;
}
.service-page .service-3 {
  background: url(../images/service-3-bg.jpg) no-repeat center;
  background-size: cover;
}
.service-page .service-3 .list {
  margin-top: calc(3.4405vw + 14px);
  margin-bottom: calc(1.3555vw + 14px);
}
.service-page .service-3 .list ul {
  margin: -40px;
}
.service-page .service-3 .list ul li {
  padding: 40px;
}

.service-page .service-3 .list .mml-text i img{
  transition: .5s ease;
}

.service-page .service-3 .list .mml-text:hover i img{
  transform: rotateY(180deg);
}

.service-page .service-3 .list .mml-text {
  padding-left: 80px;
  position: relative;
}
.service-page .service-3 .list .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.service-page .service-4 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px;
}
.service-page .service-4 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;
}
.service-page .service-4 ul li .img {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .img img {
  border-radius: 4px;
  overflow: hidden;
}
.service-page .service-4 ul li .mml-text {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .mml-text .text + .text {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 1000px) {
  .service-page .service-2 ul {
    display: block;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-3 .list {
    margin-top: calc(1.3555vw + 14px);
  }
  .service-page .service-3 .list ul {
    margin: -15px;
  }
  .service-page .service-3 .list ul li {
    padding: 15px;
  }
  .service-page .service-3 .list .mml-text {
    padding: 0;
    text-align: center;
  }
  .service-page .service-3 .list .mml-text i {
    position: relative;
    left: auto;
    top: auto;
    height: 60px;
    display: block;
    margin-bottom: 20px;
  }
  .service-page .service-4 ul li {
    display: block;
    padding: 30px 0;
  }
  .service-page .service-4 ul li .img {
    width: 100%;
  }
  .service-page .service-4 ul li .mml-text {
    width: 100%;
  }
  .service-page .service-2 ul {
    margin: -15px;
  }
  .service-page .service-2 ul li {
    padding: 15px;
  }
  .service-page .service-4 ul li {
    margin: -15px;
  }
  .service-page .service-4 ul li .mml-text {
    padding: 15px;
  }
  .service-page .service-4 ul li .img {
    padding: 15px;
  }
}
.case-page .case-nav ul {
  position: relative;
}
.case-page .case-nav ul::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #bcbcbc;
}
.case-page .case-nav ul li {
  width: auto!important;
  margin: 0 15px;
}
.case-page .case-nav ul li a {
  display: block;
  padding: 25px 10px;
  position: relative;
}
.case-page .case-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: transparent;
}
.case-page .case-nav ul li.active a::after {
  background-color: #093a95;
}
.case-page .case-list {
  margin-top: calc(3.959vw + 14px);
}
.case-page .case-list ul {
  margin: -50px -15px;
}
.case-page .case-list ul li {
  padding: 50px 15px;
}
.case-page .case-list a.more {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
}
.case-page .case-list a.more:hover {
  color: #FFFFFF;
  background-color: #093a95;
}


.casedet-1 .videos ul{
  margin: -15px;
}
.casedet-1 .videos ul li{
  padding: 15px;
}

@media screen and (max-width: 1000px) {
  .case-page .case-nav {
    display: none;
  }
  .case-page .case-list {
    margin-top: 0;
  }
  .case-page .case-list ul {
    margin: -15px;
  }
  .case-page .case-list ul li {
    padding: 15px;
  }
}
.recruitment-page .recruitment-1 {
  background-image: url(../images/recruitment-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}
.recruitment-page .recruitment-2 {
  margin-top: -160px;
}
.recruitment-page .recruitment-2 ul {
  margin: -20px;
}
.recruitment-page .recruitment-2 ul li {
  padding: 20px;
}
.recruitment-page .recruitment-2 ul li:nth-child(1) .mml-text {
  background: #FFFFFF url(../images/recruitment-1-icon1.jpg) no-repeat right 10% center;
}
.recruitment-page .recruitment-2 ul li:nth-child(2) .mml-text {
  background: #FFFFFF url(../images/recruitment-1-icon2.jpg) no-repeat right 10% center;
}
.recruitment-page .recruitment-2 .mml-text {
  padding: 60px 40px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.recruitment-page .recruitment-2 .mml-text p{
  min-height: 108px;
}
.recruitment-page .recruitment-2 .mml-text a.more {
  display: inline-block;
  color: #093a95;
  border: 1px solid #093a95;
  padding: 15px 50px;
  transition: .5s ease;
}

.recruitment-page .recruitment-2 .mml-text a.more:hover{
  color: #FFFFFF;
  background-color: #093a95;
}

.recruitment-page .recruitment-3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.recruitment-page .recruitment-3 ul li {
  position: relative;
  padding-left: 50px;
}
.recruitment-page .recruitment-3 ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.recruitment-page .recruitment-4 .list ul {
  margin: -10px;
}
.recruitment-page .recruitment-4 .list ul li {
  padding: 10px;
}
.recruitment-page .recruitment-4 .list .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 20px;
  color: #FFFFFF;
}
.recruitment-page .recruitment-5 {
  position: relative;
  overflow: hidden;
}
.recruitment-page .recruitment-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: #f5f5f5;
}
.recruitment-page .recruitment-5 .list ul {
  margin: -25px;
}
.recruitment-page .recruitment-5 .list ul li {
  padding: 25px;
}
.font-24 {
  line-height: 1.4;
}

.recruitment-page .recruitment-5 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 1.3;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruitment-page .recruitment-5 .arrow_l {
  left: 60px;
}
.recruitment-page .recruitment-5 .arrow_r {
  right: 60px;
}


@media screen and (max-width: 1000px) {
  .recruitment-page .recruitment-1 {
    height: 300px;
  }
  .recruitment-page .recruitment-2 ul li {
    width: 100%!important;
  }
  .recruitment-page .recruitment-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruitment-page .recruitment-3 ul li {
    width: 50%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .recruitment-page .recruitment-4 .list .text {
    padding: 40px 20px;
  }
  .recruitment-page .recruitment-2 ul {
    margin: -15px;
  }
  .recruitment-page .recruitment-2 ul li {
    padding: 15px;
  }
  .recruitment-page .recruitment-2 .mml-text {
    padding: 30px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 1.6;
  }
  .recruitment-page .recruitment-5 .list ul {
    margin: -15px;
  }
  .recruitment-page .recruitment-5 .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .recruitment-page .recruitment-3 ul li {
    width: 100%;
  }
}
.jobs-page .job-search form input,
.jobs-page .job-search form select,
.jobs-page .job-search form button {
  width: 100%;
  height: 60px;
  font-family: arial;
}
.jobs-page .job-search form input,
.jobs-page .job-search form select {
  border: 1px solid #c0c0c0;
  font-size: 16px;
  padding: 0 30px;
}
.jobs-page .job-search form button {
  font-size:  calc(0.2085vw + 14px);
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  background-color: #093a95;
}
.jobs-page .job-search form ul {
  margin: -10px;
}
.jobs-page .job-search form ul li {
  padding: 10px;
}
.jobs-page .job-search form ul li:nth-child(1) {
  width: 30%;
}
.jobs-page .job-search form ul li:nth-child(2) {
  width: 25%;
}
.jobs-page .job-search form ul li:nth-child(3) {
  width: 25%;
}
.jobs-page .job-search form ul li:nth-child(4) {
  width: 20%;
}
.jobs-page .job-list ul li {
  border-bottom: 1px solid #d1d1d1;
}
.jobs-page .job-list p,
.jobs-page .job-list time {
  color: #717171;
}
.jobs-single h4 {
  border-bottom: 1px solid #d1d1d1;
}
.jobs-single a.apply {
  display: inline-block;
  line-height: 68px;
  color: #FFFFFF;
  background-color: #093a95;
  padding: 0 30px;
  transition: .5s ease;
}
.jobs-single a.apply:hover{
  background-color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.jobs-single a.apply img {
  vertical-align: sub;
  margin-left: 15px;
}
.select-container {
  position: relative;
}
.select-btn {
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  background-color: #fff;
  color: #666666;
  border: 1px solid #c0c0c0;
  cursor: pointer;
  position: relative;
}
.select-btn::after {
  content: '';
  width: 15px;
  height: 10px;
  background: url(../images/arrow-down.png);
  position: absolute;
  right: 20px;
  top: 25px;
}
.options {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.options a {
  color: #666666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.options a:hover {
  color: #fff;
  background-color: #093a95;

}
.select-container:hover .options {
  display: block;
}
.select-container:hover .select-btn {
  border: 1px solid #093a95;
}
@media screen and (max-width: 1000px) {
  .jobs-page .job-search form ul li {
    width: 100%!important;
  }
  .options {
    /*display: block;*/
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  .jobs-page .job-list ul li {
    padding: 30px 0;
  }
  .jobs-page .job-list ul li .fl,
  .jobs-page .job-list ul li .fr {
    float: none;
  }
  .jobs-page .job-list time {
    margin-top: calc(0.8345vw + 14px);
  }
}


.default-car{
    animation:defaultCar 0.8s 0s linear;
    animation-fill-mode: forwards;
}

@keyframes defaultCar {
    0% {
        right: 100%;
    }
    100% {
        right:0;
    }
}



.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.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;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #093a95 none repeat scroll 0 0;
  color: #fff;
}


.mc_e1_lisbox {
    position: relative;
    display: block;
    transition: all .36s;
}

.mc_e1_lisbox:hover {
    box-shadow: 0 5px 47px 4px rgba(214,211,211,.75);
}

.mc_e1_txtbox {
    padding: 18px 28px 38px;
}


.mc_e1_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e2e0e0;
}

.mc_e1_lisbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #001eb4;
    transition: all .36s;
}

.mc_e1_lisbox:hover::after {
    width: 100%;
}



.geek_picking_goodstable {
    height: auto;
}
.mCSB_container {
  width: auto;
  margin-right: 40px;
  overflow: hidden;
}


.link_app{
  display: inline-block;
  color: #FFFFFF;
  background: #093a95;
  padding: 15px 55px;
}


@media screen and (max-width: 1000px) {
  .geek_picking_goodstable{
    height: auto;
  }

  table{
    height: 420px!important;
  }
}




/* banner3 */
.banner3 {
  position: relative;
  overflow: hidden;
}
.banner3 .line{
  position: absolute;
  left: 0;
  top: 0;
}
.banner3 .title {
  position: absolute;
  left: 5%;
  top: 5%;
}
.banner3 .title h4 {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 900;
}
.banner3 .line-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner3 .line-text .txt {
  font-size: 16px;
  position: absolute;
  color: #FFFFFF;
}
.banner3 .line-text .txt:nth-child(1) {
  left: 12%;
  top: 78%;
}
.banner3 .line-text .txt:nth-child(2) {
  left: 44%;
  top: 86%;
}
.banner3 .line-text .txt:nth-child(3) {
  left: 49%;
  top: 78%;
}
.banner3 .line-text .txt:nth-child(4) {
  left: 61%;
  top: 71%;
}
.banner3 .line-text .txt:nth-child(5) {
  left: 71%;
  top: 61%;
}
.banner3 .line-text .txt:nth-child(6) {
  left: 76%;
  top: 22%;
}
.banner3 .line-text .txt:nth-child(7) {
  left: 70%;
  top: 12%;
}
.banner3 .line-text .txt:nth-child(8) {
  left: 60%;
  top: 5%;
}
.banner3 .line-text .txt:nth-child(9) {
  left: 51%;
  top: 8%;
}
.banner3 .line-text .txt:nth-child(10) {
  left: 43%;
  top: 5%;
}
.banner3 .line-text .txt:nth-child(11) {
  left: 28%;
  top: 26%;
}
.banner3 .tag {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.banner3 .tag i {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../images/tag-icon.jpg) no-repeat center;
  background-size: cover;
}
.banner3 .tag.tag1 {
  left: 32%;
  top: 19%;
}
.banner3 .tag.tag2 {
  left: 24%;
  top: 58%;
}
.banner3 .tag.tag3 {
  left: 50%;
  top: 65%;
}
.banner3 .tag > div {
  line-height: 1.2;
  color: #2881b6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 33px;
  background-color: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.banner3 .mml-text {
  position: absolute;
  right: 5%;
  bottom: 2%;
  max-width: 630px;
  width: 100%;
}
.banner3 .mml-text h5 {
  color: #FFFFFF;
}
.banner3 .mml-text span {
  color: #FFFFFF;
}
.banner3 .mml-text a.more {
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  color: #093a95;
  background-color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.banner3 .mml-text a.more:hover {
  color: #FFFFFF;
  background-color: #093a95;
}



#banner .slick-slide .title h4{
  transform: translateY(100%);
  opacity: 0;
  transition: .5s ease;
}
#banner .slick-active .title h4{
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.5s;
}

#banner .slick-slide .line-text .txt{
  transform: translateX(100%);
  opacity: 0;
  transition: .5s ease;
}
#banner .slick-active .line-text .txt{
  transform: translateX(0);
  opacity: 1;
  transition-delay: 1.5s;
}


#banner .slick-slide .tag>div{
  transform: translateX(-100%);
  opacity: 0;
  transition: .5s ease;
}
#banner .slick-active .tag>div{
  transform: translateX(0);
  opacity: 1;
  transition-delay: 1.5s;
}


#banner .slick-slide .mml-text{
  transform: translateY(100%);
  opacity: 0;
  transition: .5s ease;
}
#banner .slick-active .mml-text{
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.5s;
}

@media screen and (max-width: 1600px) {
  .banner3 .title h4{
    font-size: 36px;
  }
  
  .banner3 .line-text .txt{
    font-size: 12px;
  }
  
  .banner3 .mml-text{
    width: 100%;
    max-width: 300px;
    right: 0;
    bottom: 0;
    padding: 15px;
  }

  .banner3 .mml-text h5 br{
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .banner3 .title{
    display: none;
  }
  .banner3 .line{
    display: none;
  }
  .banner3 .line-text{
    display: none;
  }
  .banner3 .tag{
    display: none;
  }

  .banner3 .mml-text{
    max-width: 700px;
  }
}


@media screen and (max-width: 700px) {
  .banner3 .mml-text span{
    display: none;
  }
}



.case-banner .line {
  position: absolute;
  left: 0;
  top: 0;
}
.case-banner .line-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.case-banner .line-text .txt {
  font-size: 16px;
  position: absolute;
  color: #FFFFFF;
}
.case-banner .line-text .txt:nth-child(1) {
  left: 26%;
  top: 93%;
}
.case-banner .line-text .txt:nth-child(2) {
  left: 40.5%;
  top: 88%;
}
.case-banner .line-text .txt:nth-child(3) {
  left: 56%;
  top: 79%;
}
.case-banner .line-text .txt:nth-child(4) {
  left: 68%;
  top: 66%;
}
.case-banner .line-text .txt:nth-child(5) {
  left: 75%;
  top: 6%;
}
.case-banner .line-text .txt:nth-child(6) {
  left: 47%;
  top: 7.5%;
}
.case-banner .line-text .txt:nth-child(7) {
  left: 27%;
  top: 20%;
}
.case-banner .mml-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  padding: 30px 60px;
}
.case-banner .mml-text h5 {
  color: #FFFFFF;
}
.case-banner .mml-text p {
  color: #FFFFFF;
}

@media screen and (max-width: 1600px) {
  .case-banner .line-text .txt{
    font-size: 12px;
  }

  .case-banner .mml-text {
      max-width: 350px;
      padding: 15px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .case-banner .line{
    display: none;
  }
  .case-banner .line-text{
    display: none;
  }
  .case-banner .mml-text{
    max-width: 700px;
  }
  
}

@media screen and (max-width: 700px) {
  .case-banner .mml-text{
    display: none;
  }
}



/* download */
.download-page ul{
    margin:-15px;
}
.download-page ul li{
    padding:15px;
}

.download-page ul li .box{
    background-color: #e9e9e9;
    padding:15px;
}

.download-page ul li .box .img{
    width:40%;
}

.download-page ul li .box .text{
    width:60%;
}

.download-page ul li .box .text p{
    margin-top: 10px;
    width: auto;
    height: 80px;
    line-height: 28px;
    position: relative;
    top: 0px;
    left: 0px;
}

.download-page ul li .box a{
    display: inline-block;
    padding:0 20px;
    height: 36px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background-color: #093a95;
}

.download-page ul li .box a:hover{
  background-color: #000000;
}

@media screen and (max-width: 1000px) {
  .download-page ul li{
    width: 100%!important;
  }
}
@media screen and (max-width: 500px) {
  .download-page ul li .box .img{
    width: 100%!important;
  }
  .download-page ul li .box .text{
    width: 100%!important;
    padding: 15px;
  }

  .download-page ul li .box .text p{
    height: auto;
  }
}



.tag-icon{
  width: 243px;
  height: 63px;
  background-image: url(../images/dacd.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
/*product list*/
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: var(--color);
  font-size: calc(.729vw + 14px) !important;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  /*padding: 10px 20px;*/
  /*border-left: 4px solid var(--color);*/
  font-size:  calc(0.2085vw + 14px);
  line-height: 1.6;
  color: black;
  /*background: white;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li:hover>ul{
  /*display: block;*/
}
.inner-page .sideLeft .box .list ul li>a{
  padding: 10px 20px;
  display: block;
  border-left: 4px solid var(--color);
  background: white;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-page .sideLeft .box .list ul li ul li>a{
  padding-left: 40px;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-page .sideLeft .box .list ul li ul li{
  border-left: none;
  padding-left: 20px;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size:  calc(0.525vw + 14px);
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li.active>a,
.inner-page .sideLeft .box .list ul li:hover>a {
  background: var(--color);
  color: white;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: calc(1.3555vw + 14px);
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size:  calc(0.525vw + 14px);
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.inner-page .sideRight .fenlei {
  color: var(--color);
  margin-top: 10px;
    line-height: 1.5;
    margin-bottom: calc(2.3955vw + 14px);
}
.inner-page .sideRight .content {
  line-height: 2;
}
.product-page {
  padding: 90px 0 60px;
}
.product-page .productList {
  margin-bottom: calc(2.3955vw + 14px);
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: var(--color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size:  calc(0.2085vw + 14px);
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--color);
}
.productList ul li .box2 a.img {
  display: block;
  margin: 25px 0 20px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--base-color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}
@media screen and (max-width: 1600px) {
  .product-page {
    padding: calc(1.88vw + 14px)0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: calc(.729vw + 14px) !important;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
  .inner-banner.about{
    height: 500px;
  }
  .about-page .about-2{
    height: auto;
    padding-top:40px;
    padding-bottom: calc(1.3555vw + 14px); 
  }
  .about-page .about-2 .ui.container ul.navlist{
  display: none;
}
}
@media screen and (max-width: 1000px) {
   .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 60px;
}
.inner-banner h2{
  font-size: calc(0.8345vw + 14px);
}
.inner-banner.about{
  height: 400px;
  
}

.about-page .about-2 .ui.container ul.historylist li .item p{
  max-height: 300px;
  overflow: hidden;
}
.about-page .about-4{
  background-size: cover;
}
}
@media screen and (max-width: 700px) {
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }
  .inner-banner h2{
  font-size: 16px;
  line-height: 30px;
}
.font-36 {
    font-size: 20px;
}
.prodet-page .prodet-1 .small ul li{
  width: 33.33%;
}
.inner-banner.about{
  height: 300px;
}
}
@media screen and (max-width: 500px) {
 .inner-banner {
    height: 200px;
    padding-top: calc(1.3555vw + 14px);
}
}
.product-page .productList ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .8s ease;
}

.productList ul li .box2 a.img img {
    width: 100%;
    transition: all .8s ease;
}


.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}
/*inner css end*/
.hoveranimation[data-v-203185b2]{
  background: var(--base-color)!important;
}
.hoveranimation{
  background: var(--color);
}
@media screen and (max-width: 1200px) {
.inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
}
}
.bankuai h2 {
    color: #212121;
    line-height: 1.5;
    margin-top: 20px;
    /* margin-bottom: 65px; */
    text-align: center;
}
.font-16 h1{
  display: inline;
}
a.foot-link.roadfinetech{
      width: 570px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      font-size: 16px;
      line-height: 30px;
      color: #7b7b7b;
      margin: 0 10px;
}
.font-16 {
    text-align: left;
    line-height: 1.875;
    color: #636363;
    margin-bottom: 25px;
}
.focus{
  width: 50%
}
.pt-70{
  padding-top: 70px;
}
@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes sca_ani_2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.technology-page{
  padding: 80px 0 120px;
}
.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips { 
  font-weight: bold;
  text-transform: uppercase;
}

.technology-page .init-1 .center{
  font-size: 16px;
  text-align: center;
  color: #636363;
  margin-top: 20px;
}

.elevator-page  .center{
  font-size: 16px;
  text-align: center;
  color: #636363;
  margin-top: 20px;
}

.technology-page .init-1 .container .content {
  margin-top: calc(4.479vw + 14px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 25%;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c::after{
  content: "";
  position: absolute;
  left: 90px;
  top: 50%;
  width: 240px;
  height: 1px;
  border-top: 1px dashed #999;
}
.technology-page .init-1 .container .content .list:last-child .title_c::after{
  content: none;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: var(--color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px; 
  font-weight: 600;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: calc(1.3555vw + 14px);
  text-align: center;
}

.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
.technology-page .init-2 .container .list .right {
  padding-left: 60px;
}
.technology-page .init-2 .container .list .right .tips {
  font-weight: 600; 
  text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
}
.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 1600px){
   .technology-page .init-1 .container .content .list .title_c::after{
     width: 180px;
   }
}
@media (max-width: 1400px){
   .technology-page .init-1 .container .content .list .title_c::after{
     width: 140px;
   }
}
@media (max-width: 1200px){
   .technology-page .init-1 .container .content .list .title_c::after{
     width: 100px;
   }
}
@media (max-width: 1000px){
   .technology-page .init-1 .container .content .list {
    width: 50%;
  }
  .technology-page .init-1 .container .content .list .title_c::after{
    display: none;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
}
@media (max-width: 700px){
   .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
}
@media (max-width: 500px) {
  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
}

.elevator-page h2.title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}

.elevator-page h2.dex  {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  text-transform:uppercase;
}

.elevator-page .elevator-1 {
  padding: calc(2.1885vw + 14px)  0;
  text-align: center;
}
.elevator-page .elevator-1 h2 small {
  display: block;
  font-size: 48%;
  font-weight: normal;
  margin-top: 1em;
}
.elevator-page .elevator-1 .text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 1.5em;
}

.whtie{
   color: white;
}

.elevator-page .elevator-2 {
  padding: calc(1.88vw + 14px)0;
  background: url("../images/inner-CAPABILITIES-banner2.jpg");
  color: white;
}
.elevator-page .elevator-2 .left {
  margin-top: 1.5em;
  vertical-align: middle;
}
.elevator-page .elevator-2 .left .text {
  margin-top: 3em;
}
.elevator-page .elevator-2 .right {
  vertical-align: middle;
  padding-left: 4%;
}
.elevator-page .elevator-2 .right .img {
  height: 580px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.elevator-page .elevator-3 {
  padding: 80px 0;
  text-align: center;
}

.elevator-page .elevator-5 {
  padding: 0 0 calc(5.519vw + 14px);
  text-align: center;
}

.elevator-page .elevator-3 h2 {
  padding: 0 5%;
}
.elevator-page .elevator-3 .img {
  margin: 20px 0;
  text-align: center;
}
.elevator-page .elevator-3 .img img {
  display: block;
  margin: 0 auto;
}
.elevator-page .elevator-3 .list ul {
  margin: -30px -15px;
  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;
}
.elevator-page .elevator-3 .list ul li {
  padding: 30px 15px;
}
.elevator-page .elevator-3 .list ul li .box {
  height: 100%;
  padding: 45px 30px;
  border-radius: 10px;
  border: 1px solid #979797;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.elevator-page .elevator-3 .list ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.elevator-page .elevator-3 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.elevator-page .elevator-3 .list ul li .box h6 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
}
.elevator-page .elevator-3 .list ul li .box .text{
  font-size:  calc(0.2085vw + 14px);
}
.elevator-page .elevator-3 .list ul li .box:hover {
  background: var(--color);
  color: white;
}
.elevator-page .elevator-3 .list ul li .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.elevator-page .elevator-4 {
  padding: calc(4.479vw + 14px) 0;
  text-align: center;
  background: url("../images/elevator-4-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
}
.elevator-page .elevator-4 .list {
  margin-top: 70px;
}
.elevator-page .elevator-4 .list .slide {
  margin-top: 60px;
}
.elevator-page .elevator-4 .list .slide:first-child {
  margin-top: 0;
}
.elevator-page .elevator-4 .list .slide .left {
  vertical-align: middle;
  padding-right: 3%;
  position: relative;
}
.elevator-page .elevator-4 .list .slide .left .img {
  height: 320px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.elevator-page .elevator-4 .list .slide .right {
  vertical-align: middle;
  padding-left: 3%;
  text-align: left;
  position: relative;
}
.elevator-page .elevator-4 .list .slide .right h3 {
  font-weight: bold;
  font-size: calc(0.8345vw + 14px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.elevator-page .elevator-4 .list .slide .right h3:after {
  content: '';
  width: 22%;
  height: 3px;
  background: var(--color);
  display: block;
}
.elevator-page .elevator-4 .list .slide .right .text {
  margin-top: 1.5em;
  font-weight: 300;
  max-height: 220px;
  overflow: auto;
}
.elevator-page .elevator-4 .list .slide:nth-child(even) .left {
  left: 50%;
  padding-left: 3%;
  padding-right: 0;
}
.elevator-page .elevator-4 .list .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  left: -50%;
}
@media screen and (max-width: 1700px){
  .elevator-page .elevator-1 .text,
  .elevator-page .elevator-3 .list ul li .box h6 {
    font-size:  calc(0.2085vw + 14px);
  }
   .elevator-page .elevator-4 .list .slide .right h3 {
    font-size:  calc(0.525vw + 14px);
  }
  .elevator-page h2.title {
    font-size: 32px;
  }
  .elevator-page .elevator-2 .right .img {
    height: 480px;
  }
  .elevator-page .elevator-3 .img img {
    max-width: 70%;
  }
  .elevator-page .elevator-3 .list ul li .box {
    padding: 20px;
  }
  .elevator-page .elevator-3 .list ul li .box i {
    height: 40px;
  }
  .elevator-page .elevator-3 .list ul li .box i img {
    max-height: 100%;
  }
  .elevator-page .elevator-3 .list ul li {
    padding: 10px;
  }
  .elevator-page .elevator-3 .list ul {
    margin: -10px;
  }
  .elevator-page .elevator-4 .list .slide .left .img {
    height: 280px;
  }
}
@media screen and (max-width: 1500px){
   .elevator-page .elevator-1 .text,
  .elevator-page .elevator-3 .list ul li .box h6 {
    font-size: 16px;
  }
   .elevator-page h2.title {
    font-size: calc(.729vw + 14px) !important;
  }
   .elevator-page .elevator-4 .list .slide .left .img {
    height: 240px;
  }
  .elevator-page .elevator-4 .list .slide .right h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px){
   .elevator-page h2.title {
    font-size:  calc(0.525vw + 14px);
  }
  .elevator-page .elevator-1 .text,
  .elevator-page .elevator-3 .list ul li .box h6 {
    font-size: 14px;
  }
   .elevator-page .elevator-4 .list .slide .left .img {
    height: 200px;
  }
  .elevator-page h2.dex{
    font-size: calc(0.8345vw + 14px);
  }
}
@media screen and (max-width: 1000px){
  .elevator-page h2.title {
    font-size: 20px;
  }
  .elevator-page .elevator-4 .list .slide .right h3 {
    font-size:  calc(0.2085vw + 14px);
  } 
  .elevator-page .elevator-4 .list .slide .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  } 
  .elevator-page .elevator-4 .list .slide .right {
    width: 100% !important;
    left: 0 !important;
    padding: 20px 0 !important;
  }
  .elevator-page .elevator-2 .right {
    display: none;
  }
  .elevator-page .elevator-2 .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .elevator-page .elevator-3 {
    padding: calc(1.88vw + 14px)0;
  }
  .elevator-page .elevator-3 .list ul li {
    width: 50%;
  }
  .elevator-page .elevator-4 .list .slide {
    margin-top: 0;
  }
  .elevator-page .elevator-4 .list {
    margin-top: calc(1.3555vw + 14px);
  }
  .elevator-page .elevator-4 {
    padding: calc(1.88vw + 14px)0;
  }
}
@media screen and (max-width: 700px){
   .elevator-page .elevator-3 .img img {
    max-width: 100%;
  }
   .elevator-page .elevator-3 .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .elevator-page h2.dex {
    font-size: 22px;
  }
}




.seoPublic .title {
    font-size:  calc(0.525vw + 14px);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 14px !important;
}

.seoPublic > div {
    padding:calc(2.3955vw + 14px) 0;
    margin-bottom: 50px;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size:  calc(0.525vw + 14px);
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: calc(0.8345vw + 14px);
    margin-bottom: calc(1.88vw + 14px);
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

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

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding-bottom: calc(2.3955vw + 14px);
    max-height: 400px;
    overflow: auto;
}
.seoPublic .seoIndustry .text h2 {
  color: rgba(30, 80, 174, 1);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.seoPublic .seoIndustry .text h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}
.seoPublic .seoIndustry .text ol li,
.seoPublic .seoIndustry .text ul li {
    list-style: circle;
    margin-left: 30px;
}
.seoPublic .text a {
    color: inherit;
}
.seoPublic .seoIndustry .text strong {
  font-weight: 500;
}
.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    /*border: 1px solid var(--color);*/
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*color: var(--color);*/
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: calc(.729vw + 14px) !important;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size:  calc(0.2085vw + 16px);
        line-height: 1.8;
        font-weight: 600;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size:  calc(0.525vw + 14px);
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size:  calc(0.2085vw + 14px);
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size:  calc(0.2085vw + 14px);
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}


.side-ewm{
  position: fixed;
  right: 30px;
  bottom: 120px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: var(--color);
  color: white;
  border-radius: 5px;
  font-size:  calc(0.2085vw + 14px);
  cursor: pointer;
}
.side-ewm #ewm{
  width: 110px;
  height: 110px;
  border: 5px solid white;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
   
}
.side-ewm:hover #ewm{
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}
@media screen and (max-width: 1000px){
.shixuanfoot {	
    display: none !important;
  }

}
.inner-page .content {
  line-height: 2;
  padding-bottom: 2.6067vw ;
}
.inner-page .content h3 {
  font-weight: bold;
  font-size: calc(0.625vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  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_from1 h4 {
  font-size:  calc(0.2085vw + 14px);
  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_from1 form {
  margin-top: calc(1.3555vw + 14px);
}
#pups_from1 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_from1 i.close::after,
#pups_from1 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_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 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_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 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_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size:  calc(0.525vw + 14px);
}
.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;
  }
}
.t_1 {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.font-20{
  font-size: calc(0.315vw + 14px) !important;
}
.font-18{
  font-size:calc(0.2085vw + 14px) !important;
}
.font-48{
  font-size: calc(1.77vw + 14px) !important;
}
.font-36{
  font-size: calc(1.1465vw + 14px) !important;
}
#index-body .client .public-title {
  text-align: center;
  font-weight: 500;
}
#index-body .client .intro {
  max-width: 782px;
  font-size: 16px;
  font-weight: 300;
  color: var(--color);
  margin: 25px auto 0;
  text-align: center;
  line-height: 1.73;
  padding-bottom: 36px;
}
#index-body .client .client-content {
  overflow: hidden;
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  position: relative;
  z-index: 1;
}
.client-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  z-index: 22;
}
/*#index-body .client .client-content:after {
    z-index: 2;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(251,251,251,.9)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(251,251,251,.9),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(251,251,251,.9),rgba(255,255,255,0));
    background: linear-gradient(to bottom,rgba(251,251,251,.9),rgba(255,255,255,0))
}*/
#index-body .client .client-slide-ul {
  margin-top: -11.8125vw;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, 45deg);
  -moz-transform: rotate3d(1, 0, 0, 45deg);
  transform: rotate3d(1, 0, 0, 45deg);
}
#index-body .client .client-slide-ul .slide-box {
  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;
  padding: 2.34375vw 5px;
  background-color: #fffeff;
  -webkit-box-shadow: 0px 5px 24px 0px rgba(208, 209, 226, 0.29);
  box-shadow: 0px 5px 24px 0px rgba(208, 209, 226, 0.29);
  border-radius: 24px;
  margin: 1vw;
}
@media (max-width: 1000px) {
    #index-body .client .client-slide-ul {
  margin-top: -26.8125vw;

}
}
@media (max-width: 500px) {
      #index-body .client .client-slide-ul {
        margin-top: -54.8125vw;
    }
}
.i-solution-pp{
  max-width: 1462px;
  margin: calc(.729vw + 14px)  auto  calc(1.3555vw + 14px);
  text-align: center;
}
.i-title-ss{
text-transform:uppercase;
}
.client-top{
  padding-top: calc(4.479vw + 14px);
    background: url(../images/cc_bg.jpg) no-repeat top center;
}
.page-header01{
  position: fixed;
  width: 100%;
}
@media (max-width: 700px) {
  #index-body .i-product .bottom .right p{
    width: 100%;
  }
  #index-body .i-product .bottom .right{
    flex-wrap: wrap;
  }
}
.page-header02{
  position: fixed;
  width: 100%;
}
.about-c-page a.more {
  /*background-color: #f3f3f3;*/
}
.about-c-page .about-1 {
  padding-top: calc(4.1667vw + 20px);
}
.about-c-page .about-1 .box .left {
  padding-right: 2%;
  position: sticky;
  top: 100px;
}
.about-c-page .about-1 .box .left video{
  display: block;
  width: 100%;
  margin-top: calc(1.3555vw + 14px);
}
.about-c-page .about-1 .box .left span.h2 em{
  font-weight: 500;
}
.about-c-page .about-1 .box .left a.more {
  margin-top: calc(0.415vw + 14px);
  color: white;
  background: var(--color);
}
.about-c-page .about-1 .box .right {
  padding-left: 2%;
}
.about-c-page .about-1 .box .right .text p {
  margin-top: calc(0.415vw + 14px);
}
.about-c-page .about-1 .img {
  height: 590px;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  margin-top: 60px;
}
.about-c-page .about-1 .img .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%);
  cursor: pointer;
  cursor: hand;
}
.about-c-page .about-1 .img .play:after,
.about-c-page .about-1 .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-c-page .about-1 .img .play:hover:after,
.about-c-page .about-1 .img .play:hover:before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-c-page .about-1 .img .play:hover:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-c-page .about-2 {
  padding: calc(3.4405vw + 14px) 0;
}
.about-c-page .about-2 .box .left {
  padding-right: 20%;
  position: sticky;
  top: 100px;
}
.about-c-page .about-2 .box .left hr {
  background-color: #120c0b;
  height: 1px;
  border: none;
  margin: 40px 0;
}
.about-c-page .about-2 .box .left a.more {
  margin-top: calc(0.9385vw + 14px);
  /*background: var(--color);*/
  color: white;
}
.about-c-page .about-2 .box .right .list ul {
  margin: -25px -35px;
}
.about-c-page .about-2 .box .right .list ul li {
  padding: 25px 35px;
  font-size: 22px;
}
.about-c-page .about-2 .box .right .list ul li i {
  display: block;
  position: relative;
  margin-top: 0.9385vw ;
}
.about-c-page .about-2 .box .right .list ul li i:before {
  content: '';
  width: 3.40909091em;
  height: 4.04545455em;
  /*background: url("../images/icon-5-bg.png") center center;*/
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.about-c-page .about-2 .box .right .list ul li span.h6 {
  font-weight: 600;
  margin: .7em 0;
  display: block;
  line-height: 1.8;
}
.about-c-page .about-2 .box .right .list ul li .text {
  line-height: 1.8;
}
.about-c-page .about-2 .numList {
  margin-top: 110px;
}
.about-c-page .about-2 .numList .fo1{
  display: flex;
  justify-content: space-between;
}
.about-c-page .about-2 .numList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-c-page .about-2 .numList ul li {
  /*border-left: 1px solid #120c0b;*/
}
.about-c-page .about-2 .numList ul li:first-child {
  border-left: none;
}
.about-c-page .about-2 .numList ul li span.h6 {
  font-size: calc(2.3955vw + 14px) !important;
  color: #120c0b;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.about-c-page .about-2 .numList ul li p {
  font-size:  calc(0.2085vw + 14px);
  color: var(--color);
  margin-top: .5em;
}
.about-c-page .about-3 {
  padding: 55px 0;
  background-color: #120c0b;
  text-align: center;
}
.about-c-page .about-3 ul {
  margin: -10px;
}
.about-c-page .about-3 ul li {
  padding: 10px;
}
.about-c-page .about-3 img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.about-c-page .about-4 {
  padding: 80px 0;
  position: relative;
}
.about-c-page .about-4:after {
  top: 5%;
}
.about-c-page .about-4 .left {
  width: 34%;
  vertical-align: bottom;
}
.about-c-page .about-4 .left .list {
  margin-top: calc(3.4405vw + 14px);
}
.about-c-page .about-4 .left .list ul {
  margin: -8px 0;
}
.about-c-page .about-4 .left .list ul li {
  padding: 8px 0;
  font-size: 16px;
}
.about-c-page .about-4 .left .list ul li span.txt {
  color: #120c0b;
  display: inline-block;
}
.about-c-page .about-4 .left .list ul li span.num {
  line-height: 1.75em;
  height: 1.75em;
  padding: 0 0.75em;
  border-radius: 2px;
  background-color: #120c0b;
  color: white;
  position: relative;
  float: right;
  margin-top: -0.4em;
}
.chainList {
  padding: calc(3.4405vw + 14px) 0;
}
.chainList1{
  padding: calc(3.4405vw + 14px) 0 calc(7.759vw + 14px);
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
.chainList .top .right a.more {
  background-color: #f3f3f3;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  border-radius: 10px;
  overflow: hidden;
}
.chainList .bottom .list ul li img{
  border-radius: 10px;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}
.about-c-page .about-4 .left .list ul li span.num:after {
  content: '';
  border-top: 10px solid #120c0b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-c-page .about-4 .left .list ul li .line {
  display: block;
  height: 10px;
  border-radius: 5px;
  background-color: #ebebeb;
  position: relative;
  margin-top: 12px;
}
.about-c-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: inherit;
  background-color: var(--color);
  width: 0;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.about-c-page .about-4 .right {
  width: 66%;
  vertical-align: bottom;
}
.about-c-page .about-4 .right .map {
  width: 120%;
  margin: 0 -15% 0 -5%;
}
@media (max-width: 1600px) {
    .about-c-page .about-1 .img {
    height: 400px;
    margin-top: calc(1.3555vw + 14px);
  }
  .about-c-page .about-1 .img .play {
    width: 80px;
  }
  .about-c-page .about-2 .box .left hr {
    margin: 30px 0;
  }
    .about-c-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .about-c-page .about-2 .numList {
    margin-top: calc(3.4405vw + 14px);
  }
  .about-c-page .about-3 {
    padding: 30px 0;
  }
  .about-c-page .about-4 .right .map {
    width: 100%;
    margin: 0;
  }
  .about-c-page .about-4 .left .list,
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: calc(1.88vw + 14px);
  }
  .about-c-page .about-4 .left .list ul li {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
    .about-c-page .about-1 .img {
    height: 320px;
  }
  .about-c-page .about-2 .box .left {
    padding-right: 10%;
  }
  .about-c-page .about-2 .box .right .list ul li {
    padding: 10px;
  }
  .about-c-page .about-2 .box .right .list ul {
    margin: -10px;
  }
  .about-c-page .about-3 img {
    max-height: 70px;
  }
}
@media (max-width: 1000px) {
   .about-c-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .about-c-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-c-page .about-1 .img {
    height: 260px;
  }
  .about-c-page .about-4 .left .list ul li {
    padding: 4px 0;
    font-size: 14px;
  }
  .about-c-page .about-2 .numList ul li {
    width: 50%;
    border: none;
    text-align: left;
  }
  .about-c-page .about-2 .box .left {
    padding-right: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
  .about-c-page .about-2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-c-page .about-2 .box .left hr {
    margin: 10px 0;
  }
}
@media (max-width: 700px) {
    .about-c-page .about-4 .left {
    width: 100%;
  }
  .about-c-page .about-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-c-page .about-4 {
    padding-bottom: 0;
  }
}
.about-c-page .service-3 {
    padding-top: 7.2%;
    padding-bottom: calc(4.479vw + 14px) !important;
}
.about-c-page .service-3 .header {
    text-align:center;
}
.about-c-page .service-3 .header .title {
    font-size: calc(2.3955vw + 14px) !important;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.about-c-page .service-3 .content {
    margin-top: 65px;
}
.about-c-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.about-c-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.about-c-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    height: 383px;
}
.about-c-page .service-3 .content ul li .ig i{
    display: block;
}
.about-c-page .service-3 .content ul li .ig .tit {
    font-size: calc(.729vw + 14px) !important;
    font-weight: 500;
    line-height: 1.6;
    /*margin-top: calc(0.8345vw + 14px);*/
    padding-bottom: 20px;
}
.font-18{
  line-height: 1.6;
}
.about-c-page .service-3 .content ul li .ig .con {
    font-size:  calc(0.2085vw + 14px);
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 200px;
    overflow: auto;
}
.about-c-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 500;
}
.about-c-page .service-3 .content ul li.active {
    width: 50%;
}
.about-c-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
@media screen and (max-width: 1440px) {
     
    .about-c-page .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .about-c-page .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px){
   .about-c-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .about-c-page .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
    .about-c-page .service-3 .header .title{
      font-size: 40px;
    }
}
@media screen and (max-width: 1100px){
   .about-c-page .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px){
   
    .about-c-page .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .about-c-page .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .about-c-page .service-3 .content ul li.active{
        width: 50%;
    }
    .about-c-page .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .about-c-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .about-c-page .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px){
   .about-c-page .service-3 .header .title {
        font-size: 53px;
    }
    .about-c-page .service-3 .content{
        margin-top: 20px;
    }
    .about-c-page .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .about-c-page .service-3 .content ul li .ig{
        padding: 10px;
    }
    .about-c-page .service-3 .content ul li .ig .tit{
        font-size:  calc(0.525vw + 14px);
        margin-top: 0;
    }
    .about-c-page .service-3 .content ul li .ig .num{
        bottom: 0;
    }
}
@media screen and (max-width: 500px){
   .about-c-page .service-3 .header .title {
        font-size: 36px;
    }
    .about-c-page .service-3 .content ul li,
    .about-c-page .service-3 .content ul li.active{
        width: 100%;
    }
    .about-c-page .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .about-c-page .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .about-c-page .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}



span.h2 {
    font-weight: 700;
    line-height: 1.1;
    font-size: calc(1.77vw + 14px);
    display: block;
    text-transform: uppercase;
}
span.tag {
    font-size: calc(0.2085vw + 14px);
    display: block;

    color: var(--color);
    line-height: 1.8;
    margin-bottom: .5em;
}
.inner-page .text {
    font-size: calc(0.2085vw + 14px);

    color: #757575;
    line-height: 1.8;
}
.history-page {
  padding-top: calc(4.479vw + 14px);
  padding-bottom: calc(1.3555vw + 14px);
  text-align: center;
  position: relative;
}
/*.history-page:before {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.history-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 8%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.history-page .list {
  margin-top: 60px;
  margin-bottom: calc(1.3555vw + 14px);
  position: relative;
}
.history-page .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #bebebe;
  z-index: -1;
}
.history-page .list li {
  padding: 25px 0;
}
.history-page .list li .box .left {
  vertical-align: middle;
  padding: 0 8%;
  position: relative;
}
.history-page .list li .box .left .img {
  /*height: 250px;*/
  background-size: cover;
  background-position: center;
}
.history-page .list li .box .right {
  vertical-align: middle;
  padding: 0 8%;
  text-align: left;
  position: relative;
}
.history-page .list li .box .right .line {
  width: 14%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 25px;
}
.history-page .list li .box .right .line i {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: inherit;
}
.history-page .list li .box .right .line i:after,
.history-page .list li .box .right .line i:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: inherit;
}
.history-page .list li .box .right .line i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.history-page .list li .box .right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .list li .box .right .content span.h2 {
  color: var(--color);
  white-space: nowrap;
}
.history-page .list li .box .right .content .text {
  margin-left: 1.5em;
  font-weight: normal;
  line-height: 1.6;
}
.history-page .list li:nth-child(even) .box .left {
  left: 50%;
}
.history-page .list li:nth-child(even) .box .right {
  left: -50%;
  text-align: right;
  direction: rtl;
  padding-left: 0;
}
.history-page .list li:nth-child(odd) .box .right {
  padding-right: 0;
}
.history-page .list li:nth-child(even) .box .right .line {
  left: auto;
  right: 0;
}
.history-page .list li:nth-child(even) .box .right .line i {
  left: 100%;
}
.history-page .list li:nth-child(even) .box .right .text {
  margin-left: 0;
  margin-right: 1.5em;
  direction: ltr;
}
.history-page .cursor {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 0;
  background-color: white;
  width: 100%;
  bottom: 0;
}
.history-page .cursor span {
  display: block;
  font-size:  calc(0.2085vw + 14px);
  font-weight: normal;
  color: #120c0b;
}
.history-page .cursor span.hand {
  display: inline-block;
  position: relative;
  margin-bottom: .7em;
}
.history-page .cursor span.hand:before {
  content: '';
  width: 3px;
  height: 10px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: sx .8s linear infinite alternate;
  -moz-animation: sx .8s linear infinite alternate;
  animation: sx .8s linear infinite alternate;
}
@-webkit-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@-moz-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
.TopTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.TopTitle .left {
  width: auto !important;
}
.TopTitle .left span.h2 {
  margin-right: 1.2em;
}
.TopTitle .right {
  width: auto !important;
  margin-top: 35px;
}
.TopTitle .right .list ul li {
  font-weight: 900;
  font-size: 20px;
  color: #b9b9b9;
  text-transform: uppercase;
  padding: .25em 1.2em;
  width: auto;
  display: inline-block;
  border-left: 1px solid #e8e8e8;
  margin-top: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.TopTitle .right .list ul li.active,
.TopTitle .right .list ul li:hover {
  color: var(--color);
}
@media (max-width: 1600px) {
    .history-page .cursor {
    padding: 10px 0;
  }
  .history-page .cursor {
    position: static;
    display: none;
  }
}
@media (max-width: 1450px) {
    .history-page .list li .box .left .img {
    height: 200px;
  }
}
@media (max-width: 1000px) {
   .TopTitle .right {
    width: 100%;
  }
  .history-page .list li .box .right .line {
    top: 12px;
  }
  .history-page .list {
    margin: 40px 0 30px;
  }
  .history-page .list li .box .right,
  .history-page .list li .box .left {
    padding: 0 4%;
  }
  .history-page .list li .box .right .line {
    width: 6%;
  }
  .history-page .list li .box .left .img {
    height: 140px;
  }
  .history-page .list li {
    padding: 10px 0;
  }
}
@media (max-width: 700px) {
   .history-page .list li .box .right,
  .history-page .list li .box .left {
    width: 100%;
    left: 0 !important;
  }
  .history-page .list li .box .right {
    margin-top: 20px;
  }
  .history-page .list li:nth-child(even) .box .right .line {
    left: 0;
    right: auto;
  }
  .history-page .list li:nth-child(even) .box .right .line i {
    left: auto;
    left: 0;
  }
  .history-page .list li:nth-child(even) .box .right {
    direction: ltr;
    text-align: left;
  }
  .history-page .list li:nth-child(even) .box .right .text {
    margin-left: 1.5em;
    margin-right: 0;
  }
  .history-page .list:after {
    left: 0;
  }
}
.history-page {
  /*background-image: url("");*/
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.history-page .ui.container {
  width: auto;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  margin-top: 6%;
}
.history-page .right {
  width: 62%; 
}
.history-page .right .swiper {
  /*margin-right: -14%;*/
  overflow: hidden;
}
.history-page .right span.h6 {
  color: #1e50ae;
  display: block;
  line-height: 1.4;
  font-weight: 500;
  font-size: calc(0.8345vw + 14px);
}
.history-page .right .text {
  margin: .5em 0 1.3em;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: 0;
  left: 8%;
  -webkit-transform: translate(0%, -47%);
  -moz-transform: translate(0%, -47%);
  -ms-transform: translate(0%, -47%);
  transform: translate(0%, -47%);
  color: #1e50ae;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*background-image: url("../images/icon-history.png");*/
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1450px){
   .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1000px) {
   .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: calc(0.8345vw + 14px);
  } 
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  } 
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px){
   .history-page .right .swiper {
    margin-right: 0;
  }
  .product-det2-page .prodet-22 .content .det{
    font-size: 16px;
    line-height: 30px;
  }
}

img.shuiyin{
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.factory-page {
  padding: calc(4.479vw + 14px) 0 calc(3.1267vw + 20px);
}
.factory-page .bottom .list {
  margin:calc(3.259vw + 14px) 0;
}
.factory-page .bottom .list ul {
  /*margin: -35px -10px;*/
}
.factory-page .bottom .list ul li {
  padding: calc(1.0385vw + 14px) 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(1, 169, 248, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: calc(0.415vw + 14px);
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
@media (max-width: 1250px) {
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
@media (max-width: 1250px) {
  
  .inner-banner{
    display: none !important;
  }
}
.faq-page {
  padding: calc(4.479vw + 14px) 0;
}
.faq-page .slideBarRight span.h3 {
  font-size: calc(0.8345vw + 14px);
  font-weight: 900;
  text-transform: uppercase;
  color: #120c0b;
  display: block;
  line-height: 1.2;
}
.faq-page .slideBarRight .faqList {
  font-size: calc(0.315vw + 14px);
  font-weight: normal;
  margin-top: calc(0.8345vw + 14px);
}
.faq-page .slideBarRight .faqList li {
  padding: .7em 0;
  line-height: 1.8;
}
.faq-page .slideBarRight .faqList li span.h6 {
  padding: 1em 4em 1em 1.5em;
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 1em;
  right: 1.1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: .25em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  -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 .slideBarRight .faqList li .text {
  padding: 1em 1.5em 0;
  font-weight: normal;
  color: var(--color);
  display: none;
}
.faq-page .slideBarRight .faqList li.active span.h6 {
  background-color: var(--color);
  color: white;
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
  background-color: white;
}
.news-c-page {
  padding: calc(4.479vw + 14px) 0 100px;
}
/*.news-c-page .newsList ul {
  margin: -40px -20px;
}*/
.news-c-page .newsList ul li {
  padding: calc(1.3555vw + 14px) calc(0.315vw + 14px);
}
.news-c-page .newsList ul li a.img-box {
  display: block;
}
.news-c-page .newsList ul li a.img-box img {
  display: block;
  width: 100%;
}
.news-c-page .newsList ul li hr {
  display: block;
  border: none;
  height: 1px;
  background-color: #bebebe;
  margin: calc(0.315vw + 14px) 0;
}
.news-c-page .newsList ul li time {
  display: block;
  font-size:  calc(0.2085vw + 14px);
  color: var(--color);
  /*text-transform: uppercase;*/
  line-height: 1.6;
}
.news-c-page .newsList ul li span.h6 {
  font-weight: 500;
  font-size:  calc(0.525vw + 14px);
  line-height: 1.4;
  /*min-height: 5.8em;*/
  margin: .5em 0;
  display: block;
}
.news-c-page .newsList ul li .text {
  color: #a1a1a1;
  line-height: 1.6;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 28%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
 
  font-size:  calc(0.525vw + 14px);
  line-height: 1.3;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
  line-height: 2;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fenlei{
  font-size:  calc(0.525vw + 14px);
  line-height: 1.6;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
}
.miaoshu{
 font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 20px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size:  calc(0.2085vw + 14px);
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 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;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size:  calc(0.2085vw + 14px);
  color: var(--color);
  line-height: 1.6;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: calc(0.525vw + 14px) calc(0.8345vw + 14px);
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-webkit-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-moz-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-ms-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea:focus,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: var(--color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li.wid-100{
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea{
  display: block;
    line-height: 42px;
    height: 100px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarRight {
  width: 72%;
}
@media (max-width: 1450px) {
.inner-page .slideBarBox .slideBarLeft .border.mail li{
  width: 100%;
}}
@media (max-width: 1250px) {
    .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .news-c-page {
    padding: calc(4.479vw + 14px) 0 ;
}
}
.newdet-c-page .wpulike.wpulike-default {
  display: inline-block;
}
.newdet-c-page {
  padding: calc(4.479vw + 14px) 0 100px;
}
.newdet-c-page .newsContent a.img-box {
  display: block;
}
.newdet-c-page .newsContent a.img-box img {
  width: 100%;
}
.newdet-c-page .newsContent h1 {
  font-weight: 500;
  font-size: calc(1.0385vw + 14px);
  line-height: 1.4;
  margin-top: calc(.729vw + 14px);
  display: block;
}
.newdet-c-page .newsContent time {
  display: block;
  font-weight: normal;
  font-size: calc(0.2085vw + 14px);
  margin: calc(.329vw + 14px) 0;
  line-height: 1.6;
  color: var(--color);
}
.newdet-c-page .newsContent time i {
  color: #bebebe;
  margin: 0 .5em;
}
.newdet-c-page .newsContent .text {
  color: #a1a1a1;
}
.newdet-c-page .newsContent .text h2 {
  color: rgba(30, 80, 174, 1);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.newdet-c-page .newsContent .text h3 {
  font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}
.newdet-c-page .newsContent .text strong {
  font-weight: 500;
}
.newdet-c-page .newsContent .text ol li,
.newdet-c-page .newsContent .text ul li {
    list-style: disc;
    margin-left: 30px;
}
.newdet-c-page .newsContent hr {
  height: 1px;
  border: none;
  display: block;
  background-color: #bebebe;
  margin: 30px 0;
}
.newdet-c-page .newsContent .bottom {
  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;
}
.newdet-c-page .newsContent .bottom .m-link {
  font-weight: normal;
  font-size: calc(0.2085vw + 14px);
  line-height: 1.6;
}
.inner-page .prodet-product-link {
    padding-top: calc(3.1267vw + 20px);
}
.inner-page .prodet-product-link .productList {
  overflow: hidden;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: calc(3.959vw + 14px);
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: calc(0.2085vw + 14px);
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
.newdet-c-page .newsContent .bottom .share {
  font-size: calc(0.2085vw + 14px);
  white-space: nowrap;
  line-height: 1.6;
}
.newdet-c-page .newsContent .bottom .share span {
  color: #120c0b;
  font-weight: 500;
}
.newdet-c-page .newsContent .bottom .share a {
  margin-left: .5em;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-c-page .newsContent .bottom .share a:hover {
  color: #120c0b;
}
.newdet-c-page .prodet-product-link span.h3 {
  font-weight: 700;
  font-size: calc(0.8345vw + 14px);
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: calc(0.8345vw + 14px);
  display: block;
}
.inner-page .prodet-product-link .productList-c {
  overflow: hidden;
}
.productList-c ul {
  margin: -20px;
}
.productList-c ul li {
  padding: 20px;
}
.productList-c ul li a.img-box {
  display: block;
  /*padding: 70px 18% 40px;*/
  background-color: #f3f3f3;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}
.productList-c ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.productList-c ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList-c ul li .content span.h6 {
  font-weight: 500;
  font-size: calc(0.2085vw + 14px);
  color: #120c0b;
  display: block;
    border-bottom: 1px solid #ececec;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*min-height: 130px;*/
}
.productList-c ul li .content .text {
  font-size: calc(0.2085vw + 14px);
  line-height: 1.6;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList-c ul li:hover a.img-box {
  background-color: var(--color);
}
/*.productList-c ul li:hover a.img-box img {
  -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  transform: translateY(49%);
}*/
/*.productList-c ul li:hover .content {
  -webkit-transform: translateY(-310%);
  -moz-transform: translateY(-310%);
  -ms-transform: translateY(-310%);
  transform: translateY(-310%);
}*/
/*.productList-c ul li:hover .content span.h6 {
  color: white;
  border-bottom-color: white;
}
.productList-c ul li:hover .content .text {
  color: white;
}*/
.product-list-page .productList-c ul,
.prodet-product-link .productList-c ul {
  margin: -35px -6px;
}
.product-list-page .productList-c ul li,
.prodet-product-link .productList-c ul li {
  padding: 35px 6px;
}
/*.product-list-page .productList-c ul li a.img-box,
.prodet-product-link .productList-c ul li a.img-box {
  padding: 30px 15%;
}*/
/*.product-list-page .productList-c ul li a.img-box img,
.prodet-product-link .productList-c ul li a.img-box img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  display: block;
}*/
/*.product-list-page .productList-c ul li:hover .content,
.prodet-product-link .productList-c ul li:hover .content,
.small-product-link .productList-c ul li:hover .content {
  -webkit-transform: translateY(-223%);
  -moz-transform: translateY(-223%);
  -ms-transform: translateY(-223%);
  transform: translateY(-223%);
}*/
/*.product-list-page .productList-c ul li:hover a.img-box img,
.prodet-product-link .productList-c ul li:hover a.img-box img,
.small-product-link .productList-c ul li:hover a.img-box img {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}*/
@media (max-width: 700px) {
  .client-top{
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-product .bottom .right p{
    padding-left: 0;
    margin-top: 10px;
  }
  .elevator-page .elevator-5 {
    padding: calc(2.3955vw + 6px) 0;
}
  .elevator-page .elevator-5 .mainbox{
margin-top: 20px;
}
  .newdet-c-page {
  padding: calc(4.479vw + 14px) 0 calc(4.479vw + 14px);
}
}
@media (max-width: 500px) {
  .newdet-c-page .newsContent .bottom{
    flex-wrap: wrap;
  }
}
.pb-60{
padding-bottom: calc(2.3955vw + 14px);
}
.pt-60{
padding-top: calc(2.3955vw + 14px);
}
.mt-60{
  margin-top: calc(2.3955vw + 14px);
}
.mb-60{
  margin-bottom: calc(2.3955vw + 14px);
}
@media (max-width: 1250px) {
  #banner{
    margin-top:  60px;
  }
}
.prodet-page .prodet-3 .arrow_l{
color: var(--color);
display: flex;
justify-content: center;
align-items: center;
}
.prodet-page .prodet-3 .arrow_r{
color: var(--color);
display: flex;
justify-content: center;
align-items: center;
}

 .about-page23 .about-3{
  padding: 0 0  calc(5.21vw + 20px);
}
.fancybox-can-zoomIn .fancybox-content,
.fancybox-image{
  background: #fff;
}