.index-banner {
  position: relative;
}

.index-banner .mode-banner {
  overflow: hidden;
}

.index-banner .pagination {
  position: absolute;
  width: 100%;
  bottom: 100px;
  text-align: center;
}

.index-banner .pagination .swiper-pagination-switch {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
  background-color: transparent;
}

.index-banner .pagination .swiper-pagination-switch:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  opacity: 0.2;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-top: 3px;
}

.index-banner .pagination .swiper-active-switch {
  background-color: #f36f00;
}

.index-banner .pagination .swiper-active-switch:before {
  display: none;
}

.index-search {
  height: 130px;
  background: url(../images/search-bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(208, 222, 241, 0.54);
  margin-top: -60px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 115px;
}

.index-search .form {
  display: block;
  overflow: hidden;
}

.index-search .btn {
  float: right;
  height: 50px;
  width: 130px;
  text-align: center;
  line-height: 50px;
  background-color: #f36f00;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  margin-left: 25px;
}

.index-search .control {
  float: none;
  overflow: hidden;
  background: url(../images/search-icon.png) no-repeat 20px center;
}

.index-search .control .inp {
  font-size: 16px;
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px 0 50px;
  box-sizing: border-box;
  outline: none;
  background: transparent;
}

.index-search .control .inp:focus {
  border-color: #f36f00;
}

.list-news {
  overflow: hidden;
  width: 500px;
}

.list-news .item {
  display: block;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}

.list-news .item:hover .title {
  color: #004ad3;
}

.list-news .item .time {
  float: right;
  color: #999;
  padding-left: 30px;
  font-size: 14px;
}

.list-news .item .title {
  float: none;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.pic-news .item {
  display: block;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 13px 0px rgba(236, 238, 242, 0.28);
}

.pic-news .item .pic {
  float: left;
}

.pic-news .item .pic img {
  display: block;
  width: 325px;
  height: 235px;
}

.pic-news .item .cnt {
  float: none;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 20px;
}

.pic-news .item .cnt .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  margin-bottom: 10px;
}

.pic-news .item .cnt .time {
  font-size: 14px;
  color: #999999;
}

.pic-news .item .cnt .desc {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}

.pic-news .item .cnt .view-detail {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  color: #005ad7;
}

.com-title {
  margin-bottom: 20px;
  line-height: 40px;
}

.com-title:after {
  content: "";
  display: table;
  clear: both;
}

.com-title .more {
  float: right;
  font-size: 16px;
  color: #005ad7;
  cursor: pointer;
}

.com-title .mes {
  float: right;
  font-size: 16px;
  color: #fff;
  background-color: #f36f00;
  color: #fff;
  border-radius: 3px;
  padding: 0 20px;
  cursor: pointer;
}

.com-title .mes:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/edit-icon.png) no-repeat center center;
}

.com-title .text {
  float: left;
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  white-space: nowrap;
}

.com-title .text:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #1165da;
  left: 0;
  bottom: 0;
}

.com-title .text .en {
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: rgba(1, 11, 34, 0.1);
  top: -10px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title .en {
  font-size: 24px;
  font-weight: bold;
}

.section-title .cn {
  font-size: 26px;
}

.train-list {
  margin-right: -10px;
  overflow: hidden;
}

.train-list .train-item {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding-right: 10px;
}

.train-list .train-item .box {
  width: 100%;
  overflow: hidden;
  height: 496px;
  position: relative;
  box-sizing: border-box;
  padding: 55px 35px;
  color: #fff;
}

.train-list .train-item .box:hover .cnt {
  opacity: 1;
}

.train-list .train-item .title {
  position: relative;
}

.train-list .train-item .title .cn {
  font-size: 22px;
  margin-bottom: 5px;
}

.train-list .train-item .title .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.train-list .train-item .cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 125px 35px 55px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 74, 211, 0.7);
  opacity: 0;
  transition: 300ms ease opacity;
}

.train-list .train-item .cnt .desc {
  padding-top: 35px;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  position: relative;
}

.train-list .train-item .cnt .desc:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 1px;
  left: 0;
}

.train-list .train-item .cnt .desc:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 3px;
  background-color: white;
  top: 0;
  left: 0;
}

.train-list .train-item .cnt .view-more {
  display: block;
  width: 114px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  background-color: #f36f00;
  font-size: 16px;
  cursor: pointer;
}

.train-list .train-item1 .box {
  background: url(../images/train1.png) no-repeat center center;
  background-size: cover;
}

.train-list .train-item2 .box {
  background: url(../images/train2.png) no-repeat center center;
  background-size: cover;
}

.train-list .train-item3 .box {
  background: url(../images/train3.png) no-repeat center center;
  background-size: cover;
}

.train-list .train-item4 .box {
  background: url(../images/train4.png) no-repeat center center;
  background-size: cover;
}

.service-promotion {
  padding: 45px 0 35px 0;
  background: url(../images/index-bg2.png) no-repeat center center;
  background-size: cover;
}

.service-promotion .mq-tab .mq-tab-title {
  float: none;
  position: absolute;
  right: 0;
  top: 20px;
}

.service-promotion .org-view, .service-promotion .service-view {
  margin-right: -28px;
  overflow: hidden;
}

.service-promotion .org-view .item, .service-promotion .service-view .item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 28px;
  margin-bottom: 28px;
  position: relative;
}

.service-promotion .org-view .item img, .service-promotion .service-view .item img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
  background-color: #fff;
}

.service-promotion .org-view .item .cnt, .service-promotion .service-view .item .cnt {
  position: absolute;
  left: 0;
  top: 0%;
  right: 28px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-size: 18px;
  color: #fff;
  background-color: rgba(1, 11, 38, 0.3);
}

.service-promotion .org-view .item .cnt:before, .service-promotion .org-view .item .cnt:after, .service-promotion .service-view .item .cnt:before, .service-promotion .service-view .item .cnt:after {
  content: "";
  width: 190px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
}

.service-promotion .view-more {
  display: block;
  width: 114px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  background-color: #f36f00;
  font-size: 16px;
  cursor: pointer;
}

.service-promotion .basic-case {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px;
}

.service-promotion .basic-case .list-news .item {
  padding-left: 12px;
  position: relative;
}

.service-promotion .basic-case .list-news .item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-color: #004ad3;
}

.service-promotion .qa-message {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
}

.service-promotion .list-news .item {
  line-height: 54px;
  border-bottom: 1px solid #f2f4f6;
}

.service-promotion .list-news .item + .item {
  margin-top: 8px;
}

.service-promotion .list-qa .item {
  display: block;
  line-height: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 55px;
  background: url(../images/message-icon2.png) no-repeat 10px center #f2f2f2;
  font-size: 16px;
  cursor: pointer;
}

.service-promotion .list-qa .item:hover {
  background: url(../images/message-icon.png) no-repeat 10px center #004ad3;
  color: #fff;
}

.service-promotion .list-qa .an {
  font-size: 14px;
  display: none;
  background-color: #f2f2f2;
  padding: 10px;
}

.service-promotion .list-qa .box + .box {
  margin-top: 8px;
}

.service-promotion .list-qa .active .item {
  background: url(../images/message-icon.png) no-repeat 10px center #004ad3;
  color: #fff;
}

.service-promotion .list-qa .active .an {
  display: block;
}

.service-promotion .text-more {
  font-size: 14px;
  color: #005ad7;
  text-align: right;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}

.rights-protection {
  background-color: #fff;
  padding: 45px 0;
}

.rights-protection .mq-tab .mq-tab-title {
  float: none;
  position: absolute;
  right: 0;
  top: 20px;
}

.rights-protection .view-more {
  display: block;
  width: 114px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  background-color: #f36f00;
  font-size: 16px;
  cursor: pointer;
}

.basic-data {
  position: relative;
  background-color: #004ad3;
}

.basic-data:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/index-bg3.png) no-repeat right center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.basic-data .cnt {
  position: relative;
  height: 240px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.basic-data .cnt .title {
  font-size: 28px;
  margin-bottom: 10px;
}

.basic-data .cnt .sub {
  font-size: 16px;
  opacity: 0.5;
}

.basic-data .cnt .view-detail {
  display: block;
  width: 145px;
  height: 45px;
  margin-top: 25px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 4px;
  background-color: #f36f00;
  font-size: 16px;
  cursor: pointer;
}

.new-list {
  overflow: hidden;
}

.new-list .list .item {
  display: block;
  line-height: 65px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.new-list .list .item:hover .text {
  color: #004ad3;
}

.new-list .list .item .time {
  float: left;
  color: #999;
  padding-left: 30px;
  background: url(../images/rule.png) no-repeat left center;
}

.new-list .list .item .text {
  float: none;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  padding-left: 20px;
}

.index-trading {
  background: url(../images/index-bg1.png) no-repeat center top;
  background-size: cover;
  padding: 40px 0 80px 0;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .index-banner .mode-banner .mode-inner img {
    height: 200px;
  }
  .index-banner .pagination {
    bottom: 15px;
  }
  .index-search {
    margin-top: 10px;
    padding: 0;
    border-radius: 0;
    height: auto;
    background: none;
    box-shadow: none;
  }
  .index-news .fixed-slide {
    margin-bottom: 20px;
  }
  .pic-news .item .pic {
    width: 100%;
    float: none;
  }
  .pic-news .item .pic img {
    width: 100%;
    object-fit: cover;
  }
  .pic-news .item .cnt {
    padding-left: 0;
  }
  .pic-news .item .cnt .view-detail {
    margin-top: 10px;
  }
  .list-news {
    width: 100%;
    margin-top: 20px;
  }
  .com-title {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .com-title .more {
    font-size: 16px;
  }
  .com-title .mes {
    font-size: 12px;
  }
  .com-title .text {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .com-title .text .en {
    font-size: 18px;
  }
  .train-list {
    margin: 0;
    width: 100%;
  }
  .train-list .train-item {
    float: none;
    width: 100%;
    padding: 0;
  }
  .train-list .train-item .box {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }
  .train-list .train-item .box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 74, 211, 0.7);
  }
  .train-list .train-item .cnt {
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
  }
  .train-list .train-item .cnt .desc {
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .train-list .train-item .title {
    position: relative;
  }
  .train-list .train-item + .train-item {
    margin-top: 10px;
  }
  .service-promotion .org-view, .service-promotion .service-view {
    margin-right: -10px;
  }
  .service-promotion .org-view .item, .service-promotion .service-view .item {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .service-promotion .org-view .item .cnt, .service-promotion .service-view .item .cnt {
    right: 10px;
  }
  .service-promotion .org-view .item img, .service-promotion .service-view .item img {
    height: 100px;
    object-fit: contain;
  }
  .service-promotion .service-view .item img {
    object-fit: cover;
  }
  .service-promotion .basic-case, .service-promotion .qa-message {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .service-promotion .basic-case {
    margin-bottom: 20px;
  }
  .rights-protection .mq-tab .mq-tab-title, .service-promotion .mq-tab .mq-tab-title {
    position: static;
    float: left;
    margin: 0;
    margin-bottom: 20px;
  }
  .rights-protection .mq-tab .tab-content, .service-promotion .mq-tab .tab-content {
    clear: both;
  }
  .new-list .list .item {
    line-height: 50px;
  }
}
