body {
    background-color: #fff;
}

a {
    text-decoration: none;
}

.swiper-slide.banner {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.bannerContent {
    display: flex;
    justify-content: space-between;
    width: 84%;
}

.fontColor {
    color: #2E2E2E;
}

.bannerFooter {
    margin-top: 1.7625rem;
}

.swiper-container {
    width: 100%;
}

.bottomContent {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottomLeft {
    width: 35%;
    color: #fff;
    margin-left: 1rem;
}

.bottmeRight {
    width: 50%;
    margin-top: .6rem;
    animation: ghostUpdown 2s ease-in-out infinite;
    -webkit-animation: ghostUpdown 2s ease-in-out infinite;
}

.bottmeRight img {
    width: 100%;
    /* margin-right:.75rem; */
}

.leftTit {
    font-size: .6rem;
}

.leftTitTop {
    margin-top: 2rem;
}

.leftInfo {
    font-size: .3rem;
    margin-top: .25rem;
    font-weight: 100;
}

@keyframes ghostUpdown {
    0% {
        margin-top: 0.6rem;
    }
    25% {
        margin-top: 0.5rem;
    }
    50% {
        margin-top: 0.3rem;
    }
    100% {
        margin-top: 0.6rem;
    }
}

@-webkit-keyframes ghostUpdown {
    0% {
        margin-top: 0.6rem;
    }
    25% {
        margin-top: 0.5rem;
    }
    50% {
        margin-top: 0.3rem;
    }
    100% {
        margin-top: 0.6rem;
    }
}

.swiper-pagination-bullet {
    background: #007aff!important;
    width: 1.25rem!important;
    height: .1rem!important;
    border-radius: 0!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: .5rem!important;
    left: 50%!important;
    width: 80%!important;
    margin-left: -9rem!important;
}

.swiper-pagination {
    text-align: right!important;
}

.skillAndServe {
    width: 100%;
}

.skillAndServeCard {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .75rem;
}

.cardInfo {
    width: 3rem;
    height: 4.25rem;
    background: #fff;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0.1rem;
}
.cardInfo:hover {
  -webkit-box-shadow: 2px 7px 10px 0px rgb(140 198 255 / 59%);
  box-shadow: 2px 7px 15px 0px rgb(140 198 255 / 59%);
}


.cardLine {
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
}

.cardInfoImg {
    width: 1rem;
    height: 1rem;
    margin: auto;
    margin-top: .95rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(315deg, #26a7ff 0%, #0066ff 40%);
  background: -o-linear-gradient(315deg, #26a7ff 0%, #0066ff 40%);
  background: linear-gradient(-225deg, #26a7ff 0%, #0066ff 40%);
  -webkit-box-shadow: 2px 7px 15px 0px rgb(140 198 255 / 59%);
  box-shadow: 2px 7px 15px 0px rgb(140 198 255 / 59%);
}

.cardInfoImg img {
    width: 0.5rem;
    height: 0.5rem;
}

.cardTit {
    width: 100%;
    text-align: center;
    font-size: .25rem;
    color: #2E2E2E;
    margin-top: .3625rem;
    font-weight: 700;
}

.cardTitDesc {
    text-align: center;
    color: #5A5A5A;
    font-size: .19rem;
    margin-top: .175rem;
    padding: 0 0.3rem;
}
.product {
    width: 100%;
    margin: .75rem 0;
    /* display: flex;
	justify-content: space-between; */
    /* position: relative; */
    height: 10.375rem;
}

.productShow {
    margin-top: 0.7rem;
}

.productLeftFk {
    width: 10.125rem;
    height: 0;
    border-bottom: 10.375rem solid #0064B5;
    border-left: 0px solid transparent;
    border-right: 1.25rem solid transparent;
    position: absolute;
    left: 0;
}

.productRightFk {
    width: 13.875rem;
    height: 0;
    border-top: 10.375rem solid #fff;
    border-right: 0px solid transparent;
    border-left: 1.25rem solid transparent;
    position: absolute;
    right: 0;
}

.productTit {
    width: 100%;
}

.productTitText {
    width: 5.5rem;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    left: 9.25rem;
    border-bottom: 1px solid #2E2E2E;
    color: #2E2E2E;
    font-size: .425rem;
    /* top: .75rem; */
    /* display: none; */
}

.productLeftFkDesc {
    width: 4.75rem;
    color: #fff;
    text-align: left;
    font-size: .475rem;
    margin: auto;
    margin-top: 4.3875rem;
}

.productLeftFkInfo {
    margin: auto;
    font-size: .3rem;
    margin-top: .75rem;
    width: 4.75rem;
    color: #fff;
    text-align: left;
}

.productLine {
    width: 1rem;
    height: 5px;
    background: #4A86FF;
    position: absolute;
    top: 0.98rem;
    margin-left: 2.25rem;
    left: 9.2375rem;
}

.productImg {
    width: 10.375rem;
    height: 8rem;
    position: absolute;
    top: 1.75rem;
    left: 0;
}

.productImg img {
    width: 10.375rem;
    height: 8rem;
}

.productPhoneImg {
    width: 3.1375rem;
    height: 5.275rem;
    position: absolute;
    top: 4.8875rem;
    right: 0;
}

.productPhoneImg img {
    width: 3.1375rem;
    height: 5.275rem;
}

.soluteContent {
    width: 100%;
    display: flex;
    margin: .75rem 0;
    justify-content: space-between;
}

.soluteCard {
    width: 4.25rem;
    height: 6rem;
    border-radius: 0.1rem;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 15px rgb(140 198 255 / 70%);
  box-shadow: 0px 0px 15px rgb(140 198 255 /70%);
}

.soluteCard:nth-child(1):hover {
    background-size: 110%;
}

.soluteCard:nth-child(2):hover {
    background-size: 110%;
}

.soluteCard:nth-child(3):hover {
    background-size: 110%;
}

.soluteCard:nth-child(4):hover {
    background-size: 110%;
}

.rydwTit {
    text-align: center;
    color: #fff;
    font-size: .3rem;
    margin-top: 2.35rem;
    font-weight: bold;
}

.rydwDesc {
    width: 3.2125rem;
    margin: auto;
    color: #fff;
    font-size: .18rem;
    margin-top: .15rem;
    line-height: 0.3rem;
}

.soluteCard:nth-child(1) {
    background-image: url(../img/home/rydw.png);
    background-size: 100%;
    transition: all 0.3s ease-in-out;
}

.soluteCard:nth-child(2) {
    background-image: url(../img/home/zhaq.png);
    background-size: 100%;
    transition: all 0.3s ease-in-out;
}

.soluteCard:nth-child(3) {
    background-image: url(../img/home/znfx.png);
    background-size: 100%;
    transition: all 0.3s ease-in-out;
}

.soluteCard:nth-child(4) {
    background-image: url(../img/home/zhhw.png);
    background-size: 100%;
    transition: all 0.3s ease-in-out;
}

.aboutUs {
    width: 100%;
    display: flex;
    position: relative;
}

.aboutUsLeft {
    width: 50%;
    height: 7rem;
    background-image: url(../img/about.png);
    background-size: 100% 100%;
}

.aboutUsRight {
    width: 50%;
    height: 7rem;
    background: #0064B5;
}

.aboutUsContent {
    position: absolute;
    width: 12.5rem;
    height: 5.325rem;
    background: #fff;
    top: .85rem;
    left: 8.5rem;
    overflow: hidden;
}

.aboutCompany {
    width: 5.5rem;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #2E2E2E;
    color: #2E2E2E;
    font-size: .425rem;
    margin-left: .75rem;
    margin-top: .75rem;
}

.aboutLine {
    width: 1rem;
    height: 5px;
    background: #4A86FF;
    position: absolute;
    margin-top: -3px;
    margin-left: 3rem;
}

.aboutDesc {
    width: 11.0125rem;
    height: 1.4125rem;
    margin: auto;
    color: #2E2E2E;
    font-size: .175rem;
    margin-top: .625rem;
    margin-bottom: .375rem;
    line-height: .35rem;
    text-indent: 2em;
}

.aboutFoot {
    width: 11.0125rem;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.aboutBtn {
    width: 1.875rem;
    height: .5rem;
    border-radius: .2625rem;
    border: 2px solid #4A86FF;
    color: #4A86FF;
    line-height: .5rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: .22rem;
}

.aboutBtn:hover {
    background: #4A86FF;
    color: #fff;
}

.advantageCard {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: .3125rem 0 1rem 0;
}

.advantageCardInfo {
    width: 5rem;
    height: 1.25rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    margin-top: .3125rem;
}

.advantageCardContent {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    height: 1.25rem;
}

.advantageCardImg {
    width: .6625rem;
    height: .6625rem;
}

.advantageCardImg img {
    width: .6625rem;
    height: .6625rem;
}

.advantageTit {
    margin-left: 10px;
    color: #5A5A5A;
    line-height: .3125rem;
}

.advantageTitle {
    font-size: .225rem;
    font-weight: 700;
}

.advantageIntro {
    font-size: .2rem;
}

.introduce {
    width: 3.625rem;
    height: 5rem;
    transform: scale(0.8);
}

.introduce img {
    width: 3.625rem;
    height: 5rem;
}

.advantage {
    width: 100%;
    height: 6.425rem;
    margin-top: .625rem;
}

.advantage .swiper-slide-active,
.advantage .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.iw_poi_title {
    color: #CC5522;
    font-size: .175rem;
    font-weight: bold;
    overflow: hidden;
    padding-right: .1625rem;
    white-space: nowrap
}

.iw_poi_content {
    font: .15rem arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.hyjjfa {
    width: 100%;
    height: 100%;
}

.hyjjfacon {
    width: 80%;
    margin: auto;
    padding: 0.5rem 0;
}

.productLi {
    width: 80%;
    margin: auto;
}

.productLiTab {
    display: flex;
    justify-content: space-between;
    font-size: 0.3rem;
    color: #2E2E2E;
}

.productLiTab li {
    padding: 0.2rem 0;
    cursor: pointer;
}

.productcurrent {
    color: #0064B5;
    border-bottom: 2px solid #0064B5;
}

.productContent {
    width: 80%;
    margin: auto;
    padding: 0.5rem 0 0 0;
}

.productContent1 {
    width: 100%;
    background-color: #0064B5;
    display: none;
    overflow: hidden;
}

.showContent {
    display: block;
}

.showContentWidth {
    width: 90%;
    margin: 0.6rem auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.showContentLeft {
    width: 30%;
}

.showContentLeftTitle {
    font-size: 0.3rem;
    font-weight: 700;
    margin-top: 1.5rem;
}

.showContentLeftText {
    font-size: 0.2rem;
    margin-top: 0.3rem;
    line-height: 0.5rem;
}

.showContentRiight {
    width: 65%;
}

.showContentRiight img {
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}

.productMore {
    position: relative;
    width: 2rem;
    line-height: 0.5rem;
    background-color: #FFC34A;
    border-radius: 0.3rem;
    margin-top: 0.5rem;
}

.productMore a {
    text-decoration: none;
    color: #0064B5;
    font-size: 0.2rem;
    display: block;
    text-align: center;
    font-weight: 500;
}

.productMore::after {
    position: absolute;
    top: 45%;
    right: 0.5em;
    transform: translateY(-50%);
    content: "»";
    font-size: 2em;
    transition: all ease 0.3s;
    opacity: 0;
}

.productMore:hover::after {
    right: 1.2em;
    opacity: 1;
}

.jsSource {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
}

.jsSourceOne {
    width: 24%;
    text-align: center;
    position: relative;
}

.sourceNum {
    width: 100%;
    text-align: center;
    font-size: .75rem;
    color: #007aff;
    font-weight: bold;
}

.sourceInfo {
    width: 100%;
    text-align: center;
    color: #888;
    font-size: .24rem;
}

.add {
    position: absolute;
    top: 0;
    color: #4A86FF;
    font-size: .375rem;
    right: 30%;
}

.grayLine {
    width: 1px;
    height: 1rem;
    background-color: #DADADA;
    margin: .1875rem 0;
}