*{
    padding: 0;
    margin: 0;
    list-style:none;
    /*font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Microsoft JhengHei","黑体",arial,STHeiti,'\5b8b\4f53';*/
     font-family: Microsoft YaHei;
}
.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%;
}
.underline4{
    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{

    position:relative;
    z-index: 2;
}
.Three-box{
    width: 1200px;
    min-height: 1000px;
    margin:auto;
    background-color: white;
    box-shadow: 0px 1px 12px 0px #aaaaaa;
    position: relative;
    display: flex;
}

.bg_img{

    background-repeat:no-repeat;
    background-position: center;
    height: 120px;
}
.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: 22%;
    /* height: 100%; */
    background: #fafafa;
}
.list-search{
    border-bottom: 1px solid #f4f4f4;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.list-search img{
    position: absolute;
    top: 28px;
    left: 35px;
}
.list-search input{
    height: 35px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    width: 86%;
    text-indent: 4em;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.list-tow{
    width: 78%;
    height: 100%;
    padding-bottom: 20px;
}
.list-tow p{
    padding: 8px 0px 0px 8px;
    font-size: 32px;
    font-weight: bold;
}
.list-tow ul{
    width: 96%;
    margin: 0 auto;
}
.list-tow ul li{
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
}
.list-tow ul p{
    font-size: 16px;
    padding-bottom: 20px;
}
.list-tow img{
    max-width: 910px;
    /* height: 500px; */
    padding-bottom: 20px;
}
.fold{
    margin-left: 10px;
    margin-top: 10px;
    -moz-user-select: none; /*mozilar*/
-webkit-user-select: none; /*webkit*/
-ms-user-select: none; /*IE*/
user-select: none;
}
.fold img{
    float: right;
    display: block;
    margin-top: 10px;
}
.fold-list{
    margin-left: 10px;
    margin-top: 15px;
    padding-bottom: 30px;
}
.fold-list ul{
    margin-left: 38px;
    margin-top: 10px;
}
.fold-list li{
    margin-top: 15px;
}
.fold-list a{
    text-decoration: none;
    color: #000;
}
.color{
    color: #fff;
    background: #15a8fa;
}