body{
    padding:0;
    margin:0 auto;
}
html body .core{
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width:1300px){
    html body .core{
        width: 1200px;
        justify-content: space-evenly;
    }
    html body .core .DaPingBlock{
        display: block;
    }
    html body .core .XiaoPingBlock{
        display: none;
    }
    
    .header .router{
        display: block;
    }
    
    .header .more,html body .header .CeBianTab{
        display: none;
    }
}
@media screen and (max-width:1300px){
    html body .core{
        width: 950px;
        flex-wrap:nowrap;
        justify-content: space-evenly;
    }
    html body .core .DaPingBlock{
        display: block;
    }
    html body .core .XiaoPingBlock{
        display: none;
    }
    .header .router{
        display: block;
    }
    .header .more,html body .header .CeBianTab{
        display: none;
    }
    html body .content img {
        width: 80%;
        height: 80%;
    }

    body .footer>div{
        width: 25%;
    }
}
@media screen and (max-width:1000px){
    html body .core{
        width: 750px;
        flex-wrap:wrap;
        justify-content: space-around;
    }
    body .header .core{
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 20px;
    }
    
    html body .core .DaPingBlock{
        display: none;
    }
    html body .core .XiaoPingBlock{
        display: block;
    }
    
    .header .more{
        display: block;
    }

    .header .CeBianTab{
        height: 100vh;
        width: 200px;
        position: fixed;
        top: 80px;
        right: 0;
        bottom: 0;
        background: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
    }
    .header .router{
        display: none;
    }
    body .header .CeBianTab a:first-child{
        color: #fff;
    }
    body .header .CeBianTab a{
        text-decoration:none;
        color: #fff;
        margin: 20px 0;
    }
    body .header .CeBianTab a:hover{
        color: orange;
    }
    html body .header{
        justify-content: space-between;
    }
    .btn{
        display: none;
    }
    body .content{
        padding: 20px 0;
    }
    body .content > div{
        text-align: center;
    }
    body .content div.title b{
        margin-bottom: 16px;
    }
    body .content > div .title{
        margin-top: 10px;
    }
    
    body .content > div .title{
        width: 80%;
    }
    
    body .footer{
        padding-top: 20px;
    }

    body .footer > div {
        width: 80%;
        margin-top: 20px;
        text-align: center;
    }
}
@media screen and (max-width:800px){
    html body .core{
        width: 600px;
    }
    
    body .content div.title b {
        font-size: 30px;
    }

    body .content div.title p {
        font-size: 16px;
    }

    body .content > div .title{
        width: 80%;
    }
}
@media screen and (max-width:600px){
    html body .core{
        width: 450px;
    }
    body .header .core{
        min-height:40px;
    }
    body .banner{
        margin-top: 40px;
    }
    .header .CeBianTab{
        top: 40px;
    }
    html body .content img {
        width: 80%;
        height: initial;
    }
    html body .imgsList1 img , html body .imgsList3 img{
        margin-right: 20px;
    }
    body .content div.img{
        height: initial;
    }
    .footerss span{
        display: block;
        width: 100%;
        text-align: center;
    }
    .footerss .BeiAn {
        margin: 0 30px;
        cursor: pointer;
        color: #000;
        text-decoration: none;
    }
    .footerss .BeiAn:first-child{
        color: #00A4FF;
    }

    body .RightImg1{
        width: 120px;
    }
    body .KeFuErWeiMa .RightImg2{
        width: 100px;
    }
}

@media screen and (max-width:450px){
    html body .core{
        width: 100%;
    }
    body .content div.title b {
        font-size: 24px;
    }
    body .content div.title p {
        font-size: 12px;
    }
}

.tel {
    position: fixed;
    bottom: 40%;
    right: 2px;
    z-index: 11;
}
.header .core{
    min-height:80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
}
.header>div{
    text-align: center;
}
.header .router{
    color:#000;
    font-size: 16px;
}
.header .router a{
    margin:0 30px;
    cursor: pointer;
    color:#000;
    text-decoration:none
}
.header .router a:first-child{
    color:#00A4FF
}
.header .router a:hover{
    color:#00A4FF
}

.header .btn a{
    display: inline-block;
    line-height: 30px;
    border:1px solid #17A1FF;
    width:76px;
    height:30px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-decoration:none
}
.header .btn a:first-child{
    background: #17A1FF;
    color:#fff;
    margin-right:10px
}
.header .btn a:last-child{
    background: #fff;
    color:#17A1FF
}
.header .more img{
    width: 25px;
}
.header .CeBianTab{
    display: none;
}


.banner{
    margin-top: 80px;
    width:100%;
}

.content{
    width: 100%;
    padding:50px 0
}
.content>div{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.content div.img{
    width:516px;
    height: 410px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content div.title{
    width: 50%;
}

.content div.title b{
    font-size:46px;
    margin-bottom:35px;
    display: block;
}
.content div.title p{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.imgsList1,.imgsList3{
    background-color: #F5F5F5;
}

.content img{
    width:100%;
    height: 100%;
}

.content > div .title{
    width:50%;
    margin: 20px 0;
}
@media screen and (max-width: 1550px) {
    .content>div.title b{
        font-size:36px;
    }
}

.wage{
    height: 288px;
    background-image: url(./imgs/gongzitsy.png);
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align:center;
    overflow: hidden;
}

.wage .inputBody{
    /* border:2px solid #00A4FF; */
    border-radius: 6px;
    /* width:672px; */
    height:56px;
    /* display: flex; */
    align-items: center;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:25px
}
.wage input{
    outline: none;
    width:80%;
    border:0;
    height:54px;
    font-size: 20px;
    padding-left: 10px;
    background-color: transparent;
}
.wage button{
    width:20%;
    height:56px;
    background: linear-gradient(0deg, #17A1FF 0%, #17A1FF 100%);
    outline: none;
    border:0;
    color:#fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
}
.wage .wageTitle{
    color:#666666;
    font-size: 30px;
    cursor: pointer;
    margin-top: 90px;
}

.footer{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-height:250px;
    padding-top:100px
}
.footer>div{
    width:265px;
    margin:0 3%
}
.footer>div b{
    display: block;
    height:50px
}
.footer>div .jieshao{
    color:#666666;
    font-size:  12px ;
    line-height: 30px;
}

.footerss{
    height:50px;
    border-top:1px solid #E4E4E4;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color:#949494
}
.footerss span:nth-child(1){
    margin-right: 50px;
}


/* 二级页面 */

.ShiYongModel{
    display: none;
    background: #fff;
    width:600px;
    height:300px;
    position: fixed;
    margin:auto;
    top:0;right:0;bottom: 0;left: 0;
    text-align: center;
    padding:20px;
    box-shadow: #666 3px 3px 20px 3px
}
.ShiYongModel .title{
    height:50px;
    line-height: 50px;
    font-size: 20px;
    position: relative;
}
.ShiYongModel .title .close{
    position: absolute;
    right:10px;
    width: 20px;
    top:15px;
    cursor: pointer;
}
.ShiYongModel .ShuRu input{
    width:80%;
    height: 30px;
    border-radius: 4px;
    border:1px solid #000;
    outline: none;
    padding-left:5px;
}
.ShiYongModel button{
    background: #00a4ff;
    outline: none;
    border:0;
    padding:10px 30px;
    color:#fff;
    border-radius: 4px;
}

.KeFuErWeiMa{
    top: calc(50% + 96px); 
    background: #ffffff;
    bottom: inherit; 
    position: fixed; 
    padding: 10px 12px; 
    right: 2px; 
    border-radius: 4px; 
    z-index: 11;
    box-shadow: 1px 2px 5px lightgrey;
}
.KeFuErWeiMa img{
    width: 120px;
}