body {
  font-size: 13px;
  font-family: Microsoft YaHei;
  color: #404040;
}
.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}
h3 {
  text-align: center;
  font-family: Source Han Sans CN, Microsoft YaHei;
  font-weight: bold;
  color: #3c3c3c;
  font-size: 24px;
  line-height: 30px;
}
h4,
h5 {
  font-weight: bold;
  margin: 0;
}
h4 {
  color: #3c3c3c;
}
h5 {
  color: #464646;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header {
  background-color: #6577f6;
  height: 70px;

}
.header-content {
  position: relative;
}
.header-content .flex-row {
  align-items: center;
  justify-content: space-between;
}
.header-content .header-logo {
  z-index: auto;
  width: 116px;
  height: 70px;
  display: flex;
  align-items: center;
}
.header-content .header-logo .home-image {
  height: 36px;
}
.header-content .consultation {
  line-height: 70px;
  color: #000;
  font-size: 14px;
  padding-left: 65px;
}
.header-content .consultation {
  line-height: 70px;
  color: #fff;
  font-size: 14px;
  padding-left: 50px;
}
.header-content .navbar {
  margin-bottom: 0;
  border: 0;
}
.header-content .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 70px;
}
.header .tryout-submit {
  width: 92px;
  height: 32px;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #6c89f9;
  box-shadow: 0px 5px 5px 0px rgba(28, 60, 203, 0.07);
  border-radius: 5px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  flex-direction: column;
}
.header a,
.header .dropdown {
  color: #fff;
}
.header .dropdown-menu-item a {
  color: #3c3c3c;

}
.block {
  margin-bottom: 30px;
}
.about {
  display: flex;
  justify-content: space-evenly;
  width: 1200px;
  margin: auto;
}
.about h2 {
  font-size: 32px;
}
.about h3 {
  font-size: 28px;
}
.about .content {
  font-size: 15px;
}
.about .flex {
  display: flex;
}
.article {
  width: 1200px;
}
.article section {
  margin-bottom: 30px;
}
.article h2 {
  color: #c00000;
  font-size: 28px;
  margin-bottom: 15px;
}
.article h3 {
  color: #000;
  font-size: 24px;
}
.article h4 {
  color: #000;
  font-size: 20px;
}
.article__paragraph {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}
.article__paragraph p {
  line-height: 2;
}
.article__paragraph img {
  width: 100%;
  height: 100%;
}
.article__block {
  display: block;
}
.article__img {
  display: block;
  max-width: 100%;
  margin: 20px 0;
}
.article__body p {
  line-height: 2;
}
.industry-introduce .industry {
  width: 100%;
  height: 455px;
  background-image: url(/images/aboutus/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.industry-introduce .industry .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 17px;
  padding-top: 200px;
}
.industry-introduce .industry .paragraph {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  padding-top: 30px;
}
.develop-history .history-map {
  position: relative;
  width: 1200px;
  height: 1200px;
  margin: auto;
}
.develop-history .history-map img {
  width: 400px;
}
.develop-history .history-map .verline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 1200px;
}
.develop-history .history-map .flex-center {
  display: flex;
  justify-content: center;
  margin: 0 auto 34px auto;
}
.develop-history .history-map .flex-center .title {
  font-size: 17px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 16px;
}
.develop-history .history-map .flex-center .paragraph {
  width: 287px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}
.develop-history .history-map .image-left {
  width: 400px;
  height: 209px;
  background-color: #ededff;
  text-align: left;
  margin-left: 30px;
  padding-top: 5px;
}
.develop-history .history-map .image-right {
  width: 400px;
  height: 209px;
  background-color: #ededff;
  text-align: right;
  margin-right: 30px;
}
.develop-history .history-map .text-box {
  width: 287px;
  margin: 30px auto 0px auto;
}
.partner table {
  width: 100%;
}
.partner table td {
  font-size: 15px;
  height: 28px;
  line-height: 28px;
  border-bottom: 1px #000 solid;
}
.partner table.bank {
  width: 50%;
  margin: 0 auto;
}
.contact {
  width: 100%;
  background: #ffffff;
}
.contact .contact-content {
  width: 1200px;
  margin: auto;
  margin-top: 150px;
}
.contact__header .flex {
  display: flex;
  justify-content: center;
}
.contact__header .contact-email {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 238px;
  background: url(../images/contact/6.png);
}
.contact__header .contact-email-icon {
  width: 150px;
  height: 150px;
}
.contact__body .consul-card {
  display: flex;
  height: 80px;
  margin: auto;
  padding: 15px;
}
.contact__body .consul-card .card-item {
  display: flex;
  width: 170px;
  height: 50px;
  margin: 0 30px 0 50px;
}
.contact__body .consul-card .card-item .image-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact__body .consul-card .card-item .consul-img {
  width: 39px;
  height: 39px;
  margin-right: 10px;
}
.contact__body .consul-card .card-item .text-center {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact__body .consul-card .card-item .title {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.contact__body .consul-card .card-item .paragraph {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.contact__body .map-card {
  position: relative;
  width: 855px;
  margin: 70px auto;
}
.contact__body .map-card .beijing {
  position: absolute;
  top: -6%;
  left: 24%;
}
.contact__body .map-card .shanghai {
  position: absolute;
  top: 9%;
  left: 70%;
}
.contact__body .map-card .wuhan {
  position: absolute;
  top: 45%;
  left: -15%;
}
.contact__body .map-card .updialog {
  position: absolute;
  top: 30px;
  left: 50px;
}
.contact__body .map-card .updialog .title {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
}
.contact__body .map-card .rightdialog {
  position: absolute;
  top: 50px;
  left: 50px;
}
.contact__body .map-card .rightdialog .title {
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
}
.image-list {
  display: flex;
  flex-wrap: wrap;
}
.image-list li {
  display: flex;
  align-items: center;
}
.image-list img {
  width: 100%;
}
.bank-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.bank-list li {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 5px;
}
.newtable {
  width: 100%;
  min-width: 1200px;
  height: 500px;
  background-color: #f1f5ff;
}
.newtable .content-box {
  width: 1000px;
  height: 400px;
  margin: auto;
}
.newtable .content-box .back-button {
  width: 100px;
  height: 40px;
  color: #ffffff;
  background: linear-gradient(180deg, #645ef3 0%, #6792f9 100%);
  border-radius: 10px;
  margin-top: 30px;
}
.newtable .content-box .higher-box {
  position: absolute;
  z-index: 1;
  top: 160px;
}
.newtable .content-box .box-image {
  position: relative;
  width: 1000px;
  height: 525px;
  background: linear-gradient(90deg, #cddffe 0%, #e5e3fd 100%);
  border-radius: 25px;
}
.newtable .content-box .box-inner {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 80px;
  width: 840px;
  height: 425px;
}
.newtable .content-box .box-inner .inner-title {
  font-size: 29px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #6464f3;
  line-height: 40px;
}
.newtable .content-box .box-inner .sub-title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 40px;
}
.newtable .content-box .box-inner .experience-box {
  width: 840px;
  height: 300px;
  background-color: #ffffff;
  margin-top: 40px;
  border-radius: 25px;
}
.newtable .content-box .box-inner .experience-box .experience-top {
  width: 100%;
  height: 80px;
  padding-top: 20px;
  padding-left: 50px;
}
.newtable .content-box .box-inner .experience-box .experience-top .title {
  text-align: center;
  width: 120px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(180deg, #645ef3 0%, #6792f9 100%);
  border-radius: 25px;
  padding-top: 8px;
}
.newtable .content-box .box-inner .experience-box .experience-box .communicate-box {
  display: flex;
}
.newtable .content-box .box-inner .experience-box .experience-box .communicate-box .left-box {
  display: flex;
  width: 630px;
}
.box-inner .experience-box .communicate-box {
  display: flex;
}
.box-inner .experience-box .communicate-box .left-box {
  display: flex;
  width: 630px;
}
.experience-box .communicate-box .left-box .left-image {
  height: 160px;
  padding-top: 10px;
  padding-left: 70px;
}
.communicate-box .left-box .text-content {
  padding-top: 5px;
  padding-left: 10px;
}
.communicate-box .left-box .text-content h5 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.communicate-box .left-box .text-content .p {
  line-height: 28px;
  font-size: 16px;
  color: #000;
}
.communicate-box .left-box .text-content .paragraph {
  font-size: 14px;
  line-height: 18px;
}
.box-inner .experience-box .communicate-box .right-box {
  width: 150px;
}
.experience-box .communicate-box .right-box .right-image {
  width: 100%;
}
.experience-box .communicate-box .right-box .img-text {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  padding-top: 10px;
}
.img-list li img {
  width: 100%;
  height: 100%;
}
.top-navigation {
  width: 100%;
  margin: 30px auto;
}
.top-navigation .text-left {
  color: #3c3c3c;
}
.top-navigation .text-right {
  color: #6464f3;
}
.img-fluid {
  width: 100%;
  height: 100%;
}
.wrapper {
  display: flex;
  margin-top: 30px;
}
.wrapper .card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrapper .card__body p {
  word-break: break-word;
  overflow-wrap: break-word;
}
.wrapper .card__body .img-list {
  display: flex;
}
.wrapper .card__body img {
  width: 100%;
  height: 100%;
}
.wrapper .card-list {
  display: flex;
}
.wrapper .card-list .card {
  width: 50%;
}
.report-list {
  width: 100%;
  margin-top: 24px;
  position: relative;
  min-height: 100px;
}
.report-list .report-item {
  width: 100%;
  display: flex;
  height: 250px;
}
.report-list .report-item .item-left img {
  width: 500px;
  height: 200px;
}
.report-list .report-item .item-right {
  padding-left: 40px;
  width: 700px;
  position: relative;
}
.report-list .report-item .item-right .item-title {
  font-weight: bold;
  font-size: 24px;
  margin: 10px 0 10px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-list .report-item .item-right .item-sub-title {
  font-size: 16px;
  color: #404040;
  margin-bottom: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-list .report-item .item-right .item-btns {
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 15px;
}
.report-list .report-item .item-right .item-btns button {
  border: 1px solid #6161ec;
  border-radius: 5px;
  padding: 5px 15px;
  color: #6161ec;
  margin-right: 10px;
}
.report-list .report-item .item-right .item-info {
  font-size: 12px;
  color: #404040;
}
.report-list .report-item .item-right .item-info span {
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .aboutus {
    min-width: 100%;
  }
  .industry-introduce {
    min-width: 100%;
    height: auto;
  }
  .industry-introduce .industry {
    max-width: 100%;
    height: 250px;
  }
  .industry-introduce .title {
    font-size: 34px;
    line-height: 40px;
    padding-top: 70px;
  }
  .industry-introduce .introduce {
    display: block;
    max-width: 100%;
  }
  .industry-introduce .introduce .right-content {
    width: 100%;
  }
  .industry-introduce .introduce .right-content .title {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }
  .industry-introduce .introduce .right-content .paragraph {
    width: 90%;
    margin: 20px auto 0 5%;
  }
  .industry-introduce .introduce .right-content .image-box {
    margin: 50px 0px 0px 5%;
  }
  .industry-introduce .introduce .right-content .image-box .tag-box {
    width: 30%;
  }
  .industry-introduce .introduce .right-content .image-box .tag-box div {
    font-size: 8px;
    margin-left: 0;
  }
  .industry-introduce .left-video {
    width: 90%;
    margin: 30px auto 0 5%;
  }
}
