.ibox-banner {
    width: 100%;
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
    padding-bottom: 1.2rem;
}

.H-warp {
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}

.ibox-banner .textBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ibox-banner .textBox .swiper-container {
    padding-bottom: 0.7rem;
	height: 35%;
}

.ibox-banner .textBox .swiper-button-next,
.ibox-banner .textBox .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #f0f0f0;
}

.ibox-banner .textBox .swiper-button-prev {
    left: 44%;
    right: auto;
    margin-top: 130px;
}

.ibox-banner .textBox .swiper-button-next {
    right: 44%;
    left: auto;
    margin-top: 130px;
}

.ibox-banner .textBox .swiper-button-next:after,
.ibox-banner .textBox .swiper-button-prev:after {
    font-size: 0.18rem;
    color: #6a6a6a;
}

.ibox-banner .textBox .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    transition-duration: .5s;
}

.ibox-banner .textBox .swiper-pagination-bullet-active {
    width: 0.3rem !important;
    height: 6px !important;
    border-radius: 0.5rem !important;
}

.ibox-banner .textBox .swiper-slide {
    text-align: center;
}

.ibox-banner .textBox .swiper-slide .t1 {
    line-height: 0.7rem;
    color: #000000;
    font-size: 0.34rem;
}

.ibox-banner .textBox .swiper-slide h1 {
    font-size: 0.68rem;
    line-height: 1.1rem;
    margin-bottom: 0.25rem;
}

.ibox-banner .textBox .swiper-slide .btn {
    width: 2.4rem;
    height: 0.62rem;
    border-radius: 0.5rem;
    background: #104cc7;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    color: #fff;
    cursor: pointer;
    transition-duration: .5s;
}

.ibox-banner .textBox .swiper-slide .btn:hover {
    background: #306eed;
}

.ibox-banner .textBox .swiper-slide .btn i {
    font-size: 0.24rem;
}

.topNews {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.topNews .bit {
    padding-right: 10px;
    line-height: 0.44rem;
    color: #de0000;
    font-size: 0.22rem;
}

.topNews .titleList {
    width: 75%;
    font-size: 0.2rem;
    overflow: hidden;

}

.topNews .titleList .swiper-slide {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.44rem;
    cursor: pointer;
}

.topNews .titleList .swiper-slide:hover {
    color: #0038aa;
}

.topNews .more {
    line-height: 0.44rem;
    color: #999999;
    font-size: 0.19rem;
    padding-left: 0.4rem;
    cursor: pointer;
}

.topNews .more:hover {
    color: #0038aa;
}
.ibox-third .swiper-container1{height: 5.6rem;}
.iLink {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.iLink .biglink {
    width: 43%;
    border-radius: 0.2rem;
    background: url(/client/images/top-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 1.77rem;
    text-align: center;
    color: #fff;
    padding-top: 0.3rem;
    box-shadow: 0 5px 15px #eeeeee;
    position: relative;
    top: 0;
    transition-duration: 0.5s;
    cursor: pointer;
}

.iLink .biglink:hover {
    top: -8px;
}

.iLink .biglink h1 {
    text-align: center;
    font-size: 0.34rem;
    line-height: 0.44rem;
    padding-bottom: 0.3rem;
    background: url(/client/images/link-bg.png) no-repeat center bottom;
    background-size: 3.79rem 0.38rem;
}

.iLink .biglink h1 i {
    color: #fff;
    font-size: 0.4rem;
    line-height: 0.44rem;
    margin-right: 5px;
    font-weight: normal;
}

.iLink .biglink p {
    line-height: 0.3rem;
    font-size: 0.24rem;
    padding-top: 0.1rem;
}

.iLink .smlink {
    width: 26.5%;
    background: #fff;
    border-radius: 0.2rem;
    height: 1.77rem;
    border: 1px solid #d9e6df;
    box-shadow: 0 5px 15px #eeeeee;
    margin-left: 0.15rem;
    display: flex;
    justify-content: left;
    padding: 0 0.4rem;
    align-items: center;
    position: relative;
    top: 0;
    cursor: pointer;
    transition-duration: 0.5s;
}



.iLink .smlink:hover {
    top: -8px;
    box-shadow: 0 15px 15px #d0d0d0;
    background: #0038aa;
    color: #fff;
}

.iLink .smlink .pic {
    width: 0.76rem;
    height: 0.76rem;
    text-align: center;
    line-height: 0.76rem;
    margin-right: 0.15rem;
    border-radius: 100%;
    color: #fff;
    background-image: linear-gradient(45deg, #1550ca, #4275df, #7fa8fc);
    transition-duration: .5s;
}

.iLink .smlink:hover .pic {
    transform: rotateY(180deg);
}

.iLink .smlink .text h1 {
    line-height: 0.44rem;
    font-size: 0.3rem;
    color: #333333;
}

.iLink .smlink:hover .text h1 {
    color: #fff;
}

.iLink .smlink .text p {
    font-size: 0.16rem;
    color: #777777;
}

.iLink .smlink:hover .text p {
    color: #fff;
}

.iLink .smlink .pic .iconfont {
    font-size: 0.4rem;
}

.home-warp {
    width: 76%;
    margin: 0 auto;
}

.ibox-first {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.first-circles {
    width: 172.2916vw;
    height: 116.8229vw;
    left: 45%;
    position: absolute;
    top: 25%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:1180px) {
    .first-circles {
        top: 30%;
        left: 50%
    }
}

@media screen and (max-width:640px) {
    .first-circles {
        top: 40%
    }
}

.first-circles-inner {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 100%
}

.first-circles-contents {
    position: relative;
    height: 100%;
    width: 100%;
    animation: rotate 20s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.first-circles-img1 {
    width: 32.8597%;
    position: absolute;
    right: 0;
    top: 0
}

.first-circles-img2 {
    width: 60.3688%;
    position: absolute;
    left: 0;
    bottom: 0
}

.ibox-banner-desc {
    position: sticky;
    top: 0;
    padding: 36rem 0 12rem;
    text-align: center;
    line-height: 1.2;
    color: #222222
}

.ibox-banner-desc .by1 {
    margin-bottom: 3.5rem
}

.ibox-banner-desc .by1 .co1 {
    padding: 0 1rem
}

.bot {
    margin-top: 5.5rem
}


.home-more{
	display: block;
	width: 1.4rem;
    border: 1px solid #1b5fea;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 0.5rem;
    font-size: 16px;
    color: #003bb5;
    overflow: hidden;
    transition-duration: .5s;
    cursor: pointer;
    margin: 0.28rem auto 0;
}
.home-more:hover{
	background: #1b5fea;
	color: #fff;
}

@media screen and (max-width:1440px) {
    .ibox-banner-desc {
        padding: 29rem 0 10rem
    }
}

@media screen and (max-width:1280px) {
    .ibox-banner-desc {
        padding: 27rem 0 8rem
    }
}

@media screen and (max-width:1180px) {
    .ibox-banner-desc {
        padding: 34vh 0 15vh
    }

    .ibox-banner-desc .by1 {
        margin-bottom: 2rem
    }

    .ibox-banner-desc .by1 .co1 {
        padding: 0 .8rem
    }

    .ibox-banner-desc .bot {
        margin-top: 4rem
    }
}

@media screen and (max-width:640px) {
    .ibox-banner-desc .by1 {
        margin-bottom: 1.2rem
    }

    .ibox-banner-desc .by1 .co1 {
        padding: 0 .5rem
    }

    .ibox-banner-desc .bot {
        margin-top: 2.4rem
    }
}

.ibox-second {
    padding: 0.7rem 0 0.6rem 0;
}

.homeBit {
    width: 100%;
    text-align: center;
    line-height: 0.84rem;
    font-size: 0.52rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.homeService {
    width: 100%;
    position: relative;
    margin-top: 0.3rem;
}

.homeService .left {
    width: 24%;
    min-height: 4.96rem;
    position: absolute;
    left: 0;
    top: -5%;
    background: #104cc7;
    z-index: 2;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    overflow: hidden;
}

.homeService .left ul {
    display: block;
	height: 100%;
	    position: absolute;
	    width: 100%;
}

.homeService .left li {
    width: 100%;
    height: 25%;
    padding-left: 20%;
    position: relative;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    padding: 0 0.6rem;
    cursor: pointer;
    transition-duration: .5s;
}

.homeService .left li:after {
    width: 4px;
    height: 20%;
    background: #fff;
    left: 12%;
    top: 42%;
    position: absolute;
    content: "";
}

.homeService .left li.hover {
    font-weight: bold;
    background: #1b5fea;
}

.homeService .right {
    width: 77.4%;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 10px #dee5ed;
    min-height: 4.96rem;
    margin-left: 22.6%;
    padding: 0.3rem 0.55rem 0 0.75rem;
    border-radius: 0.15rem;
}

.serBit {
    line-height: 0.5rem;
    color: #0038aa;
    font-size: 0.3rem;
    font-weight: bold;
}

.serNeir {
    font-size: 0.17rem;
    line-height: 0.26rem;
    color: #888888;
    padding-top: 15px;
    margin-bottom: 0.25rem;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.serList {
    margin-top: 20px;
    border-bottom: 2px solid #eef0f1;
    padding: 10px 0 20px 0;
    border-top: 2px solid #eef0f1;
    position: relative;
    cursor: pointer;
}

.serList:after {
    width: 0;
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    top: -2px;
    background: #0038aa;
    transition-duration: .5s;
}

.serList:before {
    width: 0;
    position: absolute;
    content: "";
    height: 2px;
    right: 0;
    bottom: -2px;
    background: #0038aa;
    transition-duration: .5s;
}

.serList:hover:before {
    width: 100%;
}

.serList:hover:after {
    width: 100%;
}

.serList li {
    width: 100%;
    line-height: 0.54rem;
    font-size: 0.18rem;
    padding-left: 25px;
    position: relative;
}
.serList li a{border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    background: #ececee;
    padding: 0 10px;
    border-radius: 10px;
line-height:0.4rem;
}
.serList li:after {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 45%;
    content: "";
    background: #0038aa;
}

.serList li span {
    display: inline-block;
    padding-right: 0.2rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
}

.serBtn {
    width: 1.4rem;
    border: 1px solid #1b5fea;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 0.5rem;
    font-size: 16px;
    color: #003bb5;
    overflow: hidden;
    transition-duration: .5s;
    cursor: pointer;
    margin-top: 0.28rem;
}

.serBtn:hover {
    background: #0038aa;
    color: #fff;
    border: 1px solid #0038aa;
}

.ibox-third {
    padding: 0.4rem 0 0.5rem 0;
    overflow: hidden;
    position: relative;
}

.homeBussList {
    width: 100%;
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.homeBussList p {
    margin: 0 0.35rem;
    line-height: 0.44rem;
    font-size: 0.2rem;
    color: #333333;
}

.homeBussList p.active {
    border-bottom: 2px solid #0038aa;
    font-weight: bold;
}

.ibox-third .swiper-slide .pic {
    overflow: hidden;
    background: #000;
    border-radius: 0.2rem;
}

.ibox-third .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition-duration: .5s;
	height: 5.6rem;
}
/* .ibox-third .swiper-container1{height: 5.6rem;} */
.ibox-third .swiper-slide .pic:hover img {
    transform: scale(1.1);
    opacity: 0.85;
		
}

.ibox-third .swiper-slide .dw {
    width: 80%;
    height: 3.35rem;
    border-radius: 0.08rem;
    position: absolute;
    left: 10%;
    top: 30%;
    opacity: 0;
    transition-duration: .5s;
    color: #fff;
}

.ibox-third .swiper-slide .dw h1 {
    font-size: 0.34rem;
    line-height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.15rem;
}

.ibox-third .swiper-slide-active .pic img {
    opacity: 0.8;

}

.ibox-third .swiper-slide-active .dw {
    opacity: 1;
}

.ibox-third .swiper-slide .dw .neir {
    width: 60%;
    font-size: 0.17rem;
    line-height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ibox-third .swiper-button-prev {
    left: 8.5%;
}

.ibox-third .swiper-button-next {
    right: 8.5%;
}

.ibox-third .swiper-button-prev,
.ibox-third .swiper-button-next {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 100%;
    background: #ffffff;
    font-size: 26px;
    top: 50%;
}

.ibox-third .swiper-button-prev:after,
.ibox-third .swiper-button-next:after {
    font-size: 26px;
}

.ibox-third .swiper-slide .dw .more {
    width: 1.4rem;
    height: 0.46rem;
    margin-top: 0.3rem;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 0.46rem;
    font-size: 0.17rem;
    background: #d5d3d9;
    color: #333333;
    cursor: pointer;
    transition-duration: .5s;
}

.ibox-third .swiper-slide .dw .more:hover {
    background: #0038aa;
    color: #fff;
}

.ibox-third .more1 {
    display: table;
    margin: 20px auto 0;
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.2rem;
    color: #333333;
    padding-right: 0.3rem;
    background: url(/client/images/jt.jpg) no-repeat 95% center;
    background-size: 10px 17px;
    transition-duration: .5s;
    cursor: pointer;
}

.ibox-third .more1:hover {
    color: #0038aa;
    background: url(/client/images/jt.jpg) no-repeat 100% center;
}

/*  */

.ibox-fourth {
    padding: 0.75rem 0 0.9rem 0;
    background: #f1f7ff;
    overflow: hidden;
}

.pxfwBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.pxfwBox ul li {
    width: 31%;
    height: 3.76rem;
    background: url(/client/images/home-bg.png)no-repeat;
    background-size: 100% 100%;
    padding-top: 0.45rem;
    position: relative;
    top: 0;
    cursor: pointer;
    transition-duration: .5s;
}

.pxfwBox ul li:hover {
    background: url(/client/images/home-bg1.png) no-repeat;
    background-size: 100% 100%;
}

.pxfwBox ul li:hover {
    top: -6px;
}

.pxfwBox ul li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition-duration: .5s;
}

.pxfwBox ul li .icon p {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
}

.pxfwBox ul li:nth-child(1) .icon p {
    background: url(/client/images/home-icon01.png)no-repeat center center;
    background-size: 100% 100%;
}

.pxfwBox ul li:nth-child(2) .icon p {
    background: url(/client/images/home-icon02.png)no-repeat center center;
    background-size: 100% 100%;
}

.pxfwBox ul li:nth-child(3) .icon p {
    background: url(/client/images/home-icon03.png)no-repeat center center;
    background-size: 100% 100%;
}

.pxfwBox ul li:nth-child(1):hover .icon p {
    background: url(/client/images/home-icon01-1.png)no-repeat center center;
    background-size: 100% 100%;
}

.pxfwBox ul li:nth-child(2):hover .icon p {
    background: url(/client/images/home-icon02-1.png)no-repeat center center;
    background-size: 100% 100%;
}

.pxfwBox ul li:nth-child(3):hover .icon p {
    background: url(/client/images/home-icon03-1.png)no-repeat center center;
    background-size: 100% 100%;
}

.pxfwBox ul li .icon img {
    display: block;
    width: 0.7rem;
}

.pxfwBox ul li:hover .icon {
    transform: rotateY(180deg);
}

.pxfwBox ul li h1 {
    line-height: 0.5rem;
    text-align: center;
    color: #333333;
    font-size: 0.26rem;
    margin-bottom: 0.65rem;
    transition-duration: .5s;
}

.pxfwBox ul li:hover h1 {
    color: #fff;
}

.pxfwBox ul li .text {
    width: 80%;
    margin: 0 auto;
    padding-left: 28px;
    background: url(/client/images/r.jpg) no-repeat left 7px;
    font-size: 0.17rem;
    line-height: 0.28rem;
    color: #666666;
    transition-duration: .5s;
}

.pxfwBox ul li:hover .text {
    background: url(/client/images/r1.jpg) no-repeat left 7px;
}

.pxfwBox ul li:hover .text {
    color: #fff;
}

.ibox-fifth {
    padding: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.homeNews {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homeNews .left {
    width: 66%;
}

.homeNews .left .swiper {
    padding: 10px;
}

.homeNews .left .swiper-slide {
    border-radius: 0.15rem;
    box-shadow: 0 0 10px #e9e9e9;
    overflow: hidden;
    cursor: pointer;
}

.homeNews .left .swiper-slide .pic {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.homeNews .left .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.homeNews .left .swiper-slide:hover .pic img {
    transform: scale(1.1);
    opacity: 0.9;
}

.homeNews .left .swiper-slide .neir {
    width: 100%;
    padding: 0.2rem 0.3rem;
    background: #fff;
}

.homeNews .left .swiper-slide .neir .bit {
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #333;
    margin-bottom: 0.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
}

.homeNews .left .swiper-slide:hover .neir .bit {
    color: #0038aa;
}

.homeNews .left .swiper-slide .neir p {
    font-size: 0.17rem;
    line-height: 0.3rem;
    color: #888888;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homeNews .left .swiper-slide .neir .more {
    width: 100%;
    border-top: 2px solid #dedede;
    line-height: 0.66rem;
    font-size: 0.17rem;
    color: #555555;
    position: relative;
}

.homeNews .left .swiper-slide .neir .more .iconfont {
    margin-right: 15px;
    font-size: 0.24rem;
    color: #dedede;
}

.homeNews .left .swiper-slide:hover .neir .more .iconfont {
    color: #0038aa;
}

.homeNews .left .swiper-slide .neir .more:after {
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    background: #0038aa;
    transition-duration: .5s;
}

.homeNews .left .swiper-slide:hover .neir .more:after {
    width: 100%;
}

.homeNews .right {
    width: 32%;
    height: 100%;
    border-radius: 0.15rem;
    box-shadow: 0 0 10px #e9e9e9;
    overflow: hidden;
    padding: 0 0.32rem;
    margin-top: 10px;
}

.homeNews .right li {
    padding: 0.19rem 0;
    border-bottom: 2px solid #f8f8f8;
    position: relative;
    cursor: pointer;
}

.homeNews .right li:after {
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #0038aa;
    transition-duration: .5s;
}

.homeNews .right li:hover:after {
    width: 100%;
}

.homeNews .right li .t1 {
    font-size: 0.19rem;
    line-height: 0.3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homeNews .right li:hover .t1 {
    color: #0038aa;
}

.homeNews .right li .more {
    line-height: 0.36rem;
    font-size: 0.17rem;
    color: #777777;
    margin-top: 6px;
}

.homeNews .right li .more .iconfont {
    margin-right: 15px;
    font-size: 0.24rem;
    color: #dedede;
    margin-right: 10px;
    line-height: 0.36rem;
}

.homeNews .right li:hover .more .iconfont {
    color: #0038aa;
}

.homeNews .right li:last-child {
    border: none;
}

.homeNews .right li:last-child:after {
    display: none;
}

.ibox-fsixth {
    padding: 0.5rem 0 1rem 0;
    background: #f1f7ff;
    overflow: hidden;
}

.partnerBox {
    width: 100%;
    position: relative;
    padding: 0 0.3rem;
}



.partnerBox::after {
    width: 2.15rem;
    height: 1.4rem;
    position: absolute;
    left: -0.7rem;
    bottom: -0.3rem;
    content: "";
    background: #1551c3;
    z-index: 1;
    border-radius: 0 0 0 0.5rem;
}

.partnerBox ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.partnerBox ul li {
    width: 18.5%;
    border-radius: 8px;
    background: #fff;
    height: 1.18rem;
    box-shadow: 0 0 10px #d9d9d9;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    max-height: 80%;
    position: relative;
    top: 0;
    cursor: pointer;
    transition-duration: .5s;
}

.partnerBox ul li:hover {
    top: -5px;
    box-shadow: 0 0 15px #b6b6b6;
}

.ibox-seventh {
    padding: 0.4rem 0 0.8rem 0;
    overflow: hidden;
}

.homeAbout {
    width: 13.1rem;
    margin: 0 auto;
}

.homeAbout .text {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #555555;
    margin-bottom: 0.3rem;
}

.aboutPic {
    width: 100%;
    padding: 0.1rem;
    border: 1px solid #76acff;
    border-radius: 0.2rem;
    position: relative;
}

.aboutPic .more {
    position: absolute;
    width: 1.4rem;
    line-height: 0.46rem;
    border-radius: 0.5rem;
    background: #fff;
    bottom: 0.5rem;
    left: 45%;
    font-size: 0.18rem;
    transition-duration: .5s;
    text-align: center;
    cursor: pointer;
}

.aboutPic .more:hover {
    background: #0038aa;
    color: #fff;
}

.aboutPic img {
    display: block;
    width: 100%;
}

.ibox-eighth {
    background: #1d2c43;
    color: #fff;
}

@media only screen and (max-width: 1600px) {
    .home-warp {
        width: 86%;
        margin: 0 auto;
    }

    .serNeir,

    .ibox-third .swiper-slide .dw .neir,
    .pxfwBox ul li .text,
    .homeNews .left .swiper-slide .neir p,
    .homeNews .right li .t1,
    .homeAbout .text {
        font-size: 16px;
        line-height: 26px;
    }

    .serList li {
        font-size: 16px;

    }

    .homeBussList p {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1440px) {
    .ibox-third .swiper-slide .dw .neir {
        width: 80%;
    }

    .homeAbout {
        width: 86%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 769px){
	.ibox-banner{
		margin-top: 55px;
	}
	.H-warp{
		width: 92%;
		padding-top: 40px;
	}
	.ibox-banner .textBox .swiper-slide .t1{
		font-size: 16px;
		line-height: 1.6;
	}
	.ibox-banner .textBox .swiper-slide h1{
		font-size: 30px;
		line-height: 1.6;
	}
	.ibox-banner .textBox .swiper-slide .btn{
		font-size: 14px;
	}
	.topNews{
		padding-top: 20px;
		width: 100%;
		display: block;
	}
	.topNews .bit{
		font-size: 16px;
		padding-right: 0;
	}
	.topNews .titleList{
		width: 100%;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.topNews .more{
		padding-left: 0;
		width: 2.4rem;
	    height: 0.62rem;
	    border-radius: 0.5rem;
	    background: #104cc7;
	    margin: 0 auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	    color: #fff;
	    cursor: pointer;
	    transition-duration: .5s;
	}
	.iLink{
		margin-top: 30px;
		display: block;
	}
	.iLink .biglink{
		width: 100%;
	}
	.iLink .biglink h1{
		font-size: 18px;
	}
	.iLink .biglink p{
		font-size: 14px;
	}
	.iLink .smlink{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.iLink .smlink .text h1{
		font-size: 18px;
		line-height: 1.4;
	}
	.iLink .smlink .text p{
		font-size: 14px;
	}
	.homeService .left{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		border-radius: 0.2rem 0.2rem 0 0;
	}
	.homeService .left li{
		height: auto;
		font-size: 16px;
		line-height: 1.4;
		padding: 10px 20px;
	}
	.homeService .left li:after{
		left: 8px;
	}
	.homeService .right{
		width: 100%;
		margin-left: 0;
		border-radius: 0 0 0.2rem 0.2rem;
		padding: 20px 10px;
	}
	.serBit{
		font-size: 18px;
	}
	.serNeir,

    .ibox-third .swiper-slide .dw .neir,
    .pxfwBox ul li .text,
    .homeNews .left .swiper-slide .neir p,
    .homeNews .right li .t1,
    .homeAbout .text {
        font-size: 14px;
        line-height: 1.6;
    }

    .serList li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;

    }
    .serList li span{
    	font-size: 14px;
    	 line-height: 1.6;
    }
    .serList li:after{
    	top: 10px;
    }
    .serBtn{
    	width: 2.4rem;
	    height: 0.62rem;
	    border-radius: 0.5rem;
	    background: #104cc7;
	    margin: 20px auto 0;
	    display: flex !important;
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	    color: #fff;
    }
    .home-more{
    	width: 2.4rem;
	    height: 0.62rem;
	    border-radius: 0.5rem;
	    background: #104cc7;
	    margin: 20px auto 0;
	    display: flex !important;
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	    color: #fff;
    }
    .homeBussList{
    	display: none;
    }
    .home-warp{
    	width: 100%;
    }
    .ibox-third{
    	padding: 0.4rem 4% 0.5rem 4%;
    }
    .swiper-container1{
    	overflow: hidden;
		height: 230px;
    }
    .ibox-third .swiper-button-prev, .ibox-third .swiper-button-next{
    	display: none;
    }
    .ibox-third .swiper-slide .dw{
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	padding: 10px 10px;
    }
    .ibox-third .swiper-slide .dw h1{
    	font-size: 16px;
    }
    .ibox-third .swiper-slide .dw .neir{
    	width: 100%;
    	font-size: 14px;
    }
    .ibox-third .swiper-slide .dw .more{
    	font-size: 14px;
    }
    .ibox-third .more1{
    	width: 2.4rem;
	    height: 0.62rem;
	    border-radius: 0.5rem;
	    background: #104cc7;
	    margin: 20px auto 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	    color: #fff;
	    padding-right: 0;
    }
    .ibox-second{
    	padding: 0.7rem 4% 0.6rem 4%;
    }
    .ibox-fourth{
    	padding: 0.75rem 4% 0.9rem 4%;
    }
    .pxfwBox ul{
    	display: block;
    }
    .pxfwBox ul li{
    	width: 100%;
    	height: auto;
    	margin-bottom: 20px;
    }
    .pxfwBox ul li h1{
    	font-size: 18px;
    	margin-bottom: 10px;
    }
    .homeNews{
    	display: block;
    }
    .homeNews .left{
    	width: 100%;
    }
    .homeNews .left .swiper{
    	padding: 10px 0;
    	width: 92%;
    	margin: 0 auto;
    }
    .homeNews .left .swiper-slide .neir .bit{
    	font-size: 16px;
    	line-height: 1.4;
    }
    .homeNews .left .swiper-slide .neir .more{
    	font-size: 14px;
    }
    .homeNews .right{
    	width: 92%;
    	padding: 0;
    	margin: 10px auto 0;
    }
    .homeNews .right li{
    	padding: 15px 10px;
    }
    .homeNews .right li .more{
    	font-size: 14px;
    }
    .partnerBox ul li{
    	width: 46%;
    }
    .partnerBox::after{
    	display: none;
    }
    .homeAbout{
    	width: 92%;
    }
    .homeAbout .text{
    	text-align: justify;
    }
	.ibox-third .swiper-slide .pic img {
	    height: 200px;
	}
	.titleList .mySwiper{height: 80px;}
	.serList li a {
	    width: 100%;
	    margin-right: 0px;
	    border-radius: 10px;
	    line-height: 30px;
	    margin-bottom: 6px;
	    font-size: 15px;
	}
	.serList li span {
	    font-size: 18px;
	    line-height: 1.6;
	    margin-bottom: 5px;
	}
	
}





