.wrap {
    width: 100%;
    height: 100vh;
    background-size: cover
}

.swiper-container{
    transform:translate3d(0,0,0);
    overflow:hidden;
}
.swiper-slide{
    transform:translate3d(0,0,0);
    overflow: hidden;
}
.home {
    width: 100%;
    height:100%;
}

.home .swiper-slide {
    position: relative;
    height: 100%;
}

.home .swiper-slide .page1 {
    background: url(../images/index-1/page1.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.home .swiper-slide .page1 .title h1 {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    line-height: 2.2rem;
    color: #fff
}

.home .swiper-slide .page1 .title h6 {
    color: #e7e7e7;
    font-size: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-top: 1rem
}

.home .swiper-slide .page1 .btn {
    margin-top: 4.2rem
}

.home .swiper-slide .page1 .btn a {
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    color: #fff;
    border-radius: 0.2rem;
    padding: 0.6rem 1.8rem;
    font-size: 0.6rem
}

.home .swiper-slide .page2 {
    background-color: #091150;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    text-align: center;
    color: #fff;
    position: relative
}

.home .swiper-slide .page2 .circleBox {
    margin-top: -3.7rem
}

.home .swiper-slide .page2 .circleBox .c1 {
    background-color: #101b5f;
    border: 1px solid #2ed9eb;
    border-radius: 50%;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.6rem;
    margin-top: -2.6rem;
    z-index: 6
}

.home .swiper-slide .page2 .circleBox .c2 {
    background-color: #0d1859;
    border: 1px solid #154c80;
    border-radius: 50%;
    width: 9.2rem;
    height: 9.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4.6rem;
    margin-top: -4.6rem;
    z-index: 5
}

.home .swiper-slide .page2 .circleBox .c3 {
    background-color: #0c1657;
    border: 1px solid #154c80;
    border-radius: 50%;
    width: 14rem;
    height: 14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -7rem;
    z-index: 4
}

.home .swiper-slide .page2 .circleBox .c4 {
    background-color: #0b1555;
    border: 1px solid #154c80;
    border-radius: 50%;
    width: 20rem;
    height: 20rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10rem;
    margin-top: -10rem;
    z-index: 3
}

.home .swiper-slide .page2 .circleBox .c5 {
    background-color: #0a1353;
    border: 1px solid #154c80;
    border-radius: 50%;
    width: 26rem;
    height: 26rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13rem;
    margin-top: -13rem
}

.home .swiper-slide .page2 .pageCon {
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8rem;
    margin-top: -6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
}

.home .swiper-slide .page2 .pageCon h1 {
    font-size: 1.2rem
}

.home .swiper-slide .page2 .pageCon h5 {
    font-size: 0.5rem;
    font-weight: 400;
    color: #23ffce
}

.home .swiper-slide .page2 .pageCon .mainImg {
    margin-top: 0.8rem
}

.home .swiper-slide .page2 .pageCon .mainImg img {
    display: inline-block;
    width: 100%
}

.home .swiper-slide .page2 .pageCon .tabPanel .tabTitle {
    width: 14rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.2rem;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden
}

.home .swiper-slide .page2 .pageCon .tabPanel .tabTitle li {
    width: 7rem;
    color: #0c1657;
    font-size: 1rem;
    text-align: center;
    font-size: 0.65rem;
    float: left;
    height: 100%
}

.home .swiper-slide .page2 .pageCon .tabPanel .tabTitle li.hit {
    background-color: #40d7b6;
    color: #fff
}

.home .swiper-slide .page2 .pageCon .tabPanel .tabTitle li:nth-child(1) {
    border-radius: 0.2rem 0 0 0.2rem
}

.home .swiper-slide .page2 .pageCon .tabPanel .tabTitle li:nth-child(2) {
    border-radius: 0 0.2rem 0.2rem 0
}

.home .swiper-slide .page2 .pageCon .tabPanel .panes {
    margin-top: 1rem
}

.home .swiper-slide .page2 .pageCon .tabPanel .panes .listItems {
    width: 14rem;
    margin: 0 auto;
    text-align: center
}

.home .swiper-slide .page2 .pageCon .tabPanel .panes .listItems li {
    width: 6.6rem;
    float: left;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: flex-end;
    align-content: center
}

.home .swiper-slide .page2 .pageCon .tabPanel .panes .listItems li span {
    font-size: 0.6rem;
    font-weight: bold;
    margin-right: 0.5rem;
    text-align: right;
    margin-top: 0.5rem
}

.home .swiper-slide .page2 .pageCon .tabPanel .panes .listItems li span b {
    font-weight: 400;
    font-size: 0.3rem;
    white-space: nowrap
}

.home .swiper-slide .page2 .pageCon .tabPanel .panes .listItems li img {
    display: inline-block;
    width: 2.3rem;
    height: 2.3rem
}

.home .page3 {
    background-color: #19233e;
    width: 100%;
    height: 100vh;
    text-align: center
}

.home .page3 #productBox {
    width: 14rem;
    margin: 0 auto;
    height: 100vh;
    padding-top: 3.3rem
}

.home .page3 #productBox .swiper-button-next:after,
.home .page3 #productBox .swiper-container-rtl .swiper-button-prev:after {
    content: ""
}

.home .page3 #productBox .swiper-button-prev:after,
.home .page3 #productBox .swiper-container-rtl .swiper-button-next:after {
    content: ""
}

.home .page3 #productBox .swiper-button-prev {
    background: url(../images/index-1/leftArrow.png) no-repeat;
    background-size: 100%;
    width: 1rem;
    top: 34%;
    height: 2.9rem;
    outline: none
}

.home .page3 #productBox .swiper-button-next {
    background: url(../images/index-1/rightArrow.png) no-repeat;
    background-size: 100%;
    width: 1rem;
    top: 34%;
    height: 2.9rem;
    outline: none
}

.home .page3 #productBox .proBox {
    position: relative;
    border-radius: 3px
}

.home .page3 #productBox .proBox .conInfo {
    color: #fff;
    position: absolute;
    width: 14rem;
    top: 20vh
}

.home .page3 #productBox .proBox .conInfo img {
    display: inline-block;
    width: 2.6rem
}

.home .page3 #productBox .proBox .conInfo h5 {
    font-size: 0.8rem;
    margin-bottom: 0.2rem
}

.home .page3 #productBox .proBox .conInfo h6 {
    font-size: 0.55rem;
    font-weight: 400
}

.home .page3 #productBox .proBox .conInfo b.line {
    background-color: #00ffff;
    height: 0.15rem;
    width: 2rem;
    display: block;
    margin: 0.75rem auto 0
}

.home .page3 #productBox .proBox .conInfo div {
    font-size: 0.5rem;
    line-height: 0.8rem;
    width: 82%;
    margin: 0.8rem auto
}

.home .page3 #productBox .proBox .conInfo .btnDiv {
    margin-top: 1.2rem
}

.home .page3 #productBox .proBox .conInfo .btnDiv a {
    display: inline-block;
    background-color: #00ffff;
    color: #000;
    border-radius: 0.2rem;
    padding: 0.3rem 1rem;
    font-size: 0.5rem
}

.home .page3 #productBox .proBox .dialog {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home .page3 #productBox .proBox1 {
    background: url(../images/index-1/pro_Icon01.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 86%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.home .page3 #productBox .proBox2 {
    background: url(../images/index-1/pro_Icon02.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 86%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.home .page3 #productBox .proBox3 {
    background: url(../images/index-1/pro_Icon03.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 86%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.home .page3 #productBox .proBox4 {
    background: url(../images/index-1/pro_Icon04.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 86%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.home .page3 #productBox .proBox5 {
    background: url(../images/index-1/pro_Icon05.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 86%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.home .page4 {
    background: url(../images/index-1/page3.jpg) no-repeat;
    background: url(../images/index-1/page3.jpg) no-repeat;
    background-size: 100% 100%;
    width: 14rem;
    height: 100vh;
    text-align: center;
    padding: 0 1rem 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.home .page4 .title h1 {
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    margin-top: 2.4rem
}

.home .page4 .title h1 span {
    color: #828282;
    font-weight: 400;
    font-size: 0.8rem;
    margin-left: 0.2rem
}

.home .page4 .title h5 {
    color: #fff;
    font-size: 0.5rem;
    font-weight: 400;
    text-align: left;
    margin-top: 0.3rem;
    line-height: 0.8rem
}

.home .page4 #solutionBox {
    background-color: #fff;
    background: url(../images/index-1/mapBj.png) no-repeat #fff;
    background-size: contain;
    background-position: center center;
    border-radius: 0.3rem;
    margin-top: 3vh;
    margin: 3vh auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 14rem
}

.home .page4 #solutionBox .swiper-button-next:after,
.home .page4 #solutionBox .swiper-container-rtl .swiper-button-prev:after {
    content: ""
}

.home .page4 #solutionBox .swiper-button-prev:after,
.home .page4 #solutionBox .swiper-container-rtl .swiper-button-next:after {
    content: ""
}

.home .page4 #solutionBox .swiper-button-prev {
    background: url(../images/index-1/leftArrow_1.png) no-repeat;
    background-size: 100%;
    width: 1rem;
    top: 40%;
    height: 2.9rem;
    outline: none
}

.home .page4 #solutionBox .swiper-button-next {
    background: url(../images/index-1/rightArrow_1.png) no-repeat;
    background-size: 100%;
    width: 1rem;
    top: 40%;
    height: 2.9rem;
    outline: none
}

.home .page4 #solutionBox .swiper-slide {
    padding-top: 0.4rem;
    background-size: 100%
}

.home .page4 #solutionBox .solutionDiv {
    text-align: center;
    margin: 0.4rem auto 0.8rem
}

.home .page4 #solutionBox .solutionDiv img {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem
}

.home .page4 #solutionBox .solutionDiv h5 {
    font-size: 0.6rem
}

.home .page4 #solutionBox .solutionDiv h5 b {
    display: block;
    background-color: #00ffff;
    height: 3px;
    width: 1.4rem;
    margin: 0.2rem auto 0
}

.home .page4 #solutionBox .solutionDiv h6 {
    font-size: 0.5rem;
    width: 70%;
    line-height: 0.8rem;
    margin: 0 auto;
    font-weight: 400;
    margin-top: 0.4rem
}

.home .page4 #solutionBox .solutionDiv .moreBtn a {
    display: inline-block;
    border: 1px solid #e2e2e2;
    margin-top: 0.4rem;
    color: #9b9b9b;
    font-size: 0.5rem;
    border-radius: 3px;
    padding: 0.25rem 0.7rem
}

.home .page4 #solutionBox .solutionDiv .moreBtn a:hover {
    background-color: #23eecf;
    border-color: #23eecf;
    color: #fff
}

.home .page5 {
    background: url(../images/index-1/page4.jpg) no-repeat;
    background-size: cover;
    width: 14rem;
    height: 100vh;
    text-align: center;
    padding: 0 1rem 0;
    font-size: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.home .page5 .title {
    color: #fff
}

.home .page5 .title h1 {
    font-size: 1rem
}

.home .page5 .title h5 {
    font-size: 0.65rem;
    font-weight: 400;
    margin-top: 0.3rem
}

.home .page5 .branchBox {
    transform: rotate(45deg);
    margin-top: 2rem
}

.home .page5 .branchBox div span {
    display: inline-block;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    margin: 0.2rem;
    border: 1px solid #fff
}

.home .page5 .branchBox div span img {
    display: inline-block;
    width: 100%;
    transform: rotate(-45deg);
    margin-top: 0.8rem
}

.home .page5 .branchBox div span:first-child {
    margin-left: 0
}

.home .page5 .branchBox div span:last-child {
    margin-right: 0
}

.home .page5 .branchBox div span:hover {
    border: 1px solid #23eecf
}

.home .page6 {
    background: url(../images/index-1/page5.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 2rem 0 0;
    font-size: 0;
    box-sizing: border-box;
    position: relative
}

.home .page6 .newsCon {
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 0.6rem 0.5rem;
    margin-bottom: 0.5rem;
    width: 15rem;
    margin: 0.8rem auto 0.5rem;
    box-sizing: border-box;
}

.home .page6 .newsCon .newsCon_list .newsCon_left {
 width: 10rem;
}
.home .page6 .newsCon .newsInfo{
    margin-top: 0.6rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
    text-align: left;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home .page6 .newsCon h1 {
    font-size: 0.55rem;
    text-align: left;
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
    height: 1.7rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home .page6 .newsCon .newsImg {
    /* margin-bottom: 0.3rem; */
    width: 3.5rem;
    height: 2.6rem;
    padding-left: 0;
    overflow: hidden;
}

.home .page6 .newsCon .newsImg img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.home .page6 .newsCon .newsDetails {
    font-size: 0.5rem;
    text-align: left;
    color: #a0a0a0;
    line-height: 0.7rem;
    /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical */
}

.home .page6 .moreBtn {
    text-align: left;
    margin-top: 1rem;
    text-align: center;
}

.home .page6 .moreBtn a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.3rem 0.9rem;
    font-size: 0.5rem
}


.home .page6 .footer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #222222;
    width: 100%;
    padding: 0.5rem 0;
    align-items: center;
    position: absolute;
    bottom: 0
}

.home .page6 .footer .leftCode {
    text-align: center
}

.home .page6 .footer .leftCode div img {
    display: inline-block;
    width: 3.1rem;
    height: 3.1rem
}

.home .page6 .footer .leftCode h5 {
    font-size: 0.45rem;
    color: #8d8d8d;
    font-weight: 400;
    margin-top: 0.1rem;
    line-height: 0.8rem
}

.home .page6 .footer .rightInfo {
    text-align: right;
    color: #8d8d8d
}



.home .page6 .footer .rightInfo h5 {
    font-size: 0.65rem;
    margin-bottom: 0.35rem
}

.home .page6 .footer .rightInfo h1 {
    font-size: 1.2rem;
    margin-bottom: 0.35rem
}

.home .page6 .footer .rightInfo div {
    font-size: 0.5rem;
    margin-bottom: 0.35rem;
    font-size: 0.5rem
}

body {
    position: relative
}

.brand {
    position: relative
}