body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    min-width: 1560px;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

img {
    max-width: 100%;
}

.container {
    width: 1500px;
}

.header {
    line-height: 200px;
    background-size: cover;
    border-top: solid 15px #0351a8;
    background-color: #0351a8;
}

.banner {
    max-width: 1920px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
}

.shop-list {
    margin: 0 -20px;
    padding-top: 65px;
}

.shop-list li {
    float: left;
    width: 25%;
    margin-bottom: 40px;
    padding: 0 20px;
}

.shop-list li a {
    display: block;
    position: relative;
    padding-bottom: 25px;
    width: 350px;
    margin: 0 auto;
}

.shop-list-img {
    position: relative;
    z-index: 100;
    height: 234px;
}

.shop-list-img img {
    width: 100%;
    height: 234px;
}

.shop-list-tt {
    font-size: 18px;
    color: #333;
    margin: 30px 25px 0 25px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.shop-list li a:before {
    display: block;
    position: absolute;
    content: "";
    width: 362px;
    left: 50%;
    margin-left: -181px;
    bottom: -5px;
    height: 128px;
    background: url(../images/back-b.png) center no-repeat;
}

.shop-list li a:hover:before {
    background: url(../images/back-b02.png) center no-repeat;
}

.shop-list li a:hover .shop-list-tt {
    color: #fff;
}

.shop-list li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 208px;
    height: 55px;
    background: url(../images/add01.png) center no-repeat;
    z-index: 1000;
}

.shop-list li a:hover i {
    background: url(../images/add02.png) center no-repeat;
}

.shop-list-img img {
    width: 100%;
    height: 100%;
}

.shop-list-tt1 {
    color: #fff;
    position: absolute;
    top: 32px;
    padding: 14px;
    height: 46px;
    line-height: 18px;
    width: 104px;
    font-size: 15px;
    z-index: 99999;
    background: #0351a8a8;
}

.list-left {
    width: 225px;
    padding-bottom: 60px;
    margin-top: -92px;
    position: relative;
    z-index: 100;
}

.left-top {
    height: 92px;
    background: url(../images/left-top.png) center no-repeat;
    font-size: 30px;
    color: #fff;
    line-height: 92px;
}

.left-nav li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 65px;
    position: relative;
}

.left-nav li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 0;
    border-top: dashed 1px #fff;
}

.left-nav {
    background: #0351a8;
    position: relative;
    z-index: 100;
    border-top: solid 1px #f8f8f8;
}

.left-nav li.active a,
.left-nav li a:hover {
    background: #fff;
    color: #0351a8;
    border-left: solid 4px #0351a8;
    padding-right: 4px;
}

.list-left:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 238px;
    height: 128px;
    background: url(../images/left-b.png) center no-repeat;
    margin-left: -119px;
}

.list-right {
    width: 1235px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.list-right-tt {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: solid 2px #0351a8;
}

.list-right-top {
    border-bottom: solid 1px #ddd;
    margin-bottom: 50px;
}

.nav-b,
.nav-b a {
    font-size: 16px;
    color: #999;
}

.footer {
    background: #0351a8;
    font-size: 16px;
    color: #fff;
    padding: 30px 0 20px 0;
    text-align: center;
}