/* header开始 */
.headerbg {
    max-width: 100%;
    background: #ffffff url(..//images/common1.jpg) top right no-repeat;
    background-position-y: 20px;
    border-bottom: 3px solid #0544a1;
}
.logo {
    float: left;
    /*width: 426px;*/
    margin: 13px 0 0px 10px;
}
.logo a img {
    width: 100%;
}
.nav {
    float: right;
    margin-right: 160px;
}
.nav ul li {
    float: left;
    width: 100px;
    text-align: center;
    line-height: 106px;
}
.nav ul li a {
    display: block;
    font-size: 16px;
    color: #222222;
}
.nav ul li a:hover {
    background-color: #0544a1;
    color: #ffffff !important;
}
.n2 {
    background-color: #0544a1;
    color: #ffffff !important;
}
/* pic开始 */
.picbg {
    width: 100%;
    height: auto;
    position: relative;
}
.picbg img {
    width: 100%;
    height: 100%;
}
.pic {
    position: absolute;
    left: 10%;
    top: 50%;
}
.pic-left {
    float: left;
    height: 65px;
    width: 3px;
    background-color: #ffffff;
}
.pic-right {
    float: left;
    padding-left: 10px;
}
.pic-right h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}
.pic-right p {
    color: #ffffff;
    font-size: 16px;
}
/* footer开始 */
.footerbg {
    width: 100%;
    background-color: #033276;
    padding: 85px 0 30px 0;
}
.footer {
    padding: 0 35px;
}
.footer1-left {
    float: left;
}
.footer1-left ul li {
    width: 245px;
    float: left;
}
.footer1-left ul li h2 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 17px;
}
.footer1-left ul li p {
    color: #ffffff;
    font-size: 18px;
}
.footer1-right {
    float: right;
}
.footer1-right ul li {
    width: 126px;
    float: left;
    margin-left: 20px;
}
.footer1-right ul li div {
    width: 100%;
    height: 126px;
}
.footer1-right ul li div img {
    width: 100%;
    height: 100%;
}
.footer1-right ul li span {
    display: block;
    text-align: center;
    font-size: 14px;    
    color: #ffffff;
}
.footer2 span{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}
.footer2 a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}


.santiaogang {
    display: none;
}
.zhezhao {
    display: none;
}
.nav-content {
    display: none;
}
.chacha {
    display: none;
}

@media only screen and (max-width: 980px) {
    /* header开始 */
    .headerbg {
        background: transparent;
        position: relative;
    }
    .nav {
        display: none;
    }
    .logo {
        width: 250px;
    }
    /* 手机导航开始 */
    .santiaogang {
        display: block;
        position: absolute;
        top: 40%;
        right: 5%;
        width: 32px;
        height: 25px;
        z-index: 21;
    }
    .santiaogang img {
        width: 100%;
        height: 100%;
    }
    .chacha {
        display: none;
        position: absolute;
        top: 2%;
        right: 5%;
        width: 23px;
        height: 20px;
        z-index: 21;
    }
    .chacha img {
        width: 100%;
        height: 100%;
    }
    .zhezhao {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 20%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 19;
    }
    .nav-content {  
        display: none;
        position: fixed;
        /* top: -100%;
        bottom: 0; */
        top: 0;
        right: 0;
        background: #ffffff;
        height: 100%;
        width: 80%;
        z-index: 20;
    }
    .nav-content ul {
        height: 50%;
        background-color: #ffffff;
        padding-top: 50px;
    }
    .nav-content ul li {
        float: left;
        width: 100%;
        text-align: left;
        position: relative;
        line-height: 50px;
        border-bottom: 1px solid #f0f0f0;    
    }
    .nav-content ul li a {
        display: block;
        color: #222222;
        font-size: 14px;
        padding-left: 20px;
    }
    .nav-content-max {
        background-color: #0544a1;
        color: #ffffff !important;
    }
    /* pic开始 */
    .pic {
        top: 40%;
    }
    .picbg img {
       height: 175px;
    }
    .pic-right h2 {
        font-size: 18px;
    }
    .pic-right p {
        font-size: 14px;
    }
    .pic-left {
        height: 55px;
    }
    /* footer开始 */
    .footerbg {
        padding: 30px 0;
    }
    .footer1-left {
        float: none;
        width: 100%;
    }
    .footer1-left ul li  {
        margin-bottom: 15px;
    }
    .footer1-left ul li h2 {
        margin-bottom: 10px;
    }
    .footer1-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .footer2 {
        margin-top: 20px;
        text-align: center;
    }
}