.sy {
    width: 100%;
    background-color: #f6f6f6;
    /* padding-bottom: 80px; */
}

.sy_banner {
    width: 100%;
    background-color: #2198c3;
    position: relative;
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.sy_banner img {
    width: 100%;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
}

.sy_nav {
    width: 100%;
    /* position: fixed;
    left: 0;
    top: 0;
    z-index: 16; */
    background-color: #128892;
}

.sy_nav_gun {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 16;
}

.sy_nav_con {
    width: 1200px;
    margin: 0 auto;
}

.sy_nav_mid {
    width: 900px;
    float: left;
    display: flex;
    justify-content: space-between;
}

.sy_nav_mid li {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #0d6269;
}

.sy_nav_mid li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
    /* padding: 10px 0; */
    box-sizing: border-box;
}

.sy_nav_act {
    color: #ffffff;
    font-size: 16px !important;
    background-color: #0d6269;
}

.sy_nav_mid li a:hover {
    color: #ffffff;
    font-size: 16px !important;
    background-color: #0d6269;
}

.sy_nav_mid li:last-child {
    border: none;
}


/* .sy_nav_mid li:last-child a {
    width: auto !important;
    font-weight: normal;
    border-bottom: none;
    color: #fff;
    font-size: 16px !important;
    height: auto !important;
    line-height: 1 !important;
    display: inline-block;
} */

.daohang_btns {
    width: auto;
    float: right;
}

.dl_btns {
    display: inline-block;
    padding: 3px 18px;
    height: auto !important;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0d6269;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 12px;
}

.lingqu {
    display: inline-block;
    padding: 3px 18px;
    height: auto !important;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0d6269;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 12px;
}


/* .dl_btns:hover {
    background-color: #128893;
    color: #ffffff;
} */

.sy_jiemu {
    width: 1200px;
    margin: 0 auto;
    background-color: #f6f6f6;
}

.jm_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.jm_title {
    width: 150px;
    margin: 60px auto 0;
}

.jm_subtitle {
    width: 100%;
    margin: 30px auto 0;
}

.jm_subtitle p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 1.5;
}

.jm_subtitle p a {
    /* display: inline-block; */
    padding: 1px 10px;
    color: #fff;
    background-color: #128893;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    margin-left: 30px;
}

.jm_title img {
    display: block;
    width: 100%;
}

.jm_search {
    width: 100%;
    margin: 60px auto 0;
}

.jm_search_list {
    width: 360px;
    float: left;
    margin-left: 20px;
    box-sizing: border-box;
}

.jm_search .jm_search_list:nth-child(1) {
    margin-left: 0;
}

.jm_search_list p {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    text-align: left;
    width: 80px;
    float: left;
}

.m_wrap {
    display: block;
    width: calc(100% - 90px);
    float: right;
    height: 35px;
    font-size: 16px;
    border: 1px solid #128893;
    border-radius: 3px;
    padding: 0 5px;
    outline: none;
}

.select_box {
    position: relative;
    display: block;
    width: calc(100% - 90px);
    float: right;
    height: 35px;
    font-size: 16px;
    /* border: 1px solid #128893; */
    border-radius: 3px;
    padding: 0 5px;
    outline: none;
}

.select {
    padding: 5px 10px;
    border: 1px solid #128893;
    background: url(../image/xiala.png) no-repeat scroll 95% center transparent;
    border-radius: 3px;
}

.select:hover {
    cursor: pointer;
}

.select span {
    display: block;
    /*background:url("../../img/downicon.png") no-repeat right;
	*/
}

.list {
    display: none;
    position: absolute;
    top: 41px;
    left: 4px;
    width: calc(100% - 8px);
    border: 1px solid #dedede;
    border-top: none;
    background-color: #128892;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index:2;
}

.list li {
    padding: 10px 10px;
    border-bottom: 1px solid #35b882;
    font-size: 15px;
}

.list li:hover {
    background: #35b882;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../image/xiala.png) no-repeat scroll 96% center transparent;
}

.sy_sousuo {
    width: 100%;
    margin: 60px auto 0;
}

.sy_sousuo input {
    display: block;
    float: left;
    width: calc(100% - 150px);
    border: 2px solid #e6e6e6;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 15px;
    outline: none;
    background: url(../image/sousuo.png)no-repeat scroll 96% center transparent;
}

.sy_sousuo button {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #128893;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    border-radius: 3px;
    float: right;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.sy_sousuo button:hover {
    background-color: #35b882;
}



.sy_jiemu_terrific {
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: lightblue; */
}

    .sy_jiemu_terrific .jm_search {
        width: 255px;
        margin: 0;
        /* background-color: orange; */
    }

    .sy_jiemu_terrific .jm_search_list {
        width: 100%;
    }

    .sy_jiemu_terrific .select_box {
        width: 100%;
        height: auto;
    }

        .sy_jiemu_terrific .select_box .select {
            height: 40px;
        }

    .sy_jiemu_terrific .sy_sousuo {
        width: calc(100% - 300px);
        margin: 0;
    }



.sy_list {
    width: 100%;
    margin: 60px auto 0;
    border-radius: 8px;
}

.sy_list_mid {
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px 25px;
    border-radius: 5px;
    margin-top: 60px;
}

.sy_list_con {
    width: 100%;
}

.sy_list_left {
  /* width: 350px;
  height: 230px; */
  width: 171px;
  height: 230px;
  position: relative;
  overflow: hidden;
  float: left;
}

.sy_list_left img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.735s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease; */
}

.sy_list_left:hover img {
  /* transform: scale(1.1) translate(-50%, -50%); */
  transform: scale(1.1);
}

.sy_list_biao {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background-color: #128893;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    padding: 5px 10px;
}

.sy_list_zhong {
    width: 554px;
    height: 230px;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-left: 50px;
    padding-right: 25px;
    border-right: 1px solid #666666;
}

.sy_list_title {
    width: 100%;
    margin: 0 auto;
}

.sy_list_h2 {
    font-size: 16px;
    color: #000000;
    height: 60px;
}

.sy_list_h2 span {
    color: #000;
    cursor: pointer;
}

.list_baioqian {
    /* display: inline-block; */
    padding: 1px 10px;
    color: #fff;
    background-color: #128893;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}

.list_baioqian:hover {
    padding: 1px 10px;
    color: #fff !important;
    background-color: #128893;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}

.sy_list_xinxi {
    width: 100%;
    margin-top: 15px;
}

.sy_list_xinxi p {
    font-size: 15px;
    line-height: 1;
    color: #333333;
    text-align: left;
    margin-top: 18px;
}

.sy_list_right {
    width: 330px;
    height: 230px;
    position: relative;
    float: right;
    margin-right: 10px;
}

.keyuyue {
    display: block;
    width: 250px;
    height: 45px;
    background-color: #35b882;
    font-size: 18px;
    line-height: 45px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    margin: 40px auto 0;
}

.yiyueman {
    display: block;
    width: 250px;
    height: 45px;
    background-color: #e4007f;
    font-size: 18px;
    line-height: 45px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    margin: 40px auto 0;
}

.keyuyue:hover {
    background-color: #128893;
}

.sy_list_right p {
    text-align: center;
    color: #333333;
    line-height: 1.5;
    margin-top: 35px;
    font-size: 16px;
}

.sy_list_btns {
    width: 250px;
    margin: 30px auto 0;
}

.sy_list_btns a {
    width: 110px;
    display: block;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    font-size: 16px;
    background-color: #128893;
    border: none;
    outline: none;
    border-radius: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.sy_list_btns button {
    width: 110px;
    display: block;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    font-size: 16px;
    background-color: #128893;
    border: none;
    outline: none;
    border-radius: 4px;
    float: right;
}


/* .sy_list_btns button:nth-child(1) {
    float: left;
}

.sy_list_btns button:nth-child(2) {
    float: right;
} */

.sy_list_btns button:hover {
    background-color: #35b882;
}

.sy_list_btns a:hover {
    background-color: #35b882;
    color: white;
}

.xiangqing {
    width: 100%;
    margin-top: 50px;
    display: none;
}

.xq_xinxi {
    width: 100%;
}

.xq_xinxi h2 {
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 1;
}

.xq_xinxi p {
    width: 100%;
    color: #333333;
    text-align: left;
    line-height: 1.5;
    margin-top: 15px;
    font-size: 15px;
}

.xinxi_nav {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.xx_nav_left {
    width: 700px;
    float: left;
}

.xx_nav_left_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xx_nav_left_ul li {
    width: 130px;
    position: relative;
    height: 35px;
    background-color: #128893;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
}

.xx_nav_left_ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

.xx_nav_act {
    background-color: #35b882 !important;
}

.xx_nav_act:after {
    width: 0;
    content: "";
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #35b882;
    position: absolute;
    bottom: -7px;
    left: 40%;
}

.xx_nav_right {
    width: 100px;
    float: right;
}

.xx_nav_right p {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.xx_nav_right img {
    display: inline-block;
    width: 12px;
    margin-left: 5px;
    vertical-align: middle;
}

.yanz_mid {
    width: 100%;
    margin: 40px auto 0;
}

.yanz_map {
    width: 100%;
    margin-bottom: 30px;
}

.img_list {
    width: 100%;
}

.img_list li {
    display: inline-block;
    height: 130px;
    width: auto;
    margin-right: 10px !important;
    margin-top: 8px;
    position: relative;
}

.img_list li p {
    width: 206px;
    font-size: 15px;
    color: #333333;
    text-align: left;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
}

.img_list_map {
    width: 206px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.img_list_map img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    text-align: center;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* .img_list li img {
    display: block;
    height: 130px;
    width: auto;
} */

.img_list1 li img {
    display: block;
    height: 120px !important;
    width: auto;
}

.yanz_video {
    width: 1100px;
    height: 650px;
}

.yanz_video video {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.yanz_zixun {
    width: 200px;
}

.yanz_zixun a {
    display: block;
    width: 100%;
    background-color: #128893;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
}

.yanz_zixun a:hover {
    background-color: #35b882;
}

.yanz_baodao {
    width: 100%;
}

.yanz_baodao li {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}

.yanz_baodao li a {
    display: block;
    width: 100%;
}

.baodao_left {
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.baodao_left img {
    display: block;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    transition: .5s all linear;
    object-fit: cover;
    object-position: center;
}

.xq_baodao_right {
    width: 720px !important;
}

.yanz_baodao li:hover img {
    transform: scale(1.05);
}

.baodao_right {
    width: 760px;
    float: right;
}

.baodao_right1 {
    width: 700px;
    float: right;
}

.baodao_right h2 {
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
    height: 58px;
    margin-top: 10px;
}

.baodao_right p {
    width: 100%;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 25px;
    line-height: 1;
}

.baodao_right h3 {
    width: 100%;
    font-size: 15px;
    color: #777;
    margin-top: 20px;
    line-height: 1;
    font-weight: normal;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.xq_con {
    width: 100%;
    border-bottom: 2px dashed #7d7d7d;
    padding-bottom: 30px;
    margin-top: 30px;
}

.jmxq_nav {
    width: 100%;
    background-color: #128893;
}

.jmxq_nav_gun {
    background-color: #d5ebe3;
}

.jmxq_nav_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.jmxq_nav_mid {
    width: 1000px;
    /* float: right; */
    /* display: flex;
    justify-content: space-between; */
}

.jmxq_nav_mid li {
    width: 170px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.jmxq_nav_mid li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    border-right: 1px solid #0d6269;
}

.jmxq_nav_act {
    background-color: #0d6269;
}

.jmxq_nav_mid li a:hover {
    background-color: #0d6269;
}

.jmxq_nav_mid li:last-child a {
    font-weight: normal;
    border-bottom: none;
    color: #fff;
    font-size: 16px !important;
}

.jmxq_nav_mid li:nth-child(5) a {
    border-right: none;
}

.jmxq_dl {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 16;
}

.jmxq_dl_btns {
    border: 1px solid #128893;
    display: block;
    width: 200px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 44px;
    margin-top: 3px;
    font-weight: 600;
    background-color: #0d6269;
}

.jmxq_con {
    width: 100%;
}

.jmxq_mid {
    width: 1200px;
    margin: 40px auto 0;
    background-color: #ffffff;
    padding: 40px 50px;
    box-sizing: border-box;
    border-radius: 5px;
}

.jmxq_title {
    width: 100%;
}

.jmxq_title_left {
    /* width: 500px;
  height: 300px; */
    width: 250px;
    height: 338px;
    overflow: hidden;
    position: relative;
    float: left;
}

    .jmxq_title_left img {
        /* display: block;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease; */
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.735s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .jmxq_title_left:hover img {
        /* transform: scale(1.1) translate(-50%, -50%); */
        transform: scale(1.1);
        cursor: pointer;
    }

.jmxq_title_right {
    width: 800px;
    height: 338px;
    float: left;
    margin-left: 50px;
    position: relative;
}

.jmxq_title_h2 {
    font-size: 24px;
    color: #000000;
    height: 60px;
}

.jmxq_title_h2 a {
    /* display: inline-block; */
    padding: 1px 10px;
    color: #fff;
    background-color: #128893;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}

.sy_list_title p {
    font-size: 15px;
    color: #333333;
    line-height: 1;
    margin-top: 15px;
}

.jmxq_title_btns {
    width: 100%;
    /* margin-top: 15px; */
    position: absolute;
    left: 0;
    bottom: 0;
}
.jmxq_title_btns a {
    display: inline-block;
    background-color: #128893;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}

.jmxq_title_btns a:hover {
    background-color: #35b882;
    color: #ffffff !important;
}

.jmxq_title_btns a:nth-child(1) {
    width: 150px;
}

.jmxq_title_btns a:last-child {
    width: 150px;
    margin-left: 40px;
}


/* .dl_btns:hover {
    background-color: #128893;
    color: #ffffff;
} */

.jmxq_shipin {
    width: 100%;
    margin: 40px auto 0;
}

.jmxq_biao {
    width: 100%;
}

.jmxq_biao span {
    display: inline-block;
    background-color: #128893;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 3px;
}

.jmxq_sp_con {
    width: 100%;
    margin: 40px auto 0;
    /* display: flex;
    justify-content: space-between; */
}

.jmxq_sp_con li {
    width: 200px;
    float: left;
    margin-right: 20px;
}


/* .jmxq_sp_con li :nth-child(1){
    margin-left: 0;
} */

.jmxq_sp_con li p {
    width: 100%;
    font-size: 15px;
    color: #333333;
    text-align: left;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
}

.jmxq_spslt {
    width: 200px;
    height: 115px;
    overflow: hidden;
    position: relative;
}

.sp_suoluetu {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jmxq_sp_tan {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}

.jmxq_sp_tan img {
    display: block;
    width: 40px;
    margin: 35px auto 0;
}

.jmxq_sp_con li video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.jmxq_tupian {
    width: 100%;
    margin: 40px auto 0;
}

.jmxq_tp_con {
    width: 100%;
    margin: 20px auto 0;
}

.jmxq_tp_con img {
    display: inline-block;
    height: 130px;
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
}

.img_list1 li {
    margin-top: 15px !important;
    /* margin-right: 0 !important; */
}

.jmxq_chang {
    width: 100%;
    margin: 40px auto 0;
}

.jmxq_cd_con {
    width: 100%;
    margin: 40px auto 0;

    font-size: 15px;
    color: #333333;
    text-align: justify;
    line-height: 1.8;
}

.jmxq_cd_con p {
    font-size: 15px;
    color: #333333;
    text-align: justify;
    line-height: 1.8;
}

.jmxq_ge {
    width: 100%;
    margin: 40px auto 0;

    font-size: 15px;
    color: #333333;
    text-align: justify;
    line-height: 1.8;
}

.table {
    width: 100%;
    border: 1px solid #333333;
}

.table tr th {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.table tr th:nth-child(1) {
    width: 300px;
}

.table tr th:nth-child(2) {
    width: 800px;
}

.table tr td {
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: left;
}

.table tr td:nth-child(1) {
    text-align: center;
}

.table1 {
    width: 100%;
    border: 1px solid #333333;
}

.table1 tr th {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.table1 tr th:nth-child(1) {
    width: 200px;
}

.table1 tr th:nth-child(2) {
    width: 200px;
}

.table1 tr th:nth-child(3) {
    width: 700px;
}

.table1 tr td {
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: left;
}

.table1 tr td:nth-child(1) {
    text-align: center;
}

.table1 tr td:nth-child(2) {
    text-align: center;
}

.table2 {
    width: 100%;
    border: 1px solid #333333;
}

.table2 tr th {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.table2 tr th:nth-child(1) {
    width: 150px;
}

.table2 tr th:nth-child(2) {
    width: 150px;
}

.table2 tr th:nth-child(3) {
    width: 300px;
}

.table2 tr th:nth-child(4) {
    width: 500px;
}

.table2 tr td {
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: left;
}

.table2 tr td:nth-child(1) {
    text-align: center;
}

.table2 tr td:nth-child(2) {
    text-align: center;
}

.table2 tr td:nth-child(3) {
    text-align: center;
}

.jmxq_yulan {
    width: 100%;
    margin: 40px auto 0;
}


/* 我要预约 */

.yuyue {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.editYuyue {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 17;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.yy_com {
    width: 1200px;
    margin: 2% auto 0;
}

.yy_close {
    width: 40px;
    margin: 0 auto;
}

.yy_close img {
    display: block;
    width: 100%;
}

.yy_mid {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 50px;
    margin-top: 40px;
    height: 80vh;
    overflow: hidden;
    overflow-y: scroll;
}

.yy_title {
    width: 1000px;
    margin: 0 auto;
}

.yy_title h2 {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 1px;
}

.yy_shu {
    /* width: 800px; */
    width: 1000px;
    padding-left: 50px;
    box-sizing: border-box;
    margin: 30px auto 0;
    /* background-color: lightblue; */
}
.yy_list1 {
    width: 100%;
    margin-top: 30px;
    padding-right: 140px;
    box-sizing: border-box;
}
.yy_list1 p {
    font-size: 16px;
    color: #333333;
    width: 230px;
    float: left;
    text-align: left;
    line-height: 40px;
}

.yy_list_danwei {
    width: 550px;
    float: right;
}

.yy_list_input {
    width: 550px;
    float: right;
    box-sizing: border-box;
}

.yy_list_input input {
    display: block;
    width: 100%;
    border: 1px solid #128993;
    height: 35px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
}

.yy_list_input textarea {
    display: block;
    width: 100%;
    border: 1px solid #128993;
    height: 135px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px 20px;
    outline: none;
    font-size: 15px;
}
.yy_list1_school {
    padding-right: 0;
    /* background-color: orange; */
}
.yy_list_xingzhi {
    width: 550px;
    float: right;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.yy_list_xingzhi1 {
    width: 690px;
    float: right;
    box-sizing: border-box;
    /* display: flex;
    justify-content: space-between; */
    /* background-color: pink; */
}
.yy_xz_list {
    width: 110px;
    /* background-color: #128893; */
    border: 1px solid #128893;
    text-align: center;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #333333;
    cursor: pointer;
}

.yy_xz_listact {
    color: #ffffff;
    background-color: #128893;
}

.yy_map_input {
    width: 550px;
    float: right;
    box-sizing: border-box;
}

.yy_map_list {
    width: 110px;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-left: 35px;
    position: relative;
}

.yy_map_input .yy_map_list:nth-child(1) {
    margin-left: 0;
}

.yy_map_list img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat center;
    position: absolute;
    z-index: 15;
}

.yulan_colse {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 5px 0;
    z-index: 16;
    cursor: pointer;
}

.yy_map_tishi {
    width: 100%;
    margin-top: 12px;
}

.yy_map_tishi p {
    width: 550px;
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 1;
    letter-spacing: 1px;
}

.yy_list1 h2 {
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 40px;
    font-weight: normal;
    width: 310px;
    float: left;
}

.yy_list1_xuan {
    width: calc(100% - 320px);
    float: right;
}

.yy_list1_xuan a {
    display: inline-block;
    font-size: 15px;
    width: 200px;
    height: 35px;
    color: #333333;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #128893;
}

.yy_list1_xuanact {
    color: #ffffff !important;
    background-color: #128893 !important;
}

.yy_list1_xuan a:nth-child(2) {
    margin-left: 40px;
}

.yy_list_btn {
    width: 300px;
    margin: 50px auto;
}

.yy_list_btn button {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 16px;
    background-color: #128893;
    color: #ffffff;
    text-align: center;
    line-height: 43px;
    border: none;
    outline: none;
    border-radius: 4px;
}

.jcsp {
    width: 100%;
    margin: 100px auto 0;
    background-color: #f6f6f6;
}

.jcsp_con {
    width: 1200px;
    margin: 0 auto;
}

.jcsp_mid {
    width: 100%;
    margin: 30px auto 0;
}

.jctp_mid {
    width: 100%;
    margin: 30px auto 0;
}

.jcsp_mid_ul {
    width: 100%;
}

.jcsp_mid_ul li {
    width: 255px;
    box-sizing: border-box;
    padding-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
    float: left;
    margin-left: 60px;
    margin-top: 30px;
}

.jcsp_mid_ul li:nth-child(4n+1) {
    margin-left: 0;
}

.jcsp_mid_ul li a {
    display: block;
    width: 100%;
}

.jcsp_map {
    width: 100%;
    /* height: 145px; */
    height: 345px;
    overflow: hidden;
    position: relative;
}

    .jcsp_map img {
        display: block;
        width: 100%;
        height: auto;
        min-height: 100%;
        /* height: 100%; */
        /* background-size: cover;
  background-repeat: no-repeat center; */
    }

    .jcsp_map .sy_list_biao {
        left: auto;
        right: 0;
    }

.jcsp_mid_list h2 {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: normal;
    margin-top: 10px;
    height: 55px;
}

.jcsp_mid_text {
    width: 100%;
    margin-top: 10px;
}

.jcsp_mid_text p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-top: 5px;
}

.chakan_more {
    width: 100%;
    margin: 60px auto 0;
}

.ck_gengduo {
    display: block;
    width: 250px;
    height: 40px;
    margin: 0 auto;
    background-color: #128993;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.ck_gengduo img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.ck_gengduo span {
    font-size: 16px;
    line-height: 1;
    line-height: 40px;
}

.tc_shipin {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.tc_sp_con {
    width: 1200px;
    margin: 5% auto 0;
}

.tc_sp_mid {
    width: 800px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto 0;
}

.tc_sp_mid h2 {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
}

.tc_sp_mid p {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

.tc_sp_mid p span {
    margin-left: 30px;
}

.tc_sp_mid p span:nth-child(1) {
    margin-left: 0;
}

.tc_video {
    width: 700px;
    height: 400px;
    margin: 30px auto 0;
}

.tc_video video {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.jctp_list {
    width: 100%;
    margin: 60px auto 0;
}

.jctp_title {
    width: 100%;
}

.jctp_title_left {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.jctp_title_left img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.jctp_title_right {
    width: 1050px;
    float: right;
}

.jctp_title_right h2 {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: normal;
    letter-spacing: 1px;
}

    .jctp_title_right h2 .jctpType {
        font-size: 14px;
        color: #fff;
        padding: 3px 8px;
        border-radius: 4px;
        margin-left: 10px;
        position: relative;
        top: -1px;
    }

.jctp_title_right p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    margin-top: 30px;
}

.jctp_title_right p span {
    margin-left: 30px;
}

.jctp_title_right p span:nth-child(1) {
    margin-left: 0;
}

.jctp_list_tu {
    width: 100%;
    margin: 20px auto 0;
}

.yanz_list_map {
    width: 100%;
}

.yanz_list_map ul li img {
    display: block;
    height: 100%;
    width: auto;
}

.jctp_map_list li {
    display: inline-block;
    height: 120px;
    width: auto;
    margin-left: 20px;
    margin-top: 20px;
}

.xwbd_mid {
    width: 100%;
    margin: 60px auto 0;
}

.xinwen_baodao {
    width: 100%;
}

.xinwen_baodao li {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}

.xinwen_baodao li:hover {
    background-color: #ebe5e5;
}

.xinwen_baodao li a {
    display: block;
    width: 100%;
}

.xinwen_left {
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.xinwen_left img {
    display: block;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    transition: .5s all linear;
    object-fit: cover;
    object-position: center;
}

.xinwen_baodao li:hover img {
    transform: scale(1.05);
}

.xinwen_right {
    width: 820px;
    float: right;
}

    .xinwen_right h2 {
        width: 100%;
        font-size: 20px;
        color: #000000;
        /*line-height: 1.7;*/
        line-height: 29px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        letter-spacing: 1px;
        height: 58px;
        /* margin-top: 10px; */
    }
        .xinwen_right h2 .xinwenType {
            font-size: 14px;
            color: #fff;
            padding: 3px 8px;
            border-radius: 4px;
            margin-left: 10px;
            position: relative;
            top: -1px;
        }

.xinwen_right p {
    width: 100%;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 20px;
    line-height: 1;
}

.xinwen_right h3 {
    width: 100%;
    font-size: 15px;
    color: #777;
    margin-top: 20px;
    line-height: 1;
    font-weight: normal;
}

.denglu {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 17;
    display: none;
}

.zxx_dl {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 17;
    display: none;
}

.xiugaixinxi {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 17;
    display: none;
}

.dl_con {
    width: 600px;
    margin: 5% auto 0;
}

.dl_close {
    width: 40px;
    margin: 0 auto;
}

.dl_close img {
    display: block;
    width: 100%;
}

.dl_mid {
    width: 600px;
    padding: 30px 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 40px auto 0;
}

.ws_mid {
    width: 600px;
    padding: 30px 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 40px auto 0;
}

.ws_mid h2 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 40px;
}

.ws_shu {
    width: 500px;
    margin: 30px auto 0;
}

.ws_shu p {
    font-size: 16px;
    color: #333;
    text-align: right;
    width: 150px;
    float: left;
    line-height: 45px;
}

.ws_shu input {
    display: block;
    font-size: 16px;
    color: #333;
    width: 330px;
    float: right;
    height: 45px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    border-radius: 5px;
    /* margin-top: 35px; */
    padding: 0 15px;
    box-sizing: border-box;
}

.ws_shu select {
    display: block;
    font-size: 16px;
    color: #333;
    width: 330px;
    float: right;
    height: 45px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    border-radius: 5px;
    /* margin-top: 35px; */
    padding: 0 15px;
    box-sizing: border-box;
}

.ws_shu_ul {
    width: 330px;
    float: right;
    /* display: flex;
    justify-content: space-between; */
}

.ws_shu_ul3 {
    width:100%;
    /*width: 550px;*/
    float: right;
    /* display: flex;
    justify-content: space-between; */
}

.ws_shu_ul3 li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
    .ws_shu_ul3 li:last-child {
        margin-right: 0px;
    }
.ws_shu_ul li {
    width: 90px;
    border: 1px solid #128892;
    text-align: center;
    height: 40px;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    border-radius: 4px;
    cursor: pointer;
}

.ws_shu_ulact {
    background-color: #128892;
    color: #ffffff !important;
}

.ws_close {
    width: 40px;
    margin: 0 auto;
}

.ws_close img {
    display: block;
    width: 100%;
}

.dl_nav {
    width: 100%;
}

.dl_nav_ul {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #999999;
}

.dl_nav_ul li {
    display: inline-block;
}

.dl_nav_ul li a {
    display: inline-block;
    font-size: 20px;
    color: #999999;
    padding: 10px 5px;
}

.dl_nav_act {
    color: #128892 !important;
    border-bottom: 2px solid #128892;
}

.dl_kuang {
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 30px;
}

.dl_shu {
    width: 400px;
    margin: 0 auto;
}

.dl_shu input {
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 35px;
    padding: 0 15px;
    box-sizing: border-box;
}

.dl_shu1 input {
    display: block;
    width: calc(100% - 90px) !important;
    height: 45px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 35px;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
}

.validateImg {
    float: right;
    margin-top: 45px;
}

.dl_shu input:nth-child(1) {
    margin-top: 20px;
}

.dl_shu_btn {
    width: 400px;
    margin: 50px auto 0px;
}

.dl_shu_btn button {
    width: 100%;
    display: block;
    height: 45px;
    outline: none;
    border: none;
    background-color: #128892;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border-radius: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}

.dl_shu_btn button:hover {
    background-color: #35b882;
}

.dl_shu_tishi {
    width: 400px;
    margin: 30px auto 0;
}

.dl_shu_tishi p {
    font-size: 13px;
    color: #999999;
    line-height: 1.8;
}

.dl_shu_tishi p a {
    color: #128892;
    text-decoration: underline;
}

.dl_shu1 {
    width: 400px;
    margin: 0 auto;
}

.dl_shu1 input {
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 35px;
    padding: 0 15px;
    box-sizing: border-box;
}

.dl_shu1 input:nth-child(1) {
    margin-top: 35px;
}

.dl_yanzheng {
    width: 100%;
    margin-top: 35px;
}

.dl_yanzheng input {
    display: block;
    width: calc(100% - 170px);
    height: 45px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    margin: 0 !important;
}

.dl_yanzheng button {
    display: block;
    float: right;
    width: 150px;
    font-size: 17px;
    color: #ffffff;
    border: none;
    outline: none;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background-color: #128892;
    border-radius: 5px;
}

.dl_yanzheng button:hover {
    background-color: #35b882;
}

.wode {
    width: 100%;
    background-color: #f6f6f6;
}

.wd_con {
    width: 1200px;
    margin: 0px auto 0;
}

.wd_nav {
    width: 100%;
    margin: 60px auto 0;
}

    .wd_nav a {
        display: block;
        width: 500px;
        color: #ffffff;
        border-radius: 4px;
        line-height: 1;
        font-size: 16px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #b5b5b5;
    }

.wd_nav a:nth-child(1) {
    float: left;
/*    background-color: #128892;*/
}

.wd_nav a:nth-child(2) {
    float: right;
    /*background-color: #b5b5b5;*/
}
    .wd_nav a.curActive {
        background-color: #128892;
    }
.wd_mid {
    width: 100%;
    margin: 60px auto 0;
}

.wd_list {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 40px;
}

.wd_list_top {
    width: 100%;
}

.wd_list_topl {
  /* width: 350px;
  height: 230px;
  position: relative;
  overflow: hidden;
  float: left; */
  width: 171px;
  height: 230px;
  position: relative;
  overflow: hidden;
  float: left;
}

.wd_list_topl img {
    display: block;
  width: 100%;
  height: 100%;
  transition: all 0.735s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* display: block;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}


/* .wd_list_topl:hover img {
    transform: scale(1.1);
} */

.wd_list_zhong {
    width: 635px;
    height: 230px;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-left: 50px;
    padding-right: 25px;
}

.wd_list_title {
    width: 100%;
    margin: 0 auto;
}

.wd_list_h2 {
    font-size: 16px;
    color: #000000;
    height: 60px;
}

.wd_list_h2 a {
    /* display: inline-block; */
    padding: 1px 10px;
    color: #fff;
    background-color: #128893;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}

.wd_list_xinxi {
    width: 100%;
}

.wd_list_xinxi p {
    font-size: 15px;
    line-height: 1;
    color: #333333;
    text-align: left;
    margin-top: 18px;
}

.wd_nav_right {
    width: 100px;
    float: right;
    /* margin-top: 20px; */
}

.wd_nav_right p {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}

.wd_nav_right img {
    display: inline-block;
    width: 16px;
    margin-left: 5px;
    vertical-align: middle;
}

.shenqing {
    width: 100%;
    margin: 50px auto 0;
}

.sq_title {
    width: 100%;
}

.sq_title h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-align: left;
}

.sq_con {
    width: 100%;
    margin: 30px auto 0;
}

.sq_list {
    width: 100%;
}

.sq_list_left {
    width: 200px;
    float: left;
}

.sq_list_left p {
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 1;
    margin-top: 15px;
}

.sq_list_zh {
    width: 45px;
    height: 45px;
    margin: 0 40px;
    float: left;
}

.sq_list_zh img {
    display: block;
    width: 100%;
    height: 100%;
}

.sq_list_right {
    width: 760px;
    float: right;
}

.sq_list_right p {
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 1;
    margin-top: 15px;
}

.sq_list_right p a {
    margin: 0 10px;
    color: #128892;
    text-decoration: underline;
}

.sq_list_zhuang {
    width: 100%;
    margin-top: 20px;
}

.sq_list_zhuang a {
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
    color: #128892;
    text-decoration: underline;
    font-size: 16px;
}

.sq_list_zhuang a:nth-child(1) {
    margin-left: 0;
}

.xian {
    width: 5px;
    margin-left: 260px;
}

.xian img {
    display: block;
    width: 100%;
}

.diaocha {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 18;
}

.dc_con {
    width: 1000px;
    margin: 5% auto 0;
}

.dc_colse {
    width: 40px;
    margin: 0 auto;
}

.dc_colse img {
    display: block;
    width: 100%;
}

.dc_mid {
    width: 1000px;
    background-color: #ffffff;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 30px auto 0;
    height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
}

.dc_title {
    width: 100%;
}

.dc_title h2 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
}

.dc_xinxi {
    width: 100%;
    margin: 40px auto 40px;
    display: flex;
    justify-content: space-between;
}

.dc_xx_left {
    width: 270px;
    text-align: center;
}

.dc_xx_left p {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}

.dc_xx_left input {
    display: inline-block;
    width: 120px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #128892;
    height: 30px;
    box-sizing: border-box;
    padding: 0 5px;
    outline: none;
}

.noxuan {
    background-color: #eeeeee !important;
    border: 1px solid #eeeeee !important;
}

.dc_xuan {
    width: 100%;
    margin-top: 40px;
}

.dc_xuan p {
    width: 100%;
    font-size: 15px;
    color: #333333;
    line-height: 1;
}

.dc_dan {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 15px;
    color: #333333;
    line-height: 1;
}

.dc_daan {
    display: inline-block;
}

.dc_yijian {
    width: 100%;
    margin-top: 30px;
}

.dc_yijian textarea {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    border: 1px solid #128892;
    outline: none;
    resize: none;
    box-sizing: border-box;
    padding: 10px;
}

.tijiao_btn {
    width: 250px;
    margin: 0 auto;
}

.tijiao_btn button {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    background-color: #128892;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    border-radius: 5px;
    margin: 50px auto;
}

.tijiao_btn button:hover {
    background-color: #35b882;
}

input[type="radio"]+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #35b882;
    margin-right: 8px;
    box-sizing: border-box;
    margin-top: -5px;
}

input[type="radio"]:checked+label::before {
    background-color: #35b882;
    background-clip: content-box;
    /* padding: .149333rem; */
    padding: 2px;
    box-sizing: border-box;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


/* 图片预览 */

.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 900px;
    margin-top: 30px;
    /* background-color: #fff; */
    /* padding-bottom: 2.5%; */
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modelCloseOuter {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /* background-color: lightblue; */
}

.modelTostChile p {
    width: 80%;
    font-size: 24px;
    padding: 1%;
    position: absolute;
    left: 10%;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.modelClose {
    /* float: right; */
    cursor: pointer;
    padding-bottom: 10px;
    box-sizing: border-box;
}

    .modelClose img {
        display: block;
        width: 40px;
    }

.modelTostChile .swiper-container {
    width: 100%;
    /* background-color: palegoldenrod; */
}

.modelTostChile .swiper-slide {
    text-align: center;
}

    .modelTostChile .swiper-slide img {
        width: 100%;
        max-width: 100%;
    }

.modelTostChile .swiper-button-prev {
    left: -80px;
    color: #fff;
}

.modelTostChile .swiper-button-next {
    right: -80px;
    color: #fff;
}

@media (max-width: 1199px) {
    .modelTostChile .swiper-button-prev {
        left: -30px;
        color: #fff;
    }

    .modelTostChile .swiper-button-next {
        right: -30px;
        color: #fff;
    }
}
.datu {
    width: 60%;
    position: relative;
    margin: 30px auto 0;
    height: 50vh;
}

.datu img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    /* height: auto; */
    background-size: cover;
    background-repeat: no-repeat center;
    transition: transform 0.25s ease;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-wrapper {
    height: 60vh !important;
}

.modelClose {
    font-size: 60px;
    line-height: 1;
}


/* .swiper-slide {
    width: 800px !important;
} */

.seeImg_popup {
    display: none;
}


/* 分页样式0 */

.box {
    width: 1200px;
    margin: 80px auto 40px;
    text-align: center;
}

.ui-pagination-container {
    height: 34px;
    line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
    font-size: 14px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 5px;
    text-decoration: none;
    border-radius: 3px;
}

.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #128892;
    color: #128892;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: #128892;
    border-color: #128892;
    color: #fff;
    cursor: default;
}

.dibu_xinxi {
    width: 100%;
    background-color: #128892;
    padding: 70px 0 100px;
    margin-top: 100px;
}

.dbxx_con {
    width: 1200px;
    margin: 0 auto;
}

.dbxx_left {
    width: 600px;
    float: left;
}

.dbxx_left h2 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
    line-height: 2;
}

.dbxx_left h2 span {
    display: block;
    width: 100%;
}

.dbxx_left h2 span:nth-child(1) {
    float: left;
}

.dbxx_left h2 span:nth-child(2) {
    float: right;
}

.dbxx_left p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 15px;
}

.dbxx_right {
    width: 120px;
    float: right;
}

.dbxx_right img {
    display: block;
    width: 100%;
}

.sptc_shipin {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.sptc_sp_con {
    width: 1200px;
    margin: 5% auto 0;
}

.sptc_sp_mid {
    width: 800px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto 0;
}

.sptc_sp_mid h2 {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
}

.sptc_sp_mid p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

.sptc_sp_mid p span {
    margin-left: 30px;
}

.sptc_sp_mid p span:nth-child(1) {
    margin-left: 0;
}

.sptc_video {
    width: 700px;
    height: 400px;
    margin: 30px auto 0;
}

.sptc_video video {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.sptc_close {
    width: 40px;
    margin: 0 auto;
}

.sptc_close img {
    display: block;
    width: 100%;
}

.upgzb_shipin {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.upgzb_sp_con {
    width: 1200px;
    margin: 5% auto 0;
}

.upgzb_sp_mid {
    width: 800px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto 0;
}

.upgzb_sp_mid h2 {
    color: #333333;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

.upgzb_sp_mid p {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

.upgzb_sp_mid p span {
    margin-left: 30px;
}

.upgzb_sp_mid p span:nth-child(1) {
    margin-left: 0;
}

.upgzb_close {
    width: 40px;
    margin: 0 auto;
}

.upgzb_close img {
    display: block;
    width: 100%;
}

.upgzb_chuan {
    width: 450px;
    margin: 60px auto 0;
}

.upgzb_left {
    width: 170px;
    float: left;
}

.upgzb_right {
    width: 170px;
    float: right;
}

.upgzb_left img {
    display: block;
    width: 100%;
}

.upgzb_left p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}

.upgzb_yulan {
    width: 170px;
    height: 170px;
    border: 1px solid #128892;
    border-radius: 4px;
    position: relative;
}

.upgzb_yulan img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upgzb_right p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}

.tzd_shipin {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.tzd_sp_con {
    width: 1200px;
    margin: 5% auto 0;
}

.tzd_sp_mid {
    width: 600px;
    /* max-height: 70vh; */
    box-sizing: border-box;
    border-radius: 8px;
    margin: 40px auto 0;
    /* overflow: hidden;
    overflow-y: scroll; */
    background-color: #ffffff;
    padding: 30px 30px 50px 30px;
}

.tzd_sp_mid h2 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 1.8;
    font-weight: normal;
    margin-top: 10px;
    letter-spacing: 1px;
}

.tzd_close {
    width: 40px;
    margin: 0 auto;
}

.tzd_close img {
    display: block;
    width: 100%;
}

.mapvid {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.mapvid_sp_con {
    width: 1200px;
    margin: 5% auto 0;
}

.mapvid_sp_mid {
    width: 1200px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto 0;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
}

.mapvid_close {
    width: 40px;
    margin: 0 auto;
}

.mapvid_close img {
    display: block;
    width: 100%;
}

.yanz_video1 {
    width: 700px;
    height: 395px;
    overflow: hidden;
    /* height: 520px; */
}

.jianxun {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.jianxun_con {
    width: 1200px;
    margin: 5% auto 0;
}

.jianxun_mid {
    width: 1200px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto 0;
    /* max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll; */
}

.jianxun_close {
    width: 40px;
    margin: 0 auto;
}

.jianxun_close img {
    display: block;
    width: 100%;
}

.xiangmu {
    width: 100%;
    background-color: #f6f6f6;
}

.xm_con {
    width: 1200px;
    margin: 0px auto 0;
}

.xm_nav {
    width: 100%;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.xm_nav a {
    display: block;
    width: 400px;
    color: #ffffff;
    border-radius: 4px;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #b5b5b5;
    margin: 0 50px 0 55px;
}

.xm_nav_act {
    background-color: #128892 !important;
}

.xm_text_con {
    width: 100%;
    margin: 70px auto 0;
}

.xm_text_con1 {
    background-color: #ffffff;
    padding: 0 30px 40px;
}

.xm_text_con img {
    display: block;
    width: 100%;
    margin: 30px auto 0;
}

.xm_text_con h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    line-height: 1.8;
    letter-spacing: 1px;
}

.xm_text_con h5 {
    font-size: 20px;
    text-align: left;
    color: #000;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 20px;
}

.sqzn_btns {
    width: 240px;
    margin: 0 auto;
}

.sqzn_btns a {
    display: block;
    width: 250px;
    height: 50px;
    background-color: #dd7016;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.sqzn_btns a:hover {
    background-color: #35b882;
}

.xm_text_con h6 {
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 20px;
}

.xm_text_con h3 {
    width: 100%;
    margin: 50px auto 0;
}

.xm_text_con h3 span {
    display: inline-block;
    background-color: #128893;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 3px;
    font-weight: normal;
}

.xm_text_con p {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 1.7;
    margin-top: 25px;
}

.xm_text_con p span {
    font-weight: 600;
    margin-right: 10px;
}

.dcgzb_shipin {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.dcgzb_sp_con {
    width: 1200px;
    margin: 2% auto 0;
}

.dcgzb_sp_mid {
    width: 560px;
    /* max-height: 70vh; */
    box-sizing: border-box;
    border-radius: 8px;
    margin: 10px auto 0;
    /* overflow: hidden;
    overflow-y: scroll; */
    background-color: #ffffff;
    padding: 10px;
}

.dcgzb_sp_mid img {
    display: block;
    width: 100%;
}

.dcgzb_close {
    width: 40px;
    margin: 0 auto;
}

.dcgzb_close img {
    display: block;
    width: 100%;
}

.table {
    width: 100%;
    margin-top: 50px;
}

.table tr td {
    font-size: 16px;
    padding: 10px 20px;
    color: #333333;
    line-height: 1.7;
    text-align: center;
}

.table tr td:nth-child(1) {
    width: 180px;
}

.select_box1 {
    position: relative;
    display: block;
    width: calc(100% - 90px);
    float: right;
    height: 35px;
    font-size: 16px;
    /* border: 1px solid #128893; */
    border-radius: 3px;
    padding: 0 5px;
    outline: none;
}

.select1 {
    padding: 5px 10px;
    border: 1px solid #128893;
    background: url(../image/xiala.png) no-repeat scroll 95% center transparent;
    border-radius: 3px;
}

.select1:hover {
    cursor: pointer;
}

.select1 span {
    display: block;
    /*background:url("../../img/downicon.png") no-repeat right;
	*/
}

.list1 {
    display: none;
    position: absolute;
    top: 41px;
    left: 4px;
    width: calc(100% - 8px);
    border: 1px solid #dedede;
    border-top: none;
    background-color: #128892;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 99;
}

.list1 li {
    padding: 10px 10px;
    border-bottom: 1px solid #35b882;
    cursor: pointer;
    font-size: 15px;
}

.list1 li:hover {
    background: #35b882;
}

.select_box2 {
    position: relative;
    display: block;
    width: calc(100% - 90px);
    float: right;
    height: 35px;
    font-size: 16px;
    /* border: 1px solid #128893; */
    border-radius: 3px;
    padding: 0 5px;
    outline: none;
}

.select2 {
    padding: 5px 10px;
    border: 1px solid #128893;
    background: url(../image/xiala.png) no-repeat scroll 95% center transparent;
    border-radius: 3px;
}

.select2:hover {
    cursor: pointer;
}

.select2 span {
    display: block;
    /*background:url("../../img/downicon.png") no-repeat right;
	*/
}

.select_box21 {
    position: relative;
    display: block;
    width: calc(100% - 90px);
    float: right;
    height: 35px;
    font-size: 16px;
    /* border: 1px solid #128893; */
    border-radius: 3px;
    padding: 0 5px;
    outline: none;
}

.select21 {
    padding: 5px 10px;
    border: 1px solid #128893;
    background: url(../image/xiala.png) no-repeat scroll 95% center transparent;
    border-radius: 3px;
}

.select21:hover {
    cursor: pointer;
}

.select21 span {
    display: block;
    /*background:url("../../img/downicon.png") no-repeat right;
	*/
}

.list2 {
    display: none;
    position: absolute;
    top: 41px;
    left: 4px;
    width: calc(100% - 8px);
    border: 1px solid #dedede;
    border-top: none;
    background-color: #128892;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list2 li {
    padding: 10px 10px;
    border-bottom: 1px solid #35b882;
    font-size: 15px;
}

.list2 li:hover {
    background: #35b882;
}

.select_box3 {
    display: block;
    font-size: 16px;
    color: #333;
    width: 330px;
    float: right;
    height: 45px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    border-radius: 5px;
    /* margin-top: 35px; */
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.select3 {
    padding: 5px 10px;
    background: url(../image/xiala.png) no-repeat scroll 95% center transparent;
    border-radius: 3px;
    height: 100%;
}

.select3:hover {
    cursor: pointer;
}

.select3 span {
    display: block;
    line-height: 35px;
    /*background:url("../../img/downicon.png") no-repeat right;
	*/
}

.list3 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    width: calc(100% - 0px);
    border: 1px solid #dedede;
    border-top: none;
    background-color: #128892;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list3 li {
    padding: 5px 10px;
    border-bottom: 1px solid #35b882;
}

.list3 li:hover {
    background: #35b882;
}

.zhlq {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}

.zhlq_con {
    width: 1200px;
    margin: 5% auto 0;
}

.zhlq_mid {
    width: 1200px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto 0;
    /* max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll; */
}

.zhlq_close {
    width: 40px;
    margin: 0 auto;
}

.zhlq_close img {
    display: block;
    width: 100%;
}

.zhlq_mid {
    width: 650px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto 0;
    /* max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll; */
}

.zhlq_title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    letter-spacing: 1px;
}

.zhlq_btns {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
}

.zhlq_btns a {
    display: inline-block;
    width: 180px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    border-radius: 25px;
    line-height: 1;
    margin: 0 auto;
}

.zhlq_btns1 a {
    background-color: #128892;
}

.zhlq_btns1 a:hover {
    background-color: #1ba1ad;
    color: #ffffff;
}

.sy_list_btns button {
    cursor: pointer;
}

.zhlq_btns2 a {
    background-color: #09ab7b;
}

.zhlq_btns2 a:hover {
    background-color: #15cc95;
    color: #ffffff;
}

.zhlq_btns3 a {
    background-color: #9c4ee4;
}

.zhlq_btns3 a:hover {
    background-color: #7809e0;
    color: #ffffff;
}

.zhlq_text {
    width: 100%;
    border-bottom: 1px dashed #928c8c;
    margin: 20px auto 0;
    padding-bottom: 10px;
}

.zhlq_text p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.7;
    color: #928c8c;
}

.wdyydl_btns {
    display: inline-block;
    padding: 3px 18px;
    height: auto !important;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0d6269;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 12px;
}

.ws_shu_ul2 li {
    width: 60px !important;
    float: left;
    margin-left: 10px;
}

.ws_shu_ul2 li:nth-child(1) {
    margin-left: 0;
}

.zhlq_btns1 a {
    background-color: #128892;
}

.zhlq_btns1 a:hover {
    background-color: #1ba1ad;
}

.zhlq_btns2 a {
    background-color: #09ab7b;
}

.zhlq_btns2 a:hover {
    background-color: #15cc95;
}

.zhlq_btns3 a {
    background-color: #9c4ee4;
}

.zhlq_btns3 a:hover {
    background-color: #7809e0;
}

.zhlq_text {
    width: 100%;
    border-bottom: 1px dashed #928c8c;
    margin: 20px auto 0;
    padding-bottom: 10px;
}

.zhlq_text p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.7;
    color: #928c8c;
}

.wdyydl_btns {
    display: inline-block;
    padding: 3px 18px;
    height: auto !important;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0d6269;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 12px;
}

.ws_shu_ul2 li {
    width: 60px !important;
    float: left;
    margin-left: 10px;
}

.ws_shu_ul2 li:nth-child(1) {
    margin-left: 0;
}

.loginDesc {
    font-size: 13px;
    color: #999;
    text-align: justify;
    line-height: 1.7;
}

.div_loginDesc {
    width: 450px;
    margin: 20px auto 0;
    margin-left: 70px;
}

.loginDesc a {
    color: #128892;
    text-decoration: underline;
}

.proDetailbaodao_right {
    width: 730px !important;
}

.yy_list_danwei input {
    display: inline-block;
    border: none;
    height: 35px;
    background-color: #eeeeee;
    text-align: left;
    border-radius: 5px;
    outline: none;
    width: 100%;
    padding: 0 20px;
}

.zhlq_text2 {
    border: none !important;
}

.alreadyOver {
    background-color: #e4007f !important;
}

.jmxq_title_btns a {
    width: 150px;
}

.jctp_list {
    width: 100%;
    margin: 60px auto 0;
    padding-bottom: 30px;
    border-bottom: 2px dashed #abaaaa;
}

.img_list li img {
    display: block;
    height: 130px;
    width: auto;
    object-fit: cover;
    /* height: auto; */
    /* text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease; */
}





/* 2025.6.24 新增电影展映开始-------------------------- */
.page_film .jm_con {
    overflow: visible;
}

.film_query {
    width: 100%;
    display: flex;
    margin: 60px auto 0;
}

    .film_query .jm_search {
        width: 300px;
        margin: 0;
        display: flex;
    }

    .film_query .jm_search_list {
        width: 270px;
        float: none;
        margin-left: 0;
        margin-right: 30px;
    }

        .film_query .jm_search_list:nth-child(2) {
            width: 300px;
        }

    .film_query .select_box {
        width: 100%;
        height: 100%;
        padding: 0;
        float: none;
    }

        .film_query .select_box ul {
            width: 100%;
            left: 0;
            top: 45px;
        }

            .film_query .select_box ul li {
                height: 41px;
            }

        .film_query .select_box .select,
        .film_query .select_box .select1 {
            padding: 8px 10px;
            box-sizing: border-box;
            color: #b5b5b5;
        }

    .film_query .sy_sousuo {
        width: 900px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .film_query .sy_sousuo input {
            width: calc(100% - 140px);
            height: 39px;
            border: 1px solid #128893;
            float: none;
        }

        .film_query .sy_sousuo button {
            height: 39px;
            line-height: 39px;
            float: none;
        }

.filmList {
    width: 100%;
    margin-top: 60px;
}

.filmItem {
    width: 100%;
    padding: 30px 40px 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0px #f3f2f2;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    margin-bottom: 30px;
}

.filmImg {
    width: 203px;
    height: 275px;
    overflow: hidden;
    flex-shrink: 0;
}

    .filmImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.filmCon {
    width: calc(100% - 203px);
    padding-left: 40px;
    box-sizing: border-box;
    /* background-color: lightblue; */
    position: relative;
}

.filmTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.filmTitle {
    width: calc(100% - 180px);
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 10px;
}

    .filmTitle .filmName {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 26px;
    }

    .filmTitle .filmType {
        font-size: 14px;
        color: #fff;
        padding: 3px 8px;
        border-radius: 4px;
        /*margin-left: 10px;*/
        position: relative;
        top: -1px;
    }

.orderBtn {
    width: 160px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    /* position: absolute;
  right: 0px;
  top: 0px; */
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.filmInfo {
    margin-top: 30px;
    font-size: 16px;
    color: #424242;
    line-height: 31px;
}

.filmInfoItem {
    margin-bottom: 2px;
}

.filmInfoItem_intro {
    position: relative;
}

.filmInfoItem .viewDetail {
    font-size: 15px;
    color: #7a7a7a;
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
    border-radius: 4px;
    /* padding: 2px 10px; */
    width: 52px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.type_bgcolor_orange {
    background-color: #ffa800;
}

.type_bgcolor_purple {
    background-color: #d91e91;
}

.type_bgcolor_green {
    background-color: #35b882;
}

.type_bgcolor_red {
    background-color: #d91e1e;
}

.type_bgcolor_blue {
    background-color: #1ea2d9;
}

.order_bgcolor_cancel {
    background-color: #aeaeae;
}

.order_bgcolor_add {
    background-color: #128893;
}

.count_textcolor_green {
    color: #128893;
}

/* 申报指南弹窗样式 */

.application-guide-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 400;
    display: none;
}

    .application-guide-modal.active {
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

.modal-container {
    width: 850px;
    margin: 5vh auto 0;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.application-guide-modal.active .modal-container {
    transform: scale(1);
}

.modal-close {
    width: 40px;
    /* margin: 10% auto 0; */
    margin: 0 auto;
}

    .modal-close img {
        display: block;
        width: 100%;
    }

.modal-content {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 20px 0;
    box-sizing: border-box;
    margin-top: 2%;
}

.modal-content-inner {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    max-height: 75vh;
    overflow-y: auto;
}

.modal-content .filmItem {
    width: 100%;
    padding: 0 0 30px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #d5d5d5;
}

.modal-content .filmImg {
    width: 240px;
    /* height: auto; */
    height: 325px;
}

    .modal-content .filmImg img {
        width: 100%;
        /* height: auto;
    object-fit: none; */
    }

.modal-content .filmCon {
    width: calc(100% - 240px);
    padding-left: 30px;
}

.modal-content .filmTop {
    align-items: center;
}

.modal-content .filmTop .filmTitle {
    gap: 0 5px;
    flex:1;
}

.modal-content .filmTitle .filmName {
    font-size: 18px;
}

.modal-content .filmTitle .filmType {
    font-size: 13px;
    /*margin-left: 5px;*/
}

.modal-content .orderBtn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.modal-content .filmInfo {
    margin-top: 20px;
    font-size: 14px;
    color: #424242;
    line-height: 25px;
}

.orderInfo {
    width: 100%;
    height: 180px;
    /* overflow-y: auto; */
    padding-top: 30px;
    box-sizing: border-box;
}

.orderInfoTitle {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background-color: #128893;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
}

.orderList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.orderListItem {
    width: 50%;
    margin-bottom: 10px;
    font-size: 14px;
}

/* 预约电影弹窗滚动条样式 */
.modal-content-inner::-webkit-scrollbar,
.orderInfo::-webkit-scrollbar,
.orderFilmScroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.modal-content-inner::-webkit-scrollbar-thumb,
.orderInfo::-webkit-scrollbar-thumb,
.orderFilmScroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #128893;
}

.modal-content-inner::-webkit-scrollbar-track,
.orderInfo::-webkit-scrollbar-track,
.orderFilmScroll::-webkit-scrollbar-track {
    border-radius: 0;
    /* background: #f6fafd; */
}

.modal-content-inner::-ms-scrollbar,
.orderInfo::-ms-scrollbar,
.orderFilmScroll::-ms-scrollbar {
    width: 4px;
    height: 4px;
}

.modal-content-inner::-ms-scrollbar-thumb,
.orderInfo::-ms-scrollbar-thumb,
.orderFilmScroll::-ms-scrollbar-thumb {
    border-radius: 5px;
    background: #128893;
}

.modal-content-inner::-ms-scrollbar-track,
.orderInfo::-ms-scrollbar-track,
.orderFilmScroll::-ms-scrollbar-track {
    border-radius: 0;
    /* background: #f6fafd; */
}

.notification {
    position: fixed;
    right: 10px;
    top: 40%;
    z-index: 21;
}

.notification_inner {
    position: relative;
    z-index: 10;
    padding: 15px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #16919c;
    cursor: pointer;
}

.orderCount {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #16919c;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
}

.orderTitle {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    margin-top: 7px;
}

    .orderTitle span {
        display: block;
    }

@keyframes start {
    0%, 30% {
        opacity: 0;
        transform: translateX(10px);
    }

    60% {
        opacity: 1;
        transform: translate(0);
    }

    to {
        opacity: 0;
        transform: translateX(-8px);
    }
}

.moveIcon {
    width: 35px;
    margin-top: 10px;
    /* animation: start 1.5s ease-in-out infinite; */
}

.moveIconLeft {
    animation: startLeft 1.5s ease-in-out infinite;
}

.moveIconRight {
    animation: startRight 1.5s ease-in-out infinite;
}

    .moveIcon img {
        width: 100%;
        height: auto;
        display: block;
    }

.orderFilmMenu {
    /* width: 100%; */
    padding: 20px 6px 20px 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0px #f3f2f2, 1px 1px 5px 0 #128893;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    right: calc(100% - 5px);
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: right top;
}

    .orderFilmMenu.active {
        transform: scale(1);
        opacity: 1;
    }

.orderFilmImg {
    width: 120px;
}

    .orderFilmImg img {
        width: 100%;
        height: auto;
        display: block;
    }
.hasRecord {
    min-width: 200px;
}
.orderFilmTips {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}

.orderFilmScroll {
    overflow: auto;
    max-height: 205px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
}

.orderFilmList {
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
}

.orderFilmItem {
    width: 100%;
    min-width: 200px;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
    /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
    /* max-height: 50px;
  line-height: 20px;
    -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; */
    border-bottom: 1px dashed #d5d5d5;
}

.subOrderBtn,
.goOrderBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #128893;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px auto 0;
}

.emptyState {
    text-align: center;
    display: none;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.empty-icon {
    width: 40px;
    height: 40px;
    opacity: 0.4;
}

.empty-tip {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 13px;
    color: #999;
    margin-top: 8px;
    white-space: nowrap;
}

/* 2025.6.24 新增电影展映结束-------------------------- */

/* 2025.8.15 修改开始-------------------------- */
.bg_warning {
    background-color: #fea700;
    color: #814014!important;
}

.bg_soft_warning {
    background-color: #d91d90;
}

.bg_success {
    background-color: #35b882;
}
/* 登录后的按钮 */
.sy_nav_con {
    position: relative;
}

.alreadyLoginArea {
    position: absolute;
    right: 0;
    top: -46px;
    z-index: 20;
}

.verifyBtn {
    display: inline-block;
    padding: 7px 18px;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .verifyBtn:hover {
        opacity: 0.9;
    }

/* 项目说明页面 */
.text_two_hide {
    white-space: wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectList {
    width: 100%;
    margin: 60px auto 0;
}

.projectItem {
    width: 100%;
    padding: 30px 40px 30px 30px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    margin-bottom: 40px;
    cursor: pointer;
}

.projectItemLeft {
    width: 300px;
    height: 178px;
    overflow: hidden;
}

    .projectItemLeft img {
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: all 0.735s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

.projectItemRight {
    width: calc(100% - 300px);
    padding: 5px 0 5px 30px;
    box-sizing: border-box;
}

.projectItemTitle {
    width: 100%;
    height: 54px;
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    font-weight: bolder;
}

.projectItemDesc {
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: #444444;
    line-height: 24px;
    margin-top: 20px;
}

.projectItemTime {
    width: 100%;
    font-size: 15px;
    color: #777;
    margin-top: 20px;
}

.projectItem:hover {
    background-color: #ebe5e5;
}

    .projectItem:hover .projectItemLeft img {
        transform: scale(1.1);
    }

.viewMore {
    width: 300px;
    height: 40px;
    background-color: #128893;
    border-radius: 4px;
    cursor: pointer;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

    .viewMore span {
        font-size: 15px;
        color: #fff;
        transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
    }

    .viewMore img {
        width: auto;
        height: 17px;
        margin-right: 10px;
        transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
    }

    .viewMore:hover {
        opacity: 0.9;
    }

        .viewMore:hover img {
            transform: translateX(3px);
        }

        .viewMore:hover span {
            transform: translateX(-3px);
        }

.page_yytj .xm_nav {
    width: 100%;
}

    .page_yytj .xm_nav a {
        width: 46%;
        margin: 0;
    }

.page_yytj .xm_text_con {
    margin-top: 50px;
    padding: 0;
    background-color: transparent;
}

.page_yytj .jm_search {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_yytj .jm_search_list {
    display: flex;
    align-items: center;
    /*width: 49%;*/
    float: none;
    margin: 0;
}

    .page_yytj .jm_search_list p {
        width: 100px;
        margin: 0;
    }

.page_yytj .select_box,
.page_yytj .select_box1 {
    width: calc(100% - 100px);
    padding: 0;
}

.page_yytj .jm_search_list:nth-child(1) p {
    width: 60px;
}

.page_yytj .sy_sousuo {
    margin: 25px auto 0;
}

    .page_yytj .sy_sousuo input {
        width: 100%;
    }

.statisticArea {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.statisticLeft {
    width: calc(100% - 280px);
    padding-right: 40px;
    box-sizing: border-box;
}

.statisticRight {
    width: 280px;
}

    .statisticRight button {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #128893;
        color: #fff;
        font-size: 20px;
        line-height: 35px;
        border-radius: 3px;
        border: none;
        outline: none;
        box-sizing: border-box;
    }

        .statisticRight button:hover {
            background-color: #35b882;
        }


.page_yytj .layui-table-view,
.page_yytj .layui-table-header,
.page_yytj .layui-table th,
.page_yytj .layui-table td {
    border-color: #b9b9b9;
    vertical-align: middle;
    box-sizing: border-box;
}

    .page_yytj .layui-table-view .layui-table th,
    .page_yytj .layui-table-view .layui-table td {
        border-right: 1px solid #b9b9b9;
        box-sizing: border-box;
    }

.page_yytj .layui-table-header,
.page_yytj .layui-table thead tr {
    background-color: #fff;
}

.page_yytj .layui-table-body {
    background-color: #fff;
}
/* 我的预约 */
.filmBlock {
    display: flex;
}

    .filmBlock .wd_nav_right {
        float: none;
    }

.filmBlockLeft {
    width: calc(100% - 100px);
    padding-right: 50px;
    box-sizing: border-box;
}

.filmBlockList {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.filmBlockListItem {
    /* width: calc(50% - 10px); */
    flex: 1;
    display: flex;
    box-sizing: border-box;
}

    .filmBlockListItem:nth-child(1) {
        padding-right: 10px;
    }

    .filmBlockListItem:nth-child(2) {
        padding-left: 10px;
    }

.filmBlockListItemPoster {
    width: 150px;
    height: 201px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

    .filmBlockListItemPoster img {
        width: 100%;
        height: auto;
        min-height: 100%;
    }

.filmBlockListItemInfo {
    width: calc(100% - 150px);
    padding-left: 30px;
    box-sizing: border-box;
}

    .filmBlockListItemInfo .wd_list_zhong {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .filmBlockListItemInfo .wd_list_xinxi {
        margin-top: 25px;
    }

        .filmBlockListItemInfo .wd_list_xinxi p {
            line-height: 20px;
        }

.order_bgcolor_submit {
    background-color: #E3007F;
}
/* 2025.8.15 修改结束-------------------------- */


/* 2025.8.25 新增放映场地及硬件设备说明开始-------------------------- */
.jm_query_tips {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.jm_query_tips_btn {
    width: auto;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 0 10px;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    .popup-overlay .popup-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.95);
        width: 100%;
        max-width: 650px;
        /* background-color: white; */
        border-radius: 20px;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        z-index: 50;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        overflow: hidden;
    }

        .popup-overlay .popup-container * div {
            box-sizing: border-box;
        }

    .popup-overlay.active .popup-container {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
    }
    /* 弹窗头部 */
    .popup-overlay .popup-header {
        background-color: #128893;
        color: white;
        padding: 25px 10px;
        position: relative;
    }

    .popup-overlay .popup-title {
        /* font-size: 24px; */
        font-size: 28px;
        color: #c24b8c;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .popup-overlay .popup-container .popup-title {
        font-size: 24px;
        color: #fff;
    }

    .popup-overlay .close_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    /* 弹窗内容 */
    .popup-overlay .popup-container .popup-content {
        padding: 30px 30px 10px;
        max-height: calc(100vh - 165px);
        overflow-y: auto;
        background-color: white;
    }

    .popup-overlay .section {
        margin-bottom: 20px;
        background-color: #f8fafc;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        /* padding: 15px; */
        padding: 20px 20px;
        transition: all 0.3s ease;
    }

    .popup-overlay .section-content {
        color: #333;
        line-height: 1.6;
        font-size: 15px;
    }

.text-bold {
    font-weight: bold;
}


/* 2025.8.25 新增放映场地及硬件设备说明结束-------------------------- */

/* 2025.9.1 新增预约进展提示开始-------------------------- */
.relative {
    position: relative;
}

.orderProgressTip {
    position: absolute;
    left: 0;
    display: flex;
}

    .orderProgressTip img {
        width: auto;
        height: 135px;
        position: relative;
        top: -85px;
        margin-left: 20px;
    }
/* 2025.9.1 新增预约进展提示结束-------------------------- */

.page_yytj .statisticLeft_three .jm_search_list:nth-child(n + 2) {
    width: calc(35%);
    padding-left: 30px;
    box-sizing: border-box;
    /* background-color: pink; */
}

.page_yytj .statisticLeft_three .jm_search_list:nth-child(1) {
    width: calc(25% + 18px);
}

    .page_yytj .statisticLeft_three .jm_search_list:nth-child(1) p {
        width: 60px;
    }

    .page_yytj .statisticLeft_three .jm_search_list:nth-child(1) .select_box {
        width: calc(100% - 60px);
    }
