@font-face {
  font-family: 'bxjx';
  src: url('../fonts/Anton.eot');
  src: url('../fonts/Anton.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.woff') format('woff'), url('../fonts/Anton.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'bxjx';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  font-family: "bxjx";
  max-width: 1920px;
  --color: #e70012;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.radiusb {
  border-bottom-right-radius: 1.44444444em;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 55%;
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  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;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy span img {
  max-width: 28px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#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;
}
.more {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.more i {
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i:before {
  font-size: .8em;
}
.more:hover {
  color: var(--color);
}
.more:hover i {
  background-color: var(--color);
}
.more:not(.nofull) {
  height: 3em;
  padding: 0 1.8em;
  background-color: var(--color);
  color: white;
}
.more:not(.nofull) i {
  background-color: white;
  color: var(--color);
}
.more:not(.nofull):hover {
  background-color: black;
  color: white;
}
.more:not(.nofull):hover i {
  color: black;
}
span.h2 {
  line-height: 1.2;
}
span.h2 em {
  color: var(--color);
}
#banner {
  color: white;
  padding-top: 32%;
  padding-bottom: 13%;
  position: relative;
  z-index: 1;
}
#banner .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#banner .list li {
  position: relative;
}
#banner .list .slick-track {
  transform: unset !important;
}
#banner .list li > img {
  -webkit-mask-image: url('../images/banner-mask.jpg');
  mask-image: url('../images/banner-mask.jpg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 0;
  mask-size: 0 0;
  -webkit-mask-position-y: 2.66666667em;
  -webkit-mask-position-x: 90%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .list li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
#banner .list li .content .flex {
  padding-top: 1.22222222em;
}
#banner .list li .content .img {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 20%;
}
#banner .list li .content span.h2 {
  padding-left: .3em;
  border-left: 0.1em solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .list li .content span.h2.pos {
  top: 50%;
  /*transform: translateY(-50%);*/
  left: 0;
  opacity: 0;
  z-index: -1;
}
#banner .list.active li > img {
  -webkit-mask-position-y: 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#banner .list.active li .content .img {
  opacity: 0;
}
#banner .list.active li .content span.h2 {
  opacity: 0;
}
#banner .list.active li .content span.h2.pos {
  opacity: 1;
  z-index: 1;
}
#banner .list.active {
  z-index: 1;
}
#banner .list.active~.box {
  opacity: 0;
}
#banner .box {
  transition: .5s;
  z-index: -1;
}
#banner .box .img {
  width: 59%;
  margin: -20% 0 -6%;
}
#banner .box .text {
  line-height: 2;
}
#banner .box .play {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
#banner .box .play:before,
#banner .box .play:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: var(--color);
}
#banner .box .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#banner .box span.h6 {
  line-height: 1.2;
}
#banner .box span.h6 sub {
  vertical-align: middle;
  color: var(--color);
}
#banner .box li.line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.38);
}
#banner:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  background-color: white;
  -webkit-clip-path: polygon(0 100%, 0 -webkit-calc(100% - 1.5em), 20.3% -webkit-calc(100% - 1em), 40.3% -webkit-calc(100% - 1.75em), 68% 100%, 100% -webkit-calc(100% - 2em), 100% 100%);
  clip-path: polygon(0 100%, 0 -moz-calc(100% - 1.5em), 20.3% -moz-calc(100% - 1em), 40.3% -moz-calc(100% - 1.75em), 68% 100%, 100% -moz-calc(100% - 2em), 100% 100%);
  clip-path: polygon(0 100%, 0 calc(100% - 1.5em), 20.3% calc(100% - 1em), 40.3% calc(100% - 1.75em), 68% 100%, 100% calc(100% - 2em), 100% 100%);
}
.slickDots li {
  font-size: 1.5em;
  background-color: #e0e0e0 !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 1em !important;
}
.slickDots li.slick-active {
  -webkit-transform: scale(1.33333333);
  -moz-transform: scale(1.33333333);
  -ms-transform: scale(1.33333333);
  transform: scale(1.33333333);
  background-color: var(--color) !important;
}
#index-body .text {
  color: #282828;
  line-height: 1.55555556;
}
#index-body .init-1 .bottom .right {
  background-color: var(--color);
  color: white;
  padding: 2%;
}
#index-body .init-1 .bottom .right .text {
  color: inherit;
}
#index-body .init-1 .bottom .right .list {
  line-height: 1;
}
#index-body .init-1 .bottom .right .list i {
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
}
#index-body .init-2 .box {
  color: white;
  padding: 3%;
}
#index-body .init-2 .box span.h2 {
  max-width: 6.8em;
}
#index-body .init-2 .box hr {
  width: 0.14em;
  background-color: var(--color);
  height: auto;
}
#index-body .init-2 .box .form {
  width: 100%;
}
#index-body .init-2 .box .form input {
  width: 100%;
  border: none;
  padding: 1.55555556em 1em;
  background-color: white;
  color: black;
}
#index-body .init-2 .box .form input::-webkit-input-placeholder {
  color: #282828;
}
#index-body .init-2 .box .form input:-moz-placeholder {
  color: #282828;
}
#index-body .init-2 .box .form input::-moz-placeholder {
  color: #282828;
}
#index-body .init-2 .box .form input:-ms-input-placeholder {
  color: #282828;
}
#index-body .init-2 .box .form input::placeholder {
  color: #282828;
}
#index-body .init-2 .box .form button {
  width: 3.22222222em;
  height: 3.22222222em;
  border-radius: 100%;
  background-color: var(--color);
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .form button i {
  font-size: 1.5em;
}
#index-body .init-2 .box .form button:hover {
  background-color: white;
  color: var(--color);
}
#index-body .init-3 {
  position: relative;
  background-color: #f5f5f5;
  z-index: 1;
}
#index-body .init-3:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 0 14.58333333vw, 100% 0);
  clip-path: polygon(0 0, 0 14.58333333vw, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
}
#index-body .init-3 .text {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-3 .text a {
  text-decoration: underline;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .text a:hover {
  color: black;
}
#index-body .init-3 .list .box {
  padding: .5em;
  background-color: #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
  height: 100%;
}
#index-body .init-3 .list .box a.img-box {
  background-color: white;
}
#index-body .init-3 .list span.h6 {
  line-height: 1;
}
#index-body .init-3 .list a.more {
  background-color: black;
  color: white;
}
#index-body .init-3 .list a.more i {
  background-color: white;
  color: black;
}
#index-body .init-3 .list a.more:hover {
  background-color: var(--color);
}
#index-body .init-3 .list a.more:hover i {
  background-color: white;
  color: var(--color);
}
#index-body .init-3 .list .slick-track {
  padding-top: 1em;
}
#index-body .init-3 .list li:hover .box {
  top: -1em;
}
#index-body .init-4 {
  position: relative;
  z-index: 1;
  color: white;
  background-color: #010114;
}
#index-body .init-4:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 0, 0 0.8em, 20.3% 1.1em, 40.3% 0.5em, 68% 2em, 100% 0);
  clip-path: polygon(0 0, 0 0.8em, 20.3% 1.1em, 40.3% 0.5em, 68% 2em, 100% 0);
}
#index-body .init-4 .top .text {
  color: inherit;
}
#index-body .init-4 .top a.more {
  color: white;
}
#index-body .init-4 .top a.more i {
  background-color: white;
  color: black;
}
#index-body .init-4 .top a.more:hover {
  color: var(--color);
}
#index-body .init-4 .top a.more:hover i {
  background-color: var(--color);
  color: white;
}
#index-body .init-4 .bottom .left li {
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .bottom .left li.active {
  color: var(--color);
}
#index-body .init-4 .bottom .right li {
  position: relative;
  z-index: 1;
}
#index-body .init-4 .bottom .right li:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), color-stop(60%, transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent 60%);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent 60%);
  background-image: linear-gradient(to top, var(--color), transparent 60%);
  z-index: 1;
  position: absolute;
}
#index-body .init-4 .bottom .right li .content {
  padding: 4%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#index-body .init-4 .bottom .right li .content .text {
  color: inherit;
}
#index-body .init-5 .list li {
  background-color: #f5f5f5;
  padding: 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
  position: relative;
}
#index-body .init-5 .list li .title i {
  width: 4em;
  height: 3.5em;
  background-color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list li .title span.h6 {
  line-height: 1.2;
}
#index-body .init-5 .list li:hover {
  top: -0.2em;
  -webkit-box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.1);
}
#index-body .init-5 .list li:hover .title i {
  background-color: var(--color);
}
#index-body .init-6 {
  color: white;
  position: relative;
}
#index-body .init-6 i.mask {
  width: 46%;
  left: 0;
  bottom: 20%;
  position: absolute;
}
#index-body .init-6 .content {
  margin-left: auto;
  padding: 4% 3.5% 4.5% 4%;
  background-color: black;
  margin-right: 2%;
}
#index-body .init-6 .content span.h2 {
  position: relative;
}
#index-body .init-6 .content span.h2:before {
  content: '';
  position: absolute;
  left: -0.72em;
  width: 0.14em;
  background-color: var(--color);
  height: 100%;
}
#index-body .init-6 .content .info {
  line-height: 1.2;
}
#index-body .init-6 .content .info p {
  border-bottom: 1px solid white;
}
#index-body .init-6 .content a.more:hover {
  background-color: white;
  color: black;
}
#index-body .init-6 .content a.more:hover i {
  background-color: black;
  color: white;
}
#index-body .init-7 .text {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-7 .list .box {
  background-color: #f5f5f5;
}
#index-body .init-7 .list .box .img a {
    height: 100%;
    overflow: hidden;
}
#index-body .init-7 .list .box .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#index-body .init-7 .list .box .content {
  padding: 3%;
}
#index-body .init-7 .list .box .content time {
  margin-bottom: auto;
  color: var(--color);
}
#footer {
  color: white;
}
#footer .footer-top span.h2 {
  padding-left: 0.5em;
  border-left: 0.1em solid var(--color);
  max-width: 14.28571429em;
}
#footer .footer-top .box2 .text {
  max-width: 400px;
}
#footer .footer-top .box2 .share a {
  background-color: var(--color);
  color: white;
  width: 2em;
  height: 2em;
  border-bottom-right-radius: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box2 .share a:hover {
  background-color: white;
  color: var(--color);
}
#footer .footer-top .box2 .info {
  max-width: 410px;
}
#footer .footer-top .box2 .nav a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box2 .nav a:hover {
  color: var(--color);
}
#footer .footer-top .box2 .nav ul ul {
  display: none;
}
#footer .footer-top .box2 span.h6 {
  line-height: 1;
}
#footer .footer-top .right {
  background-color: var(--color);
  padding: 2%;
}
#footer .footer-top .right span.h3 {
  line-height: 1.2;
}
#footer .footer-top .right .form li input {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  padding: .3em;
  background-color: transparent;
}
#footer .footer-top .right .form li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right .form li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right .form li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right .form li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right .form li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right .form li button {
  background-color: black;
  color: white;
  border: none;
}
#footer .footer-top .right .form li button i {
  background-color: white;
  color: black;
}
#footer .footer-top .right .form li button:hover {
  background-color: white;
  color: var(--color);
}
#footer .footer-top .right .form li button:hover i {
  background-color: var(--color);
  color: white;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom .coy svg {
  fill: rgba(255, 255, 255, 0.5);
  max-height: 1.625em;
  width: auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: white;
}
@media screen and (max-width: 1450px) {
  #banner {
    padding-top: 42%;
  }
  #footer .footer-top .box2 .info,
  #footer .footer-top .box2 .text {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .box .img {
    display: none;
  }
  #banner {
    padding-top: 0;
  }
  #banner .list {
    position: static;
  }
  #banner .box {
    margin-top: 5%;
  }
  #index-body .init-1 .bottom .right,
  #footer .footer-top .right {
    padding: 2% !important;
  }
  #index-body .init-4 .bottom .left {
    display: none;
  }
  #index-body .init-5 .list li .title i img {
    zoom: .7;
  }
  #footer .footer-top .box2 .slide:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-top .box2 .slide {
    width: 100%;
  }
  #footer .footer-top .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box2 span.h6,
  #footer .footer-top .right span.h3,
  .font-25 {
    font-size: 20px;
  }
  #footer .footer-top .box2 .info,
  #footer .footer-top .box2 .text {
    max-width: none;
  }
  #index-body .init-6 .content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  #index-body .init-6 i.mask {
    display: none;
  }
  span.h2 {
    font-size: 24px;
  }
  #banner .list li > img {
    opacity: 1;
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  #banner .list li .content .img {
    display: none;
  }
  #index-body .init-2 .box .form input {
    padding: 1em;
  }
  #index-body .init-6 .content .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-7 .list .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-7 .list .box .img {
    width: 100%;
  }
  #index-body .init-7 .list .box .content {
    width: 100%;
  }
}

#Market {
  padding: 120px 0;
  /*background: url('../images/category-bg.jpg') no-repeat;*/
  background-size: cover;
      background: #010114;
  color: white;
}
#Market .title{
  color: white;
}
#Market .Market-content ul {
  margin: 0 -15px;
  /*display: grid;*/
  /*grid-template-columns: repeat(2, 1fr);
   
  grid-template-rows: repeat(3, 300px);
   
  grid-row-gap: 35px;
  grid-column-gap: 5px;*/
}
#Market .Market-content ul li {
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
}
#Market .Market-content ul li .box{
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
#Market .Market-content ul li .content {
  width: 100%;
  height: 100%;
  position: relative;
  /*border-radius: 15px;*/
  background-color: #484848;
  /*background-image: url('../images/m1.png');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 97px), -webkit-calc(100% - 87px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 97px), -moz-calc(100% - 87px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 97px), calc(100% - 87px) 100%, 0 100%);
}
#Market .Market-content ul li .box::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 50px solid var(--color);
  border-right: 34px solid var(--color);
  border-left: 44px solid transparent;
  border-top: 38px solid transparent;
  border-radius: 5px 5px 20px 5px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Market .Market-content ul li:hover .box::after{
   border-bottom-color: var(--color);
  border-right-color: var(--color);
}
#Market .Market-content ul li .content .Market-title {
  position: absolute;
  left: 25px;
  bottom: 35px;
  z-index: 10;
  width:70%;
}
#Market .Market-content ul li .content .Market-title .Market-title-t {
  position: relative;
  margin-bottom: 11px;
  transition:width 0.5s;
  width: 100%;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p {
  font-size: 18px; 
  line-height: 1.8;
  display: flex;
  
  position: relative;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p span{
  position: relative;
  padding-bottom: 4px;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #e0e0e0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p span::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 38px;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 3;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p span::before,
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p span::after{
  opacity: 0;
}
#Market .Market-content ul li .content .Market-title .Market-title-b {
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
}
#Market .Market-content ul li:hover .content {
  background-color: var(--color);
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p {
  border: none;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 15px;
  background: url('../images/market-icon.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  opacity: 0;
  transition: all 0.5s;
  margin-top: 5px;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p::before {
  width: 25px;
  opacity: 1;
}
#Market .Market-f {
  font-size: 16px; 
  text-align: center;
  margin-top: 30px;
}
#Market .Market-content ul.slick-dots{
  margin: 0;
  margin-top: 30px;
  position: unset !important;
  display: block;
      -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    text-align: center;
}
#Market .Market-content ul.slick-dots li{
  padding: 0;
  display: inline-block;
  transition: .5s;
}
.inner-banner {
  position: relative;
  background-color: #f8f8f8;
}
.inner-banner .Auxil-crumbs a,
.inner-banner .Auxil-crumbs span {
  transition: .5s;
}
.inner-banner .Auxil-crumbs a:hover {
    color: var(--color);
}
@media (max-width: 1400px) {
  #Market .Market-content ul {
    grid-template-rows: repeat(3, 250px);
  }
  #Market .Market-content ul li .content {
    background-position: center 0%;
    background-size: 100% 95%;
  }
}
@media (max-width: 1200px) {
  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 26px;
    line-height: 1.6;
  }
  #Market .Market-content ul li .content{
    background-size: contain;
  }
}
@media (max-width: 1000px) {
  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 18px;
    line-height: 1.8;
  }
  #Market .Market-content ul li .content .Market-title{
    bottom:22px;
  }
  #Market .Market-content ul li .content .Market-title .Market-title-t{
    margin-bottom: 5px;
  }
  #Market .Market-content ul li .content {
    background-image: none;
  }
  #Market .Market-content ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 150px);
  }
}
@media (max-width: 700px) {
  #Market{
    padding: 45px 0;
  }
  #Market.inner-Market{
    display: block;
    padding: 80px 0 80px !important;
  }
  #Market .Market-content ul li .content .Market-title .Market-title-t{
    width: auto;
  }
  #Market .Market-content ul li .content .Market-title{
    width: 80%;
  }
  #Market.inner-Market .Market-content ul{
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 250px);
  }
  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 27px;
    line-height: 1.4;
  }
}
.about-page .about-1 {
    padding: 90px 0 0;
    position: relative;
}
.about-page .about-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 235px;
    width: 100%;
    height: 615px;
    background-color: #f6f6f6;
    z-index: -1;
}
.about-page .about-1 .container .left {
    max-width: 960px;
}
.about-page .about-1 .container .left h3 {
    line-height: 1.2;
}
.about-page .about-1 .container .left img {
    margin-top: 80px;
}
.about-page .about-1 .container .right {
    max-width: 600px;
}
.about-page .about-1 .container .right p {
    max-width: 540px;
}
.about-page .about-1 .container .right img {
    margin-top: 80px;
        border-bottom-right-radius: 70px;
}
.about-page .about-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}
.about-page .about-1 .text p {
    /*padding: 0 60px;*/
}
.about-page .about-1 ul {
    margin-bottom: 180px;
}
.about-page .about-1 ul li {
    width: 34%;
    height: 235px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-page .about-1 ul li .left {
    margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: var(--color);
}
.about-page .about-1 ul li .left p {
    font-size: 20px;
    line-height:30px;
    font-weight: bold;
}
.about-page .about-1 ul li .right {
    font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 ul li:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
    width: 32%;
}
.about-page .about-1 ul li:last-child {
    border-right: 1px solid transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
}
.about-page .about-2 {
    padding: 0 70px;
}
.about-page .about-2 .bg {
    position: absolute;
    right: 0;
    top: -90px;
        border-bottom-right-radius: 70px;
}
.about-page .about-2 .line {
    width: 100%;
    height: 10px;
    background-color: var(--color);
}
.about-page .about-2 .content {
    background-color: #010114;
    height: 800px;
    padding-top: 90px;
    position: relative;
}
.about-page .about-2 .content .title {
    color: white;
    text-align: left;
}
.about-page .about-2 .content .title p {
    max-width: 650px;
}
.about-page .about-2 .content ul {
    margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
    width: 25%;
    padding: 0 28px;
    color: white;
}
.about-page .about-2 .content ul li .icon {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
    margin-bottom: 10px;
}
.about-page .about-2 .content ul li p {
    font-size: 16px;
    line-height: 30px;
}
.about-page .about-3 {
    margin: 130px 0 0;
}
.about-page .about-3 .right {
    width: 67%;
}
.about-page .about-3 .right .text {
    padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
    margin-left: 200px;
    margin-top: -110px;
}
.about-page .about-3 .right .box {
    margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
    width: 50%;
    background-color: #010114;
    color: white;
    padding-left: 50px;
    padding-right: 30px;
    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;
}
.about-page .about-3 .right .box .box-r {
    width: 50%;
}
.about-page .about-4 {
    padding: 180px 0 160px;
}
.about-page .about-4 h2 {
    /*margin-top: 95px;*/
    line-height: 1.8;
}
.about-page .about-4 h2 span {
    border-bottom: 2px solid var(--color);
}
.factory-page .factory-1 {
    padding: 90px 0 150px;
    position: relative;
}
.factory-page .factory-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
    background-color: #f6f6f6;
    z-index: -1;
}
.factory-page .factory-1 .container .left {
    max-width: 785px;
}
.factory-page .factory-1 .container .left h3 {
    line-height: 1.2;
}
.factory-page .factory-1 .container .left img {
    margin-top: 80px;
}
.factory-page .factory-1 .container .right {
    max-width: 600px;
}
.factory-page .factory-1 .container .right p {
    max-width: 540px;
}
.factory-page .factory-1 .container .right img {
    margin-top: 80px;
}
.factory-page .factory-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
    padding: 0 60px;
}
.factory-page .factory-1 ul {
    margin: 45px -15px 0;
}
.factory-page .factory-1 ul li {
    margin: 25px 0;
    padding: 0 15px;
}
@media (max-width: 1600px) {
    .about-page .about-1 .container .left {
        width: 52%;
    }
    .about-page .about-1 .container .right {
        width: 48%;
    }
    .about-page .about-2 .bg {
        max-width: 50%;
    }
    .about-page .about-2 {
        padding: 0;
    }
    .about-page .about-3 .right .text .img_box {
        display: none;
    }
    .about-page .about-3 .right {
        width: 55%;
    }
    .about-page .about-3 .right .box .box-r {
        display: none;
    }
    .about-page .about-3 .right .box .box-l {
        width: 100%;
        padding: 50px;
    }
}
@media (max-width: 1400px) {
    .about-page .about-1 .container .right {
        width: 42%;
    }
    .about-page .about-1 ul li .left {
        margin-right: 35px;
    }
    .about-page .about-1 ul li .left h4 {
        font-size: 48px;
    }
    .about-page .about-1 ul li .left p {
        font-size: 14px;
    }
    .about-page .about-1 ul li .right {
        font-size: 14px;
    }
    .about-page .about-2 .content .title p {
        max-width: 50%;
    }
    .about-page .about-2 .content ul {
        margin: 80px -15px 0;
    }
    .about-page .about-2 .content ul li {
        padding: 0 15px;
    }
    .about-page .about-3 .left {
        width: 45%;
    }
    .about-page .about-3 .right {
        padding-left: 50px;
    }
    .about-page .about-4 {
        padding: 120px 0;
    }
}
@media (max-width: 1200px) {
    .about-page .about-1 .container .left h3,
    .about-page .about-1 .container .left span,
    .about-page .about-1 .container .left .btn-go {
        margin-left: 0;
    }
    .about-page .about-1 ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .about-page .about-1 ul li .left {
        margin-right: 0 ;
        margin-bottom: 10px;
    }
    .about-page .about-3 .right .text {
        padding-left: 0;
    }
    .about-page .about-3 .right .text .text-l h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .about-page .about-3 .right .box {
        margin-top: 40px;
    }
    .factory-page .factory-1 .container .right {
        max-width: 100%;
    }
    .factory-page .factory-1 .container .right p {
        max-width: 100%;
        margin-top: 0;
    }
    .factory-page .factory-1 .container .left span {
        margin-left: 0;
    }
    .factory-page .factory-1 .container .left h3 {
        margin-left: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 1000px) {
    .about-page .about-1 .container .left {
        width: 100%;
        margin-bottom: 60px;
    }
    .about-page .about-1 .container .right {
        width: 100%;
        max-width: 100%;
    }
    .about-page .about-1 .container .right p {
        max-width: 100%;
    }
    .about-page .about-2 .content .title p {
        max-width: 100%;
    }
    .about-page .about-2 .content ul li {
        width: 48%;
        margin: 20px 0;
    }
    .about-page .about-2 .content {
        height: auto;
        padding-bottom: 90px;
    }
    .about-page .about-3 .left {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 15px;
    }
    .about-page .about-3 .left img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .about-page .about-3 .right {
        width: 100%;
        padding: 0 15px;
    }
    .about-page .about-3 .right .box .box-r {
        display: block;
        width: 100%;
        margin-top: 60px;
    }
    .about-page .about-3 .right .box .box-r img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 700px) {
    .about-page .about-1 .text p {
        padding: 0 15px;
    }
    .about-page .about-1 .text {
        margin-top: 60px;
        padding-bottom: 55px;
    }
    .about-page .about-1 ul li {
        width: 100% !important;
        border-right: 1px solid transparent;
    }
    .about-page .about-1:before {
        height: 705px;
        bottom: 0;
    }
    .about-page .about-2 .bg {
        display: none;
    }
    .about-page .about-1 ul {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
    .about-page .about-1 .container .left h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .about-page .about-1 .container .left img {
        margin-top: 50px;
    }
    .about-page .about-1 .text p {
        padding: 0;
    }
    .about-page .about-2 .content ul li {
        width: 100%;
    }
    .about-page .about-2 .content {
        padding-bottom: 50px;
    }
    .about-page .about-2 .content ul {
        margin: 50px -15px 0;
    }
    .about-page .about-3 .right .box .box-l {
        padding: 50px 15px;
    }
    .about-page .about-4 p {
        padding: 0;
    }
    .about-page .about-4 h2 {
        margin-top: 40px;
    }
    .about-page .about-4 {
        padding: 80px 0;
    }
}
.production-strength-page .init-1 {
    padding: 50px 0;
    text-align: center;
}
.production-strength-page .init-1 .container .tips {
    max-width: 980px;
    margin: auto;
}
.production-strength-page .init-2 .container {
    width: 100%;
}
.production-strength-page .init-2 .container .list {
    padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
    text-align: center;
    font-weight: bold;
}
.production-strength-page .init-2 .container .list img {
    width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
    display: block;
}
.production-strength-page .init-2 .container .list .big_img {
    margin-top: 50px;
    position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
    background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
    background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
    left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick2 li {
    padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
    padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
    opacity: 1;
    border: 2px solid var(--color);
}
.production-strength-page .init-2 .container .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
    background-color: #f9f9f9;
}
@media (max-width: 1500px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        right: 10%;
    }
    .production-strength-page .init-2 .container .list .big_img .prev {
        left: 10%;
    }
}
@media (max-width: 1250px) {
    .production-strength-page .init-2 .container .list .big_img .btn {
        width: 40px;
        height: 40px;
    }
    .production-strength-page .init-2 .container .list .big_img .btn img {
        width: 16px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .init-3 .container .content .swiper{
        width: 100%;
    }
    .product-page .init-3 .container .content{
        margin-top: 30px;
    }
    .production-strength-page .init-2 .container .list .small_img {
        display: none;
    }
    .production-strength-page .init-2 .container .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .production-strength-page .init-2 .container .list {
        padding: 40px 10px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-1 .box {
        padding: 20px;
    }
    .production-strength-page .init-2 .container .list .big_img {
        margin-top: 20px;
    }
    .production-strength-page .init-2 .container .list .big_img .slick2 li {
        padding: 0;
    }
    .production-strength-page .init-2 .container .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }
}

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

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

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

.history-page {
  background-image: url("../images/history-bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.history-page .ui.container {
  width: auto;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  margin-top: 6%;
}
.history-page .right {
  width: 62%;
}
.history-page .right .swiper {
  margin-right: -14%;
}
.history-page .right span.h6 {
  color: #e60012;
  display: block;
  line-height: 1;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 15px;*/
   border-bottom-right-radius: 70px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
  -moz-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
  color: #e60012;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url("../images/icon-history.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 {
  max-width: 1670px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
      border-bottom-right-radius: 70px;
}
.prodet-page .prodet-1 .img a.img-box {
  /*border-radius: 12px;*/
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .smallImg {
  width: 13%;
  margin-right: 2.5%;
  position: relative;
}
.prodet-page .prodet-1 .img .smallImg .swiper {
  height: 90%;
  position: absolute;
  width: 100%;
}
.prodet-page .prodet-1 .img .smallImg .swiper .swiper-slide-thumb-active a.img-box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .img .bigImg {
  width: 84.5%;
}
.prodet-page .prodet-1 .img .m-link {
  color: #666;
  margin-top: 1.2em;
  line-height: 32px;
}
.prodet-page .prodet-1 .img .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .content {
  padding-left: 5%;
}
.prodet-page .prodet-1 .content span.tag {
  font-weight: 500;
  color: #e60012;
  margin-bottom: 1em;
}
.prodet-page .prodet-1 .content span.tag em {
  font-size: inherit;
  font-weight: 500;
}
.prodet-page .prodet-1 .content .text {
  margin: 1.2em 0;
}
.prodet-page .prodet-2 {
  background-image: url("../images/init-2-bg.png");
  background-position: top 25% right 22%;
  background-repeat: no-repeat;
  background-size: 28.64583333% auto;
}
.prodet-page .prodet-2 .form {
  margin-top: 2em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .form ul {
  -webkit-column-gap: 2.77777778em;
  -moz-column-gap: 2.77777778em;
  column-gap: 2.77777778em;
  row-gap: 1.66666667em;
  text-align: left;
}
.prodet-page .prodet-2 .form ul li label {
  display: block;
  margin-bottom: .3em;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  display: block;
  width: 100%;
  padding: .7em;
  border: 1px solid #e5e5e5;
  border-radius: .5em;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 150px;
}
.prodet-page .prodet-2 .form ul li p {
  margin-top: 1.16666667em;
}
.prodet-page .prodet-2 .form ul li button {
  border: none;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  grid-column: span 2;
}
.prodet-page .prodet-3 .pre {
  position: relative;
}
.prodet-page .prodet-3 .swiper {
  padding: 0 5px;
}
.prodet-page .prodet-3 a.img-box {
  margin-top: 5px;
}
.prodet-page .prodet-3 span.h2 {
  margin-bottom: 1em;
}

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

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


}
.solution2-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution2-page .init-1 .subText {
    font-size: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution2-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution2-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
    padding-bottom: 100px;
}
.solution2-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution2-page .init-1 .container .desC {
    overflow: hidden;
     border-bottom-right-radius: 70px;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 650px;
    color: #fff;
    padding: 10px 90px;
}
.solution2-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution2-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution2-page .init-2 .container .left {
    width: 58%;
}
.solution2-page .init-2 .container .left img {
    width: 100%;
}
.solution2-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution2-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution2-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution2-page .init-3 .container .left {
    width: 36%;
}
.solution2-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution2-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution2-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
       border-bottom-right-radius: 70px;
}
.solution2-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution2-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution2-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    /*border-radius: 10px;*/
        border-bottom-right-radius: 70px;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution2-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution2-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    border-bottom-right-radius: 70px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution2-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution2-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution2-page .init-4 .container .content {
    margin-top: 90px;
}
.solution2-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution2-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution2-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution2-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution2-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution2-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution2-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution2-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution2-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution2-page .init-5 .container .cont {
        border-bottom-right-radius: 70px;
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution2-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution2-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution2-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution2-page .init-5 .container .cont .content form .list {
    padding: 0 6px;
    margin-top: 12px;
    width: 33.33%;
}
.solution2-page .init-5 .container .cont .content form .list input,
.solution2-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution2-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution2-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution2-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    border-bottom-right-radius: 1.44444444em;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution2-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution2-page .init-1 {
        padding-top: 140px;
    }
    .solution2-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution2-page .init-1 .subText {
        font-size: 100px;
    }
    .solution2-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution2-page .init-1 {
        padding-top: 40px;
    }
    .solution2-page .init-1 .subText {
        display: none;
    }
    .solution2-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution2-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution2-page .init-2 .container .left {
        width: 100%;
    }
    .solution2-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution2-page .init-3 .container .left {
        width: 100%;
    }
    .solution2-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution2-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution2-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution2-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution2-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution2-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution2-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution2-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution2-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution2-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution2-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution2-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution2-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution2-page .init-5 .container .cont .content form .list input,
    .solution2-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution2-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.quality-page {
    padding-top: 90px;
}
/*.quality-page .ui.container {
  max-width: 1230px;
}*/
.quality-page .mbx .ui.container {
    max-width: none;
}
.quality-page span.h2 {
    font-weight: normal;
}
.quality-page .text {
    font-weight: 300;
}
.quality-page span.h3 {
    font-size: 34px;
    line-height: 1.5;
    display: block;
    margin-bottom: 1em;
    color: var(--color);
}
.quality-page .quality-1 {
    padding: 0 0 60px;
    text-align: center;
}
.quality-page .quality-1 .text {
    margin-top: 2em;
}
.quality-page .quality-2 .slide {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quality-page .quality-2 .slide .left {
    padding-right: 7%;
}
.quality-page .quality-2 .slide .left * {
    height: 100%;
}
.quality-page .quality-2 .slide .left .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    /*border: 1px solid #c9cfd2;*/
}
.quality-page .quality-2 .slide .right {
    padding: 20px 0;
    padding-left: 3%;
}
.quality-page .quality-2 .slide:nth-child(even) {
    direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
    padding-left: 7%;
    padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
    padding-left: 0;
    padding-right: 3%;
    direction: ltr;
}
.quality-page .quality-3 {
    padding: 70px 0 90px;
    background-color: #f9f9f9;
}
.quality-page .quality-3 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.quality-page .quality-3 .box .left {
    width: 60%;
}
.quality-page .quality-3 .box .right {
    padding-left: 10%;
    width: 40%;
}
.quality-page .quality-3 .list {
    margin-top: 60px;
}
.quality-page .quality-3 .list ul {
    margin: -7px;
}
.quality-page .quality-3 .list ul li {
    padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
    display: block;
}
.quality-page .quality-4 .list ul {
    margin: -10px;
}
.quality-page .quality-4 .list ul li {
    padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
    display: block;
    border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
    width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
    font-size: 18px;
    font-weight: 500;
    /*color: var(--color);*/
    display: block;
    margin-top: 0.6em;
    text-align: center;
}
.quality-page .quality-4 .btn {
    font-size: 20px;
}
.quality-page .quality-4 .btn div {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999;
    color: white;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
    right: 103%;
}
.quality-page .quality-4 .btn div.next {
    left: 103%;
}
.quality-page .quality-4 .btn div:hover {
    background-color: var(--color);
    color: white;
}
.quality-page .quality-5 {
    padding: 110px 0;
}
.quality-page .quality-5 .box .left {
    vertical-align: middle;
    padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
    margin-bottom: 0.5em;
}
.quality-page .quality-5 .list ul li {
    font-size: 16px;
    padding: 1em 0;
    border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: black;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
    transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
    margin-top: 1em;
    display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    background-color: var(--color);
}
.quality-page .quality-5 .list ul li.active span.h6 {
    color: var(--color);
}
.quality-page .quality-5 .box .right {
    padding-left: 7%;
    vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick1 {
    position: relative;
}
.quality-page .quality-5 .box .right .slick1 img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}
.quality-page .quality-5 .box .right .slick1 img.active {
    opacity: 1;
    position: static;
    z-index: 1;
}
.quality-page .quality-7 {
    padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
    margin-top: 60px;
}
.quality-page .quality-7 .box .left {
    width: 66%;
    padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
    font-size: 14px;
}
.quality-page .quality-7 .box .left .text > * {
    margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
    font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
    font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
    font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
    color: var(--color);
}
.quality-page .quality-7 .box .right {
    width: 34%;
}
@media screen and (max-width: 1600px) {
    .quality-page {
        padding-top: 70px;
    }
    .quality-page .quality-1 {
        padding: 50px 0;
    }
    .quality-page span.h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page span.h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .quality-page .quality-2 .slide .left,
    .quality-page .quality-3 .box .left {
        padding: 0 !important;
        width: 100%;
    }
    .quality-page .quality-2 .slide .right,
    .quality-page .quality-3 .box .right {
        padding: 0 !important;
        width: 100%;
        margin-top: 20px;
    }
    .quality-page .quality-2 .slide,
    .quality-page .quality-3 .box {
        direction: ltr !important;
        display: block;
    }
    .quality-page .quality-2 .slide .left .img {
        height: 240px;
    }
    .quality-page .quality-3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .quality-page {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page .quality-4 .btn div.prev {
        left: 0;
        right: auto;
    }
    .quality-page .quality-4 .btn div.next {
        right: 0;
        left: auto;
    }
    .quality-page .quality-7 .box .left {
        padding-right: 0;
        width: 100%;
    }
    .quality-page .quality-7 .box .right {
        display: none;
    }
}
.news-page.newsBox {
  padding: 70px 0 130px;
  /*    background: #efeeee;*/
}
.news-page.newsBox span.h2 {
  font-size: 48px;
}
.news-page.newsBox .list {
  margin-top: 30px;
}
.news-page.newsBox .list ul {
  margin: -15px;
}
.news-page.newsBox .list ul li {
  padding: 15px;
}
.news-page.newsBox .list ul li time {
  display: block;
  font-size: 16px;
  color: #d12138;
  line-height: 1.2;
  margin-top: 15px;
}
.news-page.newsBox .list ul li .h6 {
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  margin: .6em 0 0.7em;
  line-height: 1.5;
  transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
  color: #da1c28;
}
.news-page.newsBox .list ul li p {
  font-size: 16px;
  color: #828181;
  line-height: 1.8;
}
.news-page .news-1 {
  padding: 80px 0;
  background-color: white;
}
.news-page .news-1 .left {
  width: 53%;
  vertical-align: middle;
}
.news-page .news-1 .right {
  padding-left: 4%;
  width: 47%;
  vertical-align: middle;
}
.news-page .news-1 .right time {
  font-size: 16px;
  color: #d12138;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.news-page .news-1 .right span.h6 {
  font-size: 30px;
  font-weight: bold;
  color: #191919;
  line-height: 1.2;
  margin: .3em 0 1em;
  display: block;
}
@media screen and (max-width: 1000px) {
  .news-page.newsBox .list ul li {
    width: 50%;
  }
  .news-page.newsBox .list ul li .h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .news-page.newsBox .list ul li {
    width: 100%;
  }
  .news-page .news-1 .right {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .news-page .news-1 .left {
    width: 100%;
  }
  .news-page .news-1 .right span.h6 {
    font-size: 24px;
  }
  .news-page.newsBox span.h2 {
    font-size: 24px;
  }
}
.news-page {
  background: #fff;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -16px;
}
.news-page .sideright .list ul li {
  padding-right: 16px;
  margin-bottom: 48px;
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #da1c28;
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: #da1c28;
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.news-page .sideright .list ul li .con i {
  color: #da1c28;
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #da1c28;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.newdet-page .section-title2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page p {
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid #da1c28;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #da1c28;
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #da1c28;
}
.newdet-page .n-content {
  font-size: 18px;
  line-height: 32px;
  color: #555;
}

.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #da1c28;
}
.newdet-page .s_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #da1c28;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 48px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #da1c28;
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #da1c28;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 32px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
.m-page a,
  .m-page span {
    width: 38px;
    height: 38px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    border: 1px solid var(--color);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 5px;
    border-radius: 4px;
    color: var(--color);
  }
  .m-page a.current,
  .m-page span.current,
  .m-page a:hover,
  .m-page span:hover {
    color: #fff;
    background-color: var(--color);
  }
  h1,h2,h3,h4 {
      font-weight: bold;
  }
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
      border-bottom-right-radius: 70px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
.inner-page .productList li a.img-box {
    background-color: #fff;
}

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

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

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

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

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

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .history-page .right .swiper {
    margin-right: 0;
  }
  .solution-page .service-2 .list ul li .box .box2 {
    height: auto;
  }
  .solution-page .service-2 .list ul li .box a.img {
    width: 100%;
  }
  .solution-page .service-2 .list ul li .box .box2 h4 {
    margin-top: 0;
  }
}