*{
    padding: 0;
    margin: 0;
    list-style:none;
    font-family: Microsoft YaHei;
    /* color: #393d4e; */
}
.body1{
    width: 100%;
    height: 450px;
    /* background-image: linear-gradient(to bottom ,  rgb(40,127,246),  rgb(40,203,254)); */
    background-image: url("/public/static/style/images/nav.jpg");
    background-size: 100% 100%;
}
.underline2{
    border-bottom: 1px solid #fff;
    line-height: 30px; 
}
/* end -- 头 */
.wrap{
    position: absolute;
    width: 3000px;
    height: 400px;
    z-index: 1;
}
.wrap img{
    float: left;
    width: 600px;
    height: 400px;
}
.buttons{
    position: absolute;
    left: 250px;
    bottom: 20px;
    z-index: 2;
    height: 10px;
    width: 100px;
}
.buttons span{
    float: left;
    width: 10PX;
    margin-right: 5px;
    height: 10px;
    background:rgb(129, 207, 245);
    border-radius: 50%;
    cursor: pointer;
}
.buttons .on{
    background: white;
}
.arrow{
    position: absolute;
    top: 180px;
    z-index: 2;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    color: #fff;
    background-color: RGBA(0, 0, 0, .3);
    cursor: pointer;
}
.arrow :hover{
    background-color: RGBA(0, 0, 0, .7);
}
.container :hover .arrow{
    display: block;
}
#prev{
    left: 20px;
}
#next{
    right: 20px;
}
.Three-steps{
    /* background-image: url("/public/static/style/images/background1.png"); */
    position:relative;
    z-index: 2;
    padding-bottom: 120px;
}
.Three-box{
    width: 1200px;
    /* height: 1280px; */
    color: #393d4e;
    margin:auto;
    background-color: white;
    box-shadow: 0px 1px 12px 0px #aaaaaa;
    position: relative;
    display: flex;
}

/* .bottom{
    width: 100% ;
    background-color: #191e32;
}
.bottom .bottom-content{
    height: 200px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content:space-between;
}
.content-left{
    color: rgb(179,179,181);
    display: flex;
}
.content-left li{
    font-size: 16px;
    margin-top: 15px
}
.content-right{
    display: flex;
    color: rgb(179,179,181);
}
.detailed{
    margin: 15px 0 0 30px;
    font-size: 16px;
    line-height:52px;
}
.text{
    color: rgb(150,151,156);
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
} */



.gg{
    height: 329px;
    letter-spacing:2px;
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.gg p{
    font-size: 30px;
    color: #fff;
    padding-top: 170px;
    padding-bottom: 20px;
}
.gg span{
    font-size: 16px;
    color: #fff;
}


.list-one{
    width: 75%;
    /* height: 720px; */
}
.list-one-a{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
}
.list-one-b{
    width: 97%;
    /* height: 120px; */
    /* background: yellowgreen; */
    margin: 0 auto;
}
.list-one-list{
    width: 25%;
}
.list-one-list-a{
    height: 120px;
}
.list-one-list-a p{
    font-size: 22px;
    padding-left: 15px;
    line-height: 75px;
}
.list-one-list-b{
    height: 115px;
    border-top: 5px solid #47d4b2;
}
.list-one-list-c{
    height: 115px;
    border-top: 5px solid #fe8200;
}
.list-one-list-d{
    height: 115px;
    border-top: 5px solid #6397e8;
}
.list-one-list-text span{
    text-align: center;
    font-size: 20px;
    display: block;
    line-height: 70px;
}
.list-one-list-text p{
    text-align: center;
    font-size: 14px;
    padding: 6px;
    border-radius: 4px;
    width: 100px;
    margin: 0 auto;
}
.list-one-list-text .p1{
    background: #47d4b2;
}
.list-one-list-text .p2{
    background: #fe8200;
}
.list-one-list-text .p3{
    background: #6397e8;
}
.list-tow{
    width: 25%;
    /* height: 200px; */
    background: #fafafa;
}
.list-nav-a{
    height: 120px;
    background: #fe7575;
}
.list-nav-a span{
    text-align: center;
    font-size: 27px;
    color: #fff;
    display: block;
    line-height: 70px;
}
.list-nav-a p{
    text-align: center;
    font-size: 14px;
    color: #fe7575;
    padding: 6px;
    background: #fff;
    border-radius: 4px;
    width: 100px;
    margin: 0 auto;
}
.list-nav-b{
    height: 440px;
    background: #fafafa;
    margin-top: 10px;
}
.list-nav-b img{
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}
.list-nav-b span{
    text-align: center;
    font-size: 16px;
    display: block;
    letter-spacing:1px;
    line-height: 30px;
    font-weight: bold;
}
.list-nav-b p{
    text-align: center;
    font-size: 14px;
    line-height: 55px;
    letter-spacing:1px;
}
.list-tk p{
    font-size: 16px;
    color: #15a8fa;
    font-weight: bold;
    line-height: 40px;
    padding-left: 6px;
}
.list-list ul{
    display: flex;
    width: 873px;
    justify-content:space-between;
    border-top: 1px solid #f4f4f4;
}
.list-list ul li{
    font-size: 16px;
    padding-left: 6px;
    line-height: 40px;
    width: 188px;
}
.list-list ul li img{
    display: block;
    margin: 6px auto;
}
.list-list ul li span{
    text-align: center;
    display: block;
    color: #ccc;
}
.list-list ul:last-child{
    border-bottom: 1px solid #f4f4f4;
}