.news-bar {
  line-height: 54px;
  background-color: rgba(0, 0, 0, 0.8);
}
.news-bar .cont {
  height: 100%;
  display: flex;
  height: 54px;
  color: #fff;
  font-size: 20px;
}
.news-bar .cont .news-scroll {
  margin-left: 24px;
}
.news-bar .cont .news-scroll .swiper-wrapper .swiper-slide {
  text-align: left;
}
.news-bar .cont .news-scroll .swiper-wrapper .swiper-slide a {
  color: #fff;
  font-size: 20px;
  margin-right: 1em;
  transition: all 0.33s linear;
}
.news-bar .cont .news-scroll .swiper-wrapper .swiper-slide a:hover {
  color: #ff0012;
}
.index-title {
  text-align: center;
  line-height: 1.5;
}
.index-title .en {
  color: #efefef;
  font-size: 48px;
  text-transform: uppercase;
}
.index-title h3 {
  color: #0063b5;
  font-size: 36px;
}
.index-title .desc {
  color: #777777;
  font-size: 24px;
}
.index-1 {
  margin-top: 32px;
}
.index-1 .cont ul {
  display: flex;
  justify-content: space-between;
}
.index-1 .cont ul li {
  display: flex;
  align-items: center;
}
.index-1 .cont ul li .info {
  padding: 0 10px;
  border-left: 8px solid #ff0012;
}
.index-1 .cont ul li .info .tags {
  display: flex;
}
.index-1 .cont ul li .info .tags .tag {
  display: flex;
  align-items: center;
}
.index-1 .cont ul li .info .tags .tag .iconfont {
  color: #ff0012;
  font-size: 20px;
}
.index-1 .cont ul li .info .tags .tag span {
  color: #1b1b1b;
  font-size: 12px;
}
.index-1 .cont ul li .info h1 {
  color: #ff0012;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}
.index-1 .cont ul li .info .more {
  display: flex;
  color: #1b1b1b;
  font-size: 14px;
  align-items: center;
}
.index-1 .cont ul li .info .more .iconfont {
  font-size: 24px;
}
.index-1 .cont ul li img {
  flex-shrink: 0;
  width: 160px;
}
.index-2 {
  padding: 60px 0;
}
.index-2 ul {
  display: flex;
  margin-top: 40px;
}
.index-2 ul li {
  width: 25%;
  padding-top: 37.5%;
  height: 0;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-2 ul li .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-2 ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-2 ul li .info {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  display: flex;
  padding: 0 8%;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: rgba(0, 0, 0, 0.76);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-2 ul li .info .tit {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  border-bottom: 2px solid #fff;
}
.index-2 ul li:hover {
  transform: scale(1.1);
  z-index: 1;
  transition-delay: 0s;
}
.index-2 ul li:hover .info {
  background-color: rgba(255, 0, 14, 0.66);
}
.index-3 {
  padding: 40px 0;
}
.index-3 .xx-swiper {
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 40px;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  width: 422px;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 422px;
  height: 316px;
  position: relative;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide .img-box .bg {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide .img-box .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide .tit {
  font-size: 18px;
  opacity: 0;
  color: #333;
  line-height: 1;
  display: block;
  margin-top: 1em;
  text-align: center;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.index-3 .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  z-index: 10000;
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img-box .bg,
.index-3 .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .img-box .bg {
  background: rgba(0, 0, 0, 0);
}
.index-3 .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .tit,
.index-3 .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .tit {
  opacity: 1;
}
.index-4 {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 560px;
  position: relative;
}
.index-4 .a1 {
  height: 100%;
  width: 960px;
  position: absolute;
  left: 0;
  z-index: -1;
  background: url(../images/a1.jpg) no-repeat center center;
}
.index-4 .about {
  width: 700px;
  height: 100%;
  right: 260px;
  padding: 0 50px;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.index-4 .about h3 {
  color: #0063b5;
  font-size: 40px;
}
.index-4 .about .en {
  color: #0063b5;
  font-size: 18px;
}
.index-4 .about .desc {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  margin: 1em 0;
}
.index-4 .about .more {
  color: #0063b5;
  font-size: 18px;
  line-height: 1;
  padding: 0.5em 2em;
  border: 1px solid #0063b5;
  transition: all 0.33s linear;
}
.index-4 .about .more:hover {
  background-color: #0063b5;
  color: #fff;
}
.index-4 .a2 {
  height: 100%;
  width: 260px;
  right: 0;
  z-index: -1;
  position: absolute;
  background: url(../images/a2.jpg) no-repeat center center;
}
.index-5 {
  margin-top: 100px;
}
.index-5 .cont {
  height: 356px;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  padding: 0 125px;
  align-items: center;
}
.index-5 .cont .info h2 {
  color: transparent;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(#ecd9af, #ffffff, #ecd9af);
  -webkit-background-clip: text;
  margin-bottom: 20px;
}
.index-5 .cont .info .tags {
  flex-wrap: wrap;
  display: flex;
  width: 420px;
}
.index-5 .cont .info .tags .tag {
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.index-5 .cont .info .tags .tag .iconfont {
  font-size: 36px;
  color: #fff;
}
.index-5 .cont .info .tags .tag span {
  color: #fff;
  font-size: 24px;
}
.index-5 .cont .forms {
  margin-left: auto;
}
.index-5 .cont .forms form ul li {
  width: 400px;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 18px;
}
.index-5 .cont .forms form ul li .iconfont {
  color: #cdb281;
  font-size: 30px;
}
.index-5 .cont .forms form ul li input {
  color: #999999;
  font-size: 18px;
  text-indent: 1em;
}
.index-5 .cont .forms form ul button {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: none;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 60px;
  background-image: linear-gradient(#ecd9af, #ffffff, #ecd9af);
  color: #0063b5;
  font-size: 18px;
  cursor: pointer;
}
.index-6 {
  padding: 40px 0;
}
.index-6 .case {
  margin-top: 40px;
  position: relative;
}
.index-6 .case .case-list .swiper-wrapper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 260px;
}
.index-6 .case .case-list .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-6 .case .case-list .swiper-wrapper .swiper-slide .tit {
  color: #333;
  font-size: 20px;
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 1em;
}
.index-6 .case .btns .swiper-button-next {
  right: -60px;
}
.index-6 .case .btns .swiper-button-prev {
  left: -60px;
}
.index-6 ul {
  display: flex;
  margin-top: 60px;
}
.index-6 ul li {
  display: flex;
  width: 13%;
  padding-top: 13%;
  margin-right: 1.5%;
  height: 0;
  position: relative;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.4);
}
.index-6 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.index-6 ul li:nth-child(7n) {
  margin-right: 0;
}
.index-7 {
  padding: 60px 0;
}
.index-7 .cont {
  display: flex;
  margin-top: 50px;
}
.index-7 .cont ul {
  width: 60%;
  flex-shrink: 0;
  border-top: 1px solid #e0e0e0;
}
.index-7 .cont ul li {
  display: flex;
  height: 135px;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.index-7 .cont ul li .date {
  text-align: right;
  margin: 0 24px;
  line-height: 1.6;
}
.index-7 .cont ul li .date .y {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.index-7 .cont ul li .date .md {
  color: #999999;
  font-size: 16px;
}
.index-7 .cont ul li .info .tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.index-7 .cont ul li .info .desc {
  color: #999999;
  font-size: 14PX;
  line-height: 24px;
  margin-top: 12px;
}
.index-7 .cont ul li:hover .tit {
  color: #ff0012;
}
.index-7 .cont .recommend {
  flex: 1;
  margin-left: 52px;
  background-color: #f2f2f2;
  padding: 36px;
}
.index-7 .cont .recommend .rec-news {
  display: flex;
  height: 100%;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
.index-7 .cont .recommend .rec-news .tit {
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.index-7 .cont .recommend .rec-news .pic {
  height: 240px;
  width: 100%;
}
.index-7 .cont .recommend .rec-news .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-7 .cont .recommend .rec-news .more {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ff0012;
  line-height: 1;
  padding: 0.5em 2em;
}
