.animated{-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-duration:1.5s; animation-duration:1.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both}
@-webkit-keyframes fadeInLeft{0%{opacity:0; -webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0)} 100%{opacity:1; -webkit-transform:none; transform:none}}@keyframes fadeInLeft{0%{opacity:0; -webkit-transform:translate3d(-100%,0,0); -ms-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0)} 100%{opacity:1; -webkit-transform:none; -ms-transform:none; transform:none} }.fadeInLeft{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft}
@-webkit-keyframes fadeInRight{0%{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0)} 100%{opacity:1; -webkit-transform:none; transform:none}}@keyframes fadeInRight{0%{opacity:0; -webkit-transform:translate3d(100%,0,0); -ms-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0)} 100%{opacity:1; -webkit-transform:none; -ms-transform:none; transform:none} }.fadeInRight{-webkit-animation-name:fadeInRight; animation-name:fadeInRight}
@-webkit-keyframes fadeInUp{0%{opacity:0; -webkit-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0)} 100%{opacity:1; -webkit-transform:none; transform:none}}@keyframes fadeInUp{0%{opacity:0; -webkit-transform:translate3d(0,100%,0); -ms-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0)} 100%{opacity:1; -webkit-transform:none; -ms-transform:none; transform:none} }.fadeInUp{-webkit-animation-name:fadeInUp; animation-name:fadeInUp}
.moreBtn{
    display: block;
    width: 342px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #999;
    color: #000;
    background: #f1f1f1;
    margin: 80px auto 0 auto;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.moreBtn:hover{
    border: 1px solid #206bd1;
    color: #fff;
    background: #206bd1;
}
.banner{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 154px;
}
.banner img{
    display: block;
}
#slide2{
    display: none;
}
.business{
    width: 100%;
    padding: 90px 0;
    background: #f1f1f1;
}
.business .title{
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
}
.business .des{
    font-size: 17px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}
.business .list{
    margin-top: 80px;
}
.business.ani .list{
    -webkit-animation-name:fadeInUp; animation-name:fadeInUp
}
.business .list .item{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    background-color: #ffffff;
}

.business .list .item-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #206bd1;
    opacity: 0.8;
    display: none;
    top: 0;
    left: 0;
}

.business .list .item .p-icon{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
}

.business .list .item .p-name{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.business .list .item .p-icon img{
    width: 100%;
    margin: 25px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
/*.business .list .item:nth-child(1){*/
    /*background: #fff url("../images/business-i1.png") no-repeat top 80px center;*/
    /*background-size: auto 145px;*/
/*}*/
/*.business .list .item:nth-child(2){*/
    /*background: #fff url("../images/business-i2.png") no-repeat top 80px center;*/
    /*background-size: auto 145px;*/
/*}*/
/*.business .list .item:nth-child(3){*/
    /*background: #fff url("../images/business-i3.png") no-repeat top 80px center;*/
    /*background-size: auto 145px;*/
    /*margin-right: 0;*/
/*}*/
/*.business .list .item:nth-child(1):hover{*/
    /*background: #206bd1 url("../images/business-i4.png") no-repeat top 80px center;*/
    /*background-size: auto 145px;*/
/*}*/
/*.business .list .item:nth-child(2):hover{*/
    /*background: #206bd1 url("../images/business-i5.png") no-repeat top 80px center;*/
    /*background-size: auto 145px;*/
/*}*/
/*.business .list .item:nth-child(3):hover{*/
    /*background: #206bd1 url("../images/business-i6.png") no-repeat top 80px center;*/
    /*background-size: auto 145px;*/
/*}*/
.business .list .item p{
    width: 100%;
    font-size: 17px;
    color: #000;
    text-align: center;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
/*.business .list .item:hover p{*/
    /*color: #fff;*/
/*}*/
.newsCenter{
    width: 100%;
    padding: 90px 0;
    background: url("../images/news-bg.jpg") no-repeat center;
    background-size: cover;
}
.newsCenter .title{
    text-align: center;
    font-size: 27px;
    color: #ffffff;
    background: url("../images/title-i2.png") no-repeat center bottom;
}
.newsCenter .des{
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.newsCenter .news{
    margin-top: 70px;
}
.newsCenter .news .newsImg{
    width: 40%;
    float: left;
    position: relative;
}
.newsCenter.ani .news .newsImg{
    -webkit-animation-name:fadeInLeft; animation-name:fadeInLeft
}
.newsCenter .news .newsImg img{
    display: block;
}
.newsCenter .news .newsImg .news-title{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}
.newsCenter .news .newsList{
    width: 56%;
    float: right;
}
.newsCenter.ani .news .newsList{
    -webkit-animation-name:fadeInRight; animation-name:fadeInRight
}
.newsCenter .news .item{
    display: block;
    height: 84px;
    padding: 22px 0;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.newsCenter .news .item:hover{
    background: rgba(0,0,0,0.3);
}
.newsCenter .news .item .num{
    width: 20%;
    text-align: center;
    height: 84px;
    line-height: 98px;
    font-size: 70px;
    color: #fff;
    float: left;
    margin-left: 8%;
    position: relative;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.newsCenter .news .item:hover .num{
    margin-left: 0;
}
.newsCenter .news .item .num::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 84px;
    width: 2px;
}
.newsCenter .news .item .txt{
    width: 60%;
    text-align: justify;
    line-height: 160%;
    float: left;
    margin: 15px 0 0 5%;
    font-size: 17px;
    color: #fff;
}
.product{
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
}
.product .title{
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
}
.product .des{
    font-size: 17px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}
.product .list{
    margin-top: 80px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.title.ani .list{
    -webkit-animation-name:fadeInUp; animation-name:fadeInUp
}
.product .list .item{
    display: block;
    width: 27%;
    height: 264px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    border: 2px solid #fff;
}
.product .list .item:hover{
    border: 2px solid #cee5f2;
}
.product .list .item:nth-child(1){
    background: url(../images/ps-i1.png) no-repeat top 76px center;
}
.product .list .item:nth-child(2){
    background: url(../images/ps-i2.png) no-repeat top 46px center;
}
.product .list .item:nth-child(3){
    background: url(../images/ps-i3.png) no-repeat top 55px center;
}
.product .list .item:nth-child(1):hover{
    background: url(../images/ps-i4.png) no-repeat top 66px center;
}
.product .list .item:nth-child(2):hover{
    background: url(../images/ps-i5.png) no-repeat top 36px center;
}
.product .list .item:nth-child(3):hover{
    background: url(../images/ps-i6.png) no-repeat top 45px center;
}
.product .list .item p{
    margin-top: 200px;
    font-size: 24px;
    color: #999;
    text-align: center;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.product .list .item:hover p{
    color: #0f51b2;
}
.about{
    width: 100%;
    padding: 90px 0;
    background: #eeeeee;
}
.about .txtBox{
    width: 50%;
    float: left;
}
.about.ani .txtBox{
    -webkit-animation-name:fadeInLeft; animation-name:fadeInLeft
}
.about .txtBox .t1{
    font-size: 27px;
    color: #206bd1;
}
.about .txtBox .t2{
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-top: 24px;
}
.about .imgBox{
    width: 46%;
    float: right;
}
.about.ani .imgBox{
    -webkit-animation-name:fadeInRight; animation-name:fadeInRight
}
.about .imgBox img{
    display: block;
}
.clients{
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
}
.clients .title{
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
}
.clients .list{
    margin-top: 40px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.clients.ani .list{
    -webkit-animation-name:fadeInUp; animation-name:fadeInUp
}
.clients .list .item{
    width: 164px;
    text-align: center;
    margin-top: 40px;
}

.float{
    width: 30px;
    position: fixed;
    background-color: #206bd1;
    right: 0;
    z-index: 100;
    top: 70%;
    border: 1px solid #ffffff;
}
.float a{
    display: block;
    width: 30px;
    height: 30px;
}
.float .login{
    background: url("../images/user.png") no-repeat center;
    background-size: 15px auto;
}

.float .extend{
    background: url("../images/arrow.png") no-repeat center;
    background-size: 15px auto;
}


@media screen and (max-width:1184px){
    .banner{
        padding-top: 60px;
    }
    .business,.newsCenter,.product,.about,.clients{
        padding: 6% 0;
    }
    .moreBtn{
        margin: 6% auto 0 auto;
    }
    .business .list,.newsCenter .news,.product .list,.clients .list .item{
        margin-top: 6%;
    }
    .clients .list{
        -webkit-justify-content: space-around;
        justify-content:space-around;
    }
    .clients .list .item{
        width: 30%;
    }
    .clients .list{
        margin-top: 0;
    }
    .newsCenter .news .item:hover{
        background: transparent;
    }
    .newsCenter .news .item .num{
        /*width: 25%;*/
        margin-left: 0;
    }
    .newsCenter .news .item:hover .num{
        margin-left: 0;
    }
    .newsCenter .news .item .txt{
        width: 70%;
    }
}
.pageMain img{
    display: block;
}
.pageMain .back{
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width:750px){
    #slide1{
        display: none;
    }
    #slide2{
        display: block;
    }
    .business .title,.newsCenter .title,.product .title,.about .txtBox .t1,.clients .title{
        font-size: 22px;
    }
    .business .des,.newsCenter .des,.product .des{
        font-size: 14px;
        margin-top: 16px;
    }
    .about .txtBox .t2{
        font-size: 12px;
        margin-top: 18px;
    }
    .moreBtn{
        width: 60%;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .business .list{
        padding-bottom: 8%;
    }
    .business .list .item{
        width: 100%;
        /*height: 300px;*/
        float: none;
        margin:0 auto;
    }
    /*.business .list .item:nth-child(1){*/
        /*background: #fff url("../images/business-i1.png") no-repeat top 64px center;*/
        /*background-size: auto 116px;*/
    /*}*/
    /*.business .list .item:nth-child(2){*/
        /*background: #fff url("../images/business-i2.png") no-repeat top 64px center;*/
        /*background-size: auto 116px;*/
    /*}*/
    /*.business .list .item:nth-child(3){*/
        /*background: #fff url("../images/business-i3.png") no-repeat top 64px center;*/
        /*background-size: auto 116px;*/
        /*margin:0 auto 6% auto;*/
    /*}*/
    /*.business .list .item:nth-child(1):hover{*/
        /*background: #206bd1 url("../images/business-i4.png") no-repeat top 64px center;*/
        /*background-size: auto 116px;*/
    /*}*/
    /*.business .list .item:nth-child(2):hover{*/
        /*background: #206bd1 url("../images/business-i5.png") no-repeat top 64px center;*/
        /*background-size: auto 116px;*/
    /*}*/
    /*.business .list .item:nth-child(3):hover{*/
        /*background: #206bd1 url("../images/business-i6.png") no-repeat top 64px center;*/
        /*background-size: auto 116px;*/
    /*}*/
    .business .list .item p{
        top: 220px;
    }
    .newsCenter .news .newsImg{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .newsCenter .news .newsImg .news-title{
        font-size: 13px;
        height: 56px;
        line-height: 56px;
    }
    .newsCenter .news .newsList{
        width: 100%;
        margin-top: 6%;
    }
    .newsCenter .news .item .num{
        width: 25%;
        font-size: 50px;
        margin-left: 0;
    }
    .newsCenter .news .item:hover .num{
        margin-left: 0;
    }
    .newsCenter .news .item .txt{
        width: 70%;
        font-size: 13px;
        line-height: 150%;
    }
    .product .list{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .product .list .item{
        width: 80%;
    }
    .about .txtBox{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .about .imgBox{
        width: 100%;
        float: none;
        margin: 6% auto 0 auto;
    }
    .clients .list .item{
        width: 46%;
    }
}
@media screen and (max-width:320px){
    .newsCenter .news .item .num{
        font-size: 40px;
    }
}