.swiper-container {
    height: inherit;
}

/*.swiper-container.index-swiper {*/
    /*height: 648px;*/
/*}*/

.swiper-slide {
    /*position: relative;*/
}

.swiper-slide img {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 100%;
    min-width: 1200px;
    /*height: 100%;*/
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 130px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: middle;
    border:2px solid #959595;
    background: rgba(0,0,0,0);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border:2px solid #fff;
}

.strength {
    position: absolute;
    width: 100%;
    /*height: 100px;*/
    background: rgba(203,203,204,.9);
    top:-83px;
    z-index: 100;
}

.ali-main-specia li {
    height: inherit;
    padding: 16px 0;
}

.strength li {
    font-size: 16px;
    line-height: 25px;
}

.strength li span {
    font-weight: 600;
    color: #fff;
}

.content-head {
    text-align: center;
}

.content-head h2 {
    font-size: 34px;
    font-weight: normal;
    text-align: center;
    color: #222326;
    padding: 80px 0 15px;
    line-height: 50px;
}

.content-head .content-head-info {
    display: inline-block;
    width: 770px;
    font-size: 20px;
    color: #787878;
    line-height: 40px;
    text-align: center;
}

.our-server .content-head .content-head-info {
    width: 885px;
    line-height: 42px;
}

.server_wrap {
    height: 655px;
    margin-top:355px;
    background: #0067ed;
    overflow: inherit;
}

.wrap_sec1 {
    position: relative;
    width: 1300px;
    height: 250px;
    margin: 0 -50px;
}

.wrap_sec1 img {
    display: block;
    position: absolute;
}

/*.wrap_sec1 .wrap1_img1 {*/
    /*top: -238px;*/
    /*left: 420px;*/
    /*transform: translateY(-50%);*/
    /*opacity: 0;*/
    /*transition: 0.8s all ease-out;*/
/*}*/

/*.wrap_sec1 .wrap1_img2 {*/
    /*top: -290px;*/
    /*left: 122px;*/
    /*transform: translateX(-100%);*/
    /*opacity: 0;*/
    /*transition: 0.8s all ease-out;*/
/*}*/

/*.wrap_sec1 .wrap1_img3 {*/
    /*top: -108px;*/
    /*right: 150px;*/
    /*transform: translateX(80%);*/
    /*opacity: 0;*/
    /*transition: 0.8s all ease-out;*/
/*}*/

/*.wrap_sec1 .wrap1_img4 {*/
    /*top: 8px;*/
    /*right: 284px;*/
    /*transform: translate3d(50%,50%,0);*/
    /*opacity: 0;*/
    /*transition: 0.7s all ease-out;*/
/*}*/

/*.wrap_sec1 .wrap1_img5 {*/
    /*top: 92px;*/
    /*right: 492px;*/
    /*transform: translateY(80%);*/
    /*opacity: 0;*/
    /*transition: 0.8s all ease-out;*/
/*}*/

/*.wrap_sec1 .wrap1_img6 {*/
    /*top: 132px;*/
    /*right: 622px;*/
    /*transform: translate3d(-50%,80%,0);*/
    /*opacity: 0;*/
    /*transition: 0.7s all ease-out;*/
/*}*/

/*.wrap_sec1.animate .wrap1_img1 ,*/
/*.wrap_sec1.animate .wrap1_img5 {*/
    /*transform: translateY(0);*/
    /*opacity: 1;*/
/*}*/

/*.wrap_sec1.animate .wrap1_img2 ,*/
/*.wrap_sec1.animate .wrap1_img3 {*/
    /*transform: translateX(0);*/
    /*opacity: 1;*/
/*}*/

/*.wrap_sec1.animate .wrap1_img4 ,*/
/*.wrap_sec1.animate .wrap1_img6 {*/
    /*transform: translate3d(0,0,0);*/
    /*opacity: 1;*/
/*}*/

/*-------------------------------*/
.wrap_sec1 .wrap1_img1{left: 0;bottom: 80px;transform: translateX(-100%);opacity:0;transition: 0.8s all ease-out;}
.wrap_sec1 .wrap1_img2{left: 148px;bottom: 128px;transform: scale(0.2);opacity:0;transition: 0.8s 1s all ease-out;}
.wrap_sec1 .wrap1_img3{left: 388px;bottom: 80px;transform: translateX(-100%);opacity:0;transition: 0.8s 0.3s all ease-out;}
.wrap_sec1 .wrap1_img4{width:550px;left: 540px;bottom: 120px;z-index: 2;transform: translateX(100%);opacity:0;transition: 0.8s 0.2s all ease-out;}
.wrap_sec1 .wrap1_img5{left: 965px;bottom: 120px;transform: translateX(100%);opacity:0;transition: 0.8s 1s all ease-out;}
.wrap_sec1 .wrap1_img6{left: 590px;bottom: 80px;transform: translateY(50%);opacity:0;transition: 0.8s 0.4s all ease-out;}

.wrap_sec1.animate .wrap1_img1 ,
.wrap_sec1.animate .wrap1_img3 ,
.wrap_sec1.animate .wrap1_img4,
.wrap_sec1.animate .wrap1_img5 {
    transform: translateX(0);
    opacity: 1;
}

.wrap_sec1.animate .wrap1_img2 {
transform: scale(1);
opacity: 1;
}

.wrap_sec1.animate .wrap1_img6 {
    transform: translateY(0);
    opacity: 1;
}
/*----------------------------------*/

.wrap_sec2 {
    padding-top: 60px;
}

.wrap_sec2 .resp_ul .resp_a1 {
    display: block;
    margin-bottom: 12px;
}

.wrap_sec2 .resp_ul .resp_a1 img {
    margin: 0 auto;
}

.wrap_sec2 .resp_ul {
    position: relative;
}

.wrap_sec2 .resp_ul li {
    width: 33%;
    float: left;
    position: relative;
    text-align: center;
    color: #fff;
}

.wrap_sec2 .resp_ul li:hover img {
    animation: flipInY 1.6s ease-in-out;
    -webkit-animation: flipInY 1.6s ease-in-out;
}

.wrap_sec2 .resp_ul .resp_s2_div {
    width: 282px;
    margin: 0 auto;
}

.wrap_sec2 .resp_ul li .rz_p2 {
    text-align: center;
    margin-top: 20px;
}

.wrap_sec2 .resp_ul li .rz_p2 a {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    width: 132px;
    border: 1px solid #fff;
    color: #fff;
    height:45px;
    line-height: 45px;
    margin-top: 14px;
}

.wrap_sec2 .resp_ul li h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.wrap_sec2 .resp_ul li .rz_p2 {
    font-size: 18px;
    line-height: 32px;
}

.wrap_sec2 .resp_ul li .rz_p2 a:nth-child(2n){
    float: right;
}

.wrap_sec2 .resp_ul li .rz_p2 a span {
    position: relative;
    z-index: 1;
    transition: 0.5s all;
}

.wrap_sec2 .resp_ul li .rz_p2 a em {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.5s all;
}

.wrap_sec2 .resp_ul li .rz_p2 a:hover span{
    color: #0067ed;
}

.wrap_sec2 .resp_ul li .rz_p2 a:hover em {
    width: 100%;
}

.process-box {
    background: #2E2E2E;
}

.process-list {
    margin-top: 62px;
    height: 405px;
    padding: 0 10px;
}

.process-list .process-item {
    width: 295px;
    height: 405px;
    overflow: hidden;
    float: left;
}

.process-list .process-item.item-bg{
    background:url("process_bg.png");
}

.process-list .process-item.item-bg2{
    background:url("process_bg2.png");
}

.process-list .process-item.item-bg3{
    background:url("process_bg3.png");
}

.process-list .process-item.item-bg4{
    background:url("process_bg4.png");
}

.process-list .process-item .process-item-title {
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0,0,0,.6);
}

.process-list .process-item.item-bg2 .process-item-title ,
.process-list .process-item.item-bg4 .process-item-title {
    background: rgba(116,116,116,.2);
}

.currdent-title {
    display: none;
    line-height: 70px;
    opacity: 0;
}

.process-list .currdent-title:before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 14px;
}

.process-list .process-item:first-child .currdent-title:before {
    background: url(process.png) 0 0 no-repeat;
    background-size: cover;
}

.process-list .process-item:nth-child(3) .currdent-title:before {
    background: url(process2.png) 0 0 no-repeat;
    background-size: cover;
}

.process-list .process-item:nth-child(5) .currdent-title:before {
    background: url(process3.png) 0 0 no-repeat;
    background-size: cover;
}

.process-list .process-item:nth-child(7) .currdent-title:before {
    background: url(process4.png) 0 0 no-repeat;
    background-size: cover;
}

.process-item-title img {
    margin: 125px auto 0;
    padding-bottom: 22px;
}

.process-item-title h2 {
    padding-top: 25px;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.process-item-title h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
}

.process-item-content {
    background: #0067ed;
    opacity: 0.9;
    height: 405px;
    padding-top: 78px;
    overflow: hidden;
}

.process-item-content li {
    text-align: center;
    margin-bottom: 15px;
}

.process-item-content li h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: normal;
}

.process-item-content li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
}
/*案例*/
.product-case {
    padding-bottom: 80px;
}

.product-case .case-content .case-nav{
    width: 718px;
    height: 57px;
    margin:30px auto 40px;
    border-bottom: 1px solid #F6F6F6;
}

.case-nav li {
    display: inline-block;
    width: 116px;
    line-height: 55px;
    font-size: 18px;
    margin-right:28px;
    text-align: center;
}

.case-nav li i {
    display: inline-block;
    width: 28px;
    height: 24px;
    background:url("case-icon.png") 0 0 no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.case-nav li:nth-child(2) i{
    background:url("case-icon.png") 0 -37px no-repeat;
}

.case-nav li:nth-child(3) i{
    background:url("case-icon.png") 0 -68px no-repeat;
}

.case-nav li:nth-child(4) i{
    background:url("case-icon.png") 3px -103px no-repeat;
}

.case-nav li:nth-child(5) i{
    background:url("case-icon.png") 6px -137px no-repeat;
}

.case-nav li:last-child {
    margin-right: 0;
}

.case-nav li.active {
    color: #0067ed;
    border-bottom:2px solid #0067ed;
}

.case-nav li i.active {
    background:url("case-icon.png") -72px 0 no-repeat;
}

.case-nav li:nth-child(2) i.active{
    background:url("case-icon.png") -72px -37px no-repeat;
}

.case-nav li:nth-child(3) i.active{
    background:url("case-icon.png") -73px -68px no-repeat;
}

.case-nav li:nth-child(4) i.active{
    background:url("case-icon.png") -75px -103px no-repeat;
}

.case-nav li:nth-child(5) i.active{
    background:url("case-icon.png") -75px -137px no-repeat;
}

.case-list ul {
    display: none;
}

.case-list ul.active {
    display: block;
}

.case-list .case-info {
    display: inline-block;
    width: 380px;
    height: 415px;
    box-shadow: 0 2px 5px #ccc;
    margin-top: 24px;
    margin-right: 25px;
}

.case-list ul .case-info:nth-child(3n){
    margin-right: 0;
}

.case-list .case-info a {
    display: block;
    height: 100%;
}

.case-list .case-info .case-img {
    height: 298px;
    position: relative;
    overflow: hidden;
}

.case-list .case-info .case-img img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}

.case-list .case-info .case-img .bomb-box {
    position: absolute;
    width:100%;
    height: 298px;
    top: -298px;
    background: rgba(0,0,0,.4);
}

.case-list .case-info .case-img .bomb-box p {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 22px;
    color: #fff;
    transform:translate3d(-50%,-50%,0);
}

.case-list .case-info:hover .case-img .bomb-box {
    top: 0;
}

.case-list .case-info .case-tebl {
    padding: 0 22px;
}

.case-list .case-info .case-tebl p {
    font-size: 16px;
    color: #bebebe;
    line-height: 38px;
}

.case-list .case-info .case-tebl p i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("dian_ico.png");
    vertical-align: middle;
}

.case-list .case-info .case-tebl p.case-name {
    font-size: 20px;
    color:#000;
}

.case-list .case-info .case-tebl p span img {
    display: inline-block;
    vertical-align: middle;
}

/*优质客户*/
.regulars_wrap {
    height: 745px;
    background: #2E2E2E;
    overflow: hidden;
}

.regulars_wrap .reg_head {
    font-size: 38px;
    line-height: 48px;
    margin-top: 70px;
    text-align: center;
}

.regulars_wrap .reg_head img {
    display: inline-block;
}

.regulars_wrap .reg_head_mb {
    font-size: 20px;
    font-weight: 400;
    color: #c8c8c8;
    margin-top: 25px;
    line-height: 32px;
    text-align: center;
}

.regulars_box{
    position: relative;
    margin-top: 50px;
}
.regulars_ul{
    position: relative;
}

.regulars_ul li{
    float: left;
    width: 200px;
    margin-bottom: 20px;
    transform: translateY(100%);
    opacity: 0;
    transition: 1s all ease-out;
}
.regulars_ul.animate li{
transform: translateY(0);
opacity: 1;
}

.regulars_ul li.regu_msg_li{
    width: 400px;
}

.regulars_li_img{
    width: 183px;
    margin: 0 auto;
    background-color: #383838;
    transition: 0.7s all ease-out;
}

.regulars_ul li .rz_p1{
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin:28px auto 30px !important;
}

.regulars_ul li .rz_p2{
    text-align: center;
    color: #c8c8c8;
    font-size: 18px;
    line-height: 32px;
}

/*资讯*/
.news-nav {
    width:718px;
    height: 57px;
    border-bottom:1px solid #F6F6F6;
    margin: 30px auto 40px;
}

.news-nav li {
    display: inline-block;
    width: 116px;
    line-height: 55px;
    font-size: 18px;
    margin-right:175px;
    text-align: center;
}

.news-nav li:nth-child(3){
    margin-right: 0;
}

.news-nav li i {
    display: inline-block;
    width: 27px;
    height: 26px;
    background:url("news-ico.png") 0 -31px no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.news-nav li:nth-child(3) i {
    background:url("news-ico.png") -53px 2px no-repeat;
}

.news-nav li.active {
    color: #0067ed;
    border-bottom:2px solid #0067ed;
}

.news-nav li i.active {
    background:url("news-ico.png") 0 0 no-repeat;
}

.news-nav li:nth-child(3) i.active {
    background:url("news-ico.png") -53px -29px no-repeat;
}

.news-list ul {
    display: none;
}

.news-list ul.active {
    display: block;
}

.news-list .news-info {
    display:inline-block ;
    width: 376px;
    height: 376px;
    box-shadow: 0 2px 5px #ccc;
    margin-right: 30px;
}

.news-list ul .news-info:nth-child(3n) {
    margin-right: 0;
}

.news-list .news-info a {
    display: block;
    height: 376px;
}

.news-list .news-info .new-img {
    height: 280px;
    overflow: hidden;
}

.news-list .news-info .new-img img {
    display: block;
    cursor: pointer;
    transition: all 0.6s;
}

.news-list .news-info .new-img img:hover {
    transform: scale(1.2);
}

.news-list .news-info p {
    margin-top: 32px!important;
    padding: 0 22px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-box .button {
    display: inline-block;
    width: 240px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #0067ed;
    border:1px solid #0067ed;
    background: #fff;
    border-radius: 34px;
    margin: 65px auto;
}

    /*合作伙伴*/
.partner {
    background: #EDFBF5;
}

.partner-list {
    margin-top: 52px;
}

.partner-list ul {
    display: inline-block;
    margin-bottom: 30px;
}

.partner-list li {
    float: left;
    width: 180px;
    height: 60px;
    margin: 0 75px 40px 0;
    text-align: center;
}

.partner-list li img {
    display: inline-block;
}

.partner-list li:nth-child(5n){
    margin-right: 0;
}
