
/* 简约系列 */
.xilie{width: 100%;height: 405px;background: url(Img/liebiao/xilie-bj_02.jpg) no-repeat center;background-size: 100% 100%;padding-top: 265px;}

.xilie h3{font-size: 35px;color: #fff;font-weight: normal;text-align: center;}
.xilie .xilie-qh{width: 674px;margin: 0 auto;border-radius:30px;overflow: hidden;height: 60px;margin-top: 72px;background: #e3e3e5;}
.xilie .xilie-qh span{display: block;float: left;}
.xilie .xilie-qh span a{display: block;width: 118px;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #333;}
.xilie .xilie-qh span a.a01{width:160px;}
.xilie .xilie-qh span.cur a{background: linear-gradient(135deg, var(--brand-blue-deep) 0%, var(--brand-blue) 100%);color: #fff;}
.xilie .xilie-qh span:hover a{background: linear-gradient(135deg, var(--brand-blue-deep) 0%, var(--brand-blue) 100%);color: #fff;}


/* 荣耀系列 */
.glory{width: 100%;height: 548px;background: #fff;}
.glory .container{position: relative;}
.glory-left{position: absolute;top: 5px;}
.glory-left {display: block;width: 700px;height: 538px;overflow: hidden;}
.glory-left img{display: block;width: 700px;height: 538px;overflow: hidden;}

.glory-right{width: 500px;padding: 0 40px;padding-top: 97px;background: linear-gradient(160deg, var(--brand-blue-deep) 0%, var(--brand-blue) 100%);position: absolute;right: 0;height: 441px;top: 5px;}
.glory-right h2{text-align: center;font-size: 54px;color: #fff;}
.glory-right h3{text-align: center;font-size: 38px;color: #fff;font-weight: normal;}
.glory-right span{display: block;width: 35px;height: 5px;background: #fff;margin: 0 auto;margin-top: 30px;}
.glory-right>p{text-align: left;width: 488px;color: #fff;font-size: 16px;margin: 0 auto;line-height: 25px;margin-top: 33px;}

.glory-right ul{margin-top: 90px;}
.glory-right ul li{width: 33.3%;float: left;text-align: center;}
.glory-right ul li i{font-size: 24px;color: #fff;}
.glory-right ul li p{font-size: 14px;color: #fff;margin-top: 6px;}



/* 列表内容 */
.lists-nav{width: 100%;background: #fff;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;box-shadow: 0 8px 20px rgba(0,0,0,.04);}
.lists{width: 100%;background: #f7f7f7;padding-top: 34px;padding-bottom: 60px;}
.lists-title{background: none;padding-left: 0;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;min-height: 58px;overflow: visible;}
.lists-title>a{height: 58px;line-height: 58px;display: block;float: none;margin: 0 24px;padding: 0 6px;font-size: 14px;color: #666;position: relative;transition: color .2s ease;}
.lists-title>a+a:before{content: "";position: absolute;left: -24px;top: 50%;width: 1px;height: 14px;background: #d8d8d8;transform: translateY(-50%);}
.lists-title>a:hover,
.lists-title>a.cur{color: var(--brand-gold);}
.lists-title>a.cur{border-bottom: none;}

.lists-ul{margin-top: 5px;width: 1200px;overflow: hidden;}
.lists-ul ul{width: 1222px;margin-left: -22px;}
.lists-ul ul li{background: #fff;width: 385px;text-align: center;min-height: 440px;height: auto;float: left;margin-left: 22px;margin-top: 15px;padding-bottom: 20px;}
.lists-ul ul li>a{display: block;width: 385px;height: 295px;overflow: hidden;}
.lists-ul ul li a img{display: block;width: 385px;height: 295px;transition: all 1s ease-out;}
.lists-ul ul li:hover a img{transform: scale(1.1);}

.lists-ul ul li h3{font-weight: normal;text-align: center;margin-top: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.lists-ul ul li h3 a{font-size: 16px;color: #333;padding: 0 20px;display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.lists-ul ul li p{line-height: 23px;margin-top: 14px;padding: 0 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 44px;}
.lists-ul ul li .ck{font-size: 14px;color: #666;width: 114px;height: 38px;line-height: 38px;text-align: center;margin: 0 auto;border-radius: 20px;margin-top: 15px;border: 1px solid #e6e2e2;}
.lists-ul ul li .ck:hover{color: #fff;background: linear-gradient(135deg, var(--brand-blue-deep) 0%, var(--brand-blue) 100%);border-color: var(--brand-blue);}

.lists-anniu{text-align: center;padding-top: 30px;}
.lists-anniu .pagination{display: flex;justify-content: center;align-items: center;gap: 8px;flex-wrap: wrap;margin: 0;padding: 0;list-style: none;}
.lists-anniu .pagination li{display: inline-flex;margin: 0;padding: 0;}
.lists-anniu .pagination li a,
.lists-anniu .pagination li span{display: inline-flex;justify-content: center;align-items: center;min-width: 38px;height: 38px;padding: 0 12px;background: #f4f4f2;border: 1px solid #e6e2e2;border-radius: 19px;font-size: 14px;color: #666;line-height: 1;}
.lists-anniu .pagination li.active span{background: linear-gradient(135deg, var(--brand-blue-deep) 0%, var(--brand-blue) 100%);border-color: var(--brand-blue);color: #fff;}
.lists-anniu .pagination li.disabled span{color: #bbb;background: #f7f7f7;border-color: #ededed;}
.lists-anniu .pagination li a:hover{background: linear-gradient(135deg, var(--brand-blue-deep) 0%, var(--brand-blue) 100%);border-color: var(--brand-blue);color: #fff;}


/* 相关配件 */
.xianguan{padding-top: 45px;padding-bottom: 75px;}
.xianguan h3{text-align: center;font-size: 24px;color: #333;background: url(Img/liebiao/xg-bj.png) no-repeat center;}

.xianguan-ul{margin-top: 40px;position: relative;overflow: hidden;}
.xianguan ul{position: relative;}
.xianguan ul li{width: 385px;float: left;margin-left: 21px;}
.xianguan ul li:first-child{margin-left: 0;}
.xianguan ul li> img{display: block;width: 383px;height: 293px;border: 1px solid #eaeaea;}
.xianguan ul li p{font-size:16px;color: #333;text-align: center;display: block;line-height: 76px;}

.xianguan-qh{text-align: center;margin-top: 10px;}
.xianguan-qh span{display: inline-block;*display: inline-block;*zoom: 1; width: 10px;height: 10px;background: #cccccc;border-radius: 50%;margin: 0 5px;}
.xianguan-qh span.cur{background: var(--brand-blue);}







@media screen and (max-width:768px) {
    .lists-nav {overflow-x: auto;box-shadow: none;}
    .lists-title {width: auto;min-width: 100%;justify-content: flex-start;flex-wrap: nowrap;padding: 0 20px;box-sizing: border-box;}
    .lists-title>a {flex: 0 0 auto;margin: 0 18px 0 0;height: 54px;line-height: 54px;white-space: nowrap;}
    .lists-title>a+a:before {left: -10px;}
    .lists {padding-top: 20px;}
    .lists-ul {padding: 5px 20px;width: 100%;box-sizing: border-box;}
    .lists-ul ul {width: 100%;margin-left:0;display: flex;justify-content: space-between;flex-wrap: wrap;gap: 10px;}
    .lists-ul ul li {float: none;margin-left:0;flex: 0 0 calc(50% - 10px);min-height: auto;height: auto;min-width: 0;}
    .lists-ul ul li>a {width: 100%;height: auto;}
    .lists-ul ul li a img {width: 100%;height: auto;}
    .lists-ul ul li .ck {margin-bottom: 15px;}
}




