@font-face{font-family:"Montserrat";font-style:italic;font-weight:100;font-display:swap;src:url("../fonts/montserrat.woff2") format("woff2");
}
.page-index {
  background: #fff;
  padding-bottom: 90px;
}

.page-index .banner {
  height: auto;
}

.page-index .banner .banner-slider {
  height: 100%;
}

.page-index .banner .swiper-slide-active .sm {
  -webkit-animation: fadeInDown 0.5s;
          animation: fadeInDown 0.5s;
}

.page-index .banner .swiper-slide-active .lg {
  -webkit-animation: fadeInDown 0.5s;
          animation: fadeInDown 0.5s;
}

.page-index .banner .swiper-slide-active .kown-more {
  -webkit-animation: fadeInUp 0.7s;
          animation: fadeInUp 0.7s;
}

.page-index .banner .banner-content {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-index .banner .banner-img {
  width: 100%;
  height: auto;
}

.page-index .banner .banner-content .sm {
  font-size: 24px;
}

.page-index .banner .banner-content .lg {
  padding: 3% 0 2% 0;
  font-size: 64px;
  font-weight: bold;
  font-family: "Montserrat",Sans-serif;
  max-width: 95%;
  margin:0 auto;
  text-align: center;
}

.page-index .banner .slick-list,
.page-index .banner .slick-track,
.page-index .banner .slick-slide {
  height: 100%;
}

.page-index .banner .swiper-pagination {
  bottom: 20px;
}

.page-index .banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

.page-index .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.page-index .banner .overbg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-index .comm-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.page-index .comm-section.pro {
  padding-bottom: 65px;
  background-color: #fbfeff;
}

.page-index .section-tit {
  text-align: center;
  margin-bottom: 70px;
}

.page-index .section-tit .tit {
  color: #333333;
  font-size: 36px;
  position: relative;
  display: inline-block;
}

.page-index .section-tit .bar {
  width: 61px;
  height: 6px;
  background-color: #095bb1;
  display: inline-block;
  margin-bottom: 20px;
}

.page-index .anim-show .bar {
  -webkit-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}

.page-index .anim-show .tit {
  -webkit-animation: fadeInDown 0.7s;
  animation: fadeInDown 0.7s;
}

.page-index .anim-show.list {
  -webkit-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}

.page-index .comment .swiper-content {
  padding: 0 80px;
}

.page-index .comment .m-swiper-wrapper {
  display: none;
}

.page-index .comm-section.comment {
  padding-bottom: 0;
}

.page-index .comment .swiper-main {
  position: relative;
  z-index: 10;
}

.page-index .comment .swiper-slide {
  padding: 35px 10px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.page-index .comment .swiper-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-index .comment .swiper-container {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.page-index .m-commnet-swiper {
  position: relative;
  display: none;
}

.page-index .comment .swiper-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-index .comment .swiper-button-prev {
  left: 0;
  background: url(../images/swiper_prev_icon.png) no-repeat center center;
}

.page-index .comment .swiper-button-next {
  right: 0;
  background: url(../images/swiper_next_icon.png) no-repeat center center;
}

.page-index .comment .swiper-button-prev:hover {
  background-image: url(../images/swiper_prev_icon_hover.png);
}

.page-index .comment .swiper-button-next:hover {
  background-image: url(../images/swiper_next_icon_hover.png);
}

.page-index .comment .item-comment {
  overflow: hidden;
}

.page-index .comment .item-comment .item-avatar {
  float: left;
}
.page-index .comment .item-comment .item-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.page-index .comment .item-comment .item-name-wrap {
  padding-left: 100px;
  padding-top: 1px;
}

.page-index .comment .item-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
}

.page-index .comment .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.page-index .comment .item-info {
  width: 100%;
}

.page-index .comment .item-name {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  margin: 15px 0;
}

.page-index .comment .item-date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.page-index .comment .item-desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 45px;
  line-height: 1.8;
  margin-top: 30px;
  padding: 30px 15px 60px;
  background: #f5f5f5;
}

.page-index .comment .partner-content {
  padding-top: 190px;
  padding-bottom: 85px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  margin-top: -110px;
}

.page-index .comment .partner-list {
  position: relative;
}

.page-index .comment .partner-list::before,
.page-index .comment .partner-list::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 160px;
  top: 0;
}

.page-index .comment .partner-list::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff 25%, hsla(0, 0%, 100%, 0));
}

.page-index .comment .partner-list::after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(75%, #fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 75%);
}

.page-index .comment .partner-list ul {
  white-space: nowrap;
  margin-bottom: 24px;
}

.page-index .comment .partner-list li {
  margin-right: 24px;
  display: inline-block;
  width: 215px;
}

.page-index .comment .partner-list .cover {
  position: relative;
  padding-top: 60.4651%;
}

.page-index .comment .partner-list .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-index .news {
  background-color: #fff;
}

.page-index .news .list li {
  margin-bottom: 0;
}

.page-index .service {
  padding: 100px 0;
  background: url(../images/index_service_bg.png) no-repeat left top/cover;
}

.page-index .service .section-tit .tit {
  color: #fff;
}

.page-index .service .list {
  margin-left: 0;
  margin-right: 0;
}

.page-index .service .list li {
  float: left;
  width: 20%;
  padding: 0 2%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-index .service .list li .img-box .hide {
  display: none;
}

.page-index .service .list li:hover .img-box {
  background: #095bb1;
}

.page-index .service .list li:hover .img-box .hide {
  display: inline-block;
}

.page-index .service .list li {
  float: left;
  width: 25%;
  padding: 50px 3.7% 55px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-index .service .list li + li {
  border-left: 1px solid #5a8edb;
}

.page-index .service .list li .inner {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.page-index .service .list li .name {
  padding: 40px 0 25px;
  font-size: 24px;
  color: #fff;
  font-weight: bolder;
}

.page-index .service .list li .desc {
  color: #fff;
  font-size: 16px;
  color: #dae4f1;
  line-height: 1.6;
}

.page-index .service .list li:hover .img-box {
  background: #095bb1;
}

.page-index .pro-tablist {
  margin-left: -2%;
  margin-right: -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  border-bottom: 1px solid #e7e9ea;
}

.page-index .pro-tablist::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
}

.page-index .pro-tablist li {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: inline-block;
  padding-left: 2%;
  padding-right: 2%;
  width: 25%;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

.page-index .pro-tablist li .item-name {
  padding-top: 15px;
}

.page-index .pro-tablist li.cur,
.page-index .pro-tablist li:hover {
  color: #095bb1;
}

.page-index .pro-tablist a {
  display: inline-block;
  padding-bottom: 10px;
  padding: 0 15px 10px;
  position: relative;
}
.page-index .pro-tablist a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #095bb1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.page-index .pro-tablist li.cur a::after,
.page-index .pro-tablist li:hover a::after {
  visibility: visible;
  opacity: 1;
}

.page-index .pro-tablist li .hide {
  display: none;
}

.page-index .pro-tablist li.cur .hide,
.page-index .pro-tablist li:hover .hide {
  display: inline-block;
}

.page-index .pro-tablist li.cur .show,
.page-index .pro-tablist li:hover .show {
  display: none;
}

.page-index .pro-tablist li.cur .item-icon,
.page-index .pro-tablist li:hover .item-icon {
  display: none;
}

.page-index .pro-tablist li.cur .item-icon-on,
.page-index .pro-tablist li:hover .item-icon-on {
  display: none;
}

.page-index .pro-tablist li .item-icon-on {
  height: 28px;
  display: none;
}

.page-index .pro-tab-cotnent .pro-list {
  display: none;
}

.page-index .pro-tab-cotnent .pro-list:nth-child(1) {
  display: block;
}

.page-index .pro-list {
  margin-left: -2%;
  margin-right: -2%;
  padding-top: 15px;
}

.page-index .pro-list li {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 25%;
  text-align: center;
  margin-top: 40px;
}

.page-index .pro-list .cover-box {
  padding-top: 82%;
  width: 100%;
}

.page-index .pro-list .hover-cover {
  position: relative;
}

.page-index .pro-list .cover {
  position: relative;
}


.page-index .pro-list .inner {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  background: #fff;
}
.page .pro-list .hover-cover{
    position: relative;
    background: #fff;
}
.page .pro-list .cover-tit{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    font-size:16px;
    background:rgba(0,0,0,0.3);
    color:#fff;
    line-height: 1.5;
    display: table;
    text-align: center;
    z-index:10;
    opacity: 0;
}
.page .pro-list .inner:hover .cover-tit{
    opacity: 1;
    transition: all 0.3s ease-in;
}
.page .pro-list .cover-tit p{
    position: absolute;
    width:95%;
    top:50%;
    left:50%;
    margin:0 auto;
    transform: translate(-50%,-50%);
}
.page .pro-list .meta {
  width: 100%;
  padding: 25px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  background-color: #fff;
  color: #000000;
  font-size: 20px;
  overflow: hidden;
}

.page .pro-list .meta .tit {
  font-size: 20px;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.page .pro-list .meta .tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background: #095bb1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page .pro-list .meta .desc {
  color: #b1b0b0;
  padding: 15px 15px 0 15px;
}

.page-index .pro-list li:hover .tit-box {
  opacity: 0;
}

.page .pro-list .inner:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.15);
}

.page .pro-list .inner:hover .tit::after {
  width: 100%;
}

.page .pro-list li:hover .meta {
  color: #095bb1;
}

.page-index .pro .more-arrow {
  font-size: 14px;
}

.page-index .pro-more {
  text-align: center;
  margin-top: 50px;
}

.page-index .pro-more .more-btn {
  color: #095bb1;
  border: 1px solid #095bb1;
  color: #fff;
  margin: 0 auto;
}

.page-index .introduce .about {
  padding-top: 90px;
}

.page-index .introduce .company-name {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #111111;
  position: relative;
  padding-bottom: 30px;
  float: left;
}
.page-index .introduce .company-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 6px;
  background-color: #095bb1;
}

.page-index .introduce .more-btn {
  float: right;
}

.page-index .introduce .picture {
  padding-bottom: 70px;
  background: url(../images/company_picture_bg.png) no-repeat left bottom/cover;
}

.page-index .introduce .swiper-container {
  padding-bottom: 80px;
}

.page-index .introduce .mobile-company-swiper {
  display: none;
}

.page-index .introduce .swiper-pagination {
  bottom: 0;
}

.page-index .introduce .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #095bb1;
  opacity: 0.5;
  margin: 0 10px;
}

.page-index .introduce .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #095bb1;
  opacity: 1;
}

.page-index .introduce .picture .row {
  margin: 0 -18px;
}

.page-index .introduce .picture li {
  padding: 0 18px;
}

.page-index .introduce .picture .inner {
  position: relative;
}

.page-index .introduce .picture .cover {
  position: relative;
  padding-top: 67.368%;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.page-index .introduce .picture .tit {
  background: url(../images/cover_tit_bg.png) no-repeat left bottom/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}

.page-index .introduce .picture .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-index .introduce .content {
  padding: 40px 0 90px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-index .introduce .content .desc {
  color: #6a6a6a!important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  text-align: justify;
  padding-right: 2%;
}

.page-index .introduce .content .dbox {
  float: left;
  color: #39383e;
  text-align: center;
  /*overflow: hidden;*/
  width: 45%;
  margin-left: 5%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-index .introduce .content .dbox .cell-inner {
  height: auto;
  padding: 35px 0;
  -webkit-box-shadow: 0px 0px 10px 0px #e2e2e2;
          box-shadow: 0px 0px 10px 0px #e2e2e2;
  border-radius: 10px;
}

.page-index .introduce .content .dbox dt {
  color: #095bb1;
}

.page-index .introduce .content .dbox .cell-inner .hide {
  display: none;
}

.page-index .introduce .content .dbox .cell-inner:hover {
  color: #fff;
  background: #095bb1;
}

.page-index .introduce .content .dbox .cell-inner:hover dt {
  color: #fff;
}

.page-index .introduce .content .dbox .cell-inner:hover .hide {
  display: inline-block;
}

.page-index .introduce .content .dbox .cell-inner:hover .show {
  display: none;
}

.page-index .introduce .content .dbox dt {
  font-size: 38px;
  padding-top: 10px;
}

.page-index .introduce .content .dbox dd {
  font-size: 16px;
  padding: 0 10px;
}

.page-index .partner {
  padding-bottom: 100px;
}

.page-index .partner .anim-show {
  -webkit-animation: fadeInUp 0.9s;
  animation: fadeInUp 0.9s;
}

.page-index .partner .brand-list {
  padding-top: 20px;
  margin: 0 -10px;
}

.page-index .partner .brand-list li {
  margin-bottom: 15px;
  width: 16.66%;
  float: left;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-index .partner .brand-list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.page-index .partner .brand-list li .img-wrap {
  height: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #f9f9f9;
  line-height: 100px;
}

.page-index .partner .brand-list li img {
  max-width: 100%;
  width: 72%;
}

.page-index .partner .brand-list li span {
  margin-top: 15px;
  color: #333333;
  font-size: 16px;
  display: block;
}