@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: bold;
  font-display: swap;
}
@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: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #ea5d9d;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1390px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
  width: auto;
  max-width: 1800px;
}
#header .nav .ui.menu .menu-box {
  width: 42%;
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --color: #0068b7;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: var(--color);
  position: absolute;
  top: 62%;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  opacity: 1;
}
#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: 14px;
  line-height: 2;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  height: 100%;
}
#header .nav .ui.menu .yuy {
  margin-left: 0;
  height: 100%;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: auto;
}
#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: var(--color);
}
#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: var(--color);
  -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: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.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: var(--color);
}
#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: var(--color) !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;
  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;
  line-height: 1.8;
  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;
    font-size: 16px;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#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: 2;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
    .font-16 {
  font-size: 16px;
  line-height: 30px;
  }
  .seoPublic .Auxil-about .box .right div.h3{
      line-height: 1.6 !important;
  }
  .seoPublic .Auxil-about .box .right .text{
      line-height: 2;
  }
  .seoPublic .Auxil-news .list ul li .content timet{
      line-height: 2;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
      line-height: 1.6 !important;
      min-height: 5em;
  }
  .seoPublic .Auxil-news .list ul li .content p{
      line-height: 2;
  }
  .seoPublic .Auxil-news .list ul li .content a.link{
      line-height: 2;
  }
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
span.h2 {
  line-height: 1.2;
}
.text {
  line-height: 2;
}
.more {
  padding: 0 1.5em;
  height: 2.5em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 10px 0;
}
.more:hover {
  background-color: #0068b7;
}
#banner {
  position: relative;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  z-index: 1;
}
#banner .slickBox li {
  position: relative;
}
#banner .slickBox li:before {
  content: '';
  width: 100%;
  height: 73%;
  position: absolute;
  bottom: 27%;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0068b7), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #0068b7, transparent);
  background-image: -moz-linear-gradient(bottom, #0068b7, transparent);
  background-image: linear-gradient(to top, #0068b7, transparent);
}
#banner .slickBox li .content {
  position: absolute;
  left: 0;
  top: 39%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner .slickBox li .content .right {
  margin-right: -6%;
}
#banner .list {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  color: white;
  border-top: 1px solid #0762aa;
  height: 27%;
}
#banner .list .ui.container {
  height: 100%;
}
#banner .list:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  --color: #0068b7;
  background-color: var(--color);
  opacity: .9;
}
#banner .list ul {
  position: relative;
  height: 100%;
}
#banner .list ul:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #5899cb;
  top: -1px;
  left: 0;
}
#banner .list span.h6 {
  line-height: 1;
  transition: .5s;
}
#banner .list ul li:hover span.h6 {
    color: var(--color);
}
#banner .list .text {
  opacity: .8;
}
#index-body .init-1 {
  background-color: #fbfbfb;
}
#index-body .init-1 .list span.h6 {
  line-height: 1.6;
  min-height: 6.6em;
}
#index-body .init-1 .list a.more {
  opacity: 0;
}
#index-body .init-1 .list li:hover a.more {
  opacity: 1;
}
#index-body .init-1 .list .slickBtn {
  font-size: 25px;
  --color: #0068b7;
}
#index-body .init-1 .list .slickBtn div {
  color: var(--color);
  border: 1px solid var(--color);
  background-color: transparent;
  top: 40%;
}
#index-body .init-1 .list .slickBtn div i {
  font-size: 1.4em;
}
#index-body .init-1 .list .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-1 .list .slickBtn .prev {
  right: 104%;
}
#index-body .init-1 .list .slickBtn .next {
  left: 104%;
}
#index-body .init-2 a.img-box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 a.img-box span {
  background-color: white;
  height: 3em;
  padding: 0 .8em;
  top: 2em;
  left: 1.2em;
  border-radius: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 a.img-box span img {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 a.img-box:hover {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
#index-body .init-2 a.img-box:hover span {
  background-color: var(--color);
  color: white;
}
#index-body .init-2 a.img-box:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-3 {
  background-color: #0068b7;
  color: white;
}
#index-body .init-3 .left .list i {
  border-radius: 100%;
  overflow: hidden;
}
#index-body .init-3 .left .list span.h6 {
  line-height: 1.2;
}
#index-body .init-3 .left .list hr {
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .left .list li:hover hr {
  opacity: 1;
}
#index-body .init-3 .right {
  margin-right: -18%;
}
#index-body .init-3 .right .map {
  position: relative;
}
#index-body .init-3 .right .map ul li:nth-child(1) i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index-body .init-3 .right .map ul li:nth-child(2) i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#index-body .init-3 .right .map ul li:nth-child(3) i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index-body .init-3 .right .map ul li:nth-child(4) i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#index-body .init-3 .right .map ul li:nth-child(5) i {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#index-body .init-3 .right .map ul li:nth-child(6) i {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#index-body .init-3 .right .map ul li:nth-child(7) i {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#index-body .init-3 .right .map ul li:nth-child(8) i {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#index-body .init-3 .right .map ul li:nth-child(9) i {
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
#index-body .init-3 .right .map ul li:nth-child(10) i {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
#index-body .init-3 .right .map ul li:nth-child(11) i {
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
#index-body .init-3 .right .map ul li:nth-child(12) i {
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
#index-body .init-3 .right .map ul li:nth-child(13) i {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#index-body .init-3 .right .map ul li:nth-child(14) i {
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
#index-body .init-3 .right .map ul li:nth-child(15) i {
  -webkit-transition: all 1.7s ease;
  -moz-transition: all 1.7s ease;
  transition: all 1.7s ease;
}
#index-body .init-3 .right .map ul li:nth-child(16) i {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  transition: all 1.8s ease;
}
#index-body .init-3 .right .map ul li:nth-child(17) i {
  -webkit-transition: all 1.9s ease;
  -moz-transition: all 1.9s ease;
  transition: all 1.9s ease;
}
#index-body .init-3 .right .map ul li:nth-child(18) i {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
#index-body .init-3 .right .map ul li:nth-child(19) i {
  -webkit-transition: all 2.1s ease;
  -moz-transition: all 2.1s ease;
  transition: all 2.1s ease;
}
#index-body .init-3 .right .map ul li:nth-child(20) i {
  -webkit-transition: all 2.2s ease;
  -moz-transition: all 2.2s ease;
  transition: all 2.2s ease;
}
#index-body .init-3 .right .map ul li:nth-child(21) i {
  -webkit-transition: all 2.3s ease;
  -moz-transition: all 2.3s ease;
  transition: all 2.3s ease;
}
#index-body .init-3 .right .map ul li:nth-child(22) i {
  -webkit-transition: all 2.4s ease;
  -moz-transition: all 2.4s ease;
  transition: all 2.4s ease;
}
#index-body .init-3 .right .map ul li {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#index-body .init-3 .right .map ul li img {
  max-width: 28px;
  display: block;
}
#index-body .init-3 .right .map ul li i {
  display: block;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
#index-body .init-3 .right .map ul li:nth-child(1) {
  left: 78%;
  top: 49%;
}
#index-body .init-3 .right .map ul li:nth-child(2) {
  left: 16%;
  top: 28%;
}
#index-body .init-3 .right .map ul li:nth-child(3) {
  left: 17%;
  top: 42%;
}
#index-body .init-3 .right .map ul li:nth-child(4) {
  left: 23%;
  top: 16%;
}
#index-body .init-3 .right .map ul li:nth-child(5) {
  left: 26%;
  top: 40%;
}
#index-body .init-3 .right .map ul li:nth-child(6) {
  left: 29%;
  top: 10%;
}
#index-body .init-3 .right .map ul li:nth-child(7) {
  left: 33%;
  top: 71%;
}
#index-body .init-3 .right .map ul li:nth-child(8) {
  left: 34%;
  top: 23%;
}
#index-body .init-3 .right .map ul li:nth-child(9) {
  left: 46%;
  top: 42%;
}
#index-body .init-3 .right .map ul li:nth-child(10) {
  left: 48%;
  top: 55%;
}
#index-body .init-3 .right .map ul li:nth-child(11) {
  left: 51%;
  top: 29%;
}
#index-body .init-3 .right .map ul li:nth-child(12) {
  left: 54%;
  top: 78%;
}
#index-body .init-3 .right .map ul li:nth-child(13) {
  left: 56%;
  top: 25%;
}
#index-body .init-3 .right .map ul li:nth-child(14) {
  left: 57%;
  top: 60%;
}
#index-body .init-3 .right .map ul li:nth-child(15) {
  left: 61%;
  top: 54%;
}
#index-body .init-3 .right .map ul li:nth-child(16) {
  left: 63%;
  top: 34%;
}
#index-body .init-3 .right .map ul li:nth-child(17) {
  left: 68.5%;
  top: 57%;
}
#index-body .init-3 .right .map ul li:nth-child(18) {
  left: 70%;
  top: 26%;
}
#index-body .init-3 .right .map ul li:nth-child(19) {
  left: 76%;
  top: 68%;
}
#index-body .init-3 .right .map ul li:nth-child(20) {
  left: 76%;
  top: 59%;
}
#index-body .init-3 .right .map ul li:nth-child(21) {
  left: 83%;
  top: 80%;
}
#index-body .init-3 .right .map ul li:nth-child(22) {
  left: 85.5%;
  top: 44%;
}
#index-body .init-3 .right .map ul li:nth-child(2),
#index-body .init-3 .right .map ul li:nth-child(6),
#index-body .init-3 .right .map ul li:nth-child(13),
#index-body .init-3 .right .map ul li:nth-child(17),
#index-body .init-3 .right .map ul li:nth-child(21) {
  color: #ea5d9d;
}
#index-body .init-3 .right .map ul li:nth-child(3),
#index-body .init-3 .right .map ul li:nth-child(8),
#index-body .init-3 .right .map ul li:nth-child(9),
#index-body .init-3 .right .map ul li:nth-child(14),
#index-body .init-3 .right .map ul li:nth-child(19) {
  color: #d17104;
}
#index-body .init-3 .right .map ul li:nth-child(4),
#index-body .init-3 .right .map ul li:nth-child(7),
#index-body .init-3 .right .map ul li:nth-child(11),
#index-body .init-3 .right .map ul li:nth-child(12),
#index-body .init-3 .right .map ul li:nth-child(18),
#index-body .init-3 .right .map ul li:nth-child(22) {
  color: #93bd0a;
}
#index-body .init-3 .right .map ul li:nth-child(5),
#index-body .init-3 .right .map ul li:nth-child(10),
#index-body .init-3 .right .map ul li:nth-child(16),
#index-body .init-3 .right .map ul li:nth-child(15),
#index-body .init-3 .right .map ul li:nth-child(20) {
  color: #0776b9;
}
#index-body .init-3 .right .map.active ul li i {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-4 .list {
  --color: #0068b7;
}
#index-body .init-4 .list span.h6 {
  line-height: 1.4;
  min-height: 5em;
}
#index-body .init-4 .list time,
#index-body .init-4 .list .text {
  color: #bababa;
  line-height: 2;
}
#index-body .init-5 {
  position: relative;
  z-index: 1;
}
#index-body .init-5:before {
  content: '';
  width: 100%;
  height: 12%;
  background-color: white;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
}
#index-body .init-5 iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#index-body .init-5 .form {
  max-width: 500px;
  background-color: #0068b7;
  color: white;
  padding: 4.5% 2.5% 6%;
  position: relative;
  z-index: 3;
}
#index-body .init-5 .form form li {
  margin-top: 1em;
}
#index-body .init-5 .form form li:first-child {
  margin-top: 0;
}
#index-body .init-5 .form form li input,
#index-body .init-5 .form form li textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: .5em;
  background-color: transparent;
}
#index-body .init-5 .form form li input::-webkit-input-placeholder, #index-body .init-5 .form form li textarea::-webkit-input-placeholder {
  color: white;
}
#index-body .init-5 .form form li input:-moz-placeholder, #index-body .init-5 .form form li textarea:-moz-placeholder {
  color: white;
}
#index-body .init-5 .form form li input::-moz-placeholder, #index-body .init-5 .form form li textarea::-moz-placeholder {
  color: white;
}
#index-body .init-5 .form form li input:-ms-input-placeholder, #index-body .init-5 .form form li textarea:-ms-input-placeholder {
  color: white;
}
#index-body .init-5 .form form li input::placeholder,
#index-body .init-5 .form form li textarea::placeholder {
  color: white;
}
#index-body .init-5 .form form li textarea {
  height: 4.375em;
}
#index-body .init-5 .form form li button {
  max-width: 16.11111111em;
  height: 2.5em;
  border-radius: 2em;
  background-color: var(--color);
  width: 100%;
  border: none;
  margin-top: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .form form li button:hover {
  background-color: black;
}
#footer {
  background-color: black;
  color: white;
}
#footer .footer-top #ewm {
  max-width: 130px;
  border: 4px solid white;
  margin-left: auto;
  margin-right: auto;
}
#footer .footer-top .nav li {
  margin-bottom: .1em;
}
#footer .footer-top .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .nav li ul {
    display: none;
}
#footer .footer-top .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav li a:hover {
  color: var(--color);
}
#footer .footer-top .info {
  max-width: 330px;
  line-height: 1.6;
}
#footer .footer-top .info li {
  margin-bottom: 1.6em;
}
#footer .footer-top .info li:last-child {
  margin-bottom: 0;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #5a5a5a;
}
#footer .footer-bottom .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: #5a5a5a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: white;
}
@media screen and (max-width: 1700px) {
  #index-body .init-3 .right {
    margin-right: -10%;
  }
  #header .nav .ui.menu {
    height: 80px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-3 .right {
    margin-right: -3%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .list {
    position: static;
  }
  #banner .list ul {
    padding: 5% 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .slickBox li:before {
    bottom: 0;
  }
  #banner .slickBox li .content {
    top: 50%;
  }
  #banner .slickBox li .content .right {
    margin-right: 0;
  }
  #index-body .init-1 .list .slickBtn .prev {
    left: 2%;
    right: auto;
  }
  #index-body .init-1 .list .slickBtn .next {
    left: auto;
    right: 2%;
  }
  #index-body .init-1 .list .slickBtn div {
    background-color: var(--color);
    color: white;
  }
  #index-body .init-1 .list .slickBtn {
    font-size: 18px;
  }
  #index-body .init-1 .list a.more {
    opacity: 1;
  }
  span.h2 br {
    display: none;
  }
  #index-body .init-3 .right {
    margin-right: 0;
  }
  #footer .footer-top .box .slide:nth-child(2),
  #footer .footer-top .box .slide:nth-child(3) {
    display: none;
  }
  #footer .footer-top #ewm {
    display: none;
  }
  #footer .footer-top .share {
    margin-top: 1em;
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .font-48{

  line-height: 2 !important;
  }
  .font-30{
        font-size: 16px;
  line-height: 30px !important;
  }
  .font-24{
        font-size: 16px;
  line-height: 30px !important;
  }
    .font-18{
        font-size: 16px;
  line-height: 30px !important;
  }
  
  #index-body .init-5 {
    background-image: unset !important;
    padding-bottom: 30px;
  }

  .font-36 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 16px;
  }
  #footer .footer-top .share {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
  }
  #footer .footer-top .box .slide {
    width: 100%;
    text-align: left;
  }
  #footer .footer-bottom .coy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .init-3 .right .txt-center img {
    max-width: 50%;
  }
  #index-body .init-3 .left .list i {
    width: 40px;
  }
  .font-48 {
    font-size: 24px;
  }
  #index-body .init-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .slickBox li .content .left .text {
    display: none;
  }
  #banner .slickBox li .content .left span.h2 {
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .box .slide .logo img {
    max-height: 40px;
  }
  .Auxil-catdes{
      display: none;
  }
  #index-body .init-3 .right .map ul {
    font-size: 10px;
  }
  #index-body .init-3 .right .map ul li img {
    max-width: 20px;
  }
  #banner .list {
    display: none;
  }
  #banner .slickBox li .content .left span.h2 {
    font-size: 16px;
    line-height: 30px;
  }
}
/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

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

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

}
.play2 {
    display: inline-block;
    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%);
}
.play2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: transparent;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.play2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: transparent;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.backtop {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    /*background: var(--color);*/
    color: #fff;
    right: 2%;
    bottom: 120px;
    font-size: 24px;
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.backtop:hover {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    background: #000;
}
/*inner css kaishi*/
.about-banner {
    background: url(../images/about-banner.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 436px;
    text-align: right;
    padding-top: 240px;
}
.about-page .about-1 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.about-page .about-1 .left {
    vertical-align: bottom;
    padding-right: 27px;
    margin-bottom: 15px;
    width: 100%;
}
.about-page .about-1 .left .title {
    margin-top: 2%;
}
.about-page .about-1 .left .con {
    font-size: 16px;
    color: #323232;
    line-height: 1.8;
    margin-top: 30px;
}
.about-page .about-1 .right {
    vertical-align: baseline;
    width: 100%;
}
.about-page .about-1 .play{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    background: var(--color);
    color: white;
    font-size: 30px;
}
.about-page .about-1 .play i{
    position: relative;
    left: 3px;
}
.about-page .about-1 .right .data {
    margin-top: 46px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
    display: inline-block;
    font-weight: 600;
    color: var(--color);
    font-size: 18px;
    line-height: 3.6;
}
.about-page .about-1 .right .data ul li span {
    line-height: 1;
}
.about-page .about-1 .right .data ul li .num {
    font-size: 60px;
    line-height: 0.6;
    display: block;
}
.about-page .about-1 .right .data ul li p {
    margin-top: 12px;
}
.about-page .about-2 {
    padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
    width: 35%;
    padding-top: 54px;
}
.about-page .about-2 .left ul li {
    padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}
.about-page .about-2 .left ul li span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    line-height: 1.6;
    width: 88%;
}
.about-page .about-2 .left ul li:last-child {
    padding-bottom: 0;
}
.about-page .about-2 .right {
    width: 65%;
    position: relative;
}
.about-page .about-2 .right .title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 900;
    max-width: 668px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .right .info {
    margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
    width: 50.81%;
}
.about-page .about-2 .right .info .text {
    width: 49.19%;
    padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
    font-size: 20px;
    color: #323232;
    line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
    margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
    position: absolute;
    z-index: -1;
    bottom: -84px;
    -webkit-animation: xz 2s linear infinite;
    -moz-animation: xz 2s linear infinite;
    animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
    left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
    right: -141px;
}
.about-page .about-2 .right .shadow {
    position: absolute;
    bottom: -110px;
    left: -130px;
}
.about-page .about-3 {
    padding: 5% 0 5%;
    background: url(/aranea/2025/09/16/bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: white;
}
.about-page .about-3 .left {
    width: 32%;
}
.about-page .about-3 .left .title {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
}
.about-page .about-3 .left p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 37px;
}
.about-page .about-3 .left .more {
    color: white;
    margin-top: 36px;
}
.about-page .about-3 .left .more::before {
    background: white;
}
.about-page .about-3 .left .more::after {
    background-color: var(--color);
}
.about-page .about-3 .right {
    width: 68%;
    padding-left: 8.21%;
}
.about-page .about-3 .right ul li .ig {
    padding: 19px 17px;
    margin-left: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
    display: block;
    position: relative;
    z-index: 1;
}
.about-page .about-4 {
    padding-top: 8.1%;
}
.about-page .about-4 .left ul li {
    color: #323232;
}
.about-page .about-4 .left ul li .top em {
    display: inline-block;
    vertical-align: bottom;
    font-size: 60px;
    font-weight: 900;
    line-height: .9;
}
.about-page .about-4 .left ul li .top span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 10px;
}
.about-page .about-4 .left ul li .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 34px;
    margin-bottom: auto;
}
.about-page .about-4 .left ul li .img-box {
    margin-top: 39px;
}
.about-page .about-4 .right {
    vertical-align: bottom;
    color: #323232;
    margin-bottom: 5%;
}
.about-page .about-4 .right .title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
}
.about-page .about-4 .right .con {
    font-size: 20px;
    line-height: 1.8;
    /*font-weight: 300;*/
    margin-top: 59px;
}
.about-page .about-4 .right a {
    display: block;
    /*background: var(--color);*/
    color: white;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    border-radius: 40px;
    padding: 24px 0 23px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 57px;
    overflow: hidden;
}
.about-page .about-4 .right a::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 40px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .right a:hover::after {
    width: 100%;
}
.about-page .about-5 {
    padding: 8.5% 0 0%;
    padding-bottom: 8em;
}
.about-page .about-5 .ui.container{
    max-width: 100%;
    padding: 0;
}
.about-page .about-5 .title {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    color: #323232;
}
.about-page .about-5 .content {
    margin-top: 101px;
}
.about-page .about-5 .content ul {
    margin: 0 -10px;
}
.about-page .about-5 .content ul li {
    padding: 0 10px;
}
.about-page .about-5 .content ul li .ig {
    position: relative;
    z-index: 1;
}
.about-page .about-5 .content ul li .ig .img-box {
    display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
    width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color);
    width: 100%;
    height: 87%;
    z-index: -1;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 17px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
    top: 50px;
    left: 53px;
    opacity: 1;
}
.about-page .about_process{
    padding-top: 80px;
}
.about-page .about_process ul{
    margin: -20px;
}
.about-page .about_process ul li{
    padding: 20px;
}
.about-page .about_process ul li .title{
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 1680px) {
    .about-page .about-2 .left ul li span {
        width: 86%;
    }
    .about-page .about-2 .right .bicycle {
        zoom: .82;
    }
    .about-page .about-2 .right .shadow {
        zoom: .8;
    }
    .about-page .about-1 .right .data {
        padding: 24px 29px 13px;
    }

}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .right .data ul li .num {
        font-size: 50px;
        line-height: 1;
    }
    .about-page .about-2 .left ul li {
        padding-bottom: 50px;
    }
    .about-page .about-2 .left ul li span {
        font-size: 20px;
        width: 85%;
        padding-left: 10px;
    }
    .about-page .about-2 .right .info .text {
        padding: 12% 0 0 45px;
    }
    .about-page .about-2 .right .info .text .con {
        font-size: 20px;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
    .about-page .about-4 .left {
        padding-right: 30px;
    }
    .about-page .about-4 .left ul {
        margin-right: -40px;
    }
    .about-page .about-4 .left ul li {
        padding-right: 40px;
    }
    .about-page .about-4 .left ul li .top span {
        font-size: 18px;
        width: 67%;
    }
    .about-page .about-4 .left ul li .con {
        font-size: 17px;
    }
    .about-page .about-4 .right .title {
        font-size: 50px;
    }
    .about-page .about-5 .content ul li .ig .text {
        height: 80%;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .left {
        padding-right: 0;
    }
    .about-page .about-1 .right {
        padding-left: 30px;
    }
    .about-page .about-1 .right .data {
        padding: 24px 15px 13px;
    }
    .about-page .about-2 .right .bicycle {
        zoom: .6;
    }
    .about-page .about-2 .left ul li span {
        font-size: 18px;
        width: 82%;
    }
    .about-page .about-2 .right .title {
        font-size: 40px;
    }
    .about-page .about-2 .right .shadow {
        zoom: .6;
    }
    .about-page .about-4 .right .title {
        font-size: 40px;
    }
    .about-page .about-4 .right .con {
        font-size: 18px;
        margin-top: 40px;
    }
    .about-page .about-4 .left ul {
        margin-right: -20px;
    }
    .about-page .about-4 .left ul li {
        padding-right: 20px;
    }
    .about-page .about-4 .left ul li .top em {
        font-size: 50px;
    }
    .about-page .about-4 .left ul li .con {
        font-size: 15px;
    }
    .about-page .about-5 .content ul li .ig:hover .text {
        left: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .left .con {
        margin-top: 30px;
    }
    .about-page .about-2 .left ul li {
        padding-bottom: 30px;
    }
    .about-page .about-2 .left ul li span {
        width: 80%;
        font-size: 16px;
    }
    .about-page .about-2 .right .info .text {
        padding: 7% 0 0 45px;
    }
    .about-page .about-2 .right .info .text .con {
        font-size: 18px;
        line-height: 1.6;
    }
    .about-page .about-2 .right .info .text .more {
        margin: 40px 0 0 70px;
    }
    .about-page .about-3 .left .title {
        font-size: 38px;
    }

    .about-page .about-4 .left ul li .con {
        height: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .about-page .about-4 .right a {
        font-size: 18px;
    }
    .about-page .about-5 .content ul {
        margin-right: -40px;
    }
    .about-page .about-5 .content ul li {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .about-banner {
        height: 300px;
        padding-top: 150px;
    }
    .about-page .about-1 {
        margin-top: 0;
    }
    .about-page .about-1 .left {
        width: 100%;
    }
    .about-page .about-1 .right {
        display: none;
    }
    .about-page .about-2 .left {
        width: 100%;
        padding-top: 0;
    }
    .about-page .about-2 .right {
        width: 100%;
        padding-top: 20px;
    }
    .about-page .about-2 .right .bicycle {
        left: 130px;
        zoom: .55;
    }
    .about-page .about-2 .right .shadow {
        zoom: .55;
        left: 0;
    }
    .about-page .about-3 .left {
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        padding: 20px 0 0;
    }
    .about-page .about-4 .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-4 .left ul li .top em {
        display: block;
    }
    .about-page .about-4 .left ul li .top span {
        width: 100%;
        display: block;
        padding: 0;
        height: 60px;
    }
    .about-page .about-4 .right {
        width: 100%;
        padding-top: 20px;
    }
    .about-page .about-4 .right .con {
        margin-top: 15px;
    }
    .about-page .about-4 .right a {
        margin-top: 20px;
    }
    .about-page .about-5 .title {
        font-size: 50px;
    }
    .about-page .about-5 .content {
        margin-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 {
        padding: 7% 0 10%;
    }
    .about-page .about-2 .right {
        display: none;
    }
    .about-page .about-5 .title {
        font-size: 40px;
    }
    .about-page .about-5 .content {
        margin-top: 20px;
    }
    .about-page .about-5 .content ul {
        margin-right: -20px;
    }
    .about-page .about-5 .content ul li {
        padding-right: 20px;
    }
    .about-page .about-5 .content ul li .ig {
        padding-bottom: 0;
    }
    .about-page .about-5 .content ul li .ig .text {
        position: initial;
        height: auto;
        opacity: 1;
        background: var(--color);
        padding: 10px 0;
    }
    .about-page .about-5 .content ul li .ig:hover .text {
        left: 0;
        top: 0;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-2 .left ul li span {
        width: 78%;
    }
    .about-page .about-3 .left .title {
        font-size: 30px;
    }
    .about-page .about-3 .left p {
        font-size: 15px;
        margin-top: 15px;
    }
    .about-page .about-3 .left .more {
        margin-top: 20px;
    }

    .about-page .about-5 .title {
        font-size: 27px;
    }
}
.font-18 {
    line-height: 1.8;
}
.inner-banner {
    background-position: center center;
    max-width: 1920px;
    margin: 0 auto 0 0;
    height: 355px;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    z-index: 1;
}
.inner-banner.factory_banner{
    height: 155px;
    background: #f3f3f3;
    color: black;
}
.inner-banner .ui.container{
    max-width: 1420px;
}
.inner-banner .text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 34px;
}
.inner-banner .text .title {
    font-size: 30px;
    line-height: 1.8;
    font-weight: 900;
}
.inner-banner .text .mbx {
    font-size: 14px;
    line-height: 2;
    margin-top: 12px;
}
.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner.factory_banner::after{
    content: none;
}
@media screen and (max-width: 1000px) {
    .inner-banner .text .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner {
        height: 300px;
    }
    .inner-banner .text .title {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner {
        height: 240px;
    }
  
}
.inner-page .m-page {
    margin-top: 5%;
    margin-bottom: 7%;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    font-size: 23px;
    color: #474747;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    line-height: 1;
    font-weight: 500;
    margin-right: 45px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover {
    border-color: #474747;
}
.inner-page .m-page span.current {
    border-color: #474747;
}
.download-page {
    background: #eaeaea;
}
.download-page .title {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 900;
    color: #333333;
}
.download-page .download-1 {
    padding-top: 115px;
}
.download-page .download-1 .content {
    margin-top: 72px;
}
.download-page .download-1 .content ul {
    margin: 0 -57px 0 0;
}
.download-page .download-1 .content ul li {
    padding: 0 57px 0 0;
}
.download-page .download-1 .content ul li .img-box .play {
    position: absolute;
    right: 22px;
    bottom: 17px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.download-page .download-1 .content ul li p {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color);
    margin-top: 12px;
    padding-left: 32px;
    position: relative;
    opacity: 0;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
}
.download-page .download-1 .content ul li p::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color);
}
.download-page .download-1 .content ul li:hover .img-box .play {
    opacity: 1;
}
.download-page .download-1 .content ul li:hover p {
    opacity: 1;
}
.download-page .download-2 {
    background: url(../images/download-2.png) no-repeat center bottom #eaeaea;
    background-size: 100% 100%;
    padding: 127px 0 137px;
}
.download-page .download-2 .content {
    padding: 88px 83px 0 76px;
}
.download-page .download-2 .content ul {
    margin-right: -132px;
}
.download-page .download-2 .content ul li {
    padding-right: 132px;
}
.download-page .download-2 .content ul li .ig {
    background: rgba(33, 73, 73, 0.34);
    padding: 47px 72px 88px 36px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.download-page .download-2 .content ul li .ig .icon img {
    display: inline-block;
    vertical-align: bottom;
}
.download-page .download-2 .content ul li .ig .icon span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding-left: 12px;
}
.download-page .download-2 .content ul li .ig .tit {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 35px;
}
.download-page .download-2 .content ul li .ig .download {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 39px;
}
.download-page .download-2 .content ul li .ig:hover {
    background: var(--color);
}
@media screen and (max-width: 1440px) {
    .download-page .download-2 .content {
        padding: 88px 40px 0 40px;
    }
    .download-page .download-2 .content ul {
        margin-right: -80px;
    }
    .download-page .download-2 .content ul li {
        padding-right: 80px;
    }
    .download-page .download-2 .content ul li .ig {
        padding: 47px 36px 88px 36px;
    }
}
@media screen and (max-width: 1280px) {
    .download-page .download-2 .content {
        padding: 88px 20px 0 20px;
    }
    .download-page .download-2 .content ul {
        margin-right: -40px;
    }
    .download-page .download-2 .content ul li {
        padding-right: 40px;
    }
    .download-page .download-2 .content ul li .ig .tit {
        font-size: 32px;
    }
}
@media screen and (max-width: 1000px) {
    .download-page .download-1 {
        padding-top: 60px;
    }
    .download-page .download-1 .content {
        margin-top: 40px;
    }
    .download-page .download-1 .content ul {
        margin: 0 -30px 0 0;
    }
    .download-page .download-1 .content ul li {
        padding: 0 30px 0 0;
    }
    .download-page .download-2 {
        padding: 60px 0;
    }
    .download-page .download-2 .content {
        padding: 60px 0 0;
    }
    .download-page .download-2 .content ul {
        margin-right: -20px;
    }
    .download-page .download-2 .content ul li {
        padding-right: 20px;
    }
    .download-page .download-2 .content ul li .ig {
        padding: 30px 20px 40px;
    }
    .download-page .download-2 .content ul li .ig .tit {
        font-size: 25px;
        margin-top: 25px;
    }
    .download-page .download-2 .content ul li .ig .download {
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .download-page .title {
        font-size: 32px;
    }
    .download-page .download-1 {
        padding-top: 30px;
    }
    .download-page .download-1 .content {
        margin-top: 20px;
    }
    .download-page .download-2 {
        padding: 30px 0;
    }
    .download-page .download-2 .content ul li .ig .icon span {
        font-size: 18px;
    }
    .download-page .download-2 .content ul li .ig .tit {
        font-size: 22px;
    }
    .download-page .download-2 .content ul li .ig .download {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .download-page .title {
        font-size: 25px;
    }
    .product2-page .i-product h1{
font-size: 16px;
padding-bottom: 20px;
    }
    .inner-page .sidebox{
        padding:4rem 0px !important;
    }
    .download-page .download-1 .content ul li .img-box .play {
        opacity: 1;
    }
    .download-page .download-1 .content ul li p {
        opacity: 1;
    }
}
.contact-page {
    padding: 150px 0 78px;
}
.contact-page .contact-1 .left {
    width: 43.35%;
}
.contact-page .contact-1 .left ul {
    margin: 0 -69px -34px 0;
}
.contact-page .contact-1 .left ul li {
    padding: 0 69px 34px 0;
    position: relative;
}
.contact-page .contact-1 .left ul li span {
    position: absolute;
    left: 0;
    bottom: 54px;
}
.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
    width: 100%;
    height: 50px;
    font-size: 16px;
    /*font-weight: 300;*/
    color: #3d3d3d;
    padding: 0 30px;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}
.contact-page .contact-1 .left ul li input::-webkit-input-placeholder, .contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
    color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-moz-placeholder, .contact-page .contact-1 .left ul li textarea:-moz-placeholder {
    color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::-moz-placeholder, .contact-page .contact-1 .left ul li textarea::-moz-placeholder {
    color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-ms-input-placeholder, .contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
    color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
    color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
    border-color: var(--color);
}
.contact-page .contact-1 .left ul li textarea {
    height: 70px;
    padding-top: 6px;
}
.contact-page .contact-1 .left ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .left ul li.wid-100 span {
    bottom: initial;
    top: 0;
}
.contact-page .contact-1 .left .bottom {
    margin-top: 62px;
}
.contact-page .contact-1 .left .bottom a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    /*background: var(--color);*/
    color: white;
    padding: 22px 48px 21px;
    /*text-transform: uppercase;*/
    position: relative;
    z-index: 1;
    border-radius: 35px;
    overflow: hidden;
}
.contact-page .contact-1 .left .bottom a::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .left .bottom a:hover::after {
    width: 100%;
}
.contact-page .contact-1 .left .bottom span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
}
.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: solid 1px #9d9d9d;
}
.contact-page .contact-1 .left .bottom span em {
    display: inline-block;
    /*vertical-align: middle;*/
    padding-left: 11px;
}
.contact-page .contact-1 .right {
    width: 56.65%;
    padding-left: 10.1%;
}
.contact-page .contact-1 .right .title {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 900;
    /*color: var(--color);*/
}
.contact-page .contact-1 .right .con {
    font-size: 16px;
    line-height: 1.8;
    /*color: var(--color);*/
    margin-top: 23px;
}
.contact-page .contact-1 .right ul li {
    margin-top: 25px;
}
.contact-page .contact-1 .right ul li p {
    font-size: 20px;
    line-height: 2;
    color: var(--color);
    font-weight: 400;
}
.contact-page .contact-1 .right ul li:last-child {
    width: 76%;
}
.contact-page .contact-2 {
    margin-top: 144px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.contact-page .contact-2 #mapContainer {
    height: 526px;
}
@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5%;
    }
    .contact-page .contact-1 .right ul li:last-child {
        width: 100%;
    }
    .contact-page .contact-1 .left ul {
        margin: 0 -40px -34px 0;
    }
    .contact-page .contact-1 .left ul li {
        padding: 0 40px 34px 0;
    }
    .contact-page .contact-1 .right .title {
        font-size: 36px;
    }
    .contact-page .contact-2 {
        margin-top: 80px;
    }
    .contact-page .contact-1 .left .bottom span {
        padding-left: 5px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page {
        padding: 60px 0;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .contact-page .contact-2 {
        margin-top: 60px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 450px;
    }
}
.seoPublic .Auxil-news .list ul li .content time{
    line-height: 2;
}
@media screen and (max-width: 700px) {
    .contact-page {
        padding: 30px 0;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6{
        min-height: 6em!important;
    }
    .seoPublic .Auxil-about .box .right div.h3{
        line-height:1.8 !important;
    }
    .contact-page .contact-1 .left .bottom {
        margin-top: 30px;
    }
    .contact-page .contact-1 .left .bottom a {
        padding: 15px 25px;
        font-size: 18px;
    }
    .contact-page .contact-1 .left .bottom span {
        display: block;
        margin-top: 10px;
    }
    .contact-page .contact-1 .right .title {
        font-size: 32px;
    }
    .contact-page .contact-1 .right ul li p {
        font-size: 18px;
    }
    .contact-page .contact-2 {
        margin-top: 30px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 350px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .right .title {
        font-size: 26px;
    }
    .contact-page .contact-1 .right ul li p {
        font-size: 16px;
    }
}
.service-page {
    padding: 0 0 0px;
}
/*.service-page .service-1 {
  margin-top: -121px;
}*/
.service-page .service-1 .left {
    vertical-align: middle;
    color: #474747;
    width: 54%;
    padding-top: 95px;
}
.service-page .service-1 .left .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}
.service-page .service-1 .left .con {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
}
.service-page .service-1 .right {
    width: 51%;
    vertical-align: middle;
    padding-left: 0;
    margin-right: -5%;
    padding-left: 55px;
}
.service-page .service-1 .right .img {
    position: relative;
    z-index: 1;
    padding-top: 121px;
}
.service-page .service-1 .right .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 11%;
    width: 64.4%;
    height: 91%;
    background: #f3f3f3;
    z-index: -1;
}
.service-page .service-2 .left {
    vertical-align: bottom;
    width: 49.44%;
}
.service-page .service-2 .left .title {
    font-size: 26px;
    color: #474747;
    font-weight: bold;
    line-height: 1.5;
}
.service-page .service-2 .left .img {
    display: inline-block;
    position: relative;
    margin-top: 31px;
}
.service-page .service-2 .left .img .play {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
}
.service-page .service-2 .left .img .play i {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.service-page .service-2 .left .img .play i::before,
.service-page .service-2 .left .img .play i::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.service-page .service-2 .left .img .play i::before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.service-page .service-2 .right {
    vertical-align: bottom;
    margin-bottom: 22px;
    width: 50.56%;
}
.service-page .service-2 .right ul {
    margin-bottom: -29px;
}
.service-page .service-2 .right ul li {
    padding-bottom: 29px;
}
.service-page .service-2 .right ul li em {
    font-size: 23px;
    color: #474747;
    font-weight: bold;
    line-height: 1.4;
}
.service-page .service-2 .right ul li .progress {
    height: 11px;
    background-color: #dadada;
    border-radius: 8px;
    position: relative;
    width: 100%;
}
.service-page .service-2 .right ul li .progress i {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: var(--color);
    -webkit-transition: 5s;
    -moz-transition: 5s;
    transition: 5s;
}
.service-page .service-2 .right ul li:nth-child(1) .progress i {
    width: 24%;
}
.service-page .service-2 .right ul li:nth-child(2) .progress i {
    width: 24%;
}
.service-page .service-2 .right ul li:nth-child(3) .progress i {
    width: 49.15%;
}
/*.service-page .service-2 .right ul.active li .progress i {
  width: 0 !important;
}*/
.service-page .service-3 {
    padding: 97px 0 0px;
}
.service-page .service-3 .title {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    color: #474747;
}
.service-page .service-3 .content {
    margin-top: 22px;
}
.service-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -3.05%;
}
.service-page .service-3 .content ul li {
    width: 30.28%;
    margin-right: 3.05%;
    background: var(--color);
    color: white;
    padding: 32px 50px 60px ;
    text-align: center;
}
.service-page .service-3 .content ul li .tit {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
}
.service-page .service-3 .content ul li p {
    font-size: 18px;
    line-height: 2;
    margin-top: 7px;
}
.service-page .service-4 .cat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.service-page .service-4 .cat-list .item {
    width: 20.6%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.service-page .service-4 .cat-list .item .layer {
    height: 750px;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    transition: .1s ease;
    overflow: hidden;
    position: relative;
}
.service-page .service-4 .cat-list .item .layer .img {
    position: relative;
}
.service-page .service-4 .cat-list .item .layer .img img {
    width: 100%;
    height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
}
.service-page .service-4 .cat-list .item .layer .img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-4 .cat-list .item.active {
    width: 39.2%;
}
.service-page .service-4 .cat-list .item.active .layer .img::after {
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -moz-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
}
.service-page .service-5 {
    text-align: center;
    margin-top: 100px;
    color: #474747;

    margin-bottom: 100px;
}
.service-page .service-5 .title {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}
.service-page .service-5 p {
    font-size: 16px;
    line-height: 1.8;
    max-width: 655px;
    margin: 22px auto 0;
}
.service-page .service-5 .form {
    max-width: 932px;
    margin: 77px auto 0;
}
.service-page .service-5 .form ul {
    margin: 0 -90px -46px 0;
}
.service-page .service-5 .form ul li {
    padding: 0 90px 46px 0;
}
.service-page .service-5 .form ul li input,
.service-page .service-5 .form ul li textarea {
    width: 100%;
    height: 41px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    font-size: 18px;
    font-weight: 600;
}
.service-page .service-5 .form ul li input::-webkit-input-placeholder, .service-page .service-5 .form ul li textarea::-webkit-input-placeholder {
    color: #474747;
}
.service-page .service-5 .form ul li input:-moz-placeholder, .service-page .service-5 .form ul li textarea:-moz-placeholder {
    color: #474747;
}
.service-page .service-5 .form ul li input::-moz-placeholder, .service-page .service-5 .form ul li textarea::-moz-placeholder {
    color: #474747;
}
.service-page .service-5 .form ul li input:-ms-input-placeholder, .service-page .service-5 .form ul li textarea:-ms-input-placeholder {
    color: #474747;
}
.service-page .service-5 .form ul li input::placeholder,
.service-page .service-5 .form ul li textarea::placeholder {
    color: #474747;
}
.service-page .service-5 .form ul li input:focus,
.service-page .service-5 .form ul li textarea:focus {
    border-color: var(--color);
}
.service-page .service-5 .form ul li textarea {
    padding-top: 7px;
}
.service-page .service-5 .form ul li.wid-100 {
    width: 100%;
}
.service-page .service-5 .form ul li span {
    font-size: 26px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: -6px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 25px;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-5 .form ul li span:hover{
    background: #000;
}
.service-page .service-6 {
    padding-top: 117px;
}
.service-page .service-6 .slick-track{
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.service-page .service-6 .ui.container {
    max-width: 1646px;
    width: 100%;
}
.service-page .service-6 ul {
    margin-right: -85px;
}
.service-page .service-6 ul li {
    padding-right: 85px;
}
@media screen and (max-width: 1680px) {
    .service-page .service-3 .content ul {
        margin-right: -2%;
    }
    .service-page .service-3 .content ul li {
        width: 31.33%;
        margin-right: 2%;
        padding: 32px 30px 60px;
    }
}
@media screen and (max-width: 1440px) {
    .service-page .service-1 {
        margin-top: -80px;
    }
    .service-page .service-3 .content ul li .tit {
        font-size: 27px;
        line-height: 1.6;
    }
    .service-page .service-3 .content ul li p {
        font-size: 17px;
    }
    .service-page .service-4 .cat-list .item .layer {
        height: 600px;
    }
    .service-page .service-4 .cat-list .item .layer .img img {
        height: 600px;
    }
}
@media screen and (max-width: 1280px) {
    .service-page .service-2 .left {
        padding-right: 2.44%;
    }
    .service-page .service-3 .content ul {
        margin-right: -1%;
    }
    .service-page .service-3 .content ul li {
        width: 32.33%;
        margin-right: 1%;
        padding: 32px 20px;
    }
    .service-page .service-3 .content ul li .tit {
        font-size: 25px;
    }
    .service-page .service-3 .content ul li p {
        font-size: 16px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 1100px) {
    .service-page .service-1 .right {
        padding-left: 0;
    }
    .service-page .service-3 .content ul li .tit {
        font-size: 23px;
    }
    .service-page .service-3 .content ul li p {
        font-size: 15px;
    }
    .service-page .service-4 .cat-list .item .layer {
        height: 550px;
    }
    .service-page .service-4 .cat-list .item .layer .img img {
        height: 550px;
    }
}
@media screen and (max-width: 1000px) {
    .service-page {
        padding-bottom: 60px;
    }
    .service-page .service-1 {
        margin-top: 0;
    }
    .service-page .service-1 .left {
        width: 100%;
        padding-top: 30px;
    }
    .service-page .service-1 .left .con {
        margin-top: 0;
    }
    .service-page .service-1 .right {
        display: none;
    }
    .service-page .service-2 .left {
        width: 100%;
        padding: 0;
    }
    .service-page .service-2 .left .img {
        margin-top: 15px;
        width: 100%;
    }
    .service-page .service-2 .left .img img {
        width: 100%;
    }
    .service-page .service-2 .right {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .service-page .service-3 {
        padding: 60px 0;
    }
    .service-page .service-3 .content ul li {
        padding: 32px 15px;
    }
    .service-page .service-4 .cat-list .item .layer {
        height: 450px;
    }
    .service-page .service-4 .cat-list .item .layer .img img {
        height: 450px;
    }
    .service-page .service-5 {
        margin-top: 60px;
    }
    .service-page .service-5 .form ul {
        margin: 0 -20px -30px 0;
    }
    .service-page .service-5 .form ul li {
        padding: 0 20px 30px 0;
    }
    .service-page .service-6 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .service-page {
        padding-bottom: 30px;
    }
    .service-page .service-3 {
        padding: 30px 0;
    }
    .service-page .service-3 .content ul {
        margin-bottom: -20px;
    }
    .service-page .service-3 .content ul li {
        width: 49%;
        margin-bottom: 20px;
    }
    .service-page .service-3 .content ul li .tit {
        font-size: 20px;
    }
    .service-page .service-4 {
        display: none;
    }
    .service-page .service-5 {
        margin: 0;
    }
    .service-page .service-5 .form {
        margin: 20px auto 0;
    }
    .service-page .service-5 .form ul li:nth-child(3) {
        width: 100%;
    }
    .service-page .service-6 {
        padding-top: 30px;
    }
    .service-page .service-6 ul {
        margin-right: -30px;
    }
    .service-page .service-6 ul li {
        padding-right: 30px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-1 .left .title {
        font-size: 32px;
    }
    .service-page .service-1 .left .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-2 .left .img .play i {
        width: 20%;
    }
    .service-page .service-2 .right ul {
        margin-bottom: -15px;
    }
    .service-page .service-2 .right ul li {
        padding-bottom: 15px;
    }
    .service-page .service-2 .right ul li em {
        font-size: 20px;
    }
    .service-page .service-3 .title {
        font-size: 30px;
    }
    .service-page .service-3 .content ul {
        margin-right: 0;
    }
    .service-page .service-3 .content ul li {
        width: 100%;
        margin-right: 0;
    }
    .service-page .service-5 .title {
        font-size: 30px;
    }
    .service-page .service-5 p {
        margin: 0 auto;
    }
}
.faq-page .marginBox {
    padding: 110px 0 100px;
    text-align: center;
}
.faq-page .marginBox .box {
    margin-top: 50px;
    text-align: left;
}
.faq-page .marginBox .box .left {
    width: 40%;
}
.faq-page .marginBox .box .left .box2 {
    padding: 50px 35px;
    /*background: var(--color);*/
}
.faq-page .marginBox .box .left .box2 .slide {
    padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1.8em;
    display: block;
    color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1em;
    line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
    display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
    margin-bottom: 0;
}
.faq-page .marginBox .box .right {
    width: 60%;
    padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
    font-weight: bold;
    font-size: 18px;
    color: #242424;
    text-align: right;
    display: block;
    position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
    content: '';
    background: black;
    height: 2px;
    width: 100%;
    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%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i: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 .marginBox .box .right .list ul li .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    margin: 30px 0;
    display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
    background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft {
    width: 70%;
    padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
    width: 30%;
    padding: 25px;
    background: #f3f3f3;
    position: sticky;
    top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
    font-size: 20px;
    font-weight: bold;
    color: #242424;
    line-height: 1.2;
    margin-bottom: .8em;
    display: block;
    margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
    margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 50px;
    height: 50px;
    border: 1px solid #bfbfbf;
    background-color: white;
    font-size: 18px;
    color: #8e8e8e;
    padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
    border: none;
    background-color: transparent;
    width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
    width: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
    font-size: 18px;
    line-height: 1.2;
    color: #8e8e8e;
    padding: .5em 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;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
    content: '';
    border: 3px solid var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
    border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
    color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList 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;
    padding: 20px 0;
    border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
    /*width: 34%;*/
    margin-right: 15px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
    display: block;
    font-size: 16px;
    color: #8e8e8e;
    line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
    font-size: 18px;
    color: #242424;
    line-height: 1.5;
    margin-top: .3em;
    display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
    margin-top: 30px;
    height: 460px;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
    font-size: 16px;
    color: white;
    line-height: 2;
    padding: 2em;
}
.testimonials-page .marginBox {
    padding: 100px 0 65px;
    text-align: center;
}
.testimonials-page .options {
    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;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 110px;
}
.testimonials-page .options span {
    font-size: 20px;
    font-weight: bold;
    width: 360px;
    margin-right: 1em;
    height: 2.5em;
    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;
    padding: 0 .75em;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    cursor: hand;
    background: #eee;
    margin-bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.testimonials-page .options span em {
    color: #bfbfbf;
}
.testimonials-page .options span.active {
    background-color: white;
    border-bottom-color: transparent;
}
.testimonials-page .ret .list {
    margin: 0;
}
.testimonials-page .ret .list ul {
    margin: -30px -15px;
    text-align: left;
}
.testimonials-page .ret .list ul li {
    padding: 30px 15px;
    text-align: center;
}
.testimonials-page .ret .list ul li a {
    display: block;
    position: relative;
}
.testimonials-page .ret .list ul li a img {
    width: 100%;
}
.testimonials-page .ret .list ul li a span {
    width: 40px;
    height: 40px;
    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%);
    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;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
    width: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
    opacity: 1;
}
span.txt {
    font-size: 24px;
    color: var(--color);
    display: block;
    line-height: 2;
    margin-bottom: 0.5em;
}
.inner-page span.h2 {
    font-size: 60px;
    font-weight: bold;
    color: #242424;
    line-height: 1.3;
    margin-bottom: 20px;
    display: block;
}
.inner-page span.h2 i {
    font-size: 83.33333333%;
}
@media screen and (max-width: 1600px) {
    .faq-page .marginBox .box .left .box2 {
        padding: 30px 20px;
    }
    .faq-page .marginBox .box .left .box2 .slide span.h6 {
        font-size: 16px;
        margin-bottom: 1em;
    }
    .faq-page .marginBox .box .left .box2 .slide .nav ul li {
        font-size: 16px;
        margin-bottom: .8em;
    }
    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px;
    }
    .faq-page .marginBox .box .right .list ul li .text {
        margin: 20px 0;
    }
    .faq-page .marginBox .box .right .list ul li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .faq-page .marginBox {
        padding: 90px 0;
    }
    .testimonials-page .options span {
        font-size: 18px;
        width: 280px;
    }
    .testimonials-page .options {
        margin-top: 60px;
    }
    .testimonials-page .ret .list ul li {
        padding: 10px;
    }
    .testimonials-page .ret .list ul {
        margin: -10px;
    }
    span.txt {
        font-size: 20px;
    }
    .inner-page span.h2{
        font-size: 48px;
    }
}
@media screen and (max-width: 1450px) {
    .testimonials-page .marginBox {
        padding: 60px 0;
    }
    .testimonials-page .options span {
        font-size: 16px;
        width: 220px;
    }
    .testimonials-page .options {
        margin-top: 30px;
    }
    span.txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 1250px) {
    .faq-page .marginBox .box {
        margin-top: 30px;
    }
    .faq-page .marginBox .box .right {
        width: 100%;
        padding-left: 0;
    }
    .faq-page .marginBox .box .left {
        display: none;
    }
    .testimonials-page .options span {
        font-size: 14px;
        width: 200px;
    }
}
@media screen and (max-width: 1000px) {
    .body-overflow-box{
        overflow: hidden !important;
    }
    .inner-page .sideBarBox .sideBarLeft {
        width: 100%;
        padding-right: 0;
    }
    .inner-page .sideBarBox .sideBarRight {
        display: none;
    }
    .testimonials-page .options {
        display: none;
    }
    span.txt {
        font-size: 14px;
    }
    .testimonials-page .ret .list ul li{
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 14px;
        padding-left: 10px;
        line-height: 2;
    }
    .faq-page .marginBox .box .right .list ul li span.title i{
        width: 10px;
        height: 10px;
        font-size: 14px;
    }
    .testimonials-page .options span {
        font-size: 14px;
        width: 140px;
    }
}
@media screen and (max-width: 500px) {
    .testimonials-page .ret .list ul li {
        width: 50%;
    }
    .testimonials-page .marginBox {
        padding: 30px 0;
    }
}

.production-page{
    position: relative;
    padding-bottom: 100px;
    z-index: 2;
}
.production-page .init-1{
    padding-top: 80px;
}
.production-page .init-1 .container .tips_des{
    color: #9f9999;
    margin-top: 20px;
}
.production-page .init-1 .container .content{
    margin-top: 40px;
}
.production-page .init-1 .container .content ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.production-page .init-1 .container .content .list{
    margin-top: 30px;
    width: 33.33%;
    padding: 0 20px;
}
.production-page .init-1 .container .content .list .box{
    box-shadow: 0 10px 40px 10px rgba(136,141,163,.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}
.production-page .init-1 .container .content .list .box .img img{
    width: 100%;
}
.production-page .init-1 .container .content .list .cont{
    padding: 30px 30px 25px;
}
.production-page .init-1 .container .content .list .cont .des{
    margin-top: 16px;
    color: #9f9999;
}
.production-page .init-2{
    margin-top: 100px;
}

.production-page .init-2 .container .title_list{
    padding-top: 30px;
}
.production-page .init-2 .container .title_list .list{
    width: 20%;
    margin-top: 30px;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
.production-page .init-2 .container .title_list .list .sub{
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: var(--color);
}
.production-page .init-2 .container .title_list .list .column{
    vertical-align: middle;
}
.production-page .init-2 .container .title_list .list .num{
    font-size: 40px;
    width: 75px;
    font-weight: bold;
}
.production-page .init-2 .container .title_list .list .cont{
    color: rgba(153,153,153,.5);
}
.production-page .init-2 .container .title_list .list .cont .text{
    width: calc(100% - 90px);
    font-size: 16px;
}
.production-page .init-2 .container .title_list .slick-current .list .cont,
.production-page .init-2 .container .title_list .list:hover .cont,
.production-page .init-2 .container .title_list .list.active .cont{
    color: var(--color);
}

.production-page .init-2 .container .content_list{
    margin-top: 60px;
}
.production-page .init-2 .container .content_list .slick-current .list{
    display: block !important;
}
.production-page .init-2 .container .content_list .list .left{
    width: 45%;
    vertical-align: middle;
}
.production-page .init-2 .container .content_list .list .right{
    width: 55%;
    vertical-align: middle;
    padding-left: 100px;
}
.production-page .init-2 .container .content_list .list .right .des{
    margin-top: 20px;
    line-height: 2;
}
@media screen and (max-width: 1200px){
    .production-page .init-2 .container .title_list .list{
        width: 33.33%;
    }
    .production-page .init-2 .container .title_list .list .sub{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .production-page .init-1{
        text-align: center;
    }
    .production-page .init-1 .container .content ul{
        margin: 0;
    }
    .production-page .init-1 .container .content .list{
        width: 100%;
        padding: 0;
    }
    .production-page .init-2 .container .tip{
        text-align: center;
    }
    .production-page .init-2 .container .content_list .list .left{
        width: 100%;
    }
    .production-page .init-2 .container .content_list .list .right{
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }
}
@media screen and (max-width: 700px){
    .production-page .init-2 .container .title_list .list{
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .production-page{
        padding-bottom: 10px;
    }
    .production-page .init-1 .container .content{
        margin-top: 0;
    }
    .production-page .init-1 .container .content .list .cont{
        padding: 20px 16px;
    }
    .production-page .init-1 .container .content .list .cont .des{
        margin-top: 10px;
    }
    .production-page .init-2{
        margin-top: 40px;
    }
    .production-page .init-2 .container .title_list{
        padding-top: 0;
        display: none;
    }
    .production-page .init-2 .container .title_list .list{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .production-page .init-2 .container .title_list .list .num{
        width: 100%;
        font-size: 30px;
    }
    .production-page .init-2 .container .title_list .list .des{
        width: 100%;
    }
    .production-page .init-2 .container .content_list{
        margin-top: 20px;
    }
    .production-page .init-2 .container .content_list .list{
        display: block;
        margin-top: 30px;
    }
    .production-page .init-2 .container .content_list .list:first-child{
        margin-top: 0;
    }
    .production-page .init-2 .container .content_list .list .right{
        margin-top: 20px;
    }
    .production-page .init-2 .container .content_list .list .right .des{
        margin-top: 10px;
    }

}

.test-page .test-1{
    padding-top: 90px;
}
.test-page .test-1 .box{
    margin: 0 -45px;
    margin-bottom: 100px;
}
.test-page .test-1 .box .column{
    padding: 0 45px;
    vertical-align: middle;
}
.test-page .test-1 .box .des{
    font-size: 18px;
    line-height: 26px;
    color: #494949;
    margin-top: 20px;
}
.custom-page .custom-1{
    padding: 70px 0;
    text-align: center;
}
.custom-page .custom-1 .ui.container{
    max-width: 1390px;
}
.custom-page .custom-1 .des{
    font-size: 18px;
    line-height: 26px;
    color: #494949;
    margin: 20px auto 35px;
    max-width: 950px;
}
.custom-page .custom-1 ul{
    margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
    padding: 0 45px;
    text-align: center;
}
.custom-page .custom-1 ul li .num{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid var(--color);
    margin: auto;
}
.custom-page .custom-1 ul li .title{
    font-size: 18px;
    margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
    font-size: 15px;
    line-height: 26px;
    color: #494949;
}
.custom-page .custom-2 .box{
    background: #f4f4f4;
    padding: 60px;
}
.custom-page .custom-2 .box ul{
    margin: -35px;
}
.custom-page .custom-2 .box ul li{
    padding: 35px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}
.custom-page .custom-2 .box ul li .title{
    display: inline-block;
    background: #000000;
    color: white;
    padding: 5px 15px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}
.custom-page .custom-2 .box ul li .img-box i.iconfont {
    width: 2em;
    height: 2em;
    border-radius: 5px;
    background-color: transparent;
    color: transparent;
    position: absolute;
    left: .5em;
    top: .5em;
    font-weight: bold;
    border: 1px solid var(--color);
}
.custom-page .custom-2 .box ul li.active .img-box i.iconfont {
    background-color: var(--color);
    color: white;
}
.custom-page .custom-2 .box ul li .img-box i.iconfont:before {
    font-size: 1.5em;
}
.custom-form{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-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;
}
.custom-form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .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);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-right: 2px;
}
.custom-form form ul li input,
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}


/*jiangshanjiayang css add*/

.service-page {
    padding: 120px 0 80px;
}
.service-page .service-1 {
    padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
    padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
    margin-bottom: 20px;
    line-height: 1.4;
}
.service-page .service-1 #index-body .about .top .text h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #181818;
    font-weight: 400;
    margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}

.service-page .service-1 #index-body .about .top .img {
    text-align: right;
    padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about .top .img .i2 {
    position: absolute;
    left: 0;
    bottom: -25px;
    top: auto;
    z-index: 1;
}
.service-page .service-2 {
    background: #f9f9f9;
    padding: 100px 0;
}
.service-page .service-2 .header {
    width: 70%;
    margin: 0 auto;
}
.service-page .service-2 .header .title{
    line-height: 1.2;
    margin-top: 12px;
}
.service-page .service-2 .content {
    margin-top: 60px;
}
.service-page .service-2 .content ul {
    margin-right: -30px;
}
.service-page .service-2 .content ul li {
    padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
    text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
    display: block;
    /*width: 60%;*/
    margin: 0 auto;
    border-radius: 3%;
}
.service-page .service-2 .content ul li .ig .text {
    padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
    font-size: 17px;
    color: #83827F;
    line-height: 1.6;
    text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-top: 10px;
    font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
    font-size: 16px;
    line-height: 30px;
    color: #83827F;
    margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
    width: 47px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid #d1d0c8;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 25px;
    display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
    display: inline-block;
    vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
    background: #0071bd;
    border-color: #0071bd;
}
.service-page #index-body .init1 h3 {
    width: 46%;
}
.service-page #index-body .rate {
    padding: 100px 0 30px;
}
.service-page #index-body .rate .content{
    margin-top: 50px;
}
.service-page #index-body .rate .content ul{
    margin: -15px;
}
.service-page #index-body .rate .content ul li{
    padding: 15px;
}
.service-page #index-body .rate .content ul li .box{
    background: #f5f5f5;
    padding: 30px;
    min-height: 300px;
    border-radius: 27px;
}

.service-page #index-body .rate .content ul li .box .title{
    display: block;
    font-weight: bold;
    font-size: 26px;
    margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc{
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
    color: #7b7b7b;
}
.service-page .service-3 {
    padding: 120px 0;
}
.service-page .service-3 .top .img {
    vertical-align: middle;
}
.service-page .service-3 .top .img .info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 70px;
    width: 100%;
}
.service-page .service-3 .top .img img {
    width: 48.2%;
    margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
    padding-left: 48px;
    vertical-align: middle;
}
.service-page .service-3 .top .text .box {
    width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
    line-height: 1.2;
    width: 90%;
}
.service-page .service-3 .top .text .box p {
    font-size: 17px;
    line-height: 1.8;
    color: #83827F;
    margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
    padding: 21px 29px 20px 28px;
    margin-top: 45px;
}
.service-page .service-3 .bottom {
    padding-top: 120px;
}
.service-page .service-3 .bottom ul {
    margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
    text-align: center;
    padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
    display: inline-block;
    height: 69px;
}
.service-page .service-3 .bottom ul li i img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
    padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
    font-size: 26px;
    line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
    font-size: 17px;
    line-height: 1.6;
    color: #83827F;
    margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
    margin-top: 5px;
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
    display: inline-block;
    vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.service-page #index-body .init1 h3 {
    width: 55%;
    color: #fff;
    font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
}
.service-page #index-body .init1 .more{
    background: white;
    color: black;
}
.service-page #index-body .init1 .more:hover{
    color: white;
    background: #000;
}
@media screen and (max-width: 1680px) {
    .service-page .service-3 .top .text .box h2.title {
        width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .service-page {
        padding: 100px 0;
    }
    .service-page .service-1 {
        padding-bottom: 60px;
    }

    .service-page .service-2 {
        padding: 100px 0;
    }
    .service-page .service-3 .top .img {
        width: 55%;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 40px;
    }
    .service-page .service-3 .top .text {
        width: 45%;
    }
    .service-page .service-3 .top .text .box {
        width: 100%;
    }
    .service-page .service-3 {
        padding: 100px 0;
    }
    .service-page .service-3 .bottom {
        padding-top: 100px;
    }
    .service-page #index-body .rate .content ul li .box .title{
        font-size: 20px;
        line-height: 36px;
    }
    .service-page #index-body .rate .content ul li .box .desc{
        min-height: 162px;
    }

}
@media screen and (max-width: 1100px) {
    .service-page .service-1 #index-body .about .top .img {
        padding: 0 0 50px 30px;
    }
}
@media screen and (max-width: 1000px) {
    .service-page {
        padding: 60px 0;
    }
    #index-body .init1 .info{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-page #index-body .init1 h3{
        width: 100%;
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .service-page .service-1 #index-body .about .top .text {
        padding-right: 0;
        width: 100%;
    }
    .service-page .service-1 #index-body .about .top .img{
        width: 100%;
        margin-top: 25px;
    }
    .service-page .service-1 {
        padding-bottom: 60px;
    }
    .service-page .service-2 {
        padding: 60px 0;
    }
    .service-page .service-2 .content ul li .ig .text h3 {
        min-height: 60px;
    }
    .service-page .service-3 {
        padding: 60px 0;
    }
    .service-page .service-3 .top .img {
        width: 100%;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 40px 0 20px;
    }
    .service-page .service-3 .top .text {
        width: 100%;
        padding: 20px 20px 0;
    }
    .service-page .service-3 .bottom {
        padding-top: 60px;
    }
    .service-page .service-3 .bottom ul {
        margin-right: -20px;
    }
    .service-page .service-3 .bottom ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .service-page {
        padding: 30px 0;
    }
    .service-page .service-1 #index-body .about .top .text h3 {
        margin-top: 12px;
    }
    .service-page .service-1 {
        padding-bottom: 30px;
    }
    .service-page .service-2 {
        padding: 30px 0;
    }
    .service-page .service-2 .header {
        width: 100%;
    }
    .service-page .service-2 .content {
        margin-top: 20px;
    }
    .service-page .service-2 .content ul {
        margin-right: -15px;
    }
    .service-page .service-2 .content ul li {
        padding-right: 15px;
    }
    .service-page .service-2 .content ul li .ig .text {
        padding-top: 14px;
    }
    .service-page .service-2 .content ul li .ig .text span {
        font-size: 15px;
    }
    .service-page .service-2 .content ul li .ig .text h3 {
        font-size: 24px;
        line-height: 1.6;
    }

    .service-page .service-3 .top .text .box .more {
        margin-top: 20px;
    }
    .service-page .service-3 .bottom {
        padding-top: 30px;
    }
    .service-page .service-3 .bottom ul li .text h3 {
        font-size: 20px;
    }
    .service-page .service-3 .bottom ul li .text p {
        font-size: 15px;
    }
    .service-page .service-3 .bottom ul {
        margin-bottom: -20px;
    }
    .service-page .service-3 .bottom ul li {
        padding-bottom: 20px;
    }
    .service-page .service-3 {
        padding: 30px 0;
    }
}
@media screen and (max-width: 500px) {
    .service-page #index-body .about .top .text .btn a.link {
        display: block;
        margin: 10px 0 0 0;
    }
    .service-page .service-3 .top .text .box p {
        font-size: 15px;
        line-height: 30px;
    }
    .service-page .service-3 .top .text .box .more {
        padding: 12px 18px;
    }
    #index-body .about .top .text .btn a.link em {
        padding: 10px;
    }
    .service-page .service-3 .top .img img {
        margin-right: 10px;
        width: 49.5%;
    }
    .service-page .service-3 .top .img img:last-child {
        margin: 0 0 0 10px;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 30px 0 20px;
    }
}


.design-page .design-1{
    padding-top:8em;
}
.design-page .design-1 .ui.container{
    max-width: 100%;
    padding: 0 100px;
}
.design-page .design-2 {
    padding: 140px 0 110px;
}
.design-page .design-2 .i-title{
    line-height: 1.2;
    margin-bottom: 105px;
    margin-top: 10px;
}
.design-page .design-2 .left .img{
    text-align: right;
}
.design-page .design-2 .right{
    padding-left: 90px;
}
.design-page .design-2 .right .txt{
    font-size: 20px;
    line-height: 36px;
    color: #7b7b7b;
    margin-top: 70px;
}
.design-page .design-3{
    padding-bottom: 120px;
}
.design-page .design-3 .i-title{
    margin-bottom: 48px;
}
.design-page .design-3 ul {
    margin: -40px;
}
.design-page .design-3 ul li{
    padding: 40px;
}
.design-page .design-3 ul .slick-list{
    padding: 0 28%;
}
.design-page .design-3 ul li .box{
    position: relative;
}
.design-page .design-3 ul li .box img{
    width: 100%;
}
.design-page .design-3 ul li .content{
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: white;
    position: absolute;
    left: 0;
    bottom: 18%;
    padding: 20px;
    opacity: 0;
}
.design-page .design-3 ul li .content h4{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}
.design-page .design-3 ul li .content p{
    font-size: 18px;
    font-weight: bold;
}
.design-page .design-3 ul li:hover .content{
    opacity: 1;
}
.design-page .design-3 ul .slick-dots{
    margin: 0;
    text-align: center;
}
.design-page .design-3 ul .slick-dots li{
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #e5e5e5;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.design-page .design-3 ul .slick-dots li button{
    display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active{
    background: #0071bd;
}
.design-page .design-4{
    background: url(../images/design-4-bg.jpg) no-repeat;
    color: white;
    padding: 107px 0 70px;
    background-attachment: fixed;
}
.design-page .design-4 .left{
    position: sticky;
    top: 170px;
}
.design-page .design-4 .left .i-title{
    line-height: 1.2;
}
.design-page .design-4 .right{
    padding-left: 90px;
}
.design-page .design-4 .right ul li{
    padding-left: 140px;
    position: relative;
    padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon{
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: white;
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
}
.design-page .design-4 .right ul li .icon img{
    vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 130%;
    width: 1px;
    height: 262%;
    background: rgba(255,255,255,0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after{
    content: none;
}
.design-page .design-4 .right ul li h4{
    font-size: 30px;
    font-weight: bold;
}
.design-page .design-4 .right ul li .des{
    font-size: 18px;
    line-height: 32px;
    margin-top: 14px;
}
.design-page .design-5 .ui.container{
    max-width: 100%;
    padding-left: 13%;
    padding-right: 0;
}
.design-page .design-5{
    padding: 130px 0 110px;
}
.design-page .design-5 .i-title{
    line-height: 1.2;
}
.design-page .design-5 .wrap{
    padding-left: 15%;
    margin-top: 70px;
}
.design-page .design-5 .wrap .left{
    width: 35.3%;
}
.design-page .design-5 .wrap .left .txt{
    font-size: 20px;
    line-height: 36px;
    color: #7b7b7b;
    margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img{
    width: 100%;
}
.design-page .design-5 .wrap .right{
    width: 64.7%;
    padding-left: 115px;
}
@media screen and (max-width:1600px){
    .design-page .design-5 .ui.container{
        padding-left: 7%;
    }
    .design-page .design-5 .wrap{
        padding-left: 10%;
    }
}
@media screen and (max-width:1450px){
    .design-page .design-4 .right{
        padding-left: 30px;
    }
    .design-page .design-5 .wrap{
        padding-left: 0;
    }
}
@media screen and (max-width:1200px){
    .design-page .design-2 .right{
        padding-left: 50px;
    }
    .design-page .design-3 ul li{
        padding: 20px;
    }
    .design-page .design-3 ul {
        margin: -20px;
    }
    .design-page .design-3 ul li .content h4{
        font-size: 21px;
    }
    .design-page .design-4 .right ul li{
        padding-left: 105px;
        padding-bottom: 40px;
    }
    .design-page .design-4 .right ul li .icon:after{
        height: 225%;
    }
    .design-page .design-5 .wrap .right{
        padding-left: 50px;
    }
}
@media screen and (max-width:1000px){
    .inner-banner{
        padding: 40px 0;
    }
    .design-page .design-1 .ui.container{
        padding: 0 20px;
    }
    .design-page .design-2{
        padding: 60px 0 65px;
    }
    .design-page .design-3 ul .slick-list{
        padding: 0 18%;
    }
    .design-page .design-4 .left{
        position: relative;
        top: 0;
    }
    .design-page .design-4 .right{
        width: 100%;
        margin-top: 20px;
    }
    .design-page .design-5{
        padding: 55px 0 50px;
    }
    .design-page .design-5 .wrap .left{
        width: 100%;
    }
    .design-page .design-5 .wrap .right{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .design-page .design-5 .ui.container{
        padding: 0 15px;
    }
}
@media screen and (max-width:700px){
    .inner-banner h2{
        font-size: 26px;
    }
    .design-page .design-2 .right{
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .design-page .design-2 .left{
        width: 100%;
    }
    .design-page .design-2 .i-title{
        margin-bottom: 30px;
    }
    .design-page .design-3 ul .slick-list{
        padding: 0;
    }
    .design-page .design-3 {
        padding: 0 15px 50px;
    }
    .design-page .design-4 .right{
        padding-left: 0;
    }
}
@media screen and (max-width:500px){
    .design-page .design-4 .right ul li{
        padding-left: 0;
    }
    .design-page .design-4 .right ul li .icon{
        position: relative;
        margin-bottom: 12px;
    }
    .design-page .design-4 .right ul li .icon::after{
        content: none;
    }
}
.font-19{
    font-size: 19px;
}
.font-35{
    font-size: 35px;
}
/*history css add*/
.history-page{
    padding: 10em 0;
}
.history-page .left {
    width: 40%;
    padding-right: 5%;
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}
.history-page .left .dots p {
    margin-top: .5em;
    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;
}
.history-page .left .dots p:before {
    content: '';
    width: 0.36842105em;
    height: 0.36842105em;
    background-color: var(--color);
    margin-right: .5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
}
.history-page .left span.h6 {
    font-style: italic;
}
.history-page .right {
    width: 60%;
}
.history-page .right .list ul li {
    position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    left: 1.23333333em;
    top: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.history-page .right .list ul li:after {
    height: 0;
    background-color: var(--color);
}
.history-page .right .list ul li:first-child {
    padding-top: 0;
}
.history-page .right .list ul li:last-child {
    padding-bottom: 0;
}
.history-page .right .list ul li i {
    min-width: 2.46666667em;
    height: 2.46666667em;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 2.33333333em;
    justify-content: center!important;
    align-items: center!important;
}
.history-page .right .list ul li .content {
    width: 100%;
    background-color: #f2f2f2;
}
.history-page .right .list ul li .content .area {
    padding: 3% 4%;
    width: 55%;
}
.history-page .right .list ul li .content .area .text {
    max-height: 160px;
    overflow: auto;
}
.history-page .right .list ul li .content .area span.h6 {
    line-height: 1;
    color: #333;
}
.history-page .right .list ul li .content .area span.h6 em {
    line-height: 1.2;
    margin-right: .3em;
}
.history-page .right .list ul li .content .img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 42%;
}
.history-page .right .list ul li.active:after {
    height: 100%;
}
.history-page .right .list ul li.active .content .img {
    -webkit-filter: unset;
    filter: unset;
}
@media screen and (max-width: 1000px) {
    .history-page .left {
        position: static;
    }
    .history-page .right .list ul li .content .area {
        padding: 5% !important;
    }
    .history-page .right .list ul li .content .img {
        height: 180px;
    }
}
@media screen and (max-width: 500px) {
    .inner-page span.h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .inner-page span.h6 {
        font-size: 16px;
    }
    .history-page .right .list ul li i {
        margin-right: 1em;
    }
    .history-page .right .list ul li .content .area .text {
        max-height: none;
    }
}

/*//hubang css add kaishi*/
.inner-page h3.title {
    font-size: 40px;
    line-height: 2;
}
.inner-page h3.title em {
    color: var(--color);
}
.inner-page .sidebox {
  padding: 8rem 0px;
  max-width: 1400px;
  margin: auto;
}
.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}
.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: var(--font);
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 0px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  cursor: pointer;
  cursor: hand;
}
.inner-page .sidebox .sideleft .widget ul li i.active {
    transform: rotate(90deg);
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideleft .widget .contact{
  background-color: #0068b7;
  color: white;
  padding: 20px;
  border-radius: 20px;
}
.inner-page .sidebox .sideleft .widget .contact h2{
  font-family: var(--font);
  line-height: 1.8;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i{
  font-size: 24px;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span{
  font-size: 20px;
    line-height: 1.8;
}
.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}
.application-page {
    padding: 5rem 0 5.35rem;
}
.application-page .app-1{
    margin-bottom: 3rem;
    text-align: center;
}
.application-page .app-1 h3{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.application-page .ap-list li {
    margin-bottom: 10.2rem;
}
.application-page .ap-list li .img {
    width: 52.95%;
    vertical-align: middle;
    overflow: hidden;
}
.application-page .ap-list li .text {
    width: 47.05%;
    vertical-align: middle;
    padding-left: 4rem;
    font-size: 16px;
    line-height: 2;
    color: #120e0e;
}
.application-page .ap-list li .text h3 {
    font-size: 35px;
    line-height: 1;
    color: #120e0e;
    margin-bottom: 2.45rem;
    font-weight: bold;
}
.application-page .ap-list li .text p {
    font-size: 16px;
    line-height: 1.5;
    color: #120e0e;
    margin-top: 2.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
        max-height: 6em;
    overflow-y: auto;
}
.application-page .ap-list li .text strong{
    font-weight: bold;
}

.application-page .ap-list li .text .products {
    margin-top: 1rem;
}
.application-page .ap-list li .text .products h4 {
    border-bottom: 1px solid #dbdbdb;
    font-size: 18px;
    /*font-family: 'car';*/
    line-height: 1;
    padding-bottom: 0.85rem;
    color: #767676;
}
.application-page .ap-list li .text .products .content {
    margin-top: 0.9rem;
}
.application-page .ap-list li .text .products .content ul {
    margin-right: -11px;
}
.application-page .ap-list li .text .products .content ul .slick-track {
    margin-left: 0;
    margin-right: auto;
}
.application-page .ap-list li .text .products .content ul .slick-slide {
    padding-right: 11px;
}
.application-page .ap-list li .text .products .content ul li a.img-box {
    display: block;
    background: #f4f2e6;
    position: relative;
}
.application-page .ap-list li .text .products .content ul li a.img-box img {
    width: 100%;
}
.application-page .ap-list li .text .products .content ul li .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    background-color:var(--color);
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .ap-list li .text .products .content ul li .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}
.application-page .ap-list li .text .products .content ul li h5 {
    font-size: 14px;
    color: #151515;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.application-page .ap-list li .text .products .content ul li:hover .icon {
    opacity: 1;
}
.application-page .ap-list li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .application-page .ap-list li .text p {
        margin-top: 1rem;
    }
    .application-page .ap-list li .text .more {
        margin-top: 2rem;
    }
    .application-page .ap-list li .text .products {
        margin-top: 2rem;
    }
    .application-page .ap-list li .text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .application-page .ap-list li .img {
        width: 100%;
    }
    .application-page .ap-list li .text {
        width: 100%;
        padding: 2rem 0 0 0;
    }
    .application-page .ap-list li .text .products h4 {
        font-size: 18px;
    }
}
.prodet-page .prodet-1 .right .gallery ul .slick-track{
    margin-left: 0;
}
.inner-page .ui.container,
.seoPublic .ui.container{
    max-width: 1420px;
}

.seoIndustry{
    background: #fff!important;
}


.about-page2{
    padding: 5em 0;
}
.about-page2 .about-2 {
    padding: 5.5rem 0 4.5rem;
    /*background: url(../images/about-2-bg.jpg) no-repeat center center;*/
    background-size: cover;
    /*background: var(--color);*/
}
.about-page2 .about-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-page2 .about-2 ul li {
    width: 25%;
    text-align: center;
    position: relative;
}
.about-page2 .about-2 ul li:last-child::after {
    display: none;
}
.about-page2 .about-2 ul li::after {
    position: absolute;
    content: "";
    width: 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 5.5rem;
}
.about-page2 .about-2 ul li h4 {
    font-size: 7.2rem;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}
.about-page2 .about-2 ul li h4 span {
    font-weight: 100;
    font-size: 22px;
}
.about-page2 .about-2 ul li p {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin-top: 2.2rem;
}

@media screen and (max-width: 1000px) {
    .about-page2 .about-2 ul li h4 {
        font-size: 3rem;
    }
    .about-page2 .about-2 ul li p {
        font-size: 14px;
    }
    .design-page .design-2 .left{
        width: 100%;
        padding-right: 0;
    }
    .design-page .design-2 .right{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .design-page .design-2 .right .txt{
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .about-page2 .about-2 ul li h4 span {
        font-size: 12px;
    }
    .about-page2 .about-2 ul {
        flex-wrap: wrap;
    }
    .about-page2 .about-2 ul li {
        padding: 10px;
        width: auto;
    }
    .about-page2 .about-2 ul li p {
        font-size: 14px;
    }
    .history-page .left{
        width: 100%;
    }
    .history-page .right{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .about-page2 .about-2 ul li p {
        font-size: 12px;
    }
    .history-page .right .list ul li .content .area{
        width: 100%;
    }
    .history-page .right .list ul li .content .img{
        width: 100%!important;
    }
}
.bgs {
    background-image: -webkit-gradient(linear, left top, right top, from(#4256eb), to(#9234ea));
    background-image: -webkit-linear-gradient(left, #4256eb, #9234ea);
    background-image: -moz-linear-gradient(left, #4256eb, #9234ea);
    background-image: linear-gradient(to right, #4256eb, #9234ea);
}

.product2-page .i-product.cat_pro .ui.container{
    max-width: 1530px;
}
.product2-page .i-product h1{
    text-transform: unset;
}
.product2-page .i-product h1:before{
    margin-top: 14px;
}
.product2-page .i-product .Auxil-catdes{
    font-size: 20px;
    padding-left: 30px;
     overflow-y: scroll;
    max-height: 180px;
}
.product2-page .i-partner{
    background: transparent;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0;
}
.product2-page .i-product{
    background: transparent;
}

.product2-page .i-product ul li .box .content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product2-page .i-product ul li .box .content::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 0;
    background: var(--color);
    z-index: -1;
}
@media screen and (max-width: 700px) {
    .product2-page .i-product .Auxil-catdes{
        padding-left: 0;
    }
}
@media screen and (max-width: 500px) {
    .product2-page .i-product ul li{
        width: 50%;
    }
}
.prodet-page .prodet-1 {
    padding: 0px 0 80px
}
.prodet-page .prodet-1 .left {
    width: 39%
}
.prodet-page .prodet-1 .left a {
    display: block;
    text-align: center;
}
.prodet-page .prodet-1 .left a img{border-radius: 30px;}
.prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 48px;
    position: relative;
    font-size: 16px;
}
.prodet-page .prodet-1 .right table{
    width:100%;
}
.prodet-page .prodet-1 .right .content {
    font-size: 18px;
    line-height: 30px;
    opacity: .51;
    margin: 25px 0 60px
}
.prodet-page .prodet-1 .left .gallery {
    margin-bottom: 40px;
    margin-top: 30px;
    padding:0 30px;
}
.prodet-page .prodet-1 .left .gallery ul {
    margin: -10px;
    position: relative;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow{
    position: absolute;
    top:10px;
    width: 15px;
    height: calc(100% - 20px);
    background-color: #c5c5c5;
    color: transparent;
    left: -15px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    transition: all 0.5s;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow:hover{
    background-color: var(--color);
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow::before{
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: white;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow.slick-next{
    right:-15px;
    left: unset;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow.slick-next::before{
    content:"\f105";
}
.prodet-page .prodet-1 .left .gallery ul .slick-track {
    margin-left: 0
}
.prodet-page .prodet-1 .left .gallery ul li {
    padding: 10px
}
.prodet-page .prodet-1 .left .gallery ul li .img {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.prodet-page .prodet-1 .left .gallery ul li .img img {
    width: auto;
    margin: auto
}
.prodet-page .prodet-1 .right .more_btn .more:after {
    color: #000
}
.prodet-page .prodet-2 ul.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.prodet-page .prodet-2 ul.options li {
    font-size: 18px;
    padding: 0 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 50px;
    position: relative
}
.prodet-page .prodet-2 ul.options li a {
    position: relative
}
.prodet-page .prodet-2 ul.options li a:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--color)
}
.prodet-page .prodet-2 ul.options li.active {
    background: var(--color);
    color: #fff
}
.prodet-page .prodet-2 ul.options li.active a:after {
    background: #fff
}
.prodet-page .prodet-2 .box {
    padding: 70px 0
}
.prodet-page .prodet-2 .box .content {
    font-size: 18px;
}
.prodet-page .prodet-2 .list {
    padding: 70px 0
}
.prodet-page .prodet-2 .list ul {
    margin: -15px
}
.prodet-page .prodet-2 .list ul li {
    padding: 15px;
    text-align: center
}
.prodet-page .prodet-2 .list ul li .img-box {
    background: #f5f5f5;
    border-radius: 10px;
}
.prodet-page .prodet-2 .list ul li p {
    font-size: 18px;
    line-height: 2;
    margin-top: 15px;
    opacity: .51
}

@media screen and (max-width: 1400px) {
    .prodet-page .prodet-1 .left a {
        padding: 0
    }
    .prodet-page .prodet-1 .right .more_btn {
        position: relative;
        left: 0
    }
    .prodet-page .prodet-1 .right h1 {
        padding-right: 0
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .left {
        width: 100%
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
}

@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 ul.options {
        flex-wrap: wrap;
        height: auto
    }
    .prodet-page .prodet-2 .box .seoPublic {
        display: block!important
    }
}
.newdet-page {
  padding: 0px 0;
}
.newdet-page h4.title {
  font-size: 36px;
  line-height: 1.3;
  color: #000000; 
  margin-bottom: 2rem;
}
.newdet-page .time {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
.newdet-page .content {
  padding: 3.5rem 0 7rem;
  font-size: 18px;
  line-height: 1.8;
  color: #000000; 
}
.newdet-page .content h1,
.newdet-page .content h2,
.newdet-page .content h3,
.newdet-page .content h4,
.newdet-page .content h5,
.newdet-page .content h6,
.newdet-page .content strong { 
  font-size: 24px;
}
.newdet-page .m-link {
  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;
}
.newdet-page .m-link a {
  font-size: 16px;
  color: #000000; 
}
.news-page .title {
  text-align: center;
}
.news-page .title h3 {
  font-size: 45px;
  color: #0068b7;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
}
.news-page .title p {
  margin: 0 auto;
  max-width: 730px;
  font-size: 16px;
  line-height: 2;
  color: #000000; 
  font-weight: bold;
}
.news-page .news-1 {
  padding: 120px 0 0;
}
.news-page .news-1 .hot-item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .news-1 .hot-item .left {
  width: 53.5%;
}
.news-page .news-1 .hot-item .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .hot-item .left a img {
  width: 100%;
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .left a:hover img{
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .right {
  width: 46.5%;
  padding-left: 4rem;
  padding-right: 2rem;
}
.news-page .news-1 .hot-item .right .content {
  max-width: 630px;
  margin: 0 0 0 auto;
}
.news-page .news-1 .hot-item .right .content h2 {
   
  line-height: 1.2;
  color: var(--color);
  text-transform: capitalize;
}
.news-page .news-1 .hot-item .right .content h4 {
font-size: 24px;
    font-weight: 600;
    line-height: 2;
    color: #062b00;
    display: -webkit-box;
    margin: 2rem 0;
}
.news-page .news-1 .hot-item .right .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-1 .hot-item .right .content h4 a:hover {
  color: var(--color);
}
.news-page .news-1 .hot-item .right .content span {
  font-size: 16px;
  line-height: 1;
  color: #cececd; 
  display: block;
  margin-bottom: 2rem;
}
.news-page .news-1 .hot-item .right .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-page .news-1 .hot-item .right .content .more {
   
  margin-top: 40px;
   
} 
.news-page .news-2 {
  padding: 8rem 0 0;
}
.news-page .news-2 .news-list {
  margin-top: 2rem;
}
.news-page .news-2 .news-list ul {
  margin: 0 -1.8rem;
  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;
}
.news-page .news-2 .news-list ul li {
  width: 33.3333%;
  padding: 0 1.8rem;
  margin-bottom: 5.7rem;
}
.news-page .news-2 .news-list ul li .news-box .n-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-2 .news-list ul li .news-box .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-2 .news-list ul li .news-box .n-img img {
  width: 100%;
      transition: all .5s ease;
}
.news-page .news-2 .news-list ul li .news-box .n-img span {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  left: 1rem;
  bottom: 1rem;
}
.news-page .news-2 .news-list ul li .news-box .content {
  padding: 1rem;
}
.news-page .news-2 .news-list ul li .news-box .content h4 {
  font-size: 24px;
      font-weight: bold;
  line-height: 33px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  margin-bottom: 15px;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a:hover {
  color: var(--color);
}
.news-page .news-2 .news-list ul li .news-box .content p {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
}
.news-page .news-3 {
  height: 643px;
  background: url(../images/news-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.news-page .news-3 .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
.news-page .news-3 .play::before {
  content: '';
  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.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.news-page .news-3 .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.news-page .news-4 {
  padding: 10rem 0 8rem;
  overflow: hidden;
}
.news-page .news-4 .title p {
  max-width: 545px;
}
.news-page .news-4 .newsBox {
  margin-top: 6.5rem;
}
.news-page .news-4 .newsBox .swiper-container {
  overflow: inherit;
}
.news-page .news-4 .newsBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  z-index: 1;
}
.news-page .news-4 .newsBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-4 .newsBox .swiper-slide a img{
  width: 100%;
}
.news-page .news-4 .newsBox .swiper-slide a .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3.7rem 3rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.news-page .news-4 .newsBox .swiper-slide a .content span {
  font-size: 16px;
  line-height: 1;
  color: #fff; 
}
.news-page .news-4 .newsBox .swiper-slide a .content h4 {
  margin-top: 1.6rem;
  font-size: 21.5px;
  line-height: 1;
  color: #fff; 

}
.news-page .news-4 .newsBox .swiper-slide a .content h4:hover {
  color: var(--color);
}
.news-page .news-4 .newsBox .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
.news-page .news-4 .newsBox .swiper-slide-active a .content {
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-slide-prev,
.news-page .news-4 .newsBox .swiper-slide-next {
  z-index: 2;
}
.news-page .news-4 .newsBox .swiper-pagination {
  position: relative;
  margin-top: 3rem;
}
.news-page .news-4 .newsBox .swiper-pagination span {
  width: 16px;
  height: 16px;
  background: url(../images/navigation.png) no-repeat center center;
  margin: 0 .6rem;
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/navigation-h.png) no-repeat center center;
}

@media screen and (max-width:1000px) {
  .news-page .news-1 .hot-item .left{
    width: 100%;
  }
  .news-page .news-1 .hot-item .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .news-page .news-1 .hot-item .right .content{
    max-width: 100%;
  }

  .news-page .news-2 .news-list ul li{
    width: 50%!important;
  }

  .news-page .news-3{
    height: 400px;
  }
}
@media screen and (max-width:500px) {
  .news-page .news-2 .news-list ul li{
    width: 100%!important;
  }
}

.solu-1 {
  background: #0068b7;
  color: #fff;
  padding: 30px;
}
.solu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.solu-1 .ui.container .logo {
  width: 95px;
  opacity: 0.5;
}
.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #133e60;
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}
.solu-2 .navbox ul.navlist li a em {
  font-family: "rom";
}
.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .left img{
  width: 100%;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.solu-5 {
  padding-bottom: 100px;
}
.solu-5 ul.solulist2 #l1,
.solu-5 ul.solulist2 #l2,
.solu-5 ul.solulist2 #l3,
.solu-5 ul.solulist2 #l4,
.solu-5 ul.solulist2 #l5{
  padding-top: 100px;
}
.solu-5 ul.solulist2 li {
  /*margin-bottom: 100px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li:nth-of-type(2n+1){
  flex-direction: row-reverse;
}
.solu-5 ul.solulist2 li .text {
  width: 40%;
  max-width: 455px;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding: 0 35px;
  border-left: 3px solid #133e60;
  margin-bottom: 25px;
  font-weight: 600;
}
.solu-5 ul.solulist2 li .text span {
  font-family: "rom";
  text-transform: uppercase;
  color: #000;
  opacity: .5;
}
.solu-5 ul.solulist2 li .text .p-tetx {
  margin-top: 15px;
  font-size: 16px;
  line-height: 32px;
height: 200px;
overflow-y: auto;
}
.solu-5 ul.solulist2 li .imgbox {
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
}
.solu-5 ul.solulist2 li .imgbox img{
  width: 100%;
}
@media screen and (max-width: 1500px) {
    .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
    .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
    .solu-2 {
    top: 40px;
  }
}
@media screen and (max-width: 1000px) {
    .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
    .solu-2 {
    top: 40px;
  }
}
@media screen and (max-width: 700px) {
    .solu-4{
    display: none;
  }
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 500px) {
    .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
}

.sustainability-page .sustainability-1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.sustainability-page .sustainability-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-1 .top .tip {
  width: 50%;
}
.sustainability-page .sustainability-1 .top .tip .title {
  line-height: 1.2;
}
.sustainability-page .sustainability-1 .top .cont {
  width: 50%;
  font-size: 18px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .sus1 {
  margin-top: 70px;
}
.sustainability-page .sustainability-2 .list1 {
  background: url(../images/sus2-adv.jpg) no-repeat top center / cover;
  color: #fff;
}
.sustainability-page .sustainability-2 .list2 {
  background: #f2f2f2;
}
.sustainability-page .sustainability-2 .list {
  padding: 100px 0;
}
.sustainability-page .sustainability-2 .list .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-2 .list .left {
  width: 46%;
}
.sustainability-page .sustainability-2 .list .right {
  width: 50%;
  position: relative;
}
.sustainability-page .sustainability-2 .list .right .smt {
  font-weight: bold;
}
.sustainability-page .sustainability-2 .list .right .title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
.sustainability-page .sustainability-2 .list .right .num {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
}
.sustainability-page .sustainability-2 .list .right .text {
  font-size: 18px;
  line-height: 2;
}
.sustainability-page .sustainability-2 .list .right .tit {
  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: 20px 0 10px;
}
.sustainability-page .sustainability-2 .list .right .tit img {
  margin-right: 15px;
}
.sustainability-page .sustainability-3 {
  background: url(../images/sev2.jpg) no-repeat bottom center / 100%;
  padding-bottom: 140px;
  padding-top: 80px;
  text-align: center;
}
.sustainability-page .sustainability-3 .cont {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 1280px) {
  .sustainability-page .sustainability-2 .list .left {
    display: none;
  }
  .sustainability-page .sustainability-2 .list .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 .top .tip {
    width: 100%;
  }
  .sustainability-page .sustainability-1 .top .cont {
    width: 100%;
    margin-top: 30px;
  }
  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 80px;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 {
    background: none;
    padding: 30px 0 60px;
  }
  .sustainability-page .sustainability-2 .list {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 60px;
    top: -10px;
  }
}
.i-product {
  background: url(../images/product-bg.jpg) no-repeat;
  padding-top: 88px;
  padding-bottom: 100px;
  position: relative;
}
.i-product .ui.container {
  z-index: 3;
}
.i-product .i-title {
  text-align: center;
  margin-bottom: 60px;
}
.i-product .i-title em {
  color: #fff500;
}
.i-product .txt {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 26px auto 83px;
}
.i-product ul {
  margin: -20px;
}
.i-product ul li {
  padding: 15px 10px;
}
.i-product ul li .box {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
.i-product ul li .box .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px 20px;
}
.i-product ul li .box .content .title {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
min-height: 7.2em;
}
.i-product ul li .box .content .mores {
  color: var(--color);
  font-size: 14px;
line-height: 28px;
}
.i-product ul li .box:hover .content {
  background: rgb(0, 104, 183);
  color: white;
}
.i-product ul li .box:hover .content .mores {
  color: white;
}
.i-product .btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
span.tags {
    font-size: 16px;
    color: var(--color);
}

/*history css add*/
.history-page{
  padding: 10em 0;
}
/*.history-page .ui.container .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}*/
.history-page .left {
  width: 40%;
  padding-right: 5%;
  color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.history-page .left .dots p {
  margin-top: .5em;
  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;
}
.history-page .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.history-page .left span.h6 {
  font-style: italic;
}
.history-page .right {
  width: 60%;
}
.history-page .right .list ul li {
  position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  left: 1.23333333em;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.history-page .right .list ul li:first-child {
  padding-top: 0;
}
.history-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.history-page .right .list ul li i {
  min-width: 2.46666667em;
  height: 2.46666667em;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 2.33333333em;
  justify-content: center!important;
  align-items: center!important;
}
.history-page .right .list ul li .content {
  width: 100%;
  background-color: #f2f2f2;
}
.history-page .right .list ul li .content .area {
  padding: 3% 4%;
  width: 55%;
}
.history-page .right .list ul li .content .area .text {
  max-height: 160px;
  overflow: auto;
}
.history-page .right .list ul li .content .area span.h6 {
  line-height: 1;
  color: #333;
}
.history-page .right .list ul li .content .area span.h6 em {
  line-height: 1.2;
  margin-right: .3em;
}
.history-page .right .list ul li .content .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 42%;
}
.history-page .right .list ul li.active:after {
  height: 100%;
}
.history-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}
@media screen and (max-width: 1000px) {
    .history-page .left {
    position: static;
  }
  .history-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .history-page .right .list ul li .content .img {
    height: 180px;
  }
}

.custom-page .custom-1{
  padding: 70px 0;
  text-align: center;
}
.custom-page .custom-1 .ui.container{
  max-width: 1210px;
}
.custom-page .custom-1 .des{
  font-size: 18px;
  line-height: 26px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #1746f9;
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box{
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul{
  margin: -35px;
}
.custom-page .custom-2 .box ul li{
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title{
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}
.custom-form{
  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-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;
}
.custom-form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .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);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-right: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}
#index-body .i-partner {
  padding-bottom: 80px;
}
#index-body .i-partner ul {
  padding: 35px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#index-body .i-partner ul li {
  padding: 10px;
  text-align: center;
}
#index-body .i-partner ul li img {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}
#index-body .i-partner ul li:hover img {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  #index-body .i-partner ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .i-partner {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-partner ul li {
    width: 33%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-partner ul li {
    vertical-align: middle;
  }
}
.cus-4{
    padding: 59px 0 102px;
}
.cus-4 .form ul {
    margin: -7px -10px;
    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;
}
.cus-4 .form ul li {
    padding: 7px 10px;
}
.cus-4 .form ul li input,
.cus-4 .form ul li textarea,
.cus-4 .form ul li label,
.cus-4 .form ul li button {
    width: 100%;
    background-color: white;
    border: none;
    border-bottom: 1px solid #2a2a2d;
    font-size: 14px;
    line-height: 2;
    color: #6f6f6f;
    padding: 1em;
    display: block;
    height: 100%;
}
.cus-4 .form ul li input[hidden] {
    display: none;
}
.cus-4 .form ul li label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cus-4 .form ul li label.tag {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.cus-4 .form ul li label.tag em {
    margin-right: 0.71428571em;
}
.cus-4 .form ul li label.tag div {
    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;
    gap: 0.71428571em;
    max-width: 100%;
}
.cus-4 .form ul li label.tag span {
    padding: 0.5em 0.71428571em;
    background-color: #f2f2f2;
    color: #6f6f6f;
    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;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cus-4 .form ul li label.tag span i {
    margin-left: 0.71428571em;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: white;
    position: relative;
    cursor: pointer;
}
.cus-4 .form ul li label.tag span i:before,
.cus-4 .form ul li label.tag span i:after {
    content: '';
    width: 60%;
    height: 1px;
    background-color: #6f6f6f;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.cus-4 .form ul li label.tag span i:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cus-4 .form ul li textarea {
    height: 100px;
}
.cus-4 .form ul li p {
    font-size: 14px;
    line-height: 2;
    color: #bebebe;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cus-4 .form ul li button {
    border-bottom: none;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: var(--color);
    padding: .8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cus-4 .form ul li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 500px) {
    .cus-4 .form ul li label.tag {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cus-4 .form ul li label.tag em {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .cus-4{
        padding: 30px 0;
    }
}
@media screen and (max-width: 1000px) {
    #index-body .init-5 .form {
        max-width: none;
        width: 100%;
    }
    #index-body .init-5 iframe {
        position: static;
        height: 240px;
        margin-bottom: 30px;
    }
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .i-product ul {
        margin: -10px;
    }
    .i-product ul li {
        padding: 10px;
    }
}