.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .banner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding-top: 55px;
  }
}
.banner .slickbanner {
  position: relative;
  margin-bottom: -5px;
}
@-webkit-keyframes narrow {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  100% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
  }
}
@keyframes narrow {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  100% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
  }
}
.banner .slick-current img {
  -webkit-animation: narrow 8s 0s ease both;
  animation: narrow 8s 0s ease both;
}
.banner .slickbanner .item .img-box {
  padding-bottom: 44.79166667%;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 -2.5px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots {
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-dots {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots {
    bottom: 15px;
  }
}
.banner .slickbanner .slick-dots li {
  float: left;
  padding: 0 2.5px;
}
.banner .slickbanner .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eeeeee;
  transition: all 0.4s;
}
.banner .slickbanner .slick-dots .slick-active button {
  width: 25px;
  background-color: #2d53d1;
  border-radius: 2.5px;
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-dots .slick-active button {
    width: 20px;
    border-radius: 2px;
  }
}
.common-title {
  text-align: center;
}
.common-title .t-box {
  position: relative;
  display: inline-block;
}
.common-title .t-box a,
.common-title .t-box p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 11px 0;
  border: 1px solid #f1f1f1;
  min-width: 270px;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 1199px) {
  .common-title .t-box a,
  .common-title .t-box p {
    padding: 8px 0;
  }
}
@media screen and (max-width: 991px) {
  .common-title .t-box a,
  .common-title .t-box p {
    padding: 6px 0;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .common-title .t-box a,
  .common-title .t-box p {
    padding: 4px 0;
    min-width: 150px;
  }
}
.common-title .t-box a span,
.common-title .t-box p span {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #2d53d1;
}
@media screen and (max-width: 1199px) {
  .common-title .t-box a span,
  .common-title .t-box p span {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-title .t-box a span,
  .common-title .t-box p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-title .t-box a span,
  .common-title .t-box p span {
    font-size: 16px;
  }
}
.common-title .t-box a span::before,
.common-title .t-box p span::before,
.common-title .t-box a span::after,
.common-title .t-box p span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 38.33333333%;
  background-color: #f1f1f1;
}
.common-title .t-box a span:nth-child(1)::before,
.common-title .t-box p span:nth-child(1)::before {
  top: 0;
  left: 0;
}
.common-title .t-box a span:nth-child(1)::after,
.common-title .t-box p span:nth-child(1)::after {
  top: 0;
  right: 0;
}
.common-title .t-box a span:nth-child(2),
.common-title .t-box p span:nth-child(2) {
  margin-left: -5px;
  color: #010101;
}
.common-title .t-box a span:nth-child(2)::before,
.common-title .t-box p span:nth-child(2)::before {
  bottom: 0;
  left: 0;
}
.common-title .t-box a span:nth-child(2)::after,
.common-title .t-box p span:nth-child(2)::after {
  bottom: 0;
  right: 0;
}
.common-title .t-box a span {
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .common-title .t-box a:hover span {
    color: #2d53d1 !important;
  }
}
.common-title .t-box p:nth-child(2) {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: none;
  top: 50%;
  left: 50%;
  width: 110%;
  transform: translate(-50%, -40%);
  font-size: 30px;
  line-height: 1;
  font-family: 'Plat-Nomor';
  color: #f1f1f1;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .common-title .t-box p:nth-child(2) {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .common-title .t-box p:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-title .t-box p:nth-child(2) {
    font-size: 15px;
  }
}
.common-title .t-box p:nth-child(2)::before,
.common-title .t-box p:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #f1f1f1;
}
.common-title .t-box p:nth-child(2)::before {
  left: -10px;
}
.common-title .t-box p:nth-child(2)::after {
  right: -10px;
}
.index-product .common-title {
  padding: 80px 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1199px) {
  .index-product .common-title {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-product .common-title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-product .common-title {
    padding: 20px 0;
  }
}
.index-product .index-p-box {
  padding-bottom: 77px;
}
@media screen and (max-width: 1199px) {
  .index-product .index-p-box {
    padding-bottom: 57px;
  }
}
.index-product .index-p-box .item {
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .index-product .index-p-box .item:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }
  .index-product .index-p-box .item:hover .pic {
    border-color: transparent;
  }
  .index-product .index-p-box .item:hover .pic .img-box img {
    transform: scale(1.1);
  }
  .index-product .index-p-box .item:hover .p-name {
    opacity: 0;
  }
  .index-product .index-p-box .item:hover .txt {
    opacity: 1;
  }
}
.index-product .index-p-box .item .pic {
  display: block;
  border: 2px solid #2d53d1;
}
.index-product .index-p-box .item .pic .img-box {
  padding-bottom: 53.19148936%;
}
.index-product .index-p-box .item .pic .img-box img {
  transition: all 0.6s;
}
.index-product .index-p-box .item .p-name {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 80%;
  transform: translate(-50%, 50%);
  padding: 7.5px 38.385px;
  font-size: 18px;
  color: #fff;
  background-color: #2d53d1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .index-product .index-p-box .item .p-name {
    width: 80%;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product .index-p-box .item .p-name {
    width: 95%;
    max-width: 100%;
    font-size: 12px;
  }
}
.index-product .index-p-box .item .txt {
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-height: 80%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(45, 83, 209, 0.8);
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.index-product .index-p-box .item .txt b {
  display: block;
  margin: 0 14px;
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .index-product .index-p-box .item .txt b {
    margin-top: 10px;
    font-size: 14px;
  }
}
.index-product .index-p-box .item .txt .text-column {
  padding-top: 7px;
  padding-bottom: 20px;
  margin: 0 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .index-product .index-p-box .item .txt .text-column {
    margin-top: 10px;
    padding: 0;
  }
}
.index-product .index-p-box .item .txt .text-column p {
  float: left;
}
.index-product .index-p-box .item .txt .text-column p a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 1.66666667;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .index-product .index-p-box .item .txt .text-column p a:hover {
    transform: translateX(5px);
  }
}
.index-product .index-p-box .item .txt .text-column p:nth-child(1) {
  width: 34.54545455%;
}
.index-product .index-p-box .item .txt .text-column p:nth-child(2) {
  width: 50%;
}
.index-product .index-p-box .left {
  float: left;
  width: 74.84375%;
}
@media screen and (max-width: 1199px) {
  .index-product .index-p-box .left {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .index-product .index-p-box .left {
    width: 100%;
  }
}
.index-product .index-p-box .left ul {
  margin: 0 -6.5px;
}
@media screen and (max-width: 767px) {
  .index-product .index-p-box .left ul {
    margin: 0;
  }
}
.index-product .index-p-box .left ul li {
  float: left;
  width: 33.15935978%;
  padding: 0 6.5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .index-product .index-p-box .left ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .index-product .index-p-box .left ul li {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  .index-product .index-p-box .left ul li:nth-child(2) .item .p-name {
    min-width: 280px;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .index-product .index-p-box .left ul li:nth-child(3) .item .p-name {
    min-width: 220px;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .index-product .index-p-box .left ul li:nth-child(4) .item .p-name {
    min-width: 280px;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .index-product .index-p-box .left ul li:nth-child(5) .item .p-name {
    min-width: 280px;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .index-product .index-p-box .left ul li:nth-child(6) .item .p-name {
    min-width: 280px;
    text-align: center;
  }
}
.index-product .index-p-box .right {
  float: right;
  width: 24.47916667%;
}
@media screen and (max-width: 1199px) {
  .index-product .index-p-box .right {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .index-product .index-p-box .right {
    width: 100%;
    padding: 0 20px;
  }
}
.index-product .index-p-box .right .item .img-box {
  padding-bottom: 113.19148936%;
}
@media screen and (min-width: 1440px) {
  .index-product .index-p-box .right .item .p-name {
    min-width: 220px;
    text-align: center;
  }
}
.index-about {
  position: relative;
  background: url(../images/img/index_about_bg.jpg) no-repeat center fixed;
  background-size: cover;
  padding-bottom: 245px;
}
@media screen and (max-width: 991px) {
  .index-about {
    background-attachment: scroll;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding-bottom: 30px;
  }
}
.index-about .common-title {
  text-align: left;
  padding: 80px 0 20px 0;
}
@media screen and (max-width: 1199px) {
  .index-about .common-title {
    padding: 60px 0 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .common-title {
    padding: 40px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .common-title {
    padding: 30px 0;
  }
}
.index-about .common-title .t-box {
  text-align: center;
}
.index-about .common-title .t-box a span {
  color: #fff;
}
.index-about .common-title .t-box a span:nth-child(2) {
  color: #2d53d1;
}
.index-about .common-title .t-box p:nth-child(2) {
  color: rgba(177, 176, 176, 0.4);
}
.index-about .content {
  padding-bottom: 25px;
}
.index-about .content .left {
  float: left;
  width: 61.34751773%;
  padding-top: 55px;
}
@media screen and (max-width: 1199px) {
  .index-about .content .left {
    padding-top: 0;
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .left {
    float: none;
    width: 100%;
  }
}
.index-about .content .left h2 {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .index-about .content .left h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .left h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .left h2 {
    font-size: 16px;
  }
}
.index-about .content .left p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 18px;
  line-height: 1.94444444;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-about .content .left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .left p {
    font-size: 14px;
  }
}
.index-about .content .left a {
  display: inline-block;
  margin-top: 22px;
  font-style: italic;
  padding: 5px 22px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-about .content .left a {
    padding: 3px 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .left a {
    font-size: 12px;
  }
}
@media screen and (min-width: 991px) {
  .index-about .content .left a:hover {
    background-color: #000;
    text-decoration: underline;
  }
}
.index-about .content .right {
  float: right;
  width: 34.04255319%;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right {
    float: none;
    width: 100%;
    margin-top: 35px;
  }
}
.index-about .content .right .item {
  position: relative;
}
.index-about .content .right .item .pic {
  width: 100%;
}
.index-about .content .right .item .pic img {
  width: 100%;
  height: auto;
}
.index-about .content .right .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.index-about .content .right .item i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .index-about .content .right .item i:hover::before {
    color: #2d53d1;
  }
}
.index-about .content .right .item i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  color: #fff;
  font-size: 30px;
  transition: all 0.4s;
}
.index-about .num {
  position: absolute;
  left: 0;
  bottom: 105px;
  padding-left: 255px;
  width: 55.52083333%;
  background-color: rgba(45, 83, 209, 0.8);
}
@media screen and (max-width: 767px) {
  .index-about .num {
    border-radius: 10px;
  }
}
@media screen and (max-widtH: 1700px) {
  .index-about .num {
    padding-left: 8%;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .num {
    bottom: 70px;
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num {
    width: 100%;
    bottom: 50px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num {
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
}
.index-about .num::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 140px 0 0 120px;
  border-color: transparent transparent transparent rgba(45, 83, 209, 0.8);
}
@media screen and (max-width: 1199px) {
  .index-about .num::before {
    border-width: 106px 0 0 98px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num::before {
    display: none;
  }
}
.index-about .num ul {
  padding-top: 35.5px;
}
@media screen and (max-width: 1199px) {
  .index-about .num ul {
    padding-top: 20px;
  }
}
.index-about .num ul li {
  float: left;
}
.index-about .num ul li b {
  display: block;
  min-height: 55px;
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li b {
    min-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num ul li b {
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li b {
    min-height: 35px;
  }
}
.index-about .num ul li b span {
  font-size: 45px;
  line-height: 0.93333333;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li b span {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num ul li b span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li b span {
    font-size: 20px;
  }
}
.index-about .num ul li b i {
  font-style: normal;
  font-size: 12px;
  color: #fff;
}
.index-about .num ul li b sub {
  font-size: 25px;
  color: #fff;
  line-height: 1.68;
  bottom: 1px;
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li b sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num ul li b sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li b sub {
    font-size: 14px;
  }
}
.index-about .num ul li p {
  position: relative;
  display: inline-block;
  min-height: 48.5px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-left: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li p {
    margin-left: 10px;
    min-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num ul li p {
    margin-left: 0;
    min-height: 30px;
    font-size: 14px;
  }
}
.index-about .num ul li p::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 1px;
  height: 15px;
  background-color: #b8b8b8;
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li p::before {
    display: none;
  }
}
.index-about .num ul li:nth-child(1) {
  width: 21.01313321%;
}
.index-about .num ul li:nth-child(2) {
  width: 18.94934334%;
}
.index-about .num ul li:nth-child(3) {
  width: 19.04315197%;
}
@media screen and (max-width: 767px) {
  .index-about .num ul li:nth-child(3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li:nth-child(4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 1700px) {
  .index-about .num ul li {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li {
    width: 50% !important;
  }
}
.fancybox-container {
  z-index: 999999 !important;
}
.index-advantage {
  background: url(../images/img/index_advantage_bg.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 223px 0;
}
@media screen and (max-width: 1199px) {
  .index-advantage {
    padding: 180px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage {
    background-attachment: scroll;
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage {
    padding: 60px 0;
  }
}
.index-advantage .common-title {
  padding-bottom: 104px;
}
@media screen and (max-width: 1199px) {
  .index-advantage .common-title {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .common-title {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .common-title {
    padding-bottom: 40px;
  }
}
.index-advantage .common-title .t-box a:nth-child(1) span {
  color: #fff;
}
.index-advantage .common-title .t-box a:nth-child(1) span:nth-child(2) {
  color: #2d53d1;
}
.index-advantage .common-title .t-box p:nth-child(2) {
  color: rgba(177, 176, 176, 0.4);
}
.index-advantage .content ul li {
  position: relative;
  float: left;
  width: 15.60283688%;
  margin-right: 1.27659574%;
  min-height: 140px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3) inset;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .index-advantage .content ul li {
    width: 30%;
    margin: 0 1.66666667%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .content ul li {
    width: 49%;
    margin: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .index-advantage .content ul li:hover::before {
    background-color: #2d53d1;
    color: #fff;
  }
  .index-advantage .content ul li:hover b {
    color: #2d53d1;
  }
}
.index-advantage .content ul li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 50px;
  line-height: 50px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #2d53d1;
  background-color: #e6f0fa;
  font-size: 34px;
  border-radius: 5px;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .index-advantage .content ul li::before {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .content ul li::before {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.index-advantage .content ul li b {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 50px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  transition: all 0.4s;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .index-advantage .content ul li b {
    padding: 35px 0 10px 0;
    font-size: 14px;
  }
}
.index-advantage .content ul li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.78571429;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .index-advantage .content ul li p {
    font-size: 12px;
    -webkit-line-clamp: 4;
  }
}
.index-advantage .content ul li i {
  position: absolute;
  bottom: -8px;
  right: -1px;
  font-size: 90px;
  line-height: 1;
  color: #f6f7fc;
  font-style: normal;
  font-weight: 700;
  z-index: 1;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
@media screen and (max-width: 1199px) {
  .index-advantage .content ul li i {
    font-size: 70px;
    bottom: -5px;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .content ul li i {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .content ul li i {
    font-size: 40px;
    bottom: -2px;
    right: 5px;
  }
}
.index-advantage .content ul li:nth-child(2)::before {
  content: '\e623';
}
.index-advantage .content ul li:nth-child(3)::before {
  content: '\e64a';
}
.index-advantage .content ul li:nth-child(4)::before {
  content: '\e661';
  font-size: 37px;
}
@media screen and (max-width: 991px) {
  .index-advantage .content ul li:nth-child(4)::before {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .content ul li:nth-child(4)::before {
    font-size: 20px;
  }
}
.index-advantage .content ul li:nth-child(5)::before {
  content: '\e6dc';
}
.index-advantage .content ul li:nth-child(6)::before {
  content: '\e619';
  font-size: 37px;
}
@media screen and (max-width: 991px) {
  .index-advantage .content ul li:nth-child(6)::before {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .content ul li:nth-child(6)::before {
    font-size: 20px;
  }
}
.index-advantage .content ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1439px) {
  .index-advantage .content ul li:last-child {
    margin: 0 1.66666667%;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .content ul li:nth-child(even) {
    float: right;
    margin: 0 0 40px 0;
  }
}
.index-cooperation {
  padding: 119px 0 118px 0;
  background: url(../images/img/index_cooperation_bg.jpg) no-repeat center fixed;
  background-size: cover;
}
@media screen and (amx-width: 1199px) {
  .index-cooperation {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-cooperation {
    background-attachment: scroll;
    padding: 60px 0;
  }
}
@media screen and (amx-width: 767px) {
  .index-cooperation {
    padding: 30px 0;
  }
}
.index-cooperation .content {
  text-align: center;
}
.index-cooperation .content ul {
  display: inline-block;
  width: 85.31914894%;
}
.index-cooperation .content ul li {
  position: relative;
  float: left;
  width: 28.67830424%;
  min-height: 513px;
  perspective: 500px;
}
@media screen and (max-width: 1199px) {
  .index-cooperation .content ul li {
    min-height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .index-cooperation .content ul li {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .index-cooperation .content ul li {
    min-height: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .index-cooperation .content ul li:hover .pic {
    animation: picmove 1s 1;
    -moz-animation: picmove 1s 1;
    /* Firefox */
    -webkit-animation: picmove 1s 1;
    /* Safari and Chrome */
    -o-animation: picmove 1s 1;
    /* Opera */
  }
}
@keyframes picmove {
  0% {
    transform: translateY(-50%) translateZ(0px);
  }
  50% {
    transform: translateY(-50%) translateZ(50px);
  }
  100% {
    transform: translateY(-50%) translateZ(0);
  }
}
@-moz-keyframes picmove {
  /* Firefox */
  0% {
    transform: translateY(-50%) translateZ(0px);
  }
  50% {
    transform: translateY(-50%) translateZ(50px);
  }
  100% {
    transform: translateY(-50%) translateZ(0);
  }
}
@-webkit-keyframes picmove {
  /* Safari and Chrome */
  0% {
    transform: translateY(-50%) translateZ(0px);
  }
  50% {
    transform: translateY(-50%) translateZ(50px);
  }
  100% {
    transform: translateY(-50%) translateZ(0);
  }
}
@-o-keyframes picmove {
  /* Opera */
  0% {
    transform: translateY(-50%) translateZ(0px);
  }
  50% {
    transform: translateY(-50%) translateZ(50px);
  }
  100% {
    transform: translateY(-50%) translateZ(0);
  }
}
.index-cooperation .content ul li .pic {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .index-cooperation .content ul li .pic {
    position: relative;
    top: 0%;
    left: 0;
    transform: translateY(0%);
  }
}
.index-cooperation .content ul li .pic img {
  width: 100%;
  height: auto;
}
.index-cooperation .content ul li:nth-child(2) {
  width: 42.64339152%;
}
@media screen and (max-width: 767px) {
  .index-cooperation .content ul li:nth-child(2) {
    min-height: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.index-salemap {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-salemap {
    padding-bottom: 30px;
  }
}
.index-salemap .common-title {
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .index-salemap .common-title {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-salemap .common-title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-salemap .common-title {
    padding: 30px 0;
  }
}
.index-salemap .common-title a:nth-child(1) span:nth-child(1) {
  color: #000;
}
.index-salemap .common-title a:nth-child(1) span:nth-child(2) {
  color: #2d53d1;
}
.index-salemap .content {
  display: block;
  position: relative;
}
.index-salemap .content .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-salemap .content .pic img {
  width: 100%;
  height: auto;
}
.index-salemap .content .pic-map {
  width: 100%;
}
.index-salemap .content .pic-map img {
  width: 100%;
  height: auto;
}
.index-new {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .index-new {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-new {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-new {
    padding: 30px 0;
  }
}
.index-new::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 303px;
  background-color: #f9f9f9;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .index-new::before {
    height: 100%;
  }
}
.index-new .common-title {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .index-new .common-title {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .common-title {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .common-title {
    padding-bottom: 25px;
  }
}
.index-new .content {
  position: relative;
  z-index: 2;
}
.index-new .content ul li {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .index-new .content ul li .item:hover .txt {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
}
.index-new .content ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .index-new .content ul li .item .pic:hover .img-box img {
    transform: scale(1.1);
  }
  .index-new .content ul li .item .pic:hover::before {
    top: 0;
  }
  .index-new .content ul li .item .pic:hover::after {
    top: 50%;
  }
}
.index-new .content ul li .item .pic .img-box {
  padding-bottom: 53.33333333%;
}
.index-new .content ul li .item .pic .img-box img {
  transition: all 0.6s;
}
.index-new .content ul li .item .pic::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: #111B3C;
  opacity: 0.6;
  z-index: 2;
  transition: all 0.4s;
}
.index-new .content ul li .item .pic::after {
  display: block;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 35px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e601';
  line-height: 35px;
  text-align: center;
  font-size: 17px;
  border-radius: 50%;
  background-color: #fff;
  color: #2d53d1;
  z-index: 3;
  transition: all 0.5s;
  font-weight: 700;
}
.index-new .content ul li .item .txt {
  margin-top: 3px;
  padding-bottom: 20px;
  min-height: 160px;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .index-new .content ul li .item .txt {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    margin-top: 0;
  }
}
.index-new .content ul li .item .txt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 17px 0 11px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.2s;
}
@media screen and (min-width: 992px) {
  .index-new .content ul li .item .txt a:hover {
    color: #2d53d1;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1199px) {
  .index-new .content ul li .item .txt a {
    font-size: 16px;
  }
}
.index-new .content ul li .item .txt i {
  display: block;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 1;
  color: #2d53d1;
  font-style: normal;
}
.index-new .content ul li .item .txt P {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 1.78571429;
  color: #666666;
  padding: 0 10px;
}
.about-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.125%;
  height: 60px;
  background-color: #fff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.03);
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .about-nav {
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .about-nav {
    height: 40px;
  }
}
.about-nav a {
  position: relative;
  display: inline-block;
  padding: 19px 0;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .about-nav a {
    padding: 11.5px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-nav a {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .about-nav a:hover::before {
    width: 60px;
  }
}
.about-nav a::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #2d53d1;
  transition: all 0.5s;
}
.about-nav .active::before {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .about-nav .active::before {
    width: 100%;
  }
}
.about-nav a:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 1199px) {
  .about-nav a:nth-child(1) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-nav a:nth-child(1) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-nav a:nth-child(1) {
    margin-right: 20px;
  }
}
.about {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
}
.about .common-title {
  padding: 105px 0 82px 0;
}
@media screen and (max-width: 1199px) {
  .about .common-title {
    padding: 90px 0 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .about .common-title {
    padding: 70px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .about .common-title {
    padding: 60px 0 20px 0;
  }
}
.about .common-title a span:nth-child(1) {
  color: #000;
}
.about .common-title a span:nth-child(2) {
  color: #2d53d1;
}
.about .info {
  position: relative;
  min-height: 502px;
}
.about .info::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 61.75298805%;
  background-color: #fff;
  z-index: 1;
}
.about .info .a-txt {
  position: relative;
  z-index: 2;
  float: left;
  width: 57.44680851%;
}
@media screen and (max-width: 1199px) {
  .about .info .a-txt {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
}
.about .info .a-txt h2 {
  margin: 11px 0 22px 0;
  font-size: 25px;
  line-height: 1;
  color: #010101;
}
@media screen and (max-width: 1199px) {
  .about .info .a-txt h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about .info .a-txt h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about .info .a-txt h2 {
    font-size: 16px;
  }
}
.about .info .a-txt p {
  font-size: 18px;
  line-height: 1.94444444;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .about .info .a-txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .about .info .a-txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about .info .a-txt p {
    font-size: 14px;
  }
}
.about .info .a-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 42.96875%;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .about .info .a-video {
    position: relative;
    float: right;
    width: 40%;
    margin: 20px;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .about .info .a-video {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
}
.about .info .a-video::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.about .info .a-video .pic .img-box {
  padding-bottom: 56%;
}
.about .info .a-video .pic i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .about .info .a-video .pic i:hover::before {
    color: #2d53d1;
  }
}
.about .info .a-video .pic i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .about .info .a-video .pic i::before {
    font-size: 25px;
  }
}
.about .a-culture h3 {
  margin: 50px 0;
  font-size: 25px;
  line-height: 1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about .a-culture h3 {
    margin: 40px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture h3 {
    margin: 30px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture h3 {
    margin: 25px 0;
    font-size: 16px;
  }
}
.about .a-culture ul li {
  position: relative;
  float: left;
  text-align: center;
  cursor: pointer;
  min-height: 170px;
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture ul li {
    min-height: 150px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .about .a-culture ul li:hover .a-ball span {
    top: 0;
  }
  .about .a-culture ul li:hover .a-ball::before {
    top: -120%;
  }
  .about .a-culture ul li:hover .txt p:nth-child(1) {
    top: -100%;
  }
  .about .a-culture ul li:hover .txt p:nth-child(2) {
    top: 0;
  }
}
.about .a-culture ul li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 120px;
  background-color: #e7e6e6;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e648';
    height: auto;
    width: auto;
    right: 100%;
    transform: translateX(100%);
    font-size: 20px;
    color: #424141;
    background-color: transparent;
  }
}
.about .a-culture ul li .a-ball {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .about .a-culture ul li .a-ball {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li .a-ball {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture ul li .a-ball {
    width: 40px;
    height: 40px;
  }
}
.about .a-culture ul li .a-ball span {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #2d53d1;
  font-size: 20px;
  color: #fefefe;
  font-weight: 700;
  transition: all 0.5s;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
@media screen and (max-width: 1199px) {
  .about .a-culture ul li .a-ball span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li .a-ball span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture ul li .a-ball span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.about .a-culture ul li .a-ball::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e65d';
  font-size: 32px;
  color: #666666;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .about .a-culture ul li .a-ball::before {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li .a-ball::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture ul li .a-ball::before {
    font-size: 16px;
  }
}
.about .a-culture ul li .txt {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  min-height: 70px;
}
.about .a-culture ul li .txt p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #424141;
  transition: all 0.5s;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
@media screen and (max-width: 1199px) {
  .about .a-culture ul li .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture ul li .txt p {
    font-size: 12px;
  }
}
.about .a-culture ul li .txt p:nth-child(1) {
  top: 0;
}
.about .a-culture ul li .txt p:nth-child(2) {
  top: 100%;
}
.about .a-culture ul li:nth-child(1) {
  width: 24.18439716%;
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(1) {
    width: 50%;
  }
}
.about .a-culture ul li:nth-child(2) {
  width: 24.96453901%;
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(2) {
    width: 50%;
  }
}
.about .a-culture ul li:nth-child(2) .a-ball::before {
  content: '\e88b';
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .about .a-culture ul li:nth-child(2) .a-ball::before {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(2) .a-ball::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture ul li:nth-child(2) .a-ball::before {
    font-size: 16px;
  }
}
.about .a-culture ul li:nth-child(3) {
  width: 24.96453901%;
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(3) {
    width: 50%;
  }
}
.about .a-culture ul li:nth-child(3) .a-ball::before {
  content: '\e6da';
}
.about .a-culture ul li:nth-child(4) {
  width: 25.88652482%;
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(4) {
    width: 50%;
  }
}
.about .a-culture ul li:nth-child(4)::before {
  display: none;
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(4)::before {
    display: block;
  }
}
.about .a-culture ul li:nth-child(4) .a-ball::before {
  content: '\e667';
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .about .a-culture ul li:nth-child(4) .a-ball::before {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(4) .a-ball::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .about .a-culture ul li:nth-child(4) .a-ball::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .about .a-culture ul li:nth-child(even)::before {
    right: 0;
    transform: translateX(0);
  }
}
.about .a-culture ul .active::before {
  content: '\e68e';
  color: #2d53d1;
}
.about .a-culture ul .active .a-ball span {
  top: 0;
}
.about .a-culture ul .active .a-ball::before {
  top: -120%;
}
.about .a-culture ul .active .txt p:nth-child(1) {
  top: -100%;
}
.about .a-culture ul .active .txt p:nth-child(2) {
  top: 0;
}
.about .factory-show {
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .about .factory-show {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about .factory-show {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .factory-show {
    padding-bottom: 30px;
  }
}
.about .factory-show h3 {
  margin: 0;
  padding-bottom: 50px;
  font-size: 25px;
  line-height: 1;
  color: #010101;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about .factory-show h3 {
    padding-bottom: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about .factory-show h3 {
    padding-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about .factory-show h3 {
    padding-bottom: 25px;
    font-size: 16px;
  }
}
.about .factory-show .factory-slick {
  position: relative;
}
.about .factory-show .factory-slick .slick-list {
  margin: 0 -15px;
}
.about .factory-show .factory-slick .slick-list .item {
  padding: 0 15px;
}
.about .factory-show .factory-slick .slick-list .item a {
  display: block;
}
@media screen and (min-width: 992px) {
  .about .factory-show .factory-slick .slick-list .item a:hover .img-box img {
    transform: scale(1.1);
  }
}
.about .factory-show .factory-slick .slick-list .item a .img-box {
  padding-bottom: 60.60606061%;
}
.about .factory-show .factory-slick .slick-list .item a .img-box img {
  transition: all 0.7s;
}
.about .factory-show .factory-slick .slick-list .item .txt {
  padding: 0 10px;
}
.about .factory-show .factory-slick .slick-list .item .txt p {
  font-size: 16px;
  line-height: 2.1875;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .about .factory-show .factory-slick .slick-list .item .txt p {
    font-size: 14px;
  }
}
.about .factory-show .factory-slick .slick-arrow {
  display: block;
  padding: 0;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 2;
  background-color: rgba(45, 83, 209, 0.8);
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .about .factory-show .factory-slick .slick-arrow:hover {
    background-color: #000;
  }
}
.about .factory-show .factory-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62b';
  color: #fff;
  font-size: 14px;
}
.about .factory-show .factory-slick .slick-prev {
  left: 0;
}
.about .factory-show .factory-slick .slick-prev::before {
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.about .factory-show .factory-slick .slick-next {
  right: 0;
}
.service {
  position: relative;
  z-index: 1;
}
.service .info {
  position: relative;
  background-color: #f7f7f7;
}
.service .info .common-title {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .service .info .common-title {
    top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .service .info .common-title {
    top: 50px;
  }
}
.service .info .common-title a span:nth-child(1) {
  color: #000;
}
.service .info .common-title a span:nth-child(2) {
  color: #2d53d1;
}
@media screen and (max-width: 991px) {
  .service .info .common-title a span:nth-child(2) {
    color: #000;
  }
}
.service .info .left {
  position: relative;
  float: left;
  width: 38.28125%;
  background: url("../images/img/service_leftbg.jpg") no-repeat center;
  background-size: cover;
  padding: 310px 30px 143px 255px;
}
@media screen and (max-width: 1439px) {
  .service .info .left {
    padding: 310px 30px 143px 140px;
  }
}
@media screen and (max-width: 1199px) {
  .service .info .left {
    padding: 230px 30px 143px 140px;
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .service .info .left {
    float: none;
    width: 100%;
    padding: 120px 30px 80px;
  }
}
.service .info .left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d53d1;
  opacity: 0.9;
  z-index: 1;
}
.service .info .left .txt {
  min-height: 250px;
}
@media screen and (max-width: 991px) {
  .service .info .left .txt {
    min-height: 0;
  }
}
.service .info .left .txt p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 2.1875;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .service .info .left .txt p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .service .info .left .txt p {
    font-size: 14px;
  }
}
.service .info .right {
  float: left;
  width: 48.4375%;
  padding-top: 300px;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .service .info .right {
    padding-top: 230px;
  }
}
@media screen and (max-width: 991px) {
  .service .info .right {
    width: 100%;
    padding: 40px 30px;
  }
}
.service .info .right ul li {
  position: relative;
  padding-left: 98px;
  min-height: 70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .service .info .right ul li {
    padding-left: 75px;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .info .right ul li {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
.service .info .right ul li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ece9e9;
  text-align: center;
  font-size: 25px;
  color: #2d53d1;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .service .info .right ul li i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service .info .right ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
.service .info .right ul li b {
  font-size: 18px;
  line-height: 1.94444444;
  color: #010101;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .service .info .right ul li b {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service .info .right ul li b {
    font-size: 14px;
  }
}
.service .info .right ul li p {
  font-size: 14px;
  line-height: 2.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .service .info .right ul li p {
    font-size: 12px;
    line-height: 2;
  }
}
.service .technology-box {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .service .technology-box {
    padding-bottom: 40px;
  }
}
.service .technology-box .t-top {
  position: relative;
  padding-top: 180px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top {
    padding-top: 70px;
  }
}
.service .technology-box .t-top .diamond-box {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 320px;
  height: 320px;
  background-color: rgba(45, 83, 209, 0.6);
  transition: all 0.6s;
  transform: translateX(-50%) rotateZ(45deg);
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top .diamond-box {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .diamond-box {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transform: rotateZ(45deg);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .diamond-box {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .service .technology-box .t-top .diamond-box:hover {
    background-color: #2d53d1;
  }
  .service .technology-box .t-top .diamond-box:hover p {
    border-color: rgba(45, 83, 209, 0.6);
  }
  .service .technology-box .t-top .diamond-box:hover p span {
    color: #2d53d1;
  }
}
.service .technology-box .t-top .diamond-box::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  width: 270px;
  height: 270px;
  background-color: rgba(45, 83, 209, 0.6);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top .diamond-box::before {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .diamond-box::before {
    width: 180px;
    height: 180px;
  }
}
.service .technology-box .t-top .diamond-box::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  width: 210px;
  height: 210px;
  background-color: #2d53d1;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top .diamond-box::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .diamond-box::after {
    width: 160px;
    height: 160px;
  }
}
.service .technology-box .t-top .diamond-box p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 247px;
  height: 247px;
  border: 20px solid #2d53d1;
  background-color: #fff;
  z-index: 4;
  transition: all 0.6s;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top .diamond-box p {
    width: 210px;
    height: 210px;
    border-width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .diamond-box p {
    width: 170px;
    height: 170px;
    border-width: 10px;
  }
}
.service .technology-box .t-top .diamond-box p span {
  position: absolute;
  top: 53%;
  left: 53%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top .diamond-box p span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .diamond-box p span {
    top: 47%;
    left: 49%;
    font-size: 20px;
  }
}
.service .technology-box .t-top .diamond-box p span:before {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  color: #2d53d1;
  font-size: 53px;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top .diamond-box p span:before {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .diamond-box p span:before {
    top: -50px;
    font-size: 30px;
  }
}
.service .technology-box .t-top .item {
  position: relative;
  width: 31.91489362%;
}
@media screen and (min-width: 992px) {
  .service .technology-box .t-top .item:hover::before {
    color: #fff;
    background-color: #2d53d1;
  }
}
.service .technology-box .t-top .item::before {
  display: inline-block;
  margin-bottom: 23px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62e';
  font-size: 40px;
  border: 1px solid #2d53d1;
  color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-top .item::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .item::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .item::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.service .technology-box .t-top .item b {
  position: relative;
  display: block;
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .item b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .item b {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.service .technology-box .t-top .item b::before {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 100px;
  height: 1px;
  background-color: #2d53d1;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .item b::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .item b::before {
    bottom: 15px;
  }
}
.service .technology-box .t-top .item p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-top .item p {
    font-size: 14px;
  }
}
.service .technology-box .t-top .item:nth-child(2) {
  float: left;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .item:nth-child(2) {
    float: none;
    text-align: center;
    width: 100%;
    margin: 40px 0;
  }
}
.service .technology-box .t-top .item:nth-child(2) b::before {
  right: 0;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .item:nth-child(2) b::before {
    right: 50%;
    transform: translateX(50%);
  }
}
.service .technology-box .t-top .item:nth-child(3) {
  float: right;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .item:nth-child(3) {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.service .technology-box .t-top .item:nth-child(3)::before {
  content: '\e6d0';
}
.service .technology-box .t-top .item:nth-child(3) b::before {
  left: 0;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-top .item:nth-child(3) b::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.service .technology-box .t-bottom {
  text-align: center;
}
.service .technology-box .t-bottom .item {
  position: relative;
  display: inline-block;
  width: 40.07092199%;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-bottom .item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .service .technology-box .t-bottom .item:hover::before {
    color: #fff;
    background-color: #2d53d1;
  }
}
.service .technology-box .t-bottom .item::before {
  display: inline-block;
  margin-bottom: 23px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  font-size: 40px;
  border: 1px solid #2d53d1;
  color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .service .technology-box .t-bottom .item::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-bottom .item::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-bottom .item::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.service .technology-box .t-bottom .item b {
  position: relative;
  display: block;
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-bottom .item b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-bottom .item b {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.service .technology-box .t-bottom .item b::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #2d53d1;
}
@media screen and (max-width: 991px) {
  .service .technology-box .t-bottom .item b::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-bottom .item b::before {
    bottom: 15px;
  }
}
.service .technology-box .t-bottom .item p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .service .technology-box .t-bottom .item p {
    font-size: 14px;
  }
}
.p-nav {
  float: left;
  width: 23.40425532%;
}
@media screen and (max-width: 991px) {
  .p-nav {
    float: none;
    width: 100%;
  }
}
.p-nav .title {
  position: relative;
  text-align: center;
  padding: 22.5px 0;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 991px) {
  .p-nav .title {
    margin-bottom: 30px;
  }
}
.p-nav .title p {
  position: relative;
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  color: #2d53d1;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .p-nav .title p {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-nav .title p {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav .title p {
    font-size: 20px;
  }
}
.p-nav .title p span {
  float: left;
}
.p-nav .title p span:nth-child(2) {
  color: #000;
}
.p-nav .title i {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 30px;
  line-height: 1;
  color: #f1f1f1;
  font-family: 'Plat-Nomor';
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .p-nav .title i {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .p-nav .title i {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav .title i {
    font-size: 14px;
  }
}
.p-nav ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .p-nav ul li {
    float: left;
  }
}
.p-nav ul li a {
  display: block;
  padding: 20px 0;
  padding-left: 85px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-nav ul li a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav ul li a {
    font-size: 18px;
    padding: 15px 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .p-nav ul li a {
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-nav ul li a:hover {
    background-color: #f3f5fc;
    text-decoration: underline;
  }
}
.p-nav ul .active a {
  background-color: #f3f5fc;
  text-decoration: underline;
}
.product {
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .product {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product {
    padding-top: 20px;
  }
}
.product .p-contentbox {
  float: right;
  width: 74.46808511%;
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .product .p-contentbox {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .product .p-contentbox {
    padding: 40px 0;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product .p-contentbox {
    padding: 30px 0;
  }
}
.product .p-contentbox .item-box li {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li {
    padding-left: 5px;
    padding-top: 5px;
  }
}
.product .p-contentbox .item-box li::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  width: 20.95238095%;
  height: 85.18518519%;
  background-color: #2d53d1;
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li::before {
    width: 60px;
    height: 60px;
  }
}
.product .p-contentbox .item-box li .item {
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .product .p-contentbox .item-box li .item:hover {
    background-color: #f3f5fc;
  }
  .product .p-contentbox .item-box li .item:hover .txt i {
    color: #ebeefa;
  }
}
.product .p-contentbox .item-box li .item .pic {
  float: left;
  width: 45.19230769%;
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li .item .pic {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .product .p-contentbox .item-box li .item .pic:hover .img-box img {
    transform: scale(1.1);
  }
}
.product .p-contentbox .item-box li .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: 55.31914894%;
}
.product .p-contentbox .item-box li .item .pic .img-box img {
  transition: all 0.6s;
}
.product .p-contentbox .item-box li .item .txt {
  position: relative;
  float: left;
  width: 54.80769231%;
  min-height: 260px;
  padding: 0 20px 0 30px;
}
@media screen and (max-width: 1439px) {
  .product .p-contentbox .item-box li .item .txt {
    min-height: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .product .p-contentbox .item-box li .item .txt {
    padding: 0 20px;
    min-height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .product .p-contentbox .item-box li .item .txt {
    min-height: 173px;
  }
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li .item .txt {
    float: none;
    width: 100%;
    padding: 0 10px;
    min-height: 150px;
  }
}
.product .p-contentbox .item-box li .item .txt a:nth-child(1) {
  position: relative;
  z-index: 2;
  display: block;
  margin: 47px 0 12px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000;
  transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(1) {
    margin: 20px 0 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(1) {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(1) {
    font-size: 16px;
    margin: 15px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(1):hover {
    color: #2d53d1;
  }
}
.product .p-contentbox .item-box li .item .txt p {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product .p-contentbox .item-box li .item .txt p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li .item .txt p {
    font-size: 12px;
    line-height: 1.7;
  }
}
.product .p-contentbox .item-box li .item .txt a:nth-child(3) {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: inline-block;
  padding: 8.5px 19.5px;
  font-size: 16px;
  line-height: 1;
  color: #2d53d1;
  border: 1px solid #2d53d1;
  transition: all 0.6s;
}
@media screen and (max-width: 1199px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(3) {
    font-size: 12px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 991px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(3) {
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(3) {
    bottom: 5px;
    right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .product .p-contentbox .item-box li .item .txt a:nth-child(3):hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}
.product .p-contentbox .item-box li .item .txt i {
  position: absolute;
  bottom: -14px;
  right: 21px;
  font-size: 130px;
  line-height: 1;
  color: #f0f0f0;
  font-weight: 700;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product .p-contentbox .item-box li .item .txt i {
    font-size: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .product .p-contentbox .item-box li .item .txt i {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li .item .txt i {
    font-size: 70px;
  }
}
.product .p-contentbox .item-box li:nth-child(1) .item i {
  right: 9px;
}
.product .p-contentbox .item-box li:nth-child(odd)::before {
  left: 0;
}
.product .p-contentbox .item-box li:nth-child(even) {
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .product .p-contentbox .item-box li:nth-child(even) {
    padding-right: 5px;
  }
}
.product .p-contentbox .item-box li:nth-child(even)::before {
  right: 0;
}
.product .p-contentbox .item-box li:nth-child(even) .pic {
  float: right;
}
.product .p-contentbox .item-box li:nth-child(even) .txt {
  float: left;
}
.product .p-contentbox .page {
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .product .p-contentbox .page {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .product .p-contentbox .page {
    padding-top: 0;
  }
}
.product-details {
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .product-details {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-details {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-details {
    padding-top: 20px;
  }
}
.product-details .p-contentbox {
  float: right;
  width: 74.46808511%;
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-contentbox {
    padding: 40px 0;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox {
    padding: 30px 0;
  }
}
.product-details .p-contentbox .info h2 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  line-height: 1;
  font-size: 20px;
  color: #2d53d1;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-contentbox .info h2 {
    font-size: 16px;
  }
}
.product-details .p-contentbox .info .p-slick {
  position: relative;
  padding-top: 30px;
}
.product-details .p-contentbox .info .p-slick .slider-for {
  float: left;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info .p-slick .slider-for {
    float: none;
    width: 100%;
  }
}
.product-details .p-contentbox .info .p-slick .slider-for .slick-slide {
  height: auto !important;
}
.product-details .p-contentbox .info .p-slick .slider-for .item {
  overflow: hidden;
  border: 1px solid #cacaca;
  border-radius: 10px;
}
.product-details .p-contentbox .info .p-slick .slider-for .item .img-box {
  padding-bottom: 55.35714286%;
}
.product-details .p-contentbox .info .p-slick .slider-nav {
  float: right;
  width: 17.33333333%;
  padding: 15px 0;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .info .p-slick .slider-nav {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info .p-slick .slider-nav {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-list {
  margin: -3px 0;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info .p-slick .slider-nav .slick-list {
    margin: 0 -4px;
  }
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-list .slick-slide {
  height: auto !important;
  border: none !important;
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-list .item {
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info .p-slick .slider-nav .slick-list .item {
    padding: 0 4px;
  }
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-list .item .img-box {
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding-bottom: 55.55555556%;
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  font-size: 0;
  width: 24px;
  height: 12px;
  background-color: rgba(45, 83, 209, 0.8);
  transition: all 0.4s;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info .p-slick .slider-nav .slick-arrow {
    left: 0;
    transform: translateX(0) rotateZ(-90deg);
  }
}
@media screen and (min-width: 992px) {
  .product-details .p-contentbox .info .p-slick .slider-nav .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62b';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-90deg);
  color: #fff;
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-prev {
  top: 0;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info .p-slick .slider-nav .slick-prev {
    top: 50%;
    transform: translateY(-50%) rotateZ(-90deg);
  }
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-next {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info .p-slick .slider-nav .slick-next {
    bottom: 50%;
    left: 100%;
    transform: translate(-100%, 50%) rotateZ(-90deg);
  }
}
.product-details .p-contentbox .info .p-slick .slider-nav .slick-next::before {
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.product-details .p-contentbox .info-details {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info-details {
    padding-top: 0;
  }
}
.product-details .p-contentbox .info-details .txt h3 {
  margin: 20px 0;
  line-height: 1;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .product-details .p-contentbox .info-details .txt h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info-details .txt h3 {
    font-size: 16px;
  }
}
.product-details .p-contentbox .info-details .txt p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info-details .txt p {
    font-size: 14px;
  }
}
.product-details .p-contentbox .info-details .txt .table-box table td {
  border: 1px solid #cacaca !important;
}
.product-details .p-contentbox .info-details .txt .table-box table tr,
.product-details .p-contentbox .info-details .txt .table-box table td,
.product-details .p-contentbox .info-details .txt .table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  color: #666666;
  font-size: 16px;
}
.product-details .p-contentbox .info-details .p-video h3 {
  margin: 30px 0 13px 0;
  line-height: 1;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .product-details .p-contentbox .info-details .p-video h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .info-details .p-video h3 {
    font-size: 16px;
  }
}
.product-details .p-contentbox .info-details .p-video .pic {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.product-details .p-contentbox .info-details .p-video .pic img {
  max-width: 100%;
  height: auto;
}
.product-details .p-contentbox .info-details .p-video .pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.product-details .p-contentbox .info-details .p-video .pic i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .product-details .p-contentbox .info-details .p-video .pic i:hover::before {
    color: #2d53d1;
  }
}
.product-details .p-contentbox .info-details .p-video .pic i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  font-size: 30px;
  color: #fff;
  transition: all 0.4s;
}
.product-details .p-contentbox .p-inquire h3 {
  margin: 50px 0 20px 0;
  line-height: 1;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .p-inquire h3 {
    margin: 40px 0 20px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-contentbox .p-inquire h3 {
    margin: 30px 0 10px 0;
    font-size: 16px;
  }
}
.product-details .p-contentbox .p-inquire p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.product-details .p-contentbox .p-inquire form {
  padding: 0;
  margin: 0;
}
.product-details .p-contentbox .p-inquire form input,
.product-details .p-contentbox .p-inquire form textarea {
  padding: 9.5px 10px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  background-color: #f6f7f7;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .p-inquire form input,
  .product-details .p-contentbox .p-inquire form textarea {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .p-inquire form input,
  .product-details .p-contentbox .p-inquire form textarea {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.product-details .p-contentbox .p-inquire form input {
  float: left;
  width: 24.28571429%;
  margin-right: 0.95238095%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .p-inquire form input {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .p-inquire form input {
    width: 100%;
  }
}
.product-details .p-contentbox .p-inquire form input:nth-child(1) {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .p-inquire form input:nth-child(1) {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .p-inquire form input:nth-child(1) {
    float: none;
  }
}
.product-details .p-contentbox .p-inquire form input:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .p-inquire form input:nth-child(odd) {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-contentbox .p-inquire form input:nth-child(odd) {
    float: none;
  }
}
.product-details .p-contentbox .p-inquire form textarea {
  width: 100%;
  margin-bottom: 30px;
  height: 127px;
}
.product-details .p-contentbox .p-inquire form input::-webkit-input-placeholder,
.product-details .p-contentbox .p-inquire form textarea::-webkit-input-placeholder {
  color: #666666;
}
.product-details .p-contentbox .p-inquire form input:-o-placeholder,
.product-details .p-contentbox .p-inquire form textarea:-o-placeholder {
  color: #666666;
}
.product-details .p-contentbox .p-inquire form input::-moz-placeholder,
.product-details .p-contentbox .p-inquire form textarea::-moz-placeholder {
  color: #666666;
}
.product-details .p-contentbox .p-inquire form input:-ms-input-placeholder,
.product-details .p-contentbox .p-inquire form textarea:-ms-input-placeholder {
  color: #666666;
}
.product-details .p-contentbox .p-inquire form input:focus::-webkit-input-placeholder,
.product-details .p-contentbox .p-inquire form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.product-details .p-contentbox .p-inquire form input:focus::-o-placeholder,
.product-details .p-contentbox .p-inquire form textarea:focus::-o-placeholder {
  color: #ababab;
}
.product-details .p-contentbox .p-inquire form input:focus::-moz-placeholder,
.product-details .p-contentbox .p-inquire form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.product-details .p-contentbox .p-inquire form input:focus::-ms-input-placeholder,
.product-details .p-contentbox .p-inquire form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.product-details .p-contentbox .p-inquire form button {
  padding: 3px 23px;
  font-size: 20px;
  color: #fff;
  background-color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .p-inquire form button {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .product-details .p-contentbox .p-inquire form button:hover {
    background-color: #000;
  }
}
.product-details .p-contentbox .p-inquire form button::after {
  display: inline-block;
  margin-left: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e647';
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-contentbox .p-inquire form button::after {
    font-size: 14px;
  }
}
.new .common-title {
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .new .common-title {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .new .common-title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .new .common-title {
    padding: 30px 0;
  }
}
.new .new-nav {
  padding-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .new .new-nav {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .new .new-nav {
    padding-bottom: 25px;
  }
}
.new .new-nav a {
  position: relative;
  float: left;
  line-height: 1;
  font-size: 16px;
  color: #000;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .new .new-nav a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .new .new-nav a:hover {
    color: #2d53d1;
  }
  .new .new-nav a:hover::before {
    width: 50%;
  }
}
.new .new-nav a::before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #2d53d1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .new .new-nav a::before {
    bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-nav a::before {
    bottom: -5px;
  }
}
.new .new-nav .active::before {
  width: 50%;
}
.new .new-nav a:nth-child(1) {
  margin-right: 46px;
}
@media screen and (max-width: 1199px) {
  .new .new-nav a:nth-child(1) {
    margin-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .new .new-nav a:nth-child(1) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-nav a:nth-child(1) {
    margin-right: 15px;
  }
}
.new .content li {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .new .content li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 992px) {
  .new .content li:hover::before {
    width: 136.17021277%;
  }
}
.new .content li::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  width: 0;
  background-color: #f9f9f9;
  transition: all 0.5s;
}
.new .content li .pic {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  width: 31.91489362%;
}
@media screen and (max-width: 991px) {
  .new .content li .pic {
    float: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .new .content li .pic {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .new .content li .pic:hover .img-box img {
    transform: scale(1.1);
  }
}
.new .content li .pic .img-box {
  padding-bottom: 53.33333333%;
}
.new .content li .pic .img-box img {
  transition: all 0.6s;
}
.new .content li .txt {
  position: relative;
  float: right;
  width: 65.95744681%;
  min-height: 240px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .new .content li .txt {
    min-height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .new .content li .txt {
    min-height: 170px;
  }
}
@media screen and (max-width: 991px) {
  .new .content li .txt {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .new .content li .txt {
    float: none;
    width: 100%;
    padding: 0 15px;
    min-height: 140px;
  }
}
.new .content li .txt a:nth-child(1) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 30px 0 20px 0;
  font-size: 20px;
  line-height: 1;
  transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
  .new .content li .txt a:nth-child(1) {
    padding: 20px 0 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .new .content li .txt a:nth-child(1) {
    padding: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .new .content li .txt a:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .new .content li .txt a:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .new .content li .txt a:nth-child(1):hover {
    color: #2d53d1;
    text-decoration: underline;
  }
}
.new .content li .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.875;
  color: #888888;
}
@media screen and (max-width: 991px) {
  .new .content li .txt p {
    font-size: 14px;
  }
}
.new .content li .txt i {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  color: #2d53d1;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .new .content li .txt i {
    padding-bottom: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .new .content li .txt i {
    left: 15px;
  }
}
.new .content li .txt i::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #2d53d1;
}
.new .content li .txt a:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .new .content li .txt a:nth-child(4) {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .new .content li .txt a:nth-child(4) {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 992px) {
  .new .content li .txt a:nth-child(4):hover {
    background-color: #000;
  }
}
.new .content li .txt a:nth-child(4)::before {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .new .content li .txt a:nth-child(4)::before {
    font-size: 12px;
    top: 50%;
  }
}
.new .page {
  padding: 50px 0 80px 0;
}
@media screen and (max-width: 1199px) {
  .new .page {
    padding: 30px 0 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .new .page {
    padding: 10px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .new .page {
    padding: 0 0 30px 0;
  }
}
.new-details .content .title {
  position: relative;
  padding-top: 80px;
  text-align: center;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1199px) {
  .new-details .content .title {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .content .title {
    padding-top: 30px;
  }
}
.new-details .content .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 3px;
  background-color: #2d53d1;
}
.new-details .content .title h2 {
  margin: 0;
  line-height: 1;
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .new-details .content .title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .content .title h2 {
    font-size: 16px;
  }
}
.new-details .content .title i {
  display: block;
  margin: 55px 0 20px 0;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .new-details .content .title i {
    margin: 30px 0 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .title i {
    margin: 20px 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .new-details .content .title i {
    margin: 10px 0;
    font-size: 12px;
  }
}
.new-details .content .info {
  padding: 25px 0 80px 0;
}
@media screen and (max-width: 1199px) {
  .new-details .content .info {
    padding: 20px 0 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .info {
    padding: 20px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .new-details .content .info {
    padding: 20px 0 30px 0;
  }
}
.new-details .content .info p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .new-details .content .info p {
    font-size: 14px;
  }
}
.new-details .content .info p img {
  max-width: 100%;
  height: auto;
}
.new-details .othernews-list {
  position: relative;
}
.new-details .othernews-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 136.17021277%;
  background-color: #fafafa;
  z-index: 1;
}
.new-details .othernews-list .title {
  position: relative;
  z-index: 2;
  padding: 50px 0 30px 0;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1199px) {
  .new-details .othernews-list .title {
    padding: 35px 0 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list .title {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .new-details .othernews-list .title {
    padding: 10px 0;
  }
}
.new-details .othernews-list .title b {
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .new-details .othernews-list .title b {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list .title b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .othernews-list .title b {
    font-size: 16px;
  }
}
.new-details .othernews-list .title a {
  position: absolute;
  bottom: 6px;
  right: 0;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .new-details .othernews-list .title a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list .title a {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (min-width: 992px) {
  .new-details .othernews-list .title a:hover {
    color: #2d53d1;
  }
  .new-details .othernews-list .title a:hover::after {
    background-color: #000;
  }
}
.new-details .othernews-list .title a::after {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  color: #fff;
  background-color: #2d53d1;
  font-size: 10px;
  transition: all 0.4s;
}
.new-details .othernews-list ul {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .new-details .othernews-list ul {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list ul {
    padding: 20px 0;
  }
}
.new-details .othernews-list ul li {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 30px 20px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list ul li {
    float: none;
    width: 100%;
    padding: 10px;
    padding-left: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .othernews-list ul li {
    margin-bottom: 0;
  }
}
.new-details .othernews-list ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background-color: #cecece;
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list ul li::before {
    display: none;
  }
}
.new-details .othernews-list ul li i {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list ul li i {
    font-size: 12px;
  }
}
.new-details .othernews-list ul li a {
  display: block;
  margin: 18px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 1;
  color: #000;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .new-details .othernews-list ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list ul li a {
    margin: 10px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .new-details .othernews-list ul li a:hover {
    color: #2d53d1;
  }
}
.new-details .othernews-list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .new-details .othernews-list ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .othernews-list ul li p {
    display: none;
  }
}
.new-details .othernews-list ul li:last-child::before {
  display: none;
}
.contact {
  background-color: #f3f3f3;
  margin-bottom: -20px;
}
@media screen and (max-width: 1199px) {
  .contact {
    margin-bottom: 0;
  }
}
.contact .content {
  position: relative;
  top: -100px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .contact .content {
    top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content {
    top: -30px;
  }
}
.contact .content .common-title {
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .contact .content .common-title {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .common-title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .common-title {
    padding: 30px 0;
  }
}
.contact .content .common-title .t-box a span:nth-child(1) {
  color: #000;
}
.contact .content .common-title .t-box a span:nth-child(2) {
  color: #2d53d1;
}
.contact .content .info {
  border-top: 1px solid #f1f1f1;
  padding: 45px 20px 40px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info {
    padding: 35px 20px;
  }
}
.contact .content .info .left {
  float: left;
  width: 34.30656934%;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left {
    float: none;
    width: 100%;
  }
}
.contact .content .info .left h2 {
  position: relative;
  margin: 0;
  padding-bottom: 17px;
  font-size: 25px;
  line-height: 1;
  color: #2d53d1;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .left h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .left h2 {
    font-size: 16px;
  }
}
.contact .content .info .left h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 104.25531915%;
  height: 1px;
  background-color: #aba8a8;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left h2::before {
    width: 100%;
  }
}
.contact .content .info .left h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  width: 40px;
  height: 3px;
  background-color: #2d53d1;
}
.contact .content .info .left p {
  margin: 11px 0 22px 0;
  padding-right: 17px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #888888;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left p {
    padding-right: 0;
    margin: 15px 0;
  }
}
.contact .content .info .left ul li {
  font-size: 16px;
  line-height: 3.125;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact .content .info .left ul li {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
  }
}
.contact .content .info .left ul li a {
  transition: all 0.2s;
}
@media screen and (min-width: 992px) {
  .contact .content .info .left ul li a:hover {
    color: #2d53d1;
  }
}
.contact .content .info .left ul li::before {
  display: inline-block;
  margin-right: 9px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #2d53d1;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64d';
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contact .content .info .left ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}
.contact .content .info .left ul li:nth-child(2)::before {
  content: '\e6c2';
}
.contact .content .info .left ul li:nth-child(3)::before {
  content: '\e646';
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact .content .info .left ul li:nth-child(3)::before {
    font-size: 12px;
  }
}
.contact .content .info .right {
  float: right;
  width: 64.23357664%;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .right {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
}
.contact .content .info .right .map {
  width: 100%;
}
.contact .content .info .right .map .map-content {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .right .map .map-content {
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .right .map .map-content {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .right .map .map-content {
    height: 250px;
  }
}
.contact .content .info .c-message {
  float: left;
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .c-message {
    float: none;
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .c-message {
    float: none;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .c-message {
    float: none;
    padding-top: 30px;
  }
}
.contact .content .info .c-message h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .c-message h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .c-message h3 {
    font-size: 16px;
  }
}
.contact .content .info .c-message form {
  margin: 0;
  padding: 0;
}
.contact .content .info .c-message form input,
.contact .content .info .c-message form textarea {
  padding: 9.5px 10px;
  font-size: 16px;
  line-height: 1;
  color: #b5b5b5;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .c-message form input,
  .contact .content .info .c-message form textarea {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .c-message form input,
  .contact .content .info .c-message form textarea {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .c-message form input,
  .contact .content .info .c-message form textarea {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.contact .content .info .c-message form input {
  float: left;
  width: 49.6350365%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact .content .info .c-message form input {
    float: none;
    width: 100%;
  }
}
.contact .content .info .c-message form input:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  .contact .content .info .c-message form input:nth-child(even) {
    float: none;
  }
}
.contact .content .info .c-message form textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .c-message form textarea {
    height: 110px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .c-message form textarea {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .c-message form textarea {
    height: 80px;
  }
}
.contact .content .info .c-message form input::-webkit-input-placeholder,
.contact .content .info .c-message form textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}
.contact .content .info .c-message form input:-o-placeholder,
.contact .content .info .c-message form textarea:-o-placeholder {
  color: #b5b5b5;
}
.contact .content .info .c-message form input::-moz-placeholder,
.contact .content .info .c-message form textarea::-moz-placeholder {
  color: #b5b5b5;
}
.contact .content .info .c-message form input:-ms-input-placeholder,
.contact .content .info .c-message form textarea:-ms-input-placeholder {
  color: #b5b5b5;
}
.contact .content .info .c-message form input:focus::-webkit-input-placeholder,
.contact .content .info .c-message form textarea:focus::-webkit-input-placeholder {
  color: #f1f1f1;
}
.contact .content .info .c-message form input:focus::-o-placeholder,
.contact .content .info .c-message form textarea:focus::-o-placeholder {
  color: #f1f1f1;
}
.contact .content .info .c-message form input:focus::-moz-placeholder,
.contact .content .info .c-message form textarea:focus::-moz-placeholder {
  color: #f1f1f1;
}
.contact .content .info .c-message form input:focus::-ms-input-placeholder,
.contact .content .info .c-message form textarea:focus::-ms-input-placeholder {
  color: #f1f1f1;
}
.contact .content .info .c-message form button {
  padding: 2px 10px;
  font-size: 22px;
  color: #fff;
  background-color: #2d53d1;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .c-message form button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .c-message form button {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .contact .content .info .c-message form button:hover {
    background-color: #000;
  }
}
.contact .content .info .c-message form button::after {
  display: inline-block;
  margin-left: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e647';
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .c-message form button::after {
    font-size: 14px;
  }
}
