/*banner*/
.banner {
    width: 100%;
    height: 245px;
    background: url("../img/banner.png") top center no-repeat;
}

.top {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.topbar {
    padding-top: 20px;
}
.topbar a{
    color: #004D93;
}
.logo {
    width: 410px;
    height: auto;
    margin-top: 40px;
}

.logo img {
    width: 410px;
    height: auto;
}

/*search*/
.search-box {
    width: 360px;
}

.search-box p {
    line-height: 30px;
    color: #666;
}

.search-box p .sp1 {
    margin-left: 130px;
}

.search-box p .sp2 {
    margin-left: 50px;
}

.search-box p a {
    color: #666;
}

.search {
    width: 360px;
    height: 36px;
    border: 1px solid #adaeaf;
    background: #fff;
    margin-top: 5px;
}

.search #searchInput {
    border: none;
    float: left;
    width: 290px;
    height: 34px;
    line-height: 34px;
    margin-left: 12px;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #898888;
}

.search #searchBtn {
    border: none;
    float: right;
    margin: 1px 0 0 0;
    padding: 0;
    width: 55px;
    height: 34px;
    background: url("../img/search-btn.png") center center no-repeat;
    cursor: pointer;
}

.wza-box a {display: block;float: right;height: 38px;line-height: 38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px;}
.wza-box a.wza {background: #fff;color: #F76B00;border: 1px solid #FC740D;border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman {background: #F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px;}

nav{
    width: 100%;
    height: 50px;
    background: #004D93;
}

nav ul{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

nav ul li{
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

nav ul li a,
nav ul li a:hover{
    display: block;
    color: #fff;
}

.main_box{
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    padding: 1px 30px 39px;
}

.footer{
    width: 100%;
    height: 234px;
    background: #004D93;
    margin-top: 30px;
    padding-top: 44px;
    text-align: center;
}

.wrapbox{
    width: 1260px;
    margin: 0 auto;
}

.linkbox{
    width: 960px;
    margin: 0 auto;
    height: 36px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.linkitem{
    width: 224px;
    height: 36px;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    border: 1px solid #C4C4C4;
}

.footer p{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.footer p span{
    margin: 0 8px;
}

.footer p a{
    color: #fff;
}

.footerimg{
    float: left;
    margin-top: 75px;
}

.footerimg:nth-child(2){
    float: right;
    margin-top: 95px;
}

.listbg{
    background: #fff;
}

/* .wza-box{
    overflow:hidden;
} */

.cl{zoom:1}
.cl:after{display:block;clear:both;content:"";}
.mr30{margin-right: 30px;}