/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
	width: 100vw;
	overflow-x: hidden;
	font-family: "Times New Roman", Times, "宋体", "SimSun", serif;
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

main {
	padding-top: 5rem;
}

.bg-theme {
	background: #1b262f;
}

.flex {
	display: flex;
}

.text-indent {
	text-indent: 2em;
}

.breadcrumb {
	background: none;
}

.breadcrumb a {
	color: #666666;
}

.jumbotron {
	background: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}

/* 首页
------------------------------------------------- */

.index-block-whats-news {
	padding: 3rem 2rem;
	background: url("../images/bg-news.jpg") no-repeat right bottom;
	background-size: 100% 100%;
	position: relative;
}

.index-block-whats-news a,
.index-block-whats-news a:hover,
.index-block-whats-news a:active,
.index-block-whats-news a:visited {
	color: #000000;
}

.index-block-whats-news .btn-more {
	position: absolute;
	right: 7rem;
	top: .2rem;
}

.index-block-data {
	background: url("../images/bg-statistics.jpg") no-repeat;
	background-size: cover;
	overflow-x: hidden;
}

.font-sans-serif {
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}

.index-block-data .item-activity-bd {
	transition: all .5s;
}

.index-block-data .item-activity-bd:hover {
	background: linear-gradient(to right, #dc5947 20%, #212a30 100%);
}

/* 区域介绍
------------------------------------------------- */
.intro-Venue {
	padding: 4rem;
	background: url("../images/bg-characteristic-venues.jpg") no-repeat;
	background-size: cover;
	padding: 4rem 6vw;
}

.footer {
	padding: 2.5rem 0 3.5rem 0;
	color: #999;
	background-color: #333333;
}

.footer .container {
	position: relative;
}

.footer a {
	color: #999999;
}

.footer .qrcode-wrap {
	position: absolute;
	top: -4rem;
	right: 0;
}

.footer .qrcode-wrap .qrcode {
	width: 130px;
}

.icon-more1 {
	margin-left: 10px;
	width: 1.5rem;
}

.icon-more2 {
	position: absolute;
	top: 3rem;
	right: 3rem;
	width: 2.3rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

.index-block-banner {
	position: relative;
}

.index-block-banner .form-wrap {
	position: absolute;
	right: 12vw;
	top: 20vh;
	width: 39vw;
	height: 4.2rem;
	background: #ffffff;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid #b72d22;
	z-index: 100;
}

.index-block-banner button {
	background: #b72d22;
	height: 4.2rem;
	width: 7.2rem;
	border-radius: 2rem;
	font-size: 1.6rem;
	color: #ffffff;
}

.index-block-banner select {
	height: 4.2rem;
	border: none;
	width: 9rem;
	border-right: 1px solid #b72d22;
	padding-right: 1rem;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
}

.index-block-banner .input-group-btn {
	position: relative;
}

.index-block-banner .input-group-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	transform: translateY(-50%);
}

.index-block-banner input {
	height: 4.2rem;
	border: none;
	padding: 0 2rem;
}

.text-overflow1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb {
	padding-left: 0;
	padding-right: 0;
}

.index-block-banner .carousel {
	margin-bottom: 0;
}
.index-block-banner .carousel-item {
	height: auto;
}
.index-block-banner .carousel-item > img {
	width: 100%;
	min-width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}

.index-banner {
	width: 100%;
	height: 45.93vw;
	margin:0;
	border-radius: 0;
}

@media (max-width: 1440px) {
	.index-block-banner .form-wrap {
		width: 42rem;
		height: 4rem;
	}

	.index-block-banner button,
	.index-block-banner select,
	.index-block-banner input {
		height: 4rem;
	}
}

@media (max-width: 1280px) {
	.index-block-banner .form-wrap {
		width: 40rem;
		height: 3.4rem;
		right: 8vw;
	}

	.index-block-banner button,
	.index-block-banner select,
	.index-block-banner input {
		height: 3.4rem;
	}
}

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

@media (min-width: 1680px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px !important;
	}
}

@media (min-width: 1920px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1420px !important;
	}
}
