body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #063e9d;
  --color2: #063e9d;
  position: static !important;
  margin: 0 auto !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1570px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: relative;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  padding-right: 12%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .nav .ui.menu .box {
  width: 100%;
  position: relative;
}
#header .nav .ui.menu .box:after {
  content: '';
  width: 1000%;
  height: 122%;
  position: absolute;
  right: 102%;
  top: 0;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: white;
  z-index: -1;
  -o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}
#header .nav .ui.menu .box .top {
  height: 75px;
  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;
  position: relative;
  z-index: 1;
  background: white;
}
#header .nav .ui.menu .box .top:before {
  content: '';
  width: 1000%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 15px 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 15px 0 10px 5px rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#header .nav .ui.menu .box .top .info ul {
  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;
  height: 100%;
}
#header .nav .ui.menu .box .top .info 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;
  font-size: 16px;
  margin-right: 2.5em;
}
#header .nav .ui.menu .box .top .info ul li img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
}
#header .nav .ui.menu .box .top .outer {
  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;
}
#header .nav .ui.menu .box .top .outer .yuy {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
#header .nav .ui.menu .box .top .outer .yuy span {
  display: block;
  font-size: 14px;
}
#header .nav .ui.menu .box .top .outer .yuy span img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box .top .outer .yuy ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .box .top .outer .yuy ul li {
  display: block;
  float: none;
  padding: 6px 8px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .box .top .outer .yuy ul li img {
  max-width: 25px;
  margin-right: .5em;
}
#header .nav .ui.menu .box .top .outer .yuy ul li a {
  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;
}
#header .nav .ui.menu .box .top .outer .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .box .top .outer .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box .top .outer .search {
  margin-left: 3.21428571em;
  font-size: 14px;
}
#header .nav .ui.menu .box .top .outer .search form {
  line-height: 32px;
  height: 32px;
  width: 180px;
  border-radius: 10px;
  padding: 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
}
#header .nav .ui.menu .box .top .outer .search form input {
  width: 100%;
  border: none;
  background: transparent;
}
#header .nav .ui.menu .box .top .outer .search form input::-webkit-input-placeholder {
  color: #666;
}
#header .nav .ui.menu .box .top .outer .search form input:-moz-placeholder {
  color: #666;
}
#header .nav .ui.menu .box .top .outer .search form input::-moz-placeholder {
  color: #666;
}
#header .nav .ui.menu .box .top .outer .search form input:-ms-input-placeholder {
  color: #666;
}
#header .nav .ui.menu .box .top .outer .search form input::placeholder {
  color: #666;
}
#header .nav .ui.menu .box .top .outer .search form input[type="submit"] {
  width: 32px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .nav .ui.menu .menu-box {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  height: 84px;
  line-height: 84px;
  position: relative;
}
#header .nav .ui.menu .menu-box:after {
  content: '';
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: var(--color2);
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 0 15px;
  font-size: 17px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
    color: var(--color);
    background: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i.fa {
  margin-left: .3em;
}
#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;
  background: #fff;
  top: 100%;
  left: 0;
  width: 230px;
  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;
  line-height: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 15px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
 
}
.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;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#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;
}
@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;
}
#template-1686194450 .slick-arrow:hover {
  background-color: var(--color);
}
#template-1686194450:hover .slick-arrow {
  opacity: 1;
}
#template-1686194450 .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 3%;
}
#template-1686194450 .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 3%;
}
#template-1686194450 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 2em;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background: var(--color);
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.more:hover {
  background: black;
}
#template-1686194450 li {
  position: relative;
}
#template-1686194450 li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
}
#template-1686194450 li .content .left {
  width: 45%;
  padding-right: 3%;
  vertical-align: middle;
}
#template-1686194450 li .content .left h2 {
  font-size: 42px;
  max-width: 11.9047619em;
  line-height: 1.4;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#template-1686194450 li .content .left h2 em {
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  display: block;
  opacity: .8;
}
#template-1686194450 li .content .left p {
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#template-1686194450 li .content .left a.more {
  opacity: 0;
  -webkit-transition: 1s 1.8s all, 0.5s background-color;
  -moz-transition: 1s 1.8s all, 0.5s background-color;
  transition: 1s 1.8s all, 0.5s background-color;
  background-color: rgba(6,62,157,0.6);
}
#template-1686194450 li .content .left a.more:hover {
  background-color: var(--color);
}
#template-1686194450 li .content .left img {
  margin-top: 25px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
#template-1686194450 li .content .right {
  width: 55%;
  padding-left: 5%;
  vertical-align: middle;
}
#template-1686194450 li .content .right .img {
  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;
  position: relative;
  margin-top: 30%;
}
#template-1686194450 li .content .right .img a {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  position: relative;
  z-index: 1;
}
#template-1686194450 li .content .right .img a:nth-child(1) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
  position: absolute;
  width: 45%;
  bottom: 88%;
  left: -12%;
}
#template-1686194450 li .content .right .img a:nth-child(2) {
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  transition-delay: 2.3s;
  max-width: 620px;
  z-index: 2;
}
#template-1686194450 li .content .right .img a:nth-child(3) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  transition-delay: 2.5s;
  position: absolute;
  width: 50%;
  bottom: 85%;
  right: 0;
}
#template-1686194450 .slick-current li .content .left h2,
#template-1686194450 .slick-current li .content .left p,
#template-1686194450 .slick-current li .content .left img,
#template-1686194450 .slick-current li .content .left a.more {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#template-1686194450 .slick-current li .content .right .img a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#template-1686194450 {
  position: relative;
}
#template-1686194450 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#template-1686194450 .slick-dots li {
  width: 24px;
  height: 4px;
  background-color: #d6d6d5;
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#template-1686194450 .slick-dots li button {
  display: none;
}
#template-1686194450 .slick-dots li.slick-active {
  background-color: #203c69;
}
#template-1686194450 #down {
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1700px) {
  #template-1686194450 li .content .left h2 {
    font-size: 36px;
  }
  #template-1686194450 li .content .left p {
    font-size: 16px;
  }
  a.more {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1450px) {
  #template-1686194450 li .content .left h2 {
    font-size: 28px;
  }
  #template-1686194450 li .content .left p {
    font-size: 14px;
  }
  a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 1.5em;
  }
  #template-1686194450 li .content .left img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #template-1686194450 li .content .left {
    margin-bottom: 3%;
  }
  #template-1686194450 {
    margin-top: 40px;
  }
  #template-1686194450 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  #template-1686194450 li .content .left h2 {
    font-size: 20px;
    margin-bottom: .5em;
  }
  #template-1686194450 li .content .left p {
    display: none;
  }
  #template-1686194450 li .content .left img {
    margin-top: 15px;
  }
  #template-1686194450 li .content {
    top: 50%;
  }
}
@media screen and (max-width: 700px) {
  #template-1686194450 li .content .left {
    width: 100%;
    padding-right: 0;
  }
  #template-1686194450 li .content .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #template-1686194450 li .content .left img {
    display: none;
  }
  a.more {
    font-size: 14px;
  }
}
#index-body span.tag {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
  display: block;
  text-transform: uppercase;
  margin-bottom: .5em;
  line-height: 1;
}
#index-body span.h2 {
  font-size: 32px;
 
  font-weight: bold;
  text-transform: capitalize;
  display: block;
}
#index-body .init-2.Auxil-about.Auxil-honor h2.title {
  
  font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}
#index-body .init-2 {
  height: 888px;
  background-image: url("../images/init-2-bg.png");
  background-size: cover;
  background-position: center center;
  position: relative;
  color: white;
  padding-top: 130px;
}
#index-body .init-2 > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: black;
}
#index-body .init-2 > span video {
  height: 100%;
}
#index-body .init-2 .box .left {
  text-align: right;
  padding-right: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 30%;
}
#index-body .init-2 .box .left span {
  display: block;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .box .left .list {
  margin-top: 40px;
}
#index-body .init-2 .box .left .list ul li {
  font-size: 16px;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left .list ul li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .init-2 .box .left .list ul li a:after {
  content: '';
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -1px;
  left: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left .list ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid white;
  background: black;
  border-radius: 100%;
  position: absolute;
  right: -40px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left .list ul li a:hover {
  border-color: white;
}
#index-body .init-2 .box .left .list ul li a:hover:after,
#index-body .init-2 .box .left .list ul li a:hover:before {
  opacity: 1;
}
#index-body .init-2 .box .left .list ul li.active {
  padding-bottom: .8em;
}
#index-body .init-2 .box .left .list ul li.active a {
  border-color: white;
}
#index-body .init-2 .box .left .list ul li.active a:after,
#index-body .init-2 .box .left .list ul li.active a:before {
  opacity: 1;
}
#index-body .init-2 .box .right {
  padding-left: 40px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
}
#index-body .init-2 .box .right .slide {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .right .slide.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}
#index-body .init-2 .box .right:before {
  content: '';
  width: 1px;
  height: 120%;
  top: -6%;
  left: -5px;
  background: #f9f9f9;
  opacity: .2;
  position: absolute;
}
#index-body .init-2 .box .right span.tag {
  margin-bottom: .5em;
}
#index-body .init-2 .box .right span.h2 {
  max-width: 90%;
}
#index-body .init-2 .box .right .content {
  font-size: 18px;
  color: #979799;
  line-height: 30px;
  margin: 1em 0 2.5em;
}
#index-body .init-2 .box .right .content p {
  padding-top: 1em;
}
#index-body .init-2 .box .right .content p:first-child {
  padding-top: 0;
}
#index-body .init-2 .box .right .content ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5%;
  padding: 2em 0 1em;
}
#index-body .init-2 .box .right .content ol li {
  width: 33.33%;
  padding: 0 5%;
  text-align: center;
  border-right: 1px solid #8e8d90;
}
#index-body .init-2 .box .right .content ol li:last-child {
  border-right: none;
}
#index-body .init-2 .box .right .content ol li img {
  display: block;
  margin: 0 auto;
}
#index-body .init-2 .box .right .content ol li p {
  padding: 0;
  margin-top: .5em;
}
#index-body .init-2 .box .right a.more {
  background-color: rgba(6,62,157,0.6);
}
#index-body .init-2 .box .right a.more:hover {
  background-color: var(--color);
}
#index-body .init-2 .box .right .list {
  margin: 40px 0;
}
#index-body .init-2 .box .right .slide:nth-child(1) .list {
  display: none;
}
#index-body .init-2 .box .right .list ul {
  margin: -15px;
}
#index-body .init-2 .box .right .list ul li {
  padding: 15px;
}
#index-body .init-2 .box .right .slick {
  position: relative;
}
#index-body .init-2 .box.active .right .list {
  display: block;
}
#index-body .init-2 .box.active .right .slide:nth-child(1) .list {
  display: block;
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .box .right .content {
    font-size: 16px;
  }
  a.more {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
  #index-body span.h2 {
    font-size: 28px;
  }
  #index-body .init-2 {
    height: 800px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .box .right .content {
    font-size: 14px;
    line-height: 2;
  }
  a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 1.5em;
  }
  #index-body span.h2 {
    font-size: 24px;
  }
  #index-body .init-2 {
    height: 700px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-2 .box .right .content p {
    padding-top: .5em;
  }
  #index-body .init-2 .box .right .list {
    margin: 20px 0;
  }
  #index-body .init-2 {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .box .left {
    width: 100% !important;
  }
  #index-body .init-2 .box .right {
    width: 100% !important;
    padding-left: 0;
  }
  #index-body .init-2 .box .right:before {
    display: none;
  }
  #index-body .init-2 .box .left span {
    display: none;
  }
  #index-body .init-2 .box .left .list {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #index-body .init-2 .box .right .list {
    display: block;
  }
  #index-body .init-2 .box .left .list ul li {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0 1em;
    font-size: 14px;
  }
  #index-body .init-2 .box .left .list ul li a:after,
  #index-body .init-2 .box .left .list ul li a:before {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  #index-body span.h2 {
    font-size: 20px;
  }
  #index-body .init-2 {
    height: auto;
    padding: 60px 0;
  }
  #index-body .init-2 .box .right .list ul li {
    padding: 5px;
  }
  #index-body .init-2 .box .right .list ul {
    margin: -5px;
  }
}
@media screen and (max-width: 500px) {
  a.more {
    font-size: 14px;
  }
  #index-body .init-2 .box .left .list ul li {
    margin: 0 .5em;
  }
}
#index-body .init-1 {
  height: 1120px;
  position: relative;
  padding-top: 7%;
}
#index-body .init-1 .content {
  font-size: 18px;
  line-height: 1.8;
  color: #979799;
  margin: 2em 0;
}
#index-body .init-1 .content p {
  padding-top: .5em;
  line-height: 2;
}
#index-body .init-1 .content p:first-child {
  padding-top: 0;
  line-height: 2;
}
#index-body .init-1 a.more {
  background-color: #073f9d;
}
#index-body .init-1 a.more:hover {
  background-color: var(--color);
}
#index-body .init-1 .left {
  max-width: 55%;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .left span.tag {
  color: var(--color2);
}
#index-body .init-1 .left span.h2 {
  max-width: 90%;
}
#index-body .init-1 .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
#index-body .init-1 .right #history {
  height: 100%;
  text-align: right;
  display: inline-block;
  margin-left: auto;
  position: relative;
}
#index-body .init-1 .right #history img {
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: -1;
}
#index-body .init-1 .right #history ul li {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .right #history ul li i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(218,37,28,1);
  display: block;
  position: relative;
        z-index: 1;
}
#index-body .init-1 .right #history ul li i:after,
#index-body .init-1 .right #history ul li i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background: rgba(218, 37, 28, 0.5);
}
#index-body .init-1 .right #history ul li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-1 .right #history ul li span {
  position: absolute;
}
#index-body .init-1 .right #history ul li .text {
  font-size: 80%;
  font-weight: normal;
  padding: 15px;
  border-radius: 5px;
  background: white;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: none;
  left: 5em;
  text-align: left;
  width: 280px;
}
#index-body .init-1 .right #history ul li:hover .text {
  display: block;
  z-index: 9;
}
#index-body .init-1 .right #history ul li:after {
  content: '';
  border-top: 2px #000 dashed;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#index-body .init-1 .right #history ul li:nth-child(1) {
  bottom: 11%;
  right: 67%;
  display: none;
}
#index-body .init-1 .right #history ul li:nth-child(1) span {
  left: 150%;
  top: 90%;
}
#index-body .init-1 .right #history ul li:nth-child(1):after {
  width: 170px;
  -webkit-transform: rotate(-28deg);
  -moz-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
#index-body .init-1 .right #history ul li:nth-child(2) {
  bottom: 18%;
  right: 57%;
}
#index-body .init-1 .right #history ul li:nth-child(2) span {
  left: 150%;
  top: 90%;
}
#index-body .init-1 .right #history ul li:nth-child(2):after {
  width: 160px;
  -webkit-transform: rotate(-20.5deg);
  -moz-transform: rotate(-20.5deg);
  -ms-transform: rotate(-20.5deg);
  transform: rotate(-20.5deg);
}
#index-body .init-1 .right #history ul li:nth-child(3) {
  bottom: 23%;
  right: 47%;
}
#index-body .init-1 .right #history ul li:nth-child(3) span {
  left: 150%;
  top: 90%;
}
#index-body .init-1 .right #history ul li:nth-child(3):after {
  width: 140px;
  -webkit-transform: rotate(-29deg);
  -moz-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}
#index-body .init-1 .right #history ul li:nth-child(4) {
  bottom: 29%;
  right: 39%;
}
#index-body .init-1 .right #history ul li:nth-child(4) span {
  left: 150%;
  top: 90%;
}
#index-body .init-1 .right #history ul li:nth-child(4):after {
  width: 110px;
  -webkit-transform: rotate(-65.5deg);
  -moz-transform: rotate(-65.5deg);
  -ms-transform: rotate(-65.5deg);
  transform: rotate(-65.5deg);
}
#index-body .init-1 .right #history ul li:nth-child(5) {
  bottom: 38%;
  right: 36%;
}
#index-body .init-1 .right #history ul li:nth-child(5) span {
  left: 150%;
  top: 90%;
}
#index-body .init-1 .right #history ul li:nth-child(5):after {
  width: 80px;
  -webkit-transform: rotate(-63.5deg);
  -moz-transform: rotate(-63.5deg);
  -ms-transform: rotate(-63.5deg);
  transform: rotate(-63.5deg);
}
#index-body .init-1 .right #history ul li:nth-child(6) {
  bottom: 45%;
  right: 33.5%;
}
#index-body .init-1 .right #history ul li:nth-child(6) span {
  right: 180%;
  top: -6px;
}
#index-body .init-1 .right #history ul li:nth-child(6) .text {
  left: auto;
  right: 5em;
}
#index-body .init-1 .right #history ul li:nth-child(6):after {
  width: 90px;
  -webkit-transform: rotate(-56.5deg);
  -moz-transform: rotate(-56.5deg);
  -ms-transform: rotate(-56.5deg);
  transform: rotate(-56.5deg);
}
#index-body .init-1 .right #history ul li:nth-child(7) {
  bottom: 52%;
  right: 30%;
}
#index-body .init-1 .right #history ul li:nth-child(7) span {
  left: 150%;
  top: 90%;
}
#index-body .init-1 .right #history ul li:nth-child(7):after {
  width: 90px;
  -webkit-transform: rotate(-67.5deg);
  -moz-transform: rotate(-67.5deg);
  -ms-transform: rotate(-67.5deg);
  transform: rotate(-67.5deg);
}
#index-body .init-1 .right #history ul li:nth-child(8) {
  bottom: 60%;
  right: 27.5%;
}
#index-body .init-1 .right #history ul li:nth-child(8) span {
  right: 180%;
  top: -6px;
}
#index-body .init-1 .right #history ul li:nth-child(8) .text {
  left: auto;
  right: 5em;
}
#index-body .init-1 .right #history ul li:nth-child(8):after {
  width: 90px;
  -webkit-transform: rotate(-72deg);
  -moz-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
#index-body .init-1 .right #history ul li:nth-child(9) {
  bottom: 68%;
  right: 25.5%;
}
#index-body .init-1 .right #history ul li:nth-child(9) span {
  left: 180%;
  top: -6px;
}
#index-body .init-1 .right #history ul li:nth-child(9) .text {
  left: auto;
  right: 2em;
}
#index-body .init-1 .right #history ul li:nth-child(9):after {
  width: 80px;
  -webkit-transform: rotate(-114deg);
  -moz-transform: rotate(-114deg);
  -ms-transform: rotate(-114deg);
  transform: rotate(-114deg);
}
#index-body .init-1 .right #history ul li:nth-child(10) {
  bottom: 74%;
  right: 27.5%;
}
#index-body .init-1 .right #history ul li:nth-child(10) span {
  left: 180%;
  top: -6px;
}
#index-body .init-1 .right #history ul li:nth-child(10) .text {
  left: auto;
  right: 2em;
}
#index-body .init-1 .right #history ul li:nth-child(10):after {
  width: 50px;
  -webkit-transform: rotate(-72deg);
  -moz-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
#index-body .init-1 .right #history ul li:nth-child(11) {
  bottom: 78%;
  right: 26.5%;
}
#index-body .init-1 .right #history ul li:nth-child(11) span {
  left: 180%;
  top: -6px;
}
#index-body .init-1 .right #history ul li:nth-child(11) .text {
  left: auto;
  right: 2em;
}
#index-body .init-1 .right #history ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 1700px) {
  #index-body .init-1 .content {
    font-size: 16px;
  }
  #index-body .init-1 {
    height: 1000px;
  }
  #index-body .init-1 .right #history {
    zoom: .9;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-1 .content {
    max-height: 450px;
    overflow: auto;
  }
  #index-body .init-1 {
    height: 800px;
  }
  #index-body .init-1 .right #history ul li:nth-child(1):after {
    width: 140px;
  }
  #index-body .init-1 .right #history ul li:nth-child(2):after {
    width: 130px;
  }
  #index-body .init-1 .right #history ul li:nth-child(3):after {
    width: 110px;
  }
  #index-body .init-1 .right #history ul li:nth-child(6):after {
    width: 80px;
  }
  #index-body .init-1 .right #history ul li:nth-child(8):after {
    width: 80px;
  }
  #index-body .init-1 .right #history ul li:nth-child(9):after {
    width: 60px;
  }
  #index-body .init-1 .right #history ul li:nth-child(10):after {
    width: 40px;
  }
  #index-body .init-1 h2 {
    font-size: 26px;
  }
  .about2-page h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-1 .right {
    display: none;
  }
  #index-body .init-1 .left {
    max-width: 100%;
  }
  #index-body .init-1 .left .content {
    max-height: none;
  }
  #index-body .init-1 {
    height: auto;
    padding: 60px 0;
  }
  .about2-page h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 h2 {
    font-size: 22px;
    line-height: 2;
  }
}
.template-1686195528 {
  padding: 90px 0;
}
.template-1686195528 h2.title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
.template-1686195528 .ui.container {
  max-width: 1440px;
}
.template-1686195528 h2 {
  text-transform: uppercase;
  text-align: center;
}
.template-1686195528 h2 em {
  font-size: 118.75%;
}
.template-1686195528 .list {
  margin-top: 65px;
}
.template-1686195528 .list ul {
  margin: 0 -30px;
}
.template-1686195528 .list ul li {
  padding: 10px 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.template-1686195528 .list ul li time {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.template-1686195528 .list ul li time em {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--color);
  font-size: 40px;
  color: white;
  text-align: center;
  margin-bottom: 6px;
}
.template-1686195528 .list ul li .content {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.template-1686195528 .list ul li .content:before {
  content: '';
  width: 1px;
  height: 300%;
  background: #e1f3f3;
  position: absolute;
  left: 0;
  top: -10px;
}
.template-1686195528 .list ul li .content h3 {
  font-size: 20px;
  color: #2b2b2b;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.template-1686195528 .list ul li .content h3:hover {
  color: var(--color);
}
.template-1686195528 .list ul li .content .text {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 28px;
  margin: 1.5em 0 2.5em;
}
.template-1686195528 .list ul li .content a.link {
  font-size: 16px;
  color: var(--color);
  display: inline-block;
  text-transform: capitalize;
}
@media screen and (max-width: 1700px) {
  .template-1686195528 h2.title {
    font-size: 28px;
  }
  .template-1686195528 .list ul li time {
    font-size: 16px;
  }
  .template-1686195528 .list ul li time em {
    font-size: 2em;
  }
}
@media screen and (max-width: 1450px) {
  .template-1686195528 h2.title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .template-1686195528 .list ul li .content .text {
    font-size: 14px;
    margin: 1em 0 1.5em;
  }
  .template-1686195528 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .template-1686195528 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .template-1686195528 h2.title {
    font-size: 20px;
  }
  .template-1686195528 .list ul li .content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .template-1686195528 .list ul li time {
    zoom: .7;
  }
  .template-1686195528 .list ul li .content {
    padding-left: 15px;
    margin-left: 15px;
  }
}
#footer {
  background-color: var(--color);
  color: white;
  background-image: url("../images/footer-bg.jpg");
  background-position: left top;
}
#footer .footer-top {
  padding: 120px 0 65px;
  overflow: hidden;
}
#footer .footer-top .box .left {
  width: 65%;
  padding-right: 3%;
}
#footer .footer-top .box .left .box2 .slide {
  padding-right: 10px;
}
#footer .footer-top .box .left .box2 .slide:nth-child(1) {
  width: 45%;
}
#footer .footer-top .box .left .box2 .slide:nth-child(2) {
  width: 25%;
}
#footer .footer-top .box .left .box2 .slide:nth-child(3) {
  width: 30%;
}
#footer .footer-top .box .left .box2 span.h6 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
#footer .footer-top .box .left .box2 .line {
  display: block;
  max-width: 55%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  margin: 25px 0 20px;
}
#footer .footer-top .box .left .box2 .line:before {
  content: '';
  height: 3px;
  width: 20%;
  position: absolute;
  left: 0;
  top: -1px;
  background: white;
}
#footer .footer-top .box .left .box2 .nav {
  font-size: 16px;
  line-height: 2;
  max-width: 350px;
}
#footer .footer-top .box .left .box2 .nav li ul {
  display: none !important;
}
#footer .footer-top .box .left .box2 .nav li:hover {
  text-decoration: underline;
}
#footer .footer-top .box .left .bottom .qr {
  width: 45%;
  float: left;
}
#footer .footer-top .box .left .bottom .qr #ewm {
  width: 140px;
  border: 4px solid white;
  display: block;
}
#footer .footer-top .box .left .bottom .qr #ewm img {
  max-width: 100%;
}
#footer .footer-top .box .left .bottom .qr #ewm canvas {
  display: none;
}
#footer .footer-top .box .left .bottom .share {
  width: 55%;
  display: inline-block;
  margin-top: 50px;
}
#footer .footer-top .box .left .bottom .share span.h6 {
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}
#footer .footer-top .box .left .bottom .share a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #d0d0e2;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .left .bottom .share a:hover {
  color: white;
}
#footer .footer-top .box .right {
  width: 35%;
  padding-left: 5%;
  position: relative;
}
#footer .footer-top .box .right:before {
  content: '';
  width: 1px;
  height: 1000%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
#footer .footer-top .box .right span.h3 {
  font-size: 42px;
  line-height: 1.4;
  display: block;
  margin-bottom: 1.5em;
}
#footer .footer-top .box .right .form ul {
  margin: -15px -7px;
}
#footer .footer-top .box .right .form ul li {
  padding: 15px 7px;
}
#footer .footer-top .box .right .form ul li input {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 1.25em 0.75em;
  background: rgba(255, 255, 255, 0.2);
}
#footer .footer-top .box .right .form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li.wid-100 {
  width: 100%;
}
#footer .footer-top .box .right .form ul li .pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top .box .right .form ul li .pre button {
  width: 14%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: white;
  color: #141570;
  font-size: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 1.5625em 0;
  text-align: center;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom svg {
  max-height: 26px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: white;
}
#footer .footer-bottom svg:hover {
  text-decoration: underline;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-top .box .left .box2 .line {
    margin: 15px 0;
  }
  #footer .footer-top .box .left .box2 .nav {
    font-size: 14px;
  }
  #footer .footer-top .box .right span.h3 {
    font-size: 36px;
  }
  #footer .footer-top .box .right .form ul li input {
    padding: 1em .75em;
  }
  #footer .footer-top .box .left .bottom .share span.h6,
  #footer .footer-top .box .left .bottom .share a {
    font-size: 20px;
  }
  #footer .footer-bottom {
    font-size: 14px;
        line-height: 28px;
  }
  #footer .footer-bottom p a.footerrh,
  .seoIndustry.Auxil-industry {
    display: none;
}
}
@media screen and (max-width: 1250px) {
  #footer .footer-top .box .left .box2 .slide {
    display: none;
  }
  #footer .footer-top .box .left .box2 .slide:nth-child(1) {
    display: block;
    width: 100%;
  }
  #footer .footer-top .box .left .box2 .slide:nth-child(1) .nav {
    max-width: none;
  }
  #footer .footer-top .box .left .bottom {
    display: none;
  }
  #footer .footer-top .box .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .box .right {
    width: 100%;
    padding-left: 0;
  }
  #footer .footer-top .box .right:before {
    display: none;
  }
  #footer .footer-top .box .right span.h3 {
    font-size: 24px;
    margin: 1em 0;
  }
  #footer .footer-top .box .right span.h3 br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-top .box .right span.h3 {
    font-size: 18px;
  }
  #footer .footer-top .box .right .form ul li {
    padding: 5px;
  }
  #footer .footer-top .box .right .form ul {
    margin: -5px;
  }
  #footer .footer-top .box .right .form ul li input {
    padding: .7em;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .box .right .form ul li input {
    font-size: 14px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom {
    padding: 1em 0;
  }
}
#index-body {
  overflow: hidden;
}
#index-body .init-3 {
 background: rgba(252,252,252);
  background-size: cover;
  text-align: center;
      padding-top: 80px;
}


 

#index-body .init-3 .ui.container {
  width: auto;
}
#index-body .init-3 span.h2 {
  font-size: 36px;
      margin-bottom: 20px;
}
#index-body .init-3 .list {
 
  padding: 60px 28%;
  background: url("../images/init-3-bg.jpg") center center no-repeat;
}
#index-body .init-3 .list ul {
  margin: -10px;
}
#index-body .init-3 .list ul li {
  /*padding: 10px;*/
}
#index-body .init-3 .list ul li span.h6 {
  font-size: 24px;
  color: #231f20;
  padding: 8px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.02));
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.02));
  background: url("../images/icon-3-title.png") center center no-repeat;
  background-size: 100% 100%;
}
#index-body .init-3 .list ul li .info {
  margin: 40px 0 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  text-align: left;
}
#index-body .init-3 .list ul li .info span {
  color: #9a9a9a;
  display: block;
  line-height: 1.2;
  margin-bottom: .7em;
}
#index-body .init-3 .list ul li .info .line {
  width: 2px;
  background-color: #a8a8a8;
}
#index-body .init-3 .list ul li a.img {
  padding: 0 8%;
  display: block;
}
#index-body .init-3 .list ul .slick-list {
  overflow: unset;
}
#index-body .init-3 .list ul .slick-slide {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-3 .list ul .slick-slide span.h6,
#index-body .init-3 .list ul .slick-slide .info {
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-3 .list ul .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#index-body .init-3 .list ul .slick-slide.slick-current span.h6,
#index-body .init-3 .list ul .slick-slide.slick-current .info {
  opacity: 1;
}
#index-body .init-3 .list ul .slick-slide.slick-current ~ div {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#index-body .init-3 .list ul .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #242021;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  position: absolute;
  top: 45%;
  border-radius: 100%;
  border: none;
  z-index: 2;
}
#index-body .init-3 .list ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: -55%;
}
#index-body .init-3 .list ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: -55%;
}
#index-body .init-4 {
  padding: 120px 0;
}
#index-body .init-4 .left {
  vertical-align: middle;
}
#index-body .init-4 .left .list li a.img-box {
  display: block;
}
#index-body .init-4 .left .list li a.img-box span {
  font-size: 18px;
  padding: 0 5%;
  bottom: 3%;
  position: absolute;
  left: 0;
  color: white;
  width: 100%;
}
#index-body .init-4 .right {
  padding-left: 5%;
  vertical-align: middle;
}
#index-body .init-4 .right span.h2 {
  font-size: 36px;
}
#index-body .init-4 .right .text {
  font-size: 17px;
  color: #868686;
  line-height: 30px;
  margin: 1em 0 2em;
}
#index-body .init-4 .right .btn a.more {
  padding: 0 1.5em;
  margin-right: 1.5em;
  background-color: #073f9d;
}
#index-body .init-4 .right .btn a.more:hover {
  background-color: var(--color);
}
#index-body .init-4 .right .list {
  margin-top: 60px;
  padding-right: 10%;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#index-body .init-4 .right .list ul {
  margin: -20px;
}
#index-body .init-4 .right .list ul li {
  padding: 20px;
}
#index-body .init-4 .right .list ul li a.img-box {
  border: 5px solid #ccc;
  border-radius: 5px;
  display: block;
}
#index-body .init-4 .right .list ul li a.img-box img {
  width: 100%;
  -webkit-transform: skewX(15deg) scale(1.25);
  -moz-transform: skewX(15deg) scale(1.25);
  -ms-transform: skewX(15deg) scale(1.25);
  transform: skewX(15deg) scale(1.25);
}
#index-body .init-4 .right .list ul .slick-slide {
  transform: translateX(-100%);
}
#index-body .init-5 {
  background: url("../images/init-5-bg.jpg") center center;
  color: white;
}
#index-body .init-5 .left {
  width: 40%;
  padding-right: 2%;
  vertical-align: middle;
}
#index-body .init-5 .left span.tag {
  font-size: 17px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 1em;
}
#index-body .init-5 .left span.h2 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1em;
}
#index-body .init-5 .left a.more {
  background-color: white;
  color: var(--color);
}
#index-body .init-5 .left a.more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-5 .right {
  width: 60%;
  vertical-align: middle;
}
#index-body .init-5 .right .list {
  padding-right: 27%;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#index-body .init-5 .right .list ul {
  padding-right: 50%;
  margin-right: -50%;
  overflow: hidden;
  color: black;
}
#index-body .init-5 .right .list .slick-list {
  overflow: unset;
}
#index-body .init-5 .right .list .slick-list .slick-slide > div {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-5 .right .list .slick-list .slick-slide > div:nth-child(odd) li:first-child {
  opacity: 0;
}
#index-body .init-5 .right .list .slick-list .slick-slide > div:nth-child(even) li:last-child {
  opacity: 0;
}
#index-body .init-5 .right .list .slick-list .slick-slide.slick-current + div > div:last-child {
  opacity: 0;
}
#index-body .init-5 .right .list .slick-arrow {
  width: 140px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  border: none;
  font-size: 60px;
  cursor: pointer;
  cursor: hand;
  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;
}
#index-body .init-5 .right .list .slick-arrow i.fa {
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
#index-body .init-5 .right .list .slick-arrow.prev {
  bottom: 50%;
  right: 100%;
}
#index-body .init-5 .right .list .slick-arrow.next {
  bottom: 0;
  right: 27%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .init-5 .right .list li a {
  height: 110px;
  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: white;
}
#index-body .init-5 .right .list li a img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .box .top .info ul li {
    font-size: 14px;
  }
  #header .nav .ui.menu .box .top {
    height: 60px;
  }
  #header .nav .ui.menu .menu-box {
    line-height: 60px;
    height: 60px;
  }
  #header .nav .ui.menu .logo {
    margin-bottom: 15px;
  }
  #header .nav .ui.menu .box:after {
    right: 101%;
  }
  #index-body .init-3,
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-3 .list {
  
  }
  #index-body .init-3 .list ul li span.h6 {
    font-size: 20px;
  }
  #index-body .init-3 .list ul li .info {
    font-size: 16px;
  }
  #index-body .init-4 .right span.h2,
  #index-body .init-3 span.h2 {
    font-size: 28px;

  }
  #index-body .init-4 .right .text {
    font-size: 16px;
  }
  #index-body .init-4 .right .list {
    margin-top: 30px;
  }
  #index-body .init-5 .right .list {
    padding-right: 40%;
  }
  #index-body .init-5 .right .list .slick-arrow.next {
    right: 40%;
  }
  #index-body .init-5 .right .list li a {
    height: 90px;
  }
  #index-body .init-5 .right .list .slick-arrow {
    height: 90px;
  }
  #index-body .init-5 .left span.h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  #header .nav .ui.menu .box .top .outer .search {
    margin-left: 2em;
  }
  #header .nav .ui.menu .logo {
    padding-right: 6%;
    margin-bottom: 20px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 60px;
  }
  #template-1686194450 li .content .right .img {
    padding-right: 20%;
  }
  #index-body .init-1 .left {
    max-width: 45%;
  }
  #index-body span.tag {
    font-size: 20px;
  }
  #index-body .init-2 .box .right .content ol li img {
    max-height: 40px;
  }
  #index-body .init-3 .list ul li .info {
    font-size: 14px;
    margin: 20px 0 50px;
  }
  #index-body .init-3 .list ul li span.h6 {
    font-size: 18px;
  }
  #index-body .init-4 .right span.h2,
  #index-body .init-3 span.h2 {
    font-size: 24px;
  }
  #index-body .init-4 .right .text {
    font-size: 14px;
  }
  .template-1686195528 .list ul li time em {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
  }
  .template-1686195528 .list ul li .content h3 {
    font-size: 18px;

  }
  .template-1686195528 .list ul li .content .text {
    font-size: 14px;
    margin: 1em 0;
  }
  .template-1686195528 .list ul li .content a.link {
    font-size: 14px;
  }
  .template-1686195528 .list ul li .content {
    padding-left: 15px;
    margin-left: 15px;
  }
  .template-1686195528 {
    padding: 50px 0;
  }
  .template-1686195528 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #template-1686194450 li .content .left {
    margin-bottom: 0;
  }
  #template-1686194450 li .content .left h2 {
    font-size: 24px;
  }
  #index-body .init-1 .left {
    max-width: none;
  }
  #index-body span.tag {
    font-size: 16px;
  }
  #index-body .init-2 .box .left {
    width: 20%;
  }
  #index-body .init-2 .box .right {
    width: 80%;
  }
  #index-body .init-2 .box .right .content {
    margin: 1em 0;
  }
  #index-body .init-3 .list {
    padding: 0 15%;
  }
  #index-body .init-3 .list ul .slick-arrow.slick-prev {
    left: -15%;
  }
  #index-body .init-3 .list ul .slick-arrow.slick-next {
    right: -15%;
  }
  #index-body .init-4 .right .text {
    margin: .5em 0;
  }
  #index-body .init-4 .right .list {
    margin-top: 10px;
  }
  #index-body .init-5 .left span.h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #template-1686194450 #down {
    display: none;
  }
  #index-body .init-2 .box .left {
    padding-right: 0;
  }
  #index-body .init-3 .list {
    margin-top: 20px;
  }
  #index-body .init-3 .list ul .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
  #index-body .init-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .init-4 .left {
    display: none;
  }
  #index-body .init-5 .left {
    width: 100%;
    padding: 40px 0;
  }
  #index-body .init-5 .right {
    width: 100%;
  }
  #index-body .init-5 .left span.h2 {
    font-size: 28px;
  }
  #index-body .init-5 .right .list .slick-arrow {
    display: none !important;
  }
  #index-body .init-5 .right .list {
    padding-right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    overflow: hidden;
  }
  #index-body .init-5 .right .list li a img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #index-body .init-5 .right .list .slick-list .slick-slide.slick-current + div > div:last-child {
    opacity: 1;
  }
  #index-body .init-4 .right {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #template-1686194450 li .content .left img {
    display: none;
  }
  #index-body .init-1 .left span.h2,
  #index-body .init-2 .box .right span.h2 {
    max-width: none;
  }
  #index-body .init-2 .box .left .list ul li {
    margin: 0 .5em;
  }
  #index-body .init-2 .box .right .slide {
    position: static;
    opacity: 1;
    margin-top: 50px;
  }
  #index-body .init-2 .box .right .slide:first-child {
    margin-top: 0;
  }
  #index-body .init-2 .box .left {
    display: none;
  }
  #index-body .init-2 .box .right .content ol li {
    padding: 0 1%;
  }
  #index-body .init-2 .box .right .content ol {
    margin: 0 -1%;
  }
  #index-body .init-3 .list {
    padding: 0;
  }
  #index-body .init-3 .list ul .slick-arrow.slick-prev {
    left: 10px;
  }
  #index-body .init-3 .list ul .slick-arrow.slick-next {
    right: 10px;
  }
  #index-body .init-3 .list ul li .info {
    margin: 10px 0 30px;
  }
  #index-body .init-4 .right .list ul li {
    padding: 5px;
  }
  #index-body .init-4 .right .list ul {
    margin: -5px;
  }
  #index-body .init-5 .left span.h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-5 .left span.tag {
    font-size: 14px;
  }
  #index-body .init-3 .list ul li .info {
    display: none;
  }
  #index-body .init-3 .list ul li a.img {
    padding: 0 5%;
    margin-top: 40px;
  }
  #index-body .init-3 .list ul li span.h6 {
    font-size: 16px;
    max-width: none;
  }
  #index-body .init-2 .box .right .content ol li {
    width: 100%;
    border-right: none;
    padding: 5px;
  }
  #index-body .init-2 .box .right .content ol {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }
  #template-1686194450 li .content .left h2 {
    font-size: 20px;
    max-width: none;
  }
  #template-1686194450 .slick-dots {
    display: none !important;
  }
  #footer .footer-top .box .left .box2 span.h6 {
    font-size: 20px;
  }
}
.inner-banner {
    padding: 200px 0;
    color: #fff;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
.inner-banner.teshu:before {
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  left: -16.5%;
  background: var(--color2);
  opacity: .7;
  position: absolute;
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
}
.inner-banner span.h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  padding-bottom: .2em;
  background: url("../images/inner-1-line.png") left bottom no-repeat;
}
.inner-banner .text {
  font-size: 28px;
  line-height: 1.4;
  margin: 1em 0;
}
.inner-banner .mbx {
  font-size: 16px;
      line-height: 30px;
}
.sj {
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .left {
  width: 52%;
}
.about-page .about-1 .left span.tag {
  color: var(--color2);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.about-page .about-1 .left span.h3 {
  font-size: 26px;
  display: block;
  line-height: 1.2;
}
.about-page .about-1 .left .text {
  font-size: 17px;
  color: #646464;
  line-height: 1.6;
  margin: 1.2em 0;
}
.about-page .about-1 .left .text p {
  margin-top: 1em;
}
.about-page .about-1 .left .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right {
  width: 48%;
  padding-left: 3%;
}
.about-page .about-1 .right .list ul li {
  padding: 23px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid #e3e3e3;
}
.about-page .about-1 .right .list ul li i.fa {
  padding: 0 .5em;
  font-size: 28px;
  line-height: 1;
  margin-top: -0.1em;
}
.about-page .about-1 .right .list ul li .content {
  width: 100%;
}
.about-page .about-1 .right .list ul li .content span.h6 {
  font-size: 18px;
  color: #373737;
  line-height: 1.4;
  display: block;
}
.about-page .about-1 .right .list ul li .content .text {
  font-size: 15px;
  color: #646464;
  line-height: 1.4;
  margin-top: 1.2em;
  display: none;
}
.about-page .about-1 .right .list ul li span.plus {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .right .list ul li span.plus:after,
.about-page .about-1 .right .list ul li span.plus:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #a6a6a6;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .right .list ul li span.plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about-page .about-1 .right .list ul li.active span.plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.about-page .about-2 {
  padding: 180px 0 180px;
  color: white;
  background: url("../images/init-4-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.about-page .about-2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
.about-page .about-2 span.h2.small {
  font-weight: normal;
}
.about-page .about-2 .list {
  margin-top: 65px;
}
.about-page .about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page .about-2 .list ul li {
  width: auto;
}
.about-page .about-2 .list ul li span.h6 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  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;
  margin-bottom: .4em;
}
.about-page .about-2 .list ul li span.h6 i {
  font-size: 0.2em;
  margin-left: .5em;
}
.about-page .about-2 .list ul li p {
  font-size: 18px;
  font-weight: 300;
}
.about-page .about-2 .play {
  margin-top: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .play img {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .play:after,
.about-page .about-2 .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-2 .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-3 {
  padding: 110px 0;
}
.about-page .about-3 .list ul {
  margin: -20px;
}
.about-page .about-3 .list ul li {
  padding: 20px;
}
.about-page .about-3 .list ul li .box {
  overflow: hidden;
}
.about-page .about-3 .list ul li .box .content {
  background: var(--color2);
  padding: 15px 7% 0;
  color: white;
  position: relative;
}
.about-page .about-3 .list ul li .box .content:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  top: 100%;
  left: 0;
  background: inherit;
  -webkit-transform: skewX(-75deg);
  -moz-transform: skewX(-75deg);
  -ms-transform: skewX(-75deg);
  transform: skewX(-75deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
      z-index: 1;
}
.about-page .about-3 .list ul li .box .content i {
    width: 40px;
    background: #fcc101;
    padding: 20px 4px 20px;
    display: block;
    position: relative;
    top: -15px;
}
.about-page .about-3 .list ul li .box .content i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-page .about-3 .list ul li .box .content i:after {
    content: '';
    border-bottom: 6px solid var(--color2);
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-page .about-3 .list ul li .box .content span.tag {
  font-size: 18px;
  display: block;
  line-height: 1.2;
  margin-top: 1em;
}
.about-page .about-3 .list ul li .box .content span.h3 {
  font-size: 26px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .list ul li .box .content .text {
  font-size: 15px;
  line-height: 1.6;
  margin: 1em 0 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 11.2em;
}
.about-page .about-3 .list ul li .box .content a.more {
  padding: 0 2em 0 .8em;
  text-transform: capitalize;
  background: white;
  color: var(--color2);
  position: relative;
  line-height: 2.5em;
  height: 2.5em;
}
.about-page .about-3 .list ul li .box .content a.more:after {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-3 .list ul li .box .content a.more:hover {
  background: var(--color);
  color: white;
}
.about-page .about-3 .list ul li .box .img {
  display: block;
      overflow: hidden;
}
.about-page .about-3 .list ul li .box .img img {
  width: 100%;
  transition: all 1.2s ease;
}
.about-page .about-3 .list ul li:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all 1.2s ease;
}
.about-page .about-4 {
  padding: 110px 0 80px;
  background: url("../images/about-4-bg.jpg") center center;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  margin-bottom: 4%;
}
.about-page .about-4:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: -10%;
  right: 0;
  background: url("../images/about-4-2.png") right bottom no-repeat;
  background-size: 60% auto;
  position: absolute;
}
.about-page .about-4 span.h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}
.about-page .about-4 .text {
  font-size: 16px;
  margin-top: 1em;
  display: block;
}
.about-page .about-4 .text:after {
  content: '';
  width: 2em;
  height: 0.25em;
  background: white;
  display: block;
  margin: 1em auto 0;
}
.about-page .about-4 .list {
  margin-top: 60px;
}
.about-page .about-4 .list ul li {
  padding: 0 30px;
}
.about-page .about-4 .list ul li a {
  display: block;
}
.about-page .about-4 .list ul li a img {
  display: block;
  width: 100%;
}
.about-page .slick-arrow {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .slick-arrow.slick-prev {
  right: 100%;
  background-image: url("../images/banner-btn-l.png");
}
.about-page .slick-arrow.slick-next {
  left: 100%;
  background-image: url("../images/banner-btn-r.png");
}
.about-page .slick-arrow:hover {
  background-color: var(--color2);
}
.about-page .about-5 {
  padding: 110px 0;
  text-align: center;
  overflow: hidden;
}
.about-page .about-5 span.h2 {
  font-size: 30px;
  line-height: 1.2;
}
.about-page .about-5 span.h2:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin: .5em auto 0;
  background-color: var(--color);
}
.about-page .about-5 .list {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.about-page .about-5 .list .slick-arrow {
  z-index: 6;
}
.about-page .about-5 .list .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.about-page .about-5 .list .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.about-page .about-5 .list ul {
  margin: 0 -15%;
  position: static;
}
.about-page .about-5 .list .slick-slide {
  -webkit-transform: translateX(170%);
  -moz-transform: translateX(170%);
  -ms-transform: translateX(170%);
  transform: translateX(170%);
  position: relative;
  z-index: 1;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list .slick-slide li {
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list .slick-slide.slick-active {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
}
.about-page .about-5 .list .slick-slide.slick-active li {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list .slick-slide.slick-active + div {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  z-index: 3;
}
.about-page .about-5 .list .slick-slide.slick-active + div li {
  -webkit-transform: scale(0.85714286);
  -moz-transform: scale(0.85714286);
  -ms-transform: scale(0.85714286);
  transform: scale(0.85714286);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 4;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  z-index: 3;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div li {
  -webkit-transform: scale(0.85714286);
  -moz-transform: scale(0.85714286);
  -ms-transform: scale(0.85714286);
  transform: scale(0.85714286);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div li {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div {
  -webkit-transform: translateX(-170%);
  -moz-transform: translateX(-170%);
  -ms-transform: translateX(-170%);
  transform: translateX(-170%);
  z-index: 1;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div li {
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}
@media screen and (max-width: 1600px) {
  .about-page .about-2 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-2 span.h2 {
    font-size: 28px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 60px;
  }
  .about-page .about-2 {
    padding: 120px 0 200px;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-3 .right .img {
    height: 500px;
  }
  .about-page .about-2 span.h2 {
    font-size: 24px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 44px;
  }
  .about-page .about-2 {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .list ul li span.h6 {
    font-size: 36px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 span.h2 {
    font-size: 20px;
  }
  .about-page .about-2 span.h2.small {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 5px;
  }
}
.inner-page .sideBarBox .sideBarLeft {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.inner-page .sideBarBox .sideBarLeft form {
  height: 42px;
  line-height: 42px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 42px;
  border: none;
  background-color: var(--color2);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .sideBarBox .sideBarLeft form button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
  margin-top: 50px;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
  display: block;
  padding-right: 1.5em;
  position: relative;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
  position: absolute;
  right: .3em;
  top: 0;
  font-size: 140%;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
  opacity: .6;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover > a {
  color: var(--color2);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
  padding-left: 1em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
  font-weight: normal;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
  margin: 10px 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
  width: 25%;
  margin-right: 4%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
  font-size: 14px;
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
  font-size: 14px;
  color: var(--color2);
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg {
  background-image: url("../images/sideBarImg-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 180px 10% 80px;
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0 2em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
  line-height: 2em;
  height: 2em;
  padding: 0 1em 0 .5em;
  background: url("../images/icon-sideBarImg-link.png") center no-repeat;
  background-size: 100% 100%;
}
.inner-page .sideBarBox .slideBarRight {
  width: 75%;
  padding-left: 2%;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  font-size: 16px;
  line-height: 2em;
  height: 2em;
  padding: 0 1em;
  border-radius: 0.33333333em;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.33333333em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color2);
  color: white;
}
.product-page {
  padding: 110px 0;
}
.product-page .slideBarRight h1 {
  font-size: 26px;
  line-height: 1.2;
  display: block;
}
.product-page .slideBarRight .content {
  font-size: 17px;
  color: #545454;
  line-height: 30px;
  margin-top: 1.3em;
}
.product-page .slideBarRight .content p {
  margin-top: 1em;
}
.product-page .slideBarRight .content p:first-child {
  margin-top: 0;
}
.product-page .slideBarRight .list {
  margin: 30px 0 70px;
}
.product-page .slideBarRight .list ul {
  margin: -25px -15px;
}
.product-page .slideBarRight .list ul li {
  padding: 25px 15px;
}
.product-page .slideBarRight .list ul li .box {
  display: block;
  padding: 0 5%;
  position: relative;
  background: #edeef0;
  z-index: 1;
}
.product-page .slideBarRight .list ul li .box:before {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color2);
  z-index: -1;
  opacity: 0;
}
.product-page .slideBarRight .list ul li .box:after {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewY(-20deg);
  -moz-transform: skewY(-20deg);
  -ms-transform: skewY(-20deg);
  transform: skewY(-20deg);
  background: var(--color2);
  z-index: -1;
  opacity: 0;
}
.product-page .slideBarRight .list ul li .box i {
  width: 38px;
  background: #fcc101;
  padding: 12px 4px 22px;
  display: block;
  position: relative;
  top: -8px;
}
.product-page .slideBarRight .list ul li .box i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page .slideBarRight .list ul li .box i:after {
  content: '';
  border-bottom: 6px solid #edeef0;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-page .slideBarRight .list ul li .box span.tag {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  margin: .3em 0;
}
.product-page .slideBarRight .list ul li .box span.h4 {
  font-size: 17px;
  font-weight: bold;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 30px;
  height: 3.2em;
}
.product-page .slideBarRight .list ul li .box .text {
  font-size: 14px;
  line-height: 1.6;
  margin: 1em 0 1.5em;
  opacity: .8;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;

}
.product-page .slideBarRight .list ul li .box a.more {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  padding: 0 1em;
  position: relative;
  background-color: var(--color2);
  color: white;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .slideBarRight .list ul li .box a.more:after {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right-color: #edeef0;
  border-bottom-color: #edeef0;
}
.product-page .slideBarRight .list ul li .box a.img {
  padding: 15px 0;
  display: block;
  text-align: center;
}
.product-page .slideBarRight .list ul li .box:hover {
  color: white;
}
.product-page .slideBarRight .list ul li .box:hover:after,
.product-page .slideBarRight .list ul li .box:hover:before {
  opacity: 1;
}
.product-page .slideBarRight .list ul li .box:hover a.more {
  background-color: white;
  color: var(--color2);
}
.product-page .slideBarRight .list ul li .box:hover a.more:after {
  border-right-color: var(--color2);
  border-bottom-color: var(--color2);
}
.product-page .slideBarRight .list ul li .box:hover i:after {
  border-bottom-color: var(--color2);
}
.seoAbout {
  padding-bottom: 110px;
}
.seoAbout .left span.tag {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: var(--color2);
  margin-bottom: .7em;
  line-height: 1;
}
.seoAbout .left span.h3 {
  font-size: 26px;
  line-height: 1.2;
}
.seoAbout .left .text {
  font-size: 17px;
  color: #646464;
  line-height: 30px;
}
.seoAbout .left .text p {
  margin-top: 1em;
}
.seoAbout .right {
  padding-left: 3%;
}
.about-page.seo .about-2 {
  position: relative;
  padding: 180px 0 140px;
}
.about-page.seo .about-2:before {
  content: '';
  height: 116px;
  width: 1px;
  background-color: white;
  position: absolute;
  top: 4%;
  left: 50%;
}
.seoIndustry {
  padding-bottom: 110px;
}
.seoIndustry span.h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .6em;
  display: block;
}
.seoIndustry .text {
  font-size: 18px;
  color: #676767;
  line-height: 2;
}
.seoIndustry .text em {
  font-weight: bold;
  color: black;
}
.prodet-page {
  padding: 110px 0;
}
.prodet-page .prodet-1 .left {
  width: 57%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  padding: 12%;
  border: 3px solid #f2f2f2;
  position: relative;
}
.prodet-page .prodet-1 .left .img ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img i.mask {
  position: absolute;
  right: 1%;
  bottom: 2%;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 4%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
font-size: 24px;
    font-weight: 700;
    display: block;
}
.prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
    margin: 1.5em 0;
    color: #4d4d4d;
}
.prodet-page .prodet-1 .right .list ul {
  margin: -9px;
}
.prodet-page .prodet-1 .right .list ul li {
  padding: 9px;
}
.prodet-page .prodet-1 .right .list ul li a {
  display: block;
  padding: 15px;
  border: 2px solid #ececec;
  border-radius: 7px;
}
.prodet-page .prodet-1 .right .list ul li a img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right .btn {
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .btn a.more {
  line-height: 2.22222222em;
  height: 2.22222222em;
  padding: 0 1.5em;
  min-width: 7.77777778em;
  text-align: center;
  text-transform: capitalize;
  background-color: var(--color2);
  position: relative;
  margin-right: 1em;
}
.prodet-page .prodet-1 .right .btn a.more:after {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right-color: white;
  border-bottom-color: white;
}
.prodet-page .prodet-1 .right .btn a.more:hover {
  background-color: var(--color);
}
.prodet-page .shareBoxFlex {
  margin-top: 55px;
  margin-bottom: 35px;
  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;
}
.prodet-page .shareBoxFlex .share {
  font-size: 16px;
  color: #616161;
  margin-left: -1.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-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.prodet-page .shareBoxFlex .share a {
  padding: 0 1.5em;
  border-right: 1px solid #616161;
}
.prodet-page .shareBoxFlex .share a:last-child {
  border-right: none;
}
.prodet-page .shareBoxFlex .line {
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
}
.prodet-page .shareBoxFlex .info {
  font-size: 14px;
  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-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.prodet-page .shareBoxFlex .info a {
  margin-left: 1.5em;
}
.prodet-page .shareBoxFlex .info a img {
  margin-right: .5em;
}
.prodet-page span.titleBox {
  font-size: 18px;
  padding: .7em;
  color: white;
  display: block;
  background-color: var(--color2);
  position: relative;
  margin-bottom: 1em;
}
.prodet-page span.titleBox:after {
  content: '';
  border-right: 15px solid white;
  border-bottom: 10px solid white;
  border-top: 10px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.prodet-page .content {
  font-size: 15px;
  color: #585858;
  line-height: 30px;
}
.prodet-page .content p {
  margin-top: 1em;
}
.prodet-page .content p:first-child {
  margin-top: 0;
      line-height: 2;
    margin-bottom: 20px;
}
.prodet-page .prodet-3 {
  padding: 60px 0;
}
.prodet-page .prodet-3 .flex {
  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;
}
.prodet-page .prodet-3 .flex .btn {
  width: 20%;
  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;
}
.prodet-page .prodet-3 .flex .btn div {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: var(--color2);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 1.5em;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-3 .flex .list {
  width: 80%;
}
.prodet-page .prodet-3 .flex .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-3 .flex .list li .content {
  width: 65%;
  padding-right: 5%;
}
.prodet-page .prodet-3 .flex .list li .content span.h6 {
  font-size: 24px;
  color: #2c2927;
  font-weight: bold;
  line-height: 1.2;
}
.prodet-page .prodet-3 .flex .list li .content .text {
  font-size: 18px;
  margin-top: 1em;
}
.prodet-page .prodet-3 .flex .list li .img {
  width: 35%;
}
.prodet-page .prodet-4 {
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-4:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f2f2f4;
}
.prodet-page .prodet-4 .list ul li {
  padding: 30px;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}
.prodet-page .prodet-4 .list ul li img {
  display: block;
  margin: 10px auto 0;
}
.prodet-page .prodet-5 {
  margin-top: 50px;
}
.prodet-page .prodet-5 .content td {
  border: none;
}
.prodet-page .prodet-5 .content td:first-child {
  width: 60% !important;
  padding-right: 5%;
}
.prodet-page .prodet-5 .content td:last-child {
  width: 40% !important;
  text-align: center;
}
.prodet-page .prodet-6 .list {
  padding-right: 4%;
  overflow: hidden;
}
.prodet-page .prodet-6 .list .slick-list {
  overflow: unset;
}
.prodet-page .prodet-6 .list ul {
  margin: 0 -25px;
}
.prodet-page .prodet-6 .list ul li {
  padding: 0 25px;
}
.prodet-page .prodet-6 .list ul li a.img-box {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  display: block;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.prodet-page .prodet-6 .list ul li a.img-box img {
  width: 100%;
  -webkit-transform: skewX(10deg) scale(1.2);
  -moz-transform: skewX(10deg) scale(1.2);
  -ms-transform: skewX(10deg) scale(1.2);
  transform: skewX(10deg) scale(1.2);
}
.prodet-page .prodet-6 .list ul li span.h6 {
  font-size: 17px;
  color: #363636;
  margin-top: 1.5em;
  display: block;
  text-align: center;
}
.prodet-page .prodet-7 {
  margin-top: 60px;
}
.prodet-page .prodet-7 table {
  margin-bottom: 0;
}
.prodet-page .prodet-7 table tr {
  border: 1px solid white;
}
.prodet-page .prodet-7 table tr:nth-child(even) {

}
.prodet-page .prodet-7 table tr:first-child {
  background-color: #484443;
  text-align: center;
  font-size: 120%;
  color: white;
}
.prodet-page .prodet-7 table tr td {
  border: none;
  padding: 1em;
  border: 1px solid #666;
}
.history-page {
  padding: 110px 0;
  overflow: hidden;
}
.history-page .historySideBar .historySideLeft {
  width: 40%;
  padding: 0 8%;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 30px;
  padding: 1.83333333em 15%;
  display: block;
  background: url("../images/historySideLeft-1.jpg") center center no-repeat;
  background-size: cover;
  line-height: 1.2;
  color: white;
  position: relative;
}
.history-page .historySideBar .historySideLeft span.h3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: url("../images/historySideLeft-3.jpg") center center no-repeat;
  background-size: cover;
}
.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: .5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/historySideLeft-2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
  width: 60%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: var(--color2);
  line-height: 1.2;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--color2);
  font-size: 120%;
}
.sustainable-page span.tag {
  font-size: 18px;
  color: var(--color2);
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.sustainable-page .sustainable-1 {
  padding: 110px 0;
}
.sustainable-page .sustainable-1 .img {
  display: block;
}
.sustainable-page .sustainable-1 .img img {
  width: 100%;
}
.sustainable-page .sustainable-1 .text {
  color: #646464;
}
.sustainable-page .sustainable-1 .left {
  width: 48%;
  padding-right: 5%;
}
.sustainable-page .sustainable-1 .left .text {
  font-size: 20px;
  padding: 0 5%;
  margin-top: 10%;
}
.sustainable-page .sustainable-1 .right {
  width: 52%;
  margin-top: 80px;
}
.sustainable-page .sustainable-1 .right span.h3 {
  font-size: 32px;
  line-height: 1.2;
  display: block;
}
.sustainable-page .sustainable-1 .right .text {
  font-size: 17px;
  margin: 1.5em 0 4em;
}
.sustainable-page .sustainable-2 {
  padding-bottom: 110px;
}
.sustainable-page .sustainable-2 .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;
}
.sustainable-page .sustainable-2 .top .title {
  width: 25%;
}
.sustainable-page .sustainable-2 .top .title span.h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-2 .top .text {
  font-size: 18px;
  line-height: 1.4;
  color: #999ca0;
  width: 55%;
}
.sustainable-page .sustainable-2 .top a.link {
  font-size: 16px;
}
.sustainable-page .sustainable-2 .top a.link i.fa {
  margin-left: .5em;
}
.sustainable-page .sustainable-2 .list {
  margin-top: 35px;
}
.sustainable-page .sustainable-2 .list ul {
  margin: 0 -20px;
}
.sustainable-page .sustainable-2 .list ul li {
  padding: 0 20px;
}
.sustainable-page .sustainable-2 .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-3 {
  padding-top: 160px;
  background: url("../images/sustainable-3.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  margin-bottom: 90px;
}
.sustainable-page .sustainable-3 .box {
  width: 450px;
  margin-right: 5%;
  display: block;
  margin-left: auto;
  padding: 50px 35px;
  position: relative;
  z-index: 1;
  background-color: rgba(6, 62, 157, 0.9);
}
.sustainable-page .sustainable-3 .box:before {
  content: '';
  border-left: 45px solid white;
  border-bottom: 45px solid white;
  border-top: 45px solid transparent;
  border-right: 45px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.sustainable-page .sustainable-3 .box:after {
  content: '';
  width: 100%;
  background-color: var(--color2);
  position: absolute;
  left: 0;
  opacity: .9;
  z-index: -1;
  height: 90px;
  top: 100%;
}
.sustainable-page .sustainable-3 .box span.h3 {
  font-size: 24px;
  line-height: 1.4;
  display: block;
}
.sustainable-page .sustainable-3 .box .text {
  font-size: 15px;
  line-height: 1.8;
  margin: 2em 0;
}
.sustainable-page .sustainable-3 .box a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 2em;
  padding-right: 3em;
  background-color: white;
  color: var(--color2);
  position: relative;
}
.sustainable-page .sustainable-3 .box a.more:after {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: var(--color2);
  border-right-color: var(--color2);
}
.sustainable-page .sustainable-4 {
  padding: 110px 0;
}
.sustainable-page .sustainable-4 span.h3 {
  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;
  font-size: 30px;
  font-weight: bold;
}
.sustainable-page .sustainable-4 span.h3 img {
  margin-right: .3em;
}
.sustainable-page .sustainable-4 .box {
  margin-top: 60px;
}
.sustainable-page .sustainable-4 .box .left .list {
  position: relative;
}
.sustainable-page .sustainable-4 .box .left .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-4 .box .left .list .btn {
  position: absolute;
  left: 100%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .sustainable-4 .box .left .list .btn div {
  height: 45px;
  width: 45px;
  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: #7f7f7f;
  color: white;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-4 .box .left .list .btn div:hover {
  background-color: var(--color2);
}
.sustainable-page .sustainable-4 .box .right {
  padding-left: 4%;
}
.sustainable-page .sustainable-4 .box .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.sustainable-page .sustainable-4 .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .box .right .list ul li i {
  margin-right: 20px;
  width: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.sustainable-page .sustainable-4 .box .right .list ul li .content .text {
  font-size: 16px;
  color: #353535;
  line-height: 1.6;
  margin-top: .5em;
}
.sustainable-page .sustainable-5 {
  padding-bottom: 30px;
  display: block;
}
.sustainable-page .sustainable-5 .slide {
  margin-bottom: 70px;
  background-color: #e1e5ec;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .left {
  width: 48%;
  vertical-align: middle;
  padding: 0 3%;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .left span.h6 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-5 .slide .left .text {
  font-size: 18px;
  color: #353535;
  line-height: 1.6;
  margin: 1em 0 3em;
}
.sustainable-page .sustainable-5 .slide .left a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 1em;
  padding-right: 2em;
  position: relative;
  background-color: white;
  color: var(--color);
  text-transform: capitalize;
}
.sustainable-page .sustainable-5 .slide .left a.more:after {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #e1e5ec;
  border-right-color: #e1e5ec;
}
.sustainable-page .sustainable-5 .slide .left a.more:hover {
  background-color: var(--color2);
  color: white;
}
.sustainable-page .sustainable-5 .slide .right {
  width: 52%;
  vertical-align: middle;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .right a.img {
  display: block;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .right a.img img {
  -webkit-transform: skewX(-15deg) scale(1.2);
  -moz-transform: skewX(-15deg) scale(1.2);
  -ms-transform: skewX(-15deg) scale(1.2);
  transform: skewX(-15deg) scale(1.2);
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .left {
  left: 52%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right {
  left: -48%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.contact-page {
  padding-bottom: 110px;
}
.contact-page .left {
  width: 47% !important;
  padding-right: 5%;
}
.contact-page .left .box2 {
  background-color: #edeef0;
  padding: 30px 5% 90px;
  position: relative;
}
.contact-page .left .box2:before {
  content: '';
  width: 50%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: inherit;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.contact-page .left .box2:after {
  content: '';
  width: 50%;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: inherit;
}
.contact-page .left .box2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
}
.contact-page .left .box2 .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.4;
}
.contact-page .left .box2 .form {
  margin-top: 50px;
}
.contact-page .left .box2 .form ul li {
  font-size: 16px;
  color: #666;
}
.contact-page .left .box2 .form ul li label {
  display: block;
  margin: 1em 0 .5em;
  font-weight: 600;
}
.contact-page .left .box2 .form ul li label em {
  color: var(--color);
}
.contact-page .left .box2 .form ul li input,
.contact-page .left .box2 .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #aaabad;
  padding: .2em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .left .box2 .form ul li input:focus,
.contact-page .left .box2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .left .box2 .form ul li textarea {
  height: 140px;
}
.contact-page .left .box2 .form ul li a.more {
  margin-top: 50px;
  padding-left: 2em;
  padding-right: 2.5em;
  background-color: var(--color2);
  position: relative;
}
.contact-page .left .box2 .form ul li a.more:hover {
  background-color: var(--color);
}
.contact-page .left .box2 .form ul li a.more:after {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #edeef0;
  border-right-color: #edeef0;
}
.contact-page .right {
  width: 53% !important;
  padding-top: 110px;
}
.contact-page .right span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  display: block;
}
.contact-page .right span.h2:after {
  content: '';
  width: 2em;
  height: 0.11111111em;
  background-color: black;
  display: block;
  margin-top: .2em;
}
.contact-page .right .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.4;
  margin: 1em 0 1.5em;
}
.contact-page .right .phone {
  font-size: 15px;
  color: white;
  padding: 1em;
  text-align: center;
  background-color: var(--color2);
  position: relative;
}
.contact-page .right .phone:after,
.contact-page .right .phone:before {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: white;
  border-right-color: white;
}
.contact-page .right .phone:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .right span.h5 {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  display: block;
  line-height: 1.2;
  margin: 1.5em 0 .5em;
}
.contact-page .right span.h6 {
  display: block;
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.2;
  font-weight: bold;
}
.contact-page .right .info {
  font-size: 16px;
  color: #7e7f81;
}
.contact-page .right .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5em;
}
.contact-page .right .info li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .right iframe {
  margin-top: 25px;
  height: 320px;
  width: 100%;
}
.news-page {
  padding: 110px 0;
}
.news-page .sideBarBox .slideBarRight {
  padding-left: 0;
  padding-right: 2%;
}
.news-page .sideBarBox .slideBarRight .list {
  margin-bottom: 90px;
}
.news-page .sideBarBox .slideBarRight .list ul {
  margin: -27px -17px;
}
.news-page .sideBarBox .slideBarRight .list ul li {
  padding: 27px 17px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box {
  background-color: #edeef0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img {
  display: block;
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img time {
  font-size: 12px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 5%;
  bottom: 5%;
  color: white;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img:before {
  content: '';
  border-left: 15px solid white;
  border-top: 20px solid white;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content {
  padding: 15px 20px 30px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6:hover {
  color: var(--color2);
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
  font-size: 14px;
  color: #7e7f81;
  line-height: 1.4;
  margin: 1em 0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more {
  background-color: var(--color2);
  position: relative;
  font-size: 12px;
  line-height: 3em;
  height: 3em;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:hover {
  background-color: var(--color);
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:after {
  content: '';
  border-right: 0.6em solid var(--color2);
  border-bottom: 0.6em solid var(--color2);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #edeef0;
  border-right-color: #edeef0;
}
.news-page .sideBarBox .sideBarLeft {
  padding-left: 2%;
}
.newdet-page .newdet-content {
  padding-right: 85px;
}
.newdet-page .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color2);
  border: 1px solid var(--color2);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .newdet-content .category a:hover {
  background: var(--color2);
  color: #fff;
}
.newdet-page .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .newdet-content h4.n-title {
  font-size: 30px;
  line-height: 2;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #555;
  padding: 0;
}
.newdet-page .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-page .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-page .newdet-content .m-link a {
  width: 50%;
  padding: 35px 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;
}
.newdet-page .newdet-content .m-link a .r-img {
  margin-right: 2rem;
}
.newdet-page .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-content .m-link a .r-img {
    display: none;
  }
}
.newdet-page .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 255px;
}
.newdet-page .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-page .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.newdet-page .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .form {
  margin-top: 60px;
}
.newdet-page .form span.h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -10px;
}
.newdet-page .form ul li {
  padding: 10px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: .5em 1em;
  border: 1px solid #eee;
}
.newdet-page .form ul li textarea {
  height: 100px;
}
.newdet-page .form ul li a.more {
  background-color: var(--color2);
}
.newdet-page .form ul li a.more:hover {
  background-color: var(--color);
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
.application-page span.h2 {
  font-size: 36px;
  color: #363636;
  font-weight: bold;
  line-height: 1.2;
}
.application-page span.h2:after {
  content: '';
  width: 1em;
  height: 0.11111111em;
  display: block;
  background-color: var(--color2);
  margin-top: .2em;
}
.application-page .application-1 {
  padding-top: 110px;
}
.application-page .application-1 .box .slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
}
.application-page .application-1 .box .left {
  padding-right: 2%;
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 50px 0;
}
.application-page .application-1 .box .left .info {
  margin: 10px 0;
}
.application-page .application-1 .box .left span.h6 {
  font-size: 26px;
  line-height: 1.4;
}
.application-page .application-1 .box .left .text {
  font-size: 16px;
  color: #7e7f81;
}
.application-page .application-1 .box .left .text p {
  margin-top: 2em;
}
.application-page .application-1 .box .left .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.application-page .application-1 .box .left .btn div {
  height: 60px;
  width: 60px;
  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: #7f7f7f;
  color: white;
  font-size: 20px;
  margin-right: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.application-page .application-1 .box .left .btn div:hover {
  background-color: var(--color2);
}
.application-page .application-1 .box .right .img {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}
.application-page .application-1 .box .right .img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.application-page .application-1 .list {
  margin-top: 100px;
  padding-right: 5%;
  overflow: hidden;
}
.application-page .application-1 .list ul {
  margin: -26px;
}
.application-page .application-1 .list ul .slick-list {
  overflow: unset;
}
.application-page .application-1 .list ul .slick-slide {
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.application-page .application-1 .list ul .slick-slide.slick-active {
  opacity: 1;
}
.application-page .application-1 .list ul li {
  padding: 26px;
}
.application-page .application-1 .list ul li a.img {
  display: block;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}
.application-page .application-1 .list ul li a.img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.application-page .application-1 .list ul li span.h6 {
  font-size: 18px;
  color: #363636;
  margin-top: 1.5em;
  display: block;
  text-align: center;
}
.application-page .application-2 {
  padding: 110px 0;
  text-align: center;
}
.application-page .application-2 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-2 .list {
  margin-top: 50px;
}
.application-page .application-2 .list ul {
  margin: -25px;
  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;
}
.application-page .application-2 .list ul li {
  padding: 25px;
}
.application-page .application-2 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.application-page .application-2 .list ul li .flex .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
}
.application-page .application-2 .list ul li .flex .content {
  position: relative;
  width: 50%;
  z-index: 1;
  color: white;
  padding: 50px 5%;
  padding-left: 0;
  text-align: left;
}
.application-page .application-2 .list ul li .flex .content:before {
  content: '';
  width: 125%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/application-2-bg.png") center right no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}
.application-page .application-2 .list ul li .flex .content span.h6 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 1em;
}
.application-page .application-2 .list ul li .flex .content .text {
  font-size: 14px;
  line-height: 1.6;
}
.application-page .application-3 {
  padding-bottom: 110px;
  text-align: center;
}
.application-page .application-3 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-3 .list {
  margin-top: 40px;
}
.application-page .application-3 .list ul {
  border: 1px solid #e7e7e7;
}
.application-page .application-3 .list ul li {
  padding: 20px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}
.application-page .application-3 .list ul li a.img {
  display: block;
  margin: 70px 0;
  padding: 0 5%;
}
.application-page .application-3 .list ul li .btn {
  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;
}
.application-page .application-3 .list ul li .btn a {
  height: 40px;
  width: 40px;
  border: 1px solid #e7e7e7;
  margin: 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #aaa;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-3 .list ul li .btn a:hover {
  color: white;
  border-color: var(--color2);
  background-color: var(--color2);
}
.application-page .application-3 .list ul li span.h6 {
  font-size: 19px;
  line-height: 1.2;
  margin: 1em 0 .5em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-3 .list ul li span.h6:hover {
  color: var(--color2);
}
.application-page .application-3 .list ul li .text {
  font-size: 16px;
  color: #919191;
  line-height: 1.4;
  -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.manufacturing-page .manufacturing-1 {
  margin: 110px 0;
}
.manufacturing-page .manufacturing-1 .left {
  width: 25%;
  padding-right: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .left span.h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-1 .left span.h3:after {
  content: '';
  height: 0.13333333em;
  width: 1em;
  background-color: var(--color2);
  margin-top: .5em;
  display: block;
}
.manufacturing-page .manufacturing-1 .right {
  width: 75%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .text {
  font-size: 18px;
  color: #7e7f81;
}
.manufacturing-page .manufacturing-1 .right .text p {
  margin-top: 1em;
}
.manufacturing-page .manufacturing-1 .right .text p:first-child {
  margin-top: 0;
}
.manufacturing-page .about-5 {
  background: url("../images/manufacturing-2-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  padding-right: 4%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .left span.h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right {
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.manufacturing-page .manufacturing-2 .right .list ul li:last-child {
  margin-bottom: 0;
}
.manufacturing-page .manufacturing-2 .right .list ul li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.6;
}
.manufacturing-page .manufacturing-3 {
  padding: 60px 0;
  background-color: #edeef0;
}
.manufacturing-page .manufacturing-3 .list ul li {
  padding: 25px 0;
  border-bottom: 1px solid #d8d9db;
  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;
}
.manufacturing-page .manufacturing-3 .list ul li:last-child {
  border-bottom: none;
}
.manufacturing-page .manufacturing-3 .list ul li .content {
  width: 72%;
  padding-right: 7%;
}
.manufacturing-page .manufacturing-3 .list ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: .5em;
}
.manufacturing-page .manufacturing-3 .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-3 .list ul li .img {
  width: 28%;
}
.manufacturing-page .manufacturing-4 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-4 span.tag {
  font-size: 18px;
  color: var(--color2);
  display: block;
  line-height: 1.2;
  margin-bottom: .3em;
}
.manufacturing-page .manufacturing-4 span.h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.manufacturing-page .manufacturing-4 span.h2:after {
  content: '';
  width: 1.5em;
  height: 0.13333333em;
  display: block;
  margin-top: .3em;
  background-color: var(--color2);
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 70px;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -20px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 20px;
}
.manufacturing-page .manufacturing-4 .list ul li .box {
  background-color: var(--color2);
  color: white;
  padding: 20px;
}
.manufacturing-page .manufacturing-4 .list ul li .box a.img {
  display: block;
}
.manufacturing-page .manufacturing-4 .list ul li .box a.img img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-4 .list ul li .box span {
  font-size: 16px;
  margin: 1em 0 .5em;
  display: block;
}
.manufacturing-page .manufacturing-4 .list ul li .box span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manufacturing-page .manufacturing-4 .list ul li .box span a i {
  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;
}
.manufacturing-page .manufacturing-4 .list ul li .box span img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
}
@media screen and (max-width: 1600px) {
  .inner-banner span.h2 {
    font-size: 44px;
  }
  .inner-banner .text {
    font-size: 24px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .about-page .about-1,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5,
  .application-page .application-2,
  .history-page,
  .news-page,
  
  .sustainable-page .sustainable-1,
  .sustainable-page .sustainable-4,
  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .prodet-page {
    padding: 60px 0;
  }
  .product-page {
    padding: 2px 0;
  }
  .application-page .application-1,
  .contact-page .right {
    padding-top: 60px;
  }
  .manufacturing-page .manufacturing-1 {
    margin: 60px 0;
  }
  .application-page .application-3,
  .contact-page,
  .seoIndustry,
  .sustainable-page .sustainable-2,
  .seoAbout {
    padding-bottom: 60px;
  }
  .application-page .application-1 .list {
    margin-top: 60px;
  }
  .about-page .about-1 .left span.tag,
  .sustainable-page span.tag {
    font-size: 16px;
  }
  .about-page .about-1 .left span.h3 {
    font-size: 22px;
  }
  .about-page .about-1 .left .text {
    font-size: 15px;
  }
  .about-page .about-1 .right .list ul li .content .text {
    margin-top: .5em;
  }
  .about-page .about-1 .right .list ul li {
    padding: 17px 10px;
  }
  .about-page .about-2 {
    padding: 120px 0;
  }
  .about-page .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .about-page .slick-arrow.slick-prev {
    left: 0;
    right: auto;
  }
  .inner-banner {
    padding: 160px 0;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3 {
    font-size: 28px;
  }
  .application-page .application-1 .box .left span.h6 {
    font-size: 22px;
  }
  .application-page .application-1 .box .left .text p {
    margin-top: 1em;
  }
  .application-page .application-1 .box .left .btn div {
    width: 44px;
    height: 44px;
  }
  .application-page .application-1 .list ul li span.h6 {
    font-size: 16px;
    margin-top: 1em;
  }
  .application-page .application-2 .list ul li .flex .content span.h6 {
    font-size: 16px;
  }
  .application-page .application-3 .list ul li a.img {
    margin: 40px 0;
  }
  .application-page .application-3 .list ul li .text,
  .contact-page .left .box2 .text {
    font-size: 14px;
  }
  .application-page .application-3 .list ul li span.h6 {
    font-size: 16px;
  }
  .contact-page .right span.h5 {
    font-size: 20px;
  }
  .contact-page .right span.h6 {
    font-size: 14px;
  }
  .newdet-page .newdet-content {
    padding-right: 40px;
  }
  .newdet-page .newdet-content .content .icon {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
  .prodet-page .prodet-3 .flex .list li .content span.h6 {
    font-size: 20px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6,
  .seoAbout .left .text,
  .product-page .slideBarRight .content,
  .sustainable-page .sustainable-1 .right .text,
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text,
  .prodet-page .prodet-6 .list ul li span.h6 {
    font-size: 15px;
  }
  .prodet-page .prodet-3 .flex .list li .content .text {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding: 40px 0;
  }
  .prodet-page .prodet-4 .list ul li img {
    margin-top: 1em;
  }
  .seoAbout .left span.tag {
    font-size: 16px;
  }
  .seoAbout .left span.h3 {
    font-size: 20px;
  }
  .about-page.seo .about-2:before {
    height: 50px;
  }
  .about-page.seo .about-2 {
    padding: 80px 0;
  }
  .sustainable-page .sustainable-1 .left .text {
    font-size: 18px;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 32px;
  }
  .sustainable-page .sustainable-3 {
    padding-top: 80px;
  }
  .sustainable-page .sustainable-3 .box span.h3,
  .manufacturing-page .manufacturing-2 .left span.h6,
  .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3,
  .manufacturing-page .manufacturing-3 .list ul li .content span.h6 {
    font-size: 20px;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
    font-size: 18px;
  }
  .sustainable-page .sustainable-5 .slide .left .text,
  .manufacturing-page .manufacturing-2 .right .list ul li .content .text,
  .manufacturing-page .manufacturing-3 .list ul li .content .text,
  .manufacturing-page .manufacturing-1 .right .text,
  .sustainable-page .sustainable-2 .top .text,
  .seoIndustry .text,
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-4 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner span.h2 {
    font-size: 32px;
  }
  .inner-banner .text {
    font-size: 20px;
  }
  .inner-banner {
    padding: 120px 0;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li {
    margin-bottom: 20px;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 {
    margin-bottom: .5em;
  }
  .sustainable-page .sustainable-1 .right {
    margin-top: 40px;
  }
  .sustainable-page .sustainable-1 .right .text {
    margin: 1em 0 2em;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 28px;
  }
  .sustainable-page .sustainable-3 .box:after {
    height: 50px;
  }
  .sustainable-page .sustainable-3 .box:before {
    border-width: 25px;
  }
  .sustainable-page .sustainable-3 {
    margin-bottom: 50px;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn div {
    width: 30px;
    height: 30px;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text {
    margin-top: .3em;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li {
    margin-bottom: 1em;
  }
  .sustainable-page .sustainable-5 .slide .left .text {
    margin: 1em 0;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 40px;
  }
  .about-page .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .about-page .about-2 .play {
    max-width: 60px;
  }
  .inner-banner:before {
    left: -22.5%;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box a.img {
    height: 180px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content {
    padding: 10px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
    font-size: 14px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
    margin: .5em 0;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    padding: 10px;
  }
  .news-page .sideBarBox .slideBarRight .list ul {
    margin: -10px;
  }
  .news-page .sideBarBox .slideBarRight .list {
    margin-bottom: 50px;
  }
  .newdet-page .newdet-content .m-link a .r-text p {
    font-size: 14px;
  }
  .newdet-page .newdet-content .m-link a .r-img img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .newdet-page .newdet-content .m-link a .r-img {
    margin-right: 1rem;
  }
  .newdet-page .newdet-content .m-link a {
    padding: 15px 0;
  }
  .newdet-page .newdet-content .m-link a.left {
    padding-right: 15px;
  }
  .newdet-page .newdet-content .m-link a.right {
    padding-left: 15px;
  }
  .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }
  .application-page .application-1 .box .left .text {
    font-size: 14px;
  }
  .application-page .application-1 .list ul li {
    padding: 10px;
  }
  .application-page .application-1 .list ul {
    margin: -10px;
  }
  .application-page .application-2 .list ul li {
    padding: 5px;
  }
  .application-page .application-2 .list ul {
    margin: -5px;
  }
  .application-page .application-2 .list ul li .flex .content {
    padding: 20px 5%;
    padding-left: 0;
  }
  .application-page .application-3 .list ul li a.img {
    margin: 20px 0;
  }
  .application-page .application-3 .list ul li .btn a {
    font-size: 16px;
  }
  .about-page .about-1 .left span.tag,
  .sustainable-page span.tag {
    font-size: 14px;
  }
  .about-page .about-1 .left span.h3 {
    font-size: 20px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .list ul li .box .content span.tag {
    font-size: 16px;
    margin-top: 2em;
  }
  .about-page .about-3 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li .box .content .text {
    font-size: 13px;
  }
  .about-page .about-5 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    padding: 50px 0;
    background-size: cover;
  }
  .inner-banner span.h2 {
    font-size: 28px;
  }
  .inner-banner .text {
    font-size: 16px;
  }
  .about-page .about-1 .right .list ul li .content span.h6 {
    font-size: 16px;
  }
  .about-page .about-1 .right .list ul li i.fa {
    font-size: 24px;
  }
  .about-page .about-3 .list ul li {
    padding: 5px;
  }
  .about-page .about-3 .list ul {
    margin: -5px;
  }
  .about-page .about-4 span.h2 {
    font-size: 28px;
  }
  .about-page .about-4 .text {
    font-size: 14px;
  }
  .about-page .about-4 .text:after {
    margin-top: .5em;
  }
  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }
  .application-page .application-2 .list ul li {
    width: 100%;
  }
  .contact-page .left .box2:after,
  .contact-page .left .box2:before {
    height: 10px;
  }
  .contact-page .right .phone {
    font-size: 14px;
  }
  .contact-page .right .info {
    font-size: 14px;
  }
  .contact-page .right span.h5 {
    font-size: 18px;
  }
  .contact-page .right iframe {
    height: 280px;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3,
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
  .prodet-page .prodet-3 .flex .list li .content span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .text {
    margin: .5em 0;
  }
  .prodet-page .shareBoxFlex .share {
    font-size: 14px;
  }
  .prodet-page .shareBoxFlex .info {
    font-size: 12px;
  }
  .prodet-page span.titleBox {
    font-size: 16px;
  }
  .prodet-page .content {
    font-size: 14px;
  }
  .prodet-page .prodet-6 .list ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-6 .list ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-6 .list ul li span.h6 {
    margin-top: .5em;
  }
  .prodet-page .prodet-6 .list ul li a.img-box {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  .prodet-page .prodet-6 .list ul li a.img-box img {
    -webkit-transform: skewX(5deg) scale(1.2);
    -moz-transform: skewX(5deg) scale(1.2);
    -ms-transform: skewX(5deg) scale(1.2);
    transform: skewX(5deg) scale(1.2);
  }
  .prodet-page .prodet-3 .flex .btn div {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 1em;
  }
  .prodet-page .prodet-3 .flex .list li .content .text {
    font-size: 14px;
    margin-top: .5em;
  }
  .seoAbout .right {
    display: none;
  }
  .seoAbout .left {
    width: 100% !important;
    padding-right: 0;
  }
  .sustainable-page .sustainable-2 .list ul li {
    padding: 0 5px;
  }
  .sustainable-page .sustainable-2 .list ul {
    margin: 0 -5px;
  }
  .sustainable-page .sustainable-4 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .sustainable-page .sustainable-4 .box .left {
    width: 100%;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sustainable-page .sustainable-5 .slide .left .text,
  .manufacturing-page .manufacturing-2 .right .list ul li .content .text,
  .manufacturing-page .manufacturing-3 .list ul li .content .text,
  .manufacturing-page .manufacturing-1 .right .text,
  .sustainable-page .sustainable-2 .top .text,
  .seoIndustry .text,
  .prodet-page .prodet-1 .right .text {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li i {
    width: 70px;
  }
  .manufacturing-page .manufacturing-4 .list ul li {
    padding: 0 5px;
  }
  .manufacturing-page .manufacturing-4 .list ul {
    margin: 0 -5px;
  }
  .manufacturing-page .manufacturing-4 .list ul li .box span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-4 .list ul li .box {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-4 span.h2 {
    font-size: 24px;
  }
  .manufacturing-page .manufacturing-4 span.tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    margin-top: 10px;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 24px;
  }
  .sustainable-page .sustainable-1 .right {
    margin-top: 10px;
  }
  .sustainable-page .sustainable-3 .box {
    padding: 20px;
  }
  .sustainable-page .sustainable-5 .slide .left {
    width: 100%;
    padding: 15px;
    left: 0 !important;
  }
  .sustainable-page .sustainable-5 .slide .right {
    display: none;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 10px;
  }
  .inner-page .sideBarBox .slideBarRight {
    width: 100%;
    padding: 0;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .product-page .slideBarRight .list ul li {
    width: 50%;
  }
  .about-page .about-5 .list ul .slick-slide {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .about-page .about-5 .list ul .slick-slide li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    z-index: 2;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 4;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 3;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .prodet-page .prodet-1 .right .btn a.more {
    margin-right: .5em;
    padding: 0 .5em;
    min-width: 6.5em;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    width: 50%;
  }
  .newdet-page .form {
    margin-top: 30px;
  }
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
    padding-left: 0;
  }
  .contact-page .left .box2 {
    padding: 20px 15px;
  }
  .contact-page .left .box2 .form {
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-3 .list ul li .content {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .list ul li .img {
    display: none;
  }
  .sustainable-page .sustainable-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .sustainable-1 .right {
    width: 100%;
  }
  .sustainable-page .sustainable-1 .left .text {
    margin: 3% 0;
    padding: 0;
  }
  .application-page .application-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .application-page .application-1 .box .right {
    display: none;
  }
  .application-page .application-1 .list {
    margin-top: 20px;
  }
  .application-page .application-2 .list {
    margin-top: 20px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner span.h2 {
    font-size: 20px;
  }
  .inner-banner .text {
    font-size: 14px;
  }
  .about-page .about-4 span.h2 {
    font-size: 24px;
  }
  .sustainable-page .sustainable-2 .top {
    display: block;
  }
  .sustainable-page .sustainable-2 .top .title {
    width: 100%;
  }
  .sustainable-page .sustainable-2 .top .text {
    width: 100%;
    margin: 10px 0;
  }
  .sustainable-page .sustainable-3 .box {
    margin-right: 0;
    max-width: 100%;
  }
  .sustainable-page .sustainable-4 span.h3 img {
    display: none;
  }
  .sustainable-page .sustainable-4 .box {
    margin-top: 30px;
  }
  .product-page .slideBarRight .list ul li {
    width: 100%;
  }
  .product-page .slideBarRight .list ul li .box a.img img {
    max-width: 300px;
  }
  .about-page .about-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .prodet-page .shareBoxFlex .share a {
    padding: 0 .5em;
  }
  .prodet-page .shareBoxFlex .share {
    margin-left: -0.5em;
    display: none;
  }
  .prodet-page .shareBoxFlex {
    margin: 25px 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-3 .flex .btn {
    display: none;
  }
  .prodet-page .prodet-3 .flex .list {
    width: 100%;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: .2em;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
  .newdet-page .newdet-content .category {
    display: block;
  }
  .newdet-page .newdet-content .category .time {
    margin-left: 0;
    margin-top: 5px;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3,
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea {
    font-size: 14px;
  }
  .about-page .about-5 span.h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-7 table tbody {
    min-width: 700px;
  }
  .prodet-page .prodet-5 .content td:first-child,
  .prodet-page .prodet-5 .content td:last-child {
    display: block;
    width: 100% !important;
    padding: 10px !important;
  }
  .application-page .application-1 .list ul li a.img {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  .application-page .application-1 .list ul li a.img img {
    -webkit-transform: skewX(0) scale(1);
    -moz-transform: skewX(0) scale(1);
    -ms-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1);
  }
  .application-page .application-2 .list ul li .flex .img {
    width: 100%;
    height: 200px;
  }
  .application-page .application-2 .list ul li .flex .content {
    width: 100%;
  }
  .application-page .application-2 .list ul li .flex {
    display: block;
    overflow: hidden;
  }
  .application-page .application-2 .list ul li .flex .content {
    padding: 20px 5%;
  }
}

.newdet-page .newdet-content .content p {
    font-size: 18px;
    padding: 8px 0;
}

.newdet-page .newdet-content .content p img.wscnph {
    padding: 10px;
    width: 49%;
}

.newdet-page .newdet-content .content .new-top {
    margin-bottom: 30px;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box img {
    object-fit: cover;
    height: 75px;
}

.prodet-page .prodet-2 {
    margin-bottom: 50px;
}

#index-body .init-3 .list ul li .info .slide {
    text-align: center;
}

#index-body .init-3 .ui.container {
    padding: 0;
}





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

#index-body .init-3 {
    padding: 60px 0 0;
}
#index-body .init-3 .list{
  padding: 30px 28% 60px;
}
#index-body .init-3 .list ul li span.h6{
  font-size: 16px;
}
#index-body .init-3 .list ul li .info{
  margin: 10px 0 70px;
}
  }

  /*招商*/

  


.dealers-page .dealers-1 {
  padding: 70px 0;
}
.dealers-page .dealers-1 .left {

}
.dealers-page .dealers-1 .left .text {
  margin-top: 1em;
      margin-bottom: 40px;
}
.dealers-page .dealers-1 .left .text p {
  margin-top: 1em;
}
.dealers-page .dealers-1 .left .text p:first-child {
  margin-top: 0;
}
.dealers-page .dealers-1 .right {
  text-align: center;
  padding: 0 5%;
  vertical-align: bottom;
}
.dealers-page .dealers-1 .right img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--color);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.dealers-page .dealers-2 {
  padding: 80px 0;
  background: black;
  color: white;
  background: url(../images/de-bg.jpg) no-repeat;
      background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.dealers-page .dealers-2 .list {

}
.dealers-page .dealers-2 .list ul li {
  height: 300px;
  transition: .5s;
}
.dealers-page .dealers-2 .list ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  height: 100%;
  padding: 0 5%;
  transform: scale(.8);
  transition: .5s;
}
.dealers-page .dealers-2 .list ul li .box .text {
  color: inherit;
  opacity: 0;
  transition: .5s;
}
.dealers-page .dealers-2 .list ul li .box h6 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: .5em 0;
  width: 100%;
}
.dealers-page .dealers-2 .list ul:hover li {
  width: 20%;
}
.dealers-page .dealers-2 .list ul:hover li:hover {
  width: 40%;
  background: var(--color);
}
.dealers-page .dealers-2 .list ul:hover li:hover .box {
  transform: scale(1);
}
.dealers-page .dealers-2 .list ul:hover li:hover .text {
  opacity: 1;
}



.dealers-page .dealers-3 {
  padding: 80px 0;
  text-align: center;
}
.dealers-page .dealers-4 .box {
  display: flex;
}
.dealers-page .dealers-4 .box .left .img {
    height: 100%;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50%;
}
.dealers-page .dealers-4 .box .right {
  padding: 50px 5%;
  background: #333;
  color: white;
}
.dealers-page .dealers-4 .box .right form {
  margin-top: 30px;
}
.dealers-page .dealers-4 .box .right form ul {
  margin: -10px;
}
.dealers-page .dealers-4 .box .right form ul li {
  padding: 10px;
  width: 100%;
}
.dealers-page .dealers-4 .box .right form ul li input,
.dealers-page .dealers-4 .box .right form ul li textarea {
  padding: .5em;
  font-size: 16px;
  background: white;
  border: 1px solid #eee;
  transition: .5s;
  color: black;
  width: 100%;
}
.dealers-page .dealers-4 .box .right form ul li textarea {
  height: 120px;
}
.dealers-page .dealers-4 .box .right form ul li input:focus,
.dealers-page .dealers-4 .box .right form ul li textarea:focus {
  border-color: var(--color);
}
.dealers-page .dealers-4 .box .right form ul li input[type="submit"] {
  width: auto;
  padding: .5em 2em;
  background: var(--color);
  color: white;
  border: none;
}

.dealers-page h2 {
 font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize;

}
.dealers-page .dealers-1 .left {
    padding-top: 60px;
}
.dealers-page .text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
.dealers-page .text p {
  font: inherit;
}
.dealers-page .text span {
  font-size: 120%;
  font-weight: bold;
}

.dealers-page .dealers-1 .left a.more.you {
    margin-left: 15px;
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

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

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

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

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

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

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

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

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

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

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

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

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

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

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

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }
        .dealers-page .dealers-2 {
          display: none;
        }
        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
        .dealers-page .dealers-4 .box .right {
          width: 100%;
        }
        .dealers-page .dealers-4 .box .left {
          display: none;
        }
        .dealers-page .text {
          font-size: 14px;
        }
        .dealers-page h2 {
          font-size: 20px;
        }
        .dealers-page .dealers-3,.dealers-page .dealers-1 {
          padding: 40px 0;
        }
        .dealers-page .dealers-1 .left a.more.you {
          margin-left: 0;
          margin-top: 10px;
        }
        .dealers-page .dealers-1 .left {
          padding-top: 0;
        }
        .dealers-page .dealers-1 .right {
          padding: 0;
          margin-top: 10px;
        }
    }
#Pop_UpsBtn{
  display: none!important;
}