@media (max-width: 1920px) {
	html {
			font-size: 10px;
	}
}
@media (max-width: 1600px) {
	html {
			font-size: 8px;
	}
}
@media (max-width: 1400px) {
	html {
			font-size: 7px;
	}
}
@media (max-width: 1366px) {
	html {
			font-size: 7px;
	}
}
@media (max-width: 1024px) {
	html {
			font-size: 6px;
	}
}
@media (max-width: 812px) {
	html {
			font-size: 6px;
	}
}

/* 选中样式 */
#head .nav-list > li.arrow-icon-about > a {
	border-bottom: 1px solid #FFFFFF;
}
#head .nav-list > li.arrow-icon-about .two-nav-about .two-nav-item-text {
	border-bottom: 1px solid #FFFFFF;
}
/* #head .nav-list > li.arrow-icon-about .arrow-icon-img {
	border-left: 3px solid #12C3A9;
} */

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

select::-ms-expand {
	display: none;
}

.top {
	position: relative;
}

.top .b-pic {
	width: 100%;
}

.top .list-box {
	width: 70%;
	min-width: 900px;
	height: 60%;
	position: absolute;
	left: 51.5%;
	top: 17%;
	transform: translateX(-50%);
}

.top .list-box .u-list {
	margin-left: 5%;
	margin-bottom: 0;
}

.top .list-box .u-list li {
	cursor: pointer;
	text-align: center;
	width: 125px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.6rem;
	background: url(../images/li-bg.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-right: 20px;
}

.top .list-box .u-list .on {
	background: url(../images/on-li-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #333;
}

.top .list-box .cont {
	height: 104%;
	display: none;
}

.top .list-box .cont .left,
.right {
	float: left;
	height: 100%;
}

.top .list-box .cont .left {
	width: 60%;
	background: rgba(254, 254, 254, .9);
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	box-sizing: border-box;
	padding: 4rem 6.6rem 0;
}

.top .list-box .week-on {
	display: block !important;
}

.top .list-box .cont .left .txt {
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 2rem;
	position: relative;
	margin: 0;
}

.top .list-box .cont .left .txt:after {
	content: "";
	width: 0.5rem;
	height: 2.5rem;
	background: #00a5b8;
	position: absolute;
	left: 0;
	top: 15%;
}

.top .list-box .cont .left .dis{
	margin: 5rem 0 0;
	line-height: 2.8rem;
	color: #888;
	font-size: 2rem;
}

.top .list-box .cont .right {
	width: 37%;
	background: #fff;
	overflow: hidden;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.top .list-box .cont .right .u-logo {
	width: 100%;
}


/*大事件start*/

.joined-box{
	display: none;
}
.event-pic {
	width: 50%;
	margin: 0 auto;
	margin-top: 80px;
}

.event-pic img {
	width: 100%;
}

.event-history {
	width: 90%;
	margin: 0 auto 5%;
}

.event-history .time-list {
	width: 100%;
	border-bottom: 1px dashed #00a5b8;
	width: auto;
	position: relative;
}

.event-history .time-list li {
	width: 8%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -6px;
}

.event-history .time-list li:nth-child(2) {
	left: 25%;
}

.event-history .time-list li:nth-child(3) {
	left: 45%;
}

.event-history .time-list li:nth-child(4) {
	left: 66%;
}

.event-history .time-list li:nth-child(5) {
	left: 86%;
}

.event-history .time-list li .date {
	margin-bottom: 10px;
}

.event-history .time-list li .dot {
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #00a5b8;
	border-radius: 100%;
	margin: 0 auto;
}

.event-history .time-list .c-li {
	bottom: -9px;
}

.event-history .time-list .c-li .dot {
	width: 20px;
	height: 20px;
	background: #00a5b8;
}


/*滚动条*/

.t-ctn {
	width: 90%;
	height: 450px;
	margin: 0 auto 4%;
	/*padding-top: 5%;*/
	overflow: hidden;
	margin-top: 30px;
}

.swiper-slide {
	width: auto;
	cursor: pointer;
	border-top: 1px dashed #00a5b8;
	position: relative;
	transition: width 0.3s;
	overflow: inherit;
}
.swiper-slide:hover,.swiper-slide.on{
	width: 330px !important;
}
.swiper-slide:hover .cont,.swiper-slide.on .cont{
	height: 420px;
	top: -45px;
}
/*.swiper-slide:hover .cont .txt,.swiper-slide.on .cont .txt{
	font-size: 18px;
}*/
.swiper-slide:hover .date-box .date,.swiper-slide.on .date-box .date{
	position: relative;
	top: -10px;
	font-size: 20px;
	z-index: 9;
}
.swiper-slide:hover .date-box .dot,.swiper-slide.on .date-box .dot{
	position: relative;
	top: -10px;
	z-index: 9;
	width: 22px;
	height: 22px;
	background: #00a5b8;
}
.swiper-container {
	overflow: initial;
	padding-top: 40px;
}

.date-box {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: -35px;
}

.date-box .date {
	margin-bottom: 7px;
}

.date-box .dot {
	margin: 0 auto;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #00a5b8;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.swiper-slide .cont {
	width: 95%;
	height: 380px;
	margin: 9% auto;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	top: 0;
	transition: height 0.3s, top 0.3s;
}



.t-ctn .s-list .on-li .date-box .date {
	margin-bottom: 15px;
}

.t-ctn .s-list .on-li .date-box .dot {
	width: 18px;
	height: 18px;
	background: #00a5b8;
}

.t-ctn .s-list .on-li .cont {
	position: relative;
	top: -95px;
}

.swiper-slide .cont .img-box {
	width: 100%;
	height: 150px;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	overflow: hidden;
}
.swiper-slide .cont .img-box img{
	width: 100%;
}
.swiper-slide .cont .txt {
	margin: 0 auto;
	width: 90%;
	box-sizing: border-box;
	padding-top: 10px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;*/
	transition: font-size 0.3s;
	height: 230px;
	font-size: 14px;
}


/*大事件end*/

.video {
	position: relative;
	overflow: hidden;
}
.video #video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.video .cover-img{
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
}
.video .pop{
	cursor: pointer;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
}
.play-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.for-list {
	width: 70%;
	margin: 0 auto;
}

.for-list li {
	margin-bottom: 30px;
	overflow: hidden;
}

.for-list li input,
.bor {
	float: left;
	border: 1px solid #dcdcdc;
	width: 49%;
	height: 50px;
	margin-right: 1%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-box-sizing: border-box;
	padding: 0 0 0 5%;
}

.for-list li input:last-child {
	float: right;
}

.for-list li .bor {
	position: relative;
}

.for-list li .bor:last-child {
	float: right;
}

.for-list li .bor:after {
	content: "";
	width: 50px;
	height: 100%;
	background: url(../images/arrow-down.png) no-repeat center center;
	background-size: 15px auto;
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
}

.for-list li .bor select {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.sub-btn {
	width: 28%;
	height: 45px;
	color: #fff;
	background: #19adbf;
	border: 1px solid #19adbf;
	font-size: 18px;
	display: block;
	margin: 4% auto 6%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}
