@charset "UTF-8";
@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url(animate.min.css);
@import url(swiper-bundle.min.css);
@import url(default-skin.css);
@import url(photoswipe.css);

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  outline: none;
  text-decoration: none;
}

.hidden {
  overflow: hidden;
}

body {
  font-family: "SY-Normal", "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", STHeiti, MingLiu;
  line-height: 25px;
}

a {
  color: #1a1a1a;
  transition: color .3s;
}

a:hover,
a.active {
  color: #ceaa6b;
  text-decoration: none;
}

.clear::after {
  display: table;
  content: '';
  clear: both;
}

.top-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f2f2f2;
}

.bg-blue {
  background-color: #1fc8f4;
}

.bg-green {
  background-color: #6ec800;
}

.bg-black {
  background-color: #141414;
}

.color-blue {
  color: #1fc8f4;
}

.color-q-blue {
  color: #c4e7f9;
}

.color-white {
  color: #fff;
}

.color-green {
  color: #6ec800;
}

.color-black {
  color: #1a1a1a;
}

.color-666 {
  color: #666;
}

.color-gray {
  color: #9f9f9f;
}

.color-d1 {
  color: #d1d1d1;
}

.color-70 {
  color: #707070;
}

.m {
  margin: .10px;
}

.m-auto {
  margin: 0 auto;
}

.m-l {
  margin-left: 10px;
}

.m-r {
  margin-right: 10px;
}

.m-t {
  margin-top: 10px;
}

.m-b {
  margin-bottom: 10px;
}

.m-tb {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-xl-r {
  margin-right: 50px;
}

.title {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .title {
    padding: 30px 0;
  }
}

.title .title-2 {
  margin-top: 12px;
}

.title-1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "SY-Heavy";
  opacity: .2;
}

.title-2 {
  font-size: 30px;
  font-weight: 600;
}

.title-3 {
  font-size: 24px;
  font-weight: 600;
}

.title-4 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .title-1 {
    font-size: 29px;
  }

  .title-2 {
    font-size: 22px;
  }

  .title-3 {
    font-size: 19px;
  }

  .title-4 {
    font-size: 16px;
  }
}

.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

.head .navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 0;
}

.head .navbar-toggle {
  margin-top: -8px;
  border: 1px solid #9f9898;
}

.head .navbar-header {
  height: 40px;
}

.head .navbar-header .navbar-brand {
  height: 100%;
  padding: 0 15px;
  margin-top: 5px;
}

.head .navbar-header .navbar-brand img {
  height: 100%;
}

.head .icon-bar {
  background-color: #000;
}

.head .navbar-nav {
  margin-left: 28px;
}

.head .navbar-nav li a {
  font-size: 16px;
}

.head .navbar-nav.lm li.active {
  position: relative;
  display: block;
}

.head .navbar-nav.lm li.active a {
  color: #c8a063;
}

.head .navbar-nav.lm li.active::after {
  width: calc(100% - 20px);
  height: 3px;
  border-radius: 3px;
  background-color: #c8a063;
  content: '';
  position: absolute;
  left: 10px;
  bottom: 8px;
}

@media (max-width: 768px) {
  .head .navbar-nav.lm li.active::after {
    background-color: #fff;
  }
}

.head .navbar-form {
  width: 180px;
  position: relative;
}

.head .navbar-form .form-group .form-control {
  width: 100%;
  padding-right: 35px;
  border-radius: 30px;
}

.head .navbar-form .btn {
  position: absolute;
  right: 15px;
  border: none;
  background: none;
  top: 2px;
  text-shadow: none;
  color: #ccc;
}

.head .lang .icon {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  background-image: url(../img/lang.png);
  background-repeat: no-repeat;
}

.head .lang .icon.cn {
  border: 1px solid #fff;
  background-position: -2px -1px;
}

.head .lang .icon.en {
  border: 1px solid #fff;
  background-position: -40px 0px;
}

.head .lang .icon.ry {
  background-position: -77px -2px;
}

.head .lang li a {
  padding: 10px 2px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: #fff;
}

.banner {
  height: 600px;
}

@media (max-width: 992px) {
  .banner {
    height: auto;
  }
}

.banner .swp-banner {
  height: 100%;
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swp-banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.banner .swp-banner .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 9;
}

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 5px;
  height: 6px;
  background-color: #cdcdcd;
  opacity: 1;
}

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c8a063;
  width: 30px;
}

.n-bans {
  height: 460px;
}

@media (max-width: 992px) {
  .n-bans {
    height: auto;
  }
}

.n-bans .b-img {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.n-bans .b-img img {
  width: 100%;
}

.n-bans .swp-banner {
  height: 100%;
}

.n-bans .swp-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .n-bans .swp-banner .swiper-wrapper .swiper-slide {
    background: none !important;
  }

  .n-bans .swp-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}

.n-bans .swp-banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.n-bans .swp-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 5px;
  height: 6px;
  background-color: #cdcdcd;
  opacity: 1;
}

.n-bans .swp-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c8a063;
  width: 30px;
}

.indexProd {
  width: 100%;
  position: relative;
}

.indexProd .bg-prod {
  background: #333333 url(../img/plis.jpg) 390px no-repeat;
  background-position: center;
  display: block;
  padding-bottom: 30px;
}

.indexProd .p-nav-li {
  display: flex;
  justify-content: center;
  margin-top: -50px;
  text-align: center;
  cursor: pointer;
}

.indexProd .p-nav-li .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #6a7078;
  background-position: center;
  background-repeat: no-repeat;
}

.indexProd .p-nav-li .icon.yl {
  background-image: url(../img/yl.png);
}

.indexProd .p-nav-li .icon.jj {
  background-image: url(../img/jj.png);
}

.indexProd .p-nav-li .icon.gy {
  background-image: url(../img/gy.png);
}

.indexProd .p-nav-li .p-t {
  font-size: 20px;
}

.indexProd .p-nav-li.active .icon {
  background-color: #c8a063;
}

.indexProd .p-nav-li.active .p-t {
  font-weight: 600;
}

.indexProd .tj-pordList {
  margin: 50px 0;
  height: 300px;
}

.indexProd .tj-pordList .swiper {
  height: calc(100% + 60px);
}

.indexProd .tj-pordList .swiper-slide {
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  transition: transform 1s;
}

.indexProd .tj-pordList .swiper-slide a {
  border: 2px solid #c8c8c8;
}

.indexProd .tj-pordList .swiper-slide .img {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexProd .tj-pordList .swiper-slide .img img {
  width: 70%;
}

.indexProd .tj-pordList .swiper-slide-active,
.indexProd .tj-pordList .swiper-slide-duplicate-active {
  transform: scale(1.2);
  position: relative;
  z-index: 10;
}

.indexProd .tj-pordList .swiper-slide-active a,
.indexProd .tj-pordList .swiper-slide-duplicate-active a {
  border: 2px solid #c8a063;
}

.indexProd .tj-pordList .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 5px;
  height: 6px;
  background-color: #cdcdcd;
  opacity: 1;
}

.indexProd .tj-pordList .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c8a063;
  width: 30px;
}

#tj-pordList-2,
#tj-pordList-3 {
  display: none;
}

.innovate {
  margin: 30px 0;
  position: relative;
}

.innovate .container {
  position: relative;
  z-index: 2;
}

.innovate.inn-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  content: '';
  background: url("../img/cap.png") center no-repeat;
  background-size: 100%;
}

.innovate .patent {
  position: relative;
  overflow: hidden;
}

.innovate .patent .patent-lis {
  width: calc(100% + 70px);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .innovate .patent .patent-lis {
    width: calc(100% + 30px);
  }
}

.innovate .patent .patent-lis .patent-li {
  width: calc(100% / 4 - 70px);
  text-align: center;
  margin-right: 70px;
  margin-bottom: 30px;
}

.innovate .patent .patent-lis .patent-li p {
  margin: 0;
}

@media (max-width: 768px) {
  .innovate .patent .patent-lis .patent-li {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
  }
}

.innovate .patent .patent-lis .patent-li .img {
  width: 100%;
  border: 2px solid #ccc;
  height: 346px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 997px) {
  .innovate .patent .patent-lis .patent-li .img {
    height: 290px;
  }
}

@media (max-width: 768px) {
  .innovate .patent .patent-lis .patent-li .img {
    height: 205px;
  }
}

.innovate .patent .patent-lis .patent-li .img img {
  width: 100%;
}

.innovate .patent .swiper {
  width: calc(100% - 180px);
}

.innovate .patent .swiper-button-prev:after,
.innovate .patent .swiper-button-next:after {
  font-size: 28px;
  color: #caa368;
}

.innovate .patent .swiper-slide {
  text-align: center;
}

.innovate .patent .swiper-slide .img {
  width: 100%;
  border: 2px solid #ccc;
  height: 300px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .innovate .patent .swiper-slide .img {
    height: 235px;
  }
}

.innovate .patent .swiper-slide .img img {
  width: 100%;
}

.honor {
  background-color: #f7f6ed;
  margin-top: 60px;
  padding-bottom: 60px;
}

.honor.nrhonor {
  position: relative;
}

.honor.nrhonor .container {
  position: relative;
  z-index: 2;
}

.honor.nrhonor::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  content: '';
  background: url("../img/xjs.png") center no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .honor {
    padding-bottom: 10px;
  }
}

.honor .containers {
  column-count: 4;
  column-gap: 0px;
}

@media (max-width: 768px) {
  .honor .containers {
    column-count: 2;
  }
}

.honor .containers .item {
  break-inside: avoid;
  margin: 0px 10px 20px 10px;
  border: 2px solid #e3e2d9;
}

.honor .containers .item img {
  width: 100%;
}

.index-video {
  padding: 60px 0;
  background: url("../img/v-b.jpg");
}

.course {
  background: url("../img/lcbj.png") bottom center no-repeat;
  background-size: 100%;
}

.course .course-lis {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.course .course-lis::after {
  display: block;
  content: "";
  clear: both;
}

.course .course-lis::before {
  top: 0;
  content: "";
  position: absolute;
  right: 50%;
  width: 2px;
  margin-left: -1px;
  background-color: #f0f0f0;
  height: calc(100%);
  display: block;
}

@media (max-width: 768px) {
  .course .course-lis::before {
    height: calc(100% - 80px);
    left: 30px;
    right: initial;
  }
}

.course .course-lis .coures-info {
  width: calc(100% / 2 + 40px);
  position: relative;
  z-index: 9;
}

.course .course-lis .coures-info i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #6a7078;
  border: 1px solid #6a7078;
  color: #fff;
  font-style: unset;
  display: block;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .course .course-lis .coures-info i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

.course .course-lis .coures-info:first-child i {
  background-color: #fff;
  border: 1px solid #a1a7af;
  color: #6a7078;
}

.course .course-lis .coures-info:last-child i {
  background-color: #c8a063;
  border: 1px solid #c8a063;
}

.course .course-lis .coures-info:last-child .coures-title {
  min-height: initial !important;
}

.course .course-lis .coures-info .coures-title {
  max-width: calc(100% - 100px);
  min-height: 300px;
  padding-right: 35px;
}

.course .course-lis .coures-info .coures-title::after {
  display: block;
  content: '';
  clear: both;
}

.course .course-lis .coures-info .coures-title .flex {
  display: flex;
}

.course .course-lis .coures-info .coures-title .flex .sm {
  color: #d3d6d9;
  position: relative;
  top: 28px;
  left: -10px;
}

.course .course-lis .coures-info .coures-title .flex .sm span {
  font-size: 54px;
  font-weight: 600;
  font-style: italic;
}

.course .course-lis .coures-info .coures-title b {
  display: block;
  margin-top: 17px;
  font-size: 16px;
}

.course .course-lis .coures-info .coures-title img {
  max-width: 100%;
}

.course .course-lis .coures-info .fz-img {
  margin-left: 41px;
}

@media (max-width: 768px) {
  .course .course-lis .coures-info .coures-title {
    width: calc(100% - 80px);
    min-height: 200px;
  }

  .course .course-lis .coures-info .coures-title b {
    margin-top: 5px;
  }

  .course .course-lis .coures-info .coures-title .flex .sm {
    top: 15px;
  }

}

.course .course-lis .coures-info:nth-child(even) {
  float: left;
}

.course .course-lis .coures-info:nth-child(even) .coures-title .flex {
  float: right;
}

.course .course-lis .coures-info:nth-child(even) i {
  display: block;
  float: right;
}

.course .course-lis .coures-info {}

.course .course-lis .coures-info:nth-child(even) .coures-title {
  float: right;
}

.course .course-lis .coures-info:nth-child(odd) {
  float: right;
}

.course .course-lis .coures-info:nth-child(odd) i {
  display: block;
  float: left;
}

.course .course-lis .coures-info:nth-child(odd) .coures-title {
  float: left;
  margin-left: 35px;
}

@media (max-width: 768px) {
  .course .course-lis .coures-info {
    width: calc(100%);
  }

  .course .course-lis .coures-info:nth-child(even) .coures-title {
    float: left;
    margin-left: 20px;
  }

  .course .course-lis .coures-info:nth-child(even) i {
    float: left;
  }
}

.stronghold {
  background: url("../img/jd.png") bottom center no-repeat;
  background-size: 100%;
  min-height: 500px;
}

@media (max-width: 768px) {
  .stronghold {
    min-height: 420px;
  }
}

.stronghold .map {
  width: 100%;
  height: 700px;
  background: url("../img/map.png") top center no-repeat;
  background-size: 100%;
  display: flex;
  margin-top: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .stronghold .map {
    height: 400px;
  }
}

.stronghold .map .jd {
  position: relative;
  top: 50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stronghold .map .jd .icon {
  width: 40px;
  height: 43px;
  background: url("../img/kf.png") no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.stronghold .map .jd .num {
  font-size: 48px;
  font-weight: 600;
  color: #8296c9;
}

@media (max-width: 768px) {
  .stronghold .map .jd {
    width: 100px;
    height: 100px;
  }

  .stronghold .map .jd .icon {
    width: 20px;
    height: 23px;
    margin-right: 5px;
  }

  .stronghold .map .jd .num {
    font-size: 28px;
  }
}

.stronghold .map .wz {
  top: -30px;
  height: 80px;
  width: 100%;
  background: url("../img/wz.png") center no-repeat;
  background-size: 80%;
  position: relative;
}

@media (max-width: 768px) {
  .stronghold .map .wz {
    top: 20px;
  }
}

.stronghold .map .wz .w-z {
  text-align: center;
  display: inline-block;
  position: absolute;
}

.stronghold .map .wz .w-z .wz-icon {
  margin: 0 auto;
  margin-top: 5px;
  width: 20px;
  height: 30px;
  background: url("../img/dw.png") no-repeat;
  background-size: 100%;
}

.stronghold .map .wz .w-z:nth-child(1) {
  left: 10%;
}

.stronghold .map .wz .w-z:nth-child(2) {
  left: calc(27.3%);
  bottom: 20px;
}

@media (max-width: 768px) {
  .stronghold .map .wz .w-z:nth-child(2) {
    left: calc(21.3%);
  }
}

.stronghold .map .wz .w-z:nth-child(2) .wz-icon {
  width: 25px;
  height: 45px;
}

.stronghold .map .wz .w-z:nth-child(3) {
  left: calc(48.5%);
  bottom: 20px;
}

@media (max-width: 768px) {
  .stronghold .map .wz .w-z:nth-child(3) {
    left: calc(45.3%);
  }
}

.stronghold .map .wz .w-z:nth-child(3) .wz-icon {
  width: 33px;
  height: 53px;
}

.stronghold .map .wz .w-z:nth-child(4) {
  left: calc(68.1%);
  bottom: 20px;
}

@media (max-width: 768px) {
  .stronghold .map .wz .w-z:nth-child(4) {
    left: calc(62.3%);
  }
}

.stronghold .map .wz .w-z:nth-child(4) .wz-icon {
  width: 25px;
  height: 45px;
}

.stronghold .map .wz .w-z:nth-child(5) {
  right: 9%;
}

.newslist {
  overflow: hidden;
  padding-bottom: 60px;
}

.newslist .news-li {
  width: 100%;
}

.newslist .news-li .container-b {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .newslist .news-li .container-b {
    display: block;
  }
}

.newslist .news-li .newsimg {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  height: 500px;
  background-color: #f8f4ef;
}

.newslist .news-li .newsimg img {
  height: 100%;
}

@media (max-width: 768px) {
  .newslist .news-li .newsimg {
    display: block;
    height: initial;
  }

  .newslist .news-li .newsimg img {
    width: 100%;
  }
}

.newslist .news-li .news {
  padding: 60px;
  background-color: #f0cb93;
  position: relative;
  height: 100%;
}

@media (max-width: 768px) {
  .newslist .news-li .news {
    padding: 20px;
  }
}

.newslist .news-li .news .n-title {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media (max-width: 992px) {
  .newslist .news-li .news .n-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.newslist .news-li .news .desc {
  text-indent: 40px;
  position: relative;
  z-index: 1;
}

.newslist .news-li .news .link {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 60px;
  bottom: 60px;
  background: url("../img/more.png") center no-repeat;
  background-size: 100%;
  display: block;
  z-index: 9;
}

.newslist .news-li .news::after {
  position: absolute;
  content: "";
  background: url("../img/news.png") center no-repeat;
  background-size: 100%;
  width: 200px;
  height: 200px;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .newslist .news-li .news::after {
    width: 100px;
    height: 100px;
  }
}

.newslist .news-li.pro {
  margin-bottom: 50px;
}

.newslist .news-li.pro .container-b {
  display: block;
}

.newslist .news-li.pro:nth-child(even) .newsimg {
  float: right;
}

.newslist .news-li.pro:nth-child(even) .news {
  float: left;
}

.newslist .news-li.pro:nth-child(even) .news-info::before {
  position: absolute;
  background: #f7e2c3;
  right: 0 !important;
  left: initial;
  top: 30px;
  width: 10px;
  height: 60px;
  content: '';
}

.newslist .news-li.pro .newsimg {
  display: block;
  height: 500px;
}

@media (max-width: 992px) {
  .newslist .news-li.pro .newsimg {
    height: auto;
    float: inherit !important;
  }
}

.newslist .news-li.pro .newsimg .ne-sp {
  width: 100%;
}

.newslist .news-li.pro .newsimg .swp-banner {
  height: 100%;
}

.newslist .news-li.pro .newsimg .swp-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 500px;
}

@media (max-width: 992px) {
  .newslist .news-li.pro .newsimg .swp-banner .swiper-wrapper .swiper-slide {
    background: none !important;
  }
}

.newslist .news-li.pro .newsimg .swp-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 5px;
  height: 6px;
  background-color: #cdcdcd;
  opacity: 1;
}

.newslist .news-li.pro .newsimg .swp-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c8a063;
  width: 30px;
}

.newslist .news-li.pro .news {
  height: 500px;
}

.newslist .news-li.pro .news .num {
  font-size: 80px;
  font-weight: 600;
  color: #f5dbb8;
}

.newslist .news-li.pro .news .n-title {
  font-size: 28px;
  line-height: initial;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .newslist .news-li.pro .news {
    height: auto;
    float: inherit !important;
  }

  .newslist .news-li.pro .news .num {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .newslist .news-li.pro .news {
    height: auto;
  }

  .newslist .news-li.pro .news .num {
    font-size: 50px;
  }

  .newslist .news-li.pro .news .n-title {
    font-size: 22px;
  }
}

.newslist .news-li.pro .news-info {
  padding: 60px 30px;
  position: relative;
  padding-bottom: 20px;
}

.newslist .news-li.pro .news-info::before {
  position: absolute;
  display: block;
  width: 80px;
  height: 10px;
  background: #f7e2c3;
  left: 0;
  top: 30px;
  content: '';
}

.newslist .serve-li {
  position: relative;
  z-index: 2;
}

.newslist .serve-li .container-b {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .newslist .serve-li .container-b {
    display: block;
  }
}

.newslist .serve-li .serveimg {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  background-color: #f8f4ef;
  float: right;
}

@media (max-width: 768px) {
  .newslist .serve-li .serveimg {
    display: block;
    height: initial;
  }
}

.newslist .serve-li .serveimg img {
  width: 100%;
}

.newslist .serve-li .serve {
  float: left;
  padding: 60px;
  background-color: #f0cb93;
  position: relative;
}

@media (max-width: 768px) {
  .newslist .serve-li .serve {
    padding: 20px;
  }
}

.newslist .serve-li .serve .n-title {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 992px) {
  .newslist .serve-li .serve .n-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.newslist .serve-li .serve .n-title::before {
  position: absolute;
  left: -10px;
  top: -60px;
  width: 100px;
  height: 60px;
  background: url(../img/n.png) center no-repeat;
  background-size: 100%;
  display: block;
  content: '';
}

@media (max-width: 992px) {
  .newslist .serve-li .serve .n-title::before {
    left: -10px;
    top: -25px;
    width: 60px;
    height: 20px;
  }
}

.newslist .serve-li .serve .desc {
  text-indent: 40px;
  position: relative;
  z-index: 1;
}

.newslist .serve-li .serve::after {
  position: absolute;
  content: "";
  background: url("../img/suo.png") center no-repeat;
  background-size: 100%;
  width: 200px;
  height: 200px;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .newslist .serve-li .serve::after {
    width: 100px;
    height: 100px;
  }
}

.foot {
  background: url("../img/foot-bj.jpg");
}

.foot .foot-con {
  padding: 60px 0;
}

.foot .foot-ewm {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .foot .foot-ewm {
    display: block;
    width: 150px;
  }
}

.foot .foot-ewm .wem img {
  width: 100%;
}

.dht {
  padding: 15px 0;
  color: #707070;
}

.dht a {
  color: #707070;
}

.pordList {
  margin: 60px 0;
  width: 100%;
  position: relative;
  height: 980px;
  margin-bottom: 60px;
}

.pordList .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pordList .swiper .swiper-slide {
  height: calc((100% - 30px) / 2);
}

.pordList .swiper .swiper-slide a {
  border: 1px solid #bfbfbf;
  display: block;
  padding: 5px;
  overflow: hidden;
  padding-bottom: 20px;
}

.pordList .swiper .swiper-slide a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .pordList .swiper .swiper-slide a .img {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .pordList .swiper .swiper-slide a .img {
    height: 180px;
  }
}

.pordList .swiper .swiper-slide a .img img {
  width: 100%;
}

.pordList .swiper .swiper-slide a .p-title {
  padding: 20px 60px;
}

.pordList .swiper .swiper-slide a .p-title b {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}

.pordList .swiper .swiper-slide a .p-title p {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.pordList .swiper .swiper-slide a .p-title p::before {
  position: absolute;
  content: "•";
  left: 0;
  color: #999999;
}

@media (max-width: 1100px) {
  .pordList .swiper .swiper-slide a .p-title {
    padding: 10px 20px;
  }
}

@media (max-width: 992px) {
  .pordList .swiper .swiper-slide a .p-title {
    padding: 10px 20px;
  }

  .pordList .swiper .swiper-slide a .p-title b {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .pordList .swiper .swiper-slide a .p-title {
    padding: 5px;
  }

  .pordList .swiper .swiper-slide a .p-title b {
    font-size: 16px;
  }
}

.pordList .swiper .swiper-slide a .link {
  width: 40px;
  height: 40px;
  background: url("../img/lk.png") center no-repeat;
  background-size: 100%;
  float: right;
  margin-right: 20px;
}

.pordList .swiper .swiper-slide a:hover {
  border: 1px solid #c8a063;
}

.pordList .swiper .swiper-slide a:hover .link {
  background: url("../img/h-link.png") center no-repeat;
  background-size: 100%;
}

.pordList .swiper .swiper-slide a:hover p::before {
  color: #c8a063;
}

.pordList .swiper-pagination {
  bottom: -26px;
}

.pordList .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 5px;
  height: 6px;
  background-color: #cdcdcd;
  opacity: 1;
}

.pordList .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c8a063;
  width: 30px;
}

.strength {
  margin-bottom: 30px;
}

.strength .strength-li {
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.strength .strength-li .s-title {
  position: absolute;
  top: 65%;
  width: calc(100%);
  padding: 20px;
}

.strength .strength-li .s-title .s-t {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.strength .strength-li .s-title .s-m {
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
}

.strength .strength-li .s-title .s-m span {
  font-size: 40px;
  font-weight: 600;
}

.strength .strength-li .icon {
  width: 100px;
  height: 110px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 20%;
}

.strength .strength-li .icon.kh {
  background-image: url("../img/a-1.png");
}

.strength .strength-li .icon.fw {
  background-image: url("../img/a-2.png");
}

.strength .strength-li .icon.cl {
  background-image: url("../img/a-3.png");
}

.strength .strength-li .icon.mj {
  background-image: url("../img/a-4.png");
}

@media (max-width: 768px) {
  .strength .strength-li {
    height: 280px;
  }

  .strength .strength-li .icon {
    width: 50px;
    height: 60px;
  }

  .strength .strength-li .s-title {
    padding: 5px;
    top: 55%;
  }

  .strength .strength-li .s-title .s-t {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .strength .strength-li .s-title .s-m {
    font-size: 13px;
  }

  .strength .strength-li .s-title .s-m span {
    font-size: 20px;
  }
}

.contact .cont-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.contact .cont-flex>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contact .cont-flex .c-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .cont-flex .c-map p {
  margin: 0;
}

.contact .cont-flex .c-map img {
  width: 100%;
}

.contact .cont-flex .c-info {
  background-color: #f0cb93;
}

.contact .cont-flex .c-info .addz {
  padding: 50px;
}

.contact .cont-flex .c-info .addz b {
  display: block;
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.contact .cont-flex .c-info .addz p {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .contact .cont-flex .c-info .addz {
    padding: 20px;
  }

  .contact .cont-flex .c-info .addz b {
    font-size: 20px;
    margin-top: 20px;
  }

  .contact .cont-flex .c-info .addz p {
    font-size: 16px;
  }
}

.contact .c-lx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .contact .c-lx {
    justify-content: start;
    margin-bottom: 20px;
  }
}

.contact .c-lx .c-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #c8a063;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

@media (max-width: 970px) {
  .contact .c-lx .c-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .contact .c-lx .c-icon {
    width: 60px;
    height: 60px;
  }
}

.contact .c-lx .c-icon.tel {
  background-image: url("../img/tel.png");
}

.contact .c-lx .c-icon.e {
  background-image: url("../img/e.png");
}

.contact .c-lx .c-xx {
  margin-left: 15px;
}

.contact .c-lx .c-xx b {
  font-size: 25px;
  margin-bottom: 8px;
  display: block;
}

.contact .c-lx .c-xx p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .contact .c-lx .c-xx b {
    font-size: 18px;
  }

  .contact .c-lx .c-xx p {
    font-size: 15px;
  }
}

.product {
  position: relative;
}

.product .container {
  position: relative;
  z-index: 9;
}

.product::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 150px;
  content: '';
  background: url("../img/dj.png") center no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .product::before {
    width: 139px;
    height: 98px;
  }
}

.product::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  content: '';
  background: url("../img/cl.png") center no-repeat;
  background-size: 100%;
}

.product .p-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.product .p-img img {
  max-width: 100%;
}

.product .p-title {
  font-size: 40px;
  font-weight: 600;
  margin: 60px 0;
}

.product .p-m-ti {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.product .p-m-ti .icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.product .p-m-ti .icon.cc {
  background-image: url("../img/cc.png");
}

.product .p-m-ti .icon.cs {
  background-image: url("../img/cs.png");
}

.product .p-m-ti .icon.bg {
  background-image: url("../img/bg.png");
}

.product .p-m-ti .name {
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
  flex: none;
}

.product .p-m-ti .zsx {
  width: 100%;
  border-bottom: 2px solid #e3d995;
  position: relative;
}

.product .p-m-ti .zsx::before {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e3d995;
  content: '';
  top: -7px;
  display: block;
}

.product .p-info {
  margin: 30px 0;
}

.product .p-info img {
  max-width: 100%;
}

@media (max-width: 997px) {
  .head .navbar-header {
    height: 30px;
  }

  .head .lang li a {
    padding: 5px 5px;
  }

  .head .lang .icon {
    width: 30px;
    height: 30px;
  }

  .head .lang .icon.cn {
    background-position: -2px -1px;
  }

  .head .lang .icon.en {
    background-position: -38px 0px;
  }

  .head .lang .icon.ry {
    background-position: -76px -1px;
  }

  .nav>li>a {
    padding: 10px 7px;
  }
}

@media (max-width: 970px) {
  .nav>li>a {
    padding: 10px 7px;
  }

  .head .navbar-header {
    height: 30px;
  }

  .head .lang .icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 768px) {
  .head .navbar {
    height: 60px;
    display: block;
  }

  .head .navbar .navbar-header {
    height: 30px;
    position: relative;
    top: 15px;
  }

  .head .navbar .navbar-header .navbar-brand {
    height: 30px;
    margin-top: 0;
  }

  .head .navbar-collapse .navbar-nav {
    margin-top: 25px;
  }

  .head .searchForm {
    display: none;
  }

  .head .lang {
    float: right;
    position: absolute;
    top: -8px;
    right: 80px;
    margin-left: 6px;
  }

  .head .lang {
    margin-top: 13px;
  }

  .head .lang .icon {
    width: 26px;
    height: 26px;
  }

  .head .lang .icon.cn {
    background-position: -3px -2px;
  }

  .head .lang .icon.en {
    background-position: -39px -1px;
  }

  .head .lang .icon.ry {
    background-position: -78px -3px;
  }

  .head .lang li {
    float: left;
  }

  .head .lang li a {
    font-size: 1em;
    padding: 10px 6px;
  }

  .indexProd .p-nav-li .icon {
    width: 80px;
    height: 80px;
    background-size: 50%;
  }

  .indexProd .p-nav-li .p-t {
    font-size: 18px;
  }

  .indexProd .tj-pordList {
    height: 158px;
    margin: 0;
  }

  .indexProd .tj-pordList .swiper-slide .img {
    height: 80px;
  }

  .indexProd .tj-pordList .swiper-slide p {
    font-size: 12px;
  }
}

.circle-ripple {
  background-color: rgba(93, 149, 187, 0.5);
  animation: ripple 1.2s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(93, 149, 187, 0.3), 0 0 0 1em rgba(93, 149, 187, 0.3);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(93, 149, 187, 0.3), 0 0 0 5em rgba(93, 149, 187, 0);
  }
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-num,
.page-link {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin: 0 5px;
  border-radius: 50%;
}

span.page-num {
  border: none;
}

.page-num:hover,
.page-link:hover {
  z-index: 2;
  color: #c8a063;
  text-decoration: none;
}

.page-num:not(:disabled) {
  cursor: pointer;
}

.page-num-current {
  z-index: 1;
  color: #c8a063;
}

.gotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.gotop i {
  width: 100%;
  height: 100%;
  background: url("../img/db.png") center no-repeat;
  background-size: 100%;
  display: block;
}

@media (max-width: 768px) {

  .vcp-poster-pic.cover,
  .vcp-poster-pic.default {
    transform: initial !important;
    top: initial !important;
    left: initial !important;
    width: 100%;
  }

  .prodNav .col-xs-4,
  .prodNav .col-sm-4,
  .prodNav .col-md-4,
  .prodNav .col-lg-4 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .prodNav .col-xs-4 .color-70,
  .prodNav .col-sm-4 .color-70,
  .prodNav .col-md-4 .color-70,
  .prodNav .col-lg-4 .color-70 {
    font-size: 12px;
  }
}

.fn-icon {
  position: relative;
}

.fn-icon::before {
  position: absolute;
  left: 100px;
  bottom: 300px;
  width: 80px;
  height: 50px;
  background: url("../img/n.png") center no-repeat;
  background-size: 100%;
  content: "";
  display: block;
}

.fn-icon::after {
  position: absolute;
  right: 100px;
  bottom: 200px;
  width: 80px;
  height: 50px;
  background: url("../img/n.png") center no-repeat;
  background-size: 100%;
  content: "";
  display: block;
}