@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "AktivGroteskEx";
  max-width: 1920px;
  --color: #ff632f;
  background-color: #f6f6f7;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1750px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.yuy span img {
  width: 27px;
}

#header.home .nav .ui.menu .logo img {
  filter: brightness(0) invert(1);
}

#header.active .nav .ui.menu .logo img {
  filter: unset;
}


#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}
#header.inner .nav,
#header.active .nav {
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /*border-color: var(--color);*/
  border-color: #fff;
}
#header .nav {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  position: static;
  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: 5.5em;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: 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-left: 3em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1em 8px;
  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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: -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;
  right: 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-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
.search-box {
  line-height: normal;
  position: absolute;
  top: 0%;
  right: 0;
  background: #fff;
  width: 100%;
  height: 200%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] .search-box form input[type="submit"] {
  left: auto;
  right: 15px;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 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);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#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-right: 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);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 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: !important 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right 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-right: 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%;
  right: 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-right: 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;
  left: 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-left: 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-left: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(50.0%); rotateZ(45deg);
  -moz-transform: translateX(50.0%); rotateZ(45deg);
  -ms-transform: translateX(50.0%); rotateZ(45deg);
  transform: translateX(50.0%); rotateZ(45deg);
  top: 12px;
  margin-right: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(50.0%); rotateZ(-45deg);
  -moz-transform: translateX(50.0%); rotateZ(-45deg);
  -ms-transform: translateX(50.0%); rotateZ(-45deg);
  transform: translateX(50.0%); rotateZ(-45deg);
  top: 28px;
  margin-right: 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-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  left: auto;
  right: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#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;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  right: 0;
  top: 55%;
}
#banner .left {
  width: 40%;
  margin-right: 60%;
}
#banner h2 {
  color: #FFFFFF;
}
#banner p {
  color: #FFFFFF;
}
.yuy {
  height: auto;
}
.baseBtn {
  min-width: 11em;
  height: 2.9em;
  line-height: 2.9em;
  border: 1px solid var(--color);
  border-radius: 1.45em 0 1.45em 0;
  background-color: var(--color);
  color: #FFFFFF;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.baseBtn:hover {
  background-color: transparent;
  color: var(--color);
  border-radius: 0 1.45em 0 1.45em;
}
.baseTag img {
  vertical-align: text-top;
  width: 1.2em;
}
.home-2 .wrap {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.home-2 .left ul li {
  height: 100vh;
}
.home-2 .right {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}
.home-2 .right ul li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
.home-2 .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-3 .tag span {
  height: 2em;
  line-height: 2;
  background-color: #FFFFFF;
  color: #666666;
  border: 1px solid currentcolor;
  border-radius: 1em;
}
.home-3 .text {
  color: #666666;
}
.home-3 .list li .num {
  line-height: 1;
  color: var(--color);
}
.home-3 .list li p {
  color: #666666;
}
.home-3 .play-btn {
  width: 4.5em;
  height: 4.5em;
  right: 0;
}
.home-3 .play-btn i {
  border-right: 0;
}
.home-4 .list li > div {
  min-height: 520px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-4 .list li > div .num {
  left: 0;
  bottom: 0;
}
.home-4 .list li > div .num span {
  color: #f6f6f7;
  line-height: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-4 .list li > div .name {
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div .name strong {
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div .text {
  color: #666666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div:hover {
  background-color: var(--color);
}
.home-4 .list li > div:hover .num span {
  opacity: .17;
}
.home-4 .list li > div:hover .name {
  color: #FFFFFF;
}
.home-4 .list li > div:hover .name strong {
  color: #FFFFFF;
}
.home-4 .list li > div:hover .text {
  color: #FFFFFF;
}
.home-5 {
  color: #FFFFFF;
}
.home-5 .tag span {
  height: 2em;
  line-height: 2.3;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 1em;
}
.home-5 .Tit {
  line-height: 1.22222222;
}
.home-5 .form input {
  padding: 14px 15px 10px;
  height: 3.25em;
  width: 100%;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}
.home-5 .form input::-webkit-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.home-5 .form input:-moz-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.home-5 .form input::-moz-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.home-5 .form input:-ms-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.home-5 .form input::placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.home-5 .form button {
  background-color: transparent;
  border: 0;
}
.home-6 .list li > div {
  background-color: #FFFFFF;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-6 .list li > div .yh {
  right: 85%;
  top: 60%;
}
.home-6 .list li > div .yh span {
  display: block;
  font-size: 1.7008em;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-6 .list li > div .name {
  line-height: 1.5;
  min-height: 3em;
}
.home-6 .list li > div .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: inherit;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-6 .list li > div:hover {
  color: #FFFFFF;
}
.home-6 .list li > div:hover .yh span {
  color: #FFFFFF;
}
.home-6 .list li > div:hover .mask {
  opacity: 1;
}
#footer {
  background-color: #121212;
  color: #FFFFFF;
}
#footer .mask {
  width: 90%;
  right: 5%;
  bottom: 0;
  opacity: .05;
}
#footer .footer-top .footer-block li {
  line-height: 2;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom img.login {
  height: 18px;
}
#ewm {
  width: 115px;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 2em;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 1em;
  }

  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1000px) {
  #banner > ul li > img {
    opacity: .5;
  }

  #banner .left {
    width: 100%;
    margin-right: 0;
  }
  .home-2 .wrap .right {
    display: none;
  }
  .home-2 .wrap .left {
    width: 100%;
  }
  .home-2 .wrap .left ul li {
    height: auto;
  }
  .home-2 {
    overflow: hidden;
  }
  .home-2 .wrap .left ul li {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-2 .wrap .left {
    padding: 0;
  }
  .home-3 .play-btn {
    right: 50%;
  }
  .home-4 .list li {
    margin-top: 0;
  }
  .home-4 .list li > div {
    min-height: auto;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner > ul li {
    height: 400px;
  }
  #banner > ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-3 .left {
    text-align: center;
  }
  .home-3 .list ul {
    margin: -10px;
  }
  .home-3 .list li {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .home-6 .list li > div .yh {
    top: 75%;
  }
}






.prodet-page .prodet-1 .right .desc {
  color: #686868;
  position: relative;
  padding-right: 20px;
}
.prodet-page .prodet-1 .right .desc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 3px;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .line {
  width: 100%;
  height: 1px;
  background-color: #b0b0b0;
}
.prodet-page .prodet-1 .right .btn a {
  min-width: 220px;
  text-align: center;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2) {
  background-color: black;
  border-color: black;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2):hover {
  background-color: transparent;
  color: black;
}
.prodet-page .prodet-1 .right .Auxil-through {
  max-width: 450px;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: block;
  background-color: #e9e9e9;
  padding: 7px 12px 3px;
  margin-bottom: 9px;
  color: #6e6e6e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .gallery {
  width: 15%;
}
.prodet-page .prodet-1 .gallery .prev,
.prodet-page .prodet-1 .gallery .next {
  width: 100%;
  height: 36px;
  background-color: #f0f0f1;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .gallery ul {
  margin: -10px 0;
  padding: 20px 0;
}
.prodet-page .prodet-1 .gallery ul li {
  padding: 10px 0;
}
.prodet-page .prodet-1 .gallery ul li a {
  display: block;
  background-color: white;
}
.prodet-page .prodet-1 .gallery .slick-track {
  width: 100% !important;
}
.prodet-page .prodet-1 .big {
  width: 81.5%;
}
.prodet-page .prodet-1 .big a {
  display: block;
  background-color: white;
}
.prodet-page .prodet-1 .big ul,
.prodet-page .prodet-1 .big li {
  width: 100%;
}
.prodet-page .prodet-2 ul.option {
  border-bottom: 1px solid #767676;
}
.prodet-page .prodet-2 ul.option em {
  font-weight: normal;
  color: var(--color);
  margin-left: 15px;
}
.prodet-page .prodet-2 ul.option li {
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-2 ul.option li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 6px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 ul.option li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 ul.option li:last-child {
  margin-left: 0;
}


@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .gallery {
    width: 18%;
  }
  .prodet-page .prodet-1 .big {
    width: 80%;
  }
  .prodet-page .prodet-1 .gallery ul li {
    padding: 3px 0;
  }
  .prodet-page .prodet-1 .gallery ul {
    margin: -3px 0;
    padding: 7px 0;
  }
  .prodet-page .prodet-1 .gallery .prev,
  .prodet-page .prodet-1 .gallery .next {
    height: 22px;
    line-height: 22px;
  }
  .prodet-page .prodet-2 ul.option em {
    margin-left: 5px;
  }
  .prodet-page .prodet-2 ul.option {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 ul.option li {
    width: 100%;
    margin-bottom: 12px;
  }
}





.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
line-height: 2;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: bold;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}

.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
  font-weight: bold;
  padding: 10px 15px;
  background: transparent;
  color: black;
  border: none;
  height: auto;
  line-height: normal;
  font-size: 14px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-right: auto;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 17px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  background-size: contain;
    background-repeat: no-repeat;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 380px;
  overflow-y: auto;
  padding-left: 4px;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
}



.inner-page .sideBarBox .slideLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}
.inner-page .sideBarBox .slideLeft .nav {
  border: 1px solid #eee;
}
.inner-page .sideBarBox .slideLeft .nav span.h6 {
    background-color: var(--color);
    color: white;
}
.inner-page .sideBarBox .slideLeft .nav .link {
    font-weight: 300;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
    line-height: 1.8;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
    font-size: .8em;
    margin-top: .8em;
    padding-right: 1em;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
    text-decoration: underline;
}


.product-page .product-1 .sideBarBox .slideRight .text {
    max-height: 360px;
    overflow: auto;
}

.product-page .sideBarBox .slideRight .img {
    border: 1px solid #3b3a3a;
}
.product-page .sideBarBox .slideRight .img .link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    border-top: 1px solid #3b3a3a;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
    width: 100%;
    text-align: center;
    padding: .5em;
    border-left: 1px solid #3b3a3a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a:hover {
    background-color: var(--color);
    color: white;
}
.product-page .sideBarBox .slideRight .img:hover .link {
    opacity: 1;
}








.service-page span.h2 {
    margin-bottom: 0.5em;
}
.service-page .service-1 {
    padding-bottom: 130px;
}
.service-page .service-1 .box {
    margin-bottom: 55px;
}
.service-page .service-1 .box .left {
    vertical-align: middle;
    width: 66.3%;
    padding-left: 6%;
}
.service-page .service-1 .box .right {
    vertical-align: middle;
    width: 33.33%;
    padding-right: 2.15%;
}
.service-page .service-1 .list ul {
    margin: 0 -25px;
}
.service-page .service-1 .list ul li {
    padding: 0 25px;
}
.service-page .service-1 .list ul li a.img {
    display: block;
    height: 444px;
    background-size: cover;
    background-position: center;
}
.service-page .service-2 {
    padding-bottom: 100px;
    position: relative;
}
.service-page .service-2:before {
    content: '';
    width: 100%;
    height: 76%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../images/service-2-bg.jpg');
    background-repeat: no-repeat;
    background-size: 27.3%;
    background-position: left bottom;
    background-color: #f7f7f7;
}
.service-page .service-2 .box .left {
    padding-left: 8%;
    vertical-align: bottom;
}
.service-page .service-2 .box .left .img {
    position: relative;
    display: block;
    padding-bottom: 40px;
}
.service-page .service-2 .box .left .img > img {
    display: block;
    margin-right: auto;
    margin-left: -6%;
    mix-blend-mode: darken;
}
.service-page .service-2 .box .left .img .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    color: white;
}
.service-page .service-2 .box .left .img .tag div {
    width: 50%;
    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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 150px;
    background-color: rgba(150, 150, 150, 0.74);
    padding: 0 5%;
}
.service-page .service-2 .box .left .img .tag div span.h6 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}
.service-page .service-2 .box .left .img .tag div.first {
    background-color: rgba(0, 0, 0, 0.7);
}
.service-page .service-2 .box .left .img .tag div.first i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.service-page .service-2 .box .left .img .tag div.first span.h6 {
    margin-right: .5em;
    color: var(--color);
}
.service-page .service-2 .box .left .img .tag div.last {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-page .service-2 .box .left .img .tag div.last p {
    font-size: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid white;
    line-height: 1;
    margin: .5em 0;
}
.service-page .service-2 .box .left .img .tag div.last em {
    font-size: 26px;
    width: 100%;
    display: block;
    line-height: .7;
    text-align: center;
}
.service-page .service-2 .box .right {
    vertical-align: bottom;
    padding-left: 2%;
}
.service-page .service-2 .box .right span.h2 {
    margin-bottom: 0.3em;
}
.service-page .service-2 .box .right .list {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2em;
}
.service-page .service-2 .box .right .list li {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.service-page .service-2 .box .right .list li:before {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    background-color: var(--color);
    margin-left: .8em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .4em;
}
.service-page .service-2 .box .right .list li:last-child {
    margin-bottom: 0;
}
.service-page .about-3 .ui.container {
    max-width: 1540px;
}
.service-page .about-3 .box .left {
    padding-left: 6%;
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
    margin: 5% 0;
}
.service-page .about-3 .box .right {
    padding-right: 4%;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
.service-page .about-3 .box .right:before,
.service-page .about-3 .box .right:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.service-page .about-3 .box .right:before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(transparent));
    background-image: -webkit-linear-gradient(top, white 10%, transparent 100%);
    background-image: -moz-linear-gradient(top, white 10%, transparent 100%);
    background-image: linear-gradient(to bottom, white 10%, transparent 100%);
}
.service-page .about-3 .box .right:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(transparent));
    background-image: -webkit-linear-gradient(bottom, white 10%, transparent 100%);
    background-image: -moz-linear-gradient(bottom, white 10%, transparent 100%);
    background-image: linear-gradient(to top, white 10%, transparent 100%);
}
.service-page .about-3 span.h2 {
    line-height: 1.5;
}
.service-page .about-3 .text {
    margin: 2em 0;
}
.service-page .about-3 .text p {
    margin-bottom: 2em;
}
.service-page .about-3 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -14px;
}
.service-page .about-3 .list ul li {
    padding: 14px;
}
.service-page .about-3 .list ul li img {
    width: 100%;
}
.service-page .about-3 .list ul:last-child {
    position: absolute;
    top: 100%;
    right: 0;
}
.service-page .about-3 .list div {
    width: 50%;
    position: relative;
}
.service-page .about-3 .list div:last-child ul {
    animation-direction: reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.service-page .about-3 .list div:last-child ul:nth-child(2) {
    position: absolute;
    bottom: 100%;
    right: 0;
}
.service-page .about-3 .list div:last-child ul:last-child {
    bottom: 200%;
    top: auto;
}
@media screen and (max-width: 1800px) {
    .service-page .service-3 {
        padding: 90px 0;
    }
    .service-page .service-3 .list ul li .box i {
        height: 70px;
    }
    .service-page .service-3 .list ul li .box span.h6 {
        font-size: 20px;
    }
    .service-page .service-1,
    .service-page .service-2 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1450px) {
    .service-page .service-1 .list ul li a.img {
        height: 280px;
    }
    .service-page .service-2 .box .right .list {
        font-size: 16px;
    }
    .service-page .service-2 .box .left .img .tag div span.h6,
    .service-page .service-2 .box .left .img .tag div.last em {
        font-size: 20px;
    }
    .service-page .service-2 .box .left .img .tag div.last p {
        font-size: 16px;
    }
    .service-page .service-2 .box .left .img .tag div.first i {
        width: 60px;
    }
}
@media screen and (max-width: 1250px) {
    .service-page .about-3 .box .left {
        top: 10%;
    }
    .service-page .about-3 .box .left {
        padding-left: 0;
    }
    .service-page .service-1 .list ul li a.img {
        height: 240px;
    }
    .service-page .service-2 .box .right .list,
    .service-page .service-2 .box .left .img .tag div.last p {
        font-size: 14px;
    }
    .service-page .service-2 .box .left .img .tag div span.h6,
    .service-page .service-2 .box .left .img .tag div.last em {
        font-size: 18px;
    }
    .service-page .service-2 .box .left .img .tag div.last p {
        text-align: center;
    }
    .service-page .service-2 .box .left {
        padding-left: 4%;
    }
}
@media screen and (max-width: 1000px) {
    .service-page .service-1 .box .right {
        display: none;
    }
    .service-page .service-1 .box .left {
        width: 100%;
        padding-left: 0;
    }
    .service-page .service-1 .list ul li {
        padding: 0 10px;
    }
    .service-page .service-1 .list ul {
        margin: 0 -10px;
    }
    .service-page .service-1 .list ul li a.img {
        height: 200px;
    }
    .service-page .service-2 .box .left {
        width: 100%;
        padding-left: 0;
    }
    .service-page .service-2 .box .right {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .service-page .about-3 .box .right {
        display: none;
    }
    .service-page .about-3 .box .left {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .list ul li {
        padding: 10px;
    }
    .service-page .service-1 .list ul {
        margin: -10px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-2 .box .left .img .tag {
        display: block;
    }
    .service-page .service-2 .box .left .img .tag div {
        width: 100%;
        height: 100px;
    }
    .service-page .service-2 .box .left .img .tag div.last {
        text-align: center;
    }
    .service-page .service-2 .box .left .img .tag div span.h6 {
        width: 100%;
    }
    .service-page .service-1,
    .service-page .service-2 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1250px) {
    .inner-page .sideBarBox .slideLeft {
        top: 60px;
    }
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .slideLeft {
    display: none;
  }

  .inner-page .sideBarBox .slideRight {
    width: 100%;
  }
}

/*seo加代码*/
.service-page .service-3 {
    background: #fafafa;
    padding: 4.7rem 0 4.8rem } .service-page .service-3 h2.title i { right: -6px;
    top: 0
}

.service-page .service-3 .content {
    margin-top: 2.2rem
}

.service-page .service-3 .content ul {
    margin-right: -1.15rem } .service-page .service-3 .content ul li { padding-right: 1.15rem } .service-page .service-3 .content ul li .text { padding: 1.8rem 1.1rem 0 0;
    color: #383838
}

.service-page .service-3 .content ul li .text h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2
}

.service-page .service-3 .content ul li .text p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 1rem
}

@media screen and (max-width: 700px) {
    .service-page .service-3 .content ul li {
        width:100%;
        margin-bottom: 10px
    }

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

    .service-page .service-3 .content ul li .text h3 {
        font-size: 22px
    }

    .service-page .service-3 .content ul li .text p {
        font-size: 16px
    }
}



.service-page span.tag:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.service-page .init-4 {
    background: #0e0e0e;
    padding: 11rem 0 10.5rem;
    text-align: center } .service-page .init-4 h3 { color: #fff;
    display: block;
    font-size: 40px;
    position: relative
}

.service-page .init-4 span.tag {
    color: #fff
}

.service-page .init-4 span.tag:before {
    background: #fff
}

.service-page .init-4 a.more em {
    background: #fff
}

.service-page .init-4 a.more span {
    color: #232323
}

.service-page .init-4 .accessBox .swiper-container {
    padding: 9.5rem 0 8rem } .service-page .init-4 .accessBox .swiper-slide span,.service-page .init-4 .accessBox .swiper-slide h4,.service-page .init-4 .accessBox .swiper-slide p { transition: .5s ease } .service-page .init-4 .accessBox .swiper-slide { -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.service-page .init-4 .accessBox .swiper-slide:after {
    position: absolute;
    content: "";
    width: 27px;
    height: 23px;
    left: 0;
    top: 3rem;
    /*background: url(../images/s-right.png) no-repeat*/
}

.service-page .init-4 .accessBox .swiper-slide span {
    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;
    height: 72px
}

.service-page .init-4 .accessBox .swiper-slide span img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.service-page .init-4 .accessBox .swiper-slide h4 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 3.5rem 0 1rem;
    font-weight: 700
}

.service-page .init-4 .accessBox .swiper-slide p {
    color: #fff;
    font-size: 18px
}

.service-page .init-4 .more:hover {
    -webkit-transform: translateX(-1.5rem);
    -moz-transform: translateX(-1.5rem);
    -ms-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
}

@media screen and (max-width: 1000px) {
    .service-page .init-4 .accessBox .swiper-slide h4 {
        font-size:20px
    }
}


.inner-page span.tag {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding-right: 35px;
    font-size: 18px;
    color: #8e8e8e;
    margin-bottom: 20px
}

.inner-page h3 {
    margin-bottom: 25px
}

.inner-page h3 em {
    font-weight: 700
}




.faq-page .container .tips_title {
  font-weight: bold;
  padding-right: 60px;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  right: 0;
  background-color:rgba(255,99,47,0.4);
  z-index: -1;
}
.faq-page .container .content {
  margin-top: 60px;
}
.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  left: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--color);
}
.faq-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  font-size: 22px;
}
.faq-page .container .content ul li .title::before{
  display: none;
}
.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
  color: #454545;
}
.faq-page .container .content ul li.active .title {
  background-color: var(--color);
  color: #fff;
}
.faq-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }
  .faq-page .container .tips_title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-page .container .content ul {
    text-align: right;
  }
  .faq-page .container .content {
    text-align: right;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }
  .faq-page .container .content ul li .title {
    padding: 20px 16px 20px 30px;
    font-size: 18px;
  }
  .faq-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 28px;
  }
  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}






/*about-page*/
.about-page .about-1 {
  margin-top: 100px;
      margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-left: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  color: #686868;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .img-box:hover img{
      -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05, 1.05);
}
.about-page .about-1 .play{
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}
/*.about-page .about-1 .play:hover{
  background: #cca255
}*/
.about-page .about-1 .play i{
  position: relative;
  right: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
    font-weight: 500;
    color: #101010;
    font-size: 18px;
}
.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}
.about-page .about-1 .right .data ul li .num {
      font-size: 60px;
    transition: .5s;
    font-weight: 700;
    
    color: var(--color);
    margin-bottom: 20px;
    margin-top: 10px;
}
.about-page .about-1 .right .data ul li:hover .num{
  color: #151515
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 45px 0 0;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 88px 0 0;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  right: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  left: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  right: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: white;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right {
  width: 68%;
  padding-right: 8.21%;
}
/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-right: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page .about-4 {
  padding-top: 8.1%;
}
.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-left: 82px;
}
.about-page .about-4 .left ul {
  margin-left: -80px;
}
.about-page .about-4 .left ul li {
  padding-left: 80px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px; 
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8; 
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 100px 0 80px;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1; 
  color: #323232; 
  font-weight: bold;
}
.about-page .about-5 .content {
  margin-top: 60px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  right: 53px;
  opacity: 1;
}
.about-page .about-6 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-6 ul li{
  width: 33%;
  position: relative;
}
.about-page .about-6 ul li img{
  min-height: 500px;
  object-fit: cover;
  padding: 10px;
}
.about-page .about-6 ul li .text{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-6 ul li .text .box{
  flex: 1;
  display: flex;
    flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont{
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
}
/*.about-page .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-page .about-7{
  position: relative;
  
}
.about-page .about-7 .text{
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 90px;
  color: #fff
}
.about-page .about-7 .text .box{
  width: 50%;
  margin: 0 0 0 auto } .about-page .about_7 .list{ position: relative;
}
.about-page .about_7 .list .prev{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-150%,-50%);
}
.about-page .about_7 .list .next{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(150%,-50%);
  margin-right: 0;
}
.about-page .about_process{
  padding-top: 80px;
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-11{
  background: #f5f5f5;
}
.about-page .about-11 ul .slick-slide > div{
  height: auto !important;
}
.about-page .about-11 ul li .box{
  background: white;
  /*border-radius: 10px;*/
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-11 ul li .box .des{
  max-height: 216px;
  overflow: auto;
  min-height: 150px;
}
.about-page .about-11 ul li .box .icon img{
  margin-left: 25px;
}


.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-40 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-40 .container .content .btn:hover {
  background-color: #ee751a;
}
.about-page .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-40 .container .content .prev {
  right: 0;
}
.about-page .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-40 .container .content ul li .box .num {
  font-size: 400px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  right: 0;
  top: 20%;
}
.about-page .init-40 .container .content ul li .box .desC {
  height: 500px;
  padding-left: 10px;
  overflow-y: hidden;
}
.about-page .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  right: 0;
  background-color: #a6a6a6;
}
.about-page .init-40 .container .content2 ul .slick-track {
  margin-right: 0;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .num {
  color: #ee751a;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: #ee751a;
}
.about-page .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
}
.about-page .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 400px;
    }
}
@media screen and (max-width: 1680px) {
     .about-page .init-40 .container .content ul li .box .num {
        font-size: 300px;
    }
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px } } @media screen and (max-width: 1450px) { .about-page .about-1 .right .data ul li .num { font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-right: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 45px 0 0;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-4 .left {
    padding-left: 30px;
  }
  .about-page .about-4 .left ul {
    margin-left: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-left: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-4 .right .title {
    font-size: 50px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 60px } } @media screen and (max-width: 1250px) { .about-page .init-40 .container .content ul li .box .num { font-size: 200px;
    }
  .about-page .about-1 .left {
    padding-left: 0;
  }
  .about-page .about-1 .right {
    padding-right: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-4 .right .title {
    font-size: 40px;
  }
  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-left: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-left: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    right: 30px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 40px } } @media screen and (max-width: 1100px) { .about-page .about-1 .left .con { margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 45px 0 0;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 70px 0 0;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
   
  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }
  .about-page .about-5 .content ul {
    margin-left: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-left: 40px;
  }
    .about-page .about-6 ul li .text{
    padding: 80px 20px } } @media screen and (max-width: 1000px) { .about-page .init-40 .container .content ul li .box .num { font-size: 160px;
    }

    .about-page .init-40 .container .content {
        width: 100%;
    }
  .about-page .about-7 .text .box{
  width: 100%
}
  
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    right: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    right: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
      .about-page .about-6 ul li{
        width: 50%
      }
      .about-page .about-6 ul li img {
        min-height: auto;
        object-fit: none;
      }
      .about-page .about-6 ul li .text .box .cont {
        height: auto!important;
        display: block!important;
      }
}
@media screen and (max-width: 700px) {
  
    .about-page .init-40 .container .content ul li .box .num {
        font-size: 130px;
    }
  .about-page .about_7 .list .slickBtn{
    display: none;
  }

  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-left: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-left: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    right: 0;
    top: 0;
  }
  .about-page .about-7>img{
    height: 320px;
    object-fit: cover;
  }
  .about-page .about-7 .text{
    bottom: 40px
  }
}
@media screen and (max-width: 500px) {
   .about-page .init-40 .container .content {
        padding-top: 80px;
    }

    .about-page .init-40 .container .content .btn {
        width: 40px;
        height: 40px;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        right: 50%;
    }

    .about-page .init-40 .container .content .prev {
        right: -webkit-calc(0%);
        right: -moz-calc(0%);
        right: calc(50% - 50px);
    }

    .about-page .init-40 .container .content .next {
        right: -webkit-calc(60%);
        right: -moz-calc(60%);
        right: calc(50% + 10px);
    }

    .about-page .init-40 .container .content ul li {
        padding: 0 10px;
    }

    .about-page .init-40 .container .content ul li .box {
        padding: 0;
    }

    .about-page .init-40 .container .content ul li .box .num {
        position: relative;
        top: 0;
        right: 0;
        text-align: right;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page .init-40 .container .content ul li .box .desC {
        height: auto;
    }

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 60px;
    }

    .about-page .init-40 .container .content ul li .box .desC {
        text-align: right;
        margin-top: 20px;
    }

    .about-page .init-40 .container .content ul li .box .desC .des {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }

    .about-page .init-40 .container .content2 {
        width: 100%;
    }
  .about-page .about-7>img{
    height: 420px
  }
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 27px;
  }

  .about-page .about-6 ul li {
    width: 100%;
  }
}

.about-page .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
  background: #f5f5f5
}
.about-page .i-why .top {
  margin-bottom: 54px;
}
.about-page .i-why .top .left .i-title {
  display: inline-block;
}
.about-page .i-why .top .left .i-title:after {
  right: 77%;
  top: 4%;
}
.about-page .i-why .top .right {
  padding-right: 70px;
}
.about-page .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}
.about-page .i-why .top .right .des.active{
  display: block
}
.about-page .i-why .wrap .left {
  width: 66%;
  padding-left: 13px;
}
.about-page .i-why .wrap .left ul {
  margin: -13px;
}
.about-page .i-why .wrap .left ul li {
  padding: 13px;
}
.about-page .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}
.about-page .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
.about-page .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
  max-width: 36px;
}
.about-page .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-left: 30px;
  min-height: 60px;
}
.about-page .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.about-page .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .i-why .wrap .left ul li.active .box,
.about-page .i-why .wrap .left ul li .box:hover {
  background: #000;
  color: #fff;
}
.about-page .i-why .wrap .left ul li.active .box .arrow img,
.about-page .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .i-why .wrap .right {
  width: 34%;
  padding-right: 13px;
}
.about-page .i-why .wrap .right ul li {
  height: 415px;
}
.about-page .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px){
    .about-page .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px){
    .about-page .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px){
    .about-page .i-why .wrap .right {
    display: none;
  }
  .about-page .i-why .wrap .left {
    width: 100%;
  }
  .about-page .i-why {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px){
    .about-page .i-why .top .left {
    width: 100%;
  }
  .about-page .i-why .top .right {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .about-page .i-why {
    padding: 50px 0;
  }
  .about-page .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  .about-page .i-why .wrap .left ul li .box .arrow {
    left: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px){
   .about-page .i-why .top .right .des {
    font-size: 16px;
  }
}





.news-page .marginBox {
  padding: 90px 0 70px 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-right: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li{
  border-bottom:  1px solid #000;
  margin-bottom: 40px
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h1{
  transition: .5s;
  /*text-transform: uppercase;*/
}
.news-page .sideBarLeft .list ul li .content span.h1:hover{
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: 105%;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-left: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
  line-height: 36px;
  margin-bottom: .2em;
  display: block;
  margin-top: 1.5em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/search.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  padding: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  width: 34%;
  margin-left: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 32px;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6:hover{
  color: var(--color);
}
  
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.newdet-page .marginBox {
  padding: 90px 0%;
}
.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-right: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .content strong{
  font-weight: normal;
  /*color: black;*/
}
.newdet-page .sideBarLeft .content a strong{
  font-weight: 500;
  color: black;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-right: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-left: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-right: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-right: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px){
   .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
   .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
   .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
    .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px){
   .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 22px;
  }
   .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
   .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
  .newdet-page .marginBox{
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .form ul li{
    width: 100%;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-right: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px){
  .newdet-page .sideBarLeft .m-link .prev {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}




.contact-page .contact-1 .left form ul {
  margin: 0 0 -37px -30px;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 0 37px 30px;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 26px 13px 0;
  font-size: 18px;
  font-weight: 500;
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
  padding: 18px 29px 18px 30px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-left: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 26px;
  font-size: 14px;
  color: #919191;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .left form ul li input[type="submit"]{
  width: auto;
  background: var(--color);
  color: white;
  border: none;
  padding: 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
  height: 50px;
}
.contact-page .contact-1 .left form ul li input[type="submit"]:hover{
  background: #222;
}
.contact-page .contact-1 .right {
  padding-right: 6%;
}
.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #919191;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  font-size: 18px;
  color: #919191;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-weight: 500;
      padding-top: 4px;
  padding-right: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-right: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 10px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
    width: 100%;
  }

  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.m-page{
  margin-top: 40px;
  text-align: center;
}
.m-page a,.m-page span{
  display: inline-block;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  background: #222;
  color: white;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  font-family: arial;
}
.m-page a:hover,.m-page span{
  background: var(--color);
}