/*banner*/
.banner {
    width: 100%;
    height: 700px;
}

.banner .swiper-container1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.swiper-container1 .btn {
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 16px;
    z-index: 10;
    margin: -8px 0 0;
}

.swiper-container1 .arrow-left1 {
    left: 90px;
}

.swiper-container1 .arrow-right1 {
    right: 90px;
}

.swiper-container1 .swiper-slide {
    position: relative;
}

.swiper-container1 .sw1 .i-h1 {
    font-size:36px;
    text-align: center;
    width: 720px;
    position: absolute;
    top: 270px;
    left: 50%;
    color: #FFEE2B;
    margin: 0 0 0 -360px;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.swiper-container1 .sw1 .content {
    position: absolute;
    top: 370px;
    left: 50%;
    width: 720px;
    margin: 0 0 0 -360px;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.swiper-container1 .sw1 .content p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.swiper-container1 .sw2 .connn{
    height:100%;
    width:1200px;
    position: absolute;
    left:50%;
    margin:0 0 0 -600px;
}
.swiper-container1 .sw2 .i-h1 {
    font-size:36px;
    text-align: center;
    width: 560px;


    position: absolute;
    top: 270px;
    right:0;
    color: #FFEE2B;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.swiper-container1 .sw2 .content {
    position: absolute;
    top: 370px;
    right:0;
    width: 520px;
    /*float: right;*/

    /*margin: 0 0 0 -360px;*/
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.swiper-container1 .sw2 .content p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}


.swiper-container1 .swiper-slide-active .content, .swiper-container1 .swiper-slide-active .i-h1 {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*一站式*/
.yizhanshi {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.yizhanshi > h1 {
    color: #ecae0a;
    font-size: 36px;
    margin: 50px 0 30px;
}

.yizhanshi > p {
    color: #666666;
    font-size: 18px;
}

.yizhanshi ul {
    overflow: hidden;
    width: 1224px;
    margin: 50px auto;
    transform: translate(-12px,0);
    /*margin: 50px 0 50px -12px;*/
}

.yizhanshi ul li {
    padding: 0 20px;
    float: left;
    width: 238px;
    height: 278px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 13px;
    text-align: center;
}

.yizhanshi ul li img {
    margin: 30px 0 20px;
    transition: .5s;
}
.yizhanshi ul li:hover img{
    transform:rotateY(360deg);
}

.yizhanshi ul li h3 {
    transition: .5s;
    color: #333333;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
}


.yizhanshi ul li p {
    color: #777777;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
}

.yizhanshi ul .li0 {
    border: 1px solid #FF6632;
}
.yizhanshi ul .li0:hover h3{
    color: #FF6632;
}

.yizhanshi ul .li1 {
    border: 1px solid #0092C0;
}
.yizhanshi ul .li1:hover h3{
    color: #0092C0;
}
.yizhanshi ul .li2 {
    border: 1px solid #D23A3C;
}
.yizhanshi ul .li2:hover h3{
    color: #D23A3C;
}

.yizhanshi ul .li3 {
    border: 1px solid #0AA864;
}
.yizhanshi ul .li3:hover h3{
    color: #0AA864;
}
/*平台优势*/
.pingtai {
    width: 100%;
    height: 570px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.pingtai h1 {
    color: #444444;
    font-size: 36px;
    text-align: center;
    margin: 50px 0;
}

.pingtai h1 span {
    color: #ecae0a;
    display: inline-block;
    margin: 0 0 0 10px;
}

.pingtai .ul-pt {

}

.pingtai .ul-pt li {
    width: 240px;
    text-align: center;
    float: left;
}

.pingtai .ul-pt li span {
    display: block;
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;

}

.pingtai .ul-pt li span img {
    vertical-align: middle;
}

.pingtai .ul-pt li h2 {
    color: #555555;
    font-size: 18px;
    margin: 25px auto;
    max-width: 210px;

}

.pingtai .ul-pt li p {
    color: #888888;
    line-height: 24px;
    text-align: justify;
    width: 210px;
    margin: 0 auto;
}

.pingtai .ul-pt .li0 span {
    background-color: #2FA1D7;
}

.pingtai .ul-pt .li1 span {
    background-color: #F09779;
}

.pingtai .ul-pt .li2 span {
    background-color: #70D696;
}

.pingtai .ul-pt .li3 span {
    background-color: #FB7363;
}

.pingtai .ul-pt .li4 span {
    background-color: #95A9D9;
}

.pingtai .ul-pt .li0, .pingtai .ul-pt .li2, .pingtai .ul-pt .li4 {
    margin: 105px 0 0;
}

/*为什么选择*/
.why {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 80px;
    height: 100%;
}

.why .lf {
    width: 600px;

}

.why .lf h1 {
    font-size: 36px;
    color: #666666;
    margin: 45px 0;
}

.why .lf h1 span {
    color: #ecae0a;
}

.why .lf p {
    color: #777777;
    line-height: 24px;
    width: 520px;
    text-align: justify;
}

.why .lf ul {
    margin: 30px 0;
}

.why .lf ul li {
    margin: 10px 0;
}

.why .lf ul li img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.why .lf .a-more {
    display: block;
    width: 146px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #ECAE09;
    color: #ffffff;
    font-size: 16px;
}

.why .containe {
    height: 100%;
    overflow: hidden;
}

.why .rt {
    width: 600px;
    margin: 136px 0 0;
}

.why .rt img {
    vertical-align: middle;
}

/*提供服务*/
.service {
    width: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 50px 0;
    text-align: center;
}

.service h1 {
    color: #2f75bb;
    font-size: 24px;
}

.service h2 {
    color: #444444;
    font-size: 30px;
    margin: 26px 0;
}

.service p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.service .ul-ser {
    width: 1230px;
    /*margin: 40px auto 0;*/
    margin: 40px 0 0 -15px;
}

.service .ul-ser li {
    width: 210px;
    height: 62px;
    margin: 0 18px 26px;
    float: left;
}

.service .ul-ser li img {
    width: 100%;
    height: 100%;
}


.online-btn {
    width: 1062px;
    height: auto;
    margin: 30px auto;
}

.online-btn .online-btn-box > li {
    width: 175px;
    height: 125px;
    border-top: 1px solid #b5b9bc;
    border-left: 1px solid #b5b9bc;
    float: left;
}

.online-btn .online-btn-box .border-b {
    width: 175px;
    height: 125px;
    border-bottom: 1px solid #b5b9bc;
    float: left;
}

.online-btn .online-btn-box .border-r {
    width: 175px;
    height: 125px;
    border-right: 1px solid #b5b9bc;
    float: left;
}

.online-btn-box li div {
    display: inline-block;
    width: 68px;
    height: 60px;
    margin-top: 18px;
}

.online-btn-box li p {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    margin-top: 2px;
    color: #474747;
    font-size: 16px;
}

/*助力客户*/
.zhuli {
    width: 100%;
    height: 490px;
    overflow: hidden;

}

.zhuli h1 {
    color: #444444;
    font-size: 36px;
    margin: 45px 0;
    position: relative;
    text-align: center;
}

.zhuli h1:before {
    content: ' ';
    position: absolute;
    width: 320px;
    border-top: 1px solid #C9C9C9;
    top: 25px;
    left: 0;
}

.zhuli h1:after {
    content: ' ';
    position: absolute;
    width: 320px;
    border-top: 1px solid #C9C9C9;
    top: 25px;
    right: 0;
}

.zhuli h1 span {
    color: #ecae0a;
    margin: 0 0 0 30px;
}

.zhuli .ul-zl li{
    width:380px;
    height:320px;
    overflow: hidden;
    float: left;
    margin:0 30px 0 0;
}

.zhuli .ul-zl li .top{
    width:380px;
    text-align: center;
    line-height:130px;
    height:130px;
    overflow: hidden;
    position: relative;
}
.zhuli .ul-zl li .top img{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
    transition:.3s;
}
.zhuli .ul-zl li .top p{
    color: #ffffff;
    font-size:20px;
    font-weight:600;
}
.zhuli .ul-zl li:hover .top img{
    transform: scale(1.2);
}

.zhuli .ul-zl .bot a{
    display: block;
    margin:17px 0;
    height: 21px;
    overflow: hidden;
}
.zhuli .ul-zl .bot a img{
    margin:0 10px 0 0;
}
.zhuli .ul-zl .bot a:hover{
    color: #ecae0a;
}
/*友情链接*/
.youqin{
    width:100%;
    padding:20px 0 35px;
    overflow: hidden;
    background-color: #F5F5F5;
}
.youqin h2{
    color: #444444;
    font-size:18px;
    position: relative;
    margin:0 0 40px;
}
.youqin h2:after{
    content: '';
    position: absolute;
    width:50px;
    border-top:1px solid #2F75BB;
    bottom:-15px;
    left:0;
}
.youqin a{
    display: inline-block;
    padding:0 12px;
    margin:0 0 10px;

    color: #666666;
    font-size:12px;
    border-right:1px solid #cccccc;
}
.youqin a:hover{
    color: #ecae0a;
}


