@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #e93429;
  background-color: #f9f9f9;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1570px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  background-color: var(--color);
  color: #FFFFFF;
  line-height: 40px;
}
#header .h-top .ui.menu {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}
#header .h-top .ui.menu li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
/*#header .h-top .ui.menu li i {
  color: var(--color);
}*/
#header .h-top .ui.menu .social-links li:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav {
  background-color: #FFFFFF;
}
#header .nav .line {
  height: 18px;
  border-left: 1px solid #000000;
}
#header .nav .box {
  margin-left: auto;
  margin-right: 0;
}
#header .nav .msg {
  background-color: var(--color);
  color: #FFFFFF;
  margin-left: auto;
  margin-right: 0;
  border-radius: 29px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
#header .nav .msg:hover {
  background-color: #000000;
}
#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;
  height: 100px;
  max-width: 1630px;
  padding: 0 15px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#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 {
  padding: 1em 0;
  margin: 0 1.25em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 0;
  opacity: 0;
  border-bottom: 1px solid var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#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: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
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: 1250px) {
  .home-1,
  .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;
}
.std-btn1 {
  display: inline-block;
}
.std-btn1-box {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 8px 6px 26px;
  background: var(--color);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 80px;
  border: 0;
}
.std-btn1-box::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  background: #000000;
  border-radius: 25px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn1-box p {
  line-height: 1.75;
  color: #FFFFFF;
}
.std-btn1-box:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.std-btn1-box:hover .std-btn1-icon {
  color: var(--color);
}
.std-btn1-icon {
  font-size: 18px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--color);
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.std-btn1-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1700px) {
  .std-btn1-box {
    padding: 6px 6px 6px 26px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 30px;
    height: 30px;
    margin-left: 14px;
  }
}
@media (max-width: 1450px) {
  .std-btn1-box {
    padding: 6px 6px 6px 16px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 26px;
    height: 26px;
    margin-left: 10px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 22px;
    height: 22px;
    margin-left: 8px;
  }
}
@media (max-width: 1250px) {
  .std-btn1-box {
    padding: 6px 6px 6px 20px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .std-btn1-box {
    padding: 5px 6px 5px 16px;
  }
}
.home-1 {
  border-radius: 0 0 .6em .6em;
  padding: 1.9em 0 3em;
}
.home-1 .Tit {
  color: #FFFFFF;
}
.home-1 .list > ul {
  height: 1.1em;
  background-color: #FFFFFF;
  border-radius: 5.5em;
}
.home-1 .list > ul > li {
  border-left: 2px solid #f2f2f2;
}
.home-1 .list > ul > li:first-of-type,
.home-1 .list > ul > li:last-of-type {
  border-left: 0;
}
.home-1 .list > ul > li:last-of-type {
  border-radius: inherit;
  background-color: var(--color);
  color: #FFFFFF;
  cursor: pointer;
}
.home-1 .list > ul > li > ul {
  z-index: 1;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #FFFFFF;
  display: none;
  max-height: 250px;
  overflow-y: auto;
}
.home-1 .list > ul > li > ul > li:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-1 .list > ul > li:hover > ul {
  display: block;
}
@-webkit-keyframes my {
  from {
    top: -16%;
  }
  to {
    top: 100%;
  }
}
@-moz-keyframes my {
  from {
    top: -16%;
  }
  to {
    top: 100%;
  }
}
@keyframes my {
  from {
    top: -16%;
  }
  to {
    top: 100%;
  }
}
.home-2 .bg {
  width: 100%;
  height: 145%;
  left: 0;
  top: 0;
}
.home-2 .left .text {
  color: #454545;
}
.home-2 .right > div {
  border-left: 2px solid #d2d2d2;
}
.home-2 .right > div::before,
.home-2 .right > div::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -16%;
  height: 16%;
  border-left: 4px solid var(--color);
  -webkit-animation: my 6s linear infinite;
  -moz-animation: my 6s linear infinite;
  animation: my 6s linear infinite;
}
.home-2 .right > div::after {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
.home-2 .right > div:last-of-type::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.home-2 .right > div:last-of-type::after {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}
.home-2 .right p {
  color: #454545;
}
/*.home-3 .slick-list {
  overflow: visible;
}*/

.home-3 .slick-slider:not(.slick-vertical) .slick-track {
  display: block;
}

.home-3 .slickBtn {
  font-size: 30px;
}
.home-3 .slickBtn div {
  width: 2.5em;
  height: 2.5em;
}
.home-3 .slickBtn.pos div.prev {
  left: auto;
  right: 104%;
}
.home-3 .slickBtn.pos div.next {
  right: auto;
  left: 104%;
}
.home-3 ul {
  margin: -5vw;
}
.home-3 li {
  padding: 5vw;
}
.home-3 h3 {
  font-weight: 600;
}
.home-3 .grade-class i:first-of-type::before {
  content: "";
  position: absolute;
  right: 107%;
  top: -10%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e93429;
  opacity: .6;
}
.home-3 .grade-class i:first-of-type::after {
  content: "";
  position: absolute;
  right: 102%;
  top: -10%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e93429;
  opacity: .3;
}
.home-3 .grade-class i:last-of-type::before {
  content: "";
  position: absolute;
  left: 101%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e93429;
}
.home-3 .box > div {
  padding: 1.5% 1%;
}
.home-4 .list .slick-list {
  overflow: visible;
}
.home-4 .list .slick-active .box {
  opacity: 1;
}
.home-4 .list .box {
  opacity: .7;
  border-radius: 1.69em;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-4 .list .box .img {
  background-color: #FFFFFF;
  border-radius: inherit;
  padding: 1em 0 1.64em;
  -webkit-transform: translateY(0.55em);
  -moz-transform: translateY(0.55em);
  -ms-transform: translateY(0.55em);
  transform: translateY(0.55em);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-4 .list .box .content {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: .6em;
}
.home-4 .list .box .content .name {
  font-weight: 600;
}
.home-4 .list .box .content p {
  line-height: 1.5;
  margin-bottom: -6em;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-4 .list .box:hover {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-box-shadow: 36px 45px 51px rgba(0, 0, 0, 0.16);
  box-shadow: 36px 45px 51px rgba(0, 0, 0, 0.16);
}
.home-4 .list .box:hover .img {
  -webkit-transform: translateY(-0.6em);
  -moz-transform: translateY(-0.6em);
  -ms-transform: translateY(-0.6em);
  transform: translateY(-0.6em);
}
.home-4 .list .box:hover .content p {
  margin-bottom: 0;
  opacity: 1;
}
.home-5 .list {
  width: 115%;
  margin-left: -5%;
}
.home-5 .list::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  border-bottom: 3px solid var(--color);
}
.home-5 .list .slick-list {
  overflow: visible;
}
.home-5 .list .box:hover .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home-5 .list .box:hover .num {
  bottom: 110%;
}
.home-5 .list .box:hover .name {
  top: 110%;
}
.home-5 .list .img,
.home-5 .list .icon {
  grid-column: 1;
  grid-row: 1;
}
.home-5 .list .img {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  border: 2px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .list .icon div {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid var(--color);
}
.home-5 .list .num,
.home-5 .list .name {
  color: var(--color);
  font-weight: 500;
  width: 100%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .list .num {
  bottom: 90%;
}
.home-5 .list .name {
  top: 90%;
}

.home-5 .list .desc {
  width: 100%;
  left: 0;
  top: 130%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.home-5 .list .box:hover .desc {
  opacity: 1;
}

.home-6 .list .slick-list {
  overflow: visible;
}
.home-6 .list.rtl {
  direction: rtl;
}
.home-7 {
  background-color: #FFFFFF;
}
.home-7 .list ul {
  margin: 0 -2.5vw;
}
.home-7 .list li {
  padding: 0 2.5vw;
}
.home-7 .list li .img {
  border-radius: .24em;
}
.home-7 .list li .img .cate {
  background-color: #FFFFFF;
  right: 10%;
  bottom: 0;
  border-radius: .24em .24em 0 0;
}
.home-7 .list li .img .cate::before,
.home-7 .list li .img .cate::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: .21em;
  height: .21em;
  background-image: url(../images/news-mask.png);
  background-position: center;
}
.home-7 .list li .img .cate::before {
  right: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.home-7 .list li .img .cate::after {
  left: 100%;
}
.home-7 .list li .img .cate span {
  display: block;
  line-height: 40px;
}
.home-7 .list li .name {
  color: #333333;
}
.home-7 .list li .date i {
  color: var(--color);
}
#footer {
  background-color: #f0f0f0;
}
#footer .footer-top .form ul {
  margin: 0 -1.25vw;
}
#footer .footer-top .form li {
  padding: 0 1.25vw;
}
#footer .footer-top .form input {
  padding-bottom: 2em;
  margin-bottom: 2em;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.66);
}
/*#footer .footer-top .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.66);
}
#footer .footer-top .form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.66);
}
#footer .footer-top .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.66);
}
#footer .footer-top .form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.66);
}
#footer .footer-top .form input::placeholder {
  color: rgba(255, 255, 255, 0.66);
}*/
#footer .footer-top .form button {
  font-size: 20px;
  background-color: #FFFFFF;
  color: var(--color);
  height: 50px;
  padding: 0 2em;
  border: 0;
  border-radius: 25px;
  margin-top: 2.5em;
}
#footer .footer-top .footer-block li a {
  border-bottom: 1px solid transparent;
}
#footer .footer-top .footer-block li a:hover {
  color: var(--color);
  border-color: currentcolor;
}
#footer .footer-top .social-links {
  color: var(--color);
}
#footer .footer-top .bottom {
  opacity: .16;
  white-space: nowrap;
  -webkit-animation: move 30s linear infinite;
  -moz-animation: move 30s linear infinite;
  animation: move 30s linear infinite;
}
#footer .footer-top .bottom span {
  font-size: 1.36em;
  margin-right: .5em;
}
#footer .footer-bottom {
  background-color: rgba(255, 255, 255, 0.08);
}
#footer .footer-bottom img.login {
  height: 16px;
}
@media (max-width: 1700px) {
  .home-3 .slickBtn {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .gradeframe1 .box > div {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .home-2 .right ul li {
    width: 50%;
    padding: 0;
  }
  .home-2 .right > div {
    border-left: 0;
  }
  .home-2 .right > div::before,
  .home-2 .right > div::after {
    display: none;
  }
  .home-3 .slickBtn.pos div.prev {
    right: 100%;
  }
  .home-3 .slickBtn.pos div.next {
    left: 100%;
  }
  .home-3 .slickBtn {
    display: none;
  }
  .home-4 .list .box .content p {
    margin-bottom: 0;
    opacity: 1;
  }
  .home-4 .list .box .img {
    padding: 0;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .home-4 .list .box .content {
    border-radius: 0;
    position: relative;
  }
  .home-4 .list .box {
    border-radius: 1em;
  }
  .home-4 .list .box:hover .img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .home-5 .list {
    width: 100%;
    margin-left: 0;
  }
  #footer .footer-top .form input {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #footer .footer-top .form button {
    margin-top: 0;
    font-size: 14px;
    height: auto;
    padding: 1em 2em;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 500px) {
  .home-1 {
    padding: 1.5em 0 1.5em;
  }
  .home-1 .list > ul {
    height: auto;
    border-radius: .5em;
  }
  .home-1 .list > ul > li {
    width: 100%;
    border-left: 0;
    padding: .5em 0;
  }
}
@media screen and (min-width: 600px) {
  .gradeframe1 {
    background-color: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 1px 5px 60px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 5px 60px rgba(0, 0, 0, 0.12);
  }
  .chemical {
    padding: 0;
    margin: 0;
    position: relative;
    width: 84%;
    /*top: -13%;*/
    top: 0;
    left: 16%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
  .chemical div {
    border-style: none;
    height: 30px;
    padding: 0;
    margin: 0;
  }
  .monel-chemical {
    background: -webkit-gradient(linear, left top, right top, from(#8d7f62), to(transparent));
    background: -webkit-linear-gradient(left, #8d7f62, transparent);
    background: -moz-linear-gradient(left, #8d7f62, transparent);
    background: linear-gradient(90deg, #8d7f62, transparent);
  }
  .chemeicalp {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 0;
    color: white;
    padding-top: 15px;
    margin: 0;
    -webkit-transform: translate(-0.1vw, 0) skew(15deg);
    -moz-transform: translate(-0.1vw, 0) skew(15deg);
    -ms-transform: translate(-0.1vw, 0) skew(15deg);
    transform: translate(-0.1vw, 0) skew(15deg);
  }
  .chemical .number {
    content: "";
    position: absolute;
    top: 31%;
    left: -21%;
    background-color: #dddddd;
    border-radius: 2vw;
    padding: 0 0.5vw;
    width: 19%;
    font-size: 14px;
    text-align: center;
    line-height: 2.14285714;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
  }
  .chemical > div span {
    position: absolute;
    top: -56%;
    font-size: 14px;
    text-align: center;
    width: 100%;
    left: 0;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    opacity: 0;
  }
  .chemical > div:hover span {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .gradeframe1 {
    background-color: rgba(230, 230, 230, 0.6);
    position: relative;
  }
  .gradename,
  .gradename2,
  .gradename3 {
    display: block;
    width: 50vw;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
  }
  .chemical {
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
  .chemical div {
    border-style: none;
    height: 18px;
    padding: 0;
    margin: 0;
  }
  .monel-chemical {
    background: -webkit-gradient(linear, left top, right top, from(#8d7f62), to(transparent));
    background: -webkit-linear-gradient(left, #8d7f62, transparent);
    background: -moz-linear-gradient(left, #8d7f62, transparent);
    background: linear-gradient(90deg, #8d7f62, transparent);
  }
  .chemeicalp {
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 0;
    color: white;
    padding-top: 9px;
    margin: 0;
    -webkit-transform: translate(-0.1vw, 0) skew(15deg);
    -moz-transform: translate(-0.1vw, 0) skew(15deg);
    -ms-transform: translate(-0.1vw, 0) skew(15deg);
    transform: translate(-0.1vw, 0) skew(15deg);
  }
  .chemical .number {
    position: absolute;
    top: -60%;
    right: 0;
    background-color: #dddddd;
    border-radius: 10px;
    padding: 0 10px;
    text-align: center;
    color: #666666;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
  }
  .chemical > div span {
    position: absolute;
    top: -50%;
    font-size: 12px;
    text-align: center;
    width: 80%;
    left: 0;
    opacity: 0;
  }
  .chemical > div:hover span {
    opacity: 1;
  }
}



/* inner */
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes move {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.about-page .about-1 {
  padding-top: 115px;
}
.about-page .about-1 .left {
  padding-right: 60px;
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  border-radius: 24px;
  overflow: hidden;
  display: inline-block;
}
.about-page .about-1 .left .img > img {
  border-radius: 24px;
}
.about-page .about-1 .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .left .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .left .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .right {
  padding-left: 0px;
  vertical-align: middle;
}
.about-page .about-1 .right .h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.about-page .about-1 .right .content {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  margin: 16px 0 46px;
}
.about-page .about-1 .right .wrap .column {
  position: relative;
  padding-left: 85px;
}
.about-page .about-1 .right .wrap .column .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 20px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 .right .wrap .column .icon img {
  vertical-align: middle;
}
.about-page .about-1 .right .wrap .column .h4 {
  font-size: 19px;
  font-weight: bold;
}
.about-page .about-1 .right .wrap .column .text {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-top: 5px;
}
.about-page .about-1 .right .wrap .column:first-child {
  padding-right: 20px;
}
.about-page .about-1 .scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 100px 0 20px;
}
.about-page .about-1 .scroll .scroll-wrap {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-animation: move 30s linear infinite;
  -moz-animation: move 30s linear infinite;
  animation: move 30s linear infinite;
}
.about-page .about-1 .scroll .scroll-wrap div {
  margin: 0 20px;
}
.about-page .about-2 {
  background-color: #fbfbfb;
  position: relative;
  width: -webkit-calc(100% + 80px);
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  background-image: url(../images/history-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 105px 0 125px;
  margin-left: -40px;
}
.about-page .about-2 .i-title {
  margin-bottom: 90px;
}
.about-page .about-2 .list {
  position: relative;
}
.about-page .about-2 ul {
  padding: 0 55px;
}
.about-page .about-2 ul li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 80px;
  vertical-align: bottom;
}
.about-page .about-2 ul li i {
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--color);
}
.about-page .about-2 ul li i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 3px solid white;
}
.about-page .about-2 ul li .year {
  font-size: 46px;
  font-weight: 600;
}
.about-page .about-2 ul li .des {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  min-height: 180px;
  max-height: 180px;
  overflow: auto;
}
.about-page .about-2 ul .slick-slide:nth-child(odd) li {
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  padding-bottom: 30px;
}
.about-page .about-2 ul .slick-slide:nth-child(odd) li .des {
  min-height: 110px;
  max-height: 110px;
  overflow: auto;
}
.about-page .about-2 .line {
  background: url(../images/history-arrow.png) no-repeat right;
  width: 100%;
  height: 45px;
  margin-top: -30px;
}
.about-page .about-3 {
  padding: 80px 0 120px;
}
.about-page .about-3 .i-title {
  margin: 10px 0 40px;
  color: #333;
}
.about-page .about-3 ul {
  margin: -13px;
}
.about-page .about-3 ul li {
  padding: 13px;
}
.about-page .about-3 ul li .img-box {
  border-radius: 24px;
}
.about-page .about-4 {
  padding: 120px 0 150px;
}
.about-page .about-4 .left .i-title {
  color: #333;
  margin: 5px 0 30px;
}
.about-page .about-4 .left .text {
  font-size: 18px;
  line-height: 24px;
}
.about-page .about-4 .right {
  padding-left: 65px;
}
.about-page .about-4 .right ul {
  margin: -15px;
}
.about-page .about-4 .right ul li {
  padding: 15px;
}
.about-page .about-5{
  padding-top: 80px;
}
.about-page .about-5 .i-title{
  margin-bottom: 90px;
}
.about-page .about-5 .box{
  margin: -15px;
}
.about-page .about-5 .box .column{
  padding: 15px;
}
.about-page .about-5 .box .img{
  vertical-align: middle;
}
.about-page .about-5 .box .img img{
  border-radius: 20px;
}
.about-page .about-5 .box .content{
  vertical-align: middle;
}
.about-page .about-5 h4{
  font-size: 24px;
  font-weight: bold;
}
.about-page .about-5 .des{
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-top: 20px;

}
.about-page .about-5 .des em{
  font-weight: bold;
}
.about-page .about-5 .line{
  width: 100%;
  height: 1px;
  background: var(--color);
  position: relative;
  margin: 55px 0;
}
.about-page .about-5 .line::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color);
}
.about-page .about-5 .line.line2::after{
  left: auto;
  right: 0;
}
.about-page .about-6{
    padding: 100px 0;
}
.about-page .about-6 .i-title{
  margin-bottom: 65px;
}
.about-page .about-6 .box{
  background: url(../images/fh-11.jpg) no-repeat left white;
  background-size: auto 100%;
  border-radius: 20px;
}
.about-page .about-6 .box .content{
  width: 50%;
  margin-left: auto;
  padding: 80px 60px 80px 0;
}
.about-page .about-6 .box .content h4{
  font-size: 24px;
  font-weight: bold;
}
.about-page .about-6 .box .content .des{
    font-size: 18px;
  line-height: 24px; 
  margin: 20px 0 31px;
}
.about-page .about-6 .box .content .txt p{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
}
.about-page .about-6 .box .content .txt p:last-child{
  margin-bottom: 0;
}
.about-page .about-6 .box .content .txt p::after{
  content: "\e766";
    font-family: "iconfont";
    font-size: 16px;
    position: absolute;
    left: -30px;
    top: 4px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    background: var(--color);
    color: #fff;
    text-align: center;
}
.about-page .about-7{
  padding-bottom: 120px;
}
.about-page .about-7 .left{
  width: 45%;
  padding-right: 90px;
  padding-top: 85px;
}
.about-page .about-7 .right{
  width: 55%;
}
.about-page .about-7 .left .i-title{
  line-height: 1.2;
}
.about-page .about-7 .left .text{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
}
.about-page .about-7 .right .box{
  background: white;
  border-radius: 20px;
  padding: 40px 60px;
}
.about-page .about-7 .right .box h3{
  font-size: 30px;
  font-weight: 700;
}
.about-page .about-7 .right .box p{
  font-size: 18px;
  margin: 15px 0 20px;
}
.about-page .about-7 .right .box form ul{
  margin: -9px;
}
.about-page .about-7 .right .box form ul li{
  padding: 9px;
}
.about-page .about-7 .right .box form ul li input,
.about-page .about-7 .right .box form ul li textarea{
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #e7e7e8;
}
.about-page .about-7 .right .box form ul li textarea{
  height: 150px;padding: 20px;
}
.about-page .about-7 .right .box form ul li.wid-100{
  width: 100%;
}
.about-page .about-7 .right .box form ul li input[type="submit"]{
  width: auto;
  background: #15141c;
  color: white;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-7 .right .box form ul li input[type="submit"]:hover{
  background: #005bac;
}

@media screen and (max-width: 1450px) {
  .about-page .about-7 .left{
    padding-right: 45px;
  }
}

@media screen and (max-width: 1250px){
  .about-page .about-1 .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right{
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 ul li .year{
    font-size: 32px;
  }
  .about-page .about-2 ul{
    padding: 0 15px;
  }
  .about-page .about-7 .left{
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .about-page .about-7 .right{
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-4 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-4 .left{
    width: 100%;
  }
  .about-page .about-2{
    padding: 60px 0 50px;
  }
  .about-page .about-3{
    padding: 50px 0 50px;
  }
  .about-page .about-4{
    padding: 40px 0 60px;
  }
  .about-page .about-5 .box .column{
    width: 100%;
  }
  .about-page .about-6 .box .content{
    width: 100%;
    padding-right: 25px;
  }
  .about-page .about-6 .box{
    background: white;
    padding-left: 45px;
  }
}

@media screen and (max-width: 700px){
  .about-page .about-1{
    padding-top: 55px;
  }
  .about-page .about-1 .right .wrap .column{
    width: 100%;
    margin: 15px 0;
  }
  .about-page .about-2{
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: 0;
  }
  .about-page .about-2 ul li .des{
    min-height: 110px;
    max-height: 110px;
  }
  .about-page .about-2 ul .slick-slide:nth-child(odd) li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    padding-bottom: 80px;
  }
  .about-page .about-6 .i-title{
    margin-bottom: 30px;
  }
  .about-page .about-6{
    padding: 60px 0;
  }
  .about-page .about-7 .right .box{
    padding: 40px 20px;
  }
  .about-page .about-7 .right .box form ul li{
    width: 100%;
  }
}

@media screen and (max-width: 500px){
  .about-page .about-6 .box .content{
    padding: 35px 20px 30px 0;
  }
}




.faq-page {
  padding: 80px 0;
}
.faq-page .i-title {
  line-height: 1.2;
  margin-bottom: 50px;
}
.faq-page ul li {
  margin-bottom: 20px;
  cursor: pointer;
}
.faq-page ul li .title {
  background: white;
  padding: 20px 40px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.faq-page ul li .title i {
  position: absolute;
  right: 17px;
  top: 25px;
  width: 20px;
  height: 20px;
}
.faq-page ul li .title i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: black;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.faq-page ul li .title i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: black;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.faq-page ul li .content {
  padding: 20px 40px;
  font-size: 18px;
  color: #333333;
}
.faq-page ul li.active .title i::before {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}




.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.news-page .more {
    background: var(--color);
    color: white;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    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;
    height: 41px;
    line-height: 41px;
    border-radius: 2px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 300;
    z-index: 1;
}
.news-page .more .moreCir {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--color);
    margin-right: 20px;
}
.news-page .moreCir .moreImg {
    width: 13px;
    height: 13px;
}
.news-page .init-1 .container ul {
  padding-top: 40px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 22%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
  object-fit: cover;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 60px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.8;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
  /*color: #767676;*/
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
  background-color: unset;
  color: #000;
}
.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: var(--color);
  transform: rotate(45deg);
}
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  padding: 70px;
}
.newdet-page .container .left .title {
  /*text-align: center;*/
  /*font-weight:bold;*/
  font-family: 'anton';
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
  line-height: 30px;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  /*color: #666666;*/
  line-height: 2;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: var(--color);
}
.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
  padding-bottom: 12px;
  /*font-weight:bold;*/
  font-family: 'anton';
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
  line-height: 30px;
}
.newdet-page .container .right ul li .box .title:hover {
  color: var(--color);
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
  line-height: 30px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: var(--color);
}
.newsTab {
    padding-top: 50px;
}
.newsTab .container {
    padding-bottom: 20px;
    border-bottom: 1px solid #767676;
}
.newsTab .container .list {
    margin-top: 10px;
    color: #767676;
    position: relative;
    width: 290px;
    text-align: center;
    padding: 0 10px;
}
.newsTab .container .list:hover{
  color: var(--color);
}
.newsTab .container .list::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1250px) {
  .newsTab {
    display: none;
  }
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
}
@media (max-width: 700px) {
  .news-page .more{
    padding: 0;
  }
    .news-page .more .moreCir {
        zoom: .6;
    }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
}





.contact-1 .left {
	background-color: #f5f5f5;
}
.contact-1 .form ul {
	margin: 0 -10px;
}
.contact-1 .form li {
	padding: 0 10px;
}
.contact-1 .form label em {
	color: red;
}
.contact-1 .form input,
.contact-1 .form textarea {
	border-radius: 4px;
	border: 1px solid #BBB;
	width: 100%;
    padding: 4px 0;
    text-indent: 6px;
    box-sizing: content-box;
}
.contact-1 .form textarea {
	height: 80px;
    border-radius: 4px;
	resize: vertical;
}
.contact-1 .form input[type="submit"] {
    border: 1px solid var(--color);
    border-radius: 0;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    width: 210px;
    height: 50px;
}



.contact-2 li > div {
  height: 100%;
  border: 1px solid #D4D4E1;
  position: relative;
    transition: all .3s;
}
.contact-2 li > div .icon {
  display: inline-block;
}
.contact-2 li > div .icon .span_top {
  background-color: var(--color);
}
.contact-2 li > div .icon .top {
  font-size: 37px;
  color: #fff;
  width: 97px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: inherit;
  transition: all .3s;
}
.contact-2 li > div .icon .bottom {
  position: absolute;
  bottom: -65%;
  right: -15%;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all .3s;
}
.contact-2 li > div .title {
  transition: all .3s;
}
.contact-2 li > div .text {
  transition: all .3s;
}
.contact-2 li > div:hover {
  background-color: var(--color);
}
.contact-2 li > div:hover .span_top {
  background-color: #ffffff;
}

.contact-2 li > div:hover .icon .top {
  color: var(--color);
}
.contact-2 li > div:hover .icon .bottom {
  opacity: 1;
}
.contact-2 li > div:hover .title {
  color: #fff;
}
.contact-2 li > div:hover .text {
  color: #fff;
}


.inner-banner {
  background-color: #e9e9e9;
}






.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}

.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}

.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}

.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}

.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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;
  background: white;
  -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);
}

.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}

.product-page .top .fl-list ul li:hover {
  color: var(--color);
}

.product-page .top .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}

.product-page .top .product-search form {
  width: 365px;
  position: relative;
}

.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}

.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
@media screen and (max-width: 1000px) {
  .product-page .top {
    display: none;
  }

  .product-page .top .fl-list {
    width: 320px;
  }

  .product-page .top .product-search {
    margin-left: 26px;
  }

  .product-page .top .product-search form {
    width: 320px;
  }
}


.product-1 .gradeframe1 {
  margin: 0 -5%;
}

.product-1 .box > div {
  padding: 1.5% 1%;
}

.solution-page .list li .right > div {
  min-height: 90%;
}

@media (min-width:1001px) {
  .solution-page .list li:nth-child(odd) .right > div {
    background-color: #f0f0f0;
    padding: 9% 7% 9% 26%;
    margin-left: -11%;
  }


  .solution-page .list li:nth-child(odd) .left > div {
    margin-right: -11%;
  }

  .solution-page .list li:nth-child(even) .right > div {
    background-color: #f0f0f0;
    padding: 9% 26% 9% 7%;
    margin-right: -11%;
  }


  .solution-page .list li:nth-child(even) .left > div {
    margin-left: -11%;
  }
}

@media (max-width:1000px) {
  .solution-page .list li .right > div {
    padding: 5%;
  }
}








.inner-page .m-page {
  text-align: center;
  margin-top: 97px
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    border:1px solid #999;
    margin-right: 5px;
}
.inner-page .m-page a.next{
  margin-left: 20px;
}
.inner-page .m-page a:hover,.inner-page .m-page span.current {
    background: var(--color);
    color: #fff;
    border:1px solid var(--color);
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menus {
  
  margin-bottom: 50px;
}
.pro-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menus > li.active .menu-a span,
.pro-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menus > li.active .menu-a a,
.pro-box .pro-left .menus > li:hover .menu-a a,
.pro-box .pro-left .menus > li.active .menu-a i,
.pro-box .pro-left .menus > li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menus > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-box .pro-left .menus > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px;
    
  font-size: 20px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a{
  color:var(--color);
}
.prodet-page {
  padding: 50px 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det.max-h{
  max-height: 360px;
  overflow-y: auto;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul{
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li{
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;
    
}
.prodet-page .prodet-right .box .right .det {
 color: #666;
 line-height: 28px;
 
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 10px;
  background-color: var(--color);
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img{
  border-color:transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img{
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p{
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover{
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add{
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love{
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love{
  position: absolute;
  left:2px;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect{
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect{
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content{
  padding-bottom: 60px;
  color: #666;

}
.prodet-page .prodet-right .prodet-title ul {
  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;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table{
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd){
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  color: #565656;
  text-align: center;
  background: #f5f5f5;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more{
  position: relative;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"]{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}



.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product ul {
  margin: 60px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  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;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 24px;
    
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px) {
   .prodet-page .prodet-right .box .right .Auxil-through .next{
     margin-top: 30px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t{
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span{
     margin-right: 0;
     margin-left: 10px;
   }
}
@media screen and (max-width: 1400px) {
  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-right .box .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-right .box .right{
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .prodet-page .prodet-right .box .right{
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .pro-box .pro-left{
    display: none;
  }
  .prodet-page .prodet-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right .box .right .line img{
    width:100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child{
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child{
    margin-left: 0;
  }
}
@media screen and (max-width:700px) {
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .prodet-page .prodet-right .prodet-content .det form ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-right .box .right h2{
    font-size: 20px;
  }
}
