.swiper-container{
    background: #282f43;
}
.swiper-container .swiper-slide{
    overflow: hidden;
}
.index-banner-bg{
    width: 100%;
    height: auto;
    min-width: 1500px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-show-bottom{
	display:none;
}
.banner-wenzi{
    position: absolute;
    height: 50%;
    width: auto;
    top: 25%;
    left: 10%;
}
.index-banner-down{
    width: 100%;
    padding:40px 0;
    padding-top: 120px;
    background: #282f43;
    text-align: center;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    margin-top: -3px;
}
.index-banner-down>div:nth-of-type(1){
    width: 60px;
    height: 60px;
    background: url(../images/index/icon1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 30px;
}
.bottom-arrow,.index-ourteam-arrow{
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid #282f43;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.index-ourteam-arrow{
    top: 0;
    bottom: auto;
    border-top:#335bb8 solid 30px;
}
.index-spirit,.index-show{
    text-align: center;
    padding-top: 100px;
    position: relative;
}
.index-spirit>img{
    margin-bottom: 40px;
}
.index-spirit>div{
    width: 100%;
    height: auto;
    text-align: center;
}
.index-spirit>div>div{
    display: inline-block;
    width: 75%;
    max-width: 1600px;
    min-width: 500px;
}
.index-spirit>div>div:after{
     content:' ';
     display:block;
     height:0;
     clear:both;
     visibility:hidden;
}

.index-spirit>div>div>div{
    width: 25%;
    float: left;
    position: relative;
    margin-bottom: 80px;
}
.index-spirit>div>div>div>img{
    width: 30%;
    margin-bottom: 10px;
}
.index-spirit>div>div>div>p{
    color:#777c88;
    line-height: 28px;
    font-size: 14px;
}
.index-spirit>div>div>div>p:nth-of-type(1){
    color:#000;
    font-size: 16px;
    letter-spacing: 2px;
}
.index-spirit>div>div>div>i{
    width: 20%;
    height: 2px;
    display: inline-block;
    background: #ccc;
    margin: 10px 0;
}
.index-spirit>.bottom-arrow-2,
.index-usein>.bottom-arrow-2{
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    padding-bottom: 0;
    z-index: 99;
}
.index-usein>.bottom-arrow-2{
    top: -1px;
}
.index-show{
    width: 100%;
}
.index-show-top{
    width: 100%;
    height: auto;
    background: url(../images/index/bg.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.index-show{
    padding-top: 0;
}
.index-show-top li{
    color: #fff;
    display: inline-block;
    width: 18.5%;
}
.index-show-top li div{
    width: auto;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 4px solid rgba(0,0,0,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-show-top li:hover div{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    border-bottom: 4px solid #fff;
}
.index-show-top li p{
    font-family: "Microsoft YaHei";
    font-weight: 600;
}
.index-show-top ul{
    padding-top: 50px;
    width: 100%;
    margin:0 auto;
    max-width: 800px;
    min-width: 600px;
}


.index-show-bottom li{
    display: inline-block;
    position: relative;
    width: 20%;
    float: left;
    overflow: hidden;
}
.index-show-bottom-img{
    width: 100%;
    display: block;
    height: auto;
    -webkit-transition: all 0.8s ;
    -moz-transition: all 0.8s ;
    -ms-transition: all 0.8s ;
    -o-transition: all 0.8s ;
    transition: all 0.8s ;
}
.index-show-bottom>ul>li>div,.index-news-det{
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    top: -100%;
    color:#fff;
    font-family: "Microsoft YaHei";
    -webkit-transition: all 0.8s ;
    -moz-transition: all 0.8s ;
    -ms-transition: all 0.8s ;
    -o-transition: all 0.8s ;
    transition: all 0.8s ;
}
.index-show-bottom>ul>li:hover>div,.index-news-det:hover{
    -webkit-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -ms-transform:translateY(50%);
    -o-transform:translateY(50%);
    transform:translateY(50%);
}
.index-show-bottom>ul>li:hover>.index-show-bottom-img,.swiper-container-news .swiper-slide:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}

.index-show-bottom>ul>li>div>div:nth-of-type(1),.index-news-det>div:nth-of-type(1){
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #163d98;
}
.index-show-bottom>ul>li>div>div:nth-of-type(2),.index-news-det>div:nth-of-type(2){
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.index-show-bottom>ul>li>div>div>div,.index-news-det>div>div{
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-show-bottom>ul>li>div:hover,.index-news-det:hover{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.index-show-bottom>ul>li>div>div>div>i,.index-news-det>div>div>i{
    position: relative;
    display: inline-block;
    width: 30%;
    height: 2px;
    background: #fff;
    margin: 5px 0;
}
.index-show-bottom:after{
     content:' ';
     display:block;
     height:0;
     clear:both;
     visibility:hidden
}
.index-looking{
    width: 100%;
    color:#fff;
    background: #335bb8;
    height: 180px;
    position: relative;
    text-align: center;
    font-family: "Microsoft YaHei";
}
.index-looking-btn{
    width: 160px;
    height: 40px;
    position: absolute;
    left: 60%;
    top: 50%;
    margin-top: -20px;
    border:3px solid #fff;
    text-align: center;
    line-height: 40px;
}
.index-looking-left{
    width: auto;
    position: absolute;
    right: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}
.index-looking-left p{
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.index-looking-left p:nth-of-type(2){
    letter-spacing: 3px;
}
.index-ourteam{
    width: 100%;
    position: relative;
}
.index-ourteam-left{
    width: 66%;
    height: 100%;
    text-align: center;
    background: url();
    position: absolute;
    left: 0%;
    top:0%;
    color: #fff;
    box-sizing: border-box;
    padding: 0 5%;
    line-height: 30px;
}

.index-ourteam-left-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.index-ourteam-left>div{
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-ourteam-left>div>img{
    position: relative;
    width: 100%;
    max-width: 455px;
    margin-bottom: 40px;
}
.index-ourteam-left>div>p{
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px
}
.index-news{
    text-align: center;
    padding-top: 100px;
    line-height: 30px;
    color: #777c88;
    padding-bottom: 80px;
}
.index-news>img{
    margin-bottom: 40px;
}
.index-news>p{
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px
}
.index-news>div{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.index-news .swiper-slide{
    overflow: hidden;
}
.index-news .swiper-slide img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.index-choose{
    width: 100%;
    padding-top: 100px;
    background: #f5f5f5 url(../images/index/bg4.jpg) center bottom no-repeat;
    background-size: contain;
    padding-left: 10%;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.index-choose>div>img{
    margin-bottom: 40px;
}
.index-choose>div>div{
    margin-bottom: 40px;
}
.index-choose>div>div>img{
    width: 30px;
    height: auto;
    margin-right: 15px;
}
.index-choose>div>div>span{
    font-size: 18px;
}
.index-choose>div>div>p{
    font-size: 14px;
    line-height: 30px;
    color: #949495;
    letter-spacing: 3px;
    width: 40%;
}
.index-flow{
    padding-top: 100px;
    text-align: center;
    overflow: hidden;
}
.index-flow>img{
    margin-bottom: 40px;
}
.index-flow>p{
    line-height: 30px;
    color: #777c88;
    font-size: 14px;
    letter-spacing: 1px;
}
.index-flow>div{
    width: 100%;
    min-width: 1000px;
    max-width: 1400px;
    margin:0 auto;
    padding-top: 40px;
    position: relative;
    margin-top: 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.index-flow>div>div{
    width: 16.5%;
    float: left;
    padding-top: 39px;
    position: relative;
    color: #949495;
    line-height: 25px;
}
.index-flow>div:after{
     content:' ';
     display:block;
     height:0;
     clear:both;
     visibility:hidden
}
.index-flow>div>div>img{
    width: 78px;
    height: auto;
    position: absolute;
    top: -39px;
    left: 50%;
    margin-left: -39px;
}
.index-flow>div>div>dt{
    line-height: 40px;
    font-weight: 600;
    color:#000;
}
.index-flow>div>div>dd{
    font-size: 14px;
}
.index-flow>div>div{
    line-height: 25px;
}
.flow-line{
    position: absolute;
    left: 7%;
    top: 40px;
    border-top: 1px dashed #335bb8;
    width: 86%;
    min-width: 860px;
    max-width: 1400px;
    margin:0 auto;
}





.swiper-container-scroll-1,
.swiper-container-scroll-2,
.swiper-container-scroll-3{
    position: relative;
    width: 100%;
    height: 100%;
     overflow: hidden;
}
.swiper-container-scroll-1 .swiper-slide,
.swiper-container-scroll-2 .swiper-slide,
.swiper-container-scroll-3 .swiper-slide{
    height: auto;
    overflow: hidden;
}
.index-usein{
    padding-top: 100px;
    text-align: center;
    background: url(../images/index/bg6.jpg) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    line-height: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.index-usein>img{
    margin-bottom: 40px;
}
.index-usein>p{
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
}
.index-usin-det{
    width: 100%;
    max-width: 1200px;
    min-width: 500px;
    margin:80px auto;
    position: relative;
    text-align: left;
    cursor: pointer;
}
.index-usin-det:after{
     content:' ';
     display:block;
     height:0;
     clear:both;
     visibility:hidden
}
.index-usin-det>div{
    width: 350px;
    float: left;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    padding:25px;
    height: 450px;
    box-shadow: 0px 1px 80px #000;
}
.index-usin-det>.index-usin-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding:0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.index-usin-cover>div{
    width: 33%;
    height: 100%;
    float: left;
}
.index-usin-det>div>p{
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}
.swiper-container-scroll-1,
.swiper-container-scroll-2,
.swiper-container-scroll-3{
    height: 320px;
}
.index-usin-1{
    position: relative;
    left: 0%;
    z-index: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}
.index-usin-2{
    position: absolute;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.index-usin-3{
    position: absolute;
    right: 0%;
    z-index: 1;
}
.index-usin-1-mid{
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%) scale(1.2);
    -moz-transform: translateX(-50%) scale(1.2);
    -ms-transform: translateX(-50%) scale(1.2);
    -o-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
}
.index-usin-1-right{
    left: 100%;
    z-index: 1;
    -webkit-transform: translateX(-100%) scale(1);
    -moz-transform: translateX(-100%) scale(1);
    -ms-transform: translateX(-100%) scale(1);
    -o-transform: translateX(-100%) scale(1);
    transform: translateX(-100%) scale(1);
}
.index-usin-2-left{
    left: 0;
    z-index: 1;
    -webkit-transform: scale(1) translateX(0%);
    -moz-transform: scale(1) translateX(0%);
    -ms-transform: scale(1) translateX(0%);
    -o-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
}
.index-usin-2-mid{
    z-index: 10;
    -webkit-transform: translateX(-50%) scale(1.2);
    -moz-transform: translateX(-50%) scale(1.2);
    -ms-transform: translateX(-50%) scale(1.2);
    -o-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
}
.index-usin-2-right{
    left:100%;
    z-index: 1;
    -webkit-transform: scale(1) translateX(-100%);
    -moz-transform: scale(1) translateX(-100%);
    -ms-transform: scale(1) translateX(-100%);
    -o-transform: scale(1) translateX(-100%);
    transform: scale(1) translateX(-100%);
}
.index-usin-3-mid{
    right: 50%;
    z-index: 10;
    -webkit-transform: translateX(50%) scale(1.2);
    -moz-transform: translateX(50%) scale(1.2);
    -ms-transform: translateX(50%) scale(1.2);
    -o-transform: translateX(50%) scale(1.2);
    transform: translateX(50%) scale(1.2);
}
.index-usin-3-left{
    right: 100%;
    z-index: 1;
    -webkit-transform: translateX(100%) scale(1);
    -moz-transform: translateX(100%) scale(1);
    -ms-transform: translateX(100%) scale(1);
    -o-transform: translateX(100%) scale(1);
    transform: translateX(100%) scale(1);
}




/*合作伙伴*/
.index-ourpa{
    padding-top: 100px;
    text-align: center;
    padding-bottom: 80px;
}
.index-ourpa>img{
    margin-bottom: 40px;
}
.index-ourpa>p{
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #777c88;
}
.index-ourpa>div>div{
    width: 12%;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.index-ourpa>div:after{
     content:' ';
     display:block;
     height:0;
     clear:both;
     visibility:hidden
}
.index-ourpa>div>div>img{
    width: 100%;
    position: relative;
}
.index-message{
    padding-top: 100px;
    text-align: center;
    background: url(../images/index/bg7.jpg) center no-repeat;
    background-size: 100% 100%;
}
.index-message>img{
    margin-bottom: 40px;
}
.index-message>p{
    color: rgba(255,255,255,0.6);
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
}
.index-message>div{
    padding-top: 40px;
    width: 28%;
    min-width: 500px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-message>div>input,.index-message>div>textarea{
    width: 100%;
    height: 52px;
    border: rgba(255,255,255,0.2) 1px solid;
    background: rgba(0,0,0,0.2);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 5%;
    color: #fff;
}
.index-message>div>textarea{
    resize: none;
    height:200px;
    padding-top: 20px;
}
.index-message>div>input:last-child{
    background: #335bb8;
    color: #fff;
    border:none;
    margin-bottom: 50px;
}





.index-bottom{
    width: 100%;
    padding-top: 80px;
    padding-left:5%;
    box-sizing: border-box;
    background: #111623;
    color:rgba(255,255,255,0.6);
    line-height: 45px;
    overflow: hidden;
}
.index-bottom>i{
    height: 0px;
    display: block;
    width: 100%;
    border-bottom:1px solid rgba(255,255,255,0.2);
    position: relative;
    left: -60px;
}

.index-ourteam-right{
    position: relative;
    width: 35%;
    left: 66%;
}
.index-ourteam-right ul{
    list-style-type:none;
    position: relative;
    height: 100%;
    width:100%;
    padding:0;
    background:pink;
}
.index-ourteam-right li{
    position: relative;
    height: 100%;
    width:50%;
    float: left;
}
.index-ourteam-right>img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.8s;
}
.index-ourteam-right:after{
     content:' ';
     display:block;
     height:0;
     clear:both;
     visibility:hidden
}
.index-ourteam-ect{
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -90%;
    color:#fff;
    font-family: "Microsoft YaHei";
    -webkit-transition: all 0.8s ;
    -moz-transition: all 0.8s ;
    -ms-transition: all 0.8s ;
    -o-transition: all 0.8s ;
    transition: all 0.8s ;
    // z-index: 1;
}
.index-ourteam-ect div:nth-of-type(1){
    position: absolute;
    width:100%;
    bottom:0%;
}
.index-ourteam-ect:hover{
    -webkit-transform:translateY(-45%);
    -moz-transform:translateY(-45%);
    -ms-transform:translateY(-45%);
    -o-transform:translateY(-45%);
    transform:translateY(-45%);
}


.index-ourpa>div>div:nth-of-type(6)>img {
    left: -5%;
}
.index-ourpa>div>div:nth-of-type(7)>img {
    left: 5%;
}
.index-ourpa>div>div:nth-of-type(8)>img {
    left: 30%;
}



