@charset "utf-8";
/* CSS Document */

@charset "UTF-8";


/*header*/
.allbg {
	background-image: url(../image/head_bg@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px auto;
}

.head_index {}
.head-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 12;
	padding: 14px;
	display: none;
	opacity: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.head-fixed.show {
	/* display: block; */
	opacity: 1;
	transition: all 0.5s ease;
}

.head-fixed>div {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head-fixed .logo {
	width: 198px;
	height: 30px;
	margin-top: 0;
}

.head-fixed .search-wrap {
	width: 320px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #007BFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head-fixed .search-wrap img {
	width: 12px;
	height: 12px;
	flex: 0 0 auto;
	margin-left: 10px
}

.head-fixed .search-wrap input {
	flex: 1 0 auto;
	margin: 0 10px;
	outline: none;
	border: none;
}

.head-fixed .search-wrap button {
	flex: 0 0 auto;
	width: 60px;
	height: 32px;
	background: #007BFF;
	border-radius: 6px;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}

.logo {
	margin-top: 42px;
	height: 45px;
}

.logo img {
	width: auto;
	height: 45px;
}

/*search*/
.search_w {}

.search-input {
	width: 500px;
	padding: 0 5px;
	border: none;
	height: 48px;
}

.primary {
	position: absolute;
	width: 100px;
	/* height: 48px; */
	height: 100%;
	color: #fff;
	background: #007BFF;
	border-radius: 0 10px 10px 0;
	border: 0;
	right: -2px;
	font-size: 16px;
	font-weight: bold;
}

.search {
	margin-top: 27px;
	width: 680px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #007BFF;
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}

.search_info {
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}

.search_info span {
	margin-left: 5px;
}

/*searchEND*/
.head_index .calendar {
	width: 300px;
	box-sizing: border-box;
	height: 76px;
	padding-left: 25px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	border: 1px solid #82B2FE;
	margin-top: 107px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.date {
	color: #333;
}

.date_t {
	font-weight: bold;
}

.date_t span {
	font-size: 24px;
}

.date_b {
	font-size: 12px;
	color: #666;
}

.date_b span {
	margin-right: 8px;
}

.solarTerms {
	padding-left: 25px;
	line-height: 18px;
	height: 18px;
	width: 76px;
	background-image: url(../image/icon_rili@2x.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

/*headerEND*/
.banner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-container {
	position: relative;
	width: 1300px;
	height: 320px;
	overflow: hidden;
	margin: 28px auto 0;
}

.slider-w1200 {
	position: relative;
	width: 1200px;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;

}


.slider {
	display: flex;
	border-radius: 10px;
	width: 6000px;
	/* 1200px * 5 */
	height: 100%;
	transition: transform 0.5s ease;
}

.slide {
	width: 1200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	color: white;
	font-weight: bold;
}

/*.slide:nth-child(1) {
	background-color: #ff7675;
}

.slide:nth-child(2) {
	background-color: #74b9ff;
}

.slide:nth-child(3) {
	background-color: #55efc4;
}

.slide:nth-child(4) {
	background-color: #a29bfe;
}

.slide:nth-child(5) {
	background-color: #ffeaa7;
	color: #333;
}*/

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 10;
	border: none;
	outline: none;
	background-size: 100%;

}

.arrow:hover {
	opacity: 0.5;
}

.prev {
	left: 0;
	background-image: url(../image/icon_qieh_l@2x.png);

}

.next {
	right: 0;
	background-image: url(../image/icon_qieh_r@2x.png);

}

.dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s;
}

.dot.active {
	background-color: white;
}

/**/
.hbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 28px 0;
}

.hbox img {
	width: 154px;
	height: 50px;
}

/**/
.inbox {}

.boxt {
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.boxt .tit {
	display: inline-block;
}

.inbox h3 {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin-right: 8px;
}

.inbox h3 span {
	color: #FF9333;
}

.inbox .tab {
	display: inline-block;
}

.inbox .tab span {
	/*	display: inline-block;*/
	box-sizing: border-box;
	width: 100px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #D1E0F0;
	margin-right: 20px;
}

.inbox .tab span.on {
	border: 1px solid #007BFF;
	color: #007BFF;
	font-weight: bold;
}

/*select*/

.tit-fr {
	/* float: right; */
	font-size: 12px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
}

.tit-fr>img {
	height: 18px;
	margin-left: 10px;
}

.posirelative {
	position: relative;
}

.select-out-div {
	width: 90px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

select.m-wrap {
	font-size: 12px;
	/* background-color: #ffffff;
	background-image: none !important; */
	background: url('../image/下拉.png') no-repeat;
	background-size: 16px;
	background-position: calc(100% - 8px) center;
	filter: none !important;
	/* border: 1px solid #e5e5e5; */
	border: none;
	/* 去掉默认的下拉图标 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	outline: none;
	width: 96px;
	height: 32px !important;
	line-height: 32px;
	padding: 2px 8px;
	appearance: none;
}

.m-wrap option {
	line-height: 28px;
	padding: 3px;
}

.select-span {
	height: 32px;
	position: absolute;
	top: 20px;
	border-right: 1px solid #e5e5e5;
	right: 0px;
	width: 10px !important;
	z-index: 999;
}

.select-b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	margin-left: -4px;
	margin-top: 13px;
	position: absolute;
}

/*LIST*/
.list_5n {
	display: flex;
	/*justify-content:space-between;*/
	align-content: flex-start;
	/*justify-content: flex-start;*/
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-right: -22px;
}

.list_5n .item {
	position: relative;
	top: 0;
	width: 228px;
	/*	height: 380px;
	background: #E4ECF4;*/

	transition: all .3s;
	margin-right: 15px;
	padding-bottom: 64px;

	border-radius: 10px;
	overflow: hidden;
}

.list_5n .item .ibox {
	height: 380px;
	background: #E4ECF4;
	border-radius: 10px;
	overflow: hidden;
}

.list_5n .item:hover {
	background-color: #fff;
	box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
	overflow: visible;
	z-index: 3;
}

.list_5n .item .exhibit {
	display: none;
	/* border-radius: 0 0 12px 12px; */
	background-color: #fff;
	position: absolute;
	height: 60px;
	bottom: 4px;
	width: 100%;
	cursor: pointer;
	transition: all .3s;
}

.list_5n .item:hover .exhibit {
	display: block;
}

.list_5n .item:hover .ibox {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	overflow: inherit;
}

.list_5n .item {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.list_5n .item .tit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	overflow: hidden;
	padding: 9px 8px 9px;
}

.list_5n .item .info {
	/*display: inline-flex;
	justify-content:space-between;
	align-items:center;*/
	padding: 0 6px;
	overflow: hidden;
}

.list_5n .item .tag {
	float: left;
	font-size: 12px;
	color: #FF9333;
	background-color: rgba(255, 147, 51, 0.1);
	border-radius: 2px;
	padding: 3px 5px;
}

.list_5n .item .watch {
	float: right;
	font-size: 12px;
}

.list_5n .item .watch span {
	width: 15px;
	height: 9px;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-right: 6px;
	background-image: url(../image/icon_liulan@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.more {
	display: block;
	width: 200px;
	height: 48px;
	border-radius: 6px;
	line-height: 48px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #333;
	margin: 5px auto;
	background-color: #F5F6F8;
	background-image: url(../image/jiant@2x.png);
	background-repeat: no-repeat;
	background-position: 149px center;
	/* -webkit-background-size: ; */
	background-size: 7px 13px;
}

/**/
.ibox-swiper {
	height: 100%;
}

.ibox-swiper .swiper-pagination {
	top: unset !important;
	bottom: 0 !important;
}

.ibox-swiper-wrapper {
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}

.ibox-swiper-wrapper .swiper-slide {
	max-height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.ibox-swiper-wrapper img {
	width: 100%;
	height: 100%;

}

.swiper-pagination-fr {
	display: none;
	position: absolute;
	bottom: 14px;
	right: 10px;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	z-index: 9;
}

.item:hover .swiper-pagination-fr {
	display: block;
}

.custom-select {
	position: relative;
	width: 100px;
	line-height: 1;
	cursor: pointer;
}

.custom-select-val {
	background: url('../image/pull-down.png') right center no-repeat;
	background-size: 16px;
	padding: 10px;
}

.select-panel {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	z-index: 9;
}

/* .custom-select:hover .select-panel {
	display: block;
} */

.select-panel div {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	padding: 10px;
}

.select-panel div:hover,
.select-panel div.active {
	color: #007BFF;
	background: #F7F7F7;
}

