@charset "UTF-8";
html {
  font-size: 14px;
}

.margin-top-value {
  margin-top: 20px;
}

.banner {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.banner .img-fluid {
  object-fit: cover;
}

.switchover {
  max-width: 1400px;
  min-height: 11.92857rem;
  margin: 0 auto;
  padding: 50px 0 0 0;
  overflow: hidden;
}

.switchover .circle-img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.switchover .circle-img-box .circle-img-item {
  line-height: 40px;
  text-align: center;
  margin: 0 30px;
}

.switchover .circle-img-box .circle-img-item .circle-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.57143rem;
  height: 8.57143rem;
  text-align: center;
  border-radius: 50%;
  background: #f9fafc;
}

.switchover .circle-img-box .circle-img-item .circle-img:hover {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  transition: all 1s;
}

.switchover .circle-img-box .circle-img-item .circle-img:hover img {
  transform: none;
  transition: none;
}

.switchover .circle-img-box .circle-img-item label {
  padding-top: 10px;
  color: #333333;
  font-size: 1.28571rem;
}

@media screen and (max-width: 70.85571rem) {
  .switchover {
    max-width: 100%;
  }
  .switchover .circle-img-box {
    flex-wrap: wrap;
  }
  .switchover .circle-img-box .circle-img-item {
    width: 50%;
    text-align: center;
    margin: 0;
  }
  .switchover .circle-img-box .circle-img-item .circle-img {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 102.85714rem) {
  .switchover {
    max-width: 100%;
  }
  .switchover .circle-img-box {
    flex-wrap: wrap;
  }
  .switchover .circle-img-box .circle-img-item {
    width: 33.333%;
    text-align: center;
    margin: 0;
  }
  .switchover .circle-img-box .circle-img-item .circle-img {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }
}

.recommend-information-box {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 5.71429rem;
}

.recommend-information-box h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}

.recommend-information-box .panel-img-list .left-box {
  width: calc(59.8% - 20px);
}

.recommend-information-box .panel-img-list .left-box .mixture-box {
  display: flex;
  justify-content: space-between;
}

.recommend-information-box .panel-img-list .left-box .mixture-box2 {
  margin-top: 20px;
}

.recommend-information-box .panel-img-list .panel-img-box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  overflow: hidden;
}

.recommend-information-box .panel-img-list .panel-img-box a .img-box {
  transition: all 0.5s ease-out;
  /* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition: all 0.5s ease-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-out;
}

.recommend-information-box .panel-img-list .panel-img-box a .img-box .mask {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 2;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.3) 70%);
  visibility: visible;
}

.recommend-information-box .panel-img-list .panel-img-box a .img-box .mask:hover {
  background: url("../imgs/index/mask_grad2.png") repeat-x left bottom;
  background-size: auto 100%;
  opacity: 1;
  filter: alpha(opacity=0.9);
  transition: all 0.5s;
}

.recommend-information-box .panel-img-list .panel-img-box a .img-box:hover {
  transform: scale(1.1, 1.1);
}

.recommend-information-box .panel-img-list .panel-img-box a img {
  position: relative;
  width: 100%;
  height: auto;
}

.recommend-information-box .panel-img-list .panel-img-box .read-more span {
  position: relative;
  top: 0.6rem;
  font-size: 14px;
}

.recommend-information-box .panel-img-list .panel-img-box .read-more i {
  position: relative;
  top: 8px;
  left: 10px;
  color: red;
}

.recommend-information-box .panel-img-list .text-box {
  position: absolute;
  left: 10px;
  bottom: 1rem;
  width: 100%;
  color: #fff;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 30px;
  font-size: 18px;
  z-index: 999;
}

.recommend-information-box .panel-img-list .text-box .name {
  font-size: 1.71429rem;
  font-weight: bold;
}

@media screen and (max-width: 991.98px) {
  .contennt {
    height: auto;
  }
  .recommend-information-box {
    max-width: 100%;
    display: block;
  }
  .recommend-information-box .mb-2,
  .recommend-information-box .my-2 {
    margin-bottom: 0 !important;
  }
  .recommend-information-box .col-md-8,
  .recommend-information-box .col-md-4 {
    width: 96%;
    margin: 1rem auto 0 auto;
  }
  .recommend-information-box .panel-img-list .panel-img-box {
    width: 100%;
  }
  .recommend-information-box .panel-img-list .img-box {
    height: auto;
  }
  .recommend-information-box .panel-img-list .text-box .name {
    font-size: 1.2rem;
  }
}

/**************** news ******************/
.news-box {
  width: 100%;
  background: #f9fafc;
  margin: 40px 0 0 0;
  background: red;
}

.news-box .news-inner-box {
  max-width: 1400px;
  margin: 7.28571rem auto 0 auto;
  padding: 7.28571rem 0 119px 0;
}

.news-box .news-inner-box h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
  padding-bottom: 36px;
}

.news-box .news-inner-box .new-list-box .new1,
.news-box .news-inner-box .new-list-box .new2,
.news-box .news-inner-box .new-list-box .new3,
.news-box .news-inner-box .new-list-box .new4 {
  background: #fff;
  height: 100%;
}

.news-box .news-inner-box .new-list-box .new1:hover,
.news-box .news-inner-box .new-list-box .new2:hover,
.news-box .news-inner-box .new-list-box .new3:hover,
.news-box .news-inner-box .new-list-box .new4:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.news-box .news-inner-box .new-list-box .new1 .img-box,
.news-box .news-inner-box .new-list-box .new2 .img-box,
.news-box .news-inner-box .new-list-box .new3 .img-box,
.news-box .news-inner-box .new-list-box .new4 .img-box {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.news-box .news-inner-box .new-list-box .new1 a,
.news-box .news-inner-box .new-list-box .new2 a,
.news-box .news-inner-box .new-list-box .new3 a,
.news-box .news-inner-box .new-list-box .new4 a {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.news-box .news-inner-box .new-list-box .new1 .info-text,
.news-box .news-inner-box .new-list-box .new2 .info-text,
.news-box .news-inner-box .new-list-box .new3 .info-text,
.news-box .news-inner-box .new-list-box .new4 .info-text {
  position: absolute;
  bottom: 1.2rem;
  left: 3rem;
  font-size: 18px;
  color: #fff;
}

.news-box .news-inner-box .new-list-box .new1 .type-style,
.news-box .news-inner-box .new-list-box .new2 .type-style,
.news-box .news-inner-box .new-list-box .new3 .type-style,
.news-box .news-inner-box .new-list-box .new4 .type-style {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  max-width: 8.57143rem;
  padding: 7px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.news-box .news-inner-box .new-list-box .new1 .type-style span,
.news-box .news-inner-box .new-list-box .new2 .type-style span,
.news-box .news-inner-box .new-list-box .new3 .type-style span,
.news-box .news-inner-box .new-list-box .new4 .type-style span {
  color: #fff;
}

.news-box .news-inner-box .new-list-box .new1 .text-box,
.news-box .news-inner-box .new-list-box .new2 .text-box,
.news-box .news-inner-box .new-list-box .new3 .text-box,
.news-box .news-inner-box .new-list-box .new4 .text-box {
  position: relative;
  top: 0;
  text-align: left;
  padding: 1.42857rem;
}

.news-box .news-inner-box .new-list-box .new1 .text-box .info,
.news-box .news-inner-box .new-list-box .new2 .text-box .info,
.news-box .news-inner-box .new-list-box .new3 .text-box .info,
.news-box .news-inner-box .new-list-box .new4 .text-box .info {
  position: relative;
  height: 5.14286rem;
  line-height: 2.57143rem;
  font-size: 1.28571rem;
  color: #000;
}

.news-box .news-inner-box .new-list-box .new1 .text-box a.btn,
.news-box .news-inner-box .new-list-box .new2 .text-box a.btn,
.news-box .news-inner-box .new-list-box .new3 .text-box a.btn,
.news-box .news-inner-box .new-list-box .new4 .text-box a.btn {
  position: relative;
  width: 10rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #999;
  text-align: left;
  padding-left: 1.85714rem;
  border: 1px solid #e5e5e5;
  margin: 24px auto 0 auto;
  background: url("../imgs/index/arrorw.png") no-repeat 6.71429rem center;
}

.news-box .news-inner-box .new-list-box .new1 .text-box a.btn:hover,
.news-box .news-inner-box .new-list-box .new2 .text-box a.btn:hover,
.news-box .news-inner-box .new-list-box .new3 .text-box a.btn:hover,
.news-box .news-inner-box .new-list-box .new4 .text-box a.btn:hover {
  color: #fff;
  background: #bb0942 url("../imgs/index/arrorw2.png") no-repeat 6.71429rem center;
  border: 1px solid #bb0942;
}

.news-box .news-inner-box .new-list-box .new1 .img-box img {
  width: 100%;
  height: 422px;
  object-fit: cover;
}

.news-box .news-inner-box .new-list-box .new2 .img-box img,
.news-box .news-inner-box .new-list-box .new3 .img-box img,
.news-box .news-inner-box .new-list-box .new4 .img-box img {
  width: 100%;
  height: 222px;
  object-fit: cover;
}

.news-box .news-inner-box .new-list-box a {
  display: block;
}

.news-box .news-inner-box .new-list-box a:hover {
  text-decoration: none;
}

.news-box .news-inner-box .new-list-box .text-box {
  position: relative;
  left: 0;
  bottom: 7.14286rem;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 30px;
  font-size: 1.28571rem;
}

.news-box .news-inner-box .new-list-box .text-box .name {
  font-size: 1.71429rem;
  font-weight: bold;
}

@media screen and (max-width: 70.85571rem) {
  .news-box {
    padding: 0 1rem;
  }
  .news-box .news-inner-box {
    width: 100%;
    margin: 0;
  }
  .news-box .news-inner-box .new-list-box {
    flex-wrap: wrap;
  }
  .news-box .news-inner-box .new-list-box .col-md-3 {
    margin-top: 1rem;
  }
  .news-box .news-inner-box .new-list-box .new1,
  .news-box .news-inner-box .new-list-box .new2,
  .news-box .news-inner-box .new-list-box .new3,
  .news-box .news-inner-box .new-list-box .new4 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
  }
  .news-box .news-inner-box .new-list-box .new1 .text-box .category,
  .news-box .news-inner-box .new-list-box .new2 .text-box .category,
  .news-box .news-inner-box .new-list-box .new3 .text-box .category,
  .news-box .news-inner-box .new-list-box .new4 .text-box .category {
    font-size: 1rem;
  }
  .news-box .news-inner-box .new-list-box .new1 .text-box .info,
  .news-box .news-inner-box .new-list-box .new2 .text-box .info,
  .news-box .news-inner-box .new-list-box .new3 .text-box .info,
  .news-box .news-inner-box .new-list-box .new4 .text-box .info {
    font-size: 1.0rem;
    line-height: 2rem;
  }
  .news-box .news-inner-box .new-list-box .new1 .text-box a.btn,
  .news-box .news-inner-box .new-list-box .new2 .text-box a.btn,
  .news-box .news-inner-box .new-list-box .new3 .text-box a.btn,
  .news-box .news-inner-box .new-list-box .new4 .text-box a.btn {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .news-box .news-inner-box .new-list-box .new1 .img-box,
  .news-box .news-inner-box .new-list-box .new2 .img-box,
  .news-box .news-inner-box .new-list-box .new3 .img-box,
  .news-box .news-inner-box .new-list-box .new4 .img-box {
    position: relative;
  }
  .news-box .news-inner-box .new-list-box .new1 .img-box img,
  .news-box .news-inner-box .new-list-box .new2 .img-box img,
  .news-box .news-inner-box .new-list-box .new3 .img-box img,
  .news-box .news-inner-box .new-list-box .new4 .img-box img {
    width: 100%;
  }
}

/*********** content banner *****************/
@font-face {
  font-family: roboto;
  src: url("../font/roboto bold.ttf");
}

.content-img-box {
  width: 100%;
  min-height: 42.85714rem;
  background: url("../imgs/index/describe.jpg");
  margin: 0 auto;
}

.content-img-box .inner-box {
  max-width: 1400px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.content-img-box .inner-box .item1,
.content-img-box .inner-box .item2,
.content-img-box .inner-box .item3,
.content-img-box .inner-box .item4,
.content-img-box .inner-box .item5 {
  width: 20%;
  float: left;
}

.content-img-box .inner-box .item1:hover,
.content-img-box .inner-box .item2:hover,
.content-img-box .inner-box .item3:hover,
.content-img-box .inner-box .item4:hover,
.content-img-box .inner-box .item5:hover {
  transform: translate3d(0, -10px, 0);
}

.content-img-box .inner-box h3 {
  line-height: 7.14286rem;
  font-size: 5.14286rem;
  font-weight: bold;
  font-family: roboto;
  background: url("../imgs/index/line.jpg") no-repeat bottom center;
  margin-top: 13rem;
}

.content-img-box .inner-box p {
  width: 100%;
  line-height: 2.14286rem;
  font-size: 1.28571rem;
  text-align: center;
  margin-top: 2.14286rem;
}

@media screen and (max-width: 991.98px) {
  .content-img-box {
    min-height: auto;
    padding-bottom: 2.85714rem;
  }
  .content-img-box .inner-box .item1,
  .content-img-box .inner-box .item2,
  .content-img-box .inner-box .item3,
  .content-img-box .inner-box .item4,
  .content-img-box .inner-box .item5 {
    width: 50%;
    float: left;
  }
  .content-img-box .inner-box h3 {
    line-height: 5rem;
    font-size: 3.57143rem;
    margin-top: 2.14286rem;
  }
  .content-img-box .inner-box p {
    width: 100%;
    line-height: 2rem;
  }
}

/**************** parner box***********************/
.parner-box {
  max-width: 1400px;
  margin: 3.57143rem auto 8.57143rem auto;
  padding: 0;
}

.parner-box h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
  padding-bottom: 20px;
}

.parner-box .item-box1 ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.parner-box .item-box1 ul li {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 20%;
}

.parner-box .item-box1 ul li a {
  display: block;
  width: 100%;
  height: 150px;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.parner-box .item-box1 ul li a:hover {
  transform: rotateY(360deg);
  transition: all 2.5s;
}

.parner-box .item-box1 ul li.first {
  margin-left: 0;
}

.parner-box .item-box1 ul .p1 {
  background: url("../imgs/index/p1.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p2 {
  background: url("../imgs/index/p2.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p3 {
  background: url("../imgs/index/p3.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p4 {
  background: url("../imgs/index/p4.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p5 {
  background: url("../imgs/index/p5.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p6 {
  background: url("../imgs/index/p6.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p7 {
  background: url("../imgs/index/p7.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p8 {
  background: url("../imgs/index/p8.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p9 {
  background: url("../imgs/index/p9.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p10 {
  background: url("../imgs/index/p10.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p11 {
  background: url("../imgs/index/p11.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p12 {
  background: url("../imgs/index/p12.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p13 {
  background: url("../imgs/index/p13.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p14 {
  background: url("../imgs/index/p14.png") no-repeat center center;
  background-size: contain;
}

.parner-box .item-box1 ul .p15 {
  background: url("../imgs/index/p15.png") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 991.98px) {
  .parner-box .item-box1 {
    display: flex;
    flex-wrap: wrap;
  }
  .parner-box .item-box1 ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2%;
  }
  .parner-box .item-box1 ul li {
    display: flex;
    justify-content: center;
    width: 49%;
    float: none;
  }
  .parner-box .item-box1 ul li a {
    width: 100%;
    height: 7.14286rem;
  }
}
