html, body, main, p {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: "微软雅黑";
}
body{
    overflow-x: hidden;
}

.main {}

.wxxcx {
    overflow-x: hidden;
}

.wxxcx_banner {
    width: 1200px;
    margin: 0 auto;
    height: 550px;
    color: white;
    position: relative;
}
.wxxcx_banner_bj{
    width: 1200px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wxxcx_banner_bj img{
    min-width: 1920px;
    height: 550px;
}   
.wxxcx_banner_main{
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 550px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    
}
.wxxcx_banner_a {
    width: 1200px;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.wxxcx_banner_b {
    width: 1200px;
    font-size: 30px;
    font-weight: 600;
    color: #17e7fb;
    margin: 30px 0;
}

.wxxcx_banner_c {
    width: 1200px;
    display: flex;
}

.wxxcx_banner_c span {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    border: 2px solid white;
    border-radius: 6px;
    margin-right:25px;
    padding: 0 20px;
}

.wxxcx_type {
    width: 1200px;
    margin: 0 auto 40px;
}

.wxxcx_type_title {
    height: 220px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.wxxcx_type_title span {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
}

.wxxcx_type_title p {
    width: 790px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.wxxcx_type_main {
    display: flex;
    border: 1px solid #f3f3f3;
}

.wxxcx_type_main div {
    width: 25%;
    height: 400px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-right: 1px solid #f3f3f3;
    transition: all 1s;
    color: #999;
    cursor: default;
}
.wxxcx_type_main div:nth-child(4){
    border: none;
}

.wxxcx_type_main div span{
    color: #333;
    transition: all 1s;
}
.wxxcx_type_main div p{
    font-size: 14px;
    width: 210px;
    line-height: 30px;
    margin: 20px 0;
    color: #999;
    transition: all 1s;
}
.wxxcx_type_main div a{
    width:130px;
    height: 30px;
    border-radius: 15px;
    background-color: #b4b4b4; 
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    transition: all 1s;
}
.wxxcx_type_main div:hover span{
    color: white;
}
.wxxcx_type_main div:hover p{
    color: white;
}



.wxxcx_type_main i{
    margin: 50px 0 40px 0;
    transition: all 1s;
    width: 83px;
    height: 83px;
}
.wxxcx_type_main_a i{
    background-image: url("../imgs/wxxcx_type_a.png")
}
.wxxcx_type_main_a:hover{
    background-color: #10b7ed;
}
.wxxcx_type_main_a:hover i{
    background-image: url("../imgs/wxxcx_type_a2.png")
}
.wxxcx_type_main_a:hover a{
    background-color: white;
    color: #10b7ed
}
.wxxcx_type_main_b i{
    background-image: url("../imgs/wxxcx_type_b.png")
}
.wxxcx_type_main_b:hover {
    background-color: #ff6600;
}
.wxxcx_type_main_b:hover i{
    background-image: url("../imgs/wxxcx_type_b2.png")
}
.wxxcx_type_main_b:hover a{
    background-color: white;
    color: #ff6600;
}
.wxxcx_type_main_c i{
    background-image: url("../imgs/wxxcx_type_c.png")
}
.wxxcx_type_main_c:hover{
    background-color: #10b7ed;
}
.wxxcx_type_main_c:hover i{
    background-image: url("../imgs/wxxcx_type_c2.png")
}
.wxxcx_type_main_c:hover a{
    background-color: white;
    color: #10b7ed
}
.wxxcx_type_main_d i{
    background-image: url("../imgs/wxxcx_type_d.png")
}
.wxxcx_type_main_d:hover {
    background-color: #ff6600;
}
.wxxcx_type_main_d:hover i{
    background-image: url("../imgs/wxxcx_type_d2.png")
}
.wxxcx_type_main_d:hover a{
    background-color: white;
    color: #ff6600;
}



.wxxcx_advantage{
    width: 1200px;
    height: 510px;
    margin: 0 auto;
    position: relative;
}
.wxxcx_advantage_bj{
    width: 1200px;
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wxxcx_advantage_bj img{
    width: 1920px;
    height: 510px;
    max-width: 1920px;
}
.wxxcx_advantage_main{
    width: 1200px;
    height: 510px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.wxxcx_advantage_main_left{
    width: 55%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.wxxcx_advantage_main_left_title{
    width: 70%;
    padding: 20px;
    font-size: 25px;
    color: #333;
    margin-bottom: 20px;
}
.wxxcx_advantage_main_left_title p{
    color: #999;
    font-size: 12px;
    margin: 10px 0;
}

.wxxcx_advantage_main_left_content{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.wxxcx_advantage_main_left_content section{
    width: 320px;
    height: 75px;
    box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    flex-flow: column;
    background-color: white;
    margin-bottom: 15px;
    transition: all 0.5s;
    cursor: default;
}
.wxxcx_advantage_main_left_content section:hover{
    background-color: #333;
}
.wxxcx_advantage_main_left_content section:hover span{
    color: white;
}
.wxxcx_advantage_main_left_content section:hover p{
    color: white;
}
.wxxcx_advantage_main_left_content section span{
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    transition: all 0.5s;
}
.wxxcx_advantage_main_left_content section p{
    font-size: 12px;
    color: #999;
    transition: all 0.5s;
}




.wxxcx_reason {
    width: 100%;
    height: 682px;
    color: white;
    position: relative;
}
.wxxcx_reason_bj{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    min-height: 682px;
    margin: 0 auto;
}
.wxxcx_reason_bj img{
    width: 100%;
    max-width: 2500px;
    min-width: 1920px;
    min-height: 682px;
}
.wxxcx_reason_box{
    width: 100%;
    /* height: 682px; */
    position: absolute;
    top: 0;
    left: 0;
}
.wxxcx_reason_title {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.wxxcx_reason_title span{
    margin: 40px 0 20px 0;
}
.wxxcx_reason_title p{
    width: 500px;
    line-height: 30px;
    color: #f1f1f1;
    font-size: 16px;
    text-align: center;
}


.wxxcx_reason_main {
    width: 1200px;
    margin: 0px auto ;
    display: flex;
    justify-content: space-between;
}
.wxxcx_reason_main>div{
    /* width: 357px; */
    /* padding-bottom: 40px; */
}

.wxxcx_reason_main section {
    width: 375px;
    height: 200px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    color: white;
    border: dashed 2px white;
}
.wxxcx_reason_main section:nth-child(1){
    margin-bottom: 80px;
}
.wxxcx_reason_main section  img{
    position: absolute;
    top: -40px;
}
.wxxcx_reason_main section span{
    font-size: 20px;
    margin: 50px 0 20px 0;
}
.wxxcx_reason_main section p{
    font-size: 16px;
    color: white;
    width: 80%;
    line-height: 30px;
}



.wxxcx_process{
    width: 100%;
}
.wxxcx_process_main{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.wxxcx_process_main_title{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 40px 0;
}
.wxxcx_process_main_title span {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
}

.wxxcx_process_main_title p {
    width: 820px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.wxxcx_process_main_content{
    display: flex;
    justify-content: space-between;
}
.wxxcx_process_main_content_one{
    width: 33%;
}
.wxxcx_process_main_content_one div{
    display: flex;
}
.wxxcx_process_main_content_one div section{
    display: flex;
    flex-flow: column;
}
.wxxcx_process_one_left{
    min-width: 80px;
    align-items: center;
}
.wxxcx_process_one_left span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #00a7fe;
    line-height: 40px;
    text-align: center;
    border: 1px solid #00a7fe;
}
.wxxcx_process_one_left i{
    height: 80px;
    border-left: 1px dotted #00a7fe;
    margin: 20px 0;
}

.wxxcx_process_one_right span{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}
.wxxcx_process_one_right p{
    /*height: 80px;*/
    line-height: 28px;
    font-size: 16px;
    color: #999;
    margin: 20px 0;
}




.wxxcx_case{

    margin: 0 auto;
    background-color: #fff;
}
.wxxcx_case_title{
    width: 100%;
    height: 150px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
}
.wxxcx_case_title span:nth-child(1){
    font-size: 26px;
    color: #333;
}
.wxxcx_case_title_xian{
    width: 100%;
    height: 1px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.wxxcx_case_title_xian i{
    width: 200px;
    height: 2px;
    background-color:red;
}
.wxxcx_case_main{
    width: 1200px;
	width: 1260px;	/*2019-02-14*/
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    justify-content: space-around;	/*2019-02-14*/
}
.wxxcx_case_main a{
    width: 372px;
    width: 295px;	/*2019-02-14*/
    /*height: 230px;*/
    text-decoration: none;
    display: flex;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 #bbb;
    transition: all 0.5s;
}
.wxxcx_case_main a img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 #bbb;
    transition: all 0.5s;
}
.wxxcx_case_main a:hover img{
    transform: scale(1.05,1.05);
    box-shadow: 0 5px 10px 0 #ff7a7a;
}

.app_news{
    width: 100%;
    background-color: #3eb94e;
    color: white;
    font-size: 14px;
    /*margin-top: 20px;*/
}
.app_news_main{
    width: 1200px;
    margin: 0 auto;
}
.app_news_main_title{
    height: 120px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.app_news_main_title section:nth-child(1){
    font-size: 26px;
    margin-bottom: 10px;
}
.app_news_main_title section{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.app_news_main_list{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.app_news_main_list a{
    font-size: 15px;
    color: white;
    text-decoration: none;
    width: 45%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.app_news_main_list a img{
    margin-right: 8px;
}
.app_news_main_list a span{
    display: flex;
    align-items: center;
    min-width: 85px;
}
.app_news_main_list a span span{
    height: 26px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.app_news_main_list a span:nth-child(2){
    justify-content: flex-end;
}
.app_news_main_go_news{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0 30px;

}
.app_news_main_go_news a{
    border-radius: 5px;
    height: 40px;
    width: 120px;
    background-color: #023c5a;
    color: white;
    text-decoration: none;
    /*margin-right: 45px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and ( max-width:750px ) {
    .wxxcx_banner{
        width: 100%;
        height: 215px;
    }
    .wxxcx_banner_bj{
        width: 100%;
        height: 215px;
        overflow: hidden;
    }
    .wxxcx_banner_bj img{
        min-width: 750px;
        height: 215px;
    }
    .wxxcx_banner_main{
        width: 100%;
        height: 215px;
    }
    .wxxcx_banner_a{
        width: 100%;
        font-size: 24px;
        justify-content: center;
    }
    .wxxcx_banner_b{
        display: none;
    }
    .wxxcx_banner_c{
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
    }
    .wxxcx_banner_c span{
        width: 30%;
        height: 30px;
        border: 1px solid white;
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .wxxcx_type{
        width: 100%;
        margin-bottom: 20px;
    }
    .wxxcx_type_title{
        height: 100px;
    }
    .wxxcx_type_title span {
        margin: 0;
    }
    .wxxcx_type_title p {
        display: none;
    }
    .wxxcx_type_main{
        flex-flow: wrap;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        border: none;
    }
    .wxxcx_type_main div {
        width: 46%;
        height: 180px;
        justify-content: center;
        border: 1px solid #f3f3f3;
        margin-bottom: 20px;
    }
    .wxxcx_type_main div:nth-child(4){
        border: 1px solid #f3f3f3;
    }

    .wxxcx_type_main div p{
        display: none;
    }
    .wxxcx_type_main i{
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0;
    }
    .wxxcx_type_main div span{
        margin: 10px 0;
    }
    .wxxcx_advantage{
        width: 100%;
        height: 510px;
    }
    .wxxcx_advantage_bj{
        width: 100%;
        height: 510px;
        overflow: hidden;
    }
    .wxxcx_advantage_bj img{
        width: 1920px;
        min-width: 1920px;
        height: 510px;
    }
    .wxxcx_advantage_main{
        width: 100%;
        height: 510px;
        display: block;
    }
    .wxxcx_advantage_main_left{
        width: 90%;
        margin:0 auto;
    }
    .wxxcx_advantage_main_left_title{
        font-size: 24px;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 150px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .wxxcx_advantage_main_left_title p{
        /* display: none; */
        text-align: center;
        width: 90%;
        margin-top: 15px;
    }
    .wxxcx_advantage_main_left_content{
        padding: 0;
        margin: 0;
    }
    .wxxcx_advantage_main_left_content section{
        padding: 0;
        margin: 0;
        width: 46%;
        height:95px;
        align-items: center;
        margin-bottom: 20px;
    }
    .wxxcx_advantage_main_left_content section p{
        padding: 0 10px;
        text-align: center;
    }


    .wxxcx_reason{
        height: 420px;
    }
    .wxxcx_reason_bj{
        min-height: 420px;
        width: 100%;
        overflow: hidden;
    }
    .wxxcx_reason_bj img{
        min-width: 1100px;
        min-height: 420px;
        max-height: 420px;
    }
    .wxxcx_reason_box{
        height: 420px;
    }
    .wxxcx_reason_title{
        width: 100%;
        height: 60px;
        justify-content: flex-end;
    }
    .wxxcx_reason_title span{
        margin: 0;
        font-size: 24px;
    }
    .wxxcx_reason_title p{
        display: none;
    }
    .wxxcx_reason_main{
        width: 100%;
        display: block;
    }
    .wxxcx_reason_main div{
        display: flex;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .wxxcx_reason_main section {
        margin: 0;
        width: 46%;
        height: 100%;
        border: dashed 1px white;
        padding: 10px 0;
        margin-top: 40px;
    }
    .wxxcx_reason_main section:nth-child(1){
        margin: 0;
        margin-top: 40px;
    }
    .wxxcx_reason_main section  img{
        position: absolute;
        top: -20px;
        width: 40px;
        height: 40px;
    }
    .wxxcx_reason_main section span{
        font-size: 16px;
        margin:  0;
        margin: 10px 0;
    }
    .wxxcx_reason_main section p{
        font-size: 12px;
        line-height: 16px;
        width: 90%;
    }

    .wxxcx_process_main{
        width: 100%;
        padding: 0;
    }
    .wxxcx_process_main_title{
        padding: 0;
        height: 80px;
        justify-content: center;
    }
    .wxxcx_process_main_title span{
        margin: 0;
        font-size: 24px;
    }
    .wxxcx_process_main_title p{
        display: none;
    }
    .wxxcx_process_main_content{
        display: block;
    }
    .wxxcx_process_main_content_one{
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .wxxcx_process_main_content_one div{
        width: 46%;
        flex-flow: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .wxxcx_process_one_left i{
        display: none;
    }
    .wxxcx_process_one_left span{
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
    }
    .wxxcx_process_one_right span{
        font-size: 18px;
        text-align: center;
    }
    .wxxcx_process_one_right p{
        font-size: 12px;
       /* line-height: 18px;*/
        margin: 0;
        height: 100%;
    }

    .wxxcx_case{
        width: 100%;
    }
    .wxxcx_case_title{
        width: 100%;
        height: 100px;
    }
    .wxxcx_case_title span{
        display: none;
    }
    .wxxcx_case_title span:nth-child(1){
        display: block;
        font-size: 24px;
    }
    .wxxcx_case_main{
        width: 90%;
        margin: 0 auto;
    }
    .wxxcx_case_main a{
        width: 46%;
    }

    .app_news_main{
        width: 100%;
    }
    .app_news_main_list{
        flex-flow: column;
    }
    .app_news_main_list a{
        width: 92%;
        margin: 0 auto;
    }
    .app_news_main_list a span:nth-child(2){
        justify-content: flex-end;
    }
    .app_news_main_go_news{
        margin:0 auto;
        width: 92%;
    }

    .app_news_main_go_news a{
        margin-right: 0;
    }
}