body {
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
}
.top {
    height: 100px;

}


.banner{
    width: 100%;
    height: 815px;
    background: url(../images/bg_top_a.jpg) no-repeat bottom center;
    background-size: cover;
}


.top .head {
    width: 100%;
    min-width: 1400px;
    background: url(../images/head_bg.png) repeat-x top;
    height: 126px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.top .header {
    width: 1400px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.top .header .logo {
    width: 240px;
    margin: 0 auto;
}

.top .header .logo a {
    text-decoration: none;
}

.top .header .logo a img {
    border: 0px;
}

.top .header .nav {
    width: 500px;
    height: 100px;
    position: absolute;
}

.test_logo{
    width: 520px;
    height: 45px;
    background: url("../images/test_title.png");
    margin-left: -30px;
    margin-top: 15px;
}

.top .header .nav .submenu {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: right;
}

.top .header .nav .submenu a {
    width: 100px;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;
    opacity: 65;
    cursor: pointer;
}

.top .header .nav .menu {
    height: 40px;
    line-height: 40px;
}

.top .header .nav .menu ul {
    list-style: none;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.top .header .nav .menu ul li {
    margin: 0px;
    width: 120px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-width: 3px;
}

.top .header .nav .menu ul li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 1px #333;
    opacity: 65;
    cursor: pointer;
}

.top .header .nav .submenu a:hover, .top .header .nav .menu ul li a:hover {
    color: #EAB424;
    text-shadow: 1px 1px 1px #333;
}

.top .header .nav .menu ul li ul {
    display: none;
    background: #C82B27;
    border: #A40000 3px solid;
    border-top: 0px;
}

.top .header .nav .menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: -3px;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    text-shadow: 2px 2px 2px #333;
    padding: 10px 0px;
}

.top .header .nav .menu ul li:hover ul li {
    border: 0px;
}

.top .header .nav .menu ul li:hover ul li a {
    font-size: 14px;
}

.top .header .nav .search {
    background: url(../images/bg_search.png) no-repeat center center #C82B27;
    height: 30px;
    width: 60px;
    border: #A40000 1px solid;
    border-radius: 15px;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: left;
}

.top .header .nav .search .text {
    border: 0px;
    margin: 5px 10px;
    outline: none;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    width: 260px;
    color: #fff;
}

.top .header .nav .search .text:placeholder {
    color: #fff;
}

.top .header .nav .search .button {
    background: url(../images/bg_search.png) no-repeat left center #C82B27;
    border: 0px;
    padding-left: 20px;
    width: 60px;
    color: #fff;
    height: 28px;
    line-height: 28px;
}

.top .header .nav .search .text, .top .header .nav .search .button {
    vertical-align: middle;
    display: none;
}

.top .header .nav .searchHover {
    width: 360px;
    background-image: none;
    box-shadow: 1px 1px 1px #A40000;
}

.top .header .nav .searchHover .text, .top .header .nav .searchHover .button {
    display: inline;
}
.menu_box{
   width:100%;
   height:40px; 
}

.wp_nav .nav-item a span.item-name{
  line-height:30px
}
.footer {
    border-top: #A40000 5px solid;
    height: 360px;
    min-height: 310px;
    background: #C82B27;
    color: #ffffff;
    text-align: center;
}

.footer .logo {
    background: url('../images/footer_logo.png') no-repeat center center;
    background-size: contain;
    margin-top: 10px;
    height: 50px;
}

.footer .center {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.footer .center .qrcode {
    background: url('../images/qrcode.png') no-repeat center center;
    position: absolute;
    top: 40px;
    right: 0px;
    height: 180px;
    width: 120px;
    display: none;
}

.footer .footer_qrcode {
    margin-top: 10px;
    background: url('../images/footer_qrcode.png') no-repeat center center;
    height: 130px;
    background-size: contain;
}

.footer .motto {
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
}

.footer .motto span {
    margin: 0px 30px;
    font-family: '华文中宋';
    font-weight: bold;
    font-size: 28px;
}

.footer .copyright, .footer .address {
    height: 20px;
    line-height: 20px;
    font-family: '微软雅黑';
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;

}

.footer .copyright, .footer .address a {
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
}