@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
img {
  width: auto;
  height: auto;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #e60012;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 110px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  top: 65%;
  position: absolute;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu form {
  width: 11.75em;
  height: 2.5em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
#header .nav .ui.menu form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
#header .nav .ui.menu form input::-webkit-input-placeholder {
  color: #b2b2b2;
}
#header .nav .ui.menu form input:-moz-placeholder {
  color: #b2b2b2;
}
#header .nav .ui.menu form input::-moz-placeholder {
  color: #b2b2b2;
}
#header .nav .ui.menu form input:-ms-input-placeholder {
  color: #b2b2b2;
}
#header .nav .ui.menu form input::placeholder {
  color: #b2b2b2;
}
#header .nav .ui.menu form button {
  border: none;
  background-color: transparent;
  width: 2.875em;
}
#header .nav .ui.menu .yuy span a.active {
  color: var(--color);
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: auto;
}
#header.active {
  background-color: black;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.2;
}
.text {
  line-height: 1.66666667;
}
.more {
  height: 2.77777778em;
  padding: 0 1em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
  min-width: 8.88888889em;
}
.more:hover {
  background-color: black;
}
span.tag {
  color: var(--color);
  line-height: 1;
}
.slickBtn div {
  width: 3em;
  height: 3em;
  background-color: #e5e5e5;
  color: black;
}
.slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  max-width: 51%;
}
#banner li .content .left span.h2 {
  line-height: .8;
}
#banner li .content .left span.h6 {
  line-height: 1;
}
#banner li .content .left .text:before {
  content: '';
  width: 2.25em;
  height: 3px;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .6em;
}
#banner li .content .left .btn a:last-child {
  border: 1px solid white;
  background-color: transparent;
}
#banner li .content .left .btn a:last-child:hover {
  border-color: var(--color);
  background-color: var(--color);
}
#banner .numList {
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  color: white;
  pointer-events: none;
  text-align: center;
}
#banner .numList span.h6 {
  line-height: 1;
}
#banner .numList p {
  font-weight: 600;
}
#index-body span.h2 {
  color: #333;
}
#index-body .init-1 {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 38.28125vw auto;
}
#index-body .init-1 .left {
  position: relative;
}
#index-body .init-1 .left a {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
#index-body .init-1 .left a.active {
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
#index-body .init-1 .right ul {
  row-gap: 1.2em;
}
#index-body .init-1 .right ul a {
  padding: .6em 1em;
  border-bottom: 1px solid #a9a9a9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  color: #333;
  line-height: 1.5;
}
#index-body .init-1 .right ul a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  border: 1px solid white;
  font-weight: normal;
  color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .right ul a.active {
  background-color: var(--color);
  color: white;
}
#index-body .init-1 .right ul a.active i {
  opacity: 1;
}
#index-body .init-2 {
  background-color: #f9f9f9;
}
#index-body .init-2 span.h2 {
  font-weight: 600;
}
#index-body .init-2 .list a.img-box {
  border: 6px solid #f3f3f3;
}
#index-body .init-2 .list span.h6 {
  font-weight: 600;
  line-height: 1.36363636;
}
#index-body .init-3 {
  background-position: 30% 78%;
  background-repeat: no-repeat;
  background-size: 39.63541667vw auto;
}
#index-body .init-3 .img img.pos {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(25%, 25%);
  -moz-transform: translate(25%, 25%);
  -ms-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}
#index-body .init-4 {
  background-color: black;
  z-index: 1;
  height: 670px;
  color: white;
}
#index-body .init-4 .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
  opacity: 0;
}
#index-body .init-4 .mask i.active {
  opacity: 1;
}
#index-body .init-4 ul {
  height: 100%;
}
#index-body .init-4 ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.7);
  padding: 3% 2.3%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul li span.h6 {
  font-weight: 600;
  line-height: 1.2;
}
#index-body .init-4 ul li .trans > i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 ul li .text {
  line-height: 1.6;
  height: 6.4em;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #ddd;
}
#index-body .init-4 ul li .trans {
  -webkit-transform: translateY(7.36em);
  -moz-transform: translateY(7.36em);
  -ms-transform: translateY(7.36em);
  transform: translateY(7.36em);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul li a.link {
  height: 2em;
  width: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  border-left: 4px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul li.active {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
#index-body .init-4 ul li.active .trans {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-4 ul li.active .trans > i {
  opacity: 1;
}
#index-body .init-4 ul li.active .text {
  opacity: 1;
}
#index-body .init-4 ul li.active a.link {
  background-color: var(--color);
  border-left-width: 0;
}
#index-body .init-5 {
  background-color: #0f0f0f;
  color: white;
}
#index-body .init-5 span.h2 {
  color: inherit !important;
  font-weight: 600;
}
#index-body .init-5 .list .o-hide {
  padding: 0 16%;
}
#index-body .init-5 .list .slick-list {
  overflow: unset;
}
#index-body .init-5 .list .slick-list .slick-slide {
  -webkit-transform: translateX(40%) scale(0.57);
  -moz-transform: translateX(40%) scale(0.57);
  -ms-transform: translateX(40%) scale(0.57);
  transform: translateX(40%) scale(0.57);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  opacity: .5;
}
#index-body .init-5 .list .slick-list .slick-slide .content {
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-5 .list .slick-list .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}
#index-body .init-5 .list .slick-list .slick-slide.slick-current .content {
  opacity: 1;
}
#index-body .init-5 .list .slick-list .slick-slide.slick-current + div {
  -webkit-transform: translateX(-40%) scale(0.57);
  -moz-transform: translateX(-40%) scale(0.57);
  -ms-transform: translateX(-40%) scale(0.57);
  transform: translateX(-40%) scale(0.57);
}
#index-body .init-5 .list .img {
  display: block;
}
#index-body .init-5 .list .img span {
  opacity: .3;
  line-height: 1;
  top: .5em;
  left: .5em;
  font-weight: 600;
  font-style: italic;
}
#index-body .init-5 .list span.h2 {
  font-weight: 600;
  line-height: 1.33333333;
}
#index-body .init-5 .list .slickBtn div {
  top: 43%;
}
#index-body .init-6 .list .box {
  padding: 15px;
  background-color: #f9f9f9;
}
#index-body .init-7 {
  background-color: #fafafa;
}
#index-body .init-7 span.h2 {
  font-weight: 600;
}
#index-body .init-7 .list {
  border: 1px solid #e0e0e0;
}
#index-body .init-7 .list li {
  height: 510px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}
#index-body .init-7 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--color);
  background-image: url("../images/init-7.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 67.19367589% auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  background-color: white;
}
#index-body .init-7 .list li span.cat {
  height: 2em;
  padding: 0 1.25em;
  background-color: #efefef;
  border-radius: 4px;
  font-weight: 300;
}
#index-body .init-7 .list li span.h6 {
  font-weight: 600;
  line-height: 1.18518519;
  margin-bottom: auto;
  color: #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list li span.h6:hover {
  color: var(--color);
}
#index-body .init-7 .list li time {
  line-height: 1;
  color: #c9c9c9;
}
#index-body .init-7 .list li .more {
  background-color: #eaeaea;
  color: black;
  width: 100%;
}
#index-body .init-7 .list li .more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-7 .list .slick-current li {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#index-body .init-7 .list li:hover span.h6 {
  color: black;
}
#index-body .init-7 .list li:hover span.h6:hover {
  color: var(--color);
}
#index-body .init-7 .list li:hover .more {
  background-color: var(--color);
  color: white;
}
#index-body .init-7 .list li:hover .more:hover {
  background-color: black;
}
#index-body .init-7 .list li:hover:before {
  opacity: 1;
}
#footer {
  background-color: black;
  color: white;
}
#footer span.h2 {
  line-height: 1;
  font-weight: 600;
}
#footer form input {
  width: 100%;
  height: 3.11111111em;
  padding: 0 1.66666667em;
  background-color: #383536;
  border: none;
}
#footer form input::-webkit-input-placeholder {
  color: white;
}
#footer form input:-moz-placeholder {
  color: white;
}
#footer form input::-moz-placeholder {
  color: white;
}
#footer form input:-ms-input-placeholder {
  color: white;
}
#footer form input::placeholder {
  color: white;
}
#footer form input[type="submit"] {
  width: auto;
  padding: 0 2.22222222em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
#footer .box .slide {
  max-width: 300px;
}
#footer .box .slide .share {
  max-width: 280px;
}
#footer .box .slide .share a {
  opacity: .5;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .slide .share a #ewm {
  width: 120px;
  border: 3px solid white;
  position: absolute;
  bottom: 100%;
  right: 0;
  display: none;
}
#footer .box .slide .share a:hover {
  opacity: 1;
  background-color: white;
  color: var(--color);
}
#footer .box .slide .share a:hover #ewm {
  display: block;
}
#footer .box .slide span.h6 {
  opacity: .23;
  font-weight: 600;
  line-height: 1;
}
#footer .box .slide .nav li {
  margin-bottom: 1em;
}
#footer .box .slide .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .slide .nav li a:hover {
  color: var(--color);
}
#footer .box .slide .nav li:last-child {
  margin-bottom: 0;
}
#footer .box .slide .nav li ul {
  display: none;
}
#footer .box .slide .info {
  line-height: 1.55555556;
}
#footer .box .slide .info li {
  margin-bottom: 1em;
}
#footer .box .slide .info li:last-child {
  margin-bottom: 0;
}
#footer .footer-bottom {
  background-color: var(--color);
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-bottom svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1700px) {
  .slickBtn.pos div.next {
    left: auto;
    right: 1%;
  }
  .slickBtn.pos div.prev {
    left: 1%;
    right: auto;
  }
  .slickBtn div {
    width: 2em;
    height: 2em;
  }
  #index-body .init-4 {
    height: 600px;
  }
  #index-body .init-5 .list .slickBtn div {
    top: 41%;
  }
  #index-body .init-7 .list li {
    height: 400px;
  }
}
@media screen and (max-width: 1250px) {
  #footer .box .slide {
    max-width: 40%;
  }
  #footer .box .slide:nth-child(2),
  #footer .box .slide:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-7 .list li {
    height: 100%;
  }
  #index-body .init-4 {
    height: 400px;
  }
  #index-body .init-3 {
    background-image: unset !important;
  }
  #banner .numList {
    position: relative;
    background-color: var(--color);
    padding: 40px 0;
    pointer-events: auto;
  }
  .font-92 {
    font-size: 36px;
  }
  .font-48 {
    font-size: 24px;
  }
  #banner .bannerList .text {
    margin-bottom: 0;
  }
  #banner .bannerList .btn,
  #banner .bannerList span.h6 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left {
    max-width: 60%;
  }
  .font-92 {
    font-size: 28px;
  }
  .font-42 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 18px;
  }
  #banner .numList ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .numList ul li {
    width: 45%;
  }
  #index-body .init-3 .img img.pos {
    max-width: 25%;
    -webkit-transform: translate(5%, 25%);
    -moz-transform: translate(5%, 25%);
    -ms-transform: translate(5%, 25%);
    transform: translate(5%, 25%);
  }
  #index-body .init-4 {
    display: none;
  }
  #footer form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  #footer .box .slide {
    max-width: none;
    width: 100%;
  }
  #footer .box .slide .logo img {
    max-height: 70px;
  }
  #index-body .init-6 .list .box {
    padding: 5px;
  }
  #index-body .init-5 .list .o-hide {
    padding: 0;
  }
  #index-body .init-5 .list .slick-list .slick-slide {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }
  #index-body .init-5 .list .slickBtn div {
    top: 25%;
  }
  #banner .bannerList .text {
    display: none;
  }
  #banner li .content .left span.h2 {
    margin-bottom: 0;
  }
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@-moz-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@-o-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  -moz-animation-name: fadeOutDownSmall;
  -o-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.flex_cont {
  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;
  align-items: center;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.moreCont2{
  position: relative;
  padding: 12px 51px 16px 50px;
}
.moreCont2 .moreImg1{
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background-size: 100% 100%;
  transition: all .5s;
}
.moreCont2 .moreImg2{
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transition: all .5s;
  background-position: center right;
}
.moreCont2 .moreText {
  z-index: 2;
}
.moreCont2:hover .moreBg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.moreCont2:hover .moreImg1{
  left: 21px;
  filter: grayscale(1) brightness(0);
}
.moreCont2:hover .moreImg2{
  filter: grayscale(1) brightness(0);
}
/*inner-page*/
.inner-page{
  position: relative;
  z-index: 1;
}
.max-680 {
  max-width: 680px;
}
.max-1000 {
  max-width: 1000px;
}
.btn-go {
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  padding: 10px 30px;
}
.btn-go span {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 2;
  display: block;
}
.btn-go.white {
  background: transparent;
  border: 1px solid white;
}
.btn-go.white span {
  color: white;
}
.btn-go.white:hover {
  border: 1px solid white;
}
.btn-go::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--color);
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.btn-go:hover::before{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.inner20-banner {
  height: 480px;
  color: #fff;
}
.inner20-banner .container .cat_name {
  margin-top: 100px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.inner20-banner .container .mbx {
  text-align: center;
  margin-top: 10px;
}
.inner_cat_list {
  background-color: #eeeeee;
  padding: 20px 0;
}
.inner_cat_list .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner_cat_list .container a {
  line-height: 1.4;
  color: #777777;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.inner_cat_list .container a:hover,
.inner_cat_list .container a.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.about-page .about-1 .container .tips {
  text-align: center;
  font-weight: bold;
}
.about-page .about-1 .container .des_cont {
  color: #777777;
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-page .about-1 .container .des_cont .left {
  width: 48%;
  text-indent:0px;
}
.about-page .about-1 .container .des_cont .right {
  width: 48%;
  margin-left: auto;
}
.about-page .about-1 .container .video_cont {
  -o-background-size: cover;
  background-size: cover;
  margin-top: 40px;
  /*height: 570px;*/
}
.about-page .about-1 .container .video_cont video{
  display: block;
  width: 100%;
}
.about-page .about-1 .container .video_cont .play {
  width: 70px;
  height: 70px;
  cursor: pointer;
  padding: 4px;
  background-size: 80% 80%;
  border-radius: 50%;
}
.about-page .about-1 .container .video_cont .play:hover{
  background-color: #000;
}
.about-page .about-1 .container .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding-top: 60px;*/
}
.about-page .about-1 .container .list_cont li {
  margin-top: 40px;
  text-align: center;
}
.about-page .about-1 .container .list_cont li .top {
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .container .list_cont li .top em {
  font-size: 60px;
}
.about-page .about-1 .container .list_cont li .bottom {
  color: #777777;
  margin-top: 10px;
}

.about-page .about-2{
  background: #fff;
}
.about-page .about-2 .container {
  width: 100%;
  /*align-items: flex-end;*/
}
.about-page .about-2 .container .left {
  width: 50%;
  position: relative;
  z-index: 3;
}
.about-page .about-2 .container .right {
  position: relative;
  width: 50%;
  padding: 0px 124px 187px 70px;
  z-index: 2;
}
.about-page .about-2 .container .right::before {
  z-index: -1;
  content: '';
  position: absolute;
  width: -webkit-calc(280%);
  width: -moz-calc(280%);
  width: calc(100% + 180px);
  height: calc(100% + 100px);
  bottom: 0;
  right: 0;
  background-color: #f7f7f7;
}
.about-page .about-2 .container .right .tips {
  font-weight: bold;
  padding-bottom: 30px;
}
.about-page .about-2 .container .right .list {
  margin-top: 5px;
}
.about-page .about-2 .container .right .list .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 22px;
}
.about-page .about-2 .container .right .list .text_c {
  width: -webkit-calc(92%);
  width: -moz-calc(92%);
  width: calc(100% - 8px);
  /*padding-left: 20px;*/
}
.about-page .about-2 .container .right .list .title {
  font-weight: bold;
}
.about-page .about-2 .container .right .list .des {
  margin-top: 14px;
  color: #777777;
  
}
.about-page .about-3 .container .left {
  padding-top: 90px;
  width: 34%;
}
.about-page .about-3 .container .left .title {
  font-weight: bold;
}
.about-page .about-3 .container .left .des {
  color: #777777;
  margin-top: 24px;
}
.about-page .about-3 .container .left .more {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 50px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.about-page .about-3 .container .left .more:hover {
  color: #000;
  background-color: #fff;
}
.about-page .about-3 .container .left .btn_c {
  margin-top: 80px;
}
.about-page .about-3 .container .left .btn_c .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  margin-left: auto;
}
.about-page .about-3 .container .left .btn_c .btn:hover {
  background-color: #000;
  color: #fff;
}
.about-page .about-3 .container .left .btn_c .next {
  margin-left: 14px;
}
.about-page .about-3 .container .right {
  width: 62%;
  margin-left: auto;
}
.about-page .about-3 .container .right .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.about-page .about-3 .container .right .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.about-page .about-4 {
  text-align: center;
}
.about-page .about-4 .tips {
  font-weight: bold;
}
.about-page .about-4 .content {
  margin-top: 60px;
}
.about-page .about-4 .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.about-page .about-4 .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.about-page .about-4 .content .swiper .swiper-wrapper .swiper-slide .text {
  font-weight: bold;
  margin-top: 20px;
}
.about-page .about-5{
  padding-bottom: 100px;
  background: #f7f7f7;
}
.about-page .about-5 .container .left{
  width: 350px;
}
.about-page .about-5 .container .left .tips_title{
  font-weight: bold;
}
.about-page .about-5 .container .left .des{
  margin-top: 30px;
  color: #777777;
}
.about-page .about-5 .container .left .more{
  margin-top: 50px;
  display: inline-block;
  padding: 15px 36px;
  background: #111111;
  color: #fff;
  border: 1px solid #111;
}
.about-page .about-5 .container .left .more:hover{
  background: #fff;
  color: #000;
}
.about-page .about-5 .container .right{
  width: calc(100% - 420px);
  margin-left: auto;
}
.about-page .about-5 .container .right .swiper .swiper-slide img{
  cursor: pointer;
}
.about-page .about-5 .container .right .swiper .swiper-slide-active img{
  background: #fff;
}
.about-page .about-5 .container .right .des{
  margin-top: 40px;
}
.about-page .about-5 .container .right .des .list{
  display: none;
}


.about-page .about-6 {
  padding: 90px 0 0;
  position: relative;
}

.about-page .about-6 .container .left .text2{
  color: var(--color);
}
.about-page .about-6 .container .left h3 {
  line-height: 1.2;
  font-weight: bold;
}
.about-page .about-6 .container .left .des {
   text-indent: 0px;
}
.about-page .about-6 .container .left .btn-go::before{
  background: #000;
}
.about-page .about-6 .container .left img {
  margin-top: 80px;
}
.about-page .about-6 .container .right p {
  max-width: 540px;
}
.about-page .about-6 .container .right img {
  /*margin-top: 80px;*/
}
.about-page .about-6 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.about-page .about-6 .text p {
  padding: 0 60px;
}
.about-page .about-6 ul {
  margin-bottom: 180px;
}
.about-page .about-6 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.about-page .about-6 ul li .left {
  margin-right: 35px;
}
.about-page .about-6 ul li .left h4 {
  font-size: 60px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-6 ul li .left p {
  font-size: 16px;
    line-height:30px;
}
.about-page .about-6 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.about-page .about-6 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-6 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-6 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
@media (max-width: 1700px) {
  .about-page .about-6 .container .left {
    width: 52%;
  }
  .about-page .about-6 .container .right {
    width: 48%;
  }
}
@media (max-width: 1450px) {
  .about-page .about-2 .container .right .list .cir{
    margin-top: 46px;
  }
  .about-page .about-2 .container .right {
    padding-right: 100px;
  }
  .about-page .about-2 .container .right {
    padding: 40px 20px;
  }
  .about-page .about-3 .container .left {
    padding-top: 0;
  }
  .about-page .about-3 .container .left .btn_c {
    margin-top: 40px;
  }
  

  .about-page .about-6 .container .right {
    width: 42%;
  }
  .about-page .about-6 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-6 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-6 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-6 ul li .right {
    font-size: 14px;
  }
}

@media (max-width: 1250px) {
  .about-page .about-2 .container .right .list .cir{
    margin-top: 40px;
  }
  .about-page .about-6 .container .left .text2{
    margin-left: 0;
  }
  .about-page .about-6 .container .left h3,
  .about-page .about-6 .container .left span,
  .about-page .about-6 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-6 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-6 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .inner20-banner {
    background: #000 !important;
    height: auto;
    padding: 40px 0;
    margin-top: 40PX;
  }
  .inner20-banner .container .cat_name {
    margin-top: 0;
  }
  .inner_cat_list {
    display: none;
  }

  .about-page .about-1 .container .des_cont .left {
    width: 100%;
  }
  .about-page .about-1 .container .des_cont .right {
    width: 100%;
    margin-top: 16px;
  }
  .about-page .about-1 .container .video_cont {
    /*height: 300px;*/
  }
  .about-page .about-1 .container .list_cont li {
    width: 50%;
  }
  .about-page .about-2 .container {
    width: 700px;
  }
  .about-page .about-2 .container .left {
    width: 100%;
    margin-top: 0;
  }
  .about-page .about-2 .container .right .list .cir{
    display: none;
  }
  .about-page .about-2 .container .right .list .text_c{
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .container .right {
    width: 100%;
    background-color: #eeeeee;
  }
  .about-page .about-2 .container .right::before {
    display: none;
  }
  .about-page .about-3 .container .left {
    width: 100%;
  }
  .about-page .about-3 .container .left .btn_c .prev {
    margin-left: 0;
  }
  .about-page .about-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 .container .left{
    width: 100%;
  }
  .about-page .about-5 .container .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-6 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-6 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-6 .container .right p {
    max-width: 100%;
  }
  
}
@media (max-width: 700px) {
  .about-page .about-1 .container .list_cont li .top em {
    font-size: 40px;
  }
  .about-page .about-2 .container {
    width: 100%;
  }

  .about-page .about-6 .text p {
    padding: 0 15px;
  }
  .about-page .about-6 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-6 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-6:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-6 ul {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .des_cont {
    margin-top: 30px;
  }
  .about-page .about-1 .container .video_cont {
    /*height: 50vw;*/
  }
  .about-page .about-1 .container .list_cont {
    padding-top: 0;
  }
  .about-page .about-1 .container .list_cont li {
    width: 100%;
  }
  .about-page .about-1 .container .list_cont li .top em {
    font-size: 30px;
  }
  .about-page .about-2 .container .right .tips {
    padding-bottom: 10px;
  }
  .about-page .about-2 .container .right .list {
    margin-top: 20px;
  }
  .about-page .about-3 .container .left .more {
    padding: 5px 20px;
    margin-top: 20px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }

  .about-page .about-6 .container .left{
    margin-bottom: 40px;
  }
  .about-page .about-6 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-6 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-6 .text p {
    padding: 0;
  }
  .about-page .about-6{
    padding-top: 40px;
  }
  .about-page .about-6 .container .right img{
    margin-top: 40px;
  }
  
}
.advanced-page .init-1 .container .left {
  width: 47%;
}
.advanced-page .init-1 .container .left img {
  width: 100%;
}
.advanced-page .init-1 .container .right {
  width: 47%;
  margin-left: auto;
}
.advanced-page .init-1 .container .right .tips {
  font-weight: bold;
}
.advanced-page .init-1 .container .right .des {
  color: #777777;
  margin-top: 26px;
}
.advanced-page .init-2 {
  background-color: #f3f3f3;
}
.advanced-page .init-2 .container .top_c .left {
  width: 48%;
}
.advanced-page .init-2 .container .top_c .left .tips {
  font-weight: bold;
}
.advanced-page .init-2 .container .top_c .left .des {
  margin-top: 30px;
  color: #777777;
}
.advanced-page .init-2 .container .top_c .right {
  margin-left: auto;
  width: 630px;
}
.advanced-page .init-2 .container .top_c .right .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list {
  text-align: center;
  max-width: 130px;
  cursor: pointer;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list img {
  height: 90px;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list .text {
  margin-top: 14px;
  color: #777777;
  font-weight: bold;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list:hover .text,
.advanced-page .init-2 .container .top_c .right .list_cont .list.active .text {
  color: #000;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list:hover img,
.advanced-page .init-2 .container .top_c .right .list_cont .list.active img{
  filter: invert(1);
}
.advanced-page .init-2 .container .bottom_c {
  margin-top: 40px;
}
.advanced-page .init-2 .container .bottom_c .swiper {
  background-color: #fff;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
  width: 57%;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
  width: 43%;
  padding: 20px 60px;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .title {
  font-weight: bold;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .des {
  color: #777777;
  margin-top: 20px;
}
.advanced-page .init-3 .container .tips {
  font-weight: bold;
}
.advanced-page .init-3 .container .content {
  margin-top: 80px;
}
.advanced-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.advanced-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.advanced-page .init-3 .container .s_page {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 90px;
  background-color: #b8b8b8;
  height: 2px;
}
.advanced-page .init-3 .container .s_page .swiper-pagination-progressbar-fill {
  background-color: #000;
}
@media (max-width: 1500px) {
  .advanced-page .init-2 .container .top_c .left {
    width: 100%;
  }
  .advanced-page .init-2 .container .top_c .right {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .advanced-page .init-1 .container .left {
    width: 100%;
  }
  .advanced-page .init-1 .container .right {
    margin: 40px 0 0 0 ;
    width: 100%;
  }
  .advanced-page .init-2 .container .top_c .right {
    width: 100%;
  }
  .advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 700px) {
  .advanced-page .init-2 .container .top_c .right .list_cont .list {
    width: 50%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .advanced-page .init-3 .container .content {
    margin-top: 40px;
  }
  .advanced-page .init-3 .container .s_page {
    margin-top: 20px;
  }
}
.specialist-page .init-1 .container .title_c .left {
  font-weight: bold;
  width: 41%;
}
.specialist-page .init-1 .container .title_c .right {
  width: 54%;
  margin-left: auto;
  color: #777777;
}
.specialist-page .init-1 .container .content {
  margin-top: 50px;
}
.specialist-page .init-1 .container .content .left {
  width: 41%;
}
.specialist-page .init-1 .container .content .left img {
  width: 100%;
}
.specialist-page .init-1 .container .content .right {
  margin-top: -20px;
  width: 54%;
  margin-left: auto;
}
.specialist-page .init-1 .container .content .right .list .title_c {
  cursor: pointer;
  padding: 20px 20px 20px 0;
  position: relative;
  border-bottom: 1px solid #b4b4b4;
}
.specialist-page .init-1 .container .content .right .list .title_c .img {
  width: 50px;
}
.specialist-page .init-1 .container .content .right .list .title_c .text {
  font-weight: bold;
  padding-left: 30px;
}
.specialist-page .init-1 .container .content .right .list .title_c i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 32px;
}
.specialist-page .init-1 .container .content .right .list .title_c.active {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-1 .container .content .right .list .title_c.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.specialist-page .init-1 .container .content .right .list .cont {
  display: none;
  color: #777777;
  padding: 26px 36px;
  background-color: #f3f3f3;
}
.specialist-page .init-1 .container .content .right .list:last-child .title_c {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-2 .container .content {
  -o-background-size: cover;
  background-size: cover;
  height: 660px;
}
.specialist-page .init-2 .container .content .cont {
  width: 610px;
  padding: 20px 0;
  margin-left: 90px;
  color: #fff;
}
.specialist-page .init-2 .container .content .cont .title {
  font-weight: bold;
}
.specialist-page .init-2 .container .content .cont .des {
  margin-top: 24px;
}
.specialist-page .init-2 .container .content .cont .more {
  margin-top: 50px;
  display: inline-block;
  padding: 12px 50px;
  border: 1px solid #fff;
}
.specialist-page .init-2 .container .content .cont .more:hover {
  background-color: #fff;
  color: #000;
}
.specialist-page .init-3 .container .left {
  width: 48%;
}
.specialist-page .init-3 .container .left img {
  width: 100%;
}
.specialist-page .init-3 .container .right {
  width: 46%;
  margin-left: auto;
}
.specialist-page .init-3 .container .right .title {
  font-weight: bold;
}
.specialist-page .init-3 .container .right .des {
  color: #777777;
  margin-top: 40px;
}
.specialist-page .init-3 .container .right .more {
  display: inline-block;
  padding: 12px 50px;
  margin-top: 50px;
  border: 1px solid #000;
}
.specialist-page .init-3 .container .right .more:hover {
  background-color: #000;
  color: #fff;
}
.specialist-page .init-4 {
  position: relative;
}
.specialist-page .init-4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-100%);
  height: -moz-calc(-100%);
  height: calc(100% - 200px);
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f3f3f3;
}
.specialist-page .init-4 .container .title_c .left {
  font-weight: bold;
}
.specialist-page .init-4 .container .title_c .right {
  padding: 12px 50px;
  margin-left: auto;
  border: 1px solid #000;
}
.specialist-page .init-4 .container .title_c .right:hover {
  background-color: #000;
  color: #fff;
}
.specialist-page .init-4 .container .des {
  color: #777777;
  margin-top: 20px;
}
.specialist-page .init-4 .container .content {
  margin-top: 50px;
}
.specialist-page .init-5 .container .img {
  width: 100%;
}
.specialist-page .init-5 .container .img img {
  width: 100%;
}
.specialist-page .init-5 .container .left {
  width: 48%;
}
.specialist-page .init-5 .container .left .title_c .tips {
  font-weight: bold;
  padding-right: 10px;
}
.specialist-page .init-5 .container .left .title_c .more {
  padding: 10px 50px;
  border: 1px solid #000;
  margin-left: auto;
}
.specialist-page .init-5 .container .left .title_c .more:hover {
  color: #fff;
  background-color: #000;
}
.specialist-page .init-5 .container .left .des {
  margin-top: 29px;
  color: #777777;
}
.specialist-page .init-5 .container .left .img {
  margin-top: 40px;
}
.specialist-page .init-5 .container .right {
  width: 48%;
  margin-left: auto;
}
.specialist-page .init-5 .container .right .des {
  margin-top: 40px;
}
@media (max-width: 1250px) {
  .specialist-page .init-2 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
  .specialist-page .init-5 .container .left .title_c .tips {
    width: 100%;
  }
  .specialist-page .init-5 .container .left .title_c .more {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .specialist-page .init-1 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .title_c .right {
    width: 100%;
    margin-top: 20px;
  }
  .specialist-page .init-1 .container .content .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .specialist-page .init-3 .container .left {
    width: 100%;
  }
  .specialist-page .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .specialist-page .init-4 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-4 .container .title_c .right {
    margin: 20px 0 0 0;
  }
  .specialist-page .init-5 .container .left {
    width: 100%;
  }
  .specialist-page .init-5 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .specialist-page .init-1 .container .content .right .list .title_c .img {
    width: 28px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c .text {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
    font-size: 18px;
    padding-left: 10px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c i {
    top: 24px;
  }
  .specialist-page .init-1 .container .content .right .list .cont {
    padding: 20px 16px;
  }
  .specialist-page .init-2 .container .content {
    height: auto;
  }
  .specialist-page .init-3 .container .right .des {
    margin-top: 20px;
  }
  .specialist-page .init-3 .container .right .more {
    margin-top: 20px;
  }
  .specialist-page .init-5 .container .left .des {
    margin-top: 20px;
  }
}

.global-page .init-1 .container .img {
  width: 48%;
}
.global-page .init-1 .container .right {
  width: 46%;
  margin-left: auto;
}
.global-page .init-1 .container .right .title {
  font-weight: bold;
}
.global-page .init-1 .container .right .des {
  margin-top: 40px;
  color: #777777;
}
.global-page .init-1 .container .right .more {
  margin-top: 50px;
  display: inline-block;
  padding: 14px 50px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.global-page .init-1 .container .right .more:hover {
  background-color: #fff;
  color: #000;
}
.global-page .init-2 .container {
  text-align: center;
}
.global-page .init-2 .container .tips {
  font-weight: bold;
}
.global-page .init-2 .container .list_cont {
  margin: 0 -25px;
}
.global-page .init-2 .container .list_cont li {
  margin-top: 50px;
  width: 33.33%;
  padding: 0 25px;
}
.global-page .init-2 .container .list_cont li .box img {
  height: 90px;
}
.global-page .init-2 .container .list_cont li .box .text {
  margin-top: 30px;
  font-weight: bold;
}
.global-page .init-2 .container .list_cont li .box .des {
  margin-top: 20px;
  color: #777777;
}
.global-page .init-3 .container .content {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 450px;
}
.global-page .init-3 .container .content .cont {
  padding: 20px 90px;
  width: 800px;
}
.global-page .init-3 .container .content .cont .title {
  font-weight: bold;
}
.global-page .init-3 .container .content .cont .des {
  margin-top: 20px;
}
.global-page .init-4 .container .tips {
  font-weight: bold;
  text-align: center;
}
.global-page .init-4 .container form {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.global-page .init-4 .container form input,
.global-page .init-4 .container form textarea {
  padding: 22px;
  width: 32.5%;
  background-color: #f3f3f3;
  border: none;
  margin-top: 10px;
}
.global-page .init-4 .container form .area,
.global-page .init-4 .container form .project {
  width: 49.5%;
}
.global-page .init-4 .container form .content {
  width: 100%;
}
.global-page .init-4 .container form .btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.global-page .init-4 .container form .btn:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1000px) {
  .global-page .init-1 .container .img {
    width: 100%;
  }
  .global-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .global-page .init-2 .container .list_cont li {
    width: 100%;
  }
  .global-page .init-3 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 700px) {
  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    width: 100%;
  }
  .global-page .init-4 .container form .area,
  .global-page .init-4 .container form .project {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .global-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .global-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .global-page .init-2 .container .list_cont li .box .text {
    font-size: 20px;
  }
  .global-page .init-4 .container form {
    margin-top: 10px;
  }
  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    padding: 10px;
  }
  .global-page .init-4 .container form .btn {
    font-size: 18px;
    padding: 10px;
  }
}
.quality-page .init-1 .container .tips {
  font-weight: bold;
  text-align: center;
}
.quality-page .init-1 .container .tips_des {
  max-width: 1120px;
  text-align: center;
  color: #777777;
  margin: 26px auto 0;
}
.quality-page .init-1 .container .content {
  margin-top: 70px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
  opacity: 0;
  padding: 50px 40px;
  z-index: 2;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.007)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.007));
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c .cont {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 4px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont_c {
  opacity: 1;
}
.quality-page .init-2 {
  position: relative;
}
.quality-page .init-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-140%);
  height: -moz-calc(-140%);
  height: calc(100% - 240px);
  top: 0;
  left: 0;
  height: 600px;
  background-color: #f3f3f3;
}
.quality-page .init-2 .container .tips {
  font-weight: bold;
  text-align: center;
}
.quality-page .init-2 .container .top {
  margin-top: 50px;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  text-align: center;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c img {
  width: 60px;
  height: 60px;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-weight: bold;
  color: #999;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide-active .img_c,
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide:hover .img_c {
  background-color: #e60012;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide-active .img_c img,
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide:hover .img_c img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide-active .text,
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide:hover .text {
  color: #000;
}
.quality-page .init-2 .container .bottom {
  margin-top: 20px;
}
.quality-page .init-2 .container .bottom a {
  display: block;
}
.quality-page .init-2 .container .bottom a img {
  width: 100%;
}
.quality-page .init-3 .container .tips {
  font-weight: bold;
}
.quality-page .init-3 .container .content {
  margin-top: 70px;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.quality-page .init-3 .container .content .s_page {
  margin-top: 90px;
  position: relative;
  top: 0;
  background-color: #b8b8b8;
  height: 2px;
}
.quality-page .init-3 .container .content .s_page .swiper-pagination-progressbar-fill {
  background-color: #000;
}
@media (max-width: 1000px) {
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #000;
    padding: 20px 16px;
  }
  .quality-page .init-1 .container .content {
    margin-top: 20px;
  }
  .quality-page .init-2 {
    padding-bottom: 40px;
  }
  .quality-page .init-2::before {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .quality-page .init-2 .container .bottom {
    margin-top: 40px;
  }


  .quality-page .init-2 .container .top {
    margin-top: 20px;
  }
  .quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c {
    width: 60px;
    height: 60px;
  }
  .quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c img {
    width: 30px;
    height: 30px;
  }
  .quality-page .init-3 .container .content {
    margin-top: 30px;
  }
  .quality-page .init-3 .container .content .s_page {
    margin-top: 20px;
  }
}
.m-page {
  margin-top: 70px;
  text-align: center;
}
.m-page a,
.m-page span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #777777;
  font-size: 20px;
}
.m-page a.current,
.m-page span.current {
  background-color: #000;
  color: #fff;
}
.m-page a:hover {
  background-color: #000;
  color: #fff;
}
.news20-page .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.news20-page .container ul li .box {
  padding: 30px;
}
.news20-page .container ul li .box > .img{
  display: block;
  background: #fff;
}
.news20-page .container ul li .box > .img img{
  height: 300px;
  object-fit: contain;
}
.news20-page .container ul li .box .title {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.news20-page .container ul li .box .time {
  line-height: 1;
  margin-top: 20px;
  color: #777777;
}
.news20-page .container ul li .box .time img {
  width: 24px;
  margin-right: 14px;
}
.news20-page .container ul li .box .des {
  margin-top: 20px;
  color: #777777;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news20-page .container ul li .box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #e60012;
    color: #fff;
}
.news20-page .container ul li .box:hover .time{
  color: #fff;
}
.news20-page .container ul li .box:hover .time img{
  filter: grayscale(1) brightness(5);
}
.news20-page .container ul li .box:hover .des{
  color: #fff;
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 6px;
  color: #666;
  font-size: 16px;
}
.m-link a:hover {
  color: #000;
}
.newdet20-page .init-1 .container .title {
  font-weight: bold;
  text-align: center;
}
.newdet20-page .init-1 .container .time {
  text-align: center;
  color: #a0a0a0;
  margin-top: 20px;
}
.newdet20-page .init-1 .container .content {
  border-top: 1px #000 dotted;
  border-bottom: 1px #000 dotted;
  margin: 40px 0 30px;
  padding: 40px 0;
}
.newdet20-page .init-1 .container .share .left {
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
}
.newdet20-page .init-1 .container .share .right {
  margin-left: auto;
}
.newdet20-page .init-1 .container .share .right a {
  margin-left: 20px;
}
.newdet20-page .init-1 .container .share .right a:first-child {
  margin-left: 0;
}
.newdet20-page .init-2 .container .tips {
  font-weight: bold;
  text-align: center;
}
.newdet20-page .init-2 .container .swiper {
  margin-top: 50px;
}
.newdet20-page .init-2 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.newdet20-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.newdet20-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 1250px) {
  .news20-page .container ul li .box {
    padding: 10px;
  }
}
@media (max-width: 1000px) {
  .newdet20-page .init-1 .container .share .left {
    width: 100%;
  }
  .newdet20-page .init-1 .container .share .right {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 500px) {
  .news20-page .container ul li .box .img img{
    height: auto;
  }
  .news20-page .container ul li {
    margin-top: 20px;
  }
  .news20-page .container ul li .box {
    border: 1px solid #f2f2f2;
  }
  .news20-page .container ul li .box .time img {
    width: 18px;
    margin-right: 8px;
  }
  .newdet20-page .init-2 .container .swiper{
    margin-top: 20px;
  }
  .m-page {
    margin-top: 40px;
  }
  .m-page a,
  .m-page span {
    font-size: 16px;
    width: 30px;
    line-height: 30px;
    height: 30px;
  }
  .newdet20-page .init-1 .container .content {
    padding: 20px 0;
  }
}


.contact20-page .marginBox {
  padding-top: 00px;
}
.contact20-page .marginBox .form ul {
  margin: -15px -7px;
}
.contact20-page .marginBox .form ul li {
  padding: 15px 7px;
}
.contact20-page .marginBox .form ul li input,
.contact20-page .marginBox .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.6em 1em;
  border: 1px solid #bfbfbf;
}
.contact20-page .marginBox .form ul li textarea {
  height: 150px;
}
.contact20-page .marginBox .form ul li input[type=submit] {
  border: none;
  background: #000;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact20-page .marginBox .form ul li input[type=submit]:hover{
  background: #e60012;
}
.contact20-page .marginBox .form ul li.wid-100 {
  width: 100%;
}
.contact20-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact20-page .contact-1 .h2 {
  font-weight: bold;
}
.contact20-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact20-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact20-page .contact-1 .list ul li {
  padding: 20px;
}
.contact20-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact20-page .contact-1 .list ul li .box i {
  display: block;
}
.contact20-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact20-page .contact-1 .list ul li .box span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 0.5em;
  display: block;
}
.contact20-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  word-break: break-word;
}
.contact20-page .contact-1 .list ul li .box:hover {
  border-color: #e60012;
  top: -20px;
}
.contact20-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .contact20-page .marginBox .form ul li {
    width: 100%;
  }
  .contact20-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact20-page .contact-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


/*history start*/

.dev_con{
  background-color: #f6f9fb;
  position: relative;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 288px;
  font-size: 20px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: #111111;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  margin-right: 120px;
  font-weight: 300;
  padding-bottom: 60px;
  min-height: 260px;
  
}
.dev_tex_box > div .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dev_tex_box > div .content .left{
  width: 40%;
}
.dev_tex_box > div .content .right{
  padding-left: 60px;
  width: 60%;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-size: 240px;
  line-height: 1;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -moz-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -o-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(29 29 29 / 50%) 0%, rgba(0 9 23) 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #111111;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:#E9EFF2;}
.st3{
  fill-rule:evenodd;clip-rule:evenodd;
  fill: #e60012!important;
}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}


.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #111111;
}
.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #111111;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #111111;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
/*.disab{
  pointer-events:none;
  opacity: 0;
}*/

@media (max-width: 700px) {
  .at_time{
    font-size: 100px;
  }
  .dev_tex_box>div .content .left{
    width: 100%;
  }
  .dev_tex_box>div .content .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .time_line_box .on .btn_time .titie_box_bg{
    text-align: center;
  }
  .time_line_box .on .btn_time>span{
    font-size: 30px;
    text-align: center;
  }
  .titie_box_bg{
    width: 90px;
    margin: -45px 0 0 -46px;
  }
}
/*history end*/

.chairman-page .init-1-2-cont{
  position: relative;
  z-index: 2;
}
.chairman-page .init-1-2-cont::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background: #f2f2f2;
  content: '';
  z-index: -1;
}
.chairman-page .init-1 .left{
  width: 47%;
}

.chairman-page .init-1 .left img{
  width: 100%;
}

.chairman-page .init-1 .right{
  width: 47%;
  margin-left: auto;
}

.chairman-page .init-1 .right .title{
  font-weight: bold;
}

.chairman-page .init-1 .right .des{
  margin-top: 20px;
  color: #777777;
   text-indent: 0px;
}

.chairman-page .init-1 .right .list_cont{
  margin-top: 16px;
}

.chairman-page .init-1 .right .list_cont .list{
  margin-top: 20px;
  position: relative;
  padding-left: 24px;
}

.chairman-page .init-1 .right .list_cont .list .sub{
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  background: #000;
}

.chairman-page .init-1 .right img{
  margin-top: 30px;
}

.chairman-page .init-2 .dec{
    position: absolute;
    right: 0;
    top: -10px;
    -webkit-transform: translateY(-14%);
    -moz-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    transform: translateY(-14%);
    width: 35%;
}

.chairman-page .init-2 .top .box{
    /*max-width: 1204px;*/
    border-bottom: 1px solid #d7d7d7;
}

.chairman-page .init-2 .top .box .h3{
  text-transform: uppercase;
  margin: 60px 0 10px 0;
}

.chairman-page .init-2 .top .box .con{
    margin-bottom: 30px;
    color: #666;
}

.chairman-page .init-2 .top .box .h3 em {
    color: #111;
}

.chairman-page .init-3 .titleC .left .tips{
  color: var(--color);
  text-transform: uppercase;
}
.chairman-page .init-3 .titleC .left .tipsTitle{
  margin-top: 10px;
}
.chairman-page .init-3 .titleC .right{
  max-width: 500px;
}
.chairman-page .init-3 .contactC ul li{
  padding-bottom: 10px;
}
.chairman-page .init-3 .contactC ul li .box .num{
  font-size: 100px;
  padding-left: 20px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  opacity: 0.5;
}
.chairman-page .init-3 .contactC ul .slick-current + .slick-active li .box{
  margin-top: 40px;
}
.chairman-page .init-3 .contactC ul li .box .img{
  width: 100%;
  margin-top: -8px;
}
.chairman-page .init-3 .contactC ul li .box .cont{
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 30px 22px;
  background-color: white;
}
.chairman-page .init-3 .contactC ul li .box .cont .title{
    font-weight: bold;
}
.chairman-page .init-3 .contactC ul li .box .cont .des{
  line-height: 2;
}
.chairman-page .init-3 .contactC ul li .box:hover .num{
  opacity: 1;
}
.chairman-page .init-3 .contactC ul li .box:hover .cont .title{
  color: var(--color);
}

@media screen and (max-width: 1000px) {
  .chairman-page .init-1 .left{
    width: 100%;
  }
  .chairman-page .init-1 .right{
    width: 100%;
    margin-top: 30px;
  }
  .chairman-page .init-2 .top .box .h3{
    margin-top: 20px;
  }
  .chairman-page .init-2 .top .box .con{
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .chairman-page .init-3 .titleC .left{
    width: 100%;
  }
  .chairman-page .init-3 .titleC .right{
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .chairman-page .init-3 .contactC ul li .box .num{
    font-size: 60px;
  }
}

.responsibility-page .i-title p{
    font-size: 16px;
    color: var(--color);
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.responsibility-page .i-title h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}
.responsibility-page .sustanibility-4 {
  padding: 70px 0 80px;
}
.responsibility-page .sustanibility-4 .top .con {
  max-width: 55%;
}
.responsibility-page .sustanibility-4 .center {
  margin: 70px 0 100px;
}
.responsibility-page .sustanibility-4 .center ul {
  margin: 0 -10px;
}
.responsibility-page .sustanibility-4 .center ul li {
  padding: 0 10px;
}
.responsibility-page .sustanibility-4 .center ul li .box {
  position: relative;
  overflow: hidden;
}
.responsibility-page .sustanibility-4 .center ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(230, 0, 18, 0.6), rgba(230, 0, 18, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.responsibility-page .sustanibility-4 .center ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.responsibility-page .sustanibility-4 .center ul li .box h4 {
  position: relative;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  color: white;
  margin-bottom: 10px;
  z-index: 5;
  font-weight: bold;
}
.responsibility-page .sustanibility-4 .center ul li .box .textC{
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  transition: all .5s;
  z-index: 2;
  transform: translateY(80px);
}
.responsibility-page .sustanibility-4 .center ul li .box .textC > p{
  opacity: 0;
  transition: all .5s;
}
.responsibility-page .sustanibility-4 .center ul li .box:hover .textC{
  transform: translateY(0);
}
.responsibility-page .sustanibility-4 .center ul li .box:hover .textC > p{
  opacity: 1;
}
.responsibility-page .sustanibility-4 .center ul li .box:hover::before{
  opacity: 1;
}
.responsibility-page .sustanibility-4 .bottom .left {
  width: 28%;
}
.responsibility-page .sustanibility-4 .bottom .right {
  width: 72%;
}
.responsibility-page .sustanibility-4 .bottom .right ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.responsibility-page .sustanibility-4 .bottom .right ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.responsibility-page .sustanibility-4 .bottom .right ul li:first-child {
  margin-right: 100px;
}
.responsibility-page .sustanibility-4 .bottom .right ul li .con {
  margin-left: 15px;
  
}
.responsibility-page .sustanibility-4 .bottom .right ul li .con span {
  font-weight:bold;
  font-size:24px;
}
.responsibility-page .sustanibility-4 .bottom .right ul li .con p {
  color: #666;
  font-size:18px;
  padding-top: 20px;
}
.responsibility-page .sustanibility-5 {
  padding: 60px 0;
  padding-top: 200px;
  margin-top: -140px;
  background-color: #f5f5f5;
}
.responsibility-page .sustanibility-5 .content {
  max-width: 58%;
  margin: 30px auto 0;
}
.responsibility-page .sustanibility-6 img{
  width: 100%;
}
.responsibility-page .sustanibility-6 .content {
  margin-top: 55px;
}
.responsibility-page .sustanibility-6 .content .con {
  max-width: 60%;
}

@media (max-width: 1000px) {
  .responsibility-page .sustanibility-4 .bottom .left {
    width: 100%;
  }
  .responsibility-page .sustanibility-4 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  .responsibility-page .sustanibility-4 .bottom .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .responsibility-page .sustanibility-4 .bottom .right ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .responsibility-page .sustanibility-4 .bottom .right ul li {
    width: 100%;
  }
  .responsibility-page .sustanibility-5 .content {
    max-width: 100%;
    padding: 0 15px;
  }
  .responsibility-page .sustanibility-6 .content .con {
    max-width: 100%;
    margin-top: 60px;
  }
}

@media (max-width: 500px) {
  .responsibility-page .sustanibility-4 .top .con{
    max-width: 100%;
    margin-top: 20px;
  }
  .responsibility-page .i-title h3{
    font-size: 24px;
  }
  .responsibility-page .sustanibility-4 .center{
    margin: 40px 0;
  }
}



.job-page .recruits-list3 .list .slick-list {
  margin: 0 -10px;
}

.job-page .recruits-list3 .list3-item {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.job-page .recruits-list3 .list3-item .img-wrap img {
  width: 100%;
}

.job-page .recruits-list3 .list3-item:hover .txts-mains {
  opacity: 1;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-txts {
  top: 0;
  left: 0;
  padding: 28px;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5 {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}

.job-page .recruits-list3 .txts-mains {
  font-size: 14px;
  transition-duration: 0.3s;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
}

.job-page .job-2 .career1-content {
  background: #f9f9f9;
}

.job-page .job-2 .rf-ldf {
  font-size: 0;
  padding: 30px 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

.job-page .job-2 .rf-ldf div {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 18px;
}

.job-page .job-2 .career1-lists {
  box-sizing: border-box;
  border-top: 2px solid #e9e9e9;
  position: relative;
  white-space: nowrap;
}

.job-page .job-2 .career1-lists .career1-list {
  font-size: 0;
  padding: 30px 0;
  cursor: pointer;
}

.job-page .job-2 .career1-lists .career1-list div {
  vertical-align: middle;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.job-page .job-2 .career1-lists .cm {
  color: #3d3d3d;
  padding: 30px 60px;
  transition: all 0.5s;
}

.job-page .job-2 .career1-lists .cm:hover {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm:hover .salary-name:before {
  background-image: url(../images/xx.png);
}

.job-page .job-2 .career1-lists .cm.active {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm.active .salary-name:before {
  background-image: url(../images/xx.png);
}

.job-page .job-2 .career1-lists .career1-contents {
  padding: 53px 60px;
  display: none;
}

.job-page .job-2 .career1-lists .career1-contents .con {
  white-space: normal;
}

.job-page .job-2 .career1-lists .career1-contents a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: var(--color);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  display: block;
}

.job-page .job-2 .position-title,
.job-page .job-2 .position-name {
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-page .job-2 .num-title,
.job-page .job-2 .num-name {
  width: 20%;
}

.job-page .job-2 .xl-title,
.job-page .job-2 .profession-title,
.job-page .job-2 .xl-name,
.job-page .job-2 .profession-name {
  width: 20%;
}

.job-page .job-2 .salary-title {
  width: 9%;
}

.job-page .job-2 .salary-name {
  width: 9.8%;
  position: relative;
}

.job-page .job-2 .salary-name::before {
  width: 43px;
  height: 43px;
  position: absolute;
  right: 2.8%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/right1.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

@media screen and (max-width: 1000px) {
  .job-page .job-2 .rf-ldf {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .cm {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .career1-contents {
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .job-page .job-2 {
    max-width: 100%;
    overflow-x: auto;
  }

  .job-page .job-2 .career1-content {
    min-width: 670px;
  }

}



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

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

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

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

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

}
.product-yd-page {
    padding: 80px 0 130px
}

.product-yd-page h2 {
    font-size: 40px;
    color: var(--color);
    text-transform: uppercase;
    line-height: 1
}

.product-yd-page h1 {
    color: var(--color);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1
}

.product-yd-page .text {
    display: block;
    font-size: 16px;
    color: #424242;
    line-height: 1.6;
    margin-top: 10px
}

.product-yd-page .box {
    margin-top: 30px
}

.product-yd-page .box ul {
    margin: -7px
}

.product-yd-page .box ul li {
    padding: 7px
}

.product-yd-page .box ul li a {
    display: block;
    background: #f6f6f6;
    padding: 45px 40px 40px;
    position: relative;
    height: 460px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1
}

.product-yd-page .box ul li a>img {
    max-width: 59%
}

.product-yd-page .box ul li a:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/product-yd-bg.jpg);
    background-size: cover;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

.product-yd-page .box ul li a h3 {
    display: block;
    max-width: 60%;
    font-size: 34px;
    color: #242424;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1
}

.product-yd-page .box ul li a>img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    bottom: -10px;
    right: 0px
}

.product-yd-page .box ul li a em {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    background: #d0d0d0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    bottom: 50px
}

.product-yd-page .box ul li a em img {
    display: inline-block;
    vertical-align: middle
}

.product-yd-page .box ul li a:hover:after {
    opacity: 1
}

.product-yd-page .box ul li a:hover h3 {
    color: var(--color)
}

.product-yd-page .box ul li a:hover em {
    background: var(--color)
}

.product-yd-page .box ul li:nth-child(odd) {
    margin-top: -150px
}

.product-yd-page .box ul li:nth-child(2) {
    margin-top: 150px
}

.product-yd-page .box ul li:first-child {
    margin-top: 0
}

.product-pages .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative
}

.product-pages .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-pages .side-right .top {
    text-align: right
}

.product-pages .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: #000;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: 0 0
}

.product-pages .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:focus {
    border-color: #0d95e8
}

.product-pages .side-right .top .form input[type=submit] {
    width: 36px;
    border-bottom: none;
    background: url(../images/icon-search2.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0
}

.product-pages .side-right .top .show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px
}

.product-pages .side-right .bottom .block ul {
    margin: -30px -10px
}

.product-pages .side-right .bottom .block ul li {
    padding: 30px 10px
}

.product-pages .side-right .bottom .block ul li a.img-box {
    display: block;
    background: #f0f0f0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-pages .side-right .bottom .block ul li h6 {
    font-size: 16px;
    color: var(--base-color);
    line-height: 1.5;
    padding: 10px 0;
    text-align: center
}

.product-pages .side-right .bottom .block ul li h4 {
    display: block;
    font-size: 24px;
    color: #333;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-pages .side-right .bottom .block ul li:hover h4 {
    color: #0d95e8
}


.product-page {
    padding: 90px 0 65.5px
}

.product-page .sidebox .sideleft {
    width: 76%
}

.product-page .sidebox .sideleft .seoPublic>div:nth-child(odd){
  background: #fff;
   border-top: 1px solid #dcdcdc;
}

.product-page .sidebox .sideleft .tips2 {
  color: #777;
  padding: 0 15px;
}
.product-page .sidebox .sideleft .tagCont{
  width: 100%;
}

.product-page .sidebox .sideleft .tagCont ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.product-page .sidebox .sideleft .tagCont ul li{
  width: 33.33%;
  margin-top: 6px;
  padding: 0 15px;
}
.product-page .sidebox .sideleft .tagCont ul li a{
  transition: all .5s;
  display: block;
  padding: 12px 20px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product-page .sidebox .sideleft .tagCont ul li a:hover,
.product-page .sidebox .sideleft .tagCont ul li a.active{
  background: var(--color);
  color: #fff;
}

.product-page .sidebox .sideleft .text h1 {
    font-size: 25px;
    line-height: 1.5;
    /*max-width: 50%;
    width: 50%;
    padding-right: 10px;*/
}
.product-page .sidebox .sideleft .text h1.s{
    max-width: 50%;
    width: 50%;
    padding-right: 10px;
    font-weight:bold;
}

.product-page .sidebox .sideleft .text h3 {
    font-size: 24px;
    line-height: 1
}

.product-page .sidebox .sideleft .text .desc {
    font-size: 18px;
    line-height: 1.8;
    color: #777;
    margin-top: 14px;
    max-height: 282px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto
}

.product-page .sidebox .sideleft .list {
    margin-top: 29px
}

.product-page .sidebox .sideleft .list ul {
    margin: 70px 0 -60px 0
}

.product-page .sidebox .sideleft .list ul li {
    margin-bottom: 60px
}

.product-page .sidebox .sideleft .list ul li .box{
  z-index: 2;
  padding: 10px;
  background: #f2f2f2;
}

.product-page .sidebox .sideleft .list ul li .box .line{
  position: absolute;
  position: absolute;
  background: var(--color);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line1{
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line4 {
    height: 2px;
    bottom: 0;
    left: 0;
}

.product-page .sidebox .sideleft .list ul li .box:hover .line1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line2 {
    height: 100%;
    top: 0;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line3 {
    width: 100%;
    left: 0;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line4 {
    width: 100%;
    right: 0;
    left: auto;
}

.product-page .sidebox .sideleft .list ul li a {
    display: block;
    text-align: left;
    line-height: 1.5;
}

.product-page .sidebox .sideleft .list ul li .img {
    background: #ededed;
    position: relative
}

.product-page .sidebox .sideleft .list ul li .img img {
    width: 100%
}

.product-page .sidebox .sideleft .list ul li .img .icon {
    position: absolute;
    top: 45%;
    left: 43%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .sidebox .sideleft .list ul li .img .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.product-page .sidebox .sideleft .list ul li .title {
    text-align: center;
    padding-top: 9px;
    font-size: 20px;
    color: #151515;
    line-height: 1.8;
    min-height: 155px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-page .sidebox .sideleft .list ul li:hover .img .icon {
    opacity: 1;
}

.product-page .sidebox .sideleft .list dd p.ms {
    font-size: 18px;
    line-height: 2;
    color: #181818;
    margin-top: 16px
}

.product-page .sidebox .sideleft .list dd .con {
    margin-top: 41.5px;
    font-size: 16px;
}

.product-page .sidebox .sideleft .product1-1 {
    margin-top: 41.5px;
}

.product-page .sidebox .sideleft .product1-1 .con {
    margin-top: 19px;
}

.product-page .sidebox .sideleft .product1-1 .con ul {
    margin-right: -11px;
}

.product-page .sidebox .sideleft .product1-1 .con ul li {
    padding-right: 11px;
}

.product-page .sidebox .sideright {
    width: 24%;
    padding-right: 3.5%;
    position: -webkit-sticky;
    position: sticky;
    top: 122px;
}

.product-page .sidebox .sideright form {
    position: relative;
    width: 100%;
}

.product-page .sidebox .sideright form input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #eee;
    font-size: 16px;
    color: #333;
    border: none;
}

.product-page .sidebox .sideright form input::-webkit-input-placeholder {
    color: #3f3e3e;
    opacity: .5;
}

.product-page .sidebox .sideright form input:-moz-placeholder {
    color: #3f3e3e;
    opacity: .5;
}

.product-page .sidebox .sideright form input::-moz-placeholder {
    color: #3f3e3e;
    opacity: .5;
}

.product-page .sidebox .sideright form input:-ms-input-placeholder {
    color: #3f3e3e;
    opacity: .5;
}

.product-page .sidebox .sideright form input::placeholder {
    color: #3f3e3e;
    opacity: .5;
}

.product-page .sidebox .sideright form input[type=submit] {
    width: 21px;
    position: absolute;
    right: 16px;
    top: 0;
    padding: 0;
    background: url(../images/s-icon.png) center center no-repeat;
}

.product-page .sidebox .sideright h3 {
    font-size: 24px;
    color: var(--color);
    line-height: 1;
}

.product-page .sidebox .sideright h3::after {
    content: '';
    width: 55px;
    height: 1px;
    background-color: var(--color);
    opacity: .8;
    display: block;
    margin-top: 12px;
}

.product-page .sidebox .sideright .category {
    margin-top: 20px;
    padding: 20px ;
    background: #f2f2f2;
}

.product-page .sidebox .sideright .category .navList {
    padding: 12px 0 0 10px;
}

.product-page .sidebox .sideright .category .navList li {
    font-size: 16px;
    line-height: 1.6;
    color: #151515;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    padding-right: 1.5em;
}

.product-page .sidebox .sideright .category .navList li i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}
.product-page .sidebox .sideright .category .navList li i.active{
  transform: rotate(90deg);
}

.product-page .sidebox .sideright .category .navList li.active,
.product-page .sidebox .sideright .category .navList li:hover {
    color: var(--color)
}

.product-page .sidebox .sideright .category .navList li:last-child {
    margin-bottom: 0
}

.product-page .sidebox .sideright .category .navList li ul.children {
    padding: 10px 0 0 10px;
    display: none
}

.product-page .sidebox .sideright .category .navList li.active ul.children{
  display: block;
}

.product-page .sidebox .sideright .category .navList li ul.children li {
    color: #666;
    padding-left: 26px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.product-page .sidebox .sideright .category .navList li ul.children li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #666
}

.product-page .sidebox .sideright .category .navList li ul.children li.active,
.product-page .sidebox .sideright .category .navList li ul.children li:hover {
    color: var(--color)
}

.product-page .sidebox .sideright .category .navList li ul.children li.active::before,
.product-page .sidebox .sideright .category .navList li ul.children li:hover::before {
    background: var(--color)
}

.product-page .sidebox .sideright .recommend {
    padding-top: 44px;
    padding: 20px;
    margin-top: 20px;
    background: #f2f2f2;
}

.product-page .sidebox .sideright .recommend ul {
    margin-top: 20px
}

.product-page .sidebox .sideright .recommend ul li {
    margin-bottom: 20px
}

.product-page .sidebox .sideright .recommend ul li .img {
    vertical-align: middle;
    background: #ededed;
    width: 37%
}

.product-page .sidebox .sideright .recommend ul li .text {
    width: 63%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    color: #151515;
    padding-left: 8.5px
}

.product-page .sidebox .sideright .recommend ul li:last-child {
    margin-bottom: 0
}


.prodet-page {
    padding: 93px 0 48px
}

.prodet-page .prodet-1 .img {
    width: 50%
}

.prodet-page .prodet-1 .img .imgbox {
    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
}

.prodet-page .prodet-1 .img .imgbox .small {
    width: 100%;
    padding-right: 0;
    margin-top: 20px
}

.prodet-page .prodet-1 .img .imgbox .small ul {
    margin: 0 -5px;
    margin-bottom: -10.5px
}

.prodet-page .prodet-1 .img .imgbox .small ul li {
    padding: 0 5px
}

.prodet-page .prodet-1 .img .imgbox .small ul li a {
    background: #ededed;
    display: block
}

.prodet-page .prodet-1 .img .imgbox .small ul li img {
    width: 100%;
    border: 1px solid #ccc
}

.prodet-page .prodet-1 .img .imgbox .small ul .slick-track {
    margin-left: 0
}

.prodet-page .prodet-1 .img .imgbox .big {
    width: 100%
}

.prodet-page .prodet-1 .img .imgbox .big ul {
    margin: -2px
}

.prodet-page .prodet-1 .img .imgbox .big ul li {
    position: relative;
    padding: 2px
}

.prodet-page .prodet-1 .img .imgbox .big ul li img {
    width: 100%;
    border: 1px solid #ccc
}

.prodet-page .prodet-1 .img .imgbox .big ul li .icon {
    position: absolute;
    right: 25px;
    bottom: 17px;
    width: 60px;
    height: 60px;
    border: solid 1px rgba(21, 21, 21, .6);
    border-radius: 50%;
    text-align: center;
    line-height: 60px
}

.prodet-page .prodet-1 .img .imgbox .big ul li .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none
}

.prodet-page .prodet-1 .img .imgbox .big .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .img .imgbox .big .slick-arrow:hover {
    background-color: var(--color)
}

.prodet-page .prodet-1 .img .imgbox .big .slick-prev {
    background: url(../images/pl.png) no-repeat center center #fff;
    left: 10px;
}

.prodet-page .prodet-1 .img .imgbox .big .slick-prev:hover{
    background: url(../images/pl2.png) no-repeat center center var(--color);
}

.prodet-page .prodet-1 .img .imgbox .big .slick-next {
    background: url(../images/pr.png) no-repeat center center #fff;
    right: 10px;
}
.prodet-page .prodet-1 .img .imgbox .big .slick-next:hover{
    background: url(../images/pr2.png) no-repeat center center var(--color);
}

.prodet-page .prodet-1 .info {
    background: #fff;
    margin-bottom: 30px;
    padding-left: 0
}

.prodet-page .prodet-1 .info h4 {
    font-size: 18px;
    color: #151515;
    line-height: 1;
    font-weight: 700
}

.prodet-page .prodet-1 .info h1 {
    font-size: 18px;
    color: #151515;
    font-weight: 700;
    line-height: 2
}

.prodet-page .prodet-1 .info .con {
    font-size: 18px;
    line-height: 1.6;
    color: #151515;
    margin-top: 0
}

.prodet-page .prodet-1 .info .con strong {
    font-weight: 700
}

.prodet-page .prodet-1 .text {
    width: 50%;
    vertical-align: middle;
    padding: 0 0 0 42.5px
}

.prodet-page .prodet-1 .text h4 {
    font-size: 18px;
    color: #151515;
    line-height: 1;
    font-weight: 700
}

.prodet-page .prodet-1 .text h1 {
    font-size: 24px;
    color: #151515;
    font-weight: 700;
    line-height: 1.2
}

.prodet-page .prodet-1 .text .con {
    font-size: 18px;
    line-height: 1.6;
    color: #777;
    margin-top: 0
}

.prodet-page .prodet-1 .text .con strong {
    font-weight: 700
}

.prodet-page .prodet-1 .text .btn {
    margin-top: 43.5px;
    color: #fff;
}

.prodet-page .prodet-1 .text .btn .more::before{
  background: #000;
}

.prodet-page .prodet-1 .text .share {
    margin-top: 50px
}

.prodet-page .prodet-1 .text .share span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.prodet-page .prodet-1 .text .share ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 9.5px
}

.prodet-page .prodet-1 .text .share ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .text .share ul li a img {
    width: 16px;
    margin-top: 5px;
    filter: brightness(0)
}

.prodet-page .prodet-1 .text .share ul li:hover a img {
    filter: brightness(1)
}

.prodet-page .prodet-1 .text .share ul li:last-child {
    margin-right: 0
}

.prodet-page .prodet-1 .text .share ul li:hover {
    color: var(--color)
}

.prodet-page .prodet-2 {
    padding-top: 69px
}

.prodet-page .prodet-2 .options ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.prodet-page .prodet-2 .options ul li {
    background-color: #ededed;
    margin-right: 8px;
    text-align: center;
    font-size: 18px;
    color: #020202;
    line-height: 1.5;
    padding: .5em 1em;
}

.prodet-page .prodet-2 .options ul li:last-child {
    margin-right: 0
}

.prodet-page .prodet-2 .options ul li.active {
    background-color: var(--color);
    color: #fff
}

.prodet-page .prodet-2 .box {
    margin-top: 19.5px
}

.prodet-page .prodet-2 .box table td{
  min-width: 130px;
  padding: .5em !important;
}
.prodet-page .prodet-2 .box table td {
  border: 1px solid #ccc;
}
.prodet-page .prodet-2 .box table {
  border: none;
  float: none !important;
}

.prodet-page .prodet-3 {
    padding-top: 85px;
    padding-bottom: 40px
}

.prodet-page .prodet-3 h3 {
    font-size: 40px;
    line-height: 1;
    border-bottom: 1px solid #151515;
    padding-bottom: 13px
}

.prodet-page .prodet-3 .content {
    margin-top: 22px
}

.prodet-page .prodet-3 .content ul {
    margin-right: -10px
}

.prodet-page .prodet-3 .content ul .slick-track {
    margin-left: 0;
    margin-right: 0
}

.prodet-page .prodet-3 .content ul li {
    padding-right: 10px
}

.prodet-page .prodet-3 .content ul li .img {
    background: #ededed;
    position: relative
}

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

.prodet-page .prodet-3 .content ul li .img .icon {
    position: absolute;
    top: 43%;
    left: 43%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-3 .content ul li .img .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.prodet-page .prodet-3 .content ul li h5 {
    font-size: 24px;
    color: #151515;
    line-height: 1.8;
    padding-top: 20px;
    text-align: center
}

.prodet-page .prodet-3 .content ul li h5:hover a {
    color: var(--base-color)
}

.prodet-page .prodet-3 .content ul li:hover .img .icon {
    opacity: 1
}

.prodet-page .prodet-1 .text .con ul li {
    list-style-type: disc
}


@media screen and (max-width:1700px) {
  .product-pages .side-right .top {
    margin-bottom: 30px
  }


}
@media screen and (max-width:1450px) {
  .product-yd-page h2{
      font-size: 44px
  }
  .product-yd-page .text{
      font-size: 14px
  }
    .product-yd-page .box ul li a h3 {
        font-size: 28px;
        max-width: 70%
    }

    .product-yd-page .box ul li a>img {
        max-width: 50%
    }

    .product-yd-page .box ul li a {
        height: 380px
    }

    .product-yd-page .box ul li:nth-child(2) {
        margin-top: 100px
    }

    .product-yd-page .box ul li:nth-child(odd) {
        margin-top: -100px
    }

    .product-yd-page .box ul li:first-child {
        margin-top: 0
    }
}


@media screen and (max-width:1250px) {
    .product-page .sidebox .sideright .recommend ul li .text {
        font-size: 14px
    }

    .product-page .sidebox .sideleft .text h1.s{
      width: 100%;
      padding-right: 0;
      max-width: 100%;
    }
    .product-page .sidebox .sideleft {
        width: 100%
    }

    .product-page .sidebox .sideright {
        display: none
    }
}
@media screen and (max-width:1000px) {
    .product-yd-page {
      padding: 40px 0
    }
    .product-yd-page h2{
        font-size: 36px
    }
    .product-yd-page .box ul li {
        width: 100% !important;
        margin: 0 !important
    }

    .product-yd-page .box ul li a>img {
        max-width: 40%;
        bottom: 25px;
        right: 25px
    }

    .product-yd-page .box ul li a em {
        height: 40px;
        width: 40px;
        line-height: 40px
    }

    .product-yd-page .box ul li a {
        padding: 25px;
        height: 320px
    }

    .product-yd-page .box ul li a h3 {
        font-size: 24px;
        max-width: 60%
    }

    .product-yd-page .text{
        line-height: 2
    }

    .product-page .sidebox .sideleft .list ul li {
        width: 50%
    }

      .prodet-page .prodet-1 .img {
        width: 100%
    }

    .prodet-page .prodet-1 .text {
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
    }

    .prodet-page .prodet-2 .options ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prodet-page .prodet-2 .options ul li {
        width: 31.8%;
        margin-bottom: 10px
    }
 
    
}

@media screen and (max-width:700px) {
  .product-yd-page h2{
      font-size: 24px;
      line-height: 40px
  }
  .product-yd-page .box ul li a {
        height: 270px
    }

      .prodet-page .prodet-1 .img .imgbox .big ul li .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 10px;
        bottom: 10px
    }

    .prodet-page .prodet-1 .text {
        padding: 20px 0 0 0
    }

    .prodet-page .prodet-2 .options ul li {
        width: 47%
    }

    .prodet-page .prodet-1 .img .info {
        padding-left: 0
    }

}

@media screen and (max-width:500px) {
    .product-yd-page .box ul li a h3 {
        font-size: 20px;
        line-height: 32px
    }
    .product-yd-page .box ul li a {
        height: 220px
    }
    .product-page{
      padding: 40px 0;
    }
    .product-page .sidebox .sideleft .list ul li {
      width: 100%;
      margin-bottom: 30px;
    }
    .product-page .sidebox .sideleft .list ul li .title{
      font-size: 20px;
    }
    .product-page .sidebox .sideleft .text h1{
      font-size: 24px;
    }
    .prodet-page .prodet-1 .text .con{
      font-size: 16px;
    }
    .prodet-page .prodet-1 .m-link .next{
      text-align: left !important;
    }
    .product-page .sidebox .sideleft .tagCont ul li{
      width: 100%;
      margin-top: 20px;
    }
}


.custom-page .service-1 {
  background-color: #f9f9f9;
}

.custom-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-page .service-1 .top .h3 em {
  color: var(--color);
  display: block;
}

.custom-page .service-1 .top .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-page .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.custom-page .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}

.custom-page .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0) invert(100%);
}

.custom-page .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border: 1px solid var(--color);
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}

.custom-page .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-page .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}

.custom-page .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom-page .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.custom-page .service-1 ul.serlist li {
  padding: 0 40px;
  border-right: 1px solid rgba(139, 139, 139, 0.5);
}

.custom-page .service-1 ul.serlist li .text {
  margin-top: 130px;
  color: #666;
  min-height: 170px;
}

.custom-page .service-1 ul.serlist li .text .h4 {
  color: #111;
  margin-bottom: 25PX;
  font-weight: 700;
  font-size: 26px;
}

.custom-page .service-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-page .service-2 .ui.container .contentCont{
  background: #fff;
}

.custom-page .service-2 .ui.container .left {
  width: 50%;
}

.custom-page .service-2 .ui.container .right {
  width: 50%;
  padding: 10px 60px;
}

.custom-page .service-2 .ui.container .right .btn-go::before{
  background: #000;
}

.custom-page .service-2 .ui.container .right .h3 {
  /*text-transform: uppercase;*/
  color: #111;
}

.custom-page .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}

.custom-page .service-2 .ui.container .right p {
  color: #666;
  
}

.custom-page .service-2 .ui.container .right .more{
  color: #fff;
}

.custom-page .service-3,
.custom-page .service-2 {
  background-color: #f9f9f9;


}

.custom-page .service-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-page .service-3 .ui.container .h3 {
  color: #000;
  width: 100%;
  margin-bottom: 40px;
}

.custom-page .service-3 .ui.container .h3 em {
  color: var(--color);
}

.custom-page .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 40px;
}

.custom-page .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}

.custom-page .service-3 .ui.container .right ul {
  width: 100%;
}

.custom-page .service-3 .ui.container .right ul li {
  padding: 30px 0;
  /*margin-bottom: 30px;*/
  border-top: 1px solid rgb(147 147 147 / 50%);
}

.custom-page .service-3 .ui.container .right ul li .h4 {
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  font-weight: bold;
}

.custom-page .service-3 .ui.container .right ul li p {
  color: #666;

}

.custom-page .service-4 {
  padding-bottom: 70px;
  position: relative;
  color: #fff;
}

.custom-page .service-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1570px;
  background: url(../images/inner-about-22.png) right center no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.custom-page .service-4 .ui.container .h3 {
  display: inline-;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.custom-page .service-4 .ui.container .h3 a {
  height: 75px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  margin: 0 20px;
}

.custom-page .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fe7700;
}

.custom-page .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}

.kongxin {
    letter-spacing: 0px;
    -webkit-text-stroke-color: var(--color);
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
}

@media screen and (max-width: 1000px) {
  .custom-page .service-3 .ui.container .left {
    display: none;
  }

  .custom-page .service-3 .ui.container .right {
    width: 100%;
  }

  .custom-page .service-1 ul.serlist li .text {
    min-height: 220px
  }
}

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

  .custom-page .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .custom-page .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }

  .custom-page .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .custom-page .service-4 .ui.container .h3 a {

    font-size: 16px;

  }

  .custom-page .service-2 .ui.container .left {
    width: 100%;
  }

  .custom-page .service-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }

  .custom-page .service-1 ul.serlist li .text {
    margin-top: 40px;
    min-height: 250px
  }


}

@media screen and (max-width: 500px) {
  .custom-page .service-1 ul.serlist{
    margin-top: 40px;
  }
  .custom-page .service-1 ul.serlist li{
    padding: 0 20px;
  }
  .custom-page .service-1 ul.serlist li .text{
    margin-top: 20px;
  }
  .custom-page .service-2 .ui.container .right p{
    margin: 20px 0;
  }
  .custom-page .service-3 .ui.container .h3{
    margin-bottom: 20px;
  }
  
  
}




.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 110px;
  width: 100%;
  font-weight: bold;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: 000000;
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 24px;
  color: #e60012;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 20px 40px 20px 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    right: 10px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
}


.gallery-page .gallery-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  /*box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;*/
  height: 100%;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 14px;
  padding: 10px;
  overflow-y: auto;
  padding-right: 4px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #000;
  color: white;
}


.service-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.service-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.service-page .about-1 .container .left {
  max-width: 785px;
}
.service-page .about-1 .container .left h3 {
  line-height: 1.2;
}
.service-page .about-1 .container .left img {
  margin-top: 80px;
}
.service-page .about-1 .container .right {
  max-width: 600px;
}
.service-page .about-1 .container .right p {
  max-width: 540px;
}
.service-page .about-1 .container .right img {
  margin-top: 80px;
}
.service-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.service-page .about-1 .text p {
  padding: 0 60px;
}
.service-page .about-1 ul {
  margin-bottom: 180px;
}
.service-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.service-page .about-1 ul li .left {
  margin-right: 35px;
}
.service-page .about-1 ul li .left h4 {
  font-size: 60px;
  line-height: 1;
  color: var(--color);
}
.service-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
}
.service-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.service-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.service-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.service-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.service-page .about-2 {
  padding: 0 150px;
  margin-top: 200px;
}
.service-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.service-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.service-page .about-2 .content {
  background-color: #f7f7f7;
  height: 850px;
  padding-top: 90px;
  position: relative;
}
.service-page .about-2 .content .title {
  color: #111;
  text-align: left;
}
.service-page .about-2 .content .title p {
  max-width: 650px;
  color: #777;
  /**/
}
.service-page .about-2 .content ul {
  margin: 75px 0px 0;
}
.service-page .about-2 .content ul li {
  width: 33.33%;
  padding: 15px 35px;
  color: #000;
}
.service-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .about-2 .content ul li .icon h4 {
  margin-bottom: 0px;
}
.service-page .about-2 .content ul li p {
  font-size: 18px;
  line-height: 30px;
  color: #777;
}
.service-page .about-3 {
  margin: 130px 0 0;
}
.service-page .about-3 .right {
  width: 67%;
}
.service-page .about-3 .right .text {
  padding: 0 30px;
}
.service-page .about-3 .right .text .text-l .des {
  width: 90%;
  color: #777;
}
.service-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.service-page .about-3 .right .text .btn-go::before{
  background: #000;
}
.service-page .about-3 .right .box {
  margin-top: 85px;
}
.service-page .about-3 .right .box .slickBtn{
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.service-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #eee;
  position: relative;
  color: #000;
  padding:  0 80px 0px 80px;
  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;
}
.service-page .about-3 .right .box .box-l ul{
  width: 100%;
}
.service-page .about-3 .right .box .box-r {
  width: 50%;
}
.service-page .about-4 {
  padding: 100px 0 50px;
}
.service-page .about-4 h2 {
  /*margin-top: 95px;*/
  line-height: 1.8;
}
.service-page .about-4 h2 span {
  /*border-bottom: 2px solid var(--color);
  color: var(--color);*/
}

@media (max-width: 1700px) {
  .service-page .about-1 .container .left {
    width: 52%;
  }
  .service-page .about-1 .container .right {
    width: 48%;
  }
  .service-page .about-2 .bg {
    max-width: 45%;
  }
  .service-page .about-2 {
    padding: 0;
  }
  .service-page .about-3 .right .text .img_box {
    display: none;
  }
  .service-page .about-3 .right {
    width: 55%;
  }
  .service-page .about-3 .right .box .box-r {
    display: none;
  }
  .service-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px 50px 70px 50px;
  }
}

@media (max-width: 1450px) {
  .service-page .about-1 .container .right {
    width: 42%;
  }
  .service-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .service-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .service-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .service-page .about-1 ul li .right {
    font-size: 14px;
  }
  .service-page .about-2 .content .title p {
    max-width: 50%;
  }
  .service-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .service-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .service-page .about-3 .left {
    width: 45%;
  }
  .service-page .about-3 .right {
    padding-left: 50px;
  }
  .service-page .about-4 {
    padding: 120px 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 1250px) {
  .service-page .about-1 .container .left h3,
  .service-page .about-1 .container .left span,
  .service-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .service-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .service-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .service-page .about-3 .right .text {
    padding: 0;
  }
  .service-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .service-page .about-3 .right .box {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  
  .service-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .service-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .service-page .about-1 .container .right p {
    max-width: 100%;
  }
  .service-page .about-2 .bg{
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;

  }
  .service-page .about-2{
    margin-top: 0;
  }
  .service-page .about-2 .content{
    padding-top: 0;
  }
  .service-page .about-2 .content .title{
    margin-top: 20px;
  }
  .service-page .about-2 .content .title p {
    max-width: 100%;
  }
  .service-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .service-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .service-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .service-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .service-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .service-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 700px) {
  .service-page .about-1 .text p {
    padding: 0 15px;
  }
  .service-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .service-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .service-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .service-page .about-1 ul {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  
  .service-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .service-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .service-page .about-1 .text p {
    padding: 0;
  }
  .service-page .about-2 .content ul li {
    width: 100%;
  }
  .service-page .about-2 .content {
    padding-bottom: 50px;
  }
  .service-page .about-2 .content ul {
    margin: 10px -15px 0;
  }
  .service-page .about-3{
    margin-top: 40px;
  }
  .service-page .about-3 .right .box .box-l {
    padding: 30px 15px 60px 15px;
  }
  .service-page .about-3 .left{
    margin-bottom: 30px;
  }
  .service-page .about-3 .right .text .text-l h2{
    font-size: 20px;
  }
  .service-page .about-3 .right .box .box-r{
    margin-top: 20px;
  }
  
  .service-page .about-4{
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .service-page .about-4 p {
    padding: 0;
  }
  .service-page .about-4 h2 {
    margin-top: 20px;
  }
  
}


.honor-page {
  padding-top: 5.05%;
}
.honor-page .honor-list {
  position: relative;
  z-index: 1;
  margin-top: 138px;
}
.honor-page .honor-list .title {
  margin-top: 0;
}
.honor-page .honor-list .con {
  color: #57595a;
  margin-top: 100px;
}
.honor-page .honor-list .list {
  margin-top: 60px;
}
.honor-page .honor-list .list ul {
  margin: -21px;
}
.honor-page .honor-list .list ul li {
  padding: 21px;
}
.honor-page .honor-list .list ul li .img-box img {
  width: 100%;
}
.honor-page .honor-list .list .slick-arrow {
  position: absolute;
  top: 48%;
  width: 30px;
  height: 58px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-list .list .slick-prev {
  left: -65px;
  background: url(../images/honor-prev.png) no-repeat center;
}
.honor-page .honor-list .list .slick-next {
  right: -21px;
  background: url(../images/honor-next.png) no-repeat center;
}
.honor-page .honor-list::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: #eee;
  left: 0;
  bottom: 0;
}
.honor-page .honor-list:first-child {
  margin-top: 0;
}
.honor-page .honor-list:nth-child(2)::after {
  height: 64%;
}
.honor-page .honor-list:last-child {
  padding-bottom: 67px;
}
.honor-page .honor-list:last-child::after {
     
}
@media screen and (max-width: 1440px) {
  .honor-page .honor-list .list .slick-prev {
    left: -36px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .honor-page .honor-list .list ul {
    padding: 0 30px;
    margin: -10px;
  }
  .honor-page .honor-list .list ul li {
    padding: 10px;
  }
  .honor-page .honor-list .list .slick-arrow {
    zoom: .8;
  }
  .honor-page .honor-list .list .slick-prev {
    left: -6px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .honor-page .honor-list {
    margin-top: 100px;
  }
  .honor-page .honor-list .list {
    margin-top: 100px;
  }
  .honor-page .honor-list::after {
    bottom: 100px;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 40px;
  }
  .honor-page .honor-list:last-child::after {
    height: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-list {
    margin-top: 60px;
  }
  .honor-page .honor-list .con {
    margin-top: 20px;
  }
  .honor-page .honor-list .list {
    margin-top: 60px;
  }
  .honor-page .honor-list::after {
    bottom: 50px;
    height: 35%;
  }
  .honor-page .honor-list:nth-child(2)::after {
    height: 45%;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 20px;
  }
  .honor-page .honor-list:last-child::after {
    height: 40%;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor-list .list ul{
    padding: 0;
  }
  .honor-page .honor-list .list {
    margin-top: 30px;
  }
  .honor-page .honor-list {
    margin-top: 30px;
  }
}


.history-page {
  padding: 100px 0 160px 0;
  background-image: url("../images/history-bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.history-page .ui.container {
  width: auto;
  padding: 0 15px;
  max-width: 1700px;
}
.history-page .left {
  width: 23%;
  padding-bottom: 40px;
  padding-right: 4%;
  margin-top: 5%;
}
.history-page .container .flex_cont{
  align-items: flex-start;
} 
.history-page .right {
  width: 62%;
}
.history-page .right .swiper {
  margin-right: -14%;
}
.history-page .right span.h6 {
  color: #e60012;
  display: block;
  line-height: 1;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
}
.history-page .right .box{
  transition: all .5s;
}
.history-page .right .cont2{
  opacity: 0;
  transition: all .5s;
}
.history-page .right .box{
  transform: translateY(200px);
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .right .swiper-slide-active .box{
  transform: translateY(0);
}
.history-page .right .swiper-slide-active .cont2{
  opacity: 1;
}
.history-page .bg {
  /*width: 100vw;
  height: 100vw;*/
  position: relative;
  /*top: 75%;*/
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: -109px;
  left: 18%;
  -webkit-transform: translate(-50%, -47%);
  -moz-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
  color: #e60012;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url("../images/icon-history.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1500px) {
  .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 1000px) {
  .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .history-page .right .swiper{
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .history-page{
    padding: 40px 0;
  }
  .history-page .left{
    padding-bottom: 0;
  }
  .history-page .right .swiper {
    margin-right: 0;
  }
}

.inner-banner {
  position: relative;
  height: 950px;
  background-attachment: fixed;
}
@media screen and (min-width:1921px){
  .inner-banner{
    background-attachment: unset;
  }
}
.inner-banner.product{
  height: 900px;
}
.inner-banner .ui.container {
  height: 100%;
  position: unset;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: white;
  text-align: center;
}
.inner-banner.product .box{
  top: 50%;
}
.inner-banner .box p {
  font-size: 48px;
  font-weight: 100;
  line-height: 1;
}
.inner-banner .box .h2 {
  font-size: 60px;
}
.inner-banner .scroll {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media screen and (max-width: 1520px){
  .inner-banner.product,
  .inner-banner{
    height: 760px;
  }
}
@media screen and (max-width: 1400px){
  
  .inner-banner.product,
  .inner-banner{
    height: 500px;
    /*background-size: contain;*/
    background-attachment: unset;
    background-position: center bottom;
  }
  .inner-banner.product{
    background-attachment: unset;
    background-position: center bottom;
  }
  .inner-banner .box .h2 {
    font-size: 46px;
  }
  .inner-banner .box p {
    font-size: 38px;
  }
}
@media screen and (max-width: 1000px){
  .inner-banner.product,
  .inner-banner{
    height: 360px;
  }
  .inner-banner .scroll {
    display: none;
  }
  .inner-banner .box p {
    font-size: 32px;
  }
  .inner-banner .box .h2 {
    font-size: 34px;
  }

}
@media screen and (max-width: 700px){
  .inner-banner.product,
  .inner-banner{
    height: 215px;
  }
  .inner-banner .box p {
    font-size: 24px;
  }
  .inner-banner .box .h2 {
    font-size: 26px;
  }
  .inner-page .topNav ul li a {
    padding: 14px 0 13px;
  }
}
@media screen and (max-width: 500px){
  .inner-banner{
    background-size: cover;
  }
  .inner-page .topNav {
    display: none;
  }
}
.inner-page .topNav {
  border-bottom: 1px solid #eee;
}
.inner-page .topNav ul li {
  padding: 0 10px;
  text-align: center;
  color: #b9b9b9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .topNav ul li a {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 47px 0 22px;
  display: inline-block;
}
.inner-page .topNav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .topNav ul li.active,
.inner-page .topNav ul a:hover {
  color: var(--color);
  font-weight: 600;
}
.inner-page .topNav ul li.active a::after,
.inner-page .topNav ul a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1000px){
    .inner-page .topNav ul li {
    font-size: 18px;
  }

}
@media screen and (max-width: 700px){
    .inner-page .topNav ul li a {
    padding: 14px 0 13px;
  }
}
@media screen and (max-width: 500px){
    .inner-page .topNav {
    display: none;
  }
}
.m-page span {
  color:#e10423;
}
.news-page {
  padding-bottom: 90px;
}
.news-page ul.list {
  margin: 0px -15px;
  padding-top: 70px;
}
.news-page ul.list li {
  padding: 0px 15px;
  height: 100%;
}

.news-page ul.list li .box {
  height: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 13px 9px 43px 0px rgba(8, 1, 3, 0.1);
  box-shadow: 13px 9px 43px 0px rgba(8, 1, 3, 0.1);
  overflow: hidden;
}
.news-page ul.list li .box .content {
  padding: 25px 40px;
}
.news-page ul.list li .box .h4 {
  /*font-size: 20px;*/
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.news-page ul.list li .box .h4::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 30px;
  height: 100%;
  background: url(../images/sus-circle.png) no-repeat left top;
}
.news-page ul.list li .box .des {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin: 15px 0 17px;
}
.news-page ul.list li .box .time {
  font-size: 16px;
  color: #a8a8a8;
  
}
.news-page ul.list li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.news-page ul.list li .box:hover {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}
.news-page ul.list li .box:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.newdet-page .newdet-1 {
  padding: 130px 0 100px;
}
.newdet-page .newdet-1 .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /*justify-content: space-between;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.newdet-page .newdet-1 .time .left {
  font-size: 16px;
}
.newdet-page .newdet-1 .time .left span {
  color: var(--color);
  
}
.newdet-page .newdet-1 .time .line {
  width: -webkit-calc(100% - 180px - 130px);
  width: -moz-calc(100% - 180px - 130px);
  width: calc(100% - 180px - 130px);
  height: 1px;
  background: #eee;
  margin: 0 20px;
}
.newdet-page .newdet-1 .time .share a {
  margin-left: 10px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  padding-top: 60px;
  padding-bottom: 55px;
  border-bottom: 1px solid #eee;
  color: #000;
}
.newdet-page .newdet-1 .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  font-size: 16px;
}
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
@media screen and (max-width: 500px){
  
  .newdet-page .newdet-1 .time .line{
    display: none;
  }
  .newdet-page .newdet-1 .time{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newdet-page .newdet-1{
    padding: 50px 0;
  }
}
.contact-page {
    /*background: url(../images/contact-banner.jpg) no-repeat center top;
    padding-top: 200px;
    background-size: 100%;*/
}
.contact-page h2.tit {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 23px;
}
.contact-page h2.tit::after {
    position: absolute;
    content: "";
    width: 108px;
    height: 1px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.contact-page .contact-1 .contact-box {
    max-width: 1490px;
    border-radius: 10px;
    background: #fff;
    padding:0px 135px 60px;
    margin: 0 auto;
}
.contact-page .contact-1 .contact-box .contact-content {
  padding-top: 50px;
    margin-top: -200px;
    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;
}
.contact-page .contact-1 .contact-box .contact-content p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.contact-page .contact-1 .contact-box .contact-content .left {
    width: 50%;
    padding-right: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .left h2 {
    font-size: 54px;
    line-height: 1.2;
    color: var(--color);
    font-weight: 600;
    margin-bottom: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul {
    margin-top: 30px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li {
    margin-bottom: 45px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 {
    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;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 img {
    margin-right: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4 {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4.h4 {
    margin-bottom: 12px;
}
.contact-page .contact-1 .contact-box .contact-content .right {
    width: 50%;
    padding-left: 42px;
    padding-top: 50px;
}
.contact-page .contact-1 .contact-box .contact-content .right p.p {
    margin-top: 35px;
    /*letter-spacing: 1.5px;*/
}
.contact-page .contact-1 .contact-box .contact-content .right form {
    margin-top: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .right form p {
    line-height: 1;
    margin-bottom: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="text"],
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
    width: 100%;
    height: 43px;
    background: #e8e8e8;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 22px;
}
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
    height: 140px;
    padding: 10px;
    margin-bottom: 52px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
    padding: 18px 56px 18px 95px;
    border: none;
    background: url(../images/submit.png) no-repeat left 40px center var(--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 50px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"]:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: url(../images/submit.png) no-repeat left 40px center #333;
}
.contact-page .contact-2 {
    padding: 90px 0 75px;
}
.contact-page .contact-2 .icon {
    text-align: center;
}
.contact-page .contact-2 .icon i {
    font-size: 28px;
    color: #000;
    margin: 0 30px;
}
.contact-page .contact-2 p {
    text-align: center;
    margin-top: 32px;
    color: #242120;
    font-size: 16px;
    line-height: 30px;
}
@media screen and (max-width: 1700px){
   .contact-page .contact-1 .left span.tag {
        font-size: 20px;
    }
}
@media screen and (max-width: 1230px){
   .contact-page .contact-1 .contact-box {
        padding: 0 75px 130px;
    }
}
@media screen and (max-width: 1000px){
  .contact-page .contact-1 .contact-box .contact-content .left,.contact-page .contact-1 .contact-box .contact-content .right{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px){
     .contact-page .contact-1 .contact-box .contact-content .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .contact-box .contact-content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
@media screen and (max-width: 500px){
  
    .contact-page .contact-1 .contact-box {
        padding: 0 20px 130px;
    }
    .contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
        font-size: 14px;
        padding: 18px 56px 18px 125px;
    }
}
#sidebar ul li .child{
  width: 250px;
    text-align: center;
}

#sidebar {
  right: 15px;
}
#sidebar ul li {
  border-radius: 100% !important;
  border: none;
  margin-top: .5em;
}