@charset "utf-8";
/* CSS Document */
.border-radius-6 {
  border-radius: 6px!important;
}
.box-shadow {
  box-shadow: 0 4px 12px #dbdbdb !important;
}
.animated {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.2s linear;
  transform: scale(1);
}
.animated:hover {
  transition: all 0.2s linear;
  transform: scale(1.1);
}
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #A5A5A5;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #51388B;
  border: 1px solid #51388B;
}
.swiper1 .swiper-button-next {
  right: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/right.png) no-repeat;
}
.swiper1 .swiper-button-prev {
  left: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/left.png) no-repeat;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.home-about {
  background: url(../images/background.png) center center no-repeat;
}
.home-about .w {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.about-left-text {
  padding-right: 50px;
  box-sizing: border-box;
  flex: 1;
}
.about-left-text .title-1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 800;
}
.about-left-text .title-2 {
  font-size: 36px;
  color: #cccccc;
  font-family: arial;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: 900;
}
.about-left-text .title-3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
}
.about-left-text p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.about-right-text {
  width: 525px;
}
.about-right-text img {
  width: 100%;
}
.about-num ul {
  display: flex;
  align-items: center;
}
.about-num ul li {
  padding: 30px;
  width: 25%;
  border-right: 1px solid #f5f5f5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}
.about-num ul li:last-child {
  border-right: 0;
}
.about-num ul li h3 {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}
.about-num ul li .counter {
  font-size: 36px;
  font-weight: bold;
  color: #51388B;
}
.about-num ul li .dw {
  font-size: 14px;
  color: #51388B;
}
.met-index-expo-event {
  background-color: #F5F5F5;
  padding: 50px 0;
}
.home-events-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-events-title h2 {
  color: #333;
  font-size: 24px;
  font-weight: 800;
}
.home-events-title a {
  font-size: 16px;
  color: #333;
}
.home-events-content {
  display: flex;
  justify-content: space-between;
}
.events-left {
  width: 530px;
  margin-top: 30px;
}
.events-right {
  width: 650px;
}
.home-events-content-item-left {
  position: relative;
  width: 100%;
  height: 395px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-bottom: 25px;
}
.home-events-content-item-left strong {
  position: absolute;
  background: rgba(102, 63, 142, 0.7);
  padding: 0px 20px;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 20px;
  display: block;
}
.home-events-content-item-right {
  background: #ffffff;
  margin-top: 30px;
}
.home-events-content-item-right a {
  color: #666666;
  display: flex;
  justify-content: space-between;
}
.home-events-content-item-right .home-events-content-item-right-pic {
  width: 230px;
  height: 185px;
  overflow: hidden;
  background-size: cover!important;
  background-position: center center!important;
  border-top-left-radius: 6px!important;
  border-bottom-left-radius: 6px!important;
}
.home-events-content-item-right .home-events-content-item-right-content {
  padding: 20px 20px 0px 20px;
  flex: 1;
  overflow: hidden;
  font-size: 12px;
}
.home-events-content-item-right a strong {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}
.home-events-content-item-right a:hover strong {
  color: #333;
}
.home-series {
  padding: 50px 0;
}
.home-series-content {
  margin-top: 30px;
  display: flex;
  margin: 30px -10px 0 -10px;
}
.home-series-content .series-content {
  padding: 0 10px;
}
.home-series-content-item-left {
  width: auto;
  height: 200px;
  overflow: hidden;
  background-size: cover!important;
  background-position: center center!important;
  border-top-left-radius: 6px!important;
  border-bottom-left-radius: 6px!important;
  position: relative;
}
.home-series-content-item-left .home-series-content-item-title {
  background: rgba(102, 63, 142, 0.7);
  padding: 15px 20px;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  display: block;
  border-bottom-right-radius: 6px!important;
  border-bottom-left-radius: 6px!important;
  position: absolute;
}
.home-series-content-item-left .home-series-content-item-title .icons-arrows {
  background: url(../images/series-arrows.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 60px;
  top: 10px;
}
.home-news-content {
  background-color: #F5F5F5;
  padding: 50px 0;
}
.home-news-content .w {
  display: flex;
  justify-content: space-between;
}
.home-news-content .home-news-content-recommend {
  width: 30%;
}
.home-news-content .home-news-content-recommend a {
  color: #333333;
  background: #fff;
  display: block;
  margin-top: 30px;
}
.home-news-content .home-news-content-recommend h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.home-news-content .home-news-content-recommend .recom-pic {
  width: auto;
  height: 230px;
  overflow: hidden;
  background-size: cover!important;
  background-position: center center!important;
  border-top-left-radius: 6px!important;
  border-top-right-radius: 6px!important;
  position: relative;
}
.p-20 {
  padding: 20px!important;
}
.home-news-content .home-news-content-recommend strong {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news-content .home-news-content-recommend p {
  color: #999999;
  height: 40px;
  overflow: hidden;
}
.home-news-content-right {
  flex: 1;
  margin-left: 20px;
}
.news-nav {
  display: flex;
}
.news-nav li {
  font-size: 18px;
  margin-right: 30px;
  font-weight: 500;
  cursor: pointer;
  line-height: 35px;
  color: #999;
}
.news-nav li.hover {
  color: #51388B;
  border-bottom: 1px solid #51388B;
}
#main0 ul {
  position: relative;
}
.nmore {
  position: absolute;
  right: 0;
  top: -60px;
  font-size: 16px;
}
#main0 ul {
  display: none;
}
#main0 ul.block {
  display: block;
}
.home-news-content-list {
  border-bottom: #ccc solid 1px;
  margin-top: 25px;
  padding-bottom: 15px;
}
.home-news-content-list-time {
  float: left;
  width: 63px;
  background: linear-gradient(to right, #B95996, #51388B);
  border-radius: 5px;
  text-align: center;
  height: 63px;
  color: #ffffff;
  padding: 5px;
  line-height: 200%;
}
.home-news-content-list-time span {
  font-size: 12px;
}
.home-news-content-list a {
  color: #333333;
}
.home-news-content-list-content {
  float: right;
  width: 90%;
}
.home-news-content-list-content strong {
  display: block;
  font-size: 18px;
  padding-bottom: 8px;
  line-height: 26px;
}
.home-news-content-list-content p {
  color: #999999;
  height: 46px;
  line-height: 23px;
  overflow: hidden;
}
.home-brand {
  padding: 50px 0;
}
.home-brand-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.home-brand-list a {
  width: calc(12.5% - 10px);
  margin-bottom: 10px;
  display: block;
  padding: 0 5px;
}
.home-brand-list a img {
  width: 100%;
  height: 80px;
  border-radius: 6px!important;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ddd;
}
.job {
  background-color: #F5F5F5;
  padding: 50px 0;
}
.job-list {
  display: flex;
  flex-wrap: wrap;
}
.job-list a {
  display: block;
  width: 33.333333%;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.job-list a {
  display: flex;
}
.job-list a .job-pic {
  display: flex;
  color: white;
  width: 150px;
  height: 100px;
  padding: 15px;
  box-sizing: border-box;
  background: linear-gradient(to right, #B95996, #51388B);
}
.job-list a .job-pic-con {
  margin-left: 10px;
  width: 200px;
}
.job-list a .job-pic-con h3 {
  font-size: 16px;
}
.job-list a .job-pic-con p {
  font-size: 12px;
}
.job-list a .job-content {
  margin-left: 20px;
  margin-right: 40px;
}
.job-list a .job-content span {
  display: block;
  font-size: 14px;
  color: #999;
}
.job-list a .job-content h4 {
  display: block;
  margin-top: 10px;
  color: #333;
}
.hzcon {
  padding: 50px 0;
}
.owl-list4 {
  box-sizing: border-box;
}
.owl-list4 .item {
  text-align: center;
  display: block;
  margin: 0 12px;
}
.owl-list4 .item img {
  width: 100%;
}
.owl-list4 .owl-buttons {
  height: 41px;
  margin-top: -41px;
}
.owl-list4 .owl-buttons div {
  width: 22px;
  height: 41px;
}
.owl-list4 .owl-buttons .owl-prev {
  position: absolute;
  left: -41px;
  top: 50%;
  margin-top: -22px;
  background: url(../images/Vector_left.png) center center no-repeat;
}
.owl-list4 .owl-buttons .owl-next {
  position: absolute;
  right: -41px;
  top: 50%;
  margin-top: -22px;
  background: url(../images/Vector_right.png) center center no-repeat;
}
.owl-list4 .owl-pagination {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
  .home-about .w {
    flex-direction: column;
    padding: 20px 10px;
  }
  .about-left-text {
    padding-right: 0px;
  }
  .about-left-text .title-2 {
    line-height: 150%;
    font-size: 24px;
  }
  .about-right-text {
    width: 100%;
  }
  .about-num ul {
    flex-direction: column;
  }
  .about-num ul li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .met-index-expo-event {
    padding: 30px 0;
  }
  .home-events-content {
    flex-direction: column;
  }
  .events-left {
    width: 100%;
    margin-top: 30px;
  }
  .events-right {
    width: 100%;
    margin-top: 0;
  }
  .home-events-content-item-right a {
    flex-direction: column;
  }
  .home-events-content-item-right .home-events-content-item-right-pic {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-size: cover!important;
    background-position: center center!important;
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
  }
  .home-events-content-item-right .home-events-content-item-right-content {
    padding: 20px 20px 20px 20px;
  }
  .home-series {
    padding: 30px 0;
  }
  .home-news-content {
    padding: 30px 0;
  }
  .home-news-content .w {
    flex-direction: column;
  }
  .home-news-content .home-news-content-recommend {
    width: 100%;
  }
  .home-news-content-right {
    flex: 1;
    margin-left: 0px;
    margin-top: 20px;
  }
  .home-news-content-list-content {
    width: 75%;
  }
  .home-news-content-list-content p {
    height: 100%;
  }
  .home-brand-list a {
    width: calc(33.333333% - 10px);
  }
  .home-brand-list a img {
    height: auto;
  }
  .job {
    padding: 30px 0;
  }
  .job-list a {
    display: block;
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .job-list a .job-content span {
    margin-top: 10px;
  }
  .hzcon {
    padding: 30px 0;
  }
  .owl-list4 .owl-buttons {
    display: none;
  }
}
