@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 0.875rem;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
    /* min-width: 1920px; */
    box-sizing: border-box;
}


/* 固定宽度 */

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 0.875rem;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}


/* 天气 */

.ys_tq {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 38px;
    right: 48px;
    color: rgba(255, 255, 255, .8);
    font-size: 1.5rem;
    position: absolute;
    z-index: 2;
}

.ys_tq .yuyan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ys_tq .yuyan a {
    color: #fff;
    display: block;
}

.ys_tq .yuyan i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 10px;
}

.ys_tq .tq {
    margin-left: 30px;
}

.ys_tq .sj {
    margin-left: 20px;
}


/* 首页 */

.daohang .shang {
    height: 70vh;
    padding-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.daohang .shang h5 {
    width: 124px;
    height: 100%;
    border-left: 10px #81511c solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f19149;
}

.daohang .shang h6 {
    margin-left: 193px;
    position: relative;
}

.daohang .shang h6::after {
    position: absolute;
    content: "";
    width: 123px;
    height: 3px;
    background-color: #f19149;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
}

.daohang .xia {
    height: calc(100vh - 70vh);
    padding-top: 30px;
    position: relative;
    box-sizing: border-box;
}

.daohang .xia::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #f19149;
}

.daohang .xia .xia_nr {
    height: 100%;
    position: relative;
}

.daohang .xia .xia_nr .dao_hang {
    position: absolute;
    top: -160px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.daohang .xia .xia_nr a {
    /* width: 170px; */
    background-color: #fff;
    border-radius: 30px;
  
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 16px;
        width: 21%;
        padding: 20px;
}

.daohang .xia .xia_nr a i {
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.daohang .xia .xia_nr a i img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    animation: xq 1.5s linear infinite;
}

@keyframes xq {
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.daohang .xia .xia_nr a h5 {
    font-size: 1.5rem;
    color: #1b1b1b;
    font-weight: normal;
    writing-mode: lr-tb;
    width: 233px;
    text-align: center;
        word-break: break-all;
        display: flex;
        align-items: center;
        justify-content: center;
          text-transform: uppercase;
}


/* 景区介绍 */

.jq_js .tou {
    height: 107px;
    background-color: #f19149;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 3rem;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.jq_js .tou .fanh {
    font-size: 1.5rem;
    color: #ffffff;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
    line-height: 1;
    text-transform: uppercase;
}

.jq_js .tou .fanh i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: xq1 1.5s linear infinite;
}

@keyframes xq1 {
    50% {
        left: -10px;
    }
    100% {
        left: 0;
    }
}

.jq_js .shenzi {
    height: calc(100vh - 107px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 69px;
}

.jq_js .shenzi .js_nr {
    width: 100%;
    height: 78vh;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.jq_js .shenzi .js_nr .nr {
    font-size: 1.625rem;
    color: #000000;
    line-height: 60px;
    height: 65vh;
    overflow-y: auto;
    width: 65%;
}

.jq_js .shenzi .js_nr .nr::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.jq_js .shenzi .js_nr .nr::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #f19149;
    background: #f19149;
}

.jq_js .shenzi .js_nr .nr::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px #f19149;
    border-radius: 10px;
    background: #ededed;
}


/* 特色景点 */


/* .te_jd .shenzi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} */

.shenzi.dxd_tsjq {
    padding: 40px 0 30px;
}

.te_jd .shenzi .daxiaot {
    width: 100%;
    padding: 0 115px;
}

.te_jd .shenzi .daxiaot .shang_w {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.11);
    border-radius: 30px;
    height: 47vh;
    padding: 85px 70px 70px 60px;
    position: relative;
}

.te_jd .shenzi .daxiaot .shang_w .swiper-button-next::after,
.te_jd .shenzi .daxiaot .shang_w .swiper-button-prev::after {
    display: none;
}

.te_jd .shenzi .daxiaot .shang_w .swiper-button-next,
.te_jd .shenzi .daxiaot .shang_w .swiper-button-prev {
    top: 123%;
}

.te_jd .shenzi .daxiaot .shang_w .swiper-button-next {
    right: -45px;
}

.te_jd .shenzi .daxiaot .shang_w .swiper-button-prev {
    left: -45px;
}

.te_jd .shenzi .daxiaot .shang_w .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.te_jd .shenzi .daxiaot .shang_w .zuoyou .zuo {
    width: 56%;
}

.te_jd .shenzi .daxiaot .shang_w .zuoyou .you {
    width: 37%;
}

.te_jd .shenzi .daxiaot .shang_w .zuoyou .you h5 {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.te_jd .shenzi .daxiaot .shang_w .zuoyou .you h6 {
    font-size: 1.625rem;
    color: #000000;
    margin-top: 40px;
    line-height: 50px;
    max-height: 390px;
    overflow-y: auto;
    font-weight: normal;
}

.te_jd .shenzi .daxiaot .shang_w .zuoyou img {
    width: 100%;
    border: 3px solid #f19149;
}

.te_jd .shenzi .daxiaot .xia_w {
    background-color: #fff;
    border-radius: 10px;
    /* 182 / 1080 */
    height: 12.8vh;
    padding: 20px;
    border: 3px solid #f19149;
}

.te_jd .shenzi .daxiaot .xia_w .nr {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.te_jd .shenzi .daxiaot .xia_w .nr h5 {
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: url(../images/xiaocai.png) no-repeat center / cover;
}

.te_jd .shenzi .daxiaot .xia_w .swiper-slide-thumb-active .nr h5 {
    top: 0;
}

.te_jd .shenzi .daxiaot .xia_w .nr img {
    width: 100%;
}

.dxd_tsjq.shenzi .daxiaot {
    width: calc(100% - 230px);
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.xia_w .swiper {
    height: 100%;
}

.te_jd .shenzi .daxiaot .xia_w .nr {
    height: 100%;
}


/* 泉城历史 */

.jq_js .lishi {
    height: calc(100vh - 107px);
    box-sizing: border-box;
    padding-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.jq_js .lishi .lishi_nr {
    height: 100%;
    width: 80%;
}

.jq_js .lishi .lishi_nr .ls_tou {
    background-color: #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 3px solid #f19149;
}

.jq_js .lishi .lishi_nr .ls_tou span {
    line-height: 148px;
    box-sizing: border-box;
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.jq_js .lishi .lishi_nr .ls_tou span::after {
    content: "";
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 19px;
    background: url(../images/lsq_05.png);
}

.jq_js .lishi .lishi_nr .ls_tou.on span::after {

}

.jq_js .lishi .lishi_nr .ls_tou span::before {
    content: "";
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 19px;
    background: url(../images/qiu1_03.png);
}

.jq_js .lishi .lishi_nr .ls_tou.on span::before {
    
}

.jq_js .lishi .lishi_nr .ls_body {
    font-size: 1rem;
    color: #000000;
    line-height: 30px;
    background-color: #ffffff;
    height: calc(100% - 151px);
    padding: 50px 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.jq_js .lishi .lishi_nr .ls_body.on {
    font-size: 1.125rem;
    line-height: 36px;
}

.jq_js .lishi .lishi_nr .ls_body .nr {
    height: 100%;
    overflow-y: auto;
    width: 60%;
}

.jq_js .lishi .lishi_nr .ls_body .nr::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.jq_js .lishi .lishi_nr .ls_body .nr::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #f19149;
    background: #f19149;
}

.jq_js .lishi .lishi_nr .ls_body .nr::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px #f19149;
    border-radius: 10px;
    background: #ededed;
}

.jq_js .lishi .lishi_nr .ls_body .nr img {
    max-width: 100%;
}


/* 阳泉记忆 */

.jq_js .jiyi {
    height: calc(100vh - 107px);
    box-sizing: border-box;
}

.jq_js .jiyi .shang {
    height: 9%;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0 50px;
}

.jq_js .jiyi .shang::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #f19149;
}

.jq_js .jiyi .shang a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 9%;
    font-size: 1.875rem;
    color: #000000;
    margin: 0 45px;
    border-radius: 20px;
    text-transform: uppercase;
}

.jq_js .jiyi .shang a.on {
    background-color: #f19149;
    color: #fff;
}

.jq_js .jiyi .xia {
    height: 76%;
    padding: 14px 260px 100px;
    box-sizing: border-box;
}

.jq_js .jiyi .xia .zuoyou {
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
    overflow-y: auto;
}
.jq_js .jiyi .xia .zuoyou::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.jq_js .jiyi .xia .zuoyou::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #f19149;
    background: #f19149;
}

.jq_js .jiyi .xia .zuoyou::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px #f19149;
    border-radius: 10px;
    background: #ededed;
}
.jq_js .jiyi .xia .zuoyou .dandu {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 12px;
    margin-top: 55px;
    box-sizing: border-box;
}

.jq_js .jiyi .xia .zuoyou .dandu .nrir {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.jq_js .jiyi .xia .zuoyou .dandu img {
    width: 100%;
}

.jq_js .jiyi .xia .zuoyou .dandu .shang_gai {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient( to right, rgba(44, 59, 120, .9), rgba(183, 49, 49, .9), rgba(250, 186, 61, .9)) no-repeat;
    background: -webkit-linear-gradient( left, rgba(44, 59, 120, .9), rgba(183, 49, 49, .9), rgba(250, 186, 61, .9)) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    bottom: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jq_js .jiyi .xia .zuoyou .dandu:hover .shang_gai {
    bottom: 0;
}

.jq_js .jiyi .xia .zuoyou .dandu .shang_gai a {
    font-size: 2rem;
    color: #ffffff;
}

.jq_js .sheshi {
    height: calc(100vh - 107px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.jq_js .sheshi h5 {
    position: absolute;
}

.jq_js .sheshi h5 i {
    position: absolute;
    display: block;
}

.jq_js .sheshi h5 i::after {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    animation: xq3 1.5s linear infinite;
    opacity: 1;
}

@keyframes xq3 {
    50% {
        width: 75px;
        height: 75px;
        opacity: .4;
    }
    100% {
        width: 55px;
        height: 55px;
        opacity: 1;
    }
}

.jq_js .sheshi h5 i::before {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #e60012;
    border-radius: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: 2;
    content: "";
}

.jq_js .sheshi h5 span {
    font-size: 1.25rem;
    color: #ffffff;
    border-radius: 50px;
    background-color: #f19149;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 48px;
    position: relative;
}

.jq_js .sheshi h5 span::after {
    content: "";
    position: absolute;
}

.jq_js .sheshi h5:nth-child(1) span::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1px;
    height: 102px;
    background-color: #e60012;
}

.jq_js .sheshi h5:nth-child(1) {
    left: 30%;
    top: 10%;
}

.jq_js .sheshi h5:nth-child(1) i {
    top: 307%;
    left: 50%;
    transform: translateX(-50%);
}

.jq_js .sheshi h5:nth-child(2) span::after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 256px;
    height: 1px;
    background-color: #e60012;
}

.jq_js .sheshi h5:nth-child(2) {
    left: 11%;
    top: 40%;
}

.jq_js .sheshi h5:nth-child(2) i {
    top: 48%;
    left: 279%;
    transform: translateX(0);
}

.jq_js .sheshi h5:nth-child(3) span::after {
    left: 96%;
    top: -8%;
    transform: translateY(-50%);
    width: 263px;
    height: 1px;
    background-color: #e60012;
    -webkit-transform: rotateZ(347deg);
    -moz-transform: rotateZ(347deg);
    -ms-transform: rotateZ(347deg);
    -o-transform: rotateZ(347deg);
    transform: rotateZ(347deg);
}

.jq_js .sheshi h5:nth-child(3) {
    left: 7%;
    top: 64%;
}

.jq_js .sheshi h5:nth-child(3) i {
    top: -69%;
    left: 279%;
    transform: translateX(0);
}

.jq_js .sheshi h5:nth-child(4) span::after {
    left: 27%;
    top: -142%;
    transform: translateY(-50%);
    width: 231px;
    height: 1px;
    background-color: #e60012;
    -webkit-transform: rotateZ(319deg);
    -moz-transform: rotateZ(319deg);
    -ms-transform: rotateZ(319deg);
    -o-transform: rotateZ(319deg);
    transform: rotateZ(319deg);
}

.jq_js .sheshi h5:nth-child(4) {
    left: 15%;
    top: 90%;
}

.jq_js .sheshi h5:nth-child(4) i {
    top: -287%;
    left: 167%;
    transform: translateX(0);
}

.jq_js .sheshi h5:nth-child(5) span::after {
    left: -226%;
    top: 50%;
    width: 397px;
    height: 1px;
    background-color: #e60012;
}

.jq_js .sheshi h5:nth-child(5) {
    left: 60%;
    top: 83%;
}

.jq_js .sheshi h5:nth-child(5) i {
    top: 47%;
    left: -232%;
    transform: translateX(0);
}

.jq_js .sheshi h5:nth-child(6) span::after {
    left: -295%;
    top: 50%;
    width: 436px;
    height: 1px;
    background-color: #e60012;
}

.jq_js .sheshi h5:nth-child(6) {
    left: 78%;
    top: 67%;
}

.jq_js .sheshi h5:nth-child(6) i {
    top: 47%;
    left: -303%;
    transform: translateX(0);
}

.jq_js .sheshi h5:nth-child(7) span::after {
    left: -165%;
    top: 50%;
    width: 245px;
    height: 1px;
    background-color: #e60012;
}

.jq_js .sheshi h5:nth-child(7) {
    left: 71%;
    top: 40%;
}

.jq_js .sheshi h5:nth-child(7) i {
    top: 47%;
    left: -175%;
    transform: translateX(0);
}


/*  活动公告*/

.jq_js .gonggao {
    height: calc(100vh - 107px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.jq_js .gonggao .neiropmngh {
    height: 100%;
    width: 71%;
    background-color: #fff;
    padding: 60px 10px 45px;
    box-sizing: border-box;
    overflow-y: auto;
}
.jq_js .gonggao .neiropmngh::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.jq_js .gonggao .neiropmngh::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #f19149;
    background: #f19149;
}

.jq_js .gonggao .neiropmngh::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px #f19149;
    border-radius: 10px;
    background: #ededed;
}

.jq_js .gonggao .neiropmngh .shang_zuoy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.jq_js .gonggao .neiropmngh .shang_zuoy .zuo {
    flex: 0 0 48%;
    max-width: 48%;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.jq_js .gonggao .neiropmngh .shang_zuoy .zuo img {
    width: 100%;
}

.jq_js .gonggao .neiropmngh .shang_zuoy .you {
    flex: 0 0 47.5%;
    max-width: 47.5%;
    padding-right: 20px;
    box-sizing: border-box;
}

.jq_js .gonggao .neiropmngh .shang_zuoy .you .sj {
    font-size: 1rem;
    color: #646464;
}

.jq_js .gonggao .neiropmngh .shang_zuoy .you h5 {
    font-size: 1.875rem;
    color: #161616;
    margin-top: 30px;
    font-weight: unset;
}

.jq_js .gonggao .neiropmngh .shang_zuoy .you h6 {
    font-size: 1.125rem;
    color: #000000;
    line-height: 34px;
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    font-weight: unset;
}

.jq_js .gonggao .neiropmngh .xia_lb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange {
    padding: 0 8px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    margin-top: 50px;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange .nr img {
    width: 100%;
    height: auto;
    display: block;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange .xia {
    padding: 20px 20px 68px;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange:hover .xia {
    background: linear-gradient( to right, #2a3976, #b12f31, #f7af3a) no-repeat;
    background: -webkit-linear-gradient( left, #2a3976, #b12f31, #f7af3a) no-repeat;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange .xia .sj {
    color: #646464;
    font-size: 1rem;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange:hover .xia .sj {
    color: #fff;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange .xia .bt {
    color: #000000;
    font-size: 1.125rem;
    margin-top: 15px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange:hover .xia .bt {
    color: #fff;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange .xia .ms {
    color: #969696;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 30px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.jq_js .gonggao .neiropmngh .xia_lb .dange:hover .xia .ms {
    color: #fff;
}


/* 预约说明 */

.jq_js .yuyue {
    height: calc(100vh - 107px);
    box-sizing: border-box;
    padding: 36px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.jq_js .yuyue .neirong {
    width: 80%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 30px;
    padding-top: 62px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.jq_js .yuyue .neirong .shuaomi_nr {
    width: 63%;
}

.jq_js .yuyue .neirong h5 {
    text-align: center;
    color: #161616;
    font-size: 2.25rem;
}

.jq_js .yuyue .neirong .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.jq_js .yuyue .neirong .zuoyou .zuo {
    flex: 0 0 57%;
    max-width: 57%;
}

.jq_js .yuyue .neirong .zuoyou .zuo .bt1 {
    font-weight: bold;
    color: #161616;
    font-size: 1rem;
    text-transform: uppercase;
}

.jq_js .yuyue .neirong .zuoyou .zuo .bt2 {
    margin-top: 15px;
    line-height: 80px;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 20px;
}

.jq_js .yuyue .neirong .zuoyou .zuo .mia_shu {
    color: #161616;
    font-size: 1rem;
    line-height: 40px;
    margin-top: 15px;
    padding-bottom: 20px;
        max-height: 177px;
    overflow-y: auto;
}

.jq_js .yuyue .neirong .zuoyou .you {
    flex: 0 0 37%;
    max-width: 37%;
    background-color: #fff;
    border: 1px solid #f19149;
    border-radius: 5px;
    background-color: #fff;
    padding: 22px;
    box-sizing: border-box;
}

.jq_js .yuyue .neirong .zuoyou .you img {
    width: 100%;
}

.jq_js .yuyue .neirong .zuoyou .you .ming {
    color: #161616;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    padding: 30px 0 5px;
}