body{
    width: 100%;
    background: url(../img/banner_top1.png) center top no-repeat;
}

.blue_bg{
    width: 100%;
    background: url(../img/banner_bottom1.png) center bottom no-repeat;
}

.wrap136{
    width: 1360px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 90px;
}

.headerline .wxwb{
    width: 40%;
    float: right;
    padding-top: 0;
    line-height: 40px;
}

.wza-box{
    overflow: hidden;
    float: right;
}

.headerline .wxwb li,.headerline .wxwb li a{
    color: #fff;
}

.headeSecond{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 86px;
}

.head_logo{
    width: 359px;
    height: 86px;
}

.headeSecond ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 545px;
    height: 32px;
}

.headeSecond ul li a{
    font-size: 18px;
    color: #fff;
}

.subjeactCon{
    width: 1200px;
    margin: 82px auto 0;
    padding-top: 1px;
}

.subjeactImg{
    width: 357px;
    height: 57px;
    margin: 0 auto;
}

.searchBox{
    width: 1050px;
    height: 64px;
    display: flex;
    justify-content: space-between;
    margin: 56px auto 0;
    align-items: center;
}

.searchInfo{
    width: 730px;
    border: 2px solid #2186F0;
    border-radius: 4px;
    background: #fff;
    height: 64px;
    position: relative;
}

.searchTxt{
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 18px;
    color: #747474;
    background: transparent;
    box-sizing: border-box;
}

.searchBtn{
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: url(../img/searchBtn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 12px;
}

.highSearch{
    width: 140px;
    height: 60px;
    opacity: 0.7;
    border-radius: 4px;
    background: #fff;
    color: #0057BF;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.fileSearch{
    width: 140px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #0057BF;
    border-radius: 4px;
}

.flieList{
    width: 330px;
    margin: 57px auto;
    display: flex;
    justify-content: space-between;
}

.flieItem{
    width: 47%;
    height: 35px;
    background: url(../img/flie_icon.png) left center no-repeat;
    padding-left: 25px;
    line-height: 35px;
    font-size: 24px;
    font-weight: 700;
}

.flieItem a{
    display: block;
    width: 100%;
    color: #fff;
}

.policyList{
    width: 895px;
    margin: 78px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.policyItem{
    width: 293px;
    height: 194px;
    position: relative;
}

.policyItem a{
    width: 247px;
    height: 148px;
    display: block;
    position: absolute;
    left: 23px;
    top: 23px;
    font-size: 18px;
    padding-top: 30px;
    padding-left: 24px;
    box-sizing: border-box;
    color: #fff;
}

.oldModel .headeSecond ul{
    width: 800px;
}

.oldModel .flieList{
    width: 460px;
}