/*样式*/

.banner .nav{background:url(images/header.png)no-repeat center;background-size:100% 100%;    max-width: 100%;}
.banner .nav ul{    max-width: 1400px;margin: 0px auto;}

@media(max-width:1400px){
.search{    margin-top: 30px;}
.navItem>a{font-size: 20px;}
}

@media(max-width:1200px){
.search {margin-top: 20px;}
}
@media(max-width:1024px){
.footerMid{display:none;}
.footerRight{width:50%;}
.footerLeft{width:50%;padding-right: 0px;}
}

@media(max-width:500px){
.footerMid{display:none;}
.footerRight{width:100%;    position: unset;}
.footerLeft{width:100%;padding-right: 0px;}
.footer-B-L-Box .footerItem{margin-top: 30px;}
}
