/*
 * Globals
 */
html{
  font-size: 12px;
  /*min-width: 120rem;*/
}
body {
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1000px) {
  .container {
  }
  /*.swiper-container {*/
    /*width: 1200px !important;*/
  /*}*/
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #000000;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
.blog-nav {
  height: 80px;
  display: flex;
  align-items: center;
}
/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 14px;
  margin-right: 50px;
}
.blog-nav .logo {
  width: 110px;
  height: 29px;
  margin-right: 100px;
}
.blog-nav img{
  width: 100%;
  height: 100%;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #ffffff;
  opacity: 1;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}


/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.haoxin-container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.haoxin-container .header {
  font-size: 26px;
  color: #333333;
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
}
.company .haoxin-container .header {
  padding-bottom: 50px;
}
.haoxin-container .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.haoxin-container .itemList .item {
  width: 470px;
  height: 284px;
  background: #FFFFFF;
  box-shadow: 0 10px 26px 0 rgba(234,234,234,0.60);
}

.haoxin-container .itemList .item:nth-child(odd) {
  margin-right: 60px;
}
.haoxin-container .itemList .item:first-child{
  margin-bottom: 60px;
}
.haoxin-container .itemList .item:nth-child(1){
  margin-bottom: 60px;
}
.white {
  background: #FFFFFF;
}
.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 3.33rem 3.67rem 2.5rem;
}

.swiper-container{
  width: 100%;
  height: 360px;
}

.swiper-container .banner1 {
  background: url("../static/assets/img/unnamed3.webp") center top no-repeat;
}

.swiper-container .banner2 {
  background: url("../static/assets/img/unnamed4.webp") center top no-repeat;
}
.swiper-container .banner3 {
  background: url("../static/assets/img/unnamed5.webp") center top no-repeat;
}

.banner1, .banner2, .banner3 {
  display: block;
  width: 100%;
  height: 100%;
}



.item img {
  width: 60px;
  margin-bottom: 30px;
}
.item .title {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.82px;
  text-align: justify;
  line-height: 16px;
  margin-bottom: 20px;
}
.item p {
  text-align: justify;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.gray {
  background: #F5F5F5;
}

.platform{
  height: 37.92rem !important;
}

.platform .list {
  display: flex;
  justify-content: space-around;
}
.list .item{
  width: 39.17rem;
  padding: 0;
}
.list .item p {
  text-align: justify;
  width: 300px;
  height: 48px;
}
.platform .list .item {
  width: 280px;
  margin-right: 80px;
}
.platform .list .item:last-child {
  margin-right: 0;
}
.platform .list .item p {
  width: 280px;
}

.cooperation{
  height: 39rem !important;
  overflow: hidden;
}
.cooperation .list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
}
.cooperation .list img{
  width: 80px;
  margin-right: 104px;
  margin-bottom: 50px;
  border: 1px solid #efefef;
  border-radius: 20px;
}
.cooperation img:nth-child(6) {
  margin-right: 0;
}
.cooperation img:nth-child(12) {
  margin-right: 0;
}
.cooperation img{
  width: 100%;
  height: 100%;
}
.company {
  height: 463px;
}
.company ul {
  width: 720px;
  height: 216px;
  margin: 0 auto;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
}
.company ul li {
  text-align: justify;
  margin: 0 0 20px 0;
}
.footer{
  width: 100%;
  /*height: 442px;*/
  /*position: relative;*/
}

.footer .backImg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1000;
}

/*.footer {*/
  /*padding: 80px 0 0 0;*/
/*}*/
.footer span {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
}
.footer .title {
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-top: 80px;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.rowCenter {
  justify-content: space-around;
}
.center {
  justify-content: center;
}
.columnCenter {
  align-items: center;
}
.flexRow {
  display: flex;
  flex-direction: row;
}
.footer-container{
}
.footer {
  background: url('../static/assets/img/业务合作.png');
  background-size: cover;
  background-position: center;
  height: 442px;
}
.footer .link {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  display: flex;
}
.footer .link label {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
}
.width {
  width: 170px;
}
.footer .desc {
  width: 100%;
  text-align: center;
  /*background: rgba(153,153,153,0.60);*/
}
.footer .desc {
  border-top: 1px solid rgba(153,153,153,0.30);
  padding: 40px 0 80px 0;
}
.swiper-pagination-bullet:hover {
  cursor: pointer;
}
.bei-an{
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  line-height: 12px !important;
}
.business label {
  margin-bottom: 10px;
}
.swiper-pagination-bullet{
  width: 26px;
  height: 4px;
  opacity: 0.3;
  background: #FFFFFF;
  border-radius: 2px;
}
.swiper-pagination-bullet-active{
  opacity: 1;
  border-radius: 2px;
}
