#slider {
  position: relative;
  overflow: hidden;
  background-color: #2b374f;
  /* pagination */
  /* controls */
}

#slider .swiper-container {
  max-width: 1920px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#slider .swiper-slide {
  /* Specify Slides's Size: */
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;

}

#slider .swiper-slide > a {
  display: block;
  height: 100%;
}

#slider .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding-bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

#slider .swiper-pagination-switch {
  /* Stylize pagination button: */
  float: left;
  width: 50px;
  height: 20px;
  border-bottom: 4px solid #00203e;
  margin-right: 17px;
  cursor: pointer;
  transition: 0.1s;
}

#slider .swiper-pagination-switch:last-child {
  margin-right: 0;
}

#slider .swiper-pagination-switch:hover,
#slider .swiper-active-switch {
  /* Specific active button style: */
  border-color: #c83842;
  border-bottom-width: 9px;
}

#slider .swiper-active-switch {
  cursor: default;
}

#slider .swiper-control {
  position: absolute;
  color: #ddd;
  font-size: 40px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  display: none;
}

#slider .swiper-control:hover {
  color: #c83842;
}

#slider .swiper-prev {
  left: 0;
}

#slider .swiper-next {
  right: 0;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.banner .banner-inner1{
  position: relative;
  height: 100%;
  width: 1007px;
  margin: 0 auto
}
.banner .banner-inner1 .apply-btn{
  position: absolute;
  bottom: 60px;
  left: 7px;
  width: 149px;
  height: 30px;
  line-height: 30px;
  color: #073f98;
  font-size: 18px;
  font-weight: 400;
  /* background-color: #fff; */
  text-align: center;
  transition: all .5s;
  border-radius: 15px;
}
/* .banner .banner-inner1 .apply-btn:hover{
  background-color: #c5e9ff;
} */
.banner .banner-inner2{
  position: relative;
  height: 100%;
  width: 1005px;
  margin: 0 auto
}
.banner .banner-inner2 .apply-btn{
  position: absolute;
  bottom: 46px;
  left: 46px;
  width: 133px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition: all .5s;
  border-radius: 15px;
  border: 1px solid #eff3fd;
}
.banner .banner-inner2 .apply-btn:hover{
  background-color: #fff;
  color: #2874f0;
}
.banner .banner-inner3{
  position: relative;
  height: 100%;
  width: 1005px;
  margin: 0 auto
}
.banner .banner-inner3 .eleven_btn{
  position: absolute;
  bottom: 73px;
  left: -27px;
  width: 133px;
  height: 36px;
}
.section-heading {
  font-size: 24px;
  line-height: 2;
  border-bottom: 1px solid #e9e7e8;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  margin-top: -2px;
}

.section-subheading::before {
  content: '';
  display: block;
  height: 4px;
  width: 45px;
  background-color: #c83842;
  margin: 0 auto;
}

#voice-gallery {
  padding: 30px 15px;
}

#voice-gallery-wrap {
  margin: 0 -9px 0 0;
  /* padding-left: 75px; */
}

#voice-gallery-wrap li {
  float: left;
  list-style-type: none;
  margin-right: 9px;
  /* margin-bottom: 20px; */
  /* width: 233px; */
  width: 237px;
}

.voice-item {
  position: relative;
  display: block;
  border: 1px solid #eee;
}

.voice-item:hover {
  color: #666;
}

.voice-item-cover {
  position: relative;
  /* width: 283px;
  height: 154px; */
  width: 100%;
}

.voice-item-cover > img {
  width: 100%;
}

.voice-item-overlay {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.voice-item-overlay-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.voice-item-overlay-icon > img {
  max-width: 100%;
}

.voice-item-desc-wrap {
  padding: 8px 12px;
  font-size: 12px;
}

.voice-item-desc-testimonial {
  float: left;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1;
  color: #1655ed;
  border: 1px solid #1655ed;
  border-radius: 5px;
  padding: 1px 3px;
}

.voice-item-desc-article {
  overflow: hidden;
}

.voice-item-desc-article-title {
  font-weight: bold;
  line-height: 16px;
  height: 32px;
}

.voice-item-desc-article-link {
  margin-top: 10px;
  text-align: right;
}

.voice-item-desc-article-link span {
  vertical-align: middle;
}

.voice-item-desc-article-link img {
  max-height: 12px;
}



.voice-lightbox-backdrop {
  position: fixed;
  z-index: 100; /* 盖过右侧悬浮按钮 */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0;
}

.voice-lightbox-backdrop.active {
  opacity: 1;
  transition: 0.3s;
  overflow-y: auto;
}

.voice-lightbox-close-btn {
  position: fixed;
  right: 40px;
  top: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.6;
}

.voice-lightbox-img-wrap {
  min-height: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice-lightbox-img-wrap img {
  max-width: 100%;
}

#carousel {
  position: relative;
  margin-top: 30px;
}

#carousel .swiper-container {
  width: 980px;
  height: 170px;
}

#carousel .swiper-slide {
  width: 140px;
  height: 170px;
  text-align: center;
}

#carousel .swiper-slide > a {
  display: block;
  color: #888;
}

#carousel .swiper-slide img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: 3px solid transparent;
  overflow: hidden;
  transition: 0.2s;
}

#carousel .company-name {
  font-size: 14px;
  margin: 10px 0;
}

#carousel .view-detail {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 5px 14px;
  border: 1px solid #888;
  border-radius: 12px;
  transition: 0.2s;
}

#carousel .swiper-slide:hover > a {
  color: #000;
}

#carousel .swiper-slide:hover img {
  border-color: #d8d8d8;
}

#carousel .swiper-slide:hover .view-detail {
  border-color: #2a3650;
  background-color: #2a3650;
  color: #fff;
}

#carousel .swiper-control {
  position: absolute;
  color: #ddd;
  font-size: 16px;
  top: 35px;
  cursor: pointer;
  line-height: 40px;
  width: 16px;
  text-align: center;
}

#carousel .swiper-control i {
  font-weight: bold;
}

#carousel .swiper-control:hover {
  color: #c83842;
}

#carousel .swiper-prev {
  left: 50%;
  margin-left: -503px;
}

#carousel .swiper-next {
  right: 50%;
  margin-right: -503px;
}

#newsLeft {
  float: left;
  width: 340px;
  height: 220px;
  overflow: hidden;
  margin-right: 20px;
}

#newsLeft img {
  width: 340px;
  height: 125px;
}

#newsLeft .news-title-wrap {
  line-height: 1;
  margin-top: 10px;
}

#newsLeft .news-date {
  float: left;
  color: #c83842;
  font-size: 18px;
  margin-right: 6px;
}

#newsLeft .news-date .date {
  font-size: 14px;
}

#newsLeft .news-title {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsLeft .more {
  float: right;
  font-size: 12px;
  margin-top: 6px;
}

#newsLeft .read-amount {
  font-size: 12px;
  color: #888;
  margin: 4px 0 8px;
}

#newsLeft .news-detail {
  color: #888;
}

#newsWrap {
  margin-top: 30px;
}

#newsMiddle {
  float: left;
  width: 384px;
}

#newsMiddle li {
  border: 1px solid #e9e7e8;
  height: 68px;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-bottom: 8px;
}

#newsMiddle li:first-child .news-date {
  color: #c83842;
}

#newsMiddle li:last-child {
  margin-bottom: 0;
}

#newsMiddle .news-date {
  float: left;
  color: #888;
  font-size: 18px;
  margin-right: 20px;
}

#newsMiddle .news-date .date {
  float: right;
  font-size: 14px;
  margin-top: 16px;
}

#newsMiddle .news-detail-wrap {
  overflow: hidden;
}

#newsMiddle .news-title {
  display: block;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsMiddle .news-detail {
  display: block;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsRight {
  float: right;
  width: 220px;
}

#newsRight li {
  position: relative;
  float: left;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
}

#newsRight .news-right-1 {
  background-image: url("../img/index/news-right-bg-1.jpg");
}

#newsRight .news-right-2 {
  background-image: url("../img/index/news-right-bg-2.jpg");
}

#newsRight .news-right-3 {
  background-image: url("../img/index/news-right-bg-3.png");
}

#newsRight .news-right-4 {
  background-image: url("../img/index/news-right-bg-4.jpg");
}

#newsRight .hover-show {
  opacity: 0;
}

#newsRight.hover .hover-hide {
  opacity: 0;
}

#newsRight.hover .hover-show {
  opacity: 1;
}

#newsRight .title-english {
  font-size: 12px;
  text-transform: uppercase;
}

#newsRight .news-right-1 .title,
#newsRight .news-right-1 .title-english {
  position: absolute;
  width: 100%;
  text-align: center;
}

#newsRight .news-right-1 .title {
  top: 10px;
}

#newsRight .news-right-1 .title-english {
  top: 28px;
}

#newsRight .news-right-2 .title,
#newsRight .news-right-2 .title-english {
  position: absolute;
}

#newsRight .news-right-2 .title {
  width: 100%;
  text-align: center;
  top: 80px;
}

#newsRight .news-right-2 .title-english {
  top: 64px;
  left: 60px;
}

#newsRight .news-right-3 .title,
#newsRight .news-right-3 .icon-play {
  position: absolute;
}

#newsRight .news-right-3 .title {
  width: 100%;
  text-align: center;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}

#newsRight .news-right-3 .icon-play,
#newsRight .news-right-3 .icon-play-overlay {
  width: 47px;
  height: 47px;
  background-position: 0px 0px;
}

#newsRight .news-right-3 .icon-play {
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -23px;
}

#newsRight .news-right-4 .title,
#newsRight .news-right-4 .title-english {
  position: absolute;
}

#newsRight .news-right-4 .title {
  top: 6px;
  right: 3px;
}

#newsRight .news-right-4 .title-english {
  top: 27px;
  right: 3px;
}

#newsRight .news-right-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 32, 62, 0.8);
  transition: 0.3s;
}

#newsRight .news-right-overlay > a {
  display: table-cell;
  width: 110px;
  height: 110px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

#newsRight .news-right-overlay .title-english-2 {
  font-size: 12px;
  text-transform: uppercase;
}
/* 底部广告 */
.mask-fixed{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 156px;
  z-index: 99;
}
.mask-fixed .img-container{
  position: absolute;
  width: 1005px;
  height: 131px;
  bottom: 0;
  left: 50%;
  margin-left: -502px;
}
.mask-fixed .img-container>a{
  position: absolute;
  width: 170px;
  height: 52px;
  right: 33px;
  top: 68px;
}
.mask-fixed .img-container>i{
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 0px;
  background: url(../img/index/remove-icon-small.png) no-repeat;
  background-size: 100% 100%; 
}
