.module {
  padding-top: 80px;
}

.banner-box {
  height: 700px;
  background-color: #f5f9fc;
}

.index-module-2 {
  background-color: #fff;
  padding-top: 80px;
}

.module .title {
  font-size: 40px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
}

.module .alias {
  margin-top: 20px;
  line-height: 16px;
  font-family: Candara;
  color: #858585;
  text-align: center;
}

.module h3 {
  margin-top: 30px;
  text-align: center;
  line-height: 18px;
  color: #3e3e3e;
}

.index-module-2 ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 40px;
}

.index-module-2 ul li {
  width: 260px;
  height: 245px;
  margin-top: 40px;
}

.index-module-2 ul li .inner-box{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-module-2 .img-box {
  width: 86px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-module-2 .img-box img {
  display: block;
}

.index-module-2 h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.index-module-2 .tag {
  margin-top: 16px;
  line-height: 16px;
  color: #3e3e3e;
  font-size: 16px;
}

.index-module-2 .summary {
  padding: 0 24px;
  margin-top: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #3e3e3e;
  display: none;
}

.index-module-2 ul li:hover {
  background-color: #fafafa;
}

.index-module-2 ul li:hover .summary {
  display: block;
}

.index-module-3 {
  height: 1116px;
  background-image: url('../images/index/module-3-1-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
}

.index-module-3 .alias {
  color: #fff;
}

.index-module-3 h3 {
  color: #fff;
}

.index-module-4 {
  background-color: #fff;
  padding-bottom: 28px;
}

.index-module-4 ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 84px;
}

.index-module-4 ul li {
  flex-shrink: 0;
  width: 33.33%;
  height: 148px;
  display: flex;
}

.index-module-4 ul li .aside {
  flex-shrink: 0;
  margin-right: 28px;
}

.index-module-4 .img-box {
  display: flex;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
}

.index-module-4 ul li .main {
  flex: 1;
  overflow: hidden;
  padding-top: 12px;
  padding-right: 20px;
}

.index-module-4 ul li .main h4 {
  line-height: 18px;
  font-size: 18px;
}

.index-module-4 ul li .main p {
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #787878;
}

.index-module-5 {
  background-color: #0c71fe;
  background-image: url('../images/index/module_5_bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 62px;
  height: 470px;
  box-sizing: border-box;
}

.index-module-5 .title {
  line-height: 50px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.index-module-5 .input {
  display: block;
  width: 600px;
  height: 50px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
}

.index-module-5 .code {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 600px;
}

.index-module-5 .btn {
  display: block;
  margin: 50px auto 0;
  width: 300px;
  height: 60px;
  background-color: #e49d1c;
  color: #fff;
  font-size: 22px;
  border: 0 none;
  border-radius: 16px;
  font-weight: normal;
  letter-spacing: 5px;
  cursor: pointer;
}

.module-6 {
  padding-top: 36px;
  padding-bottom: 80px;
}

.index-module-3 {
  position: relative;
}

.index-module-3 .main-box{
  background-color: #fff;
  margin-top: 80px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.index-module-3 .tab-box {
  display: flex;
}

.index-module-3 .bank-box{
  display: flex;
  height: 144px;
  border-top: 1px solid #ebebeb;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
}

.index-module-3 .bank-box .item{
  display: flex;
  flex: 1;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.index-module-3 .bank-box .item strong{
  display: block;
  font-size: 20px;
  line-height:20px;
  padding-left: 15px;
}

.index-module-3 .bank-box .item p {
  margin-top: 10px;
  padding-left: 16px;
  line-height: 14px;
  font-size: 14px;
}

.index-module-3 .tab-nav {
  border-right: 1px solid #ebebeb;
  color: #000;
  font-size: 20px;
}

.index-module-3 .tab-nav span {
  width: 275px;
  height: 79px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ebebeb;
}

.index-module-3 .tab-nav span:first-child{
  border-top: 0;
}

.index-module-3 .tab-nav span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 28px;
  transform: translateY(-50%);
  border-right: 1px solid #ebebeb;
}

.index-module-3 .tab-nav .active::before {
  content: ' ';
  width: 3px;
  height: 50px;
  background-color: #006bff;
  position: absolute;
  right: -2px;
  top:50%;
  z-index: 2;
  transform: translateY(-50%);
}

.index-module-3 .tab-nav span:last-child::after {
  display: none;
}

.index-module-3 .tab-content {
 padding-left: 80px;
 padding-top: 40px;
 color: #000;
 flex: 1;
 padding-right: 80px;
}

.index-module-3 .tab-item{
  display: none;
}

.index-module-3 .tab-item:first-child{
  display: block;
}

.index-module-3 .tab-item-title{
  display: flex;
  height: 76px;
  align-items: center;
  justify-content: space-between;
}
.index-module-3 .tab-item-title strong{
  font-size: 30px;
}

.index-module-3 .tab-item-title .tag {
  font-size: 0;
}
.index-module-3 .tab-item-title .tag span{
  display: inline-block;
  padding: 7px 24px;
  background-color: #f6f6f6;
  color: #006bff;
  line-height: 14px;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 10px;
}

.index-module-3 .tab-item-summary{
  display: flex;
}
.index-module-3 .tab-item-summary p {
  flex: 1;
  overflow: hidden;
  line-height: 14px;
  font-size: 14px;
}
.index-module-3 .tab-item-summary a{
  font-size: 14px;
  line-height: 14px;
  color: #616161;
}

.index-module-3 .tab-item img{
  margin-top: 56px;
  width: 100%;
}



.index-module-3 .advantage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 252px;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
}

.index-module-3 .advantage ul {
  display: flex;
}

.index-module-3 .advantage ul li {
  flex: 1;
  overflow: hidden;
  /* height: 252px; */
  display: flex;
  align-items: center;
  padding-top: 109px;
  padding-bottom: 66px;
  flex-direction: column;
  position: relative;
}

.index-module-3 .advantage ul li div {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  position: relative;
}

.index-module-3 .advantage ul li div img {
  position: absolute;
  top: -20px;
  right: -36px;
  width: 30px;
  height: 30px;
}

.index-module-3 .advantage ul li::after {
  content: '';
  position: absolute;
  top: 89px;
  right: 0;
  width: 0;
  height: 108px;
  border: 1px solid #fff;
}

.index-module-3 .advantage ul li:last-child::after {
  display: none;
}

.index-module-3 .advantage ul li p {
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .62);
}

.index-module-7 {
  position: relative;
  padding-top: 65px;
  height: 634px;
  background-image: url('../images/index/module-7-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
}

.index-module-7 .alias,
.index-module-7 h3 {
  color: #fff;
}

.index-module-7 .nav-box {
  margin-top: 74px;
  display: flex;
  justify-content: center;
}

.index-module-7 .nav-box .nav {
  width: 239px;
  height: 88px;
  font-size: 30px;
  text-align: center;
  line-height: 88px;
  border-radius: 12px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.index-module-7 .nav-box .nav+.nav {
  margin-left: 56px;
}

.index-module-7 .nav-box .nav.active {
  background-color: #006bff;
  border-color: #006bff;
}

.index-module-7::after {
  content: "";
  position: absolute;
  bottom: 109px;
  left: 50%;
  width: 134px;
  height: 4px;
  background-color: #fff;
  transform: translateX(-50%);
}

.index-module-7 .txt {
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  margin-top: 84px;
}

.module-1 .input-box .btn:hover,
.module-5 .btn:hover,
.module-8 .btn:hover {
  opacity: 0.8;
}