.footer>.w1200 {
    padding-right: 150px;
}

.footer {
    height: 110px;
    width: 100%;
    background: #e5e5e5;
    font-size: 13px !important;
    padding-top: 15px;
}

.footer .w1200 p {
    text-align: left;
    font-size: 13px !important;
    line-height: 30px;
}

.footer a:hover {
    color: #838383;
}

.dzjg {
    float: left;
    margin-right: 30px
}

.jiucuo {
    float: right;
    margin-top: 15px;
}

.p1 span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    overflow: hidden;
}

.top {
    background-image: linear-gradient(180deg, #D8E5FF 0%, #FFFFFF 100%);
    height: 150px;
}

.topFlex {
    position: relative;
    background: url(logo.png) no-repeat left center;
}

.top div {
    height: 150px;

}


.topSearch {
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;

}

.topSearch input {
    width: 300px;
    height: 50px;
    text-indent: 16px;
}

.topSearch input::-webkit-input-placeholder {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999999;
}

.topSearch span {
    display: inline-block;
    height: 50px;
    width: 95px;
    line-height: 50px;
    background-color: #025194;
    font-size: 16px;
    color: #F9F9F9;
    text-align: center;
    border-radius: 2px;

}
/* nav */
.navList{
    background:#025194;
}
.nav{
    width: 1200px;
    margin: 0 auto;
    height:50px;
    display: flex;
    justify-content: space-evenly;
}

.nav a{
    flex:1;
    color: #fff;
    float: left;
    font-size: 17px;
    line-height: 50px;
    height:50px;
    text-align: center;
}

.nav a.act {
    background: #316ce6;
}
.locationAll {
    width:100%;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.location {
    font-size: 16px;
    color: #999999;
    width:1200px;
    margin: 0 auto;
}

.location a {
    font-size: 16px;
    color: #999999;
    padding: 0 5px;
}