* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 导航栏+宣传页 */
.main-publicity {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main-publicity .publicity-bgImg {
    position: relative;
}

.publicity-bgImg img {
    position: absolute;
    width: 100%;
    margin-top: -100px;
    z-index: -999;
}

.main-publicity .publicity-navs {
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

.publicity-navs .navs-left {
    display: flex;
    align-items: center;
}

.navs-left .navs-logo {
    display: inline-block;
}

.navs-logo img {
    margin-left: 10px;
    width: 50px;
    height: 50px;
}

.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-publicity .publicity-slogan {
    margin-top: 200px;
}

.publicity-slogan .slogan-title {
    font-size: 48px;
    color: #fff;
    font-family: '宋体';
    letter-spacing: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.publicity-slogan .slogan-subtitle {
    font-size: 20px;
    color: #fff;
    font-family: '宋体';
    letter-spacing: 2px;
    text-align: center;
}

/* 今日推荐 */
.main-todayRecommend {
    width: 100%;
    padding: 80px 0 120px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-todayRecommend .rec-leftImg {
    width: 300px;
    height: 200px;
    overflow: hidden;
    background-color: yellow;
    margin-right: 20px;
}

.rec-leftImg img {
    width: 100%;
}

.main-todayRecommend .rec-rightText {
    margin-left: 20px;
}

.rec-rightText .rec-titles {
    text-align: right;
    font-family: '宋体';
    color: rgb(28, 74, 75);
    padding-right: 10px;
}

.rec-titles .rec-title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 6px;
}

.rec-titles .rec-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.rec-rightText .rec-texts {
    text-align: right;
    font-size: 14px;
    font-family: '宋体';
}

.rec-texts p {
    margin: 18px 0;
}

/* 地区 */
.main-regions {
    width: 100%;
    background-color: rgb(28, 74, 75);
    font-family: '宋体';
    letter-spacing: 2px;
    padding: 10px 0 20px 0;
}

.main-regions .region-title {
    color: #fff;
    padding: 10px 0px 20px 0px;
    text-align: center;
}

.main-regions .region-lists {
    display: flex;
    justify-content: space-around;
}

.region-lists .rigion-list {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.region-lists .rigion-list img {
    width: 100%;
    height: 400px;
}

.region-lists .rigion-list div {
    margin-top: 10px;
}

/* 节气引览 */
.main-guide {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 40px 0 20px 0;
}

.main-guide .guides {
    width: 50%;
    display: flex;
    justify-content: space-between;
}


.guide-left .guideleft-title {
    font-size: 32px;
    font-family: '宋体';
    letter-spacing: 10px;
    margin-bottom: 20px;
    text-align: center;
}

/* --共同样式 */
.guide-imgText {
    margin-bottom: 20px;
}

.guide-imgText img {
    width: 180px;
    height: 180px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-bottom: 5px;
}

.guide-imgText .guide-titles {
    font-size: 14px;
    font-family: '宋体';
}

.guide-titles p:nth-child(1) {
    color: rgb(28, 74, 75);
}

.guide-titles p:nth-child(2) {
    font-weight: 600;
}

.guide-right {
    margin-top: 60px;
}

/* 脚部 */
.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;
}