@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;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #1a1d86;
  --color2: #e60015;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1570px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fw-800 {
  font-weight: 800;
}
.bc {
  color: var(--color);
}
.rc {
  color: var(--color2);
}



#menuContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #1e1e2a;
  color: white;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 45px 56px;
}
#menuContent > div .info h3 {
  font-size: 20px;
  line-height: 1.8;
  margin: 20px 0;
  color: #fff;
  text-transform: capitalize;
}
#menuContent > div .info p {
  font-size: 16px;
  color: #ccc;
}
#menuContent > div .info .btn {
  text-align: center;
  background: transparent;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  background: var(--color);
  padding: 10px 30px;
  border-radius: 5px;
}
#menuContent > div .info .btn span {
  position: relative;
  z-index: 1;
}
#menuContent > div .info .btn::before {
  position: absolute;
  content: '';
  background: black;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menuContent > div .info .btn:hover::before {
  width: 100%;
  left: 0px;
}
#menuContent > div .contact {
  margin-top: 60px;
}
#menuContent > div .contact h3 {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
#menuContent > div .contact ul {
  margin-top: 20px;
}
#menuContent > div .contact ul li {
  color: #ccc;
  margin-bottom: 12px;
}
#menuContent > div .contact ul li i {
  color: var(--color);
}

#menuContent > div .contact ul li:last-child {
  margin-bottom: 0;
}
#menuContent > div .share {
  margin-top: 20px;
}
#menuContent > div .share ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}
#menuContent > div .share ul li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menuContent > div .share ul li a:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
#menuContent > div span.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent > div span.close::after,
#menuContent > div span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#menuContent > div span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuContent > div span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menuContent .ui.container {
  position: static;
}
#menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}




#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #000000;
}
#header.inner .nav {
  background-color: #FFFFFF;
}
#header.active {
  top: 0;
  color: #000000;
}
#header.active .nav {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(26, 29, 134, 0.3);
  box-shadow: 0 0 10px rgba(26, 29, 134, 0.3);
}
#header.active .nav .ui.menu .logo img:first-of-type {
  opacity: 0;
}
#header.active .nav .ui.menu .logo img:last-of-type {
  opacity: 1;
}
#header .nav {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .menuBtn {
  cursor: pointer;
}
#header .nav .ui.menu .menuBtn span {
  width: 23px;
  height: 2px;
  background-color: currentcolor;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  grid-column: 1;
  grid-row: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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 {
  margin: 0 30px;
  font-weight: bold;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color2);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1.5em 0;
  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;
}
#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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 50px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  line-height: 1.11111111;
  color: #FFFFFF;
}
#banner p {
  color: #FFFFFF;
}
#banner input {
  font-weight: bold;
  width: -webkit-calc(100% - 3.5em);
  width: -moz-calc(100% - 3.5em);
  width: calc(100% - 3.5em);
  height: 3.5em;
  border: 0;
  padding: 0 1em;
  background-color: #FFFFFF;
  outline: 1px solid var(--color);
}
#banner button {
  width: 3.5em;
  height: 3.5em;
  border: 0;
  background-color: #FFFFFF;
  color: var(--color);
  outline: 1px solid var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#banner button:hover {
  background-color: var(--color);
  color: #FFFFFF;
}

#banner .video {
  position: absolute;
  left: 0;
  top: 0;
}

#banner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5em;
  }
  #header .nav .ui.menu .h-search {
    margin: 0 1em;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1em;
  }
}
@media (max-width: 1000px) {
  #banner h2 span {
    font-size: 1em;
  }
}
.baseTit {
  line-height: 1.33333333;
}
.home-1 .cate .slick-track {
  display: block;
}
.home-1 .cate .slick-vertical .slick-slide {
  border: 0;
}
.home-1 .cate .slick-current li a {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-1 .cate ul {
  margin: -12px;
}
.home-1 .cate li {
  padding: 12px;
}
.home-1 .cate li a {
  display: inline-block;
  padding: .65em 2.5em;
  border-radius: 3em;
  background-color: #FFFFFF;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-box-shadow: 0 0 10px rgba(26, 29, 134, 0.3);
  box-shadow: 0 0 10px rgba(26, 29, 134, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .list .box {
  min-height: 550px;
  background-color: #070c28;
  color: #FFFFFF;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.home-1 .list .box .mask {
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-1 .list .box .mask > div {
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}
.home-1 .list .box .mask > div > div {
  padding: 0 .9em;
}
.home-1 .list .box .mask > div > div i {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-1 .list .box .mask > div > div i::before,
.home-1 .list .box .mask > div > div i::after {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-1 .list .box .mask > div > div i::before {
  content: "";
  position: absolute;
  inset: 0;
}
.home-1 .list .box .mask > div > div:nth-of-type(1) i::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, var(--color)), color-stop(40%, transparent));
  background-image: -webkit-linear-gradient(var(--color) -20%, transparent 40%);
  background-image: -moz-linear-gradient(var(--color) -20%, transparent 40%);
  background-image: linear-gradient(var(--color) -20%, transparent 40%);
}
.home-1 .list .box .mask > div > div:nth-of-type(1) i::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, var(--color2)), color-stop(40%, transparent));
  background-image: -webkit-linear-gradient(var(--color2) -20%, transparent 40%);
  background-image: -moz-linear-gradient(var(--color2) -20%, transparent 40%);
  background-image: linear-gradient(var(--color2) -20%, transparent 40%);
  opacity: 0;
}
.home-1 .list .box .mask > div > div:nth-of-type(2) i::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), color-stop(70%, transparent));
  background-image: -webkit-linear-gradient(var(--color), transparent 70%);
  background-image: -moz-linear-gradient(var(--color), transparent 70%);
  background-image: linear-gradient(var(--color), transparent 70%);
}
.home-1 .list .box .mask > div > div:nth-of-type(2) i::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color2)), color-stop(70%, transparent));
  background-image: -webkit-linear-gradient(var(--color2), transparent 70%);
  background-image: -moz-linear-gradient(var(--color2), transparent 70%);
  background-image: linear-gradient(var(--color2), transparent 70%);
  opacity: 0;
}
.home-1 .list .box .mask > div > div:nth-of-type(3) i::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(var(--color) 30%, transparent);
  background-image: -moz-linear-gradient(var(--color) 30%, transparent);
  background-image: linear-gradient(var(--color) 30%, transparent);
}
.home-1 .list .box .mask > div > div:nth-of-type(4) i::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color)), color-stop(130%, transparent));
  background-image: -webkit-linear-gradient(var(--color) 50%, transparent 130%);
  background-image: -moz-linear-gradient(var(--color) 50%, transparent 130%);
  background-image: linear-gradient(var(--color) 50%, transparent 130%);
}
.home-1 .list .box .top .name {
  line-height: 1.33333333;
}
.home-1 .list .box .top .text {
  line-height: 1.55555556;
}
.home-1 .list .box .bottom > div {
  grid-column: 1;
  grid-row: 1;
}
.home-1 .list .box .bottom .btns a {
  border-bottom: 1px solid currentColor;
}
.home-1 .list .box .bottom .img {
  width: 65%;
  margin-left: 35%;
}
.home-1 .list .slick-current .box .mask {
  opacity: .6;
}
.home-1 .list .slick-current .box .mask > div > div:nth-of-type(1) i::before {
  opacity: 0;
}
.home-1 .list .slick-current .box .mask > div > div:nth-of-type(1) i::after {
  opacity: 1;
}
.home-1 .list .slick-current .box .mask > div > div:nth-of-type(2) i::before {
  opacity: 0;
}
.home-1 .list .slick-current .box .mask > div > div:nth-of-type(2) i::after {
  opacity: 1;
}
@media (max-width: 1700px) {
  .home-1 .list .box {
    min-height: 480px;
  }
}
@media (max-width: 1250px) {
  .home-1 .list .box {
    min-height: 400px;
  }
}
@media (max-width: 1000px) {
  .home-1 .cate li a {
    display: block;
    text-align: center;
  }
  .home-1 .list .box {
    min-height: auto;
  }
}
.home-2 .titleBox .txt {
  color: #343434;
}
.home-2 .list ul li .box {
  background-color: #f1f3f5;
}
.home-2 .list ul li .box .name {
  line-height: 1.5;
  height: 4.5em;
}
.home-2 .list ul li .box p {
  color: #747474;
}
.home-2 .list ul li .box .btns a {
  -webkit-transform: translateY(1em);
  -moz-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  background-color: var(--color);
  color: #FFFFFF;
  line-height: 2em;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 10px rgba(26, 29, 134, 0.3);
  box-shadow: 0 0 10px rgba(26, 29, 134, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-2 .list ul li .box .btns a:hover {
  background-color: var(--color2);
}
.home-4 .left {
  height: 520px;
}
.home-4 .right .btns a span {
  border-bottom: 1px solid currentColor;
}
@media (max-width: 1000px) {
  .home-4 .left {
    height: 300px;
  }
}
.home-6 {
  background-color: #070c28;
  color: #FFFFFF;
}
.home-6 .mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}
.home-6 .mask > div {
  width: 25%;
  height: 100%;
}
.home-6 .mask > div i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(var(--color), transparent);
  background-image: -moz-linear-gradient(var(--color), transparent);
  background-image: linear-gradient(var(--color), transparent);
}
.home-6 .mask > div:nth-of-type(1) {
  left: 6%;
  bottom: 30%;
}
.home-6 .mask > div:nth-of-type(2) {
  left: 20%;
  bottom: 50%;
}
.home-6 .mask > div:nth-of-type(3) {
  left: 51%;
  bottom: 0;
}
.home-6 .mask > div:nth-of-type(4) {
  left: 65%;
  bottom: 50%;
}
.home-6 .list .icon img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-6 .list .star {
  color: var(--color2);
  line-height: 1.66666667;
}
.home-6 .list .name {
  line-height: 1.33333333;
}
.home-6 .list li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.home-6 .bottom::before,
.home-6 .bottom::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #FFFFFF;
}
.home-6 .bottom a {
  display: block;
  padding: .65em 2.5em;
  border-radius: 3em;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(26, 29, 134, 0.3);
  box-shadow: 0 0 20px rgba(26, 29, 134, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-6 .bottom a:hover {
  background-color: #FFFFFF;
  color: var(--color);
}
@media (max-width: 1250px) {
  .home-6 .mask {
    width: 200%;
    left: -50%;
  }
}
.home-7 .list .date {
  color: #747474;
}
.home-8 .box {
  background-color: var(--color);
  background-image: url(../images/home8-bg.png);
  background-position: right 40px top 40px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  margin: 0 -45px;
}
@media (max-width: 1450px) {
  .home-8 .box {
    margin: 0;
  }
}
#footer .font-16 {
  line-height: 1.75;
}
#footer .line {
  border-bottom: 1px solid currentColor;
}
#footer .footer-top .form ul {
  margin: -5px;
}
#footer .footer-top .form li {
  padding: 5px;
}
#footer .footer-top .form input {
  width: 100%;
  padding: 1.2em;
  border: 0;
  background-color: #f2f2f2;
}
#footer .footer-top .form input[type="submit"] {
  font-weight: 800;
  background-color: var(--color2);
  color: #FFFFFF;
}
#footer .footer-bottom {
  background-color: #ecf2f7;
}
#footer .footer-bottom img.login {
  height: 16px;
}


/*#ewm {
  width: 170px;
}*/
#goback {
  cursor: pointer;
}
@media (max-width: 1000px) {
  #footer .footer-top .form li {
    width: 50%;
  }
  #footer .footer-top .form input {
    padding: 1em;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 500px) {
  #footer .footer-top .form li {
    width: 100%;
  }
}
@-webkit-keyframes clipToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipToLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipOutToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@-moz-keyframes clipOutToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@keyframes clipOutToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@-webkit-keyframes clipOutToLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-moz-keyframes clipOutToLeft {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes clipOutToLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.clipToRight {
  -webkit-animation: clipToRight 1s linear forwards;
  -moz-animation: clipToRight 1s linear forwards;
  animation: clipToRight 1s linear forwards;
}
.clipToLeft {
  -webkit-animation: clipToLeft 1s linear forwards;
  -moz-animation: clipToLeft 1s linear forwards;
  animation: clipToLeft 1s linear forwards;
}
.clipOutToLeft {
  -webkit-animation: clipOutToLeft 1s linear forwards;
  -moz-animation: clipOutToLeft 1s linear forwards;
  animation: clipOutToLeft 1s linear forwards;
}
.clipOutToRight {
  -webkit-animation: clipOutToRight 1s linear forwards;
  -moz-animation: clipOutToRight 1s linear forwards;
  animation: clipOutToRight 1s linear forwards;
}





.more {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: black;
  border: 0;
  cursor: pointer;
  cursor: hand;
}
.more i {
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i:before {
  font-size: .8em;
}
.more:hover {
  color: var(--color);
}
.more:hover i {
  background-color: var(--color);
}
.more:not(.nofull) {
  height: 3em;
  padding: 0 1.8em;
  background-color: var(--color);
  color: white;
}
.more:not(.nofull) i {
  background-color: white;
  color: var(--color);
}
.more.active,
.more:not(.nofull):hover {
  background-color: black;
  color: white;
}
.more.active i,
.more:not(.nofull):hover i {
  color: black;
}


.inner-banner {
  position: relative;
  background-color: #f8f8f8;
}
.inner-banner .Auxil-crumbs a,
.inner-banner .Auxil-crumbs span {
  transition: .5s;
}
.inner-banner .Auxil-crumbs a:hover {
    color: var(--color);
}

/*.factory-page .factory-1 {
    padding: 90px 0 150px;
    position: relative;
}
.factory-page .factory-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
    background-color: #f6f6f6;
    z-index: -1;
}*/

.factory-page .factory-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
    padding: 0 60px;
}

@media (max-width: 1200px) {

    .factory-page .factory-1 .container .right {
        max-width: 100%;
    }
    .factory-page .factory-1 .container .right p {
        max-width: 100%;
        margin-top: 0;
    }
    .factory-page .factory-1 .container .left span {
        margin-left: 0;
    }
    .factory-page .factory-1 .container .left h3 {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

.production-strength-page .init-1 {
    padding: 50px 0;
    text-align: center;
}
.production-strength-page .init-1 .container .tips {
    max-width: 980px;
    margin: auto;
}

.production-strength-page .init-2 .list {
    padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .list .tips {
    text-align: center;
    font-weight: bold;
}
.production-strength-page .init-2 .list img {
    width: 100%;
}
.production-strength-page .init-2 .list .img-box {
    display: block;
}
.production-strength-page .init-2 .list .big_img {
    margin-top: 50px;
    position: relative;
}
.production-strength-page .init-2 .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.5s;
}
.production-strength-page .init-2 .list .big_img .btn:hover{
    background-color: var(--color);
}
.production-strength-page .init-2 .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.production-strength-page .init-2 .list .big_img .btn::before {
    background-color: #1c9f3c;
}
.production-strength-page .init-2 .list .big_img .prev {
    left: 22%;
}
.production-strength-page .init-2 .list .big_img .slick2 li {
    padding: 0 8px;
}
.production-strength-page .init-2 .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}
.production-strength-page .init-2 .list .small_img ul li {
    padding: 0 2px;
}
.production-strength-page .init-2 .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}
.production-strength-page .init-2 .list .small_img ul .slick-current li .box {
    opacity: 1;
    border: 2px solid var(--color);
}
.production-strength-page .init-2 .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}
.production-strength-page .init-2 .list:nth-child(2n-1) {
    background-color: #f9f9f9;
}
@media (max-width: 1500px) {
    .production-strength-page .init-2 .list .big_img .btn {
        right: 10%;
    }
    .production-strength-page .init-2 .list .big_img .prev {
        left: 10%;
    }
}
@media (max-width: 1250px) {
    .production-strength-page .init-2 .list .big_img .btn {
        width: 40px;
        height: 40px;
    }
    .production-strength-page .init-2 .list .big_img .btn img {
        width: 16px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .init-3 .container .content .swiper{
        width: 100%;
    }
    .product-page .init-3 .container .content{
        margin-top: 30px;
    }
    .production-strength-page .init-2 .list .small_img {
        display: none;
    }
    .production-strength-page .init-2 .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .production-strength-page .init-2 .list {
        padding: 40px 10px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-1 .box {
        padding: 20px;
    }
    .production-strength-page .init-2 .list .big_img {
        margin-top: 20px;
    }
    .production-strength-page .init-2 .list .big_img .slick2 li {
        padding: 0;
    }
    .production-strength-page .init-2 .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }
}

.contact-page .init-1 {
    margin-top: 120px;
}
.contact-page .init-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
    width: 41%;
}
.contact-page .init-1 .container .left .title {
    font-size: 70px;
    /*line-height: 50px;*/
    font-weight: bold;
    text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
    font-size: 18px;
    font-weight:500;
    color: #666666;
    margin-top: 10px;
}
.contact-page .init-1 .container .left img {
    margin-top: 50px;
    width: 100%;
}
.contact-page .init-1 .container .right {
    margin-top: 120px;
    width: 53%;
}
.contact-page .init-1 .container .right .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
    width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
    margin-top: 8px;
    min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
    max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
    margin-left: 15px;
    font-size: 18px;
    font-weight:500;
    color: #5d5d5d;
    line-height: 2;
}
.contact-page .init-1 .container .right form {
    margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
    margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
    font-size: 18px;
    font-weight: bold;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
    background-color: #f7f7f7;
    margin-top: 5px;
    padding: 15px;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
    position: relative;
    padding: 15px;
    font-size: 16px;
    font-weight:500;
    background-color: #f7f7f7;
    color: #b0b0b0;
    margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
    font-size: 18px;
    line-height: 32px;
    color: #b0b0b0;
    font-weight: bold;
    margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 50px;
}
.contact-page .init-1 .container .right{
    position: relative;
}
.contact-page .init-1 .container .right #ewm{
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
    display: block;
    width: 100%;
}
.contact-page .init-2 {
    position: relative;
    z-index: 2;
}
.contact-page .init-2 .container {
    padding: 0;
    width: 100%;
}

@media (max-width:700px) {
    .contact-page .init-1{
        margin-top: 30px;
    }

    .contact-page .init-1 .container .left {
        display: none;
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .contact-page .init-1 .container .right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
    }
    .contact-page .init-1 .container .right form .form_des {
        text-align: center;
    }
    .contact-page .init-1 .container .right form .submit_btn {
        margin: auto;
        margin-top: 30px;
    }
    .contact-page .init-1 .container .right #ewm{
        position: relative;
        margin: auto;
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    .contact-page .init-1 {
        margin-top: 40px;
    }
    .contact-page .init-1 .container .right .cont .s_left {
        width: 100%;
    }
    .contact-page .init-1 .container .right .cont .s_right {
        width: 100%;
    }
}

.history-page {
  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;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  margin-top: 6%;
}
.history-page .right {
  width: 62%;
}
.history-page .right .swiper {
  margin-right: -14%;
}
.history-page .right span.h6 {
  color: #e60012;
  display: block;
  line-height: 1;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 15px;*/
   border-bottom-right-radius: 70px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: 0;
  left: 50%;
  -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;
}
.prodet-page .prodet-1 {
  max-width: 1670px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
      /*border-bottom-right-radius: 70px;*/
}
.prodet-page .prodet-1 .img a.img-box {
  /*border-radius: 12px;*/
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .smallImg {
  position: relative;
}

.prodet-page .prodet-1 .img .smallImg ul {
  margin: -10px;
}

.prodet-page .prodet-1 .img .smallImg li {
  padding: 10px;
}

.prodet-page .prodet-1 .img .smallImg .swiper {
  height: 90%;
  position: absolute;
  width: 100%;
}
.prodet-page .prodet-1 .img .smallImg .swiper .swiper-slide-thumb-active a.img-box {
  border-color: var(--color);
}

.prodet-page .prodet-1 .img .m-link {
  color: #666;
  margin-top: 1.2em;
  line-height: 32px;
}
.prodet-page .prodet-1 .img .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .content {
  padding-left: 5%;
}
.prodet-page .prodet-1 .content span.tag {
  font-weight: 500;
  color: #e60012;
  margin-bottom: 1em;
  line-height: 30px;
}
.prodet-page .prodet-1 .content span.tag em {
  font-size: inherit;
  font-weight: 500;
}
.prodet-page .prodet-1 .content .text {
  margin: 1.2em 0;
  line-height: 30px;
}
/*.prodet-page .prodet-2 {
  background-image: url("../images/init-2-bg.png");
  background-position: top 25% right 22%;
  background-repeat: no-repeat;
  background-size: 28.64583333% auto;
}*/
.prodet-page .prodet-2 .form {
  margin-top: 2em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .form ul {
  -webkit-column-gap: 2.77777778em;
  -moz-column-gap: 2.77777778em;
  column-gap: 2.77777778em;
  row-gap: 1.66666667em;
  text-align: left;
}
.prodet-page .prodet-2 .form ul li label {
  display: block;
  margin-bottom: .3em;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  display: block;
  width: 100%;
  padding: .7em;
  border: 1px solid #e5e5e5;
  border-radius: .5em;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 150px;
}
.prodet-page .prodet-2 .form ul li p {
  margin-top: 1.16666667em;
}
.prodet-page .prodet-2 .form ul li button {
  border: none;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  grid-column: span 2;
}
.prodet-page .prodet-3 .pre {
  position: relative;
}
.prodet-page .prodet-3 .swiper {
  padding: 0 5px;
}
.prodet-page .prodet-3 a.img-box {
  margin-top: 5px;
}
.prodet-page .prodet-3 span.h2 {
  margin-bottom: 1em;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .form ul li.wid-100 {
    grid-column: unset;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .img .smallImg {
    width: 18%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .img .smallImg {
    width: 21%;
  }
}
.inner-page.solution-page span.tag{
    font-size: 18px;
    color: var(--color);
    display: block;
    /*line-height: 1;
    margin-bottom: 1em;*/
    width: auto;
    height: auto;
    border: none;
}
.inner-page.solution-page span.tag::after{
    content: none;
}
.inner-page.solution-page span.tag{
    margin-bottom: 5px !important;
}
.solution-page .service-1 {
    padding: 90px 0 30px;
}
.solution-page .service-1 .left {
    /*padding-bottom: 60px;*/
    background: url("../images/service-1-bg.png") right 5% bottom no-repeat;
    padding-right: 170px;
}
.solution-page .service-1 .right span.icon {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    display: block;
    padding: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5F2DEE), to(#B882FC));
    background-image: -webkit-linear-gradient(left, #5F2DEE 0%, #B882FC 100%);
    background-image: -moz-linear-gradient(left, #5F2DEE 0%, #B882FC 100%);
    /*background-image: linear-gradient(90deg, #5F2DEE 0%, #B882FC 100%);*/
    background-image: linear-gradient(90deg,#009de6 0%,#0051a4 100%);
    margin-bottom: 30px;
}
.solution-page .service-1 .right span.icon i {
    width: 100%;
    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;
    background: white;
    border-radius: inherit;
    color: #0086d2;
    font-size: 40px;
}
.solution-page .service-1 .right .text {
    margin: 0px 0;
    word-break: break-word;
}
.solution-page .service-1 .right .box{
    max-height: 370px;
    overflow: auto;
}
.solution-page .service-1 .right .list ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.solution-page .service-1 .right .list ul li:before {
    content: "\f219";
    font-family: "FontAwesome";
    color: #5F2DEE;
    margin-right: 10px;
}
.solution-page .service-1 .right a.more {
    margin-top: 70px;
}

.solution-page .service-2 .list ul {
    margin: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solution-page .service-2 .list ul .slick-slide>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solution-page .service-2 .list ul li {
    padding: 15px;
}
.solution-page .service-2 .list ul li .box {
    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;
    height: 100%;
}
.solution-page .service-2 .list ul li .box a.img {
    width: 200px;
    height: 200px;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center;
}
.solution-page .service-2 .list ul li .box a.img em {
    border-radius: 100%;
    border: 10px solid white;
    width: 90px;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: -5%;
    top: 0;
    display: none!important;
}
.solution-page .service-2 .list ul li .box a.img em i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: white;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.solution-page .service-2 .list ul li .box .box2 {
    margin-left: -100px;
    background: white;
    padding: 45px 45px 70px 140px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    height: 100%;
    z-index: 1;
    position: relative;
}
.solution-page .service-2 .list ul li .box .box2:after {
    content: '';
    width: 20px;
    height: 20px;
    background: var(--color);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -2;
}
/*.solution-page .service-2 .list ul li .box .box2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/icon-service-2.png") no-repeat;
    background-size: auto 140%;
    background-position: 200% center;
}*/
.solution-page .service-2 .list ul li .box .box2 h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 45px;
}
.solution-page .service-2 .list ul li .box .box2 p,
.solution-page .service-2 .list ul li .box .box2 .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    /*-webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;*/
    z-index: 4;
    position: relative;
}
.solution-page .service-2 .list ul li .box .box2 .text{
    max-height: 195px;
    overflow: auto;
}
.solution-page .service-2 .list ul li .box:hover span em i {
    background: #479beb;
}
.solution-page .service-2 .list ul li .box:hover .box2:after {
    width: 100%;
    height: 100%;
}
.solution-page .service-2 .list ul li .box:hover .box2 h4,
.solution-page .service-2 .list ul li .box:hover .box2 .text {
    color: white;
}
.solution-page .service-3 {
    background: #f1f1f1;
    padding: 0 0 180px;
}
.solution-page .service-3 .left {
    padding-left: 3%;
    vertical-align: middle;
}
.solution-page .service-3 .right {
    padding-right: 4%;
    vertical-align: middle;
}
.solution-page .service-3 .right .list {
    margin: 40px 0;
}
.solution-page .service-3 .right .list ul li {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
}
.solution-page .service-3 .right .list ul li span {
    width: 64px;
    height: 64px;
    padding: 4px;
    /*background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);*/
    background-image: -webkit-linear-gradient(0deg,#009fe8 0%,#1d83c7 100%);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 100%;
}
.solution-page .service-3 .right .list ul li span i {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #006fbc;
    font-weight: 500;
    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;
    background: white;
    border-radius: inherit;
}
.solution-page .service-3 .right .list ul li:last-child {
    margin-bottom: 0;
}
.solution-page .service-4 {
    /*border-bottom: 1px solid #F4F2F9;*/
}
.solution-page .service-4 .box {
    position: relative;
    z-index: 1;
    padding: 50px 50px 50px 50px;
    color: white;
    background: url("../images/anli-4-bg.jpg") center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.solution-page .service-4 .box:after {
    content: '';
    z-index: -1;
    background: -webkit-linear-gradient(330deg, #5F2DEE 0%, #B882FC 100%);
    background: -moz-linear-gradient(330deg, #5F2DEE 0%, #B882FC 100%);
    /*background: linear-gradient(120deg, #5F2DEE 0%, #B882FC 100%);*/
    background: linear-gradient(120deg,#0069b8 0%,#0099e3 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
}
.solution-page .service-4 .box .left {
    vertical-align: middle;
    width: 30%;
}
.solution-page .service-4 .box .left span.tag {
    color: inherit;
}
.solution-page .service-4 .box .left span.tag:before {
    background: white;
}
.solution-page .service-4 .box .left h2.title {
    font-size: 35px;
    color: inherit;
}
.solution-page .service-4 .box .right {
    vertical-align: middle;
    width: 70%;
    padding-left: 3%;
}
.solution-page .service-4 .box .right ul li {
    padding: 0 60px;
    border-right: 1px solid #ffffff59;
}
.solution-page .service-4 .box .right ul li span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid white;
    display: block;
    font-size: 24px;
}
.solution-page .service-4 .box .right ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -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;
}
.solution-page .service-4 .box .right ul li h6 {
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: bold;
    line-height: 1.2;
}
.solution-page .service-4 .box .right ul li p {
    font-size: 14px;
}
.solution-page .service-4 .box .right ul li:last-child {
    border-right: none;
}
.solution-page .service-5{
    padding: 60px 0;
}
.solution-page .service-5 .title{
    font-weight: bold;
}
.solution-page .service-5 .content{
    margin-top: 40px;
}
.solution-page .service-5 .img{
    margin-top: 30px;
}
.solution-page .service-5 .img img{
    width: 100%;
}
@media screen and (max-width: 1500px){
    .solution-page .service-1 {
        padding: 80px 0;
    }
    .solution-page .service-1 .right span.icon {
        width: 100px;
        height: 100px;
    }
    .solution-page .service-2 .list ul li .box a.img {
        width: 140px;
        height: 140px;
    }
    .solution-page .service-2 .list ul li .box a.img em {
        width: 60px;
        height: 60px;
        font-size: 20px;
        border-width: 5px;
    }
    .solution-page .service-2 .list ul li .box .box2 {
        padding: 20px 20px 20px 80px;
        margin-left: -60px;
    }
    .solution-page .service-2 {
        padding: 50px 3%;
    }
    .solution-page .service-2 .list ul li .box .box2 h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .solution-page .service-2 .list ul li .box .box2 .text {
        font-size: 14px;
        line-height: 28px;
    }
    .solution-page .service-3 {
        padding: 80px 0 200px;
    }
    .solution-page .service-4 .box {
        padding: 30px;
    }
    .solution-page .service-4 .box .left h2.title {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px){
    .solution-page .service-2 .list ul li {
        width: 100%;
    }
    .solution-page .service-2 .list ul li .box .box2 {
        width: 100%;
    }
}
@media screen and (max-width: 1000px){
    .solution-page .service-1 .left {
        width: 100%;
        display: none;
    }
    .solution-page .service-1 .right {
        width: 100%;
    }
    .solution-page .service-1 .right a.more {
        margin-top: 20px;
    }
    .solution-page .service-1 {
        padding: 50px 0;
    }
    .solution-page .service-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .solution-page .service-3 .left {
        width: 100%;
        padding-right: 0;
    }
    .solution-page .service-3 .right .list ul li {
        margin-bottom: 20px;
    }
    .solution-page .service-4 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .solution-page .service-4 .box .left {
        width: 100%;
    }
    .solution-page .service-4 .box .right ul li {
        padding: 0 15px;
    }
    .solution-page .service-4 .box .right ul li h6 {
        font-size: 16px;
        margin: 10px 0;
    }
    .solution-page .service-4 .box .right ul li span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .solution-page .service-4 .box {
        margin-bottom: -100px;
    }
}
@media screen and (max-width: 700px){

}
@media screen and (max-width: 500px){
    .solution-page .service-2 .list ul li .box{
        flex-wrap: wrap;
    }
    .solution-page .service-2 .list ul li .box .box2{
        margin-left: 0;
        padding: 10px;
        margin-top: 20px;
    }
    .solution-page .service-3 .right .list ul li{
        width: 100%;
    }
    .solution-page .service-3 .right .list ul li span {
        margin-right: 10px;
    }
    .solution-page .service-4 .box .left h2.title {
        font-size: 24px;
    }
    .solution-page .service-4 .box .right ul li {
        padding: 10px 0;
        width: 100%;
    }
    .solution-page .service-4 .box {
        margin-bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .solution-page .service-4 {
        padding: 40px 0;
    }
    .solution-page .service-3 {
        padding: 60px 0;
    }


}
.solution2-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution2-page .init-1 .subText {
    font-size: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution2-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution2-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
    line-height: 1.8;
}
.solution2-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution2-page .init-1 .container .desC {
    overflow: hidden;
     /*border-bottom-right-radius: 70px;*/
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 650px;
    color: #fff;
    padding: 10px 90px;
}
.solution2-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution2-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution2-page .init-2 .container .left {
    width: 58%;
}
.solution2-page .init-2 .container .left img {
    width: 100%;
}
.solution2-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution2-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution2-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution2-page .init-3 .container .left {
    width: 36%;
}
.solution2-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution2-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution2-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
       border-bottom-right-radius: 70px;
}
.solution2-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution2-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution2-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    /*border-radius: 10px;*/
        border-bottom-right-radius: 70px;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution2-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution2-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    border-bottom-right-radius: 70px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution2-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution2-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution2-page .init-4 .container .content {
    margin-top: 90px;
}
.solution2-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution2-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution2-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution2-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution2-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution2-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
    min-height: 5.5em;
}
.solution2-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution2-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution2-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution2-page .init-5 .container .cont {
        border-bottom-right-radius: 70px;
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution2-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution2-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution2-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution2-page .init-5 .container .cont .content form .list {
    padding: 0 6px;
    margin-top: 12px;
    width: 33.33%;
}
.solution2-page .init-5 .container .cont .content form .list input,
.solution2-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution2-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution2-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution2-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    border-bottom-right-radius: 1.44444444em;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution2-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution2-page .init-1 {
        padding-top: 140px;
    }
    .solution2-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution2-page .init-1 .subText {
        font-size: 100px;
    }
    .solution2-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution2-page .init-1 {
        padding-top: 40px;
    }
    .solution2-page .init-1 .subText {
        display: none;
    }
    .solution2-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution2-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution2-page .init-2 .container .left {
        width: 100%;
    }
    .solution2-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution2-page .init-3 .container .left {
        width: 100%;
    }
    .solution2-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution2-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution2-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution2-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution2-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution2-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution2-page .init-1 .container .tipsDes {
        padding-top: 20px;
        font-size: 16px;
        line-height: 1.8;
    }
    .solution2-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution2-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution2-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution2-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution2-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution2-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution2-page .init-5 .container .cont .content form .list input,
    .solution2-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution2-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.quality-page {
    padding-top: 90px;
}
/*.quality-page .ui.container {
  max-width: 1230px;
}*/
.quality-page .mbx .ui.container {
    max-width: none;
}
.quality-page span.h2 {
    font-weight: normal;
}
.quality-page .text {
    font-weight: 300;
}
.quality-page span.h3 {
    font-size: 34px;
    line-height: 1.5;
    display: block;
    margin-bottom: 1em;
    color: var(--color);
}
.quality-page .quality-1 {
    padding: 0 0 60px;
    text-align: center;
}
.quality-page .quality-1 .text {
    margin-top: 2em;
}
.quality-page .quality-2 .slide {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quality-page .quality-2 .slide .left {
    padding-right: 7%;
}
.quality-page .quality-2 .slide .left * {
    height: 100%;
}
.quality-page .quality-2 .slide .left .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    /*border: 1px solid #c9cfd2;*/
}
.quality-page .quality-2 .slide .right {
    padding: 20px 0;
    padding-left: 3%;
}
.quality-page .quality-2 .slide:nth-child(even) {
    direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
    padding-left: 7%;
    padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
    padding-left: 0;
    padding-right: 3%;
    direction: ltr;
}
.quality-page .quality-3 {
    padding: 70px 0 90px;
    background-color: #f9f9f9;
}
.quality-page .quality-3 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.quality-page .quality-3 .box .left {
    width: 60%;
}
.quality-page .quality-3 .box .right {
    padding-left: 10%;
    width: 40%;
}
.quality-page .quality-3 .list {
    margin-top: 60px;
}
.quality-page .quality-3 .list ul {
    margin: -7px;
}
.quality-page .quality-3 .list ul li {
    padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
    display: block;
}
.quality-page .quality-4 .list ul {
    margin: -10px;
}
.quality-page .quality-4 .list ul li {
    padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
    display: block;
    border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
    width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
    font-size: 18px;
    font-weight: 500;
    /*color: var(--color);*/
    display: block;
    margin-top: 0.6em;
    text-align: center;
}
.quality-page .quality-4 .btn {
    font-size: 20px;
}
.quality-page .quality-4 .btn div {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999;
    color: white;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
    right: 103%;
}
.quality-page .quality-4 .btn div.next {
    left: 103%;
}
.quality-page .quality-4 .btn div:hover {
    background-color: var(--color);
    color: white;
}
.quality-page .quality-5 {
    padding: 110px 0;
}
.quality-page .quality-5 .box .left {
    vertical-align: middle;
    padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
    margin-bottom: 0.5em;
}
.quality-page .quality-5 .list ul li {
    font-size: 16px;
    padding: 1em 0;
    border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: black;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
    transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
    margin-top: 1em;
    display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    background-color: var(--color);
}
.quality-page .quality-5 .list ul li.active span.h6 {
    color: var(--color);
}
.quality-page .quality-5 .box .right {
    padding-left: 7%;
    vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick1 {
    position: relative;
}
.quality-page .quality-5 .box .right .slick1 img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}
.quality-page .quality-5 .box .right .slick1 img.active {
    opacity: 1;
    position: static;
    z-index: 1;
}
.quality-page .quality-7 {
    padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
    margin-top: 60px;
}
.quality-page .quality-7 .box .left {
    width: 66%;
    padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
    font-size: 14px;
}
.quality-page .quality-7 .box .left .text > * {
    margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
    font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
    font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
    font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
    color: var(--color);
}
.quality-page .quality-7 .box .right {
    width: 34%;
}
@media screen and (max-width: 1600px) {
    .quality-page {
        padding-top: 70px;
    }
    .quality-page .quality-1 {
        padding: 50px 0;
    }
    .quality-page span.h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page span.h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .quality-page .quality-2 .slide .left,
    .quality-page .quality-3 .box .left {
        padding: 0 !important;
        width: 100%;
    }
    .quality-page .quality-2 .slide .right,
    .quality-page .quality-3 .box .right {
        padding: 0 !important;
        width: 100%;
        margin-top: 20px;
    }
    .quality-page .quality-2 .slide,
    .quality-page .quality-3 .box {
        direction: ltr !important;
        display: block;
    }
    .quality-page .quality-2 .slide .left .img {
        height: 240px;
    }
    .quality-page .quality-3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .quality-page {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page .quality-4 .btn div.prev {
        left: 0;
        right: auto;
    }
    .quality-page .quality-4 .btn div.next {
        right: 0;
        left: auto;
    }
    .quality-page .quality-7 .box .left {
        padding-right: 0;
        width: 100%;
    }
    .quality-page .quality-7 .box .right {
        display: none;
    }
}

.newdet-page .section-title2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.newdet-page blockquote {
  border-left: 7px solid #da1c28;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #da1c28;
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #da1c28;
}
.newdet-page .n-content {
  color: #555;
}

.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #da1c28;
}
.newdet-page .s_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #da1c28;
}
.newdet-page .s_link .list .cont .tip {
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 48px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #da1c28;
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #da1c28;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 32px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}

.m-page {
  margin-top: 40px;
  text-align: center;
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: var(--color);
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #fff;
  background-color: var(--color);
}

.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
      border-bottom-right-radius: 70px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.8;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
.inner-page .productList li a.img-box {
    background-color: #fff;
}

.inner-page .productList li a.img-box em {
    position: absolute;
    bottom: 10px;
    width: 94%;
    left: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(115%);
    -moz-transform: translateY(115%);
    -ms-transform: translateY(115%);
    transform: translateY(115%);
    opacity: 0
}

.inner-page .productList li a.img-box:hover em {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.inner-page .productList li span.h6 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 36px
}

.inner-page .productList li span.h6:hover {
    color: var(--color)
}

.inner-page .productList li .star {
    margin-top: .5em
}
.t_1 {
    transition: .5s;
}
.inner-page .sidebox .sideleft {
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input,
.inner-page .sidebox .sideleft .widget form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form textarea {
  height: 100px;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #da1c28;
  color: #fff;
  border: 0;
  padding: 0 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  margin-bottom: 15px;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
  grid-template-columns:1fr;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li p {
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #da1c28;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: #da1c28;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  /*text-align: center;*/
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 button {
  background: #da1c28;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: static;
}
.inner-page .sidebox .sideleft .widget .form1 button:hover {
  background: #000;
}


@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .history-page .right .swiper {
    margin-right: 0;
  }

}
@media screen and (max-width: 500px) {
  .solution-page .service-2 .list ul li .box .box2 {
    height: auto;
  }
  .solution-page .service-2 .list ul li .box a.img {
    width: 100%;
  }
  .solution-page .service-2 .list ul li .box .box2 h4 {
    margin-top: 0;
  }
}



.colorF {
  color: #fff;
}

.support-page .support-1 .left {
  width: 44.5%;
}
.support-page .support-1 .left img {
  /*border-radius: 20px;*/
}
.support-page .support-1 .right {
  width: 47%;
}
.support-page .support-1 .right .sub {
  color: var(--color);
}
.support-page .support-2 .left {
  width: 20.5%;
  background-image: linear-gradient(-28deg, #0e3092 0%, #507bf0 100%);
  border-radius: 20px;
}
.support-page .support-2 .left form input,
.support-page .support-2 .left form textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  color: white;
}
.support-page .support-2 .left form input::placeholder,
.support-page .support-2 .left form textarea::placeholder {
  font-size: 14px;
  color: #fff;
}
.support-page .support-2 .left form input.inquery,
.support-page .support-2 .left form textarea.inquery {
  font-size: 16px;
  width: auto;
  border: none;
  background-color: #fff;
  color: var(--color);
  padding: 10px 30px;
  border-radius: 23px;
}
.support-page .support-2 .left form input.inquery:hover,
.support-page .support-2 .left form textarea.inquery:hover {
  background-color: var(--color);
  color: white;
}
.support-page .support-2 .right {
  width: 74.5%;
}
.support-page .support-2 .right .slickBox ul {
  position: relative;
  width: 88%;
  margin: auto;
}
.support-page .support-2 .right .slickBox ul li {
  text-align: center;
}
.support-page .support-2 .right .slickBox ul li .list {
  position: relative;
  z-index: 2;
}
.support-page .support-2 .right .slickBox ul li .list .icon img {
  display: block;
  margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul li .list .num {
  width: 48px;
  height: 48px;
  background-color: #0e3092;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul li .list .titl {
  line-height: 1.34;
  width: 75%;
  margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0e3092;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support-page .support-2 .right .slickBox .slickBtn.pos div {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div:hover {
  background-color: var(--color);
  color: #fff;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div.next {
  left: auto;
  right: 0;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div.prev {
  left: 0;
  right: auto;
}
.support-page .support-3 {
  background-color: #f1f5f6;
}
.support-page .support-3 img.bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.support-page .support-3 .container {
  margin-top: -540px;
}
.support-page .support-3 .container .line {
  height: 80px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  margin: auto;
}
.support-page .support-3 .container .line::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: hua 2.5s linear infinite;
}
.support-page .support-3 .container .slickBox ul li {
  height: 100%;
  overflow: hidden;
}
.support-page .support-3 .container .slickBox ul li .list {
  background-color: #fff;
  /*border-radius: 20px;*/
  width: 100%;
  height: 100%;
}
.support-page .support-3 .container .slickBox ul li .list .icon {
  width: 139px;
  height: 139px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.support-page .support-3 .container .slickBox ul li .list .icon::after,
.support-page .support-3 .container .slickBox ul li .list .icon::before {
  content: '';
  border-radius: 50%;
  border: 1px dashed var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support-page .support-3 .container .slickBox ul li .list .icon::after {
  width: 100%;
  height: 100%;
}
.support-page .support-3 .container .slickBox ul li .list .icon::before {
  width: 83.5%;
  height: 83.5%;
}
.support-page .support-3 .container .slickBox ul li .list .minTitl {
  color: #ccc;
}
.support-page .support-3 .container .slickBox ul li .list .lineB {
  width: 22px;
  height: 5px;
  margin: auto;
  background-color: var(--color);
}
/*.support-page .support-3 .container .slickBox ul li .list .text {
  line-height: 1.5;
  max-height: 6em;
  overflow-y: auto;
}*/
.support-page .support-3 .container .slickBox ul li .cont {
  height: 100%;
  width: 100%;
  background-color: var(--color);
  border-radius: 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(-20%);
}
.support-page .support-3 .container .slickBox ul li .cont .icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);

}
.support-page .support-3 .container .slickBox ul li .cont .titl {
  line-height: 1.2;
  margin: 0 auto;
}
.support-page .support-3 .container .slickBox ul li .cont .lineB {
  width: 94px;
  height: 5px;
  background-color: #ffffff;
  margin: 19px auto;
}
.support-page .support-3 .container .slickBox ul li .cont .txt {
  line-height: 1.6;
  height: 194px;
  overflow-y: auto;
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar {
  width: 2px;
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.support-page .support-3 .container .slickBox ul li:hover .list {
  /*position: absolute;
  left: 8%;
  opacity: 0;
  transform: translateY(-20%);
  width: 20%;*/
  background-color: #e60015;
  color: #fff;

}
.support-page .support-3 .container .slickBox ul li:hover .icon::after,.support-page .support-3 .container .slickBox ul li:hover .icon::before {
  border-color: #fff;
}
.support-page .support-3 .container .slickBox ul li:hover .list .icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.support-page .support-3 .container .slickBox ul li:hover .list .lineB {
  background-color: #fff;
}
/*.support-page .support-3 .container .slickBox ul li:hover .cont {
  opacity: 1;
  transform: translateY(0);
}*/
.support-page .support-3 .container .bot {
  line-height: 2;
}
.support-page .support-3 .container .bot p {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1700px) {
  .support-page .support-3 .container {
    margin-top: -450px;
  }
 
}
@media screen and (max-width: 1450px) {
  .support-page .support-2 .left {
    width: 25%;
  }
  .support-page .support-2 .right {
    width: 72%;
  }
  .support-page .support-2 .right .slickBox ul li .list .titl {
    width: 85%;
  }
  .support-page .support-3 .container {
    margin-top: -400px;
  }
 
}
@media screen and (max-width: 1250px) {
  .support-page .support-2 .left {
    width: 60%;
    margin: 10px auto;
    padding: 20px !important;
  }
  .support-page .support-2 .right {
    width: 100%;
  }
  .support-page .support-2 .right .slickBox ul::after {
    top: 53%;
  }
  .support-page .support-3 .container {
    margin-top: -330px;
  }

  .support-page .support-3 .container .slickBox ul li .list .icon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .support-page .support-2 .right .slickBox ul::after {
    top: 60%;
  }
  /*.support-page .support-3 .container {
    margin-top: -220px;
  }*/
  .support-page .support-3 .container .line {
    height: 25px;
  }
  .support-page .support-3 .container .line::after {
    width: 5px;
    height: 5px;
  }
  .support-page .support-3 .container .txt {
    max-height: 110px;
    overflow-y: auto;
  }
  .support-page .support-3 img.bg {
    min-height: 400px;
  }

  .support-page .support-3 .container .bot p {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .support-page .support-3 img.bg {
    height: 300px;
  }
  .support-page .support-3 .container {
    margin-top: -310px;
  }
  
}







.about-page .about-1 .about-img img {
    /*border-radius: 20px;*/
}

.about-page .about-1 .about-txt {
    background-color: #f4f5f9;
    border-radius: 10px;
    width: 85%;
    margin: -6% auto 0;
    position: relative;
    z-index: 1;
}

.about-page .about-1 .about-txt .desc {
    color: #666666;
    line-height: 1.7;
}

.about-page .about-2 {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper{
    padding: 60px 0;
}
.about-page .about-2 .mk-tt{ 
    color: #fff;
}
.about-page .about-2 .swiper .h6{
    line-height: 2;
    color: #fff;
}

.about-page .about-2 .swiper .text{
    width: 90%;
    line-height: 2;
    height: 8em;
    overflow-y: auto;
    padding-right: 15px;
    color: #fff;
}  
.about-page .about-2 .swiper .swiper-wrapper{
    align-items: flex-end;
}
.about-page .about-2 .swiper .swiper-slide .box{
    position: relative;
}
.about-page .about-2 .swiper .swiper-slide .box .line{
    display: block;
    height: 1px;
    background: #dcdcdc;
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
}
.about-page .about-2 .swiper .swiper-slide .box .line:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    -webkit-transition: 6.5s linear;
    -moz-transition: 6.5s linear;
    transition: 6.5s linear;
}
.about-page .about-2 .swiper .swiper-slide .box .line i{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .swiper .swiper-slide .box .line i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
    width: 100%
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
    left: 3px;
    background-color: var(--color)
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
    opacity: .5
}


.about-page .about-2 .zdy-switch>div{
    position: absolute;
    margin-top: -25px;
    background-color: #fff;
}
.about-page .about-2 .zdy-switch>div:hover{
    background-color: var(--color);
}
.about-page .about-3 .brands-list ul li .box {
    background-color: #f4f5f9;
    border-radius: 5px;
        padding: 60px 30px 80px;
    transition: all 0.5s;
}
.about-page .about-3 .brands-list ul li .box a {
  /*display: flex;*/
}
.about-page .about-3 .brands-list ul li .box a img{
  width: unset;
}
.about-page .about-3 .brands-list ul li .box a .img2 {
  display: none;
}
.about-page .about-3 .brands-list ul li .box .txtbox .desc {
    height: 158px;
    overflow-y: auto;
    line-height: 1.7;
    transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box:hover {
    background-color: var(--color);
}

.about-page .about-3 .brands-list ul li .box:hover .tt {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
    background-color: #000;
}
.about-page .about-3 .brands-list ul li .box:hover a .img1 {
  display: none;
}
.about-page .about-3 .brands-list ul li .box:hover a .img2 {
  display: block;
}


.about-page .about-4 .list {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 20% 2.5%;
}

.about-page .about-4 .list ul li {
    transition: all 0.5s;
}

.about-page .about-4 .list ul li .box {
  position: relative;
    transform-origin: bottom;
    transition: all 0.5s;
}

@media (min-width: 1251px) {
  .about-page .about-4 .list ul .slick-list {
    padding-top: 100px;
  }

  .about-page .about-4 .list ul .prev0 li .box,
  .about-page .about-4 .list ul .next0 li .box {
    transform: scale(1.2);
    z-index: 1;
  }

  .about-page .about-4 .list ul .slick-current li .box {
    transform: scale(1.4);
    z-index: 2;
  }
}

@media (max-width: 1250px) {
  .about-page .about-4 .list {
    padding: 0 5% 2.5%;
  }

  .about-page .about-4 .list ul {
    margin: -10px
  }

  .about-page .about-4 .list ul li {
    padding: 10px;
  }
}

@media (max-width: 1000px) {

    .about-page .about-1 .about-txt {
        width: 100%;
        margin-top: 5%;
    }
}

@media (max-width: 700px) {
    .about-page .about-4 .list {
        background-image: none !important;
    }

}








.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}
.agent-page .agent-1 ul li {
  padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 200px;
  height: 200px;
  /*border-radius: 50%;*/
  background-color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  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;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text h4 {
  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;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}

@media (max-width: 1000px) {
  .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
}


.home-3 .grid img,
.home-3 .grid video {
  grid-column: 1;
  grid-row: 1;
}




.factory-3 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.factory-3 .right .slick-slide {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-3 .right .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.factory-3 .right ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .factory-3 .right .slick-slide {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
  .factory-3 .right ul {
      margin: -10px;
  }
  .factory-3 .right ul li {
      padding: 10px;
  }
  .factory-3 .right {
      padding: 3%;
  }
  .factory-3 .box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .factory-3 .box .left {
      width: 100%;
  }
  .factory-3 .box .right {
      width: 100%;
  }
}





.about-5 .list li {
  background-color: #f3f3f3;
}
.about-5 .list li>i img {
  transition: .5s;
}
.about-5 .list li:hover>i img {
  transform: rotateY(360deg);
}

@media screen and (max-width: 500px) {
  .about-5 .list li i {
    max-width: 50px;
    display: block;
  }
}


table tbody {
  table-layout: fixed;
}


@media screen and (max-width: 1000px) {
  table tbody {
    white-space: normal;
  }
}



#footer .code {
  max-width: 180px;
}

.yuy span img {
  width: 40px;
}