/* 基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    height: 100px;
}

.page-body {
    transform-origin: left top;
    width: 1900px;
    overflow-x: hidden;
}

    .contain {
        position: relative;
        z-index: 0;
        width: 100%;
        height: 100%;
        min-height: 20vh;
		/* background: url(../image/city/bg_map.png) 0 730px no-repeat;
        background-size:contain;
        position: relative; */
    }

    .contain .head {
        position: relative;
        z-index: 1;
    }

    .page1-bg {
        position: absolute;
        top: 730px;
        left: 0;
        width: 100%;
    }

    .click_box {
        min-width: 484px;
        height: auto;
        position: absolute;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0);
        top: 15%;
        right: 17%;
        cursor: pointer;
        display: none;
		background: #00296147;
		box-shadow: 0 2px 30px 10px #00000024;
    }
	
	.click_box a{
		position: relative;
		width: 100%;
		height: 100%;
		float: left;
		margin: 0px 0;
	}
	.click_box a i{
		position: relative;
		width: 100%;
		float: left;
		height: 116px;
		display: flex;
		justify-content: left;
		align-items: center;
		padding-left: 10px;
		font-weight: 700;
		font-size: 26px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 26px;
		font-style: normal;
	}
	.click_box a i p{
		text-align: left;
		width: 240px;
		height: 67px;
		/*background-image: linear-gradient(270deg, #00275096 3%, #035b8800 98%);*/
		/*box-shadow: 6px 6px 0 0 #3990971f;*/
		display: flex;
		align-items: center;
		position:relative;
	}
	.click_box a i p:before{
		content: '';
		position: absolute;
		right: 0;
		top: 5px;
		/* background-image: linear-gradient(270deg, #00275096 3%, #035b8800 98%); */
		width: 100%;
		/* border-left: 0px solid transparent; */
		/* border-right: 50px solid transparent; */
		/* border-top: 50px solid #00275096; */
		/* z-index: -1; */
		background: url(../image/city/bg_box.png) right no-repeat;
		background-size: contain;
		height: 67px;
	}
	.click_box a i p:after{
		content:'';
		position:absolute;
		right: -5px;
		top: 10px;
		/*background-image: linear-gradient(270deg, #3990971f 3%, #035b8800 98%);
		width:280px;
		border-left: 0px solid transparent;
		border-right: 50px solid transparent;
		border-top: 50px solid #3990971f;
		z-index:-1;*/
	}
	.click_box a i:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0px;
		background: url(../image/city/img_line@3x.png) 0px -12px repeat-y;
		background-size: 2px 130px;
		height: 100%;
		width: 2px;
	}
	.click_box a i:after{
		content: '';
		position: absolute;
		left: -43px;
		top: 20%;
		background: url(../image/city/img_point@3x.png) left no-repeat;
		background-size: 87px;
		height: 70px;
		width: 70px;
	}
	.click_box:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, transparent 0%, #ffffff 20%, #ffffff 30%, transparent 100%);
		left: 0;
	}
	
	.click_box:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, transparent 0%, #ffffff 50%, #ffffff 60%, transparent 100%);
		bottom: 0;
		left: 0;
	}
	.click_box a img{
		width: 110px;
		float: left;
		padding: 10px;
	}
	
	.click_box img.border{
		position:absolute;
		left:0;
		margin-left: 10px;
	}
	
	
	.box_left_icon{
		position: absolute;
		left: -81px;
	}
	.box_top_lou{
		position: absolute;
		top: -41px;
	}
	.click_box_left{
		width:484px;
	}
	.click_box_left .box_left_icon{
		right: -77px;
		left: auto;
		transform: rotate(180deg);
	}
	.click_box_left .box_top_lou{
		right: 0;
	}
	.click_box_left  a i:before{
		left:auto;
		right:0;
	}
	.click_box_left a i:after{
		left:auto;
		right:-25px;
	}
	.click_box_left  a i p {
		text-align: right;
		display: block;
		line-height: 3;
		margin: 22px 0;
		float: right;
	}
	.click_box_left  a i p img{
		transform: scale(-1);
		float: left!important;
	}
	.click_box_left a i p:before{
		transform: scale(-1);
	}
	
	.click_box_left img.border{
		left:auto;
		right: 0;
	}
	.click_box_left a i{
		display:block;
	}
	.click_box_left a img {
		float: right;
	}
	
    .click_yueyang{
		width: 484px;
		right: 2%;
    }
    .click_changsha{
        right: 2%;
        top: 32%;
    }
    /*.click_changsha::after{
        content: "长沙";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_changsha::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/
	
	

    .click_zhuzhou{
		right: 2%;
		top: 42%;
    }
    /*.click_zhuzhou::after{
        content: "株洲";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_zhuzhou::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/

    .click_huaihua{
		left: 2%;
		top: 43%;
		right: auto;
    }

    .click_xiangtan{
		right: 2%;
		top: 40%;
		z-index: 2;
    }
    /*.click_xiangtan::after{
        content: "湘潭";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_xiangtan::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/

    .click_yiyang{
		right: 2%;
		top: 27%;
    }
    /*.click_yiyang::after{
        content: "益阳";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_yiyang::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/

    .click_hengyang{
        right: 2%;
        top: 55%;
    }
    /*.click_hengyang::after{
        content: "衡阳";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_hengyang::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/

    .click_chenzhou{
		right: 2%;
		top: 69%;
    }
    /*.click_chenzhou::after{
        content: "郴州";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_chenzhou::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/
    .click_changde{
		left: 2%;
		top: 14%;
    }
    /*.click_changde::after{
        content: "常德";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_changde::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/
    .click_shaoyang{
		left: 2%;
		top: 50%;
    }
    /*.click_shaoyang::after{
        content: "邵阳";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_shaoyang::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/
    .click_yongzhou{
        left: 2%;
        top: 70%;
    }
    /*.click_yongzhou::after{
        content: "永州";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_yongzhou::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/
    .click_loudi{
		left: 2%;
		top: 38%;
    }
    /*.click_loudi::after{
        content: "娄底";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_loudi::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/
    .click_xiangxi{
        left: 2%;
        top: 26%;
    }
    /*.click_xiangxi::after{
        content: "湘西";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_xiangxi::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/
    .click_zhangjiajie{
        left: 2%;
        top: 14%;
    }
    /*.click_zhangjiajie::after{
        content: "张家界";
        position: absolute;
        left: 0;
        top: 55px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }
    .click_zhangjiajie::before{
        content: "敬请期待";
        position: absolute;
        left: 0;
        top: 105px;
        width: 245px;
        text-align: center;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem;
    }*/

    .img_contain {
        width: 100%;
    }
    .div_map{
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 2vh auto;
        position: relative;
    }
    .div_map_num{
        position: absolute;
        top: 0;
        left: 5%;
        width: auto;
        height: auto;
        z-index: 10;
        color: #fff;
        text-align: center;
    }
    .div_map_use{
        width: 100%;
        height: 600px;
    }
    .div_map_num p{
        padding: 0.2vh 0;
        margin: 0 auto;
    }
    .div_map_num, .div_map_num02, .div_map_num03, .div_map_num04,
    .div_map_num05, .div_map_num06, .div_map_num07, .div_map_num08, .div_map_num09 {
        opacity: 0.4;
        animation: brightnessPulse 8s ease-in-out infinite;
    }
    .div_map_num02{
        animation-delay: 0.5s;
        top: 15%;
        left: 15%;
    }
    .div_map_num03{
        animation-delay: 1s;
        top: 40%;
        left: 5%;

    }
    .div_map_num04{
        animation-delay: 1.5s;
        top: 70%;
        left: 10%;

    }
    .div_map_num05{
        animation-delay: 2s;
        top: 80%;
        left: 35%;

    }

    .div_map_num06{
        animation-delay: 2.5s;
        top: 65%;
        right: 8%;
        left: auto;
    }
    .div_map_num07{
        animation-delay: 3s;
        top: 45%;
        right: 15%;
        left: auto;
    }
    .div_map_num08{
        animation-delay: 3.5s;
        top: 20%;
        right: 8%;
        left: auto;
    }
    .div_map_num09{
        animation-delay: 4s;
        top: 0%;
        right: 12%;
        left: auto;
    }
    .hunan_focus{
        position: absolute;
        top: 0%;
        left: 50%;
        margin-left: -23.9%;
        display: none;
    }

    #hunan_normal{
        position: relative;
        width: 900px;
        margin: 0 auto;
        padding: 0;
    }
    #hunan_normal div{
        position: absolute;
        cursor: pointer;
    }
    #hunan_normal div::after{
        content: "";
        position: absolute;
        top: 2px;
        right: -30px;
        width: 16px;
        height: 16px;
        background-color: #9f351b;
        border-radius: 50%;
        padding: 1px;
        border: 2px solid #fff;
    }
    #hunan_normal div::before{
        content: "";
        position: absolute;
        top: 0;
        right: -32px;
        border-radius: 50%;
        padding: 2px;
        border: 2px solid #9f351b;
        width: 18px;
        height: 18px;
    }
    
    #changsha{
        top: 34%;
        right: 25%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }

    #zhuzhou{
        position: absolute;
        top: 45%;
        right: 18%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }

    #xiangtan{
        position: absolute;
        top: 44%;
        right: 30%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }

    #yueyang{
        position: absolute;
        top: 14%;
        right: 22%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }

    #yiyang{
        position: absolute;
        top: 26%;
        right: 34%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #hengyang{
        position: absolute;
        top: 56%;
        right: 32%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #chenzhou{
        position: absolute;
        bottom: 18%;
        right: 25%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #changde{
        position: absolute;
        top: 20%;
        left: 45%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #shaoyang{
        position: absolute;
        top: 52%;
        left: 42%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #yongzhou{
        position: absolute;
        bottom: 28%;
        left: 44%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #loudi{
        position: absolute;
        top: 42%;
        left: 49%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #huaihua{
        position: absolute;
        top: 45%;
        left: 15%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #xiangxi{
        position: absolute;
        top: 30%;
        left: 10%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }
    #zhangjiajie{
        position: absolute;
        top: 16%;
        left: 25%;
        width: 50px;
        height: 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    z-index: 1;
    }

    .footer{
        /* margin: 25vh 0 0vh auto;
        padding-bottom: 2vh; */
    }
    .footer .footer_link_title{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 10px;
        margin-bottom: 3vh;
    }
    .footer .footer_link_list{
        
    }
    .footer .footer_link_list ul{
        width: 50%;
        margin: 0 auto;
        list-style: none;
        padding: 0;
        text-align: center;
    }
    .footer .footer_link_list ul li{
        display: inline-block;
        margin: 10px 20px;
        text-align: center;
        position: relative;
    }
    .footer .footer_link_list ul li::before{ 
        content: "|";
        position: absolute;
        right: -25px;
    }
    .footer .footer_link_list ul li:last-child::before{ 
        content: "";
    }
    .footer .footer_link_list ul li:nth-child(6n)::before{ 
        content: "";
    }

    
    .footer .footer_link_list ul li a{
        color: #000;
        text-decoration: none;
        font-size: 18px;
    }
    
    .footer .footer_link_icon{
        text-align:center;
    }
    .footer .footer_link_icon img{
        width:60px;
        margin:0 20px;
    }

    .footer_copyright{
        text-align:center;
        font-size:18px;
        line-height: 1.8;
        margin-top: 1vh;
    }
    .m_t_50{
        margin-top:50px!important;
    }
    /* 脉冲动画效果 */
    @keyframes pulse {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.8;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    /* 激活状态样式 */
    .active {
        animation: pulse 1.5s ease-in-out infinite;
    }

/* 明暗替换动画效果 */
@keyframes brightnessPulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.6;
    }
}

.hunnan{
    position: absolute;
    top: 0 ;
    left: 0;
    width: 100%;
    height: 100%;
}

.hunnan path, .hunnan defs{
    display: none;
}

/* 城市选择下拉菜单样式 */
.city-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.selected-city {
    padding: 5px 15px 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    position: relative;
}

.selected-city::after {
    content: "▼";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #666;
}

.city-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 120px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
}

.city-select.active .city-dropdown {
    max-height: 200px;
    opacity: 1;
}

.city-option {
    padding: 8px 10px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.city-option:hover {
    background: #f5f5f5;
}

.city-option:last-child {
    border-bottom: none;
}

/* v1.4 20260127 */
/* 博物馆预约 */
.oder-wrap {
    position: relative;
    /* background: url('../image/img_home_bg2.png') no-repeat;
    background-size: 100%; */
    box-sizing: border-box;
    padding: 200px 0 0;
    width: 100%;
    height: 1318px;
}

.oder-wrap::after {
    content: url('../image/img_home_bg2.png');
    background-size: 100%;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: -1;
}

.oder-bg-icon {
    position: absolute;
    bottom: -425px;
    right: 0;
    width: 353px;
}

.oder-content {
    position: relative;
    z-index: 9;
}

.img-title img {
    display: block;
    margin: 0 auto;
}

.city-tabs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0 50px;
    z-index: 11;
}

.city-tab-item {
    background: url('../image/btn_home_tab_normal.png') no-repeat;
    background-size: 100%;
    width: 85px;
    height: 32px;
    list-style: none;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    font-family: SourceHanSerifCN-Bold;
}

.city-tab-item:last-child {
    margin-right: 0;
}

.city-tab-item.active {
    background: url('../image/btn_home_tab_focus.png') no-repeat;
    background-size: 100%;
    animation: none;
}

.swiper-oder-box {
    position: relative;
}

.swiper-oder {
    position: relative;
    width: 1196px;
    height: 530px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-oder .swiper-slide {
    background: url('../image/img_home_order_bg.png') no-repeat;
    background-size: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 91px 67px 105px 88px;
}

.swiper-oder .swiper-slide .cover {
    position: relative;
    overflow: hidden;
    width: 402px;
    height: 353px;
    cursor: pointer;
}

.swiper-oder .swiper-slide .cover::after {
    content: "";
    background: url('../image/img_home_order_pic.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-oder .swiper-slide .cover .img-box {
    width: 368px;
    height: 304px;
}

.swiper-oder .swiper-slide .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-oder .swiper-slide .con {
    flex: 1;
    margin-left: 57px;
    font-size: 16px;
    font-family: SourceHanSerifCN-Bold;
}

.swiper-oder .swiper-slide .con .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 26px;
    cursor: pointer;
}

.swiper-oder .swiper-slide .con .address {
    color: #555555;
    margin: 24px 0 28px;
    display: flex;
    align-items: center;
}

.swiper-oder .swiper-slide .con .address .icon {
    width: 12px;
    margin-right: 6px;
}

.swiper-oder .swiper-slide .con .desc {
    background: url('../image/img_home_order_intro.png') no-repeat;
    background-size: 100%;
    width: 611px;
    height: 114px;
    box-sizing: border-box;
    padding: 18px 23px;
    line-height: 26px;
    cursor: pointer;
}

.swiper-oder .swiper-slide .con .desc .text {
    color: #000000b3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swiper-oder .swiper-slide .con .btn {
    display: block;
    color: #FFFFFF;
    background: url('../image/btn_home_order_bg.png') no-repeat;
    background-size: 100%;
    width: 150px;
    height: 45px;
    margin-top: 34px;
    font-size: 20px;
    line-height: 46px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 21px;
    text-decoration: none;
}

.swiper-oder-box .swiper-button-prev, .swiper-oder-box .swiper-button-next {
    background: url('../image/btn_home_order_pre.png') no-repeat;
    background-size: 100%;
    width: 68px;
    height: 67px;
    top: 190px;
}

.swiper-oder-box .swiper-button-next {
    background: url('../image/btn_home_order_next.png') no-repeat;
    background-size: 100%;
}

.swiper-oder-box .swiper-button-prev::after, .swiper-oder-box .swiper-button-next::after {
    display: none;
}

.swiper-oder-box .swiper-button-prev {
    left: 13%;
}

.swiper-oder-box .swiper-button-next {
    right: 13%;
}

.swiper-oder-box .swiper-pagination-bullets.swiper-pagination-oder {
    position: absolute;
    top: unset;
    bottom: 87px;
    left: unset;
    right: 58px;
    width: auto;
    z-index: 1;
    
}

.swiper-oder-box .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    border: 1px solid #C49E4F;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    font-size: 14px;
    color: #C49E4F;
}

.swiper-oder-box .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #991212fa;
    color: #FFFFFF;
}

/* 弹窗 */
.lay_bg {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 99;
}
.dialog-wrapper {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -422px;
    width: 845px;
    height: 567px;
    background: url('https://xjwn.rednet.cn/static/images/login/bg_home_login.png') center no-repeat;
    background-size: contain;
    z-index: 999;
}

.dialog-wrapper::before {
    content: '';
    width: 230.39px;
    height: 271px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/static/images/login/bg_home_login_bamboo.png);
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: -1;
}

.dialog-body .tip {
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.dialog-title {
    width: 100%;
    text-align: center;
    line-height: 4;
    color: #971415;
    margin-top: 20px;
}

.dialog-body .wxImg {
    margin: 2rem auto;
    width: 204px;
    height: 204px;
    text-align: center;
    background: url('https://xjwn.rednet.cn/image/img_home_box@3x.png') center no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
}

.dialog-body .wxsm {
    color: #991212;
    font-size: 18px;
    text-align: center;
}

.dialog-close {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 50px;
    top: 42px;
    cursor: pointer;
}

#wechatImg {
    width: 100%;
    height: 100%;
}

/* 文创店 */
.shop-wrap {
    position: relative;
    background: url('../image/img_home_bg3.png') no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 200px 0 0;
    width: 100%;
    height: 1411px;
    margin-top: -150px;
    z-index: -2;
}

.shop-wrap::after {
    content: "";
    background: url('../image/img_home_store_bg.png') no-repeat;
    background-size: 100%;
    width: 1372px;
    height: 914px;
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.shop-wrap .shop-bg-icon {
    position: absolute;
    bottom: 258px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
}

.shop-wrap .shop-btn {
    position: absolute;
    bottom: 283px;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 80px;
    z-index: 1;
    cursor: pointer;
}

.shop-wrap .shop-btn2 {
    position: absolute;
    bottom: 602px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
}

.shop-list {
    position: relative;
    z-index: 1;
    width: 1452px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.shop-list .left, .shop-list .right {
    position: relative;
}

.shop-list-item {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../image/img_home_store_focus.png') center no-repeat;
    background-size: 100%;
    width: 167.12px;
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.shop-list-item .name {
    position: absolute;
    top: 14px;
    right: -150px;
    writing-mode: vertical-lr;
    font-weight: 700;
    font-size: 23px;
    color: #4F2B0C;
    letter-spacing: 0;
    line-height: 28px;
    background: url('../image/img_home_museum_bg_title.png') no-repeat;
    background-size: 100%;
    width: 129px;
    height: 347px;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSerifCN-Bold;
    box-sizing: border-box;
    padding: 40px 5px 50px 0;
}

.shop-list .right .shop-list-item .name {
    right: unset;
    left: -150px;
}

.shop-list-item:hover {
    width: 196px;
    height: 184px;
}

.shop-list-item:hover .name {
    display: flex;
}

.shop-list-item:hover::after {
    content: "";
    background: url('../image/img_home_store_point.png') no-repeat;
    background-size: 100%;
    width: 38px;
    height: 28px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.shop-list-item .cover {
    border-radius: 50%;
    width: 108px;
    height: 108px;
    border: 2px solid #CFB483;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-list-item .cover img {
    display: block;
    position: relative;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    z-index: 1;
}

.shop-list-item:hover .cover {
    border: none;
}

.shop-list-item:hover .cover::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 36px;
    width: 126px;
    height: 126px;
    background-image: linear-gradient(180deg, #F6E398 0%, #E6CA7B 100%);
    border-radius: 50%;
}

.shop-list .left .shop-list-item:first-child, .shop-list .left .shop-list-item:nth-child(4) {
    left: 65px;
}

.shop-list .shop-list-item:nth-child(2) {
    top: 216px;
}

.shop-list .shop-list-item:nth-child(3) {
    top: 437px;
}

.shop-list .shop-list-item:nth-child(4) {
    top: 638px;
}

.shop-list .right .shop-list-item {
    left: unset;
    right: 0;
}

.shop-list .right .shop-list-item:first-child, .shop-list .right .shop-list-item:nth-child(4){
    right: 65px;
}

/* 数字博物馆 */
.digital-museum-wrap {
    background: url('../image/img_home_bg4.png') no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 224px 0 0;
    width: 100%;
    height: 1402px;
    margin-top: -120px;
}

.digital-museum-list {
    display: flex;
    width: 1431.06px;
    margin: 34px auto 0;
}

.digital-museum-list .item {
    position: relative;
    width: 84px;
    height: 549px;
    background: url('../image/btn_home_museum_normal.png') no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 18px;
}

.digital-museum-list .item:first-child {
    margin-left: 0;
}

.digital-museum-list .item .title {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 47px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    line-height: 59px;
    writing-mode: vertical-lr;
    letter-spacing: 10px;
    height: 100%;
    text-align: center;
}

.digital-museum-list .item .pic {
    width: 1056px;
    height: 450px;
    display: none;
}

.digital-museum-list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digital-museum-list .item.active {
    background: url('../image/btn_home_museum_focus.png') no-repeat;
    background-size: 100%;
    width: 1229px;
    height: 570px;
    padding: 60px 0 0 57px;
    margin-top: -5px;
    animation: none;
}

.digital-museum-list .item.active .pic {
    display: block;
}

/* 文博人才库 */
.pool-wrap {
    background: url('../image/img_home_bg5.png') no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 359px 0 0;
    width: 100%;
    height: 1492px;
    margin-top: -400px;
}

.pool-content {
    position: relative;
}

.pool-city-list {
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
    right: 159px;
}

.pool-city-list .item {
    background: url('../image/btn_home_tab_normal.png') no-repeat;
    background-size: 100%;
    width: 85px;
    height: 32px;
    line-height: 34px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 27px;
    cursor: pointer;
}

.pool-city-list .item.active {
    animation: none;
    background: url('../image/btn_home_tab_focus.png') no-repeat;
    background-size: 100%;
}

.swiper-pool {
    width: 1800px;
    margin: 82px auto 0;
}

.swiper-pool .swiper-slide {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.swiper-pool-item {
    width: 302.53px;
    height: 352.06px;
    border-radius: 8px;
}

.swiper-pool-item .professor-type {
    width: 28.64px;
    height: 58px;
    position: absolute;
    right: 76px;
    bottom: 71px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.swiper-pool-item .professor-type-1 {
    content: url('../static/images/index/icon_home_tag_expert.png');
}

.swiper-pool-item .professor-type-2 {
    content: url('../static/images/index/icon_home_tag_Guide.png');
}

.swiper-pool-item .photo {
    position: relative;
    width: 236px;
    height: 304px;
    display: block;
    margin: 24px auto 0;
}

.swiper-pool-item::before {
    content: url('../static/images/index/bg_home_think_tanks_card.png');
    position: absolute;
    z-index: 0;
    top: 0;
    width: 304px;
    height: 354px;
}

.swiper-pool-item::after {
    content: url('../static/images/index/bg_home_think_tanks_card_border.png');
    position: absolute;
    z-index: 2;
    top: 14px;
    width: 272px;
    height: 340px;
    margin-left: 18px;
}

.swiper-pool-item .name span {
    position: relative;
}

.swiper-pool-item .name span::before, .swiper-pool-item .name span::after {
    content: "";
    background: url("../static/images/index/icon_home_think_tanks_title_deco.png");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
}

.swiper-pool-item .name span::before {
    left: -24px;
}

.swiper-pool-item .name span::after {
    right: -24px;
}

.swiper-pool .swiper-slide-active .swiper-pool-item .name span::before, .swiper-pool .swiper-slide-active .swiper-pool-item .name span::after {
    top: 18px;
}

.swiper-pool-item .name {
    position: absolute;
    bottom: 60px;
    z-index: 3;
    font-family: SourceHanSerifCN-Bold;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;
    width: 236px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
}

/* .swiper-pool-item .name > span {
    margin: 0 8px;
} */

.swiper-pool .swiper-slide-active {
    width: 410px !important;
    margin-top: 0;
    padding-bottom: 30px;
}

.swiper-pool .swiper-slide-active .professor-type {
    bottom: unset;
    top: 310px;
    right: 54px;
}

.swiper-pool .swiper-slide-active .swiper-pool-item {
    width: 410px;
    height: 659px;
    background: #FFFFFF;
    border: 6px solid #FFDB89;
    box-shadow: 5px 10px 10px 0 #0000000d;
    border-radius: 8px;
}

.swiper-pool .swiper-slide-active .swiper-pool-item::before, .swiper-pool .swiper-slide-active .swiper-pool-item::after {
    content: none;
}

.swiper-pool .swiper-slide-active .swiper-pool-item .photo {
    width: 346px;
    height: 380px;
}

.swiper-pool .swiper-slide .pool-info {
    display: none;
}

.swiper-pool .swiper-slide-active .pool-info {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 55px 27px 0 27px;
}

.swiper-pool .swiper-slide-active .pool-info::after {
    content: url("../static/images/index/img_home_think_tanks_door_lion.png");
    width: 48px;
    height: 68px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pool .swiper-slide-active .name {
    display: none;
}

.swiper-pool .swiper-slide-active .pool-info .name {
    display: block;
    position: relative;
    bottom: unset;
    left: unset;
    font-weight: 700;
    font-size: 32px;
    color: #8B7739;
    line-height: 22px;
    width: 100%;
    transform: none;
}

.swiper-pool .swiper-slide-active .pool-info .desc {
    font-size: 14px;
    color: #000000a6;
    text-align: justify;
    line-height: 22px;
    margin: 16px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.swiper-pool .swiper-slide-active .pool-info .icon {
    width: 132px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.pool-wrap .jump-btn {
    width: 489px;
    height: 88px;
    display: block;
    margin: 55px auto 0;
    cursor: pointer;
}

/* 底部信息 */
#footer {
    border-top: 1px solid transparent;
    margin-top: -18px;
}

.footer {
    border-top: 1px solid transparent;
    width: 100%;
    height: 410px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../static/images/index/bg_home_footer.png");
}

.footer .footer-list {
    margin: 100px 530px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-item {
    cursor: pointer;
}

.footer .footer-item .img > img {
    display: block;
    margin: 0 auto 20px;
}

.footer .footer-item .item-tit {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #ffffffc2;
    letter-spacing: 0;
}

.footer .footer-item.differ {
    margin: 0 60px;
    cursor: default;
}

.footer .footer-item.differ .img {
    width: 169px;
    height: 151px;
}

.footer .footer-item.differ .img > img {
    height: 100%;
}

.footer .footer-item.differ .item-tit {
    display: none;
}

.footer .copyright {
    text-align: center;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #ffffffc2;
    letter-spacing: 0;
    line-height: 16px;
}

.footer .copyright > p {
    margin-bottom: 16px;
}

.nodata {
    display: flex;
    align-items: center;
    justify-content: center;
    width: inherit;
    height: inherit;
    flex-direction: column;
}

.nodata .text {
    padding: 20px 0;
}