@charset "utf-8";

.arrow_r,
.btnBox {
    display: inline-block
}

.btnApp1,
.tc {
    text-align: center
}

.arrow_r,
.fr_btn>button>span,
.swiper-button-next>img,
.swiper-button-prev>img,
.verlinM {
    vertical-align: middle
}


h1 {
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

button {
    background: 0 0;
    border: none;
    outline: 0
}

.cf {
    clear: both
}

.w100 {
    width: 100%
}

.fr {
    float: right
}

.fl {
    float: left
}

.sty:hover {
    text-decoration: underline
}

.margin5 {
    margin-right: 5px
}

.margin20 {
    margin-right: 20px
}

.green {
    background: #00C0A2;
    border-radius: 2px;
    color: #fff;
    height: 54px;
    width: 155px;
    border: none
}

.arrow_r {
    border: 4px solid transparent;
    margin-left: 20px;
    border-left-color: #000
}

.btnBox {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}

.btnBox:hover {
    -webkit-transform: translateY(-54px);
    -moz-transform: translateY(-54px);
    -ms-transform: translateY(-54px);
    -o-transform: translateY(-54px);
    transform: translateY(-54px)
}

.header .current .loginBox,
.header .loginBox.loginBox1:hover {
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    -o-transform: translateY(-46px);
    transform: translateY(-46px)
}

.btnApp1 {
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    width: 140px;
    height: 54px;
    background-color: #fff;
    font-size: 16px;
    display: block;
    line-height: 54px;
    color: #0060ff;
    margin-top:16px;
}

.btnBox>span,
.fr_btn,
.openIcon {
    display: inline-block
}

.btnBox>span {
    width: 80%
}

.openIcon {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 8px;
    height: 4px;
    background: url(//es-static.xiaojukeji.com/static/web/home/images/201710/pc_ic_arrow-54c5e65bad.png) center center no-repeat;
    background-size: cover
}

.openIcon.turn {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.fr_btn {
    margin-top: 10px
}

.fr_btn>button {
    cursor: pointer
}

.bai.fr_btn .arrow_r {
    border-left-color: #fff
}

.bai.fr_btn button {
    border-color: #fff
}

.bai.fr_btn span {
    color: #fff
}

.lan.fr_btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 100px);
    transition: all .5s
}

.lan.fr_btn button {
    background: #1e96fa;
    border: 0;
    color: #fff
}

.swiper1 .pic1,
.swiper1 .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.lan.fr_btn .arrow_r {
    border-left-color: #fff
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    width: 66px;
    height: 66px;
    margin-top: -33px;
    text-align: center
}

.swiper-button-next.anmit,
.swiper-button-prev.anmit {
    transition: all .5s;
    border-radius: 100%;
    border: 2px solid transparent
}

.swiper-button-next.anmit:hover,
.swiper-button-prev.anmit:hover {
    border: 2px solid rgba(0, 0, 0, 1)
}

.swiper-button-next.anmit.bai:hover,
.swiper-button-prev.anmit.bai:hover {
    border: 2px solid rgba(255, 255, 255, 1)
}

.swiper-button-next.anmit.stop_click,
.swiper-button-prev.anmit.stop_click {
    opacity: .3
}

.swiper-button-next.anmit.stop_click:hover,
.swiper-button-prev.anmit.stop_click:hover {
    border: none
}

.swiper-button-prev {
    left: -72px
}

.swiper-button-next {
    right: -72px
}

.swiper-button-next>span,
.swiper-button-prev>span {
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.self-swiper-container {
    overflow: hidden;
    height: 100%
}

.self-swiper-wrapper {
    transition: all 1s;
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal
}

@keyframes rowup {

    0%,
    20% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    30%,
    50% {
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0)
    }

    60%,
    80% {
        -webkit-transform: translate3d(0, -120px, 0);
        transform: translate3d(0, -120px, 0)
    }

    90%,
    99.99999% {
        -webkit-transform: translate3d(0, -180px, 0);
        transform: translate3d(0, -180px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.swiper1 {
    position: relative;
    min-width: 1280px
}

.swiper1 .link {
    display: block;
    width: 100%;
    height: 100%
}

.swiper1 .swiper-slide {
    height: 520px
}

.swiper1 .mask {
    top: 0;
    left: 0;
    z-index: 2;
    width: 1175px;
    margin: auto;
    padding-top: 133px;
    text-align: left
}

.swiper1 .sl1,
.zhanshi .title2 {
    text-align: center
}

/* .swiper1 .pic1 {
    background-image: url(home-banner1-17.jpg)
}
.swiper1 .pic2 {
    background-image: url(home-banner1-12.jpg)
}
.swiper1 .pic3 {
    background-image: url(home-banner1-161.jpg)
} */
.swiper1 .pic1 {
    background-image: url(112.jpg)
}
.swiper1 .pic2 {
    background-image: url(113.jpg)
}

.swiper1 .contain h1 {
    font-size: 40px;
    line-height: 62px;
    color: #434343;
    font-weight: 300
}
.swiper1 .contain h2 {
    font-size:36px;
    line-height:50px;
    color: #434343;
    font-weight: 300
}

.swiper1 .contain>p {
    font-size: 24px;
    line-height: 40px;
    color: #434343;
    font-weight: 300;
}

@media screen and (min-width:1650px) {
    .swiper1 .swiper-slide {
        height: 520px
    }
}

a {
    text-decoration: none;
    color: #fff
}

.swiper1 .contain .btn1,
.swiper1 .contain .btn2 {
    height: 54px;
    display: inline-block;
    line-height: 54px;
    width: 140px;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 10px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.swiper1 .contain .btn1 {
    border: 1px solid #fff;
    background-color: #1C80F9;
    color: #fff
}

.swiper1 .contain .btn2 {
    background-color: #fff;
    color: #1C80F9
}

.swiper1 .sl1-box {
    width: 100%;
    position: absolute;
    bottom: 54px;
    z-index: 3
}



.zhanshi {
    height: 580px
}

.zhanshi .content {
    width: 1175px;
    margin: auto
}

.zhanshi .title2 {
    font-size: 38px;
    color: #000;
    line-height: 52px;
    padding: 50px 0 10px;
    font-weight: 400
}

.zhanshi h3 {
    font-family: PingFangSC-Light;
    font-size: 40px;
    font-weight: 400
}

.zhanshi p {
    font-size: 16px;
    color: #666;
    width: 506px;
    margin-top: 18px
}

.page2 .rewu_bg_box,
.page5 .rewu_bg_box {
    position: relative;
    width: 518px;
    padding: 108px 0 0;
    box-sizing: content-box
}

.page4 .rewu_bg_box {
    position: relative;
    width: 518px;
    margin-top: 111px;
    box-sizing: content-box
}

.zhanshi .yinhao {
    margin-top: 60px
}

.zhanshi .yinhao>p {
    margin-top: 20px;
    padding: 0 38px;
    position: relative;
    margin-bottom: 40px;
    font-size: 14px
}

.zhanshi .yinhao .author {
    text-align: right;
    margin: -35px 0 50px
}

.zhanshi .yinhao img {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.zhanshi .yinhao img:last-child {
    top: 0;
    left: auto;
    right: 0
}

.zhanshi .fr_content {
    padding: 92px 70px 0 0;
    position: relative
}

.zhanshi button {
    font-size: 16px;
    line-height: 16px
}

.page5 {
    background: #F7FAFD
}



.page6 {
    height: 200px;
    background-color: #1C80F9
}

.page6 img {
    margin-top: 23px;
    margin-left: 50px
}

.page6 .barText {
    width: 432px;
    color: #fff;
    padding-top: 48px;
    margin-left: 370px
}

.page6 .barText p {
    font-size: 24px
}

.page6 .barText span {
    opacity: .53;
    font-size: 12px
}

.page6 button {
    border: 1px solid #fff;
    width: 155px;
    height: 54px;
    margin-top: 73px;
    color: #fff;
    border-radius: 2px
}

.page6 .regist {
    background: #00C0A2;
    border-radius: 2px;
    margin-left: 15px;
    border-color: #00C0A2
}

.role .admin,
.role .staff {
    background-position: center;
    background-repeat: no-repeat
}

.page7 {
    height: 769px;
    text-align: center
}

.page7 .title2 {
    text-align: center;
    font-size: 40px;
    color: #333;
    margin-top: 66px;
    font-weight: 400
}

.page7 .banxin {
    position: relative
}

.page7 .guide {
    height: 535px;
    width: 855px;
    background-image: url(guidepc-af85a727cf.png);
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -427px;
    margin-top: 51px
}

.page7 .guide p {
    color: #fff;
    font-size: 18px;
    margin-top: 110px;
    font-family: PingFangSC-Medium
}

.page7 .role p {
    margin-top: 0
}

.page7 span {
    font-size: 12px
}

.page7 .role div {
    height: 179px;
    width: 187px;
    color: #fff;
    position: relative
}

.page7 .role div.btnApp {
    height: 42px;
    width: 120px
}

.page7 .roles {
    display: flex;
    margin-top: 31px;
    justify-content: space-between;
    padding: 0 200px
}

.page7 .role {
    width: 210px
}

.role .admin {
    background-image: url(admin-52249ccdcb.png);
    background-size: 100% 169px
}

.role .admin:hover {
    background-image: url(admin_hover-3c3b05c105.png);
    background-size: 100% 179px
}

.role .staff {
    background-image: url(staff-869befef78.png);
    background-size: 100% 169px
}

.role .staff:hover {
    background-image: url(staff_hover-b22aa3523b.png);
    background-size: 100% 179px
}

.page8 {
    height: 838px;
    background: #1C80F9;
    text-align: center
}

.page8 .tabstitle button {
    width: 140px;
    height: 54px;
    border: 1px solid #FFF;
    border-color: rgba(255, 255, 255, .34);
    font-size: 18px;
    border-radius: 3px;
    margin-top: 80px;
    color: #fff;
    margin-left: 44px;
    background: #1C80F9
}

.page8 .tabstitle button.selected,
.page8 .tabstitle button:hover {
    background: #FFF;
    border-radius: 3px;
    font-family: PingFangSC-Semibold;
    color: #1C80F9
}

.page8 .tabstitle .tab1 {
    background: url(xingchengguankong1-b577c47f02.png) 15px 16px no-repeat;
    background-size: 19px 19px
}

.page8 .tabstitle .tab1.selected,
.page8 .tabstitle .tab1:hover {
    background: url(xingchengguankong2-1f1aa3b428.png) 17px 16px no-repeat #fff;
    background-size: 19px 19px;
    color: #1c80f9
}

.page8 .tabstitle .tab2 {
    background: url(xiaoche1-ff36b2d82e.png) 16px 17px no-repeat;
    background-size: 20px 17px
}

.page8 .tabstitle .tab2.selected,
.page8 .tabstitle .tab2:hover {
    background: url(xiaoche2-c1a3944ca2.png) 16px 17px no-repeat #fff;
    background-size: 20px 17px;
    color: #1c80f9
}

.page8 .tabstitle .tab3 {
    background: url(duizhang1-0af4de538e.png) 17px 16px no-repeat;
    background-size: 18px 20px
}

.page8 .tabstitle .tab3.selected,
.page8 .tabstitle .tab3:hover {
    background: url(duizhang2-3f4d2aad16.png) 17px 16px no-repeat #fff;
    background-size: 18px 20px;
    color: #1c80f9
}

.page8 .tabcontent {
    height: 500px;
    margin-top: 34px;
    position: relative;
    text-align: left
}

.page8 .top_box {
    position: relative;
    margin-bottom: 51px
}

.page8 .tabcontent2 .top_box {
    margin-bottom: 29px
}

.page8 .tabcontent3 .top_box {
    margin-bottom: 0
}

.page8 .tabcontent3 .top_box h3 {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 31px
}

.page8 .tabcontent3 .item span {
    width: 378px;
    display: inline-block;
    vertical-align: top
}

.page8 .optionsBg {
    width: 673px;
    position: absolute;
    right: 0;
    top: 0
}

.page8 .top_box h3 {
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #FFF;
    font-weight: 400;
    display: inline-block;
    margin-top: 57px
}

.page8>h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.page8 .item>h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 25px
}

.page8 .item img {
    height: 16px
}

.page8 .item>p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 30px 20px;
    color: #fff
}

.registerBtn {
    background-color: #00C0A2;
    color: #fff;
    overflow: hidden
}

.registerBtn a {
    color: #fff
}

.caseBox {
    position: relative;
    text-align: center
}

.caseBox .title2 {
    font-family: PingFangSC-Regular;
    font-size: 38px;
    font-weight: 400
}

.caseBox p {
    font-family: PingFangSC-Light;
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.caseBox button {
    width: 136px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 2px;
    color: #333
}

.caseBox .swiper-container {
    position: relative;
    margin-bottom: 60px;
    overflow: visible
}

.caseBox .swiper-slide {
    height: 355px;
    width: 385px;
    margin: 0 9px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08)
}

.caseBox .contain {
    padding: 21px;
    height: 238px
}

.caseBox .swiper-slide:hover {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .08)
}

.caseBox .case1 {
    background: url(//es-static.xiaojukeji.com/static/web/home/case/images/chunk-1-576f479e41.png) center center no-repeat;
    background-size: 100%;
    margin-left: 0
}

.caseBox .case3 {
    background: url(//es-static.xiaojukeji.com/static/web/home/case/images/chunk-3-7576b0038b.jpg) center center no-repeat;
    background-size: 100%;
    margin-right: 0
}

.caseBox .case6 {
    background: url(//es-static.xiaojukeji.com/static/web/home/case/images/chunk-6-48c763cfc7.jpg) center center no-repeat;
    background-size: 100%;
    margin-right: 0
}

.caseBox .caseName {
    font-size: 22px;
    color: #333;
    line-height: 22px
}

.caseBox .caseDec {
    font-size: 22px;
    color: #FFF;
    margin-top: 165px;
    margin-left: 20px
}

.caseBox .info {
    position: relative;
    padding: 42px 30px
}

.caseBox .info .staff {
    position: absolute;
    right: 28px;
    top: 42px
}

.caseBox .info span {
    font-size: 14px;
    color: #999;
    line-height: 30px
}

.caseBox .info .staff img {
    height: 18px
}

.caseBox .info img.yuangong {
    height: 13px;
    margin-right: 8px;
    margin-top: 8px
}

.caseBox .logos {
    overflow: hidden;
    margin-bottom: 70px
}

.caseBox .logos>li {
    float: left;
    margin-right: 19px;
    width: 180px;
    height: 62px
}

.caseBox .caseLogo1 {
    background: url(//es-static.xiaojukeji.com/static/web/home/images/201710/pc_img_f_1-d3d08417bb.png) center center no-repeat;
    background-size: contain
}

.caseLogo2 {
    background: url(//es-static.xiaojukeji.com/static/web/home/images/201710/pc_img_f_2-05a5bec27e.png) center center no-repeat;
    background-size: contain
}

.caseLogo3 {
    background: url(case_logo_1-efddb87bf3.png) center center no-repeat;
    background-size: contain
}

.caseLogo4 {
    background: url(case_logo_2-48ae8fdc97.png) center center no-repeat;
    background-size: contain
}

.caseLogo5 {
    background: url(//es-static.xiaojukeji.com/static/web/home/images/201710/pc_img_f_5-e92aa5e790.png) center center no-repeat;
    background-size: contain
}

.caseLogo6 {
    background: url(//es-static.xiaojukeji.com/static/web/home/images/201710/pc_img_f_6-db8a9ebe11.png) center center no-repeat;
    background-size: contain
}

.caseBox .logos>li.marginRight {
    margin-right: 0
}

.xidinghidden {
    width: 100%;
    background-color: #FFF1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 74px;
    z-index: 100;
    opacity: 0
}

.xidinghidden img {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.xidinghidden a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FF5656;
    padding: 8px 0;
    display: block
}

.client:hover {
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px)
}