* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 导航栏+宣传页 */
.main-publicity {
    width: 100%;
    background-color: rgb(20, 61, 61);
    overflow: hidden;
}

.main-publicity .publicity-navs {
    display: flex;
    padding: 20px 0 10px 0;
    justify-content: space-between;
}

.publicity-navs .navs-left {
    display: flex;
    align-items: center;
}

.navs-left .navs-logo {
    display: inline-block;
}

.navs-logo img {
    margin-left: 10px;
    width: 40px;
    height: 40px;
}

.navs-ul ul {
    list-style-type: none;
}

.navs-ul ul li {
    float: left;
    color: #fff;
    font-family: '宋体';
    font-size: 20px;
    margin-left: 80px;
    cursor: pointer;
}

.navs-ul ul li a,
.navs-myText a{
    text-decoration: none;
}
.navs-ul ul li a:hover,
.navs-myText a:hover{
    text-decoration: none;
    color: rgb(186, 126, 72);
}
.nav-noactive{
    color: #fff;
}
.nav-active{
    color: rgb(186, 126, 72);
}

.publicity-navs .navs-right {
    display: flex;
    align-items: center;
}

.navs-right .navs-input {
    margin-right: 50px;
    width: 280px;
    position: relative;
}

.navs-input input {
    background-color: transparent;
    width: 100%;
    height: 24px;
    border: 0.1px solid rgb(136, 136, 136);
    border-radius: 50px;
    color: rgb(239, 239, 239);
    padding-left: 10px;
    line-height: 24px;
}

.navs-input img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 3px;
}

.navs-right .navs-myText {
    color: #fff;
    font-family: '宋体';
    font-size: 20px;
    margin-right: 40px;
    cursor: pointer;
}

/* 轮播 */
.main-swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiper-imgs {
    width: 100%;
    overflow: hidden;
}

.swiper-imgs ul {
    list-style: none;
}

.swiper-imgs ul li img {
    width: 100%;
    height: 100vh;
}

.swiper-dot ul{
    list-style: none;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -70px;
}

.swiper-dot ul li{
    width: 20px;
    height: 20px;
    float: left;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
}

.swiper-dot ul li:hover{
    background-color: #797979;
}

.swiper-dot .active{
    background-color: #797979;
}





/* 新品专区 */
.main-new-area {
    width: 100%;
    padding-bottom: 60px;
    background-color: rgb(29, 74, 77);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.new-area-title {
    background-color: rgb(205, 214, 209);
    padding: 6px 34px;
    border-radius: 10px;
    color: rgb(29, 74, 77);
    font-family: '宋体';
    font-weight: 600;
    letter-spacing: 2px;
    margin: 40px 0;
}

.new-area-imgs {
    display: flex;
    justify-content: space-between;
}

.new-area-imgs div:nth-child(1) {
    width: 450px;
    margin-right: 20px;
}

.new-area-imgs div:nth-child(1) img {
    width: 100%;
}

.new-area-imgs div:nth-child(2) {
    width: 300px;
    margin-right: 20px;
}

.new-area-imgs div:nth-child(2) img {
    width: 100%;
    height: 450px;
}

.newarea-img-right div:nth-child(1) {
    width: 300px;
}

.newarea-img-right div:nth-child(1) img {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}

.newarea-right-imgs {
    display: flex;
}

.newarea-right-imgs div:nth-child(1) img {
    width: 136px;
    height: 136px;
}

.newarea-right-imgs div:nth-child(2) img {
    width: 120px;
    height: 136px;
    margin-left: 24px;
}

/* --更多点击 */
.new-area-more {
    width: 200px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 170px;
    bottom: 40px;
}

.new-area-more p {
    font-size: 16px;
    font-family: '宋体';
    color: #f6f6f6;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}

.new-area-more .new-area-jiantou {
    width: 19px;
    height: 19px;
    background-color: rgb(205, 214, 209);
    border-radius: 50%;
    margin-left: 10px;
}

.new-area-jiantou {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-area-jiantou div {
    width: 7px;
    height: 7px;
    border-top: 3px solid rgb(29, 74, 77);
    border-right: 3px solid rgb(29, 74, 77);
    transform: rotate(45deg);
}


/* 文创精选 */
.main-wc-select {
    width: 100%;
    background-color: #fff;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.wc-select-title {
    background-color: rgb(29, 74, 77);
    padding: 6px 34px;
    border-radius: 10px;
    color: rgb(205, 214, 209);
    font-family: '宋体';
    font-weight: 600;
    letter-spacing: 2px;
    margin: 40px 0;
}

.wc-select-imgs {
    width: 80%;
    height: 500px;
    display: flex;
    justify-content: space-between;
}

.wc-select-imgs img {
    width: 32%;
}

/* --更多点击 */
.wc-select-more {
    width: 200px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 100px;
    bottom: 50px;
}

.wc-select-more p {
    font-size: 16px;
    font-family: '宋体';
    color: rgb(29, 74, 77);
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}

.wc-select-more .wc-select-jiantou {
    width: 19px;
    height: 19px;
    background-color: rgb(29, 74, 77);
    border-radius: 50%;
    margin-left: 10px;
}

.wc-select-jiantou {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-select-jiantou div {
    width: 7px;
    height: 7px;
    border-top: 3px solid rgb(205, 214, 209);
    ;
    border-right: 3px solid rgb(205, 214, 209);
    ;
    transform: rotate(45deg);
}

/* 配饰首饰 */
.main-decoration {
    width: 100%;
    padding-bottom: 60px;
    background-color: rgb(29, 74, 77);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.decoration-title {
    background-color: rgb(205, 214, 209);
    padding: 6px 34px;
    border-radius: 10px;
    color: rgb(29, 74, 77);
    font-family: '宋体';
    font-weight: 600;
    letter-spacing: 2px;
    margin: 40px 0;
}

.decoration-items {
    width: 60%;
    height: 350px;
    display: flex;
    justify-content: center;
}

.decoration-item img {
    display: block;
    width: 100%;
    height: 300px;
}

.decoration-item div {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-family: '宋体';
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    background-color: rgb(205, 214, 211);
}

/* --更多点击 */
.decoration-more {
    width: 200px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 250px;
    bottom: 26px;
}

.decoration-more p {
    font-size: 16px;
    font-family: '宋体';
    color: #f6f6f6;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}

.decoration-more .decoration-jiantou {
    width: 19px;
    height: 19px;
    background-color: rgb(205, 214, 209);
    border-radius: 50%;
    margin-left: 10px;
}

.decoration-jiantou {
    display: flex;
    justify-content: center;
    align-items: center;
}

.decoration-jiantou div {
    width: 7px;
    height: 7px;
    border-top: 3px solid rgb(29, 74, 77);
    border-right: 3px solid rgb(29, 74, 77);
    transform: rotate(45deg);
}

/* 古籍善本 */
.main-ancient {
    width: 100%;
    background-color: #fff;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.ancient-title {
    background-color: rgb(29, 74, 77);
    padding: 6px 34px;
    border-radius: 10px;
    color: rgb(205, 214, 209);
    font-family: '宋体';
    font-weight: 600;
    letter-spacing: 2px;
    margin: 40px 0;
}

.ancient-content {
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: space-around;
}

.ancient-leftimg {
    width: 300px;
}

.ancient-leftimg img {
    width: 100%;
}

.ancient-righttext {
    width: 400px;
    height: 300px;
    background-color: rgb(29, 74, 77);
    padding: 20px;
}

.ancient-righttext ul {
    list-style: none;
}

.ancient-righttext ul li {
    font-size: 16px;
    font-family: '宋体';
    margin-bottom: 10px;
    padding: 3px 0 5px 3px;
    color: #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

/* 脚部 */
.main-foot {
    width: 100%;
    background-color: rgb(28, 74, 75);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: '宋体';
}

.main-foot .foot-partner {
    font-size: 18px;
    margin: 40px 0 50px 0px;
}

.foot-partner ul {
    list-style: none;
}

.foot-partner ul li {
    float: left;
    margin: 0 50px;
}

.main-foot .foot-copyright {
    text-align: center;
    letter-spacing: 2px;
}

.foot-copyright p {
    margin-bottom: 10px;
}

.foot-copyright p:last-child {
    margin-bottom: 30px;
}

.l_slide {
    max-width: 100%;
    height: 95vh;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.l_slide ul {
    width: 10000%;
    list-style-type: none;
}

.next_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .5;
    vertical-align: middle;
    background: rgba(0, 0, 0);
    right: 5px;
    top: 50%;
    color: #fff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    font-family: "宋体";
}

.prev_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0, 0, 0, .1);
    left: 5px;
    top: 50%;
    color: #fff;
    font-family: "宋体";
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.l_slide ul:after {
    content: '';
    clear: both;
    display: block;
}

.l_slide ul li {
    float: left;
    text-align: center;
}

.l_slide ul li img {
    vertical-align: middle;
    max-width: 100%;
}

.l_slide .circle_btn {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.l_slide .circle_btn button {
    box-sizing: content-box;
    outline: none;
    border: none;
    padding: 2px 18px;
    margin: 2px 5px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}

.l_slide .circle_btn .active {
    background: red;
}

#l_slide img {
    width: 100%;
    height: 100%;
}