* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft Yahei"
}

button,
input,
select {
    outline: 0
}

button {
    border: 0;
    background-clip: padding-box
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: none;
    vertical-align: baseline
}

input,
textarea {
    word-wrap: break-word;
    word-break: break-all
}

div,
p,
span {
    word-wrap: break-word
}

.lf {
    float: left
}

.rt {
    float: right
}

body,
div,
html,
li,
ol,
p,
ul {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

body .skin_class_exmple .layui-layer-title {
    padding: 0 !important;
    text-align: center;
    background: #000 !important;
    color: #fff !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative !important
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px !important
}

body .skin_class_exmple .layui-layer-ico {
    background: url(../images/close2.html) no-repeat !important;
    background-size: 120%
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1
}

body .skin_class_exmple>.layui-layer-btn {
    background: #fff;
    text-align: center
}

body .layui-layer-title {
    background-color: transparent !important;
    border-bottom: none
}

body .layui-layer-content {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0
}

body .layui-layer-setwin a:hover {
    opacity: 0
}

body .layui-layer-setwin {
    opacity: 0
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px
}

body .skin_class_two {
    box-shadow: none
}

.layer-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.layer_msg {
    height: 200px;
    width: 489px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -120px;
    z-index: 10000;
    background: #f1f1f1;
}

.layer_msg_tit {
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #12a9af;
    background: #262626;
    position: relative;
    font-family: "Microsoft Yahei"
}

.layer-close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 40px;
    color: #12a9af;
    display: block;
    line-height: 40px;
}

.layer_msg_content {
    width: 100%;
    padding-top: 30px;
    border: 1px solid #ccc;
    height: 141px;
}

.layer_msg_content .icon-msg {
    height: 58px;
    width: 58px;
    background: #fff;
    display: inline-block;
    margin-left: 50px;
    margin-top: 10px;
    background: url(../images/cur_icon.png) no-repeat;
}

.layer_msg_content .icon-msg.layui-fail {
    background-position: -67px 0px;
}

.layer_msg_content .icon-msg.layui-success {
    background-position: 0px 0px;
}

.icon-confirm_txt {
    width: 360px;
    float: right;
    font-size: 16px;
    padding-top: 25px;
}

.layer_login-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.layer_login_main {
    width: 560px;
    height: 350px;
    border: 1px solid #ddd;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -200px;
    z-index: 9999;
}

.layer_login_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    font-size: 20px;
    text-align: center;
}

.layer_login_close a {
    color: #555555;
}

.layer_login_main .btn_01 {
    background: #c9c9c9;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    height: 40px;
    width: 90px;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    margin-right: 10px;
}

.layer_login_content .loginbox {
    width: 405px;
    height: 302px;
    margin: 0 auto
}

.layer_login_content .main-footer {
    height: 233px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.layer_login_content .login_tab {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "黑体"
}

.layer_login_content .login_input {
    height: 45px;
    width: 318px;
    border: 1px solid #c9c9c9;
    margin: 15px auto 0px;
    border-radius: 5px;
}

.layer_login_content .login_select {
    height: 45px;
    width: 318px;
    margin: 10px auto;
}

.layer_login_content .login_select select {
    height: 45px;
    width: 318px;
    border: 1px solid #c9c9c9;
    border-radius: 5px 0 0 5px;
}

.login_input input {
    height: 40px;
    width: 270px;
    font-size: 14px;
    border: none;
}

.layer_login_content .login_input i {
    display: inline-block;
    width: 23px;
    height: 26px;
    margin: 5px 10px;
    vertical-align: middle;
}

.layer_login_content .login_input .icon-user {
    background: url(../images/l_icon-user.png) no-repeat;
}

.login_input .icon-pwd {
    background: url(../images/l_icon-pwd.png) no-repeat;
}

.layer_login_content .login_code-box {
    height: 45px;
    width: 318px;
    margin: 10px auto 0px
}

.layer_login_content .login_code-box .verify_img {
    height: 45px;
    width: 148px;
}

.layer_login_content .login_code {
    height: 45px;
    width: 160px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    float: left;
    padding-left: 5px;
    margin-right: 10px;
}

.layer_login_content .login_code input {
    height: 40px;
    width: 150px;
    font-size: 14px;
    border: none;
}

.layer_login_content .login_box {
    width: 318px;
    margin: 20px auto 0px;
}

.layer_login_content .forget {
    vertical-align: -2px;
    margin-right: 3px;
}

.layer_login_content .user_btn {
    height: 45px;
    width: 318px;
    display: block;
    background: #542418;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

.layer_login_content .user_btn:hover {
    color: #f1f1f1;
}

.cu_layer {
    display: none
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    max-width: 2560px;
    width: 100%;
    position: relative;
    margin: 0 auto
}

a:hover {
    -webkit-filter: brightness(115%);
    -ms-filter: brightness(115%);
    -o-filter: brightness(115%);
    -moz-filter: brightness(115%)
}

/* .indexPage {
    min-width: 2048px;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
} */

.indexPage #fullpage {
    width: 100%
}

#menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    animation: qb .6s;
    z-index: 33;
    display: flex;
    align-items: center
}

@keyframes qb {
    0% {
        right: -300px;
        opacity: 0
    }

    100% {
        right: 45px;
        opacity: 1
    }
}

#menu ul {
    width: 305px;
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

#menu ul li {
    display: inline-block;
    width: 305px;
    height: 52px;
    background: url(../images/nav-btn.png) no-repeat;
    cursor: pointer
}

#menu ul li:nth-child(2) {
    background-position-y: -51px
}

#menu ul li:nth-child(3) {
    background-position-y: -104px
}

#menu ul li:hover {
    background-position-x: -369px
}

#menu ul li.active {
    background-position-x: -369px
}

.indexPage .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 44;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 105px 0 105px
}

.indexPage .header .left {
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.indexPage .header .left img:last-child {
    padding-bottom: 25px
}

.indexPage .header .right {
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.indexPage .header .right a:first-child {
    width: 51px;
    height: 48px;
    background: url(../images/music.png) no-repeat;
    display: inline-block;
    animation: pb 1.2s .2s forwards
}

.indexPage .header .right a:first-child.playing {
    background: url(../images/music.png) no-repeat
}

.indexPage .header .right a:first-child.paused {
    background-position-x: -51px
}

.indexPage .header .right a:last-child {
    width: 170px;
    height: 52px;
    background: url(../images/p_adder.png) no-repeat;
    display: inline-block;
    animation: pb 1.2s .2s forwards
}

@keyframes pb {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.follow-us {
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    position: fixed;
    right: 105px;
    bottom: 120px
}

.follow-us p {
    color: #f7d3ad;
    font-size: 14px
}

.follow-us .btn .small-btn {
    cursor: pointer;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../images/follow-us-btn.png) no-repeat
}

.follow-us .btn:nth-child(3) .small-btn {
    background-position-x: -36px
}

.follow-us .btn:nth-child(4) .small-btn {
    background-position-x: -72px
}

.follow-us .btn:nth-child(5) .small-btn {
    background-position-x: -109px
}

.follow-us .btn:nth-child(6) .small-btn {
    background-position-x: -145px
}

.follow-us .btn .img {
    display: none;
    width: 201px;
    height: 275px;
    position: absolute;
    bottom: 45px;
    z-index: 6;
    left: 62%;
    transform: translateX(-50%)
}

.follow-us .btn .img img {
    position: relative
}

.follow-us .btn .img a {
    position: absolute;
    top: 83%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: #f7d3ad;
    font-size: 18px;
    text-decoration: underline
}

#fullpage .section {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#fullpage .section video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.partOne .content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 70%;
    /* transform: translateY(-50%); */
    z-index: 1;
    text-align: center
}

.partOne .content .main {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -50px
}

.partOne .content .main a {
    display: inline-block;
    width: 79px;
    height: 79px;
    background: url(../images/partOne-video-btn.png) no-repeat
}

.partOne .content .main a:nth-child(2) {
    display: inline-block;
    width: 281px;
    height: 77px;
    background: url(../images/partOne-btn.png) no-repeat
}

.partOne .content .main .y_btn a {
    display: inline-block;
    width: 281px;
    height: 77px;
    background: url(../images/partOne-btn.png) no-repeat
}

.partOne .content .main .y_btn a:nth-child(2) {
    display: inline-block;
    width: 281px;
    height: 77px;
    background: url(../images/partOne-btn2.png) no-repeat
}

.partOne .content .foot {
    position: relative;
    top: 20px;
    display: flex;
    align-items: center
}

.partOne .content .foot .text {
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 105px
}

.partOne .content .foot .text p {
    color: #ffeece;
    font-size: 14px
}

.partOne .content .foot .text p span {
    color: red
}

.partOne .content .foot .f-slide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.partOne .content .foot .f-slide a {
    display: inline-block;
    width: 157px;
    height: 103px;
    background: url(../images/p_mouse.png) no-repeat;
    animation: qa 4s linear .6s infinite;
    -webkit-animation: qa 4s linear .6s infinite
}

@keyframes qa {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 33px);
        transform: translate(0, 33px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.partTwo .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.partTwo .content .enterbg {
    position: absolute;
    top: 62%;
    left: 20%;
    width: 472px;
    height: 136px;
    background: url(../images/partTwo-open-btn.png) no-repeat;
    text-align: left
}

.partTwo .content a {
    display: inline-block;
    width: 138px;
    height: 136px
}


.partTwo {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2
}

.partTw .tabs {
    width: 600px;
    margin: 20px auto
}

.partTwo .nav {
    width: 550px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9
}

.partTwo .nav a {
    display: inline-block;
    width: 200px;
    height: 41px;
    background: url(../images/partTwo_bigBtn.png) no-repeat
}

.partTwo .nav a:last-child {
    background-position-x: -200px
}

.partTwo .nav a.active {
    background-position-y: -49px
}

.tab-content {
    display: none
}

.tab-content .sub-tabs .sub-nav {
    width: 890px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10
}

.tab-content .sub-tabs .sub-nav .subtab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 890px;
    height: 105px
}

.tab-content .sub-tabs .sub-nav .subtab a {
    display: inline-block;
    width: 114px;
    height: 105px;
    background: url(../images/partTwo_gz_smallBtn.png) no-repeat;
    background-position-y: 18px
}

.tab-content .sub-tabs .sub-nav .subtab a:nth-child(2) {
    background-position-x: -114px
}

.tab-content .sub-tabs .sub-nav .subtab a:nth-child(3) {
    background-position-x: -228px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab a:nth-child(4) {
    background-position-x: -342px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab a:nth-child(5) {
    background-position-x: -456px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab a:nth-child(6) {
    background-position-x: -570px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab a.active {
    background-position-y: -98px
}

.tab-content .sub-tabs .sub-nav .subtab_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 890px;
    height: 105px
}

.tab-content .sub-tabs .sub-nav .subtab_t a {
    display: inline-block;
    width: 114px;
    height: 105px;
    background: url(../images/partTwo_fn_smallBtn.png) no-repeat;
    background-position-y: 18px
}

.tab-content .sub-tabs .sub-nav .subtab_t a:first-child {
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab_t a:nth-child(2) {
    background-position-x: -114px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab_t a:nth-child(3) {
    background-position-x: -228px
}

.tab-content .sub-tabs .sub-nav .subtab_t a:nth-child(4) {
    background-position-x: -342px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab_t a:nth-child(5) {
    background-position-x: -456px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab_t a:nth-child(6) {
    background-position-x: -570px;
    pointer-events: none
}

.tab-content .sub-tabs .sub-nav .subtab_t a.active {
    background-position-y: -113px
}

.sub-tab-content {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

.sub-tab-content p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 50px
}

.sub-tab-content .twoVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11
}

.sub-tab-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10
}


.partThree {
    background-image: url(../images/partThree-bg.png);
    background-size: cover
}

.partThree .main {
    width: 100%
}

.partThree .footer {
    width: 100%;
    height: 100px;
    background: #000;
    position: fixed;
    bottom: 0
}

/* .swiper-container {
    width: 100%;
    padding: 20px 0 45px;
    height: calc(100% - 64px)
} */

.swiper-slide img {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 95%;
    width: 96px;
    height: 44px
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/partThree-left.png);
    background-size: 100% 100%;
    left: 0
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/partThree-right.png);
    background-size: 100% 100%;
    right: 0
}

.swiper-container .swiper-slide {
    position: relative
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%
}

.swiper-container .swiper-slide .list {
    position: absolute;
    z-index: 8;
    bottom: 10px;
    padding: 10px;
    width: 100%
}

.swiper-container .swiper-slide .list {
    position: absolute;
    z-index: 8;
    bottom: 0;
    padding: 10px;
    width: 100%;
    display: flex;
    height: 19.5%;
    flex-direction: column;
    justify-content: space-between
}

.swiper-container .swiper-slide .list .list-title {
    color: #ffd692;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.3em
}

.swiper-container .swiper-slide .list .list-title a {
    color: #ffd692;
}

.swiper-container .swiper-slide .list .list-subtitle {
    color: #ffd692;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1em
}

.swiper-container .swiper-slide .list .more {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.swiper-container .swiper-slide .list .more a {
    display: inline-block;
    width: 64px;
    height: 22px;
    background: url(../images/partThree-more.png) no-repeat;
    background-size: contain
}

.swiper-container .swiper-slide .list .more p {
    color: #ffd692;
    margin: 0;
    font-size: 1em
}

.newsPage {
    min-width: 2048px;
    width: 100%;
    height: 2168px;
    display: block;
    text-align: center;
    position: relative;
    background-image: url(../images/news-bg.jpg);
    background-size: 100% 100%;
    padding-bottom: 100px;
    ;
}

.newsPage .header {
    padding: 100px 105px 0 105px
}

.newsPage .header .left {
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.newsPage .header .left img:last-child {
    padding-bottom: 25px
}

.newsPage .main {
    width: 1500px;
    margin: 100px auto 0;
    text-align: left
}

.newsPage .main .content {
    margin-top: 50px
}

.newsPage .main .content .title {
    color: #cca16c;
    font-family: 'Source Song Style CN';
    font-size: 60px;
    font-weight: 700
}

.newsPage .main .content .sub-con {
    width: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.newsPage .main .content .sub-con .date {
    color: #d49d6c;
    font-size: 16px
}

.newsPage .main .content .sub-con .type {
    color: #d49d6c;
    font-size: 14px;
    border: 1px solid #d49d6c;
    padding: 3px 10px
}

.newsPage .main .content .main-text {
    margin-top: 45px
}

.newsPage .main .content .main-text p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em
}

.newsPage .footer {
    position: fixed;
    width: 100%;
    bottom: 0
}

.skin_video .lay_content {
    margin-top: 0 !important
}

.skin_video #myAudio {
    width: 100%
}

.skin_video .lay_close {
    z-index: 8
}

.sixteenPage .lay_content {
    margin-top: 0 !important
}

.sixteenPage .lay_close {
    top: 0;
    right: 0;
    opacity: 0
}





.indexPage {
    min-width: 1920px;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.swiper-container {
    width: 100%;
    padding: 20px 0 45px;
    height: 410px;
}

.partThree .content {
    /* width: 63%; */
    width: 1440px;
    /* height: 65vh; */
    margin: 0 auto;
    /* margin-left: 21%; */
    position: relative;
    text-align: left
}

.partThree .content .tit-img {
    width: 100%;
    height: auto
}

.swiper-wrapper {
    width: 100%;
}

.swiper-wrapper .swiper-slide {
    width: 100% !important;
    /* height: 363px; */
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    row-gap: 27px;
}

.partThree .content .swiper-img {
    max-width: 333px;
    margin-top: 20px;
}

.swiper-wrapper .swiper-slide-card {
    width: 49%;
    color: #f4c88e;
}

.swiper-wrapper .swiper-slide-card .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    border-bottom: 1px solid #f4c88e;
    padding-bottom: 5px;
}

.swiper-wrapper .swiper-slide-card .top>p>a {
    padding: 2px 4px;
    border: 1px solid #f4c88e;
    font-size: 14px;
    color: #f4c88e;
}

.swiper-wrapper .swiper-slide-card .title>a {
    color: #f4c88e;
    width: 100%;
    font-size: 30px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* WebKit 前缀版本 */
    line-clamp: 2;
    /* 标准属性 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-wrapper .swiper-slide-card .detail {
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* WebKit 前缀版本 */
    line-clamp: 2;
    /* 标准属性 */
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1920px) {
    .partThree .content {
        width: 56%;
        margin: 0 auto;
        position: relative;
        text-align: left
    }

    .swiper-container {
        width: 100%;
        padding: 15px 0 45px;
        /* height: calc(100% - 64px) */
        height: 350px;
        position: relative;
    }

    .partThree .content .tit-img {
        width: 100%;
        height: auto
    }

    .swiper-wrapper {
        width: 100%;
    }

    .swiper-wrapper .swiper-slide {
        width: 100% !important;
        /* height: 363px; */
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        row-gap: 27px;
    }

    .partThree .content .swiper-img {
        width: 253px;
        margin-top: 15px;
    }

    .swiper-wrapper .swiper-slide-card {
        width: 49%;
        color: #f4c88e;
    }

    .swiper-wrapper .swiper-slide-card .top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 21px;
        border-bottom: 1px solid #f4c88e;
        padding-bottom: 4px;
    }

    .swiper-wrapper .swiper-slide-card .top>p>a {
        padding: 2px 3px;
        border: 1px solid #f4c88e;
        font-size: 11px;
        color: #f4c88e;
    }

    .swiper-wrapper .swiper-slide-card .title>a {
        color: #f4c88e;
        width: 100%;
        font-size: 23px;
        margin-top: 4px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* WebKit 前缀版本 */
        line-clamp: 2;
        /* 标准属性 */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-wrapper .swiper-slide-card .detail {
        width: 100%;
        font-size: 14px;
        margin-top: 4px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* WebKit 前缀版本 */
        line-clamp: 2;
        /* 标准属性 */
        overflow: hidden;
        text-overflow: ellipsis;
    }
}