@font-face {
    font-family: ht3;
    src: url(../font/ht3.ttf)
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
ul li {
    list-style-type: none;
}
a{text-decoration:none;color:#fff;}
html,body {
    /* font-family: "ht2", serif, sans-serif; */
}
::-webkit-scrollbar {
    width: 0px;
}
html {
    overflow: auto;
}
body {
    font-size: 14px/1.5;
    color: #18191b;
    background-color: #fff;
    background-image: url(../newimg/bg.jpg);
    overflow: hidden;
    transition: background-color .2s;
    -webkit-font-smoothing: antialiased;
}

header {
    width: 1920px;
    height: 727px;
    margin: 0 auto;
    background-image: url(../newimg/banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: rgba(255,255,255,0.27);
}
.header-container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
header .header-container .logo_img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px
}
header .header-container .logo_img2 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    cursor: pointer;
}
header .header-container .title_img {
    position: absolute;
    width: 600px;
    right: -50px;
    top: 150px
}
main {
    position: relative;
    width: 1000px;
    margin: 0 auto
}
.all_container{
    width: 100%;
    background-color: #efefee;
}
.all_container .inner {
    position: relative;
    width: 1000px;
    margin: 0 auto
}
main .des_info {
    width: 100%;
}
main .video_container {
    width: 100%;
    height: 453px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 80px
}
main .video_container .left_info {
    width: 74%;
    background-color: #b4bbbe;
    overflow: hidden;
    position: relative;
}
main .video_container .left_info .play_btn {
    position: absolute;
    width: 100px;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
main .video_container .left_info .video_poster {
    width: 96.5%;
    padding: 8px;
    display: block;
    position: absolute;
    top: 36px;
}
main .video_container .left_info .video_poster.main {
    width: 97.5%;
    padding: 8px;
    display: block;
    position: absolute;
    top: 13px;
}
main .video_container .left_info #myVideo1 {
    width: 97.5%;
    padding: 8px;
    display: none;
}

main .video_container .right_info {
    width: 26%;
    position: relative;
}
main .video_container .right_info .video_desc {
    width: 100%;
}
main .video_container .right_info .english_info {
    position: absolute;
    bottom:0;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
}
main .terms_container {
    margin-top: 40px;
}
main .terms_container .terms_title {
    width: 160px;
    display: block;
    margin: 10px auto
}
main .terms_container .terms_items {
    background-image: url(../newimg/terms_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px;
}
main .terms_container .terms_items .season {
    margin-top: 38px;
    margin-bottom: 66px;
}
main .terms_container .terms_items .season_spring {
    display: flex;
    flex-wrap: nowrap;
}
main .terms_container .terms_items .season_spring .left_info {
    width: 30%;
}
main .terms_container .terms_items .season_spring .right_info {
    width: 70%;
    display: flex;
}
main .terms_container .terms_items .season_summer {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 110px;
}
main .terms_container .terms_items .season_summer .left_info {
    width: 70%;
    margin-left: 25px;
    display: flex;
}
main .terms_container .terms_items .season_summer .right_info {
    width: 30%;
}
main .terms_container .terms_items .item {
    width: 14%;
    margin-right: 2%;
    justify-content: space-between;
    /* cursor: pointer; */
}
main .terms_container .terms_items .item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
main .terms_container .terms_items .item.canclick {
    cursor: pointer;
}

main .terms_container .terms_items .season_autumn {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 110px;
}
main .terms_container .terms_items .season_autumn .left_info {
    width: 30%;
}
main .terms_container .terms_items .season_autumn .right_info {
    width: 70%;
    display: flex;
}
main .terms_container .terms_items .season_winter {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 110px;
    margin-bottom: 36px;
}
main .terms_container .terms_items .season_winter .left_info {
    width: 70%;
    margin-left: 25px;
    display: flex;
}
main .terms_container .terms_items .season_winter .right_info {
    width: 30%; 
}
.sea {
    width: 63%;
    display: block;
    margin: 0 auto
}
.speaker_container {
    margin-top: 40px;
    width: 100%;
}
.swiper {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.speaker_container .speaker_title {
    width: 220px;
    display: block;
    margin: 20px auto;
    margin-bottom: 50px
}
.speaker_container .speakers {
    /* display: flex;
    justify-content: space-between; */
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    /* cursor: pointer; */
}
.speaker_container .speakers .speaker {
    margin-right: 5%;
    width: 74%;
    margin: 0 auto;
    cursor: pointer;
}
.look_container {
    margin-top: 62px;
}
.look_container .look_title {
    width: 180px;
    display: block;
    margin: 20px auto;
    margin-bottom: 50px
}
.look_container .line {
    width: 100%;
}
.look_container .look_terms_icon {
    margin-top: -6px;
    display: flex;
    justify-content: space-between;
}
.look_container .look_terms_txt {
    display: flex;
    justify-content: space-between;
    font-family: "ht3", serif, sans-serif;
}
.look_container .look_terms_txt .look_term {
    width: 10px;
    text-align: center;
    margin-left: -2px;
    font-weight: 500;
    cursor: pointer;
}
.look_container .look_terms_txt .click_term {
    color: #3b8baa;
    font-size: 16px;
    margin-left: -3px;
    
}
.look_container .look_swiper {
    margin-top: 20px;
}
.look_container .swiper-container {
    width: 100%;
}
.look_container .swiper-wrapper {
    height: auto;
}
.look_container  .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: transform 300ms ;
    transform: scale(0.9);
  }
.look_container  .swiper-slide .img1{
    width: 100%;
}
.look_container .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.prev-btn {
    left: -19px;
    width: 32px;
    right: auto;
}
.next-btn {
    right: -19px;
    width: 32px;
    left: auto;
}
.next-btn2 {
    right: -48px;
    left: auto;
    top: 44%;
    color: #000;

}
.prev-btn2 {
    left: -48px;
    right: auto;
    top: 44%;
    color: #000;
  
}
/* .swiper-wrapper {
    padding: 0 60px;
} */


.prev-btn:after {
    content: '';
    height: 128px;
    width: 127px;
    background-image: url(../newimg/left-arr.png)  
}
.next-btn:after {
    content: '';
    height: 128px;
    width: 127px;
    background-image: url(../newimg/right-arr.png)  
}

footer {
    background-image: url(../newimg/footer.png);
    background-size: cover;
    width: 100%;
    height: 80px;
    padding-top: 50px;
    margin-top: 40px
}
footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 500;
}
.resolve_container {
    margin-top: 40px;
}
.resolve_container .resolve_title {
    width: 180px;
    display: block;
    margin: 20px auto;
    margin-bottom: 50px
}
.resolve_container .content .list{
    height: 538px;
    /* margin-top: -110px; */
    position: relative;
    z-index: 2;
    font-family: 微软雅黑;
}
.resolve_container .content .list .item {
    position: relative;
    background-image: url(../newimg/resove-bg.png);
    width: 75.5px;
    overflow: hidden;
    float: left;
    /* -webkit-transform: width 0.6s;
    transition: width 0.6s; */
}
.reslove_top_img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.resolve_container  .list .item:nth-child(1) {
    background-color: #566556;
    height: 100%;
}
.resolve_container  .list .item:nth-child(2) {
    background-color: #307777;
    height: 71%;
}
.resolve_container  .list .item:nth-child(3) {
    background-color: #006c6a;
    height: 91%;
}
.resolve_container  .list .item:nth-child(4) {
    background-color: #43704a;
    height: 81%;
}
.resolve_container  .list .item:nth-child(5) {
    background-color: #9a856b;
    height: 48%;
}
.resolve_container  .list .item:nth-child(6) {
    background-color: #4d4771;
    height: 50%;
}
.resolve_container  .list .item:nth-child(7) {
    background-color: #684977;
    height: 36%;
}
.resolve_container .list .item.cur {
    width: 540px;
    margin-right: 5px;
}
.reslove_top_img.act {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.resolve_container .list .item .con {
    width: 100%;
    height: 100%;
}
.resolve_container .list .item .tit {
    width: 30px;
    padding-top: 58px;
    background: url(../newimg/arr.png) no-repeat top center;
    font-size: 18px;
    color: #fff;
    /* -webkit-writing-mode: vertical-lr; */
    /* writing-mode: vertical-lr; */
    /* writing-mode: tb-lr; */
    line-height: 1.2;
    margin-top: 18px;
    float: left;
    margin-right: 24px;
    padding-left: 13px;
}
.resolve_container .list .item .txt {
    overflow: auto;
    padding: 0;
    transform: scale(0);
    opacity: 0;
    position: relative;
    height: 100%;
    width: 80%;
}
.resolve_container .list .item.cur .txt {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    
}
.resolve_container .list .item .txt .p {
    font-size: 16px;
    color: #fff;
    padding: 40px 0;
    line-height: 2;
}
.resolve_container .list .item .more {
    position: absolute;
    left: 0;
    bottom: 40px;
    color: #fff;
    display: inline-block;
    padding: 0 38px;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 1.25;
}
.knowlodge_container {
    margin-top: 40px;
}
.knowlodge_container .knowlodge_title {
    width: 180px;
    display: block;
    margin: 20px auto;
    margin-bottom: 50px
}
.knowlodge_outer {
    display: flex;
    
}
.knowlodge_outer .left_info {
    width: 80%;
    background-color: #505d74;
    padding: 4px;
    z-index: 10;
    position: relative;
}
.knowlodge_outer .left_info .play_btn2 {
    position: absolute;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.knowlodge_outer .right_info {
    width: 25%;
    z-index: 1;
    margin-left: -39px;
}
.knowlodge_img {
    width: 100%;
    display: block;
    margin: 0 auto
}
#myVideo2 {
    width: 100%;
    display: none;
    margin: 0 auto
}
.knowlodge_container .swiper {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: -13px
}

.knowlodge_container .swiper-slide {
    text-align: center;
    color: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #505d74;
    border-radius: 0 50px 50px 0;
    transition: transform 300ms ;
}

.aesthetics_container {
    margin-top: 60px;
    position: relative;
}
.aesthetics_container .aesthetics_title {
    width: 180px;
    display: block;
    margin: 40px auto;
    margin-bottom: 50px
}
.aesthetics_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.aesthetics_container ul li {
    width: 15%;
    text-align: center;
    color: #b0c0c0;
    margin-right: 1%;
    margin-bottom: 10px;
    /* font-family: "ht", serif, sans-serif; */
    /* cursor: pointer; */
    transition: 1s;
    position: relative;
    /* &:hover {

        transform: rotateY(180deg);
    
      } */
}
.aesthetics_container ul li.canclick{
    cursor: pointer;
}
.aesthetics_container ul li:hover {
    transform: rotateY(180deg);
}
.aesthetics_container ul li img {
    width: 100%;
}
.aesthetics_container ul li a {
    display: inline-block;
    color: #b0c0c0;
}
.aesthetics_container ul li .aes_title {
    font-size: 16px;
    display: inline;
    border-bottom: 1px solid #b0c0c0;
    padding-bottom: 2px;
    font-weight: 700;
    letter-spacing: 2px
}
.aesthetics_container ul li .aes_des {
    font-size: 12px;
    padding-top: 8px
}
.aesthetics_container ul li:nth-child(1){
    /* background-color: #f8f0a2; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(2){
    /* background-color: #d2738e; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(3){
    /* background-color: #294852; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(4){
    /* background-color: #4f8e83; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(5){
    /* background-color: #36729b; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(6){
    /* background-color: #4a7e45; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(7){
    /* background-color: #525294; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(1) .aes_title {
    border-bottom: 1px solid #d1bf9a
}

.mask {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.aesthetics_img {
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    display: none;
}
.left_arrow, .left_arrow1,.left_arrow2,.left_arrow3,.left_arrow4,.left_arrow5,.left_arrow6,.left_arrow7 {
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 2%;
    display: none;
}
.right_arrow,.right_arrow1,.right_arrow2,.right_arrow3,.right_arrow4,.right_arrow5,.right_arrow6,.right_arrow7 {
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    right: -2%;
    display: none;
}

.aesthetics_img_1 {
    width: 70%;
}
.aesthetics_img_1_1 {
    width: 90%;
}
.aesthetics_img_2 {
    width: 70%;
}
.aesthetics_img_3 {
    width: 70%;
}
.aesthetics_img_4 {
    width: 90%;
    /* position: relative; */
}
.aesthetics_img_44 {
    width: 70%;
    /* position: relative; */
}
.aesthetics_img_5 {
    width: 90%;
}
.aesthetics_img_6 {
    width: 70%;
}
.aesthetics_img_20 {
    width: 50%;
}
.aesthetics_img_20_1 {
    width: 100%;
}
.aesthetics_img_22 {
    width: 70%;
}
.aes1 {
    display: none;
}
.aes2 {
    display: none;
}
.swiper-slide {
    text-align: center;
}
.k_txt {
    cursor: pointer;
}
.pcfooter {

}
.mfooter {
    display: none;
    
}
#animation_canvas {
    position: absolute;
    top: 100px;
    width: 500px;
    left: 50%;
    margin-left: -650px
}
.pc {
    display: list-item;
}
.mo {
    display: none;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
    .mo {
        display: list-item;
        margin-bottom:30px
    }
    .po {
        float: right;
    }
    #animation_canvas {
        top: 15%;
        width: 50%;
        left: 5%;
        margin-left: 0;
    }
    header .header-container .logo_img2 {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 60px;
        cursor: pointer;
    }
    .none {
        display: none;
    }
    .more_btn {
        text-align: center;
        font-size: 16px;
        background-color: #fff;
        width: 80%;
        margin: 0 auto;
        border: 1px solid #d3c9c9;
        padding: 10px 0;
    }
    .more_btn img {
        width: 28px;
        margin-bottom: -10px;
    }
    .pcfooter {
        display: none;
    }
    .mfooter {
        display: block;
        padding-top: 20px;
    }
    .aesthetics_container .aesthetics_title {
        margin-bottom: 20px;
    }
    
    .knowlodge_container {
        /* margin-top: -40px; */
    }
    .speaker_container .speakers {
        margin: 0 auto
    }
    img {
        max-width: 100%;
        height: auto;
    }
    header {
        width: 100%;
        height: 300px;
        background-image: url(../newimg/mbanner.png);
    }
    .header-container {
        width: 100%;
        height: 100%;
    }
    main {
        width: 100%;
    }
    .all_container .inner {
        width: 100%;
    }
    header .header-container .logo_img {
        width: 100px
    }
    header .header-container .title_img {
        width: 40%;
        right: 0%;
        top: 10%;
    }
    main .des_info {
        margin-top: -20px;
        width: 90%;
        margin-left: 5%
    }
    main .video_container {
        margin-top: 20px
    }
    main .video_container {
        height: auto;
    }
    main .video_container .left_info {
        width: 74%;
    }
    main .video_container .left_info .video_poster {
        width: 100%;
        box-sizing: border-box;
        margin: 4px auto;
        top: 16px;
    }
    main .video_container .left_info .video_poster.main {
        width: 100%;
        box-sizing: border-box;
        margin: 4px auto;
        top: 0px;
    }
    main .video_container .left_info .play_btn{
        width: 60px;
    }
    .knowlodge_outer .left_info .play_btn2 {
        width: 60px;
    }
    main .video_container .right_info .english_info {
        width: 50px;
        margin-left: -25px
    }
    main .terms_container .terms_title {
        width: 30%;
    }
    main .terms_container .terms_items .season {
        margin-top: 10px;
        margin-bottom: 0;
        padding-top: 20px;
    }
    main .terms_container .terms_items .season_summer {
        margin-top: 21px;
    }
    main .terms_container .terms_items .season_autumn {
        margin-top: 7px;
    }
    main .terms_container .terms_items .season_winter {
        margin-top: 16px;
        padding-bottom: 21px;
    }
    .speaker_container .speaker_title {
        width: 40%;
    }
    .look_container .look_title {
        width: 33%;
    }
    .speaker_container .speakers {
        width: 90%;
       
    }
    .look_container {
        width: 90%;
        margin-left: 5%
    }
    .look_container .look_terms_icon {
        width: 100%;
    }
    .look_container .look_terms_txt .look_term {
        font-size: 10px;
    }
    .look_container .look_terms_txt .click_term {
        font-size: 12px;
    }
    .prev-btn {
        left: 0;
        width: 32px;
        right: auto;
    }
    .next-btn {
        right: 0;
        width: 32px;
        left: auto;
    }
    .next-btn2 {
        display: none;
    }
    .prev-btn2 {
        display: none;
    }
    .prev-btn:after {
        content: '';
        height: 80px;
        width: 20px;
        background-image: url(../newimg/left-arr.png);
        background-size: cover;
        background-position: center;
    }
    .next-btn:after {
        content: '';
        height: 80px;
        width: 20px;
        background-image: url(../newimg/right-arr.png);
        background-size: cover;
        background-position: center;
    }
    .resolve_container .content .list {
        height: 600px;
    }
    .resolve_container .resolve_title {
        width: 33%;
    }
    .resolve_container .content .list .item {
        width: 100%;
    }
    .resolve_container .list .item.cur {
        width: 100%;
        height: 40% !important;
    }
    .resolve_container .list .item .con {
        width: 100%;
    }
    .resolve_container .list .item .tit {
        width: 100%;
        padding-top: 0;
        background: none;
        font-size: 12px;
        color: #fff;
        /* -webkit-writing-mode: vertical-lr; */
        /* writing-mode: vertical-lr; */
        /* writing-mode: tb-lr; */
        line-height: 1.2;
        margin-top: 0;
        float: none;
        text-align: center;
        font-size: 16px;
        padding-top: 5%;
       
        /* margin-top: 5%; */
    }
 
    .resolve_container .list .item .txt {
        overflow: auto;
        padding: 0;
        transform: scale(0);
        opacity: 0;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 0 5%;
        float: none;
        font-size: 14px;
        box-sizing: border-box;
        margin-top: 15px;
        padding-bottom: 40px;
    }
    .resolve_container .list .item .txt .p{
        padding: 10px 0;
        padding-bottom: 40px;
        font-size: 14px;

    }
    .resolve_container .list .item .txt .p p{
        text-align: center;
    }

    footer p{
        font-size: 12px;
        width: 80%;
        padding-left: 10%;
    }
    .knowlodge_container .knowlodge_title {
        width: 30%;
    }
    .aesthetics_container .aesthetics_title {
        width: 30%;
    }

    .knowlodge_container .swiper {
        width: 100%;
        height: 139px;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 26px;
        font-size: 12px;
    }
    main .terms_container .terms_items {
        padding:0
    }
    .knowlodge_outer .left_info {
        width: 70%;
    }
    .knowlodge_outer .right_info {
        width: 30%;
        margin-left: -37px;
    }
    .aesthetics_container {
        margin-top: 40px
    }
    main .video_container .right_info {
        width: 26%;
        position: relative;
    }
    .knowlodge_container .knowlodge_title {
        margin-bottom: 10px
    }
    .resolve_container .resolve_title {
        margin-bottom: 10px
    }
    .look_container .look_title {
        margin-bottom: 24px
    }
    .speaker_container .speaker_title {
        margin-bottom: 20px
    }
    .aesthetics_container ul li {
        width: 22%;
    }
    .aesthetics_img_2 {
        width: 90%;
    }
    .aesthetics_img_3 {
        width: 90%;
    }
    .aesthetics_img_6 {
        width: 90%;
    }
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -19px;
}

.swiper-jqwuhou-pagination {
    display: none;
}

/* 详情页面 */
.detail-header {
    background-image: url(../newimg/detail1.png);
    height: 1000px;
}
main .detail-video-container {
    margin-top: -240px;
    height: 565px;
}
main .detail-video-container .left_info {
    width: 95%;
    background: none
}
main .detail-video-container .right_info {
    width: 5%;
    margin-left: -15px
}


main .detail-video-container .right_info .chinese_info {
    position: absolute;
    cursor: pointer;
    width: 100%;
    bottom: 110px
}
main .detail-video-container .right_info .english_info2 {
    position: absolute;
    cursor: pointer;
    width: 100%;
    left:0;
    margin:0;
    bottom: 0
}
.jqnh-container {
    margin-top: 20px
}
.jqnh-title {
    width: 160px;
}
.jqnh-desc {
    margin: 20px 0;
}
.jqnh-desc li {
    color: #24352c;
    font-size: 18px;
    line-height: 2;
    margin-left: 28px;
    margin-right: 28px;
    list-style-type: disc;
}
.jqnh-container {
    margin-top: 20px
}
.jqwh-title {
    width: 160px;
}

.syjq-container {
    margin-top: 20px
}
.syjq-title {
    width: 160px;
}
.poem {
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin: 20px 0;
}
.poem .author {
    font-size: 14px;

}
.culture {
    display: flex;
    margin: 20px 0;
    flex-wrap: nowrap;
}
.culture img {
    width: 100%
}
.culture .tit {
    font-weight: 700;
}
.culture .tit2 {
    text-align: right;
}
.culture p {
    padding: 10px 10px;
    margin: 10px;
    font-size: 18px;
    line-height: 1.5;
}
.c1 .left-info {
    width: 20%;
}
.c1 .right-info {
    width: 80%;
}
.c2 .left-info {
    width: 80%;
}
.c2 .right-info {
    width: 20%;
}
.c1 .desc {
    border-bottom: 1px dotted #006c6a;
    display: table-cell;
    vertical-align: middle;
}
.c2 .desc {
    border-bottom: 1px dotted #006c6a;
    display: table-cell;
    vertical-align: middle;
}


.jqny-container {
    margin-top: 20px
}
.jqny-title {
    width: 160px;
}

/* ul li::marker {
    color: #516d58
} */

.lightbox .lb-image {
    width: 500px !important;

    height: auto !important
}


.jqwuhou-container {
    margin-top: 20px
}
.jqwuhou-title {
    width: 160px;
}
.jqwuhou-desc {
    margin: 20px 10px;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; */
}
.jqwuhou-desc img {
    width: 98%;
}

.jqsc-container {
    margin-top: 20px
}
.jqsc-title {
    width: 160px;
}
.jqsc-desc {
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.jqsc-desc .left-info{
    width: 40%;
}
.jqsc-desc .left-info img{
    width: 100%;
}
.jqsc-desc .right-info{
    width: 60%;
    margin-top: 20px
}
.jqsc-desc .right-info ul li {
    margin-bottom: 20px
}
.jqsc-desc .right-info ul li .sp-title{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}
.jqsc-desc .right-info ul li .sp-desc{
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.circle {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.gy_circle1 {
    background-color: #4a7e45;
}
.gy_circle2 {
    background-color: #bba0cb;
}
.gy_circle3 {
    background-color: #f0c5ce;
}
.gy_circle4 {
    background-color: #608a75;
}
.ys_circle1 {
    background-color: #d0708e;
}
.ys_circle2 {
    background-color: #a15b7f;
}
.ys_circle3 {
    background-color: #dc9fa7;
}
.ys_circle4 {
    background-color: #f4cfe1;
}
.jz_circle1 {
    background-color: #294852;
}
.jz_circle2 {
    background-color: #006165;
}
.jz_circle3 {
    background-color: #a0221d;
}
.jz_circle4 {
    background-color: #13204e;
}
.cf_circle1 {
    background-color: #4f8e83;
}
.cf_circle2 {
    background-color: #c3472e;
}
.cf_circle3 {
    background-color: #994a2b;
}
.cf_circle4 {
    background-color: #8e2522;
}
.qm_circle1 {
    background-color: #36729b;
}
.qm_circle2 {
    background-color: #a75b9d;
}
.qm_circle3 {
    background-color: #794f7f;
}
.qm_circle4 {
    background-color: #13204e;
}
.lx_circle1 {
    background-color: #525294;
}
.lx_circle2 {
    background-color: #ecd251;
}
.lx_circle3 {
    background-color: #b6d031;
}
.lx_circle4 {
    background-color: #80a02d;
}
.xm_circle1 {
    background-color: #00546c;
}
.xm_circle2 {
    background-color: #bc525e;
}
.xm_circle3 {
    background-color: #276852;
}
.xm_circle4 {
    background-color: #e5a84b;
}
.mz_circle1 {
    background-color: #c9cf71;
}
.mz_circle2 {
    background-color: #698b52;
}
.mz_circle3 {
    background-color: #9f8e68;
}
.mz_circle4 {
    background-color: #b22d3b
}
.xz_circle1 {
    background-color: #4a4b9d;
}
.xz_circle2 {
    background-color: #efc2a1;
}
.xz_circle3 {
    background-color: #b03c2f;
}
.xz_circle4 {
    background-color: #4f794b
}

.xs_circle1 {
    background-color: #b3585d;
}
.xs_circle2 {
    background-color: #df8b67;
}
.xs_circle3 {
    background-color: #8a472c;
}
.xs_circle4 {
    background-color: #2f6895
}

.ds_circle1 {
    background-color: #952c2b;
}
.ds_circle2 {
    background-color: #bdd1bb;
}
.ds_circle3 {
    background-color: #d0949e;
}
.ds_circle4 {
    background-color: #cdcf71
}


.lq_circle1 {
    background-color: #cd563d;
}
.lq_circle2 {
    background-color: #a8b68c;
}
.lq_circle3 {
    background-color: #537689;
}
.lq_circle4 {
    background-color: #938d4c
}

.bl_circle1 {
    background-color: #c4b698;
}
.bl_circle2 {
    background-color: #c5b3b1;
}
.bl_circle3 {
    background-color: #6a7c73;
}
.bl_circle4 {
    background-color: #45493d
}

.qf_circle1 {
    background-color: #c7a167;
}
.qf_circle2 {
    background-color: #c9d6c5;
}
.qf_circle3 {
    background-color: #c1ccd1;
}
.qf_circle4 {
    background-color: #c0ab5d
}

.hl_circle1 {
    background-color: #a05320;
}
.hl_circle2 {
    background-color: #904c4c;
}
.hl_circle3 {
    background-color: #c39d4a;
}
.hl_circle4 {
    background-color: #809b8e
}

.sj_circle1 {
    background-color: #9badc5;
}
.sj_circle2 {
    background-color: #b35c43;
}
.sj_circle3 {
    background-color: #9a806c;
}
.sj_circle4 {
    background-color: #7c929f
}

.ld_circle1 {
    background-color: #84a955;
}
.ld_circle2 {
    background-color: #f5ebb3;
}
.ld_circle3 {
    background-color: #85755a;
}
.ld_circle4 {
    background-color: #5e3030
}

.xx_circle1 {
    background-color: #b4c9db;
}
.xx_circle2 {
    background-color: #a2bcdc;
}
.xx_circle3 {
    background-color: #838b4c;
}
.xx_circle4 {
    background-color: #7c5b3d
}
.dx_circle1 {
    background-color: #bec0aa;
}
.dx_circle2 {
    background-color: #efe9d9;
}
.dx_circle3 {
    background-color: #594c3b;
}
.dx_circle4 {
    background-color: #887c54
}

.dz_circle1 {
    background-color: #d1cfc0;
}
.dz_circle2 {
    background-color: #bfb2aa;
}
.dz_circle3 {
    background-color: #b77382;
}
.dz_circle4 {
    background-color: #827169
}

.xh_circle1 {
    background-color: #4d9196;
}
.xh_circle2 {
    background-color: #f5f8e4;
}
.xh_circle3 {
    background-color: #d5eae0;
}
.xh_circle4 {
    background-color: #a3c8cc
}

.dh_circle1 {
    background-color: #e5deca;
}
.dh_circle2 {
    background-color: #add0ee;
}
.dh_circle3 {
    background-color: #becbd1;
}
.dh_circle4 {
    background-color: #bec1b2
}

.lc_circle1 {
    background-color: #faf297;
}
.lc_circle2 {
    background-color: #f9e873;
}
.lc_circle3 {
    background-color: #af9b1e;
}
.lc_circle4 {
    background-color: #a8bc7c
}

.t2 {
    display: none;
}
.jqwh-pc {
    display: block;
}
.jqwh-m {
    display: none;
}
.terms_container-pc {
    display: block;
}
.terms_container-m {
    display: none;
}
@media screen and (max-width: 750px) { 
    .culture .tit2 {
        text-align: left;
    }
    .jqwuhou-desc img {
        width: 98%;
    }
    .terms_item {
        text-align: center;
    }
    .term_a {
        position: relative;
        display: block;
        width: 100%;
        /* height: 100%; */
    }
    .term_poster {
        display: block;
        width: 94%;
        margin: 0 auto;
        border: 1px solid #000;
    }
    .term_play {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 60px !important;
        /* margin-left: -30px;
        margin-top: -30px; */
    }
    .terms_item .tip {
        position: relative;
        color: #000;
        width: 90%;
        left: 50%;
        transform: translate(-50%,-0.25rem);
        padding: 10px 0;
    }
    .terms_item .tip a {
        color: #000
    }
    .terms_item h3 {
        font-size: 18px;
        margin: 0.2rem;
        font-weight: 500;
    }

    .terms_container-pc {
        display: none;
    }
    .terms_container-m {
        display: block;
    }
    .jqnh-title,.jqwuhou-title,.jqwh-title,.jqsc-title,.jqny-title {
        width: 130px;
    }
    
    .jqwh-pc {
        display: none;
    }
    .jqwh-m {
        display: block;
    }
   
    .culture {
        display: block;
        margin: 10px 0;
        /* flex-wrap: wrap; */
    }
    .culture img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .c1 .left-info {
        width: 65%;
        margin:0 auto
    }
    .c2 .right-info {
        width: 65%;
        margin:0 auto
    }
    .jqsc-desc {
        flex-wrap: wrap;
    }
    .jqsc-desc .left-info {
        width: 90%;
        margin: 0 auto
    }
    .jqsc-desc .right-info {
        width: 100%;
        padding: 0 28px
    }
    .jqsc-desc .right-info ul li .sp-title{
        font-size: 16px;
    }
    .jqsc-desc .right-info ul li .sp-desc {
        font-size: 14px;
    }

    .t1 {
        display: none;
    }
    .t2 {
        display: block;
    }
    .resolve_container .list .item {
        height: 10% !important;
    }
    /* .resolve_container .list .item:nth-child(2) {
        height: 86%;
    }
    .resolve_container .list .item:nth-child(3) {
        height: 63%;
    }
    .resolve_container .list .item:nth-child(4) {
        height: 78%;
    }
    .resolve_container .list .item:nth-child(5) {
        height: 38%;
    }
    .resolve_container .list .item:nth-child(6) {
        height: 83%;
    }
    .resolve_container .list .item:nth-child(7) {
        height: 57%;
    } */
    main .detail-video-container {
        height: 248px;
        margin-top: -213px;
        
    }
    header {
        height: 308px;
    }
    main .detail-video-container .right_info .chinese_info{
        bottom: 53px;
    }
    main .detail-video-container .right_info {
        margin-left: 0px;
        height: 95%;
    }
    .jqnh-desc li {
        font-size: 14px;
        list-style-type: disc
    }
    .poem {
        font-size: 14px;
    }
    .poem .author {
        font-size: 10px;
    
    }
    .culture p {
        font-size: 14px;
    }

    .lightbox .lb-image {
        width: 90vw !important;
        height: auto !important
    }

}
.detail-header-rain_water {
    background-image: url(../newimg/ys_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-insects_waking {
    background-image: url(../newimg/jz_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-spring_equinox {
    background-image: url(../newimg/cf_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-pure_brightness {
    background-image: url(../newimg/qm_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-summer-beginning {
    background-image: url(../newimg/lx_banner.png);
    height: 55vw;
    width: 100vw;
}
.gy_detail-header {
    background-image: url(../newimg/gy_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-grain-full {
    background-image: url(../newimg/xm_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-grain-ear {
    background-image: url(../newimg/mz_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-june-solstice {
    background-image: url(../newimg/xz_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-slight-heat {
    background-image: url(../newimg/xs_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-major-heat {
    background-image: url(../newimg/ds_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-autumn_begins {
    background-image: url(../newimg/lq_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-limit_heat {
    background-image: url(../newimg/cs_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-white_dew {
    background-image: url(../newimg/bl_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-autumnal_equinox{
    background-image: url(../newimg/qf_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-cold_dew {
    background-image: url(../newimg/hl_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-frist_frost {
    background-image: url(../newimg/sj_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-start_of_winter {
    background-image: url(../newimg/ld_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-slight_snow {
    background-image: url(../newimg/xx_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-heavy_snow {
    background-image: url(../newimg/dx_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-winter_solstice {
    background-image: url(../newimg/dz_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-slight_cold {
    background-image: url(../newimg/xh_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-major_cold {
    background-image: url(../newimg/dh_banner.png);
    height: 55vw;
    width: 100vw;
}
.detail-header-beginning_spring {
    background-image: url(../newimg/lc_banner.png);
    height: 55vw;
    width: 100vw;
}


@media screen and (max-width: 750px) {
    .detail-header {
        background-image: url(../newimg/gy_banner_m.png);
        height: 556px;
    }
    .detail-header-rain_water {
        background-image: url(../newimg/ys_banner_m.png);
        height: 556px;
    }
    .detail-header-insects_waking {
        background-image: url(../newimg/jz_banner_m.png);
        height: 556px;
    }
    .detail-header-spring_equinox {
        background-image: url(../newimg/cf_banner_m.png);
        height: 556px;
    }
    .detail-header-pure_brightness {
        background-image: url(../newimg/qm_banner_m.png);
        height: 556px;
    }
    .detail-header-summer-beginning {
        background-image: url(../newimg/lx_banner_m.png);
        height: 556px;
    }
    .detail-header-grain-full {
        background-image: url(../newimg/xm_banner_m.png);
       
    }
    .detail-header-grain-ear {
        background-image: url(../newimg/mz_banner_m.png);
        height: 556px;
    }
    .detail-header-june-solstice {
        background-image: url(../newimg/xz_banner_m.png);
        height: 556px;
    }
    .detail-header-slight-heat {
        background-image: url(../newimg/xs_banner_m.png);
        height: 556px;
       
    }
    .detail-header-major-heat {
        background-image: url(../newimg/ds_banner_m.png);
        height: 556px;
       
    }
    .detail-header-autumn_begins {
        background-image: url(../newimg/lq_banner_m.png);
        height: 556px;
    }
    .detail-header-limit_heat {
        background-image: url(../newimg/cs_banner_m.png);
        height: 556px;
    }
    .detail-header-white_dew {
        background-image: url(../newimg/bl_banner_m.png);
        height: 556px;
    }
    .detail-header-autumnal_equinox {
        background-image: url(../newimg/qf_banner_m.png);
        height: 556px;
    }
    .detail-header-cold_dew {
        background-image: url(../newimg/hl_banner_m.png);
        height: 556px;
    }
    .detail-header-frist_frost{
        background-image: url(../newimg/sj_banner_m.png);
        height: 556px;
    }
    .detail-header-start_of_winter {
        background-image: url(../newimg/ld_banner_m.png);
        height: 556px;
    }
    .detail-header-slight_snow {
        background-image: url(../newimg/xx_banner_m.png);
        height: 556px;
    }
    .detail-header-heavy_snow {
        background-image: url(../newimg/dx_banner_m.png);
        height: 556px;
    }
    .detail-header-winter_solstice {
        background-image: url(../newimg/dz_banner_m.png);
        height: 556px;
    }
    .detail-header-slight_cold {
        background-image: url(../newimg/xh_banner_m.png);
        height: 556px;
    }
    .detail-header-major_cold {
        background-image: url(../newimg/dh_banner_m.png);
        height: 556px;
    }
    .detail-header-beginning_spring {
        background-image: url(../newimg/lc_banner_m.png);
        height: 556px;
    }
}
.swiper-wrapper {
    height: auto;
}
.lc_item {
    position: relative;
    width: 14%;
    margin-right: 2%;
}
.lc_item .img_1 {
    position: absolute;
    width: 100%;
    bottom: -10px;
}
.season_summer .lc_item .img_1 {
    bottom: -3px;
}
.season_autumn .lc_item .img_1 {
    bottom: -19px;
}
.season_winter .lc_item .img_1 {
    bottom: -20px;
}
.lc_item .img_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important
}
.lc_item.canclick{
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .lc_item .img_1 {
        position: absolute;
        width: 100%;
        bottom: -5px;
    }
    .season_summer .lc_item .img_1 {
        bottom: -2px;
    }
    .season_autumn .lc_item .img_1 {
        bottom: -8px;
    }
    .season_winter .lc_item .img_1 {
        bottom: -8px;
    }
}
.lock {
    position: absolute;
    left: 0;
    top: 0
}