body{
    margin: 0;
    padding: 0;
}

/**banner*/
.x_zxpx_banner{
    width: 100%;
    height: 600px;
    background: url('http://qiniugw.sdwanyue.com/x_zxpx_banner_bg.png') no-repeat;
    background-size: 100% 100%;
}

.x_zxpx_banner_content{
    width: 1200px;
    margin: 0 auto;
    clear: both;
    /* overflow: hidden; */
    position: relative;
    top: 139px;
}

.x_zxpx_banner_content_left{
    float: left;
    width: 625px;
    margin-top: 11.5px;
    position: relative;
    right: 1000px;
}

.x_zxpx_banner_content_left_text1{
    font-size: 52px;
    color: #fff;
    letter-spacing: 1px;
}

.x_zxpx_banner_content_left_text2{
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.x_zxpx_banner_content_left_text3{
    margin-top: 45px;
    clear: both;
    overflow: hidden;
}

.x_zxpx_banner_content_left_text3_1{
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.x_zxpx_banner_content_left_text3_1:link{
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.x_zxpx_banner_content_left_text3_1:hover,.x_zxpx_banner_content_left_text3_1:active{
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}



.x_zxpx_banner_content_left_text3_2{
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin-left: 30px;
}

.x_zxpx_banner_content_left_text3_2:link{
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin-left: 30px;
}

.x_zxpx_banner_content_left_text3_2:hover,.x_zxpx_banner_content_left_text3_2:active{
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}



.x_zxpx_banner_content_right{
    float: right;
    position: relative;
    left: 1000px;
}


/**
banner_bottom
 */
 .x_zxpx_banner_bottom{
    width: 100%;
    height: 100px;
    background:#fff;
}

.x_zxpx_banner_bottom_auto{
    width: 1100px;
    height: 100%;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.x_zxpx_banner_bottom_auto_li_img{
    margin-left: 46px;
}

@keyframes test{
    0%{
        transform:translate(0,0)
    }
    50%{
        transform:translate(0,-20px)
    }
    100%{
        transform:translate(0,0)
    }
}
.x_zxpx_banner_bottom_auto_li_img:hover{
    animation:test 0.25s ease-in 2;
}

.x_zxpx_banner_bottom_auto_li{
    width: 20%;
    float: left;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    font-weight: 400;
}

.x_zxpx_banner_bottom_auto span{
    margin-left: 15px;
}


/**满足各类场景**/
.x_zxpx_manzu{
    width: 100%;
    height: 720px;
    background: #FCFCFC;
}

.x_zxpx_manzu_tips{
    text-align: center;
    font-size: 28px;
    position: relative;
    top: 89px;
    font-weight: 500;
    letter-spacing: 2px;
    z-index: 1;
}

.x_zxpx_manzu_tips_heng{
    margin: 0 auto;
    width:200px;
    height:10px;
    opacity:0.8;
    background-image: radial-gradient(#2778F1, #fff);
    position: relative;
    top: 79px;
}

.x_zxpx_manzu_nav{
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    top: 160px;
    border-bottom: 1px solid #E2E2E2;
    font-size: 20px;
}

.x_zxpx_manzu_nav_li{
    float: left;
    width: 25%;
    height: 100%;
}

.x_zxpx_manzu_nav_li_div{
    width: 43%;
    text-align: center;
    height: 98%;
    margin: 0 auto;
}

.x_zxpx_manzu_nav_li_bg{
    color: #2778F1;
    border-bottom:2px solid #2778F1;
}

.x_zxpx_manzu_content{
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    position: relative;
    top: 210px;
}

.x_zxpx_manzu_content_left{
    float: left;
    margin-left: 20px;
}

.x_zxpx_manzu_content_left_text1{
    font-size: 20px;
}

.x_zxpx_manzu_content_left_text2{
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.x_zxpx_manzu_content_left_text3{
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 2px;
}

.x_zxpx_manzu_content_right{
    float: right;
    margin-top: 38px;
}

.x_zxpx_manzu_content_left_imgs{
    clear: both;
    overflow: hidden;
    margin-top: 40px;
    padding: 5px;
}

.x_zxpx_manzu_content_left_imgs_li{
    float: left;
    width: 100px;
    height: 120px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-left: 12px;
}

.x_zxpx_manzu_content_left_imgs_li_img{
    margin-top: 20px;
}

.x_zxpx_manzu_content_left_imgs_li_img:hover{
    animation:test 0.25s ease-in 2;
}

.x_zxpx_manzu_content_left_imgs_li_text{
    color: #646464;
    font-size: 14px;
    margin-top: 10px;
}

.x_zxpx_manzu_content_left_a{
    clear: both;
    overflow: hidden;
    margin-top: 40px;
}

.x_zxpx_manzu_content_left_a1{
    float: left;
    width: 140px;
    height: 44px;
    border: 1px solid RGBA(39, 120, 241, 1);
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    color: #2778F1;
}

.x_zxpx_manzu_content_left_a1:link{
    float: left;
    width: 140px;
    height: 44px;
    border: 1px solid RGBA(39, 120, 241, 1);
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    color: #2778F1;
}

.x_zxpx_manzu_content_left_a1:hover,.x_zxpx_manzu_content_left_a1:active{
    color: #fff;
    background: #2778F1;
    border: 1px solid RGBA(39, 120, 241, 1);
}



.x_zxpx_manzu_content_left_a2{
    float: left;
    width: 140px;
    height: 44px;
    border: 1px solid RGBA(39, 120, 241, 1);
    border-radius: 22px;
    margin-left: 20px;
    text-align: center;
    line-height: 44px;
    color: #2778F1;
}

.x_zxpx_manzu_content_left_a2:link{
    float: left;
    width: 140px;
    height: 44px;
    border: 1px solid RGBA(39, 120, 241, 1);
    border-radius: 22px;
    margin-left: 20px;
    text-align: center;
    line-height: 44px;
    color: #2778F1;
}

.x_zxpx_manzu_content_left_a2:hover,.x_zxpx_manzu_content_left_a2:active{
    color: #fff;
    background: #2778F1;
    border: 1px solid RGBA(39, 120, 241, 1);
}



.x_zxpx_display_none{
    display: none;
}


/**更多功能**/
.x_zxpx_more{
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.x_zxpx_more_tips{
    text-align: center;
    font-size: 28px;
    position: relative;
    top: 89px;
    font-weight: 500;
    letter-spacing: 2px;
    z-index: 1;
}

.x_zxpx_more_tips_heng{
    margin: 0 auto;
    width:200px;
    height:10px;
    opacity:0.8;
    background-image: radial-gradient(#2778F1, #fff);
    position: relative;
    top: 79px;
}

.x_zxpx_more_content{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    top: 105px;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

.x_zxpx_more_content_li{
    width:380px;
    height:140px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 10px 0px rgba(0, 0, 0, 0.03);
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}

.x_zxpx_more_content_li_img{
    float: left;
    margin-left: 25px;
    margin-top: 27px;
}

.x_zxpx_more_content_li_text{
    float: left;
    margin-top: 46px;
    width: 238px;
    margin-left: 30px;
}

.x_zxpx_more_content_li_text1{
    font-size: 16px;
    letter-spacing: 1px;
}

.x_zxpx_more_content_li_text2{
    font-size: 14px;
    margin-top: 2px;
}

.x_zxpx_more_bottom{
    width: 324px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 150px;

}

.x_zxpx_more_bottom_a1{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
}

.x_zxpx_more_bottom_a1:link{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
}

.x_zxpx_more_bottom_a1:hover,.x_zxpx_more_bottom_a1:active{
    color: #fff;
    background: #2778F1;
    border: 1px solid RGBA(39, 120, 241, 1);
}



.x_zxpx_more_bottom_a2{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-left: 38px;
}

.x_zxpx_more_bottom_a2:link{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-left: 38px;
}

.x_zxpx_more_bottom_a2:hover,.x_zxpx_more_bottom_a2:active{
    color: #fff;
    background: #2778F1;
    border: 1px solid RGBA(39, 120, 241, 1);
}




/****应用案例*/
.x_zxpx_anli{
    width: 100%;
     height: 550px;
    background: #FCFCFC;
}

.x_zxpx_anli_tips{
    text-align: center;
    font-size: 28px;
    position: relative;
    top: 89px;
    font-weight: 500;
    letter-spacing: 2px;
    z-index: 1;
}

.x_zxpx_anli_tips_heng{
    margin: 0 auto;
    width:200px;
    height:10px;
    opacity:0.8;
    background-image: radial-gradient(#2778F1, #fff);
    position: relative;
    top: 79px;
}

.x_zxpx_anli_content{
    width:1200px;
    /* height:720px; */
    height:750px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.02);
    margin: 0 auto;
    margin-top: 125px;
}

.x_zxpx_anli_content_top{
    width: 100%;
    height: 360px;
    background: url('http://qiniugw.sdwanyue.com/x_zxpx_anli.png') no-repeat;
    background-size: 100% 100%;
}

.x_zxpx_anli_content_top_text{
    width: 634px;
    margin-left: 70px;
    position: relative;
    top: 60px;
}

.x_zxpx_anli_content_top_text1{
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
}

.x_zxpx_anli_content_top_text2{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 33px;
}

.x_zxpx_anli_content_top_text3{
    width: 140px;
    height: 44px;
    background: rgba(255,255,255,1);
    border-radius: 22px;
    color: #2778F1;
    display: block;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 52px;
}

.x_zxpx_anli_content_top_text3:link{
    width: 140px;
    height: 44px;
    background: rgba(255,255,255,1);
    border-radius: 22px;
    color: #2778F1;
    display: block;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 52px;
}

.x_zxpx_anli_content_top_text3:hover,.x_zxpx_anli_content_top_text3:active{
    color: #fff;
    background: #2778F1;
    border: 1px solid #fff;
}




.x_zxpx_anli_content_bottom{
    clear: both;
    overflow: hidden;
}

.x_zxpx_anli_content_bottom_li{
    width: 33%;
    float: left;
    text-align: center;
}

.x_zxpx_anli_content_bottom_li_img{
    margin-top: 50px;
}

.x_zxpx_anli_content_bottom_li_text{
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px;
}

.x_zxpx_anli_content_bottom_li_text2{
    width: 270px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 25px;
    text-align: left;
}

.x_zxpx_anli_content_bottom_shu{
    width: 2px;
    /* height: 270px; */
    height: 310px;
    background: #E5E5E5;
    float: left;
    margin-top: 43px;
}


/****技术支持*/
.x_zxpx_jishu{
    width: 100%;
    height: 1740px;
    background: #fff;
}

.x_zxpx_jishu_tips{
    text-align: center;
    font-size: 28px;
    position: relative;
    top: 89px;
    font-weight: 500;
    letter-spacing: 2px;
    z-index: 1;
}

.x_zxpx_jishu_tips_heng{
    margin: 0 auto;
    width:200px;
    height:10px;
    opacity:0.8;
    background-image: radial-gradient(#2778F1, #fff);
    position: relative;
    top: 79px;
}

.x_zxpx_jishu_li{
    width: 900px;
    margin: 0 auto;
    margin-top: 331px;
    clear: both;
    overflow: hidden;
}

.x_zxpx_jishu_li_img{
    float: left;
    margin-left: 50px;
}

.x_zxpx_jishu_li_right{
    float: right;
    margin-top: 36px;
}

.x_zxpx_jishu_li_right_1{
    color: #2778F1;
    font-size: 30px;
}

.x_zxpx_jishu_li_right_2{
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    bottom: 5px;
    left: 10px;
}

.x_zxpx_jishu_li_right_3{
    width: 6px;
    height: 6px;
    background: RGBA(39, 120, 241, 1);
    border-radius: 50%;
    float: left;
    margin-top: 21px;
    margin-left: 5px;
}

.x_zxpx_jishu_li_right_4{
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    width: 431px;
}


.x_zxpx_jishu_li1{
    width: 900px;
    margin: 0 auto;
    margin-top: 40px;
    clear: both;
    overflow: hidden;
}

.x_zxpx_jishu_li1_img{
    float: right;
    margin-right: 50px;
}

.x_zxpx_jishu_li1_right{
    float: left;
    margin-top: 36px;
}

.x_zxpx_jishu_li1_right_1{
    color: #2778F1;
    font-size: 30px;
}

.x_zxpx_jishu_li1_right_2{
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    bottom: 5px;
    left: 10px;
}

.x_zxpx_jishu_li1_right_3{
    width: 6px;
    height: 6px;
    background: RGBA(39, 120, 241, 1);
    border-radius: 50%;
    float: left;
    margin-top: 21px;
    margin-left: 5px;
}

.x_zxpx_jishu_li1_right_4{
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    width: 431px;
}

.x_zxpx_jishu_bottom{
    width: 324px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 125px;
}

.x_zxpx_jishu_bottom_a1{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
}

.x_zxpx_jishu_bottom_a1:link{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
}

.x_zxpx_jishu_bottom_a1:hover,.x_zxpx_jishu_bottom_a1:active{
    color: #fff;
    background: #2778F1;
    border: 1px solid RGBA(39, 120, 241, 1);
}




.x_zxpx_jishu_bottom_a2{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-left: 38px;
}

.x_zxpx_jishu_bottom_a2:link{
    display: block;
    width:140px;
    height:44px;
    border:1px solid RGBA(39, 120, 241, 1);
    border-radius:22px;
    color: #2778F1;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-left: 38px;
}

.x_zxpx_jishu_bottom_a2:hover,.x_zxpx_jishu_bottom_a2:active{
    color: #fff;
    background: #2778F1;
    border: 1px solid RGBA(39, 120, 241, 1);
}




/****咨询**/
.x_zxpx_zixun{
    width:100%;
    height:260px;
    background: url('http://qiniugw.sdwanyue.com/x_zxpx_zixun.png') no-repeat;
    background-size: 100% 100%;
}

.x_zxpx_zixun_text{
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    top: 80px;
}

.x_zxpx_zixun_a{
    display: block;
    width: 142px;
    height: 46px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 22px;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    top: 117px;
}

.x_zxpx_zixun_a:link{
    display: block;
    width: 142px;
    height: 46px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 22px;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    top: 117px;
}

.x_zxpx_zixun_a:hover,.x_zxpx_zixun_a:active{
    color: #000;
    background: #fff;
    border: 1px solid rgba(255,255,255,1);
}

.x_edu_changjing {
    width: 100%;
    height: 940px;
    background: #fff;
}

.x_edu_changjing_tips {
    display: block;
    margin: 0 auto;
}

.x_edu_changjing_content {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 90px;
}

.x_edu_changjing_content_left {
    float: left;
    width: 500px;
}

.x_edu_changjing_content_left_li {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.x_edu_changjing_content_left_li_img {
    float: left;
    margin-top: 39px;
    margin-left: 20px;
}

.x_edu_changjing_content_left_li_img1 {
    float: left;
    margin-top: 13px;
    margin-left: 35px;
}

.x_edu_changjing_content_left_li_text {
    float: left;
    width: 370px;
    margin-left: 20px;
    margin-top: 10px;
}

.x_edu_changjing_content_left_li_text_1 {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #f11e2d;
}

.x_edu_changjing_content_left_li_text_2 {
    margin-top: 5px;
    display: inline-block;
    /*white-space: nowrap;*/
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #646464;
    line-height: 24px;
}

.x_edu_changjing_content_right {
    float: left;
    width: 670px;
    margin-left: 20px;
    text-align: center;
}


.x_edu_changjing_bottom {
    width: 324px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 1px;
}

.x_edu_changjing_bottom_a1 {
    display: block;
    width: 140px;
    height: 44px;
    color: #F11E2D;
    text-align: center;
    line-height: 44px;
    float: left;
    border: 1px solid #f11e2d;
    border-radius: 23px;
}

.x_edu_changjing_bottom_a1:link {
    color: #fff;
}
.x_edu_changjing_bottom_a1:hover, .x_edu_changjing_bottom_a1:active {
    color: #FF9A00;
    background: #fff;
    border: 1px solid #FF9A00;
}
.x_edu_changjing_bottom_a2 {
    display: block;
    width: 140px;
    height: 44px;
    border: 1px solid #f11e2d;
    border-radius: 22px;
    color: #F11E2D;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-left: 38px;
}
.x_edu_changjing_bottom_a2:link {
    color: #fff;
}
.x_edu_changjing_bottom_a2:hover, .x_edu_changjing_bottom_a2:active {
    color: #FF9A00;
    background: #fff;
    border: 1px solid #FF9A00;
}
.x_edu_changjing_select {
    background: rgba(241, 30, 45, 0.04);
    border: 1px solid #f11e2d;
    border-radius: 11px;
}
.x_edu_changjing_none {
    display: none;
}
.party_content {
    margin-top: 125px;
    text-align: center;
}

