.home {
    background-color: #ffffff;
}


/*tabs开始*/

.home .tabs-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1064px;
    z-index: 9;
    top: -80px;
}

.home .tab-bar {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.home .tab-bar .tab-bar-item {
    padding: 37px 18px;
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.home .tab-bar .tab-bar-item.active span img:first-child,
.home .tab-bar .tab-bar-item span img:last-child {
    display: none;
}

.home .tab-bar .tab-bar-item.active span img:last-child {
    display: block;
}

.home .tab-bar .tab-bar-item.active {
    background: #FFF;
    border-bottom: 2px solid #3431d8;
}

.home .b-list .b-item.active .text {
    font-size: 16px;
    text-align: center;
}

.home .tab-bar .icon img {
    width: 100%;
}

.home .tab-content-item {
    padding-top: 70px;
    padding-bottom: 70px;
    display: none;
}

.home .tab-content-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 470px;
}

.home .tab-content-item .item-left {
    flex: 0 0 50%;
    min-width: 532px;
    padding-right: 40px;
}

.home .item-left .hq {
    color: #1d2026;
    font-size: 34px;
}

.home .item-left .h3 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    color: #7b7283;
}

.home .item-left .des {
    margin-top: 10px;
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #000000;
}
.home .item-left .des .des-title {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.home .item-left .des .des-title span {
    font-weight: 700;
    font-size: 18px;
}
.home .item-left .des .des-title a {
    color: #f88f2d;
}
.home .item-left .des .des-content span {
    font-weight: 600;
}

.home .item-left .des::after {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #0c3ef3;
}

.home .tab-content-item .item-right {
    flex: 0 0 50%;
}

.home .item-right img {
    display: block;
    width: 100%;
    max-width: 568px;
}

.home .tabs-wrap {
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

/*.home .tab-bot-wrap {*/
/*    margin: 32px auto 40px;*/
/*    width: 100%;*/
/*    max-width: 1162px;*/
/*}*/

/*.home .tab-bot-wrap img {*/
/*    width: 100%;*/
/*}*/

.home .tabs-block {
    width: 100%;
}


/*tabs结束*/


/*business开始*/

.home .business-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.home .business-inner .h2 {
    padding: 60px 0 20px;
    text-align: center;
    font-size: 32px;
    color: #3531d8;
    line-height: 1;
}
.home .business-inner p {
    text-align: center;
    line-height: 1;
}
.home .business-inner .tips {
    color: #777777;
}
/* 移动端不显示 */
.home .business-inner .mobile {
    display: none;
}

.home .business-inner .more {
    margin-bottom: 38px;
}

.home .b-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    min-height: 270px;
    margin: 40px 0 42px;
}

.home .b-list .b-item {
    margin-left: 10px;
    width: 186px;
    height: 270px;
    background: #ffffff;
    border-radius: 6px;
}

.text-blue {
    color: #404bf2;
}

.home .b-list .text {
    margin-top: 10px;
    display: inline-block;
}

.home .b-list .small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.home .b-list .big .icon {
    display: inline-block;
    /* width: 134px;
  height: 134px; */
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.home .b-list .small .icon {
    display: inline-block;
    width: 114px;
    height: 72px;
    overflow: hidden;
}

.home .b-list .b-item .small .h3>p:last-child {
    display: none;
}

/* .home .b-list .small .icon img:first-child,.home .b-list .small .h3:first-child{
    display: block;
} */


/* .home .b-list .b-item img {
  width: 100%;
} */


/* .home .b-list.active .small {
  padding: 0 50px;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 422px;
  justify-content: center;
  height: 285px;
} */


/* .home .b-list .big span {
  line-height: 1.5;
  color: #6B6C72;
} */

.home .b-list .b-item .small .name-cn {
    font-size: 14px;
    color: #333333;
    margin: 32px 0 20px;
}
.home .b-list .b-item .small .name-en {
    font-size: 10px;
    color: #d6cccc;
}
.home .b-list .b-item .small .line {
    border-bottom: 1px solid #404bf2;
    margin: 19px 0 24px;
    width: 126px;
}

.slide .banner-div {
    width: 1920px;
    height: 435px;
    background: url("../images/banner.jpg") 100% 100% no-repeat;
}

.home .b-list .b-item.active {
    box-shadow: 0px 10px 22px 0px #d7e3ed;
    border-radius: 8px;
}

.home .b-list .b-item.active .small {
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home .b-list .b-item.active .small .icon img:first-child,
.home .b-list .b-item.active .small .h3>p:first-child,
.home .b-list .b-item.active .text {
    display: none;
}

.home .b-list .b-item.active .text {
    line-height: 24px;
}

.home .b-list .b-item.active .small .icon img:last-child,
.home .b-list .b-item.active .small .h3>p:last-child,
.home .b-list .b-item.active .text {
    display: block;
    transition: all 0.5s ease-in-out;
}

.home .b-list .b-item.active .small .h3>p:last-child {
    font-size: 20px;
}

.home .business-wrap {
    width: 100%;
    background: #ecf1f2;
    overflow: hidden;
}
.home .global-pic-inner {
    margin: 0 auto;
    width: 1920px;
    height: 560px;
    background: url("../images/map.jpg") 100% 100% no-repeat;
}
/*手机端不显示全球覆盖的图片*/
@media (max-width: 768px) {
    .home .global-pic-inner, .home .connect-wrap{
        display: none;
    }
}
/*business结束*/


/*simple开始*/

.home .simple-inner {
    margin: 0 auto;
    padding-bottom: 160px;
    width: 100%;
    max-width: 1280px;
    background: url("../images/path.png") no-repeat;
    background-position: 48% 60%;
}

.home .simple-inner .h2 {
    padding: 72px 0 30px;
    text-align: center;
    font-size: 32px;
    color: #0b0e17;
}

.home .simple-inner .s-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home .simple-inner .s-item {
    padding-bottom: 10px;
    text-align: center;
    width: 240px;
    background-color: #ffffff;
}

.home .simple-inner .icon {
    display: inline-block;
    width: 209px;
}

.home .simple-inner img {
    width: 100%;
}

.home .simple-inner .h3 {
    font-size: 18px;
    line-height: 25px;
    color: #3b3d44;
}

.home .simple-inner .p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #6b6c72;
}

.home .simple-wrap {
    width: 100%;
}


/*simple结束*/


/*map-wrap开始*/
.home .count-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}

.home .count-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.home .count-item .number {
    color: #0b0e17;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
}

.home .count-item .text {
    margin-top: 6px;
    color: #52545a;
    font-size: 16px;
    line-height: 22px;
}

.logo-group {
    position: relative;
    height: 492px;
    overflow: hidden;
    display: none;
}

.logo-group .my-row-item {
    display: flex;
    justify-content: center;
}

.my-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: moveTop 30s linear infinite;
}

.customer__group--btn {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customer__group--mask {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #F4F9FD, hsla(0, 0%, 100%, 0));
}

.customer__group--mask1 {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-180deg, #F4F9FD, hsla(0, 0%, 100%, 0));
    transform: rotate(180deg);
}

.my-row-inner {
    flex: 0 0 100%;
}

.my-col {
    padding: 6px;
    cursor: pointer;
}

.my-col>img {
    display: block;
    height: 70px;
}

.my-col:hover>.img1 {
    display: none;
}

.my-col:hover>.img2 {
    display: block;
}

.my-col .img2 {
    display: none;
}
/*map-wrap结束*/


/*connect-wrap开始*/
.home .connect-wrap {
    margin: 0 auto;
    width: 1920px;
    height: 385px;
    background: url("../images/bottom.jpg") 100% 100% no-repeat;
}
/*connect-wrap结束*/

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: rgb(255,255,255,70%);
    margin: 0 4px;
    width: 40px;
    border-radius: 20px;
    height: 4px;
}
.swiper-pagination-bullet-active {
    background-color: rgb(255,255,255);
}

@media (max-width:768px) {
    .home .tab-bar {
        display: none;
    }
    .home .banner {
        background: linear-gradient(135deg, #D5E4EF 0%, #B7CDE5 100%) left top no-repeat;
        height: auto;
    }
    .home.container .left-des .h2 {
        font-size: 46px;
        padding: 0;
    }
    .home .business-inner .h2 {
        padding: 72px 0 38px;
    }
    .home .business-wrap {
        padding: 32px 0;
    }
    .home .simple-inner {
        margin: 0;
        padding: 0 0 48px;
    }
    .home .tabs-wrap {
        padding-bottom: 48px;
    }
    .home .bg {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .home .bot-des {
        display: none;
    }
    .home .tab-content-item .item-left {
        padding: 0;
        flex: 0 0 90%;
    }
    .home .banner-list {
        height: 300px;
    }

    .home .banner-inner {
        width: 94%;
    }
    .banner-inner .swiper-container {
        padding-bottom: 10px;
    }
    .home.container .banner-list .bg>img {
        width: 1000px;
        margin-left: -500px;
        margin-top: -50px;
    }
}

@keyframes qg {
    0% {
        transform: scale(0.3);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes moveTop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -492px, 0);
    }
}
.slide2 {
    width: 230px;
    height: 190px;
    position: fixed;
    top: 50%;
    margin-top: -126px;
    border-radius: 5px 0 0 5px;
    z-index: 999;
}
.tabs-block .title{
    text-align: center;
    font-size: 32px;
    line-height: 3;
    font-weight: 500;
    padding-top: 40px;
}
.tabs-block .description{
    text-align: center;
    margin: 0 auto;
    line-height: 2;
    padding-bottom: 40px;
}
@media screen and (max-width: 460px) {
    .top {
      min-height: 44px;
      background-color: RGBA(107,133,187,1);
    }
    .top2 {
      width:100%;
      margin: 0 auto;
    }
    .top .img {
      float: left;
      margin-top: 9px;
      width: 25px;
      margin-right: 5px;
    }
    .top .loop {
      line-height: 44px;
      color: #FFF;
    }
}
.top{
    min-height: 44px;
    background-color: RGBA(107,133,187,1);
}
.top2{
    max-width: 500px;
    margin: 0 auto;
}
.top .img{
    float: left;
    margin-top: 7px;
	margin-right: 5px;
}

.top .loop{
  line-height: 44px;
  font-size: 100%;
  color: #FFF;
}
.section-three-fix {
   /* position: absolute;
    top: 75%;
    z-index: 10;
    width: 11%;
    display: flex;
    justify-content: center;*/

	/*position: absolute;
	top: 75%;
	padding-left: 3.85%;
	z-index: 10;*/

  /*  position: absolute;
    top: 75%;
    z-index: 10;
    padding-left: 5%;*/
}
.wqd-btn-blue:hover {
	background-image: linear-gradient(128deg, #90B3D9 0%, #4364A7 100%);
}
.wqd-btn-blue {
	background-image: linear-gradient(128deg, #A0C5E2 0%, #5B78B4 100%);
	color: #fff;
	width: 140px;
	height: 52px;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 35px;
	/*box-shadow: 0px 6px 20px 0px RGBA(155, 192, 222, 1);*/
}
.btn2 {
	width: 140px;
	height: 52px;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 35px;
    margin-left: 0.5vw;
    background: #fff;
}
.btn2:hover {
	background: RGBA(255, 255, 255, 0.9);
}
