.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
    height: 530px;
}
.swiper-slide{
    display: block;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.swiper-slide.s1{
    background-image: url(../img/banner-1.jpg);
}
.swiper-slide.s2{
    background-image: url(../img/banner-2.jpg);
}
.swiper-slide.s3{
    background-image: url(../img/banner-3.jpg);
}
.swiper-slide.s4{
    background-image: url(../img/banner-4.jpg);
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}


@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}


.software{
    margin: 40px auto 0;
    width: 825px;
}
.introduce{
    margin: 40px auto 0;
    width: 1100px;
}
.multiple-role{
    width: 1000px;
}
.software>div{
    display: inline-block;
    vertical-align: top;
    width: 270px;
}
.software>div i{
    display: block;
    height: 60px;
    background: url(../img/indexSpr_4.png) 50% 0 no-repeat;
}
.software>div .i2{
    background-position: 50% -120px;
}
.software>div .i3{
    background-position: 50% -240px;
}
.software>div .i4{
    background-position: 50% -360px;
}
.software>div h4,
.software>div p,
.software>div a{
    display: block;
    text-align: center;
}
.software>div .btn{
    margin-top: 15px;
    padding: 10px 0;
    background: #303030;
    color: #fff;
    position: relative;
}
.software>div .qa:hover div{
    display: block;
}
.software>div .qa div{
    position: absolute;
    display: none;
    top: -160px;
    left: 60px;
    background: #fff;
}
.software>div p{
    margin: 10px 0;
}
.introduce-box{
    background-color: #F8F8F8;
}
.introduce{
    text-align: center;
    color:#ffffff;
    background-color: #F8F8F8;
    padding-bottom:50px;
}
.introduce-title{
    color: #000000;
    font-size: 30px;
    margin-top: 50px;
    padding-top:37px;
}
.multiple-role-title{
    color: #2a2d2f;
    font-size: 36px;
    margin-top: 37px;
}
.introduce-desc{
    color:#2a2d2f;
    margin-top: 10px;
}
.introduce-list{
    text-align: left;
    margin-top: 20px;
}

.introduce-list ul li{
    width: 175px;
    height: 320px;
    /*background-color: #4f94dc;*/
    padding-top: 75px;
    padding-left: 40px;
    display: inline-block;
    margin-right: -4px;
}
.introduce-list ul li:nth-of-type(even){
    /*background-color: #3a494d;*/
}
.title{
    font-size: 20px;
}
.line{
    margin-top: 20px;
    width: 20px;
    height: 3px;
    background-color: #b4babb;
}
.desc{
    margin-top: 20px;
    width: 120px;
    word-break:normal;
    white-space:pre-warp;
    word-wrapL:break-word;
}
.introduce-one-bg{
    background-image: url(../img/1.png);
}
.introduce-two-bg{
    background-image: url(../img/4.png);
}
.introduce-three-bg{
    background-image: url(../img/2.png);
}
.introduce-four-bg{
    background-image: url(../img/3.png);
}
.introduce-five-bg{
    background-image: url(../img/5.png);
}

/*联系我们*/
.contact-wrap{
    background: #F2F4F7;
}
.contact-wrap .inner{
    height: 140px;
    width: 1100px;
    margin: 0 auto;
}
.contact-wrap .inner>div{
    float: left;
}
.contact-wrap .inner>div em{
    height: 140px;
    line-height: 140px;
    font-size: 16px;
    font-style: normal;
}
.contact-wrap .inner>div em,
.contact-wrap .inner>div a,
.contact-wrap .inner>div span{
    display: inline-block;
    vertical-align: top;
}
.contact-wrap .inner>div a,
.contact-wrap .inner>div span{
    position: relative;
    width: 168px;
    height: 51px;
    background: url(../img/wx.png);
    margin: 45px 0 44px;
}
.contact-wrap .inner>div a div{
    display: none;
    position: absolute;
    top: -120px;
    left: 0;
    width: 200px;
    height: 115px;
}
.contact-wrap .inner>div a:hover div{
    display: block;
}
.contact-wrap .inner>div span{
    width: 151px;
    margin-left: 15px;
    background: url(../img/wb.png);
}
.contact-wrap .inner dl{
    float: right;
    margin: 40px 0 41px;
    padding-left: 65px;
}
.contact-wrap .inner dl dt{
    font-size: 20px;
    color: #5db5f4;
    font-weight: bold;
}
.contact-wrap .inner dl dd{
    padding-top: 5px;
    font-size: 16px;
    color: #303030;
}
.contact-wrap .inner .d1{
    background: url(../img/dh.png) no-repeat 0 50%;
}
.contact-wrap .inner .d2{
    margin-right: 40px;
    /*background: url(../img/kf.png) no-repeat 0 50%;*/
    margin-top: -4px;
    width: 145px;
    height: 120px;
}
.inner-div{
    height: 102%;
}
.inner-div img{
    width: 120%;
}
.news{
    width: 1100px;
    margin: 50px auto;
}
.news li{
    float: left;
    width: 530px;
    height: 30px;
    margin-bottom: 7px;
}
.news li span{
    float: right;
}
.news li:nth-child(odd){
    margin-right: 32px;
}
.news .title{
    margin-bottom:20px;
}
.news .title h2{
    float: left;
    height: 33px;
    padding-left:50px;
    background: url(../img/zx.png) no-repeat 0 50%;
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
}
.news .title a{
    float: right;
    display: block;
    height: 33px;
    line-height: 33px;
}

/*多种角色区域样式*/
.multiple-role{
    /*padding-bottom: 20px;*/
    text-align: center;
    /*margin: 0;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid #FFFFFF;
}
.box{
    width: 1000px;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.menu{
    width: 400px;
    height: 300px;
    background-color: #FFFFFF;
}
.menu-item{
    width: 100%;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    cursor: pointer;
}
.content{
    width: 500px;
    height: 300px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content-text-box{
    text-align: left;
    /*margin-top: 70px;*/
    margin-left: 50px;
}
.content-text-box h2{
    color: #333333;
    font-size: 20px;
    margin-top: 10px;
}
.content-text-box ol{
    /*margin-left: 20px;*/
    margin-top: 15px;
    /*list-style-type:circle;*/
}
.content-text-box ol li{
    width: 500px;
    text-align: left;
    margin-top: 5px;
}
.gray{
    background-color: #F2F4F7;
}
.selected{
    background-color: #5da1f4;
    color:#ffffff;
}

.number-span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #B6D3F8;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color:#FFFFFF;
    margin-right: 8px;
}
