.Open{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	animation: open1 2.5s 1;
	animation-fill-mode:forwards;
}
@keyframes open1
{
	0%   {opacity: 1;}
	25%  {opacity: 1;}
	50%  {opacity: 1;}
	75%  {opacity: 1;}
	100% {opacity: 0;z-index: -1;}
}
.Open img{
	width: 150px;
	/* height: 100%; */
	animation: open2 1.5s 1;
	animation-fill-mode:forwards;
}
@keyframes open2
{
	0%   {width: 0;height: 0;}
	100%  {width: 150px;/* height: 100%; */}
}
.default_container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 60px);
    background-color: #f6f6f6;
}
.container-full{
    width: 100%;
}
.container-full .hostteam-full{
    width: 100%;
    margin: 50px 0px;
}
.container-full .manager-full{
    width: 100%;
    margin: 50px 0px;
}
.container-full .img-full{
    width: 100%;
}
/* 切角效果 */
.img-clip{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}
/* 视频 */
.Video_container{
	width: 100%;
	background-color: #f6f6f6;
	padding-top: 48px;
	margin-top: 100px;
}
.Video_container > img{
	display: block;
	margin: 0 auto;
}
.video{
	width: 100%;
	display: block;
	margin: 48px auto 0;
}
/* 视频 end */
/* 查询 */
.query{
	width: 1200px;
	height: 85px;
	display: flex;
	align-items: center;
	margin: 45px 0;
	background-color: #f6f6f6;
}
.query > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 240px;
    justify-content: center;
    cursor: pointer;
}
.query input{
	width: 80px;
	padding-left: 48px;
	border: none;
	font-size: 14px;
	color: #333333;
	background-color: transparent;
	cursor: pointer;
}
.query input::placeholder{
    color: #000;
}
.query .query-area,.query .query-date,.query .query-time{
    border-right: 1px solid #AAAAAA;
    height: 35px !important;
}
.query input:focus{
	border: none;
}
.query img{
	margin-left: 18px;
}
.query .time,.query .HostType{
	justify-content: center;
	cursor: pointer;
}
.query .HostType{
	border-right: none;
}
.query .time p,.query .HostType p{
	font-size: 18px;
	color: #333333;
}
.query .time img,.query .HostType img{
	margin-left: 14px;
}
.layui-menu-body-title{
	text-align: center;
}
.query .query-btn{
	width: 300px;
	line-height: 85px;
	color: white;
	text-align: center;
	background-color: #333333;
	font-size: 18px;
	border: none;
	cursor: pointer;
}
/* 查询 end */
/* 主持人列表 */
@font-face{
	font-family:Exotic;
	src: url('../js/Exotic350BT-DemiBold.ttf'),url('../js/Exotic350BT-DemiBold.eot');
}
.founder > h1{
	padding: 160px 0 50px;
	font-size: 127px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 50px;
	font-family:Exotic;
}
.founder > p{
	font-size: 24px;
	color: #282828;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
}
.founder-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
}
.founder-head .founder-head-h1{
    padding: 0px 0 50px;
	font-size: 127px;
	text-align: center;
	text-transform: uppercase;
	font-family:Exotic;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}
.founder-head .founder-head-h1>div{
    width: 150px;
}
.founder-head .founder-head-p{
    font-size: 24px;
	color: #282828;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
}
.founderList{
	padding-top: 60px;
	display: flex;
}
.founderList li{
	width: 378px;
	height: 567px;
	background-color: #333333;
	margin-left: 33px;
	cursor: pointer;
}
.founderList li:first-of-type{
	margin-left: 0;
}
.founderList li img{
	width: 100%;
	height: 100%;
	display: block;
}
.founderList li.founder_message img{
	width: 319px;
	height: 79px;
	display: block;
	padding: 150px 0 60px;
	margin: 0 auto;
}
.founderList li p{
	padding: 0 30px;
	text-align: center;
	font-size: 18px;
	color: white;
	position: relative;
	line-height: 33px;
	padding-top: 55px;
	letter-spacing: 3px;
}
.founderList li p::after{
	width: 40px;
	height: 1px;
	background-color: white;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.Host_Container{
	padding-top: 45px;
}
.Host_Container > h1{
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	font-weight: 400;
}
.Host_Container > h2{
	font-size: 18px;
	text-align: center;
	color: #333333;
	font-weight: 400;
	margin: 6px auto;
	position: relative;
	display: table;
}
.Host_Container > h2::before{
	content: '';
	width: 15px;
	height: 2px;
	background-color: #333333;
	position: absolute;
	top: 11px;
	left: -21px;
}
.Host_Container > h2::after{
	content: '';
	width: 15px;
	height: 2px;
	background-color: #333333;
	position: absolute;
	top: 11px;
	right: -21px;
}
.Host_Container > p{
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.HostList{
	padding-top: 35px;
	display: flex;
	flex-wrap: wrap;
}
.HostList li{
	width: 195px;
	height: 292px;
	margin: 50px 6px 0 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.HostList li .Teiangle{
	width: 295px;
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.HostList li p{
	width: 210px;
	height: 40px;
	display: flex;
	align-items: center;
	color: white;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 18px;
	left: -8px;
	transform:rotate(-11deg);
}
.HostList .qiejiao{
    position: absolute;
    transform: rotate( 
-11deg);
    width: 210px;
    height: 50px;
    background-color: #FDF9EF;
    bottom: -31px;
}

.ys-type{
    border-right: 1px solid #8f8f8f;
    width: 300px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.HostList li p.manager{
	bottom: 0px;
	transform:rotate(0deg);
}
.HostList li p span{
	margin-left: auto;
}
.HostList li img{
    width: 100%;
    height: 100%;
}
.BoFang{
	position: relative;
    width: 1200px;
    margin: 0 auto;
}
.BoFang img{
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}
/* slogan */
.slogan-container{
    width: 100%;
    background-color: #FDF9EF;
    padding-top: 30px;
    margin-top: 100px;
    min-width: 1200px;
    padding-bottom: 30px;
}
.slogan-container img{
	display: block;
	margin: 0 auto;
    width: 400px;
}
/* 视频轮播 */
.hone-banner{
	width: 100%;
    background-color: #FDF9EF;
    padding: 0 0 140px;
    margin-top: 0px;
}
.hone-banner .SwiperList{
	width: 100%;
	height: 475px;
	position: relative;
}
.hone-banner .SwiperList li{
	width: 867px;
	height: 475px;
	background-color: white;
	border-radius: 10px;
	transition: all 0.8s;
	box-shadow: 5px 6px 6px 4px rgb(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 13%;
	overflow: hidden;
	/* display: flex; */
}
.hone-banner .SwiperList li > img{
	width: 867px;
	height: 475px;
	margin-left: auto;
}
.hone-banner .SwiperList .SwiperListPlayIcon{
    width: 60px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -30px;
    margin-top: -30px;
}
.hone-banner .SwiperList .now {
    z-index: 9;
}
.hone-banner .SwiperList .next {
  z-index: 6;
  transform:scale(0.8) translateX(300px);
	opacity: 0.5;
	box-shadow:none !important;
}
.hone-banner .SwiperList .prev {
  z-index: 6;
  transform:scale(0.8) translateX(-260px);
	opacity: 0.3;
	box-shadow:none !important;
}
.hone-banner .leftbtn{
	width: 57px;
	position: absolute;
	top: 50%;
	left: -50px;
	cursor: pointer;
}
.hone-banner .rightbtn{
	width: 57px;
	position: absolute;
	top: 50%;
	right: -50px;
	cursor: pointer;
}

/* 首页顶部轮播图 */
.banner-body{
    width: 100%;
    margin-top: 100px;
}
.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}

/* 城市主理人 */
.home-star{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0px;
    background-color: #F6F6F6;
}
.home-star-left{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.home-star-emcee{
    width: 33.3333333333%;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.home-star-emcee img{
    width: 100%;
    height: auto;
    display: block;
}
.home-star-emcee-tag{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    border-bottom-right-radius: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 0, 100% 100%, 0 100%);
}
.home-star-emcee .home-star-emcee-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* 半透明黑色遮罩 */
    color: white; /* 白色文字 */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* 初始时不显示遮罩 */
    transition: opacity 0.3s; /* 过渡效果 */
    flex-direction: column;
}
.home-star-emcee:hover .home-star-emcee-hover{
    opacity: 1; /* 鼠标悬停时显示遮罩 */
} 
.home-star-emcee .home-star-emcee-hover-btn{
    border: 1px solid #FFF;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.home-star-emcee .home-star-emcee-hover-line{
    height: 1px;
    width: 30px;
    background-color: #FFF;
    margin: 10px auto;
}
.home-star-emcee .home-star-emcee-hover-txt{
    padding: 5px 0px;
}
.home-star-right{
    flex: 1;
    padding-left: 80px;
    box-sizing: border-box;
}
.home-star-logo img{
    height: 100%;
}
.home-star-title1{
    padding: 20px 0px;
    font-size: 46px;
    font-weight: bold;
}
.home-star-title2{
    padding: 10px 0px;
    font-size: 26px;
}
.home-star-title3{
    padding: 10px 0px;
    font-size: 14px;
    color: #9A9A9A;
}

/* 品牌介绍 */
.home-band{
    width: 100%;
    height: 550px;
    background-color: #F6F6F6;
    margin: 30px 0px;
}
.home-band-body{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.home-band-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home-band-title{
    color: #CCBFAE;
    font-weight: bold;
    font-size: 38px;
    padding-bottom: 10px;
}
.home-band-title2{
    font-size: 14px;
    color: #9A9A9A;
}
.home-band-des-title1{
    color: #CCBFAE;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.home-band-des-title2{
    color: #CCBFAE;
    font-size: 18px;
    margin-top: 20px;
}
.home-band-des-row{
    padding: 5px 0;
}
.home-band-line{
    margin: 10px 0px 25px 0;
    border-radius: 3px;
    height: 3px;
    width: 40px;
    background-color: #E97005;
}
.home-band-des{
    font-size: 14px;
    color: #838383;
}
.home-band-btn{
    font-size: 14px;
    background-color: #333333;
    color: #FFFFFF;
    padding: 10px 20px;
    margin-top: 30px;
}
.home-band-right{
    height: 550px;
}
.home-band-right img{
    width: 100%;
}

/* ############### 自适应布局 ############### */
/* 小屏幕 包含576 */
@media screen and (max-device-width: 576px) {
    
    .HostList li{
        width: 295px;
        height: 442px;
        margin: 50px 6px 0 0;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        padding: 0px 2px 2px 0px;
        box-sizing: border-box;
    }
    .HostList li:nth-child(-n+4){
        margin-top: 0;
    }
    .HostList li:nth-child(4n){
        margin-right: 0;
    }
    .HostList li .Teiangle{
        width: 295px;
        height: 56px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .HostList li p{
        width: 310px;
        height: 40px;
        display: flex;
        align-items: center;
        color: white;
        font-size: 16px;
        padding: 0 15px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 25px;
        left: -8px;
        transform:rotate(-11deg);
    }
}
/* 大屏幕 包含577*/
@media screen and (min-device-width: 577px) {
    .HostList li:nth-child(-n+6){
        margin-top: 0;
    }
    .HostList li:nth-child(6n){
        margin-right: 0;
    }
}