@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Neutraface';
  src: url('../fonts/Neutraface2Display-Titling.eot') format('eot'), url('../fonts/Neutraface2Display-Titling.woff2') format('woff2'), url('../fonts/Neutraface2Display-Titling.woff') format('woff'), url('../fonts/Neutraface2Display-Titling.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

body {

  font-weight: 300;
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #0055a5;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1590px;
  margin: auto;
  width: 100%;
}



#banner .slick-arrow {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 55px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#banner .slick-arrow:hover {
  background-color: #1f1f1f;
}

#banner .slick-prev {
  background: url("../images/banner-btn-l.png") rgba(255, 255, 255, 0.5) no-repeat center center;
  left: 19px;
}

#banner .slick-next {
  background: url("../images/banner-btn-r.png") rgba(255, 255, 255, 0.5) no-repeat center center;
  right: 16px;
}

#banner ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  line-height: 33px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

#banner ul.slick-dots li:last-child {
  margin-right: 0;
}

#banner ul.slick-dots li button {
  background: transparent;
  border: 0;
}

#banner ul.slick-dots li.slick-active {
  color: var(--white);
}

#banner .slick-slide .content {
  display: none;
}

#banner .slick-active .content {
  display: block;
}

.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 20px;
  line-height: 1.8;
  background: #9c1b21;
  color: var(--white);
  padding: 15px 42px 15px 41px;
}

.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.more:hover {
  color: var(--white);
}

.more:hover::before {
  width: 100%;
}

#banner {
  position: relative;
  z-index: 1;
  width: 100%;
}

#banner ul li {
  position: relative;
}

#banner ul li .text {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: var(--white);
}

#banner ul li .text .box {
  width: 60%;
  margin: 0 auto;
}

#banner ul li .text .box p {
  font-size: 64px;
  line-height: 1.4;
  font-family: 'Neutraface';
}

#banner ul li .text .box .more {
  margin-top: 58px;
}

.title,
.tit {
  font-family: 'Neutraface';
}

.title {
  padding-left: 50px;
  position: relative;
}

.title::before {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 27px;
  height: 159px;
  background: url(../images/t-icon.png) no-repeat;
}

#index-body .title {
  font-size: 50px;
  line-height: 1.4;
}

#index-body .advantage {
  padding-top: 136px;

}

#index-body .advantage .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#index-body .advantage .header .more {
  margin-bottom: 25px;
}

#index-body .advantage .content {
  margin-top: 90px;

}

#index-body .advantage .content ul {

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;


}

#index-body .advantage .content ul li {
  width: 100%;
  border: solid 1px #d7d7d7;
  background: var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 10px;
}

#index-body .advantage .content ul li .img {

  max-height: 255px;
  overflow: hidden;
}

#index-body .advantage .content ul li .img img {

  transition: transform .6s;
}

#index-body .advantage .content ul li:hover img {
  transform: scale(1.2, 1.2);
}

#index-body .advantage .content ul li .dec {
  padding: 10px 20px 10px 20px;

}

#index-body .advantage .content ul li span {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
}

#index-body .advantage .content ul li p {
  font-size: 16px;
  line-height: 30px;
  min-height: 150px;
}

#index-body .advantage .content ul li:hover {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: var(--white);
}

#index-body .advantage .content ul li:hover i img {
  filter: none;
}

#index-body .about {
  padding: 177px 0 174px;
  position: relative;
}

#index-body .about .box .img {
  position: relative;
  width: 52%;
  padding: 0 94px 64px 0;
}

#index-body .about .box .img .i2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

#index-body .about .box .img .tit {
  position: absolute;
  right: 34.4%;
  bottom: 23px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 44px;
  background: #9c1b21;
  color: var(--white);
  padding: 17px 21px;
  width: 33.597%;
}

#index-body .about .box .img::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41.591%;
  height: 43%;
  background: #9c1b21;
}

#index-body .about .box .text {
  width: 48%;
  padding-left: 70px;

}

#index-body .about .box .text strong {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

#index-body .about .box .text .desc {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 94%;
}

#index-body .about .box .text .desc h1 {
  display: inline;
}

#index-body .about .box .text ul {
  margin: 85px -91px 0 0;
}

#index-body .about .box .text ul li {
  display: inline-block;
  padding-right: 91px;
}

#index-body .about .box .text ul li i {
  display: block;
  height: 74px;
  line-height: 74px;
}

#index-body .about .box .text ul li i img {
  display: inline-block;
  vertical-align: bottom;
}

#index-body .about .box .text ul li em {
  display: block;
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  margin-top: 28px;
}

#index-body .about .box .text ul li span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}

#index-body .i-product {
  padding: 160px 0 40px;
  background: #3c3c3c;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 1280px) {
  #index-body .i-product {
    padding-top:120px;
  }
}
@media screen and (max-width: 996px) {
  #index-body .i-product {
    padding-top:80px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-product {
    padding-top:40px;
  }
}
#index-body .i-product .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#index-body .i-product .header .more {
  margin-bottom: 25px;
}

#index-body .i-product .content {
  margin-top: 97px;

}

#index-body .i-product .content ul li {
  text-align: center;
}

#index-body .i-product .content ul li .img-box {
  display: block;
  border: 2px solid var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #fff;

}

#index-body .i-product .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;

}

#index-body .i-product .content ul li p {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 40px;
}

.sycp {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 40px;
}

#index-body .i-product .content ul li:hover .img-box {
  border-color: #1f1f1f;
}


.syxw {
  font-size: 18px !important;
  line-height: 32px !important;
  margin-top: 14px;
  text-transform: capitalize;
  min-height: 3.5rem;
}

#index-body .partner {
  padding-top: 144px;
  padding-bottom: 144px;
}

#index-body .partner .left {
  width: 36%;
}

#index-body .partner .left p {
  font-size: 18px;
  line-height: 32px;
  width: 90%;
  margin-top: 34px;
}

#index-body .partner .right {
  width: 64%;
  padding: 62px 0 0 112px;
}

#index-body .partner .right ul {
  margin: -10px -61px -56px -10px;
}


#index-body .partner .right ul li {
  width: 33.33333%;
  display: block;
  background: var(--white);
  text-align: center;
  height: 129px;
  line-height: 129px;
  margin-bottom: 20px;
  float: left;
}

#index-body .partner .right ul li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-box-shadow: 8px 5px 31px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 8px 5px 31px 1px rgba(0, 0, 0, 0.06);

}

#footer {
  background: #3c3c3c;
  padding-top: 115px;
  color: #fff;
}

#footer .f-content em {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 26px;
  text-transform: uppercase;
  padding-top: 16px;
}

#footer .f-content ul li {
  font-size: 18px;
  line-height: 2.6;
  font-weight: 400;
}

#footer .f-content ul li ul {
  display: none;
}

#footer .f-content .f-ab {
  width: 20%;
}

#footer .f-content .f-ab .f-logo {
  display: inline-block;
}

#footer .f-content .f-ab #ewm {
  margin: 24px 0 0 39px;
  width: 137px;
  border: 4px solid var(--white);
}

#footer .f-content .f-ab .share {
  margin: 31px 0 0 40px;
}

#footer .f-content .f-ab .share a {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #414141;
  text-align: center;
  line-height: 38px;
  color: var(--white);
  font-size: 18px;
  margin-right: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#footer .f-content .f-ab .share a:last-child {
  margin-right: 0;
}

#footer .f-content .f-ab .share a:hover {
  background: #1f1f1f;
}

#footer .f-content .f-contact {
  width: 36%;
}

#footer .f-content .f-contact ul li {
  font-size: 20px;
  line-height: 1.8;
  padding-bottom: 27px;
}

#footer .f-content .f-contact ul li.wid-100 {
  width: 70%;
}

#footer .f-content .f-contact ul li:last-child {
  padding-bottom: 0;
}

#footer .f-content .f-nav {
  padding-left: 6.9%;
  width: 20%;
}

#footer .f-content .f-product {
  width: 24%;
  padding-left: 4.7%;
}

#footer .f-copy {
  width: 100%;
  position: relative;
  margin-top: 61px;
  color: #909090;
  font-size: 14px;
  text-align: center;
  padding: 25px 0 15px;
  border-top: 1px solid #e3e3e3;
}

#footer .f-copy svg {
  vertical-align: top;
  margin-top: -4px;
  width: auto;
  max-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #909090;
  text-transform: none;
}

#footer .f-copy svg text {
  fill: #909090;
}

@media screen and (max-width: 1680px) {
  #banner ul li .text .box p {
    font-size: 56px;
  }

  #index-body .advantage .content ul {}

  #index-body .advantage .content ul li {}

  #index-body .advantage .content ul li span {
    font-size: 20px;
  }

  #index-body .title {
    font-size: 45px;
  }

  #index-body .about .box .text .desc {
    margin-top: 40px;
  }

  #index-body .about .box .text ul {
    margin: 60px -91px 0 0;
  }

  #index-body .about .box .img .i2 {
    width: 39%;
  }

  #index-body .i-product .header ul {
    margin-right: 30px;
  }

  #index-body .i-product .header ul li {
    padding-right: 30px;
  }

  #index-body .i-product .header ul li a {
    font-size: 18px;
  }

  #footer .f-content .f-product {
    padding-left: 3%;
  }
}

@media screen and (max-width: 1440px) {
  #banner ul li .text .box {
    width: 70%;
  }

  #index-body .advantage {
    padding-top: 100px;
  }

  #index-body .about {
    padding: 130px 0;
  }

  #index-body .about .box .img .tit {
    width: 45%;
  }

  #index-body .about .box .text {
    padding-left: 50px;
  }

  #index-body .title {
    font-size: 41px;
  }

  #index-body .about .box .text ul li em {
    font-size: 50px;
  }

  #index-body .market .box {
    margin: 0 6% 0 auto;
  }

  #index-body .partner .left {
    width: 40%;
  }

  #index-body .partner .right {
    width: 60%;
    padding: 50px 0 0 90px;
  }

  #index-body .contact .form {
    padding: 0 100px 0 60px;
  }

  #footer .f-content .f-contact ul li.wid-100 {
    width: 87%;
  }

  #footer .f-content .f-product {
    padding-left: 0%;
  }
}

@media screen and (max-width: 1280px) {
  #banner ul li .text {
    top: 30%;
  }

  #banner ul li .text .box p {
    font-size: 50px;
  }

  #banner ul li .text .box .more {
    margin-top: 36px;
  }

  #index-body .advantage .content {
    margin-top: 60px;
  }

  #index-body .advantage .content ul {}

  #index-body .advantage .content ul li {}

  #index-body .about {
    padding: 100px 0;
  }

  #index-body .about .box .text .desc {
    width: 100%;
    font-size: 18px;
  }

  #index-body .about .box .img .tit {
    width: 47%;
    font-size: 22px;
  }

  #index-body .i-product {
    padding: 140px 0 20px;
  }

  #index-body .i-product .content {
    margin-top: 60px;
  }

  #index-body .i-product .content ul {}

  #index-body .i-product .content ul li {
    padding-right: 40px;
  }

  #index-body .market .box {
    margin: 0 0 0 auto;
  }

  #index-body .news {
    padding: 100px 0;
  }

  #index-body .news .content ul li p {
    font-size: 20px;
  }

  #index-body .partner .left {
    width: 45%;
  }

  #index-body .partner .left p {
    width: 100%;
  }

  #index-body .partner .right {
    width: 55%;
  }

  #index-body .partner .right ul {
    margin: -10px -21px -36px -10px;
  }

  #index-body .partner .right ul li {
    padding: 0 20px 26px 0;
  }

  #index-body .contact .map #mapContainer {
    height: 640px;
  }

  #index-body .contact .form {
    padding: 0 50px 0 30px;
  }

  #index-body .contact .form .content {
    margin-top: 50px;
  }

  #index-body .contact .form .content ul {
    margin: 0 -35px -34px 0;
  }

  #index-body .contact .form .content ul li {
    padding: 0 35px 34px 0;
  }

  #footer .f-content .f-contact ul li {
    font-size: 18px;
    line-height: 32px;
  }

  #footer .f-content .f-contact ul li.wid-100 {
    width: 100%;
  }

  #footer .f-content ul li {
    font-size: 16px;
  }
}

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

  #banner ul li .text .box p {
    font-size: 45px;
  }

  #index-body .advantage {
    padding-top: 80px;
  }

  #index-body .advantage .content ul {}

  #index-body .advantage .content ul li {}

  #index-body .about {
    padding: 60px 0;
  }

  #index-body .about .box .text {
    padding-left: 30px;
  }

  #index-body .about .box .text .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  #index-body .about .box .text ul {
    margin-top: 30px;
  }

  #index-body .about .box .text ul li em {
    font-size: 40px;
  }

  #index-body .i-product {
    padding: 80px 0;
  }

  #index-body .news {
    padding: 80px 0;
  }

  #index-body .news .content {
    margin-top: 60px;
  }

  #index-body .news .header p {
    font-size: 20px;
  }

  #index-body .title {
    font-size: 39px;
  }

  #index-body .contact .form {
    padding: 0 30px 0 30px;
  }

  #footer {
    padding-top: 80px;
  }

  #footer .f-content em {
    font-size: 28px;
    margin-top: 10px;
    line-height: 1.4;
  }
}

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

  #mobile .menu-content .menu-logo {}

  #banner {
    padding-top: 60px;

  }

  #banner ul li .text {
    top: 15%;
  }

  #banner ul li .text .box {
    width: 80%;
  }

  #banner ul li .text .box p {
    font-size: 36px;
  }

  #index-body .advantage {
    padding-top: 60px;
  }

  #index-body .advantage .content {
    margin-top: 40px;
  }

  #index-body .advantage .content ul li {}

  #index-body .about {
    padding: 60px 0;
  }

  #index-body .about .box .img {
    width: 100%;
  }

  #index-body .about .box .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  #index-body .i-product {
    padding: 60px 0;
  }

  #index-body .i-product .content {
    margin-top: 40px;
  }

  #index-body .i-product .content ul {
    margin-right: -20px;
  }

  #index-body .i-product .content ul li {
    padding-right: 20px;
  }

  #index-body .i-product .content ul li p {
    margin-top: 20px;
    font-size: 18px;
  }

  #index-body .market {
    padding: 60px 0;
  }

  #index-body .market .box .con {
    margin-top: 40px;
  }

  #index-body .market .box .con ul {
    margin: 40px 0 -30px;
  }

  #index-body .market .box .con ul li {
    padding-bottom: 30px;
  }

  #index-body .news {
    padding: 60px 0;
  }

  #index-body .news .header p {
    font-size: 16px;
    line-height: 30px;
  }

  #index-body .news .content {
    margin-top: 40px;
  }

  #index-body .news .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  #index-body .partner {
    padding-bottom: 60px;
  }

  #index-body .partner .left {
    width: 100%;
  }

  #index-body .partner .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  #index-body .partner .right ul {
    margin: -10px -10px;
  }

  #index-body .partner .right ul li {
    padding: 0;
  }

  #index-body .contact {
    padding: 30px 0;
  }

  #index-body .contact .map {
    width: 100%;
  }

  #index-body .contact .map #mapContainer {
    height: 350px;
  }

  #index-body .contact .form {
    width: 100%;
    padding: 20px 15px 0;
  }

  #index-body .contact .form .content {
    margin-top: 30px;
  }

  #footer {
    padding-top: 60px;
  }

  #footer .f-content .f-ab {
    width: 30%;
  }

  #footer .f-content .f-contact {
    width: 70%;
  }

  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }

  #footer .f-copy {
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  #banner ul li .text .box {
    width: 100%;
  }

  #banner ul li .text .box p {
    font-size: 32px;
    line-height: 1.4;
  }

  #banner ul li .text .box .more {
    margin-top: 20px;
  }

  .more {
    font-size: 16px;
    padding: 10px 26px;
  }

  #index-body .title {
    font-size: 32px;
  }

  .title::before {
    bottom: 10px;
  }

  #index-body .advantage {
    padding-top: 30px;
    margin: 50px auto;
  }

  #index-body .advantage .content {
    margin-top: 20px;
  }

  #index-body .advantage .content ul {
    margin: 0 -10px -20px;
  }

  #index-body .advantage .content ul li {}

  #index-body .about {
    padding: 30px 0;
  }

  #index-body .about .box .img .tit {
    width: 51%;
    font-size: 20px;
  }

  #index-body .i-product {
    padding: 30px 0;
    margin: 50px auto;
  }

  #index-body .i-product .content {
    margin-top: 20px;
  }

  #index-body .i-product .header ul {
    margin-right: -16px;
  }

  #index-body .i-product .header ul li {
    padding-right: 10px;
  }

  #index-body .i-product .header ul li a {
    font-size: 14px;
  }

  #index-body .i-product .content ul li p {
    font-size: 16px;
    margin-top: 10px;
  }

  #index-body .market {
    padding: 60px 0 30px 0;
  }

  #index-body .market .box .con {
    margin-top: 20px;
  }

  #index-body .market .box .con ul {
    margin: 20px 0 -20px 0;
  }

  #index-body .market .box .con ul li {
    padding-bottom: 20px;
    font-size: 18px;
  }

  #index-body .news {
    padding: 60px 0 30px;
  }

  #index-body .news .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #index-body .news .header .title {
    width: 100%;
  }

  #index-body .news .header p {
    width: 100%;
    padding: 20px 0 0 0;
  }

  #index-body .partner {
    padding: 60px 0 30px 0;
  }

  #footer {
    padding-top: 30px;
  }

  #footer .f-content em {
    margin-bottom: 15px;
  }

  #footer .f-content .f-ab {
    width: 100%;
    text-align: center;
  }

  #footer .f-content .f-ab #ewm {
    margin: 20px auto 0;
    display: none;
  }

  #footer .f-content .f-ab .share {
    margin: 20px auto 0;
  }

  #footer .f-content .f-contact {
    width: 100%;
  }

  #footer .f-content .f-contact ul li {
    padding-bottom: 15px;
  }

  #footer .f-copy {
    margin-top: 20px;
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 500px) {
  #banner ul li>img {
    min-height: 240px;
  }

  #banner ul li .text .box p {
    font-size: 24px;
    line-height: 44px;
  }

  .more {
    font-size: 14px;
    line-height: 2;
    padding: 6px 18px;
  }

  #index-body .title {
    font-size: 30px;
    line-height: 1.4;
  }

  #index-body .advantage .header {
    display: block;
  }

  #index-body .advantage .header .more {
    margin: 20px 0 0;
  }

  #index-body .i-product .header .more {
    display: none;
  }

  #index-body .advantage .content ul {
    margin-right: 0;
  }

  #index-body .advantage .content ul li {
    margin-right: 0;
    width: 100%;
  }

  #index-body .advantage .content ul li span {
    line-height: 1.8;
  }

  #index-body .advantage .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  #index-body .about .img {
    display: none;
  }

  #index-body .about .text .desc {
    font-size: 16px;
    line-height: 1.8;
  }

  #index-body .about .text ul {
    display: none;
  }

  #index-body .i-product .header ul li a {
    line-height: 2;
    font-size: 16px;
  }

  #index-body .market {
    display: none;
  }

  #index-body .partner {
    display: none;
  }

  .title {
    padding-left: 40px;
  }
}

.inner-banner img {
  width: 100%;
  max-width: 2560px;
}

.inner-banner .box {
  padding-left: 60px;
  position: relative;
}

.inner-banner .box .tit {
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}

.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 30px;
  margin-top: 28px;
}

.inner-banner .box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 27px;
  height: 158px;
  background: url(../images/mbx-icon.png) no-repeat;
}

.product-banner {
  background: #eeeeee;

}

.product-banner img {
  width: 100%;
  height: auto;
  max-height: 400px;
}

.product-banner .box {
  color: #2a2a2a;
}

.inner-page .title {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
}

.inner-page .content {
  height: 300px;
  overflow-x: hidden;
}

@media screen and (max-width: 996px) {
  .inner-page .content {
    overflow-x: none;
  }
}

.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  border: solid 1px #d2d2d2;
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
  line-height: 45px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page a:hover {
  border-color: #1f1f1f;
  background: #1f1f1f none repeat scroll 0 0;
  color: var(--white);
}

.inner-page .m-page span {
  border-color: #1f1f1f;
  background: #1f1f1f none repeat scroll 0 0;
  color: var(--white);
}

.inner-page .m-page .active a {
  border-color: #1f1f1f;
  background: #1f1f1f none repeat scroll 0 0;
  color: var(--white);
  float: left;
}

.inner-page .m-page li {
  float: left;
}

.inner-page .sidebox .sideleft {
  width: 21.7%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.inner-page .sidebox .sideleft form {
  position: relative;
  width: 100%;
}

.inner-page .sidebox .sideleft form input[type="text"] {
  width: 100%;
  height: 55px;
  background-color: #eeeeee;
  border: none;
  font-size: 16px;
  line-height: 30px;
  color: rgba(42, 42, 42, 0.9);
  padding: 0 76px 0 21px;
}

.inner-page .sidebox .sideleft form input[type="text"]::-webkit-input-placeholder {
  color: rgba(42, 42, 42, 0.9);
}

.inner-page .sidebox .sideleft form input[type="text"]:-moz-placeholder {
  color: rgba(42, 42, 42, 0.9);
}

.inner-page .sidebox .sideleft form input[type="text"]::-moz-placeholder {
  color: rgba(42, 42, 42, 0.9);
}

.inner-page .sidebox .sideleft form input[type="text"]:-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.9);
}

.inner-page .sidebox .sideleft form input[type="text"]::placeholder {
  color: rgba(42, 42, 42, 0.9);
}

.inner-page .sidebox .sideleft form input[type="submit"] {
  position: absolute;
  right: 39px;
  top: 17px;
  width: 22px;
  height: 22px;
  background: url(../images/pro-search.png) no-repeat;
  border: none;
}

.inner-page .sidebox .sideleft .tit {
  font-size: 30px;
  color: #2a2a2a;
  line-height: 1.4;
  text-transform: uppercase;
}

.inner-page .sidebox .sideleft .category {
  padding-top: 62px;
}

.inner-page .sidebox .sideleft .category .tit {
  margin-bottom: 26px;
}

.inner-page .sidebox .sideleft .category ul li span {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  color: #2a2a2a;
  font-weight: 400;
  background: #eeeeee;
  padding: 18px 25px 11px;
  margin-bottom: 14px;
  position: relative;
}

.inner-page .sidebox .sideleft .category ul li span.active {
  background: #1f1f1f;
  color: var(--white);
}

.inner-page .sidebox .sideleft .category ul li span a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 17px;
}

.inner-page .sidebox .sideleft .category ul li span i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 24px;
}

.inner-page .sidebox .sideleft .category ul li .child {
  display: none;
}

.inner-page .sidebox .sideleft .category ul li .child li {
  background: #fff;
  margin-bottom: 31px;

}

.inner-page .sidebox .sideleft .category ul li .child li i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #414141;
  cursor: pointer;

}

.inner-page .sidebox .sideleft .category ul li .child li a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 30px;
  width: 90%;
}

.inner-page .sidebox .sideleft .category ul li .child li.active {
  color: #1f1f1f;
}

.inner-page .sidebox .sideleft .category ul li .child li .children {
  padding-top: 25px;
  display: none;
}

.inner-page .sidebox .sideleft .category ul li .child li .children li a {
  padding-left: 42px;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .category ul li .child li .children li a:hover {
  text-decoration: underline;
}

.inner-page .sidebox .sideleft .category ul li.active .child {
  display: block;
}

.inner-page .sidebox .sideleft .category ul li.active .child li .children {
  display: block;
}

.inner-page .sidebox .sideleft .contact {
  padding: 59px 99px 87px 43px;
  color: var(--white);
  background: url(../images/cbg.jpg) no-repeat;
  background-size: cover;
  margin-top: 55px;
}

.inner-page .sidebox .sideleft .contact .tit {
  color: var(--white);
  font-size: 30px;
  line-height: 1.3;
}

.inner-page .sidebox .sideleft .contact p {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 19px;
}

.inner-page .sidebox .sideleft .contact .mores {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 40px;
}

.inner-page .sidebox .sideleft .download {
  padding-top: 83px;
}

.inner-page .sidebox .sideleft .download .tit {
  margin-bottom: 18px;
}

.inner-page .sidebox .sideleft .download ul li {
  padding: 22px 34px 22px 24px;
  background: #eee;
  margin-bottom: 14px;
}

.inner-page .sidebox .sideleft .download ul li a {
  display: block;
}

.inner-page .sidebox .sideleft .download ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.4;
  color: #2a2a2a;
  font-weight: 400;
  padding-right: 53px;
  width: 83%;
}

.inner-page .sidebox .sideleft .download ul li a img {
  display: inline-block;
  vertical-align: middle;
}

.inner-page .sidebox .sideleft .download ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideright {
  width: 100%;
  position: sticky;
  top: 150px;
}

.about-page .about-1 {
  padding-top: 104px;
}

.about-page .about-1 .text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 46px;
  padding-right: 15px;
}

.about-page .about-1 .img {
  padding-left: 75px;
}

.about-page .about-2 {
  padding-top: 130px;
}

.about-page .about-2 .img {
  padding-right: 51px;
  vertical-align: middle;
}

.about-page .about-2 .text {
  padding-left: 74px;
  font-size: 18px;
  line-height: 2;
  vertical-align: middle;
}

.about-page .about-3 {
  padding: 154px 0 173px;
}

.about-page .about-3 .box .text {
  padding-right: 110px;

}

.about-page .about-3 .box .text p {
  font-size: 18px;
  line-height: 1.5;
}

.about-page .about-3 .box .img {
  padding-left: 43px;

}

.about-page .about-3 .box .img img {
  display: inline-block;
}

.about-page .about-3 .bottom .info {
  vertical-align: bottom;
  width: 70.8%;
}

.about-page .about-3 .bottom .info ul li i {
  display: inline-block;
  vertical-align: bottom;
  height: 81px;
  line-height: 81px;
  margin-bottom: 6px;
}

.about-page .about-3 .bottom .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}

.about-page .about-3 .bottom .info ul li .desc {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 46px;
}

.about-page .about-3 .bottom .info ul li .desc em {
  font-size: 64px;
  line-height: 1.2;
  font-weight: bold;
}

.about-page .about-3 .bottom .info ul li .desc p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 5px;
}

.about-page .about-3 .bottom .info ul li:nth-child(2) {
  padding-left: 3px;
}

.about-page .about-3 .bottom .info ul li:last-child {
  padding-left: 60px;
}

.about-page .about-3 .bottom .img {
  vertical-align: bottom;
  width: 29.2%;
  margin-top: -94px;
}

.about-page .about-4 {
  background: url(../images/12.png) no-repeat center top;
  padding-top: 133px;
}

.about-page .about-4 .title {
  color: var(--white);
  width: 55%;
}

.about-page .about-4 .content {
  margin-top: 118px;
}

.about-page .about-4 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -35px;
}

.about-page .about-4 .content ul li {
  margin-right: 33px;
  width: 22.9%;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 66px 13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 66px 13px rgba(0, 0, 0, 0.11);
  padding: 52px 74px 88px 49px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .content ul li i {
  display: inline-block;
}

.about-page .about-4 .content ul li .tit {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-top: 34px;
}

.about-page .about-4 .content ul li p {
  font-size: 18px;
  color: #171717;
  line-height: 32px;
  margin-top: 21px;
}

.about-page .about-4 .content ul li:hover {
  background: #1f1f1f;
  color: var(--white);
}

.about-page .about-4 .content ul li:hover .tit,
.about-page .about-4 .content ul li:hover p {
  color: var(--white);
}

.about-page .about-4 .content ul li:hover i img {
  filter: grayscale(100%) brightness(300);
}

.about-page .about-5 {
  padding: 198px 0 0;
}

.about-page .about-5 .left {
  width: 30%;
  padding-right: 36px;
}

.about-page .about-5 .left p {
  font-size: 18px;
  line-height: 2;
  color: #171717;
  margin-top: 40px;
  padding-right: 11px;
}

.about-page .about-5 .right {
  width: 70%;
}

.about-page .about-5 .right ul {
  margin-right: -43px;
}

.about-page .about-5 .right ul li {
  padding-right: 43px;
  width: 25%;
}

.about-page .about-5 .right ul li .img-box {
  display: block;
}

.about-page .about-5 .right ul li .img-box img {
  width: 100%;
}

.about-page .about-6 {
  padding: 112px 0;
}

.about-page .about-6 .title {
  width: 38%;
}

.about-page .about-6 .content {
  margin-top: 57px;
}

.about-page .about-6 .content ul {
  margin-right: -18px;
}

.about-page .about-6 .content ul li {
  padding-right: 18px;
}

.about-page .about-6 .content ul li .img-box {
  display: block;
}

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

.about-page .about-7 iframe {
  display: block;
  width: 100%;
  height: 600px;
}

.about-page .about-bottom {
  background: #1f1f1f;
  padding: 69px 0 69px;
}

.about-page .about-bottom .box {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .about-bottom .box .left {
  color: var(--white);
  width: 36%;
}

.about-page .about-bottom .box .left .title::before {
  background: url(../images/t-icon2.png) no-repeat;
}

.about-page .about-bottom .box .left p {
  font-size: 20px;
  color: #fdfdfd;
  line-height: 1.8;
  margin-top: 24px;
  padding-right: 51px;
}

.about-page .about-bottom .box .more {
  font-size: 26px;
  color: #1f1f1f;
  background: var(--white);
  text-transform: uppercase;
  font-family: 'Neutraface';
  padding: 24px 43px 23px;
}

.about-page .about-bottom .box .more:hover {
  color: var(--white);
}

@media screen and (max-width: 1680px) {
  .about-page .about-1 .text {
    vertical-align: middle;
  }

  .about-page .about-1 .img {
    vertical-align: middle;
  }

  .about-page .about-2 .img {
    padding-right: 0;
  }

  .about-page .about-4 .content ul li {
    width: 22.5%;
    padding: 42px 60px 78px 35px;
  }

  .about-page .about-5 .slick-arrow {
    bottom: -30px;
  }
}

@media screen and (max-width: 1440px) {
  .inner-banner {}

  .inner-page .title {
    font-size: 40px;
  }

  .about-page .about-1 .text p {
    font-size: 18px;
    padding-right: 0;
  }

  .about-page .about-2 {
    padding-top: 100px;
  }

  .about-page .about-2 .text {
    font-size: 18px;
  }

  .about-page .about-3 {
    padding: 100px 0;
  }

  .about-page .about-3 .box .text {
    padding-right: 80px;
  }

  .about-page .about-3 .box .text p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-3 .bottom .info ul li .desc {
    padding-left: 30px;
  }

  .about-page .about-3 .bottom .info ul li .desc em {
    font-size: 50px;
  }

  .about-page .about-4 .content ul li {
    width: 22.2%;
    padding: 32px 40px 68px 25px;
  }

  .about-page .about-4 .content ul li .tit {
    font-size: 26px;
  }

  .about-page .about-4 .content ul li p {
    font-size: 18px;
  }

  .about-page .about-5 .left p {
    margin-top: 20px;
    font-size: 18px;
  }

  .about-page .about-5 .slick-arrow {
    bottom: -50px;
  }

  .about-page .about-5 .slick-next {
    left: -31%;
  }

  .about-page .about-bottom .box .left {
    width: 38%;
  }
}

@media screen and (max-width: 1280px) {
  .inner-banner {}

  .inner-banner .box p {
    font-size: 40px;
  }

  .about-page .about-1 .img {
    padding-left: 40px;
  }

  .inner-page .title {
    font-size: 36px;
  }

  .about-page .about-3 .box .text {
    padding-right: 50px;
  }

  .about-page .about-3 .bottom .info ul li .desc em {
    font-size: 40px;
  }

  .about-page .about-3 .bottom .info ul li:last-child {
    padding-left: 40px;
  }

  .about-page .about-4 .content ul {
    margin-right: -15px;
  }

  .about-page .about-4 .content ul li {
    margin-right: 15px;
    width: 23.6%;
    padding: 22px 30px 58px 15px;
  }

  .about-page .about-bottom .box .left {
    width: 40%;
  }
}

@media screen and (max-width: 1100px) {
  .inner-banner .box .tit {
    font-size: 36px;
  }

  .about-page .about-3 .box .text {
    padding-right: 40px;
  }

  .about-page .about-1 {
    padding-top: 80px;
  }

  .about-page .about-3 .bottom .info ul li i {
    width: 24%;
  }

  .about-page .about-3 .bottom .info ul li .desc {
    padding-left: 20px;
  }

  .about-page .about-4 .title {
    width: 60%;
  }

  .about-page .about-4 .content ul li .tit {
    font-size: 22px;
  }

  .about-page .about-4 .content ul li p {
    font-size: 16px;
  }

  .about-page .about-4 .content ul li {
    width: 23.4%;
  }

  .inner-page .title {
    font-size: 31px;
  }

  .title::before {
    bottom: 12px;
  }

  .about-page .about-bottom .box .left {
    width: 46%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }

  .inner-banner .box .tit {
    font-size: 30px;
    line-height: 1.2;
  }

  .inner-banner .box .mbx {
    font-size: 18px;
    margin-top: 20px;
  }

  .about-page .about-1 .text {
    width: 100%;
  }

  .about-page .about-1 .img {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-2 {
    padding-top: 60px;
  }

  .about-page .about-2 .img {
    width: 100%;
  }

  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-3 {
    padding: 60px 0;
  }

  .about-page .about-3 .box .text {
    width: 100%;
    padding: 0;
  }

  .about-page .about-3 .box .img {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-3 .box .img img {
    width: 100%;
  }

  .about-page .about-3 .bottom .info {
    width: 100%;
  }

  .about-page .about-3 .bottom .img {
    display: none;
  }

  .about-page .about-4 {
    padding-top: 60px;
  }

  .about-page .about-4 .title {
    width: 80%;
  }

  .about-page .about-4 .content {
    margin-top: 40px;
  }

  .about-page .about-4 .content ul {
    margin-bottom: -20px;
  }

  .about-page .about-4 .content ul li {
    width: 47.8%;
    margin-bottom: 20px;
  }

  .about-page .about-5 {
    padding: 140px 0 60px;
  }

  .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-5 .right {
    width: 100%;
    padding-top: 20px;
  }

  .about-page .about-6 {
    padding: 60px 0;
  }

  .about-page .about-6 .title {
    width: 50%;
  }

  .about-page .about-bottom .box .left {
    width: 60%;
  }

  .about-page .about-bottom .box .more {
    padding: 15px 29px 14px;
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner {}

  .inner-banner .box .tit {
    font-size: 26px;
  }

  .inner-banner .box .mbx {
    font-size: 16px;
    margin-top: 10px;
  }

  .about-page .about-1 .text p {
    margin-top: 20px;
  }

  .about-page .about-2 {
    padding-top: 30px;
  }

  .about-page .about-3 {
    padding: 30px 0;
  }

  .about-page .about-3 .bottom {
    display: none;
  }

  .about-page .about-4 .title {
    width: 100%;
  }

  .about-page .about-4 .content {
    margin-top: 20px;
  }

  .about-page .about-4 .content ul li {
    width: 46.9%;
    padding: 20px 15px 30px 15px;
  }

  .about-page .about-4 .content ul li .tit {
    font-size: 18px;
    margin-top: 15px;
  }

  .about-page .about-4 .content ul li p {
    margin-top: 10px;
  }

  .inner-page .title {
    font-size: 29px;
  }

  .about-page .about-5 {
    padding: 110px 0 30px;
  }

  .about-page .about-5 .left .title {
    width: 60%;
  }

  .about-page .about-5 .left p {
    padding-right: 0;
  }

  .about-page .about-6 {
    padding: 60px 0 30px;
  }

  .about-page .about-6 .title {
    width: 60%;
  }

  .about-page .about-6 .content {
    margin-top: 20px;
  }

  .about-page .about-bottom {
    padding: 60px 0 30px;
  }

  .about-page .about-bottom .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-bottom .box .left {
    width: 100%;
  }

  .about-page .about-bottom .box .left p {
    padding-right: 0;
    margin-top: 10px;
  }

  .about-page .about-bottom .box .more {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .inner-banner {}

  .inner-banner .box {
    padding-left: 0;
  }

  .inner-banner .box:before {
    display: none;
  }

  .inner-banner .box .tit {
    font-size: 20px;
    line-height: 1.8;
  }

  .jtcp {
    display: none;
  }

  .inner-banner .box .mbx {
    font-size: 14px;
    line-height: 2;
    margin-top: 0px;
  }

  .inner-page .title {
    font-size: 24px;
    line-height: 44px;
  }

  .about-page .about-1 .text p,
  .about-page .about-2 .text,
  .about-page .about-4 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-1 .text p {
    line-height: 30px !important;

  }

  .about-page .about-4 .content ul {
    margin-right: 0;
  }

  .about-page .about-4 .content ul li {
    margin-right: 0;
    width: 100%;
  }

  .about-page .about-4 .content ul li .tit {
    line-height: 1.8;
  }

  .about-page .about-5 .left p {
    line-height: 1.8;
  }

  .about-page .about-6 .title {
    width: 81%;
  }

  .about-page .about-bottom .box .left p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-bottom .box .more {
    font-size: 16px;
    padding: 8px 20px;
  }
}

.faq-page {
  padding: 100px 0 173px;
}

.faq-page .img {
  padding-right: 77px;
}

.faq-page .text {
  padding-top: 49px;
}

.faq-page .text .title {
  width: 70%;
}

.faq-page .text .content {
  margin: 69px 0 0 -38.1%;
  background-color: var(--white);
  -webkit-box-shadow: 0px 17px 64px 29px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 17px 64px 29px rgba(0, 0, 0, 0.04);
  padding: 70px 103px 150px 77px;
}

.faq-page .text .content ul li {
  border-bottom: 1px solid rgba(123, 123, 123, 0.39);
  padding-bottom: 19px;
  margin-bottom: 43px;
}

.faq-page .text .content ul li .tits {
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  cursor: pointer;
}

.faq-page .text .content ul li .tits span {
  padding-right: 30px;
}

.faq-page .text .content ul li .tits img {
  position: absolute;
  right: 0;
  top: 12px;
}

.faq-page .text .content ul li .con {
  font-size: 18px;
  line-height: 32px;
  padding: 34px 0 6px;
  display: none;
}

.faq-page .text .content ul li.active {
  margin-bottom: 78px;
}

.faq-page .text .content ul li.active .tits img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .text .content ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .faq-page .text .content {
    padding: 53px 80px 100px 60px;
  }

  .faq-page .text .content ul li .tits {
    font-size: 22px;
  }
}

@media screen and (max-width: 1280px) {
  .faq-page .text .content {
    padding: 33px 60px 80px 40px;
  }

  .faq-page .text .content ul li .tits {
    font-size: 20px;
  }

  .faq-page .text .content ul li .con {
    font-size: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .faq-page .img {
    padding-right: 40px;
  }

  .faq-page .text .content {
    padding: 23px 40px 50px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .faq-page {
    padding: 60px 0;
  }

  .faq-page .img {
    padding-right: 20px;
  }

  .faq-page .text .title {
    width: 100%;
  }

  .faq-page .text .content {
    margin: 69px 0 0 -80%;
  }

  .faq-page .text .content ul li {
    margin-bottom: 30px;
  }

  .faq-page .text .content ul li .tits {
    font-size: 18px;
  }

  .faq-page .text .content ul li .tits img {
    width: 3%;
  }

  .faq-page .text .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }

  .faq-page .text .content ul li.active {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .img {
    display: none;
  }

  .faq-page .text {
    width: 100% !important;
  }

  .faq-page .text .content {
    margin: 20px 0 0 0;
    padding: 20px 20px 40px;
  }

  .faq-page .text .content ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .faq-page .text .content ul li .tits {
    font-size: 16px;
  }

  .faq-page .text .content ul li .tits span {
    padding-right: 20px;
  }

  .faq-page .text .content ul li .con {
    padding: 20px 0 6px;
  }

  .faq-page .text .content ul li.active {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .text .content {
    padding: 20px 15px 40px;
  }

  .faq-page .text .content ul li .tits {
    font-size: 16px;
    line-height: 30px;
  }

  .faq-page .text .content ul li .tits img {
    width: 5%;
  }

  .faq-page .text .content ul li .con {
    font-size: 14px;
    line-height: 2;
  }
}

.pro-position {
  background: #dcdcdc;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}

.product-page {

  position: relative;
  background: #f2f2f2;
  background-size: auto;
  background-size: auto;
  background-size: contain;

  padding-bottom: 50px;
}

.product-page .top {
  color: #2a2a2a;
  background: #fff;
  height: 100px;

}

.product-page .top h1 {
  font-size: 32px;
  line-height: 1.4;
  font-family: 'Neutraface';
  text-transform: uppercase;
}

.product-page .top .con {
  font-size: 20px;
  line-height: 2;
  margin-top: 13px;
}

.product-page .sideright .list {
  padding: 55px 0 83px;
  border-bottom: 1px solid rgba(65, 65, 65, 0.18);
}

.product-page .sideright .list ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-flow: wrap;
}

.product-page .sideright .list ul li {
  width: 24.5%;
  margin-right: 0.665%;
  margin-bottom: 50px;
  padding: 15px 15px;
}


@media screen and (max-width: 1400px) {
  .product-page .sideright .list ul li {
    width: 32.5%;
    margin-right: 0.5%;
    margin-bottom: 20px;
  }

  .product-page .sideright .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .sideright .list ul li {
    width: 49.5%;
    margin-right: 0.5%;
    margin-bottom: 20px;
  }

  .product-page .sideright .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .product-page .sideright .list ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}

.product-page .sideright .list ul li a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.product-page .sideright .list ul li a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
}

.product-page .sideright .list ul li .pic {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  background: #fff;

}

.product-page .sideright .list ul li .pic img {
  text-align: center;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}

.product-page .sideright .list ul li .info {
  position: relative;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  padding: 26px 20px 26px 20px;
  overflow: hidden;
  background: #fff;
  color: #3e3e3e;

}

.product-page .sideright .list ul li:hover .info {
  background: #9c1b21;
  color: #fff;
  transition: 1s;

}

.product-page .sideright .list ul li .info p {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 30px;
  min-height: 120px;
}

.product-page .sideright .list ul li .info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #f08519;
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.product-page .sideright .list ul li .name {
  font-size: 18px;
  color: #9c1b21;
  line-height: 30px;
  min-height: 60px;



}

.product-page .sideright .list ul li:hover .info .name {
  color: #fff;
  transition: 1s;
}

.product-page .sideright .list ul li .name p {
  text-align: left;
}

.product-page .sideright .list ul li:nth-child(3n) {
  margin-right: 0;
}

.product-page .about-page {
  margin-top: 229px;
}

.product-page .about-page .about-1 {
  padding: 0;
}

.product-page .about-page .about-1 .img {
  padding: 0 87px 0 0;
}

.product-page .about-page .about-1 .text {
  padding: 0 0 0 15px;
}

.product-page .about-page .about-5 {
  background-color: #eeeeee;
  margin-top: 101px;
  padding-bottom: 142px;
}

.product-page .about-page .news {
  padding: 129px 0 200px;
}

.product-page .knowledge .tit {
  font-size: 50px;
  line-height: 1.4;
}

.product-page .knowledge .tit::after {
  content: '';
  width: 159px;
  height: 27px;
  background: url(../images/insutry.png) no-repeat;
  display: block;
  margin: 18px auto 0;
}

.product-page .knowledge .con {
  margin-top: 60px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: -80px;
}

.product-page .knowledge .con div span {
  font-size: 24px;
  line-height: 44px;

}

@media screen and (max-width: 1680px) {
  .product-page .sideright .list ul li p {
    padding: 22px 30px 0;
    font-size: 20px;
  }

  .inner-page .sidebox .sideleft .download ul li {
    padding: 22px 20px;
  }

  .inner-page .sidebox .sideleft .contact {
    padding: 59px 44px 87px 40px;
  }

  .inner-page .sidebox .sideleft .download ul li a span {
    width: 80%;
  }
}

@media screen and (max-width: 1440px) {
  .inner-page .sidebox .sideleft .category ul li span a {
    width: 94%;
  }

  .inner-page .sidebox .sideleft .contact {
    padding: 40px 36px 60px 30px;
  }

  .product-page .about-page .about-1 .img {
    padding: 0 40px 0 0;
  }

  .inner-page .sidebox .sideleft .download ul li a span {
    font-size: 18px;
    padding-right: 40px;
    width: 77%;
  }
}

@media screen and (max-width: 1280px) {
  .inner-page .sidebox .sideleft .category ul li span {
    font-size: 18px;
    padding: 16px 15px 9px;
  }

  .product-page .sideright .list ul li p {
    padding: 15px 10px 0;
    font-size: 18px;
  }

  .inner-page .sidebox .sideleft .contact {
    padding: 30px 20px 50px 20px;
  }

  .inner-page .sidebox .sideleft .contact .tit {
    font-size: 28px;
  }

  .inner-page .sidebox .sideleft .download ul li a span {
    padding-right: 0;
    display: block;
    width: 100%;
  }

  .inner-page .sidebox .sideleft .download ul li a img {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .inner-page .sidebox .sideleft .category ul li span a {
    width: 93%;
  }

  .inner-page .sidebox .sideleft .category ul li .child li a {
    padding-left: 13px;
    font-size: 15px;
  }

  .inner-page .sidebox .sideleft .category ul li .child li .children li a {
    padding-left: 27px;
    font-size: 15px;
  }

  .product-page .sideright .list ul li p {
    padding: 15px 0 0 0;
  }

  .inner-page .sidebox .sideleft .contact .tit {
    font-size: 26px;
  }

  .product-page .knowledge .tit {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .body-overflow-box {
    overflow: hidden !important;
  }

  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }

  .inner-page .m-page {
    height: 60px;
    font-size: 18px;
    line-height: 36px;
  }

  .product-page {
    padding: 60px 0;
  }

  .product-page .sideright .list {
    padding: 40px 0;
  }

  .product-page .sideright .list ul {
    margin: 0 -20px -30px 0;
  }

  .product-page .sideright .list ul li {
    padding: 0 20px 30px 0;
  }

  .product-page .sideright .list ul li p {
    font-size: 17px;
  }

  .product-page .about-page {
    margin-top: 60px;
  }

  .product-page .about-page .about-1 .img {
    padding-right: 0;
  }

  .product-page .about-page .about-1 .text {
    padding: 60px 0 0 0;
  }

  .product-page .about-page .about-5 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  .product-page {
    padding: 30px 0;
  }

  .product-page .sideright .top h1 {
    font-size: 28px;
  }

  .product-page .sideright .top .con {
    font-size: 16px;
    line-height: 1.8;
  }

  .product-page .sideright .list {
    padding: 20px 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .product-banner {}

  .product-page .sideright .top h1 {
    font-size: 20px;
    line-height: 36px;
  }

  .product-page .sideright .top .con {
    font-size: 14px;
    line-height: 2;
  }

  .product-page .sideright .list ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.prodet-page .prodet-1 .left {
  border: solid 1px #c2c2c2;
  text-align: center;
  width: 42.7%;
}

.prodet-page .prodet-1 .left .img-box {
  display: block;
}

.prodet-page .prodet-1 .right {
  width: 57.3%;
  padding-left: 55px;
}

.prodet-page .prodet-1 .right .tit {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 32px;
  text-transform: uppercase;
}

.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  color: #2a2a2a;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 30px;
}

.prodet-page .prodet-1 .right .images {
  margin-top: 46px;
}

.prodet-page .prodet-1 .right .images ul {
  margin-right: -22px;
}

.prodet-page .prodet-1 .right .images ul li {
  padding-right: 22px;
}

.prodet-page .prodet-1 .right .images ul li .img-box {
  display: block;
  border: solid 1px #d3d3d3;
}

.prodet-page .prodet-1 .right .more {
  margin-top: 58px;
}

.m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}

.m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}

.m-link a:hover {
  color: #1f1f1f;
}

.prodet-page .prodet-2 {
  padding: 50px 0 70px;
  border-bottom: 1px solid rgba(65, 65, 65, 0.18);
}

.prodet-page .prodet-2 .options ul {
  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;
  border-bottom: 1px solid rgba(65, 65, 65, 0.3);
}

.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  margin-right: 80px;
  position: relative;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 32px;
  font-family: 'Neutraface';
  text-transform: uppercase;
  padding-bottom: 7px;
  cursor: pointer;
}

.prodet-page .prodet-2 .options ul li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1f1f1f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}

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

.prodet-page .prodet-2 .ret {
  padding-top: 64px;
}

.prodet-page .prodet-2 .ret .tit {
  font-size: 22px;
  line-height: 1.5;
  display: none;
  text-transform: uppercase;
}

.prodet-page .prodet-2 .ret .con {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1.8;
  font-family: 'Poppins' !important;
  font-weight: 300;
}

.prodet-page .prodet-2 .ret .con strong {
  font-weight: 700;
  line-height: 60px;
}

.prodet-page .prodet-2 .ret .con h3 {
  font-size: 16px;
  font-weight: 700;
}

.prodet-page .prodet-2 .ret .con .all {
  margin-bottom: 30px;
}

.prodet-page .prodet-2 .ret .con .all:last-child {
  margin-bottom: 0;
}

.prodet-page .prodet-2 .ret .con .bt {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

.prodet-page .prodet-2 .ret .con ul {
  margin-right: -20px;
}

.prodet-page .prodet-2 .ret .con ul li {
  padding-right: 20px;
}

.prodet-page .prodet-2 .ret .con ul li .img-box {
  display: block;
  border: 1px solid rgba(65, 65, 65, 0.18);
}

.prodet-page .prodet-2 .ret .con ul li .img-box img {
  display: inline-block;
}

.prodet-page .prodet-2 .ret .con ul li p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}

.prodet-page .prodet-2 .ret .con .list {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.prodet-page .prodet-2 .ret .con .list dl {
  margin: -40px;
}

.prodet-page .prodet-2 .ret .con .list dl dd {
  padding: 15px;
  text-align: center;
}

.prodet-page .prodet-2 .ret .con .list dl dd img {
  display: inline-block;
}

.prodet-page .about-page {
  margin-top: 149px;
}

@media screen and (max-width: 1440px) {
  .prode-page .prodet-1 .right h1 {
    font-size: 32px;
    margin-top: 20px;
  }

  .prodet-page .prodet-1 .right .images {
    margin-top: 30px;
  }

  .prodet-page .prodet-1 .right .more {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right {
    padding-left: 30px;
  }

  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
  }

  .prodet-page .prodet-1 .right .images {
    margin-top: 30px;
  }

  .prodet-page .prodet-1 .right .more {
    margin-top: 36px;
  }

  .prodet-page .prodet-2 .options ul li {
    font-size: 20px;
    margin-right: 50px;
  }

  .prodet-page .prodet-2 .ret .tit {
    font-size: 20px;
  }

  .prodet-page .prodet-2 .ret .con {
    font-size: 20px;
  }

  .prodet-page .prodet-2 .ret .con .list dl {
    margin: -15px;
  }

  .prodet-page .prodet-2 .ret .con .list dl dd {
    padding: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .prodet-page .prodet-2 .options ul li {
    margin-right: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }

  .prodet-page .prodet-1 .right .more {
    font-size: 18px;
    line-height: 32px;
    padding: 12px 30px;
  }

  .prodet-page .prodet-2 .options ul li {
    font-size: 18px;
  }

  .prodet-page .prodet-2 .ret .tit,
  .prodet-page .prodet-2 .ret .con {
    font-size: 18px;
  }

  .prodet-page .prodet-2 .ret .tit {
    line-height: 32px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .prodet-page .prodet-2 {
    padding: 30px 0;
  }

  .prodet-page .prodet-2 .options {
    display: none;
  }

  .prodet-page .prodet-2 .ret {
    padding-top: 0;
  }

  .prodet-page .prodet-2 .ret .slide {
    margin-top: 20px;
    display: block !important;
  }

  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }

  .prodet-page .prodet-2 .ret .tit {
    display: block;
  }

  .prodet-page .about-page {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 5px;
  }

  .prodet-page .prodet-1 .right .images {
    margin-top: 10px;
  }

  .prodet-page .prodet-2 .ret .con {
    font-size: 14px;
    line-height: 2;
  }

  .prodet-page .prodet-2 .ret .con ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.service-page {
  padding: 272px 0 149px;
}

.service-page .service-1 .box {
  background-color: #eeeeee;
  padding: 69px 64px 92px 87px;
}

.service-page .service-1 .box .text {
  width: 56.5%;
  padding-right: 142px;
}

.service-page .service-1 .box .text .title {
  width: 60%;
}

.service-page .service-1 .box .text .content {
  margin-top: 19px;
}

.service-page .service-1 .box .text .content ul li {
  padding-bottom: 22px;
}

.service-page .service-1 .box .text .content ul li .info {
  font-size: 18px;
  color: #414141;
  line-height: 2;
  font-weight: bold;
  position: relative;
  padding-left: 62px;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 7px;
}

.service-page .service-1 .box .text .content ul li .info span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 36px;
}

.service-page .service-1 .box .text .content ul li .info img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 10px;
}

.service-page .service-1 .box .text .content ul li .con {
  font-size: 16px;
  color: #727272;
  line-height: 30px;
  padding: 21px 33px 21px 61px;
  display: none;
}

.service-page .service-1 .box .text .content ul li:last-child {
  padding-bottom: 0;
}

.service-page .service-1 .box .text .content ul li.active .info img {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.service-page .service-1 .box .img {
  margin-top: -194px;
  width: 43.5%;
  text-align: right;
  display: inline-block;
}

.service-page .service-2 {
  margin-top: 191px;
}

.service-page .service-2 .img {
  width: 45.1%;
  padding-right: 84px;
}

.service-page .service-2 .text {
  width: 54.9%;
  padding-top: 32px;
}

.service-page .service-2 .text .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 41px;
}

.service-page .service-3 {
  margin-top: 172px;
}

.service-page .service-3 .left {
  width: 47.7%;
  padding-right: 94px;
}

.service-page .service-3 .left p {
  font-size: 18px;
  line-height: 32px;
  padding-right: 43px;
  margin-top: 36px;
}

.service-page .service-3 .right {
  width: 52.3%;
  background: url(../images/service-3.jpg) no-repeat center;
  padding: 48px 0 74px 55px;
  background-size: cover;
  color: var(--white);
}

.service-page .service-3 .right .con {
  width: 70%;
}

.service-page .service-3 .right .con span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.service-page .service-3 .right .con ul {
  margin-top: 42px;
}

.service-page .service-3 .right .con ul li {
  font-size: 18px;
  line-height: 32px;
  padding-left: 31px;
  position: relative;
  margin-bottom: 29px;
}

.service-page .service-3 .right .con ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 19px;
  height: 1px;
  background: var(--white);
}

.service-page .service-3 .right .con ul li:last-child {
  margin-bottom: 0;
}

.service-page .service-4 {
  margin-top: 190px;
}

.service-page .service-4 .img {
  width: 40.1%;
  padding-right: 73px;
  position: relative;
}

.service-page .service-4 .img .desc {
  color: var(--white);
  position: absolute;
  bottom: 68px;
  left: 63px;
}

.service-page .service-4 .img .desc .title {
  padding: 0 0 8px;
}

.service-page .service-4 .img .desc .title::before {
  display: none;
}

.service-page .service-4 .img .desc p {
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

.service-page .service-4 .text {
  width: 59.9%;
  padding-right: 49px;
}

.service-page .service-4 .text .title {
  padding: 45px 0 0 0;
}

.service-page .service-4 .text .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 159px;
  height: 27px;
  background: url(../images/insutry.png) no-repeat;
}

.service-page .service-4 .text .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 29px;
}

.service-page .service-5 {
  margin-top: 194px;
}

.service-page .service-5 .title {
  padding: 0;
}

.service-page .service-5 .title::before {
  position: initial;
  display: block;
  margin: 0 auto 14px;
  width: 159px;
  height: 27px;
  background: url(../images/insutry.png) no-repeat;
}

.service-page .service-5 .content {
  margin-top: 97px;
}

.service-page .service-5 .content ul {
  margin: -10px -71px -56px -10px;
}

.service-page .service-5 .content ul .slick-slide {
  padding: 10px;
}

.service-page .service-5 .content ul li {
  padding: 0 61px 46px 0;
}

.service-page .service-5 .content ul li .img-box {
  display: block;
  -webkit-box-shadow: 0px 9px 31px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9px 31px 1px rgba(0, 0, 0, 0.06);
  background: var(--white);
  text-align: center;
  padding: 20px 0;
}

.service-page .service-5 .content ul li .img-box img {
  display: inline-block;
}

@media screen and (max-width: 1440px) {
  .service-page .service-1 .box .text .title {
    width: 66%;
  }

  .service-page .service-1 .box .text {
    padding-right: 80px;
  }

  .service-page .service-1 .box {
    padding: 69px 64px 92px 64px;
  }

  .service-page .service-3 .left {
    padding-right: 60px;
  }

  .service-page .service-3 .right .con {
    width: 90%;
  }

  .service-page .service-4 .img .desc {
    left: 36px;
  }
}

@media screen and (max-width: 1280px) {
  .service-page .service-1 .box {
    padding: 58px 40px 80px 40px;
  }

  .service-page .service-1 .box .text {
    padding-right: 60px;
  }

  .service-page .service-1 .box .text .content ul li .info {
    padding-left: 52px;
  }

  .service-page .service-1 .box .text .content ul li .con {
    padding: 21px 33px 21px 52px;
  }

  .service-page .service-1 .box .img {
    margin-top: -180px;
  }

  .service-page .service-2 {
    margin-top: 100px;
  }

  .service-page .service-2 .img {
    padding-right: 40px;
  }

  .service-page {
    padding: 227px 0 100px;
  }

  .service-page .service-3 {
    margin-top: 100px;
  }

  .service-page .service-3 .left {
    padding-right: 40px;
  }

  .service-page .service-3 .right .con ul li {
    font-size: 22px;
  }

  .service-page .service-4 {
    margin-top: 100px;
  }

  .service-page .service-4 .img {
    padding-right: 40px;
  }

  .service-page .service-4 .img .desc p {
    font-size: 20px;
  }

  .service-page .service-4 .text {
    padding-right: 0;
  }

  .service-page .service-5 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .service-page {
    padding: 180px 0 100px;
  }

  .service-page .service-1 .box {
    padding: 69px 25px 80px 25px;
  }

  .service-page .service-1 .box .text {
    padding-right: 30px;
  }

  .service-page .service-1 .box .img {
    margin-top: -162px;
  }

  .service-page .service-4 .img .desc p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }

  .service-page .service-1 .box .text {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-1 .box .img {
    display: none;
  }

  .service-page .service-2,
  .service-page .service-3,
  .service-page .service-4,
  .service-page .service-5 {
    margin-top: 60px;
  }

  .service-page .service-2 .img,
  .service-page .service-3 .img,
  .service-page .service-4 .img,
  .service-page .service-5 .img,
  .service-page .service-2 .text,
  .service-page .service-3 .text,
  .service-page .service-4 .text,
  .service-page .service-5 .text {
    width: 100%;
  }

  .service-page .service-2 .img {
    padding-right: 0;
  }

  .service-page .service-2 .text {
    padding: 69px 0 0 0;
  }

  .service-page .service-3 .left {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-3 .left .title {
    margin-top: 9px;
  }

  .service-page .service-3 .left p {
    padding-right: 0;
  }

  .service-page .service-3 .right {
    width: 100%;
    margin-top: 20px;
  }

  .service-page .service-4 .img {
    padding-right: 0;
  }

  .service-page .service-4 .img img {
    width: 100%;
  }

  .service-page .service-4 .text {
    padding: 20px 0 0 0;
  }

  .service-page .service-5 .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }

  .service-page .service-1 .box {
    padding: 69px 15px 50px;
  }

  .service-page .service-1 .box .text .content ul li .con {
    padding: 21px 20px 21px 52px;
  }

  .service-page .service-2,
  .service-page .service-3,
  .service-page .service-4,
  .service-page .service-5 {
    margin-top: 30px;
  }

  .service-page .service-2 .text .con {
    margin-top: 20px;
  }

  .service-page .service-3 .left .title {
    margin-top: 54px;
  }

  .service-page .service-3 .left p {
    margin-top: 15px;
  }

  .service-page .service-3 .right {
    padding: 36px 0 46px 30px;
  }

  .service-page .service-3 .right .con ul {
    margin-top: 20px;
  }

  .service-page .service-3 .right .con ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .service-page .service-5 .content {
    margin-top: 20px;
  }

  .service-page .service-5 .content ul {
    margin: -10px;
  }

  .service-page .service-5 .content ul li {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-1 .box .text .title {
    width: 100%;
  }

  .service-page .service-1 .box .text .content ul li .info {
    padding-left: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .service-page .service-1 .box .text .content ul li .info span {
    padding-right: 20px;
  }

  .service-page .service-1 .box .text .content ul li .info img {
    right: 0;
    width: 15px;
  }

  .service-page .service-1 .box .text .content ul li .con {
    padding: 15px 0 10px;
    font-size: 14px;
    line-height: 2;
  }

  .service-page .service-2 .text .con {
    font-size: 16px;
    line-height: 30px;
  }

  .service-page .service-3 .left p {
    font-size: 16px;
    line-height: 30px;
  }

  .service-page .service-3 .right {
    padding: 30px 15px;
  }

  .service-page .service-3 .right .con {
    width: 100%;
  }

  .service-page .service-3 .right .con span {
    font-size: 24px;
    line-height: 44px;
  }

  .service-page .service-3 .right .con ul li {
    font-size: 14px;
    line-height: 2;
  }

  .service-page .service-4 .img .desc {
    left: 20px;
    bottom: 20px;
  }

  .service-page .service-4 .img .desc p {
    font-size: 16px;
    line-height: 30px;
  }

  .service-page .service-4 .text .con {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
  }
}

.contact-page .contact-1 {
  padding: 99px 0 171px;
}

.contact-page .contact-1 .left {
  width: 56%;
}

.contact-page .contact-1 .left p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 33px;
}

.contact-page .contact-1 .left .form {
  padding: 71px 40px 0 0;
}

.contact-page .contact-1 .left .form ul {
  margin: 0 -47px -37px 0;
}

.contact-page .contact-1 .left .form ul li {
  padding: 0 47px 37px 0;
}

.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  width: 100%;
  height: 65px;
  background-color: #f1f1f1;
  border: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 32px;
}

.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: #414141;
}

.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: #414141;
}

.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: #414141;
}

.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: #414141;
}

.contact-page .contact-1 .left .form ul li input::placeholder,
.contact-page .contact-1 .left .form ul li textarea::placeholder {
  color: #414141;
}

.contact-page .contact-1 .left .form ul li textarea {
  height: 245px;
  padding-top: 19px;
}

.contact-page .contact-1 .left .form ul li .upload {
  position: relative;
}

.contact-page .contact-1 .left .form ul li .upload input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.contact-page .contact-1 .left .form ul li .upload span {
  position: absolute;
  top: 0;
  left: 32px;
  font-size: 16px;
  font-weight: 400;
}

.contact-page .contact-1 .left .form ul li .upload span i {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  border: 1px dashed #414141;
  text-align: center;
  line-height: 19px;
}

.contact-page .contact-1 .left .form ul li .upload span em {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
  padding-bottom: 37px;
}

.contact-page .contact-1 .left .form ul li:nth-child(6) {
  padding-bottom: 0;
}

.contact-page .contact-1 .left .form ul li .more {
  padding: 0;
  width: 100%;
  text-align: center;
  height: 56px;
  line-height: 56px;
}

.contact-page .contact-1 .right {
  width: 44%;
  padding: 17px 0 0 82px;
}

.contact-page .contact-1 .right ul {
  padding: 60px 25px 0 0;
}

.contact-page .contact-1 .right ul li {
  padding-bottom: 72px;
}

.contact-page .contact-1 .right ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 49px;
}

.contact-page .contact-1 .right ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 38px;
  font-size: 18px;
  line-height: 1.8;
  width: 90%;
}

.contact-page .contact-1 .right ul li span small {
  display: block;
  font-weight: bold;
  font-size: 25px;
  color: #000;
}

.contact-page .contact-1 .right ul li span em {
  display: inline-block;
}

.contact-page .contact-1 .right ul li:last-child {
  padding-bottom: 0;
}

.contact-page .contact-2 {
  position: relative;
}

.contact-page .contact-2 #mapContainer {
  height: 380px;
}

.button-group .button {
  background-color: #1f1f1f !important;
}

@media screen and (max-width: 1680px) {
  .contact-page .contact-1 .right ul {
    padding: 60px 40px 0 0;
  }

  .contact-page .contact-1 .right ul li span {
    width: 88%;
  }
}

@media screen and (max-width: 1440px) {
  .contact-page .contact-1 .right {
    padding: 17px 0 0 40px;
  }
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding: 17px 0 0 30px;
  }

  .contact-page .contact-1 .right ul li span {
    width: 85%;
    font-size: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding: 69px 0 60px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .contact-page .contact-1 .left p {
    margin-top: 20px;
  }

  .contact-page .contact-1 .left .form {
    padding: 40px 0 0 0;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left p {
    margin-top: 10px;
  }

  .contact-page .contact-1 .left .form {
    padding: 20px 0 0 0;
  }

  .contact-page .contact-1 .left .form ul {
    margin: 0 -20px -20px 0;
  }

  .contact-page .contact-1 .left .form ul li {
    padding: 0 20px 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left p {
    font-size: 16px;
    line-height: 30px;
  }

  .contact-page .contact-1 .left .form ul li input {
    font-size: 16px;
    line-height: 30px;
    height: 50px;
    padding: 0 20px;
  }

  .contact-page .contact-1 .left .form ul li textarea {
    height: 150px;
    font-size: 16px;
    line-height: 30px;
    padding: 19px 20px 0;
  }

  .contact-page .contact-1 .left .form ul li .upload span {
    left: 20px;
  }

  .contact-page .contact-1 .right ul {
    padding: 30px 0px 0 0;
  }

  .contact-page .contact-1 .right ul li {
    padding-bottom: 20px;
  }

  .contact-page .contact-1 .right ul li i {
    width: 40px;
  }

  .contact-page .contact-1 .right ul li i img {
    width: 80%;
  }

  .contact-page .contact-1 .right ul li span {
    width: 84%;
    font-size: 16px;
    line-height: 30px;
    padding-left: 8px;
  }
}

.sh-page {
  padding: 145px 0 137px;
}

.sh-page .sh-1 .left {
  width: 64.8%;
  padding: 30px 102px 0 0;
}

.sh-page .sh-1 .left .title {
  width: 86%;
}

.sh-page .sh-1 .left ul li {
  padding-left: 32px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
}

.sh-page .sh-1 .left ul li em {
  font-weight: bold;
}

.sh-page .sh-1 .left ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1f1f1f;
}

.sh-page .sh-1 .left .top {
  margin-left: 58px;
  border-bottom: 1px solid #bbbbbb;
  padding: 59px 0 36px 0;
}

.sh-page .sh-1 .left .top ul li {
  margin-bottom: 29px;
}

.sh-page .sh-1 .left .top ul li:last-child {
  margin-bottom: 0;
}

.sh-page .sh-1 .left .bottom {
  margin-left: 58px;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 55px;
}

.sh-page .sh-1 .left .bottom span {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  width: 65%;
  display: block;
  margin: 42px 0 30px 33px;
}

.sh-page .sh-1 .left .bottom ul li {
  margin-bottom: 10px;
}

.sh-page .sh-1 .left .bottom ul li:last-child {
  margin-bottom: 0;
}

.sh-page .sh-1 .right {
  width: 35.2%;
}

.sh-page .sh-2 {
  margin-top: 144px;
}

.sh-page .sh-2 .left {
  width: 41.33%;
}

.sh-page .sh-2 .right {
  width: 58.67%;
  padding: 35px 0 0 70px;
  font-size: 18px;
  line-height: 32px;
}

.sh-page .sh-2 .right span {
  font-weight: bold;
}

.sh-page .sh-2 .right ul {
  margin-top: 6px;
}

.sh-page .sh-2 .right ul li {
  padding-left: 31px;
  position: relative;
  margin-bottom: 33px;
}

.sh-page .sh-2 .right ul li::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background: #1f1f1f;
}

.sh-page .sh-2 .right ul li:last-child {
  margin-bottom: 0;
}

.sh-page .sh-2 .right .info {
  padding: 64px 0 0 35px;
}

.sh-page .sh-2 .right .info .desc {
  margin-top: 29px;
}

@media screen and (max-width: 1440px) {
  .sh-page .sh-1 .left {
    padding: 30px 60px 0 0;
  }

  .sh-page .sh-1 .left .top {
    padding: 40px 0 36px;
  }

  .sh-page .sh-2 .right {
    padding: 35px 0 0 40px;
  }

  .sh-page .sh-2 .right .info {
    padding: 40px 0 0 35px;
  }
}

@media screen and (max-width: 1280px) {
  .sh-page {
    padding: 100px 0;
  }

  .sh-page .sh-2 {
    margin-top: 100px;
  }

  .sh-page .sh-1 .left {
    padding: 30px 30px 0 0;
  }

  .sh-page .sh-1 .left .title {
    width: 90%;
  }

  .sh-page .sh-1 .left .bottom {
    padding-bottom: 26px;
  }

  .sh-page .sh-1 .left .bottom span {
    width: 80%;
  }

  .sh-page .sh-2 .right {
    padding: 17px 0 0 30px;
  }

  .sh-page .sh-2 .right ul li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .sh-page {
    padding: 60px 0;
  }

  .sh-page .sh-1 .left {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .sh-page .sh-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .sh-page .sh-1 .right img {
    width: 100%;
  }

  .sh-page .sh-2 {
    margin-top: 60px;
  }

  .sh-page .sh-2 .left {
    width: 100%;
  }

  .sh-page .sh-2 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .sh-page {
    padding: 30px 0;
  }

  .sh-page .sh-1 .left .title {
    width: 100%;
  }

  .sh-page .sh-1 .left ul li {
    font-size: 16px;
    line-height: 30px;
  }

  .sh-page .sh-1 .left .top {
    padding: 15px 0;
    margin-left: 0;
  }

  .sh-page .sh-1 .left .top ul li {
    margin-bottom: 10px;
  }

  .sh-page .sh-1 .left .bottom {
    margin-left: 0;
    padding-bottom: 15px;
  }

  .sh-page .sh-1 .left .bottom span {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }

  .sh-page .sh-2 .right {
    font-size: 16px;
    line-height: 30px;
  }

  .sh-page .sh-2 .right ul li {
    margin-bottom: 10px;
  }

  .sh-page .sh-2 .right .info {
    padding: 15px 0 0 0;
  }
}

.download-page ul {
  margin: -15px;
}

.download-page ul li {
  padding: 15px;
}

.download-page ul li .box {
  background-color: #e9e9e9;
  padding: 15px;
}

.download-page ul li .box .img {
  width: 40%;
}

.download-page ul li .box .text {
  width: 60%;
}

.download-page ul li .box .text p {
  margin-top: 10px;
  width: auto;
  height: 80px;
  line-height: 28px;
  position: relative;
  top: 0px;
  left: 0px;
}

.download-page ul li .box a {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  background-color: #1f1f1f;
}

.download-page ul li .box a:hover {
  background-color: #000000;
}

@media screen and (max-width: 1000px) {
  .download-page ul li {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .download-page ul li .box .img {
    width: 100% !important;
  }

  .download-page ul li .box .text {
    width: 100% !important;
    padding: 15px;
  }

  .download-page ul li .box .text p {
    height: auto;
  }
}

.news-page {
  padding: 95px 0;
}

.news-page .ui.container ul.newslist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.news-page .ui.container ul.newslist li .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}

.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 2;
  text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #222;
  margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
  max-width: 950px;
  padding: 0 15px;
}

.news-page .ui.container ul.newslist li .text h5 {
  font-weight: 500;
  margin-bottom: 20px;
  /*width: 600px;*/
  line-height: 1.6;
}

.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #1f1f1f;
}

.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 2;
}

.news-page .ui.container ul.newslist li .img-box {
  overflow: hidden;
  width: 20%;
}

a.mores {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}

a.mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #cccccc;
  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;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

a.mores i:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #1f1f1f;
  border-radius: 100%;
}

a.mores i img {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

a.mores em {
  font-size: 20px;
  color: var(-#1f1f1f);
  margin-left: 20px;
}

a.mores:hover i:before {
  width: 100%;
  height: 100%;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}

a.mores:hover i:before img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;

}

a.mores:hover i {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  border-color: transparent !important;
}

@media screen and (max-width: 1200px) {
  .news-page .ui.container ul.newslist li .date {
    width: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .font-30 {
    font-size: 20px;
  }

  .news-page {
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }

  .news-page .ui.container ul.newslist li .img-box {
    display: none;
  }

  .news-page .ui.container ul.newslist li .text h5 {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .news-page .ui.container ul.newslist li .date span {
    font-size: 70px;
    line-height: 1;
  }

  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }

  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }

  .font-18 {
    font-size: 16px;
    line-height: 30px !important;
  }
}

.newdet-page {
  padding-top: 100px;
}

.newdet-page .img-box img {
  width: 100%;
}

.newdet-page .ui.container .newst {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newdet-page .ui.container .newst span {
  color: #222222;
  font-weight: 500;
  line-height: 32px;
}

.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}

.newdet-page .ui.container h1 {
  font-weight: 500;
  margin-bottom: 30px;
}

.newdet-page .ui.container h1.title {
  padding-left: 0;
}

.newdet-page .ui.container h1.title::before {
  display: none;
}

.newdet-page .ui.container .content {
  color: #a5a5a5;
  font-size: 18px;
  line-height: 32px;
}

.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}

.newdet-page .ui.container .bottom .sharebox {
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}

.newdet-page .ui.container .bottom .sharebox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  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;
}

.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  line-height: 44px;
  color: var(--base-color);
}

.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

@media screen and (max-width: 1000px) {
  .newdet-page {
    padding-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page {
    padding-top: 30px;
  }

  .newdet-page .ui.container .content {
    font-size: 14px;
    line-height: 2;
  }

  .font-36 {
    font-size: 28px;
  }

  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}

.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}

.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}

.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}

.gallery-page .content .box ul li {
  padding: 15px;
}

.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
}

.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 20px;
}

.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #111;
  font-size: 18px;
  line-height: 32px;
  padding: 5px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: #1f1f1f;
}

.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -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;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: #1f1f1f;
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #1f1f1f;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: #1f1f1f;
  color: #fff;
}

.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}

.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}

@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}

@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}

@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .gallery-page .content .box ul li .imgbox .text h5 {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }

  .gallery-page .content .box ul li {
    width: 100%;
  }
}

.Floating-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.Floating-sidebar.active {
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100, -50%);
}

.Floating-sidebar span {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 20px;
  height: 60px;
  line-height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
  cursor: pointer;
}

.Floating-sidebar.active span {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.Floating-sidebar ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1f1f1f;
  color: white;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.Floating-sidebar ul li p {
  white-space: nowrap;
  display: inline-block;
  padding: 0 15px;
  background: #9c1b21;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 16px;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.Floating-sidebar ul li:hover p {
  -webkit-transform: translateX(-118%);
  -moz-transform: translateX(-118%);
  -ms-transform: translateX(-118%);
  -o-transform: translateX(-118%);
  transform: translateX(-118%);
}

.Floating-sidebar ul li:first-child {
  border-top-right-radius: 5px;
}

.Floating-sidebar ul li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom: none;
}

.Floating-sidebar ul li.wechat img {
  width: 120px;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-width: none;
}

.Floating-sidebar ul li:hover,
.Floating-sidebar ul li.active {
  background: #1f1f1f;
}

.Floating-sidebar ul li.wechat:hover img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.Floating-sidebar ul li.close a:after,
.Floating-sidebar ul li.close a:before {
  content: '';
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: white;
}

.Floating-sidebar ul li.close a:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.Floating-sidebar dl {
  position: absolute;
  top: 0;
  left: 100%;
  width: 240px;
  background: white;
  padding: 15px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
  opacity: 0;
}

.Floating-sidebar.form2 dl {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.Floating-sidebar.active.form2 dl {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%);
}

.Floating-sidebar dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Floating-sidebar dl dd {
  margin-bottom: 5px;
}

.Floating-sidebar dl dd label {
  font-size: 14px;
  display: block;
}

.Floating-sidebar dl dd input,
.Floating-sidebar dl dd textarea {
  width: 100%;
  line-height: 24px;
  padding: 5px 10px;
  background: white;
  font-size: 12px;
  color: black;
  border: 1px solid #eee;
}

.Floating-sidebar dl dd textarea {
  height: 100px;
  resize: vertical;
}

.Floating-sidebar dl dd:last-child {
  margin-bottom: 0;
}

.Floating-sidebar dl dd input[type="submit"] {
  background: #1f1f1f;
  color: white;
  border-color: #1f1f1f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 16px;
  text-transform: uppercase;
}

.Floating-sidebar dl dd input[type="submit"]:hover {
  background: #1f1f1f;
}

.pro-list2 .box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.pro-list2 .box:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #2a68b5;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

.pro-list2 .course {
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pro-list2 .course:last-child {
  margin-bottom: 0;
}

.pro-list2 .course i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 10px;
  color: white;
  background: #2a68b5;
  border-radius: 5px;
  z-index: 1;
  top: -40px;
  text-align: center;
  font-size: 18px;
}

.pro-list2 .column img {
  opacity: 1;
}

.pro-list2 .column {
  padding: 60px 5% 0;
}

.pro-list2 .course:nth-child(even) .column {
  float: right;
}

.pro-list2 .column:nth-child(even) i {
  right: auto;
  left: 2%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pro-list2 .column .img-box {
  -webkit-box-shadow: 0 0 5px #eee;
  -moz-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
}

.pro-list2 .column p {
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  position: relative;
}

.count-box .count-text {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}

.right-p {
  font-size: 16px;
  margin-top: 30px;
}




.news-list {
  min-width: 320px;
  width: 100%;
}

.news-list .p_PromptNoneData {
  width: auto;
  text-align: center
}

.news-list .p_PromptNoneData .prompt_title .iconfont:before {
  content: ""
}

.news-list .p_PromptNoneData .prompt_title .first {
  height: auto;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 0 10px 5px 0;
}

.news-list .p_PromptNoneData .prompt_title {
  display: inline-table;
  padding: 0 30px;
  min-height: 200px;
  height: 100%
}

.news-list .p_PromptNoneData .prompt_title .first:before {
  content: "\e6b4"
}

.news-list .p_PromptNoneData .prompt_title .font {
  display: table-cell;
  vertical-align: middle;
  text-align: left
}

.news-list .p_PromptNoneData .promptbox {
  width: auto;
  height: 100%
}

.news-list .p_PromptNoneData .prompt_content {
  padding-left: 65px
}

.news-list .p_moreBtn {
  position: static;
  width: auto;
  display: inline-table;
  min-height: 29px;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  min-width: 86px;
  cursor: pointer;
  text-align: center
}

.news-list .p_moreBtn .font {
  white-space: nowrap;
  overflow: visible;
  vertical-align: middle
}

.news-list .p_moreBtn .iconfont:before {
  content: ""
}

@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.news-list {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.news-list .iconfont:before {
  content: "";
  shadow-angle: 0;
  shadow-distance: 0;
  shadow-angle-ofInset: 0;
  shadow-distance-ofInset: 0;
}

.news-list .font {
  display: inline-block;
  margin-left: 20px;
  height: inherit
}

.news-list .p_moreBox {
  margin: 0 20px;
  width: auto;
  height: auto;
  padding: 0;
  overflow: hidden
}

.news-list .p_ToDetail {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  min-width: 86px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

a>.news-list .p_ToDetail:hover {
  cursor: pointer
}

.news-list .p_SummaryBox {
  margin: 0;
  width: 236px;
  height: 317px;
  padding: 0;
  overflow: hidden
}

.news-list .p_summary {
  text-align: left;
  vertical-align: top;
  word-break: break-all
}

.news-list .p_time {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  overflow: visible;
  line-height: 18px;
  vertical-align: top
}

.news-list .p_assist {
  margin: 0;
  width: 236px;
  height: 317px;
  padding: 0;
  overflow: hidden
}

.news-list .p_TitleBox {
  width: auto;
  height: auto;
  padding: 5px 0;
  overflow: hidden;
  vertical-align: top;
}

.news-list .p_title {
  display: inline-table;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .p_header {
  margin: 5px 0 0;
  width: auto;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.news-list .p_content {
  margin: 0;
  width: 236px;
  height: 317px;
  padding: 0;
  overflow: hidden
}

.news-list .p_images {
  margin: 0;
  width: 168px;
  height: 138px;
  padding: 0;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px
}

.news-list .p_articles {
  margin: 0;
  width: calc((100% - 0px)/1);
  height: 186px;
  padding: 0;
}

.news-list .p_news {
  margin: 0;
  width: inherit;
  height: auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list .p_Newslist {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.news-list {
  overflow: hidden;
}

.news-list .p_content {
  width: auto;
  height: auto;
  vertical-align: top
}

.news-list .p_SummaryBox {
  width: auto;
  height: auto;
}

.news-list .p_assist {
  width: auto;
  height: auto;
}

.news-list .p_icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px
}

.news-list .p_about {
  display: inline-block;
  vertical-align: middle
}

.news-list .p_articles {
  display: inline-block;
  height: auto;
  min-width: 320px;
  width: calc((100% - 0px)/1);
  padding: 15px 20px;
  overflow: hidden;
  float: left;
}

.news-list .p_thumbnail {
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
  overflow: hidden
}

.news-list .p_thumbnail img {
  width: 100%;
}

.news-list .higher .p_thumbnail {
  position: absolute;
  height: 100%
}

.news-list .widther .p_thumbnail {
  position: absolute;
  height: 100%
}

.news-list .smaller .p_thumbnail {
  position: absolute;
  height: 100%
}

.news-list .p_assist {
  margin-top: 2px;
}

.news-list .p_SummaryBox {
  clear: both;
  margin-bottom: 10px;
  margin-top: 8px
}

.news-list .p_ToDetail {
  float: right;
  position: relative
}

.news-list .p_summary {
  white-space: normal
}

.news-list .p_categorySummaryBox {
  overflow: hidden;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  #news-list.news-list .container {
    max-width: 92%;
  }

  .news-list .p_articles {
    margin-top: 10px !important;
    width: 100% !important;
  }

  .news-list .mp_linkUrl {
    display: block;
    height: auto;
  }

  .news-list .p_SummaryBox {
    display: none;
  }

  .news-list .p_ToDetail {
    display: none !important;
  }

  .news-list .mP_SummaryBox {
    clear: both;
  }

  .news-list .p_Information {
    display: flex;
    padding: 10px 0;
  }

  .news-list .p_Information li {
    flex: 1;
    height: 20px;
    overflow: hidden;
  }

  .news-list .p_KeyWord {
    width: 100%;
    margin-top: 5px;
  }

  .news-list .p_KeyWord .p_tag {
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 3px;
  }

  .news-list .blank {
    width: 100%;
    height: 15px;
    overflow: hidden;
  }

  .news-list .p_articles {
    border: none
  }
}

@media only screen and (min-width: 769px) {
  .news-list .mp_linkUrl {
    display: none;
  }

  .news-list .mP_SummaryBox {
    display: none;
  }

  .news-list .p_Information {
    display: none;
  }

  .news-list .p_KeyWord {
    display: none;
  }

  .news-list .blank {
    display: none;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

.news-list .p_CommonSummaryBoxA {
  text-align: center;
}

.news-list .p_MatteIcon .iconfont:before {
  content: '\e602';
}

.news-list>div {
  animation-fill-mode: both;
}

.news-list .newListBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.news-list .container {
  width: auto;
  max-width: 100%;
  overflow: hidden;
  margin: 0rem auto;
  padding: 0px;
}

.news-list .newList {
  overflow: hidden;
  padding: 0rem;
  height: auto;
  width: 100%;
  text-align: left;
}

.news-list .newList:nth-child(3n) {
  margin-right: 0px;
}

.news-list .newPicBox {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: 0px;
  margin: 0 auto;
}

.news-list .newPic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  height: auto;
  transition: all .5s ease;
}

.news-list .picLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.news-list .contentBoxB {
  padding: 0px;
}

.news-list .newTitle {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
  color: #373c41;
  transition: all .5s ease;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.news-list .lineBox {
  position: relative;
  width: 100%;
  height: 1px;
  background: #a8a8a8;
  margin-bottom: 26px;
}

.news-list .lineBox::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #000;
  transition: all .5s ease;
}

.news-list .TimeBox {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .25px;
  color: #777;
  margin-bottom: 20px;
}

.news-list .newMs {
  position: relative;
  width: 100%;
  line-height: 1.6;
  font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€�?;
  clear: both;
  font-size: 15px;
  color: #777;
  min-height: 60px;
  letter-spacing: .25px;
  margin: 20px 0px 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.news-list .look {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  color: #777;
  overflow: hidden;
}

.news-list .look .look_name {
  margin-right: 10px;
  position: relative;
}

.news-list .bottom_btn {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .5s ease;
}

.news-list .contentBoxB .bottom_btn {
  display: none;
}

.news-list .newList:hover .newPic {
  transform: translate(-50%, -50%) scale(1.1);
}

.news-list .newList:hover .newTitle {
  color: #0656a9;
}

.news-list .newList:hover .lineBox::before {
  width: 100%;
}

.news-list .newList:hover .bottom_btn {
  color: #0656a9;
}

@media only screen and (min-width: 769px) {
  .news-list .newList {
    flex-basis: 30%;
    margin-right: 5%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .news-list .newList {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
  }

  .news-list .newList a {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .news-list .contentBoxB {
    width: 48%;
  }

  .news-list .image_con {
    width: 48%;
  }

  .news-list .image_con .bottom_btn {
    display: none;
  }

  .news-list .contentBoxB .bottom_btn {
    display: block;
  }

  .news-list .newPicBox {
    padding-bottom: 72%;
  }
}

@media only screen and (max-width: 768px) {
  .news-list .newList {
    width: 100%;
    margin-top: 30px;
  }

  .news-list .newTitle {
    font-size: 18px;
  }

  .news-list .newMs {
    font-size: 14px;
  }
}

.news-list .p_hot .iconfont:before {
  shadow-angle: 0;
  shadow-distance: 0;
  shadow-angle-ofInset: 0;
  shadow-distance-ofInset: 0;
}

.news-list .p_new .iconfont:before {
  shadow-angle: 0;
  shadow-distance: 0;
  shadow-angle-ofInset: 0;
  shadow-distance-ofInset: 0;
}

.news-list .p_page .pre .iconfont:before {
  shadow-angle: 0;
  shadow-distance: 0;
  shadow-angle-ofInset: 0;
  shadow-distance-ofInset: 0;
}

.news-list .p_page .next .iconfont:before {
  shadow-angle: 0;
  shadow-distance: 0;
  shadow-angle-ofInset: 0;
  shadow-distance-ofInset: 0;
}

.news-list .p_more .iconfont:before {
  shadow-angle: 0;
  shadow-distance: 0;
  shadow-angle-ofInset: 0;
  shadow-distance-ofInset: 0;
}







#news-list {
  width: 100%;
  max-width: 1600px;
  min-width: 320px;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}





#in-news-title .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#in-news-title>div {
  animation-fill-mode: both;
}

#in-news-title>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}

@media only screen and (max-width: 768px) {
  #in-news-title>div>.p_gridbox>.p_gridCell:nth-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #in-news-title>div>.p_gridbox>.p_gridCell {
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-left: 0px;
  }

  #in-news-title>div>.p_gridbox>.p_gridCell:nth-child(2n+0) {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  #in-news-title>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
    margin-right: 0;
    width: 50%;
  }

  #in-news-title>div>.p_gridbox>.p_gridCell:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #in-news-title>div>.p_gridbox>.p_gridCell {
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-left: 0;
  }

  #in-news-title>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  #in-news-title>div>.p_gridbox>.p_gridCell:nth-child(1n) {
    margin-right: 0;
  }
}




#in-news-title {
  width: 94%;
  max-width: 1600px;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

/* 导航 */
/*meau*/
.ajhotp1 {
  height: 500px;
}

.container {
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;

}



.mcdsub,
.mcdsub a {
  color: #333;
}



.cl {
  clear: both;
}

.mcdsub .hasnav {
  position: relative;
}

.mcdsub .hasnav.a {
  font-size: 14px;
}

.mcdsub .hasnav:before,
.mcdsub .hasnav:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 11px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mcdsub .hasnav:before {
  background: url(../images/niur.png) center right no-repeat;
  background-size: 10px auto;
}

.mcdsub .hasnav:after {
  background: url(../images/niur01.png) center right no-repeat;
  opacity: 0;
  -webkit-opacity: 0;
  background-size: 10px auto;
}

.mcdsub .dl4>dd>.hasnav:before {
  background: url(../images/niur.jpg) center right no-repeat;
  background-size: 10px auto;
}

.mcdsub .dl4>dd>.hasnav:after {
  background: url(../images/niur01.jpg) center right no-repeat;
  background-size: 10px auto;
}



.mcdsubr {
  width: 318px;
  text-align: left;
  float: left;
  margin-left: 80px;
}

.mcdsubrh4 {
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
}

.mcdsubrdesc {
  font-size: 14px;
  color: #333;
}

.mcdsubrmore {
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 15px;
  font-size: 12px;
  color: #666;
  display: inline-block;
  margin-top: 15px;
  line-height: 19px;
  position: relative;
}

.mcdsubrmore:before,
.mcdsubrmore:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 11px;
  right: 0;
  top: 4px;
}

.mcdsubrmore:after {
  opacity: 0;
  -webkit-opacity: 0;
}

.mcdsubrimg img {
  vertical-align: top;
}

.mcdsubrdesc {
  padding-top: 3px;
}






.mcdsub .hasnav {
  position: relative;
}

.mcdsubr {
  display: none;
}









.mcdsub .hasnav.on,
.mcdsub a:hover,
.dl5 dd a:hover {
  color: #ec6f01;
}

.mcdsub .hasnav.on {
  color: #ec6f01 !important;
}

.mcdsub .hasnav.on:before {
  opacity: 0;
}

.mcdsub .hasnav.on:after {
  opacity: 1;
}







.mcdsubwx {
  padding-top: 40px;
}

.mcdsubwx {
  width: 480px;
  position: relative;
  text-align: left;
  padding-right: 60px;
  margin-right: 60px;
}

.mcdsubwx,
.mcdsubwx:before {
  background: #fcfcfc;
}

.mcdsubwx:before {
  width: 800px;
  height: 100%;
  top: 0;
  height: 100%;
  content: '';
  top: 0;
  left: -799px;
  position: absolute;
}



.mcdsubwx h4 {
  font-size: 20px;
  font-weight: bold;
}

.mcdsubwxdesc {
  line-height: 1.6;
  margin-top: 15px;
}


.mcdsubwx {
  height: 340px;
}


.mcdsubwx {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.mcdsub1 {
  text-align: center;
  padding: 25px 0;
}

.mcdsub1 a {
  padding: 0 35px;
  font-size: 16px !important;
}

.subxl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: -9;
  opacity: 0;
  top: 71px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.nav-pro .col {
  width: 25%;
  float: left;
}

.lcnav li:hover .subxl {
  top: 72px;
  opacity: 1;
  visibility: visible;
}

.foot-ewm-fr a {
  margin-left: 20px;
}

.mxfoot05mbfxewm {
  position: relative;
}

.mxfooterweima {
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 30px;
  left: -40px;
  width: 100px;
  height: auto;
}

.mxfooterweima img {
  width: 100%;
}

.mxfoot05mbfxewm:hover .mxfooterweima {
  opacity: 1;
}


.prodet-page table td {
  border-bottom: 1px solid #000;
}

.prodet-page table .firstRow {
  border-bottom: 0;
  background: #000;
  color: #fff;
}

.canshu {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1.8;
  font-family: 'Poppins' !important;
  font-weight: 300;
  margin-top: 50px;
}














.product-page dd {
  width: 140px;
  overflow: hidden;


  margin-left: 70px;
}

.product-page dd.nav-open {
  width: 100%;

  padding: 0.42rem 0 0.7rem;
  margin-left: 0;
}

.product-page dd.nav-open .row {
  width: 100%;
  margin: 0 -0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-page dd.nav-open .ovs {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  max-width: calc(25% - 0.5rem);
  margin: 0 0.25rem;
  color: #333;
  margin-bottom: 0.18rem;
}

.product-page dd.nav-open .ovs:hover h3 {
  font-size: 14px;
  font-weight: 700;
}

.product-page dd.nav-open .ovs:hover h3::after {
  width: 62.9%;
}

.product-page dd.nav-open .ovs:hover h3 span:first-child::before {
  background-color: var(--color-active);
}

.product-page dd.nav-open .ovs:hover h3 span:last-child {
  -webkit-filter: drop-shadow(-80px 0 var(--color-active));
  filter: drop-shadow(-80px 0 var(--color-active));
  -webkit-transform: translate(80px);
  transform: translate(80px);
  opacity: 1;
}

.product-page dd.nav-open .ovs a {
  display: block;
}

.product-page dd.nav-open .ovs h3 {
  font-size: var(--font14);
  position: relative;
  padding-bottom: 0.18rem;
  overflow: hidden;
  font-weight: 700;

}

.product-page dd.nav-open .ovs h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 20px;
}

.product-page dd.nav-open .ovs h3 a.active {
  color: var(--color-active);
  font-size: 14px;
}

.product-page dd.nav-open .ovs h3::before,
.product-page dd.nav-open .ovs h3::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-page dd.nav-open .ovs h3::after {
  width: 0;
  background-color: var(--color-active);
}

.product-page dd.nav-open .ovs h3 span:first-child {
  position: relative;
  padding-left: 19px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.product-page dd.nav-open .ovs h3 span:first-child::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 2px solid var(--color-active);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-page dd.nav-open .ovs h3 span:last-child {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.3;
}

.product-page dd.nav-open .ovs h3 img {
  width: 0.06rem;
  min-width: 4px;
  height: auto;
}

.product-page dd.nav-open .ovs .list-nav {
  margin-top: 0.32rem;
}

.product-page dd.nav-open .ovs .list-nav .nav-three {
  margin-left: 30px;
  font-size: 14px;
  margin-top: 0.05rem;
}

.product-page dd.nav-open .ovs .list-nav a {
  font-size: var(--font14);
  line-height: 1.3333;
  margin-top: 0.14rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-page dd.nav-open .ovs .list-nav a.active,
.product-page dd.nav-open .ovs .list-nav a:hover {
  color: var(--color-active);
}

.about-page strong {
  color: #000;
}

.about-page a strong {
  text-decoration: underline;
}


/*定义滚动条轨道 内阴影+圆角*/
.ximiBlock::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.ximiBlock::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(0, 0, 0, 0);
}

/*定义滑块 内阴影+圆角*/
.ximiBlock::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
  background-color: #555;
}