.home {
    background-color: #ffffff;
}


/*tabs寮€濮�*/

.home .tabs-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    z-index: 9;
    top: -80px;
}

.home .tab-bar {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.home .tab-bar .tab-bar-item {
    padding: 18px;
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ecf0f5;
    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: #ecf0f5;*/
    /*color: #455C9D;*/
    background: #FFF;
    color: #455C9D;
}

.home .b-list .b-item.active .text {
    font-size: 16px;
    text-align: center;
}

.home .tab-bar .icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.home .tab-bar .icon img {
    width: 100%;
}

.home .tab-content-item {
    padding-top: 30px;
    display: none;
}

.home .tab-content-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .tab-content-item .item-left {
    padding: 30px 50px;
    flex: 0 0 48%;
    min-width: 300px;
}

.home .item-left .hq {
    color: #a0c5e2;
}

.home .item-left .h3 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.4;
    color: #0b0e17;
}

.home .item-left .des {
    margin-top: 10px;
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #6b6c72;
}

.home .item-left .des::after {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #b2d0e7;
}

.home .tab-content-item .item-right {
    flex: 0 0 52%;
}

.home .item-right img {
    display: block;
    width: 100%;
    max-width: 568px;
}

.home .tabs-wrap {
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 5px 7px 10px 7px rgba(185, 207, 230, 0.22);
    border-radius: 18px;
    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: 72px 0 115px;
    text-align: center;
    font-size: 32px;
    color: #0b0e17;
}

.home .b-list {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 285px;
}

.home .b-list .b-item {
    margin-left: 6px;
    width: 128px;
    height: 172px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #edf2f6;
    /* transition: all 0.2s ease-in; */
    overflow: hidden;
}

.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: 42px;
    height: 42px;
    overflow: hidden;
}

.home .b-list .b-item .small .icon img:last-child,
.home .b-list .b-item .small .h3>p:last-child,
.home .b-list .b-item .text {
    display: none;
}

.home .b-list .b-item .text {
    color: #6B6C72;
    line-height: 24px;
}


/* .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 .h3 {
    font-size: 16px;
    color: #0b0e17;
    padding: 11px 0;
}

.home .b-list .h3>p {
    line-height: 20px;
    text-align: center;
}

.home .b-list.b-list1 {
    display: none;
}

.home .b-list .b-item.active {
    margin-top: -60px;
    width: 422px;
    height: 285px;
    box-shadow: 0px 10px 22px 0px #d7e3ed;
    border-radius: 8px;
    /* border: 1px solid #dde6ed; */
}

.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: #f4f9fd;
    overflow: hidden;
}


/*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 .map-wrap {
    padding-bottom: 20px;
    background: #F4F9FD;
    overflow: hidden;
}

.home .map-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.home .map-inner .h2 {
    padding: 60px 0 40px;
    text-align: center;
    font-size: 32px;
    color: #0b0e17;
}

.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;
}

.home .map-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.home .map-img-inner {
    margin-top: 20px;
    position: relative;
    width: 100%;
    max-width: 954px;
}

.home .map-img-inner img {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    background: #f4f9fd;
    overflow: hidden;
}

.map_icon_wrap {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
}

.map_icon_wrap.map_icon1 {
    top: 32%;
    left: 15.5%;
}

.map_icon_wrap.map_icon2 {
    top: 55%;
    right: 16.5%;
}

.map_icon_wrap.map_icon3 {
    top: 64%;
    right: 20%;
}

.map_icon_wrap.map_icon4 {
    top: 46%;
    right: 39%;
}

.map_icon_wrap.map_icon4 .map_text,
.map_icon_wrap.map_icon5 .map_text {
    float: right;
    margin-right: 32px;
}

.map_icon_wrap.map_icon5 {
    top: 45%;
    right: 29%;
}

.home .map-img-inner .map_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: white;
    border: 8px solid #5B78B4;
    transform: scale(0.1);
    animation: qg 1.2s forwards cubic-bezier(0, 0, 0.25, 0.1) infinite normal;
}

.home .map-img-inner .map_text {
    display: inline-block;
    padding-left: 100%;
    height: 26px;
    line-height: 20px;
    color: #3B3D44;
    font-size: 16px;
    white-space: nowrap;
}

.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缁撴潫*/


/*product-wrap寮€濮�*/

.home .p-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(3,1fr);
    /*grid-auto-flow: column;*/
}

.home .p-list .p-item {
    display: flex;
}

.home .p-list .p-l-item {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 295px;
    padding: 24px;
    background: #f0f4f7;
    border-radius: 12px;
}

.home .p-list .p-l-item:hover {
    box-shadow: 0px 7px 11px 0px #D7E3ED;
}

.home .p-list .p-l-item a {
    display: flex;
    height: 100%;
}
.home .p-list .p-item .p-l-item.voice {
    background: #F2F5F7;
}
.home .p-list .p-l-item.p-r-item,
.home .p-list .p-l-item.p-r-item a {
    flex-direction: column;
}

.home .p-list .p-l-item .p-l-text {
    display: flex;
    flex-direction: column;
     margin: 3px;
    width: 62%;
}

.home .p-l-item .p-l-text .sp {
    font-size: 12px;
    line-height: 17px;
    color: #455c9d;
      margin-bottom: 8px;
}

.home .p-l-item .p-l-text .h3 {
    font-size: 24px;
    line-height: 33px;
    color: #3b3d44;
}

.home .p-l-item .p-l-text .p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #6b6c72;
}

.home .p-list .p-l-item .icon {
    margin: auto;
    margin-left: 16px;
    width: 38%;
}

.home .p-l-item .icon.r-icon1 {
    margin-top: 60px;
    width: 193px;
}

.home .p-l-item .icon.r-icon2 {
    margin: 7px auto;
    width: 233px;
}

.home .p-l-item .icon img {
    display: block;
    width: 100%;
}


.home .product-wrap {
    padding-bottom: 50px;
    background: #ffffff;
}


/*product-wrap缁撴潫*/


/*connect-wrap寮€濮�*/

.home .connect-wrap .h3 {
    margin-top: 70px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
}

.home .connect-wrap .p {
    margin-top: 22px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}

.home .connect-wrap .email-wrap {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
}

.home .email-wrap .p1 {
    margin-right: 50px;
}

.home .email-wrap .p2 {
    display: flex;
    align-items: center;
}
.email-wrap .p2 .tb1{
    color: #FFF;
}

.home .email-wrap .underline {
    text-decoration: underline;
}

.home .email-wrap .icon {
    margin-right: 6px;
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 22px;
}

.home .connect-wrap .btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.home .connect-wrap .btn-wrap .btn {
    display: inline-block;
    text-align: center;
    width: 140px;
    line-height: 54px;
    height: 54px;
    font-size: 16px;
    color: #5b78b4;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0px 5px 10px 0px #4569b3;
}

.home .connect-wrap .btn-wrap .btn:hover {
    box-shadow: 0px 5px 10px 0px #3f5789;
}

.home .connect-wrap {
    padding-bottom: 60px;
    background: #5b78b4;
    box-shadow: -6px 10px 13px 0px #f0f4f7;
    overflow: hidden;
}


/*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) {
    .map_icon_wrap {
        display: none;
    }
    .home .tab-bar {
        display: none;
    }
    .home .banner {
        background: linear-gradient(135deg, #D5E4EF 0%, #B7CDE5 100%) left top no-repeat;
        height: auto;
    }
    .home .b-list.b-list1 .b-item {
        margin: 14px auto;
        width: 320px;
        height: 250px;
    }
    .home .b-list {
        display: none;
    }
    .home .b-list.b-list1 {
        display: block;
        padding: 0;
    }
    .home .b-list .b-item .text {
        display: block;
        transition: all 0.5s ease-in-out;
    }
    .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 .p-l-item .icon img.voice_img {
        width: 79%;
    }
    .home .bg {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .home .bot-des {
        display: none;
    }
    .home .p-list .p-l-item {
        margin: 10px 0;
    }
    .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);
}