@charset "UTF-8";
/* 文字为主 */
/** 混合指令 **/
/* 带图片、标题的模块样式 */
body {
  padding-top: 0;
}

#header {
  background-color: transparent;
}
#header.fixed {
  background-color: #fff;
}
#header.fixed .fr > div > a {
  color: #000;
}
#header .fr > div > a {
  color: #fff;
}

#banner {
  position: relative;
  width: 100%;
  height: 808px;
  background-color: #fff;
}
#banner .img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
}
#banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
#banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #FFF;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #FFF;
  border-radius: 10px;
  opacity: 1;
}

.intro {
  background-color: #fff;
}
.intro p {
  margin-bottom: 29px;
  text-align: center;
  font-size: 28px;
  color: #333;
}
.intro .wraps {
  max-width: 1200px;
  margin: 53px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.intro .wraps > div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 285px;
  line-height: 285px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.intro .wraps > div:first-child {
  background-image: url(../img/index-img1-1.jpg);
}
.intro .wraps > div:nth-child(2) {
  background-image: url(../img/index-img1-2.jpg);
}
.intro .wraps > div:nth-child(3) {
  background-image: url(../img/index-img1-3.jpg);
}
.intro .wraps > div::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.intro .wraps > div:hover::before {
  background-color: rgba(52, 90, 255, 0.8);
}
.intro .wraps > div:hover a {
  padding-bottom: 9px;
  border-bottom: 2px solid #FFF;
}
.intro .wraps > div a {
  position: relative;
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  z-index: 2;
}

.intro-wrapper {
  padding: 0 10px;
  background-color: #1B1F25;
}
.intro-wrapper .wrap {
  position: relative;
  height: 128px;
  cursor: pointer;
}
.intro-wrapper .wrap::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 72px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.intro-wrapper .wrap:hover::before, .intro-wrapper .wrap.active::before {
  background-color: #345AFF;
}
.intro-wrapper p {
  padding-left: 27px;
  margin-bottom: 26px;
  color: #76797C;
}
.intro-wrapper p.arrow {
  display: none;
  -webkit-animation: fade 0.3s;
          animation: fade 0.3s;
}
.intro-wrapper .active p {
  color: #FFF;
}
.intro-wrapper .active p.arrow {
  display: block;
}
.intro-wrapper .tit {
  font-size: 30px;
  font-weight: bold;
}
.intro-wrapper .subtit {
  font-size: 16px;
}
.intro-wrapper > div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro-wrapper > div .lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.intro-wrapper > div .rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-wrapper > div .rt .box {
  width: 100%;
  height: 100%;
}
.intro-wrapper > div .rt .box:hover {
  cursor: pointer;
}
.intro-wrapper > div .rt .box > div > img {
  display: block;
  width: 100%;
  max-width: 420px;
  max-height: 236px;
}
.intro-wrapper > div .rt .vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-wrapper > div .rt .img {
  position: relative;
}
.intro-wrapper > div .rt .img > img {
  width: 100%;
}
.intro-wrapper > div .rt .img > div {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 34px 0 63px;
  font-size: 26px;
  color: #FFF;
}
.intro-wrapper > div .rt .img > div > a {
  display: none;
  float: right;
  width: 56px;
  height: 20px;
}
.intro-wrapper > div .rt .img > .small {
  font-size: 18px;
}
.intro-wrapper > div .rt .img:hover > div > a {
  display: inline-block;
  -webkit-animation: fade 0.3s;
          animation: fade 0.3s;
}

.news {
  padding: 80px 0;
  background-color: #F5F5F5;
}
.news > div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .tit {
  width: 100%;
}
.news .tit span {
  font-size: 36px;
  color: #000;
}
.news .tit a {
  font-size: 20px;
  color: #666;
}
.news .tit a i {
  margin-left: 5px;
}
.news .new {
  background-color: #FFF;
}
.news .new .title {
  display: block;
  font-size: 20px;
  color: #000;
}
.news .new p {
  line-height: 22px;
  font-size: 14px;
  color: #999;
}
.news .lt {
  width: 40.6%;
}
.news .lt > img {
  display: block;
  width: 100%;
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .lt .new {
  height: 223px;
  padding: 30px 24px 32px 24px;
}
.news .lt .new .time {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.news .lt .new p {
  margin-top: 28px;
  height: 44px;
}
.news .lt .new .more {
  font-size: 14px;
  color: #333;
}
.news .rt {
  width: 57.6%;
  margin-left: 20px;
}
.news .rt .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  height: 129px;
}
.news .rt .new + .new {
  margin-top: 20px;
}
.news .rt .new .day {
  margin-top: 18px;
  font-size: 56px;
  font-family: Arial;
}
.news .rt .new .time {
  position: relative;
  padding-top: 30px;
  padding-right: 30px;
}
.news .rt .new .time::after {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  content: "";
  width: 1px;
  height: 90px;
  background-color: #F5F5F5;
}
.news .rt .new .con {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 22px;
  margin-left: 30px;
  overflow: hidden;
}
.news .rt .new .con p {
  margin-top: 20px;
}
.news .rt .new .more {
  float: right;
  margin-top: 52px;
  color: #333;
}

.news .tit a:hover, .news .new .more:hover, .news .new .title:hover {
  color: #345AFF;
}