body,div,p,h3,ul,li{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
button{
    cursor: pointer;
}
button:focus{
    outline: none;
}
.body a{
    text-decoration: none;
    color: white;
}
#index .head a{
    color: #363636;
}
#index .head .header span{
    background: #d49130;
}
.body .head{
    background:url('../img/128.png');
    width: 100%;
    position: relative;
}
.body .head .logo{
    position: absolute;
    width: 200px;
}
.body .head .header{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: white;
    position: absolute;
    top:50px;
    right: 100px;
}
@keyframes left {
    0%{height: 0}
    /*25%{height: 100%}*/
    /*50%{height: 100%}*/
    /*75%{height: 100%}*/
    100%{height: 100%}
}
@keyframes bottom {
    0%{width: 0}
    /*25%{width: 0}*/
    /*50%{width: 100%}*/
    /*75%{width: 100%}*/
    100%{width: 100%}
}
@keyframes right {
    0%{height: 0}
    /*25%{height: 0}*/
    /*50%{height: 0}*/
    /*75%{height: 100%}*/
    100%{height: 100%}
}
@keyframes top {
    0%{width: 0}
    /*25%{width: 0}*/
    /*50%{width: 0}*/
    /*75%{width: 0}*/
    100%{width: 100%}
}
/*.body .head .header li:hover .left{*/
    /*animation: left .5s;*/
    /*height: 100%*/
/*}*/
/*.body .head .header li:hover .right{*/
    /*animation: right .5s;*/
    /*height: 100%*/
/*}*/
/*.body .head .header li:hover .top{*/
    /*animation: top .5s;*/
    /*width: 100%*/
/*}*/
/*.body .head .header li:hover .bottom{*/
    /*display: block;*/
/*}*/
.body .head .header li{
    float: left;
    padding: 0 20px;
    /*margin-right: 20px;*/
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
@keyframes ban {
    0%{top:-45px}
    100%{top:-25px}
}
.body .head .header li:hover a{
    color: #1aca8e;
}
#index .head .header li:hover a{
    color: #1aca8e;
}
/*.body .head .header li:hover img{*/
    /*animation: ban .5s;*/
    /*top:-25px;*/
/*}*/
.body .head .header li img{
    display: block;
    position: absolute;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top:-25px;
}
/*.body .head .header li .left{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top:0;*/
    /*width: 1px;*/
    /*background: white;*/
/*}*/
/*.body .head .header li .right{*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom:0;*/
    /*width: 1px;*/
    /*background: white;*/
/*}*/
/*.body .head .header li .top{*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top:0;*/
    /*height: 1px;*/
    /*background: white;*/
/*}*/
.body .head .header li .bottom{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 1px;
    background: #d49130;
    display: none;
    /*color: #d49130;*/
}
.body .head .head_words{
    position: absolute;
    color: white;
}
.body .head .head_words .p1{
    font-weight: lighter;
}
.body .head .head_words .p2{
    font-weight: lighter;
}
/*.body .head .icons{*/
    /*position: absolute;*/
/*}*/
/*.body .head .icons li{*/
    /*float: left;*/
    /*border-radius: 4px;*/
/*}*/
/*.body .head .icons li:first-child{*/
    /*background: white;*/
/*}*/
/*.body .head .icons li:nth-child(2){*/
    /*background: url("../img/35.png");*/
/*}*/
/*.body .head .icons li:nth-child(3){*/
    /*border: 1px solid white;*/
/*}*/
/*.body .head .icons li img{*/
    /*display: block;*/
/*}*/
/*.body .head .icons li .line{*/
    /*height: 1px;*/
    /*background: #aaaaaa;*/
    /*margin: auto;*/
    /*display: block;*/
/*}*/
/*.body .head .icons li p{*/
    /*text-align: center;*/
    /*font-size: 13px;*/
    /*font-weight: bold;*/
/*}*/
/*.body .head .icons li:nth-child(2){*/
    /*color: #59ad98;*/
/*}*/
/*.body .head .icons li:nth-child(3){*/
    /*color: white;*/
/*}*/
.body .section{
    width: 100%;
    /*height: 4000px;*/
    padding-top: 1px;
}
.body .section .section_head .parts{
    width: 31%;
    float: left;
    position: relative;
}
.body .section .section_head .parts img{
    display: block;
}
.body .section .section_head .parts .p1{
    position: absolute;
}
.body .section .section_head .parts .p2{
    position: absolute;
    font-size: 12px;
    color: #bbbbbb;
}
.body .section .sectionS{
    overflow: hidden;
}
/*.body .section .section1{*/
    /*margin-top: 30px;*/
/*}*/
.body .section .section_header{
    margin: auto;
    position: relative;
    padding-top: 1px;
}
.body .section .section_header p{
    display: inline-block;
    height: 80px;
}
.body .section .section_header .p1{
    color: #aaaaaa;
    vertical-align: middle;
}
.body .section .section_header .p2{
    color: #dddddd;
    vertical-align: middle;
}
.body .section .section_header .p3{
    color: #aaaaaa;
    vertical-align: middle;
    letter-spacing: 1px;
}
.body .section .section_header .green_line{
    position: absolute;
    height: 3px;
    background: #1aca8e;
}
.body .section1 .section_part{
    position: relative;
}
.body .section1 .section_part div{
    display: inline-block;
}
.body .section1 .section_part .left{
    position: absolute;
    left: 0;
}
.body .section1 .section_part .right{
    position: absolute;
    right: 0;
}
.body .section1 .section_part .middle img{
    width: 90%;
}
.body .section1 .section1_ ul{
    width: 100%;
}
.body .section1 .section1_ ul li{
    width: 100%;
    position: relative;
}
.body .section1 .section1_ ul li img{
    position: absolute;
    display: block;
}
.body .section1 .section1_ ul li .p1{
    position: absolute;
}
.body .section1 .section1_ ul li .p2{
    position: absolute;
    font-size: 12px;
    color: #bbbbbb;
}
.body .section2 .section_part{
    position: relative;
}
.body .section2 .section_part .section2_left{
    position: absolute;
}
.body .section2 .section_part .section2_left img{
    width: 100%;
}
.body .section2 .section2_left .green_line{
    position: absolute;
    background: #1aca8e;
}
.body .section2 .section2_left .p1{
    position: absolute;
    color: white;
}
.body .section2 .section2_left .p2{
    position: absolute;
    color: white;
}
.body .section2 ul{
    position: absolute;
}
.body .section2 ul li{
    position: relative;
    float: left;
}
.body .section2 ul li .img1{
    width: 100%;
}
.body .section2 ul li .img2{
    width: 100%;
    position: absolute;
}
.body .section2 .words{
    position: absolute;
    width: 100%;
    padding-top: 1px;
}
.body .section2 .words .p3{
    color: black;
}
.body .section2 .words .p4{
    color: #888888;
}
.body .section2 .words .p4 img{
    vertical-align: middle;
    width: 25px;
    margin-top: -5px;
}
.body .section2 .words .line{
    display: block;
    height: 1px;
    background: #eeeeee;
}
.body .section2 .p5{
    font-size: 12px;
    color: #888888;
}
.body .section2 .p6 a{
    color: #1aca8e;
}
.body .section3 .section_header{
    margin: auto;
}
.body .section3{
    position: relative;
}
.body .section3 .ul1{
    width: 940px;
    transform: translateX(5px);
    margin: 60px auto 30px;
}
.body .section3 ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.body .section3 .img1{
    width: 790px;
    margin: auto;
    display: block;
}
.body .section3 .ul2{
    transform: translateX(5px);
    color: #888888;
}
.body .section4 .section4_middle{
    margin: auto;
}
.body .section4 .section4_middle .white_line{
    background: white;
    height: 2px;
    width: 100%;
    opacity: .9;
}
.body .section4 .section_header{
    width: 400px;
    margin: auto;
}
.body .section4 .ul1 {
    margin: 30px auto 0;
    width: 90%;
}
.body .section4 .ul1 li{
    float: left;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
.body .section4 .ul1 li img{
    width: 40px;
}
.body .section4 .ul1 li p{
    margin-top: 10px;
}
.body .section4 .ul1 .middle{
    /*padding-top: 1px;*/
}
.body .section4 .ul1 .middle div{
    width: 240px;
    margin: 0 auto;
    height: 140px;
    background: #5e95f2;
    border-radius: 10px;
    /*border-top-left-radius:10px;*/
    /*border-top-right-radius:10px;*/
}
.body .section4 .ul1 .middle img{
    margin-top: 40px;
    width: 40px;
}
.body .section4 .ul1 .middle div p{
    color: white;
    margin-top: 8px;
}
.body .section .section4{
    width: 100%;
    position: relative;
}
.body .section4 .white_line{
    width: 100%;
    height: 1px;
    background: white;
}
.body .section4 .section4_back{
    width: 100%;
    height: 750px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/31.png") no-repeat center;
    background-size: 100% 750px;
    z-index: -1;
}
.body .section4 .app_show{
    position: relative;
}
.body .section4 .app_show .left{
    width: 350px;
    margin-top: 20px;
    /*margin-left: 20px;*/
}
.body .section4 .app_show .right{
    color: #222222;
}
.body .section4 .app_show .right .p1{
    font-size: 18px;
}
.body .section4 .app_show .right .p2{
    font-size: 13px;
    color: #555555;
    line-height: 25px;
}
.body .section4 .app_show .right .pre{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #aaaaaa;
    text-align: center;
    bottom: 50px;
    left: 0;
    cursor: pointer;
}
.body .section4 .app_show .right .pre img{
    margin-top: 13px;
}
.body .section4 .app_show .right .next img{
    margin-top: 13px;
}
.body .section4 .app_show .right .next{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #aaaaaa;
    text-align: center;
    bottom: 50px;
    left: 70px;
    cursor: pointer;
}
.body .section4 .app_show .right .more{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #6275ff;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 1px;
}
.body .section4 .app_show .right .more img{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
}
.body .footer{
    /*height: 200px;*/
    background: none;
    position: relative;
}
.body .footer img{
    width: 100px;
    margin-top: 30px;
    margin-left: 20px;
}
.body .footer p{
    color: #aaaaaa;
    font-size: 12px;
}
.body .footer .p1{
    width: 900px;
    position: absolute;
    left: 140px;
    top:25px;
}
.body .footer .p2{
    width: 900px;
    position: absolute;
    left: 140px;
    top:47px;
}
#index .footer{
    width: 100%;
    margin: 0;
    background: black;
    height: 150px;
    padding-top: 1px;
}
#index .footer .footer_middle{
    position: relative;
}

@media(min-width:768px){
    body{position: relative}
    body .body_back{
        position: absolute;
        width: 100%;
        height: 100%;
        background: black;
        opacity: .5;
        z-index: 10;
        display: none;
    }
    body .get_press{
        position: fixed;
        width: 600px;
        height: 400px;
        left: 0;
        top:0;
        right:0;
        bottom:0;
        margin: auto;
        background: white;
        z-index: 99;
        border-radius: 10px;
        display: none;
    }
    body .get_press .close{
        position: absolute;
        right: 15px;
        top:15px;
        width: 15px;
        cursor: pointer;
        z-index: 999;
    }
    body .get_press .top{
        height: 100px;
        width: 100%;
        position: relative;
    }
    body .get_press .top .top_img{
        position: absolute;
        left: 30px;
        top:30px;
        width: 40px;
    }
    body .get_press .top .p1{
        position: absolute;
        left: 80px;
        top:28px;
        font-size: 19px;
    }
    body .get_press .top .p2{
        position: absolute;
        left: 80px;
        top:54px;
        font-size: 12px;
        color: #aaaaaa;
    }
    body .get_press .left{
        position: absolute;
        width: 330px;
        height: 260px;
        left: 0;
        top: 100px;
        border-right: 1px dashed #cccccc;
    }
    body .get_press .left .yanzhengma{
        position: absolute;
        right: 50px;
        top:150px;
        border: none;
        background: none;
        color: #aaaaaa;
        font-size: 13px;
    }
    body .get_press .left input{
        width: 220px;
        height: 40px;
        line-height: 40px;
        margin:0 30px 25px;
        padding: 0 20px;
    }
    body .get_press .left .p1{
        width: 264px;
        height: 44px;
        text-align: center;
        line-height: 40px;
        background: #1aca8e;
        border-radius: 3px;
        color: white;
        margin:10px 30px;
        cursor: pointer;
    }
    body .get_press .right{
        position: absolute;
        width: 220px;
        height: 260px;
        top:100px;
        left: 365px;
    }
    body .get_press .right ul{
        width: 100%;
        height: 100%;
    }
    body .get_press .right ul li{
        width: 100%;
        height: 86px;
        position: relative;
    }
    body .get_press .right ul li:nth-child(2){
        margin-top: 12px;
    }
    body .get_press .right ul li:nth-child(3){
        margin-top: 12px;
    }
    body .get_press .right .p1{
        position: absolute;
        top:0;
        left: 60px;
        font-size: 16px;
    }
    body .get_press .right .p2{
        position: absolute;
        top:28px;
        left: 60px;
        font-size: 13px;
        color: #aaaaaa;
        line-height: 18px;
    }

    body .succeed{
        position: fixed;
        width: 450px;
        height: 400px;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        margin: auto;
        background: white;
        border-radius: 10px;
        display: none;
        z-index: 99;
    }
    body .succeed .close{
        position: absolute;
        right: 15px;
        top:15px;
        width: 15px;
        cursor: pointer;
        z-index: 999;
    }
    body .succeed .top{
        width: 100%;
        height: 100%;
        position: relative;
    }
    body .succeed .top img{
        position: absolute;
        width: 40px;
        left: 30px;
        top:30px;
    }
    body .succeed .top .p1{
        position: absolute;
        left: 80px;
        top:30px;
        font-size: 18px;
    }
    body .succeed .top .p2{
        position: absolute;
        left: 80px;
        width: 300px;
        top:58px;
        font-size: 12px;
        line-height: 18px;
        color: #aaaaaa;
    }
    body .succeed .left{
        position: absolute;
        left: 80px;
        top:180px;
        width: 170px;
        height: 150px;
        text-align: left;
        border-right: 1px solid #bbbbbb;
    }
    body .succeed .left img{
        width: 120px;
    }
    body .succeed .left .p1{
        margin-top: 10px;
        font-size: 12px;
        color: #aaaaaa;
        text-indent: 5px;
    }
    body .succeed .right{
        position: absolute;
        width: 195px;
        height: 150px;
        left: 250px;
        top:180px;
        text-align: center;
    }
    body .succeed .right img{
        margin-top: 30px;
        width: 50px;
    }
    body .succeed .right .p1{
        font-size: 15px;
        color: #777777;
        margin-top: 30px;
    }


    .body .head{
        height: 600px;
        background-size: 100%;
    }
    .body .head .logo{
        top:50px;
        left: 80px;
    }
    .body .head .phone_menu{
        display: none;
    }
    .body .head .head_words{
        left: 0;
        top:200px;
        letter-spacing: 4px;
        width: 100%;
        text-align: center;
        /*overflow: hidden;*/
    }
    .body .head .head_words .p1{
        font-size: 55px;
        margin-bottom: 20px;
    }
    .body .head .head_words .p2{
        font-size: 32px;
        letter-spacing: 2px;
    }
    .body .head .head_words .p3{
        width: 230px;
        height: 60px;
        left: 0;
        right: 0;
        margin: 60px auto 0;
        border-radius: 5px;
        font-size: 22px;
        background: #1aca8e;
        line-height: 60px;
        font-weight: normal;
        letter-spacing: 2px;
        cursor: pointer;
    }
    #index .head .head_phone{
        position: absolute;
        right: 50%;
        bottom: -150px;
        width: 300px;
        height: 528px;
        transition: all .8s;
    }
    #index .head .head_phone:hover{
        transform: translateY(-100px);
    }
    #index .head .head_phone .img1{
        width: 100%;
    }
    #index .head .head_phone .img2{
        position: absolute;
        top:160px;
        width: 50px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #index .head .head_phone p{
        position: absolute;
        top:280px;
        left: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #595959;
        font-size: 14px;
    }
    #index .head .head_h3{
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 400px;
        height: 300px;
    }
    #index .head .head_h3 .p1{
        font-size: 32px;
        font-weight: bold;
        text-indent: 30px;
        letter-spacing: 4px;
    }
    #index .head .head_h3 .p2{
        font-size: 14px;
        color: #868686;
        text-indent: 30px;
        margin-top: 10px;
    }
    #index .head .head_h3 .p3{
        font-size: 14px;
        color: black;
        text-indent: 30px;
        margin-top: 20px;
        font-weight: bold;
    }
    #index .head .head_h3 .p4{
        border: 2px solid #d49130;
        font-size: 14px;
        color: #c06f31;
        font-weight: bold;
        text-align: center;
        height: 32px;
        line-height: 32px;
        width: 120px;
        margin-left: 30px;
        background: none;
        border-radius: 5px;
        outline: none;
        padding: 0;
        margin-top: 30px;
        cursor: pointer;
    }


    /*@keyframes p1 {*/
        /*0%{transform: translateY(-500px)}*/
        /*5%{transform: translateY(-500px)}*/
        /*20%{transform: translateY(60px)}*/
        /*40%{transform: translateY(-80px)}*/
        /*60%{transform: translateY(30px)}*/
        /*80%{transform: translateY(-10px)}*/
        /*100%{transform: translateY(0)}*/
    /*}*/
    /*@keyframes p2 {*/
        /*0%{transform: translateY(-500px)}*/
        /*50%{transform: translateY(-500px)}*/
        /*60%{transform: translateY(60px)}*/
        /*70%{transform: translateY(-80px)}*/
        /*80%{transform: translateY(30px)}*/
        /*90%{transform: translateY(-10px)}*/
        /*100%{transform: translateY(0)}*/
    /*}*/
    /*.body .head .icons{*/
        /*left: 180px;*/
        /*top:460px;*/
    /*}*/
    /*.body .head .icons li{*/
        /*width: 120px;*/
        /*height: 150px;*/
        /*margin-right: 30px;*/
    /*}*/
    /*.body .head .icons li img{*/
        /*height: 60px;*/
        /*margin: 20px auto;*/
    /*}*/
    /*.body .head .icons li .line{*/
        /*width: 80px;*/
    /*}*/
    /*.body .head .icons li p{*/
        /*margin-top: 15px;*/
    /*}*/
    .body .section .section_head{
        background: url("../img/158.png");
        background-size: 100%;
        width: 1080px;
        height: 200px;
        margin: 0 auto 30px;
        padding-top: 1px;
        transform: scale(1.06);
    }
    .body .section .section_head .parts{
        height: 100px;
        margin-top: 50px;
    }
    .body .section .section_head .parts img{
        width:70px;
        margin-top: 40px;
        margin-left: 70px;
    }
    .body .section .section_head .parts .p1{
        top:40px;
        left: 150px;
        font-size: 14px;
    }
    .body .section .section_head .parts .p2{
        top:65px;
        left: 150px;
    }
    .body .section .sectionS{
        width: 1080px;
        height: 700px;
        margin: 0 auto;
    }
    .body .section .section0{
        margin-top: 200px;
        height: 1000px;
    }
    .body .section .section1{
        height: 800px;
    }
    .body .section0 .header_parts{
        position: relative;
    }
    /*.body .section0 .header_parts .img1{*/
        /*display: inline-block;*/
        /*float: left;*/
        /*width: 48%;*/
    /*}*/
    .body .section0 .section_header{
        width: 90%;
        margin-left: 10%;
        position: relative;
    }
    .body .section0 .right_part .section_header img{
        position: absolute;
        top:0;
        left: 0;
        width: 180px;
    }
    .body .section0 .section_header .p4,.body .section0 .section_header .p5{
        margin-top: 25px;
        font-size: 15px;
        color: #aaaaaa;
        margin-left: 0;
        line-height: 25px;
        height: auto;
    }
    .body .section0 .com_pics{
        width: 100%;
    }
    .body .section0 .com_pics img{
        display: block;
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    .body .section0 .com_pics .img3{
        margin-right: 0;
    }
    .body .section0 .left_part{
        width: 38%;
        position: relative;
    }
    .body .section0 .left_part .left_img1{
        width: 90%;
    }
    .body .section0 .left_part .left_img2{
        position: absolute;
        right: 15px;
        top:180px;
        width: 320px;
    }
    .body .section0 .left_part .left_p1{
        position: absolute;
        width: 210px;
        right: 88px;
        bottom: 60px;
        color: white;
        line-height: 24px;
        height: 48px;
        background: black;
        opacity: .4;
        font-size: 12px;
        padding: 3px 3px 3px 8px;
    }
    .body .section0 .right_part{
        position: absolute;
        width: 60%;
        right: 0;
        top:0;
        height: 100%;
    }
    .body .section0 .right_part .zhuanli{
        margin-top: 30px;
    }
    .body .section0 .right_part .zhuanli img{
        position: relative;
        width: 32px;
        transform: scale(1.3);
        margin-bottom: 5px;
    }
    .body .section0 .right_part .section_header .p1{
        margin-top: 30px;
        font-size: 28px;
        color: black;
        line-height: 40px;
    }
    .body .section0 .right_part .section_header .green_line{
        top:95px;
        width: 80px;
        left: 0;
    }
    .body .section0 .right_part .section_header .items{
        margin-top: 25px;
    }
    .body .section0 .right_part .section_header .items img{
        position: relative;
        width: 48px;
    }
    .body .section .section02{
        position: relative;
        height: 630px;
    }
    .body .section02 .left_part{
        width: 44%;
        height: 100%;
        position: absolute;
        left: 0;
        top:0;
        text-align: right;
        padding-top: 1px;
    }
    .body .section02 .right_part{
        width: 48%;
        height: 100%;
        position: absolute;
        right: 0;
        top:0;
    }
    .body .section02 .right_part img{
        width: 100%;
    }
    .body .section02 .left_part .img1{
        margin-top: 70px;
        width: 180px;
    }
    .body .section02 .left_part .p1{
        margin-top: 10px;
        font-size: 28px;
        color: black;
        line-height: 40px;
    }
    .body .section02 .left_part .green_line{
        margin-top: 30px;
        width: 80px;
        background: #1aca8e;
        height: 3px;
        display: block;
        float: right;
    }
    .body .section02 .left_part .p2{
        color: #1aca8e;
        margin-top: 100px;
        font-size: 18px;
    }
    .body .section02 .left_part .p3{
        margin-top: 25px;
        font-size: 15px;
        color: #aaaaaa;
        margin-left: 0;
        line-height: 25px;
        height: auto;
    }
    .body .section02 .left_part .img2{
        margin-top: 30px;
        width: 100%;
    }

    .body .section1 .section_header{
        width:420px;
        height: 80px;
    }
    .body .section2 .section_header{
        width:450px;
        height: 80px;
        margin-top: 60px;
    }
    .body .section .section_header .p1{
        font-size: 40px;
        line-height: 80px;
        color: #aaaaaa;
        letter-spacing: 2px;
    }
    .body .section .section_header .green_line{
        top:63px;
        left: 27px;
        width: 20px;
    }
    .body .section .section_header .p2{
        font-size: 20px;
        height: 50px;
        margin: 15px 0 15px 5px;
        line-height: 25px;
    }
    .body .section .section_header .p3{
        font-size: 20px;
        margin-left: 20px;
        line-height: 80px;
    }
    .body .section1 .section_part div{
        height: 450px;
    }
    .body .section1 .section_part .middle{
        position: absolute;
        width: 36%;
        left: 32%;
        top:80px;
    }
    .body .section1 .section_part .left{
        width: 32%;
        top:40px;
    }
    .body .section1 .section1_ ul li{
        height: 120px;
        cursor: pointer;
        transition: all .3s;
        position: relative;
        /*border: 1px solid transparent;*/
    }
    /*.body .section1 .section1_ ul li:hover{*/
        /*transform: translateY(-10px);*/
        /*!*border: 1px solid transparent;*!*/
    /*}*/
    .body .section1 .section1_ ul li img{
        top:45px;
        left: 10px;
        width: 70px;
    }
    .body .section1 .section1_ ul li .p1{
        left: 0;
        top:0;
        font-size: 16px;
    }
    .body .section1 .section1_ ul li .animate{
        position: absolute;
        left: 90px;
        top:50px;
        width: 255px;
        height: 70px;
        z-index: 1;
    }
    @keyframes height_change {
        0%{height: 0}
        100%{height: 70px}
    }
    .body .section1 .section1_ ul li .animate:hover .animate_back{
        animation: height_change .3s;
        height: 70px;
    }
    .body .section1 .section1_ ul li .animate .animate_back{
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height: 0;
        z-index: 99;
        background: #1aca8e;
        overflow: hidden;
    }
    .body .section1 .section1_ ul li .animate_back p{
        display: block;
        border: 1px solid white;
        border-radius: 5px;
        color: white;
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        letter-spacing: 1px;
        font-size: 15px;
        margin: 17px auto;
        z-index: 1;
    }
    .body .section1 .section1_ ul li .p2{
        left: 0;
        top: 30px;
    }
    .body .section1 .section_part .right{
        width: 32%;
        top:40px;
    }
    .body .section .section_header{
        height: 80px;
    }
    .body .section .section2{
        width: 100%;
    }
    .body .section2 .section_part .section2_left{
        left: 50px;
        top:80px;
        width: 300px;
    }
    .body .section2 .section2_left .p1{
        left: 30px;
        top:250px;
        font-size: 22px;
    }
    .body .section2 .section2_left .p2{
        left: 30px;
        top:315px;
        font-size: 22px;
    }
    .body .section2 .section2_left .num{
        font-size: 28px;
    }
    .body .section2 .section2_left .green_line{
        top:352px;
        left: 50px;
        height: 3px;
        width: 16px;
    }
    .body .section2 ul{
        width: 1000px;
        height: 300px;
        left: 0;
        right: 0;
        margin: auto;
        top:50px;
    }
    .body .section2 ul li{
        margin-right: 2%;
        width: 32%;
        height: 450px;
        transition: all .5s;
        background: white;
    }
    .body .section2 ul li:nth-child(3){
       margin-right: 0;
    }
    #index .section2 ul li:hover{
        transform: scale(1.05);
        /*box-shadow: -2px 5px 10px #cccccc,2px 5px 10px #cccccc;*/
        box-shadow: 0 5px 15px 0 rgba(124,124,124,.18);;
    }
    /*.body .section2 ul li .img2{*/
        /*top:133px;*/
    /*}*/
    .body .section2 ul li .word_top{
        width: 100%;
        height: 140px;
        position: absolute;
        left: 0;
        top:0;
    }
    .body .section2 ul li:hover .word_top{
        background: #1aca8e;
    }
    .body .section2 ul li:hover .green_line{
        background: white;
    }
    .body .section2 ul li:hover .p6{
        background: #1aca8e;
        color: white;
        border-color: #1aca8e;
    }
    .body .section2 ul li:hover .p3{
        color: white;
    }
    .body .section2 ul li:hover .p3_span{
        color: white;
    }
    .body .section2 .words{
        top:0;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .body .section2 .words .green_line{
        width: 100px;
        background: #1aca8e;
        height: 3px;
        display: block;
        margin: auto;

    }
    .body .section2 .words .word_bottom{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 310px;
        border-top:1px dashed #cccccc;
    }
    .body .section2 .words .p3{
        /*margin-left: 25px;*/
        /*margin-top: 22px;*/
        font-size: 26px;
        text-align: center;
        margin: 30px 0;
        font-weight: bold;
        color: #333333;
    }
    .body .section2 .words .p3_span{
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top:70px;
        font-size: 14px;
        color: #555555;
    }
    .body .section2 .words .p4{
        /*margin-left: 25px;*/
        margin-top: 40px;
        font-size: 16px;
        text-align: center;
    }
    .body .section2 .words .p4 .phoneLeft{
        margin-right: 12px;
    }
    .body .section2 .words .p4 .left{
        margin-right: 5px;
    }
    .body .section2 .words .p4 .left2{
        margin-right: 18px;
    }
    /*.body .section2 .words .p4 .left{*/
        /*margin-left: 30px;*/
    /*}*/
    .body .section2 .words .p4 span{
        margin:0 6px;
        font-size: 16px;
    }
    .body .section2 .words .line{
        margin: 18px auto 10px;
        width: 200px;
    }
    .body .section3 .section_header{
        width: 400px;
        margin-top: 60px;
    }
    .body .section3 .img_phone1{
        display: none;
    }
    .body .section3 .ul2{
        width: 940px;
        margin: 20px auto 30px;
    }
    .body .section2 .words .p4 span{
        font-weight: bold;
    }
    .body .phone_p4{
        display: none;
    }
    .body .section2 .p5{
        margin-left: 25px;
    }
    .body .section2 .p6{
        font-size: 18px;
        text-align: center;
        border: 1px solid #aaaaaa;
        margin: 40px auto 0;
        cursor: pointer;
        width: 150px;
        height: 38px;
        line-height: 38px;
        border-radius: 5px;
    }
    .body .section .section3{
        height: 750px;
    }
    .body .section3 .img2{
        width: 320px;
    }
    .body .section3 .img3{
        width: 743px;
        margin-left:5px;
    }
    .body .section3 .phoneImg{
        display: none;
    }
    .body .section3 .down_arrow{
        margin:20px 0;
        position: relative;
    }
    .body .section3 .down_arrow .down_arrow1{
        margin-left: 155px;
    }
    .body .section3 .down_arrow .down_arrow2{
        margin-left: 545px;
    }
    .body .section4 .section4_middle{
        width: 1080px;
    }
    .body .section .section4{
        height: 950px;
        width: 100%;
    }
    .body .section4 .ul1 li{
        width: 33.3%;
    }
    .body .section4 .ul1 li img{
        margin-top: 45px;
    }
    .body .section4 .ul1 li p{
        margin-bottom: 25px;
    }
    .body .section4 .app_show .right .p2{
        margin-top: 30px;
    }
    .body .section4 .app_show .right{
        width: 550px;
        height: 320px;
        left: 400px;
        top:100px;
        position: absolute;
    }
    .body .section4 .app_show .right .more{
        position: absolute;
        right: 0;
        bottom: 50px;
        cursor: pointer;
    }
    .body .section4 .ul1 li p{
        color: #aaaaaa;
    }
    /*.body .footer{*/
        /*width: 1000px;*/
        /*margin: 50px auto;*/
    /*}*/
    #index .footer .footer_middle{
        width: 1000px;
        margin: 40px auto;
    }
    .body .section4 .apps ul{
        width: 100%;
        margin-top: 70px;
    }
    .body .section4 .apps ul li{
        float: left;
        width: 30%;
        margin-right: 5%;
        height: 340px;
        border-radius: 3px;
        box-shadow: 2px 2px 2px #eeeeee,-2px 2px 2px #eeeeee;
        margin-bottom: 60px;
        position: relative;
    }
    .body .section4 .apps ul li .app_img{
        width: 100%;
    }
    .body .section4 .apps ul li:nth-child(3){
        margin-right: 0;
    }
    .body .section4 .apps ul li:nth-child(6){
        margin-right: 0;
    }
    .body .section4 .apps ul li .p1{
        text-align: center;
        margin-top: 10px;
        color: #aaaaaa;
    }
    .body .section4 .apps ul li .p2{
        width: 88%;
        margin: 10px auto;
        color: #aaaaaa;
        font-size: 12px;
        line-height: 18px;
    }
    .body .section4 .apps ul li .line{
        width: 100%;
        margin-top: 8px;
        background: #eeeeee;
        display: block;
        height: 1px;
    }
    .body .section4 .apps ul li .android{
        position: absolute;
        bottom: 15px;
        width: 130px;
        /*background: #e5e5e5;*/
        border-radius: 3px;
        left: 6%;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
        cursor: pointer;
    }
    .body .section4 .apps ul li .ios{
        position: absolute;
        bottom: 15px;
        width: 130px;
        /*background: #e5e5e5;*/
        border-radius: 3px;
        right: 6%;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
        cursor: pointer;
    }
    .body .section4 .apps ul li .android img{
        vertical-align: middle;
        height: 18px;
        margin-top: -3px;
    }
    .body .section4 .apps ul li .ios img{
        vertical-align: middle;
        height: 18px;
        margin-top: -3px;
    }
    .body .section4 .apps ul li .code_img{
        /*display: none;*/
        width: 90px;
        position: absolute;
        top:40px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 999;
        opacity: 0;
    }
    .body .section4 .apps ul li .li_head{
        height: 170px;
        width: 100%;
        position: relative;
    }
    .body .section4 .apps ul li .li_head .app_img{
        width: 100%;
        height: 100%;
    }
    .body .section4 .apps ul li .li_head .back{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top:0;
        background: black;
        opacity: .2;
        /*display: none;*/
    }
    .body .section4 .apps ul li .li_head:hover .back{
        /*display: block;*/
        opacity: .4;
    }
    .body .section4 .apps ul li .li_head:hover .code_img{
        opacity: 1;
    }
    .body .section4 .apps ul li a{
        color: #363636;
    }
    .body .apps .old_back{
        position: absolute;
        left: 0;
        top:0;
        height: 100%;
        background: #e5e5e5;
        border-radius: 3px;
        z-index: -2;
        width: 100%;
    }
    .body .apps .type_back{
        position: absolute;
        left: 0;
        top:0;
        height: 100%;
        background: #ff8a0f;
        border-radius: 3px;
        z-index: -1;
    }
    .body .apps .new{
        display: none;
    }
    @keyframes typeBack {
        0%{width: 0}
        100%{width: 100%}
    }
    .body .apps .android:hover .type_back{
        animation: typeBack .3s;
        width: 100%;
    }
    .body .apps .android:hover a{
        color: white;
    }
    .body .apps .android:hover .new{
        display: inline;
    }
    .body .apps .android:hover .old{
        display: none;
    }
    .body .apps .ios:hover .type_back{
        animation: typeBack .3s;
        width: 100%;
    }
    .body .apps .ios:hover a{
        color: white;
    }
    .body .apps .ios:hover .new{
        display: inline;
    }
    .body .apps .ios:hover .old{
        display: none;
    }
}

@media(max-width:768px){
    .body .head{
        background:url('../img/1.png');
        height: 350px;
        background-size: 100% 350px;
    }
    .body .head .logo{
        top:30px;
        left: 30px;
    }
    .body .head .phone_menu{
        position: absolute;
        width: 30px;
        height: 30px;
        right: 30px;
        top:35px;
        color:white;
    }
    .body .head .phone_menu ul{
        width: 100%;
        margin-top: 120px;
    }
    .body .head .phone_menu ul li{
        width: 100%;
        font-size: 15px;
        line-height: 30px;
    }
    .body .head .phone_menu .img3{
        margin: 50px auto;
        display: block;
        width: 40px;
    }
    .body .head .phone_menu .phone_head{
        position: fixed;
        opacity: .9;
        z-index: 10;
        height: 100%;
        width: 180px;
        right: 0;
        top:0;
        background: #505050;
        text-align: center;
        box-shadow: -2px 0 3px #dddddd;
        display: none;
    }
    .body .head .phone_menu .phone_head .img2{
        display: block;
        width: 100px;
        margin: 40px auto;
    }
    .body .head .phone_menu .img1{
        width: 100%;
    }
    .body .head .header{
        display: none;
    }
    .body .head .head_words{
        left: 0;
        top:150px;
        letter-spacing: 4px;
        width: 100%;
    }
    .body .head .head_words .p1{
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .body .head .head_words .p2{
        font-size: 15px;
        text-align: center;
        width: 100%;
    }
    /*.body .head .icons{*/
        /*left: 10%;*/
        /*top:230px;*/
        /*width: 80%;*/
    /*}*/
    /*.body .head .icons li{*/
        /*width: 26%;*/
        /*height: 100px;*/
        /*margin-right: 10%;*/
    /*}*/
    /*.body .head .icons li:first-child{*/
        /*margin-left: 1%;*/
    /*}*/
    /*.body .head .icons li:nth-child(3){*/
        /*margin-right: 0;*/
    /*}*/
    /*.body .head .icons li img{*/
        /*height: 40px;*/
        /*margin: 15px auto;*/
    /*}*/
    /*.body .head .icons li .line{*/
        /*width: 80%;*/
    /*}*/
    /*.body .head .icons li p{*/
        /*margin-top: 5px;*/
    /*}*/
    .body .section .section_head{
        width: 100%;
        height: 180px;
        /*margin: 40px auto 0;*/
        padding-top: 1px;
    }
    .body .section .section_head .parts{
        height: 180px;
    }
    .body .section .section_head .parts img{
        width:50px;
        margin:30px auto;
    }
    .body .section .section_head .parts .p1{
        top:85px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #666666;
    }
    .body .section .section_head .parts .p2{
        top:105px;
        left: 0;
        width: 100%;
        text-align: center;
        transform: scale(.8);
    }
    .body .section .sectionS{
        width: 100%;
        height: 600px;
        margin: auto;
    }
    .body .section1 .section_header{
        width: 280px;
        height: 40px;
    }
    .body .section1 .section_part div{
        height: auto;
    }
    .body .section2 .section_header{
        width:300px
    }
    .body .section .section_header .p1{
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }
    .body .section .section_header .green_line{
        top:35px;
        left: 12px;
        width: 10px;
    }
    .body .section .section_header .p2{
        font-size: 14px;
        height: 40px;
        line-height: 20px;
    }
    .body .section .section_header .p3{
        font-size: 14px;
        margin-left: 5px;
        line-height: 40px;
        height: 40px;
    }
    .body .section1 .section_part .middle{
        display: none;
    }
    .body .section1 .section_part .left{
        width: 50%;
        top: 10px;
    }
    .body .section1 .section1_ ul li{
        height: 180px;
        overflow: hidden;
    }
    .body .section1 .section1_ ul li img{
        top:10px;
        left: 0;
        right: 0;
        width:50px;
        margin: auto;
    }
    .body .section1 .section1_ ul li .p1{
        left: 0;
        top:65px;
        text-align: center;
        width: 100%;
        font-size: 15px;
    }
    .body .section1 .section1_ ul li .p2{
        left: 10%;
        top: 95px;
        width: 80%;
        text-align: center;
    }
    .body .section1 .section_part .right{
        width: 50%;
        top:10px;
    }
    .body .section .section_header{
        height: 40px;
    }
    .body .section2 .section_part .section2_left{
        display: none;
        left: 10px;
        top:50px;
        width: 130px;
    }
    .body .section2 .section2_left .p1{
        left: 20px;
        top:100px;
        font-size: 16px;
    }
    .body .section2 .section2_left .p2{
        left: 20px;
        top:140px;
        font-size: 16px;
    }
    .body .section2 .section2_left .num{
        font-size: 20px;
    }
    .body .section2 .section2_left .green_line{
        top:165px;
        left: 34px;
        height: 3px;
        width: 13px;
    }
    .body .section2 ul{
        width: 96%;
        height: 200px;
        left: 2%;
        top:30px;
    }
    .body .section2 ul li{
        margin-right: 2%;
        width: 32%;
        height: 100%;
    }
    .body .section2 ul li:nth-child(3){
        margin-right: 0;
    }
    .body .section2 ul li .img2{
        top:60px;
        height: 120px;
    }
    .body .section2 .words{
        top:60px;
    }
    .body .section2 .words .p3{
        margin-top: 10px;
        margin-left: -5%;
        width: 110%;
        text-align: center;
        font-size: 12px;
        transform: scale(.9);
    }
    .body .section2 .words .p4{
        /*margin-left: 25px;*/
        margin-top: 5px;
        font-size: 12px;
    }
    .body .section2 .words .p4 .phoneLeft{
        margin-left: 10px;
    }
    .body .section2 .words .p4 .left{
        margin-left: 10px;
    }
    .body .section2 .words .p4 span{
        margin:0 2px;
        font-size: 12px;
    }
    .body .section2 .words .line{
        margin: 5px auto 5px;
        width: 80%;
    }
    .body .section .section2{
        height: 300px;
    }
    .body .section3 .section_header{
        width: 250px;
    }
    .body .section3 .ul1{
        display: none;
    }
    .body .section3 .img1{
        display: none;
    }
    .body .section3 .img_phone1{
        display: block;
        width: 90%;
        margin: 40px auto 0;
    }
    .body .section2 ul li .img1{
        height: 67px;
    }
    .body .section3 .ul2{
        width: 96%;
        margin: 20px auto;
    }
    .body .pc_p4{
        display: none;
    }
    .body .phone_p4 .span1{
        display: block;
        font-weight: normal;
    }
    .body .phone_p4 .span2{
        display: block;
        font-weight: normal;
    }
    .body .section2 .p5{
       text-align: center;
    }
    .body .section2 .p6{
        text-align: center;
        font-size: 14px;
        /*margin-top: 5px;*/
    }
    .body .section3 ul li{
        font-size: 13px;
    }
    .body .section3 .ul2 li:first-child{
        text-align: left;
    }
    .body .section3 .ul2 li:nth-child(2){
        text-align: left;
    }
    .body .section3 .ul2 li:nth-child(3){
        text-align: left;
    }
    .body .section3 .img2{
        width: 28%;
        margin-left: 1%;
    }
    .body .section3 .img3{
        width: 69%;
    }
    .body .section3 .pc_img2{
        display: none;
    }
    .body .section3 .pc_img3{
        display: none;
    }
    .body .section3 .phoneImg{
        position: relative;
    }
    .body .section3 .phone_ul1{
        position: absolute;
        top:40px;
        left: 1%;
        width: 28%;
    }
    .body .section3 .phone_ul1 li{
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        color: #666666;
    }
    .body .section3 .phoneImg .phone_ul2{
        position: absolute;
        top:80px;
        left: 32%;
        width: 65%;
    }
    .body .section3 .phoneImg .phone_ul2 .li1{
        float: left;
        width: 10%;
        height: 30px;
    }
    .body .section3 .phoneImg .phone_ul2 .li2{
        float: left;
        width: 20%;
        height: 30px;
        position: relative;
    }
    .body .section3 .phoneImg .phone_ul2 .li2 .p2{
        position: absolute;
        top:-15px;
        left: -10%;
        text-align: center;
        font-size: 12px;
        width: 120%;
        color: white;
        transform: scale(.8);
    }
    .body .section3 .phoneImg .phone_ul2 .li2 .p3{
        position: absolute;
        top:15px;
        left: -10%;
        text-align: center;
        font-size: 12px;
        width: 120%;
        color: white;
        transform: scale(.8);
    }
    .body .section3 .phone_ul2 li .img1{
        width: 100%;
        display: block;
        margin: auto;
    }
    .body .section3 .phone_ul2 li .img2{
        width: 100%;
    }
    .body .section3 .phone_ul2 li .p1{
        font-size: 15px;
        color: white;
    }
    .body .section .section3{
        height:360px;
    }
    .body .section3 .phone_ul3{
        position: absolute;
        top:40px;
        left: 32%;
        width: 65%;
    }
    .body .section3 .phone_ul3 li{
        float: left;
        width: 25%;
        color: white;
        font-size: 12px;
    }
    .body .section4 .section4_middle{
        width: 100%;
    }
    .body .section4 .section_header{
        width: 210px;
    }
    .body .section .section4{
        height: 760px;
    }
    .body .section4 .ul1 .middle{
        display: none;
    }
    .body .section4 .app_show .left{
        display: none;
    }
    .body .section4 .ul1 li{
        width: 25%;
    }
    .body .section4 .ul1 li:nth-child(10){
        display: none;
    }
    .body .section4 .ul1 li:nth-child(11){
        display: none;
    }
    .body .section4 .ul1 li img{
        margin-top: 20px;
    }
    .body .section4 .ul1 li p{
        margin-bottom: 10px;
        color: #666666;
    }
    .body .section4 .app_show .right{
        width: 80%;
        position: relative;
        margin-left: 10%;
        margin-top: 30px;
    }
    .body .section4 .app_show .right .p2{
        margin-top: 10px;
        color: #dddddd;
    }
    .body .section4 .app_show .right .pre{
        display: none;
    }
    .body .section4 .app_show .right .next{
        display: none;
    }
    .body .section4 .app_show .right .more{
        position: relative;
        margin-top: 20px;
    }
    .body .footer{
        width: 90%;
        margin: 30px 5%;
    }
    .body .footer .p1{
        width: auto;
    }
    .body .footer img{
        margin-top: 36px;
    }
    .body .footer .p2{
        top:58px
    }
    #index .footer .footer_middle{
        width: 90%;
        margin: 30px auto;
    }
    #index .footer .footer_middle .p2{
        width: auto;
    }
}


