* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	text-decoration: none;
	box-sizing: border-box;
}

a {
	color: #333;
}

#ad {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#ad .swiper-container {
	padding-bottom: 60px;
}

#ad .swiper-slide {
	width: 600px;

	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	border-radius: 6px;
	overflow: hidden;
}

#ad .swiper-slide img {
	display: block;
}

#ad .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#ad .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#ad .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#ad .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#ad .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#ad .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#ad .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#ad .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#ad .swiper-button-prev::after,
#certify .swiper-button-next::after {
	content: '';
}


body {
	font-family: "微软雅黑";
	background-color: #f7f7f7;
	color: #333
}

header {
	width: 100%;
	background-color: #fff;
}

header .top .wrap {
	width: 1200px;
	margin: auto;
}

header .top {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

header .top .wrap ul {
	display: flex;
	justify-content: right;
}

header .top .wrap ul li {
	margin-left: 30px;
}

header .top .wrap ul li a {
	font-size: 14px;
	color: #222;
}

header .menu {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #222;
	display: flex;
}

header .menu .wrap {
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menu .wrap .logo img {
	display: block;
	width: 100px;
}

header .menu .wrap .nav {
	width: 700px;
}

header .menu .wrap .nav ul {
	display: flex;
	align-items: center;
}

header .menu .wrap .nav ul li {
	margin-right: 60px;
}

header .menu .wrap .nav ul li a {
	color: #222;
	font-weight: bold;
	font-size: 18px;
}

header .menu .wrap .search {
	position: relative;
	display: flex;
	align-items: center;
}

header .menu .wrap .search input {
	width: 240px;
	height: 40px;
	padding: 0 15px;
	border-radius: 4px;
	border: 1px solid #333;
	font-size: 14px;
}

header .menu .wrap .search img {
	position: absolute;
	width: 15px;
	right: 10px;
}

.index .banner {
	width: 100%;
	height: 480px;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.index .banner .search {
	width: 700px;
	margin: auto;
	color: #fff;
}

.index .banner .search .title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: bold;
}

.index .banner .search .search_box {
	display: flex;
	width: 700px;
	align-items: center;
	position: relative;
}

.index .banner .search .search_box img {
	position: absolute;
	width: 20px;
	right: 10px;
}

.index .banner .search input {
	width: 100%;
	height: 56px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #333;
	padding: 0 15px;
}

.index .banner .search .hot_city {
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
	display: flex;
}

.index .banner .search .hot_city ul {
	display: flex;
	justify-content: space-between;
}

.index .banner .search .hot_city ul li {
	margin-left: 20px;
}

.industry_category {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	padding: 14px 28px;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
	margin-top: -100px;
}

.industry_category .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.industry_category .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.industry_category ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.industry_category ul li {
	padding: 10px 20px;
	cursor: pointer;
}

.industry_category ul li .son {
	width: 500px;
	top: 15px;
	padding: 10px;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	z-index: 999;
	display: none;
}

.industry_category ul li .son li {
	font-size: 14px;
	line-height: 25px;
	padding: 10px;
	cursor: pointer;
}

.industry_category ul li .son {
	width: 500px;
	top: 15px;
	padding: 10px;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	z-index: 999;
	display: none;
}

.industry_category ul li .son li>a {
	color: #333;
	font-size: 15px;
}


.index .ad {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 50px;
}

.index .ad .swiper-container {
	width: 100%;
	height: auto;
}

.index .ad .swiper-container .swiper-slide img {
	width: 600px;
}

.index .exhibit_list {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}

.index .exhibit_list .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index .exhibit_list .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.index .exhibit_list .title img {
	width: 26px;
	margin-right: 10px;
	display: block;
}

.index .exhibit_list .list {
	display: flex;
	justify-content: space-between;
}

.index .exhibit_list .list .item {
	width: 388px;
	border-radius: 10px;
	overflow: hidden;
}

.index .exhibit_list .list .item .two {
	margin-top: -50px;
	z-index: 999;
	position: relative;
}

.index .exhibit_list .list .item .one {
	display: flex;
	background-color: #fff;
	width: 92%;
	margin: auto;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
	justify-content: space-between;
}

.index .exhibit_list .list .item .logo {
	display: flex;
	justify-content: center;
}

.index .exhibit_list .list .item .logo img {
	width: 120px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.index .exhibit_list .list .item .info {
	width: calc(100% - 130px);
}

.index .exhibit_list .list .item .abbr_title {
	color: #e50113;
	font-weight: bold;
	font-size: 18px;
}

.index .exhibit_list .list .item .title {
	max-width: 200px;
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .exhibit_list .list .item .title::before {
	display: none;
}

.index .exhibit_list .list .item .countdown {
	margin-top: 5px;
	display: flex;
	justify-content: right;
}

.index .exhibit_list .list .item .countdown span {
	color: #ff8600;
	font-weight: bold;
	font-size: 18px;
}


.index .hot_exhibit {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}

.index .hot_exhibit .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index .hot_exhibit .title::before {
	display: none;
}

.index .hot_exhibit .list {
	display: flex;
	justify-content: space-between;
}

.index .hot_exhibit .list .item {
	width: 288px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px;
}

.index .hot_exhibit .list .item .logo {
	display: flex;
	justify-content: center;
}

.index .hot_exhibit .list .item .logo img {
	height: 156px;
	width: auto;
	max-width: 258px;
	max-height: 156px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.index .hot_exhibit .list .item .abbr_title {
	color: #e50113;
	font-weight: bold;
	font-size: 18px;
}

.index .hot_exhibit .list .item .title {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
}

.index .hot_exhibit .list .item .countdown {
	margin-top: 5px;
}

.index .hot_exhibit .list .item .countdown span {
	color: #ff8600;
	font-weight: bold;
	font-size: 18px;
}

.index .news {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}

.index .news .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index .news .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.index .news .wrap {
	display: flex;
	justify-content: space-between;
}

.index .news .left {
	width: 794px;
	background: #fff;
	padding: 25px;
	border-radius: 6px;
}

.index .news .right {
	width: 384px;
	background: #fff;
	padding: 25px;
	border-radius: 6px;
}

.index .news .left .title {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

.index .news .left .title::before {
	display: none;
}

.index .news .left .title::after {
	content: '';
	width: 112px;
	height: 46px;
	border-bottom: 2px solid red;
	position: absolute;
}

.index .news .left .title img {
	margin-right: 10px;
}

.index .news .left .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index .news .left .list .item {
	display: flex;
	justify-content: space-between;
	width: 45%;
	margin-bottom: 10px;
}

.index .news .left .list .item .news_title {
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index .news .left .list .item .news_title span {
	padding: 0 5px;
	background-color: #e50113;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
}

.index .news .left .list .item .time {
	color: #999;
}

.index .news .right .title {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

.index .news .right .title::before {
	display: none;
}

.index .news .right .title::after {
	content: '';
	width: 112px;
	height: 46px;
	border-bottom: 2px solid red;
	position: absolute;
}

.index .news .right .title img {
	margin-right: 10px;
}

.index .news .right .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index .news .right .list .item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
}

.index .news .right .list .item .news_title {
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index .news .right .list .item .news_title span {
	padding: 0 5px;
	background-color: #e50113;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
}

.index .news .right .list .item .time {
	color: #999;
}

.hot_category {
	width: 1200px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 6px;
}

.hot_category .category ul {
	display: flex;
	justify-content: start;
}

.hot_category .category ul li {
	margin-right: 20px;
}

.hot_category .category ul li {
	margin-right: 20px;
	padding-bottom: 5px;
	cursor: pointer;
}

.hot_category .category ul .active {
	border-bottom: 2px solid #e50113;
}

.hot_category .list {
	margin-top: 10px;
}

.hot_category .list ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 25px;
	display: none;
}

.hot_category .list ul:first-child {
	display: flex;
}

.hot_category .list ul li {
	width: calc(100%/8);
}

.index .service {
	width: 1200px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 6px;
}

.index .service {
	display: flex;
	justify-content: space-between;
}

.index .service>div {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.index .service>div>img {
	margin-right: 10px;
}

footer {
	background-color: #191c21;
	color: #fff;
	padding: 50px 0;
	margin-top: 50px;
}

footer .wrap {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

footer .wrap .left ul {
	display: flex;
}

footer .wrap .left ul li {
	padding: 0 10px;
	border-right: 1px solid #f2f2f2;
	line-height: 16px;
}

footer .wrap .left ul li:first-child {
	padding-left: 0;
}

footer .wrap .left .icp {
	margin-top: 30px;
}

footer .wrap .middle {
	text-align: center;
}

footer .wrap .middle img {
	width: 100px;
	display: block;
	text-align: center;
}

footer .wrap .right .cs a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 15px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
}

footer .wrap .right .tel {
	margin-top: 10px;
	line-height: 25px;
}

.exhibition {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}

.exhibition .search {
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
}

.exhibition .search>.title {
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.exhibition .search>.title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.exhibition .list .item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.exhibition .list .item .item_title {
	width: 100px;
}

.exhibition .list .item .search_box {
	display: flex;
	position: relative;
	align-items: center;
}

.exhibition .list .item .search_box input {
	width: 500px;
	height: 40px;
	border: 1px solid #dcdfe6;
	color: #333;
	border-radius: 4px;
	padding-left: 10px;
	font-size: 14px;
}

.exhibition .list .item .search_box img {
	width: 15px;
	position: absolute;
	right: 10px;
}

.exhibition .list .item .search_box img {
	width: 15px;
	position: absolute;
	right: 10px;
}

.exhibition .list .item .option {
	width: calc(100% - 100px);
}

.exhibition .list .item .option ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
}

.exhibition .list .item .option ul li {
	width: calc((100% - 100px) /5);
	font-size: 14px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.exhibition .list .item .option ul li input {
	margin-right: 5px;
}

.exhibition .position {
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.exhibition .position .right a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #dcdcdc;
	color: #333;
	border-radius: 4px;
	font-size: 14px;
	margin-left: 20px;
}

.exhibition .exhibition_list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.exhibition .exhibition_list .item {
	width: calc(100% / 2 - 8px);
	display: flex;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 15px;
}

.exhibition .exhibition_list .item .left {
	width: 200px;
}

.exhibition .exhibition_list .item .left img {
	max-width: 200px;
}

.exhibition .exhibition_list .item .right {
	margin-left: 10px;
	width: calc(100% - 210px);
}

.exhibition .exhibition_list .item .right .title span {
	display: inline-block;
	background: linear-gradient(#37b0fe, #1d7cfe);
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 4px;
}

.exhibition .exhibition_list .item .right .title {
	font-size: 18px;
	margin-bottom: 5px;
}

.exhibition .exhibition_list .item .right .en_title {
	font-size: 16px;
	margin-bottom: 5px;
}

.exhibition .exhibition_list .item .right .info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 12px;
	align-items: center;
}

.exhibition .exhibition_list .item .right .info>div {
	font-size: 14px;
}

.exhibition .exhibition_list .item .right .info2 {
	margin-top: 20px;
}

.exhibition .exhibition_list .item .right .time {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 17px;
}

.exhibition .exhibition_list .item .right .countdown span {
	font-weight: bold;
	color: #ff8600
}

.exhibition .exhibition_list .item .right .info .subscribe {
	background-color: #ff9933;
	color: #fff;
	border-radius: 4px;
	padding: 5px 15px;
	font-size: 14px;
	cursor: pointer;
}

.exhibition .exhibition_list .item .right .info .subscribed {
	background-color: #ccc;
	color: #fff;
	border-radius: 4px;
	padding: 5px 15px;
	font-size: 14px;
	cursor: pointer;
}

.exhibition .news {
	width: 1200px;
	margin: auto;
	margin-top: 20px;
}

.exhibition .news .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.exhibition .news .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.exhibition .news .wrap {
	display: flex;
	justify-content: space-between;
}

.exhibition .news .left {
	width: calc(50% - 8px);
	background: #fff;
	padding: 25px;
	border-radius: 6px;
}

.exhibition .news .right {
	width: calc(50% - 8px);
	background: #fff;
	padding: 25px;
	border-radius: 6px;
}

.exhibition .news .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.exhibition .news .list .item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
}

.exhibition .news .list .item .news_title {
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.exhibition .news .list .item .news_title span {
	padding: 2px;
	background-color: #e50113;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	margin-right: 5px;
}

.exhibition .news .list .item .time {
	color: #999;
}

.news {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}

.news .industry_category {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	padding: 14px 28px;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
}

.news .industry_category ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news .industry_category ul li {
	padding: 10px 20px;
}

.news .main {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.news .main .news_list {
	width: 800px;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
}

.news .main .news_list .item {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px dotted #f2f2f2;
}

.news .main .news_list .item:first-child {
	padding-top: 0;
}

.news .main .news_list .item .left {
	width: 230px;
	max-width: 230px;
	max-height: 135px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news .main .news_list .item .left img {
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.news .main .news_list .item .right {
	width: calc(100% - 230px);
	margin-left: 20px;
}

.news .main .news_list .item .right a {
	color: #333;
}

.news .main .news_list .item .right .title {
	font-size: 18px;
	font-weight: bold;
}

.news .main .news_list .item .right .desc {
	color: #666;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .main .news_list .item .right .info {
	display: flex;
	color: #666;
}

.news .main .news_list .item .right .info .view {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.news .main .news_list .item .right .info .view img {
	width: 20px;
	margin-right: 5px;
}

.news .main .latest_exhibition {
	width: 375px;
}

.news .main .latest_exhibition .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.news .main .latest_exhibition .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.news .main .latest_exhibition .list .item {
	display: flex;
	padding: 20px;
	border-bottom: 1px dotted #f2f2f2;
	align-items: center;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
}

.news .main .latest_exhibition .list .item .left {
	width: 120px;
}

.news .main .latest_exhibition .list .item .left img {
	width: 120px;
	object-fit: cover;
	border-radius: 4px;
}

.news .main .latest_exhibition .list .item .right {
	line-height: 25px;
	margin-left: 10px;
}

.news .main .latest_exhibition .list .item .right .en_title {
	font-weight: bold;
	color: #e50113;
}

.news .main .latest_exhibition .list .item .right .view {
	display: flex;
	align-items: center;
}

.news .main .latest_exhibition .list .item .right .view img {
	width: 20px;
	margin-right: 5px;
}

.news .main .detail {
	width: 800px;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px 40px;
}

.news .main .detail .position {
	font-size: 14px;
}

.news .main .detail .news_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}

.news .main .detail .info {
	display: flex;
	color: #666;
	align-items: center;
}

.news .main .detail .info>div {
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size: 14px;
}

.news .main .detail .info img {
	width: 20px;
}

.news .main .detail .content {
	margin-top: 30px;
	line-height: 30px;
}

.exhibition_detail .banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(https://www.jufair.com/_nuxt/img/content_bg.dccb927.png);
	background-size: cover;
}

.exhibition_detail .banner .wrap {
	width: 1200px;
	margin: auto;
	padding: 20px 0;
	color: #fff;
}

.exhibition_detail .banner .wrap .position {
	background: rgba(0, 0, 0, .45);
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 6px;
}

.exhibition_detail .banner .wrap .detail {
	background: rgba(0, 0, 0, .45);
	padding: 20px;
	margin-top: 20px;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
}

.exhibition_detail .banner .wrap .detail .left {
	display: flex;
}

.exhibition_detail .banner .wrap .detail .left img {
	max-width: 280px;
	object-fit: cover;
	border-radius: 6px;
}

.exhibition_detail .banner .wrap .detail .left .info {
	margin-left: 30px;
}

.exhibition_detail .banner .wrap .detail .left .info>div {
	margin-bottom: 10px;
}

.exhibition_detail .banner .wrap .detail .left .info .cn_title {
	font-size: 24px;
	font-weight: bold;
}

.exhibition_detail .banner .wrap .detail .left .info .en_title {
	font-size: 22px;
	font-weight: bold;
}

.exhibition_detail .banner .wrap .detail .right .score>div {
	margin-bottom: 5px;
	font-size: 14px;
}

.exhibition_detail .banner .wrap .detail .right .score span {
	width: 100px;
	height: 8px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 30px;
}

.exhibition_detail .banner .wrap .detail .right .score span i {
	width: 50%;
	height: 8px;
	display: block;
	background: #e50113;
}

.exhibition_detail .banner .wrap .detail .right .countdown {
	font-weight: bold;
	border-top: 1px dotted #f2f2f2;
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
}

.exhibition_detail .main {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.exhibition_detail .main .left {
	width: 854px;
}

.exhibition_detail .main .right {
	width: 324px;
}

.exhibition_detail .main .left .title_box {
	display: flex;
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	align-items: center;
	justify-content: space-between;
}

.exhibition_detail .main .left .title_box .title {
	font-size: 18px;
	font-weight: bold;
}

.exhibition_detail .main .left .title_box .view {
	display: flex;
	align-items: center;
}

.exhibition_detail .main .left .title_box .view img {
	width: 16px;
	margin-right: 10px;
}

.exhibition_detail .main .left .photo {
	margin-top: 20px;
}

.exhibition_detail .main .left .photo .swiper-slide {
	width: 240px;
	height: 180px;
}

.exhibition_detail .main .left .photo .swiper-slide img {
	width: 260px;
	height: 200px;
	object-fit: cover;
	border-radius: 6px;
}

.exhibition_detail .main .left .content {
	background-color: #fff;
	margin-top: 20px;
	border-radius: 6px;
	min-height: 500px;
	padding: 20px;
	line-height: 30px;
}

.exhibition_detail .main .left .content .intro span {
	display: inline-block;
	font-weight: bold;
	color: #e50113;
	border-bottom: 2px solid #e50113;
	padding-bottom: 5px;
}

.exhibition_detail .main .left .content .industry {
	margin-top: 30px;
}

.exhibition_detail .main .left .content .organizer {
	margin-bottom: 20px;
}

.exhibition_detail .main .left .content .industry span,
.exhibition_detail .main .left .content .organizer span {
	color: #666;
	margin-right: 10px;
}

.exhibition_detail .main .left .content .title {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.exhibition_detail .main .left .content .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.exhibition_detail .main .left .content .text {
	margin-top: 20px;
}

.exhibition_detail .main .right .notice {
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
}

.exhibition_detail .main .right .notice .title {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.exhibition_detail .main .right .notice .title img {
	width: 20px;
	margin-right: 10px;
}

.exhibition_detail .main .right .notice .text {
	font-size: 15px;
	color: #666;
	line-height: 20px;
}

.exhibition_detail .main .right .notice .content {
	display: flex;
}

.exhibition_detail .main .right .notice .content .left,
.exhibition_detail .main .right .notice .content .right {
	width: 50%;
	line-height: 20px;
}

.exhibition_detail .main .right .notice .content .left>div {
	font-size: 14px;
}

.exhibition_detail .main .right .notice .content .left>div>a {
	color: #e50113;
	font-size: 14px;
}

.exhibition_detail .main .right .notice .content .right {
	text-align: right;
}

.exhibition_detail .main .right .notice .content .right a {
	background-color: #e50113;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	display: inline-block;
	padding: 8px 10px;
}


.pavilion {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}

.pavilion .region {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	padding: 14px 28px;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
}

.pavilion .region .list {
	display: flex;
}

.pavilion .region .list .title {
	width: 100px;
	line-height: 40px;
}

.pavilion .region ul {
	display: flex;
	flex-wrap: wrap;
}

.pavilion .region ul li {
	padding: 10px 20px;
}

.pavilion .main {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.pavilion .main .pavilion_list {
	width: 886px;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
}

.pavilion .main .pavilion_list .item {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px dotted #f2f2f2;
}

.pavilion .main .pavilion_list .item:first-child {
	padding-top: 0;
}

.pavilion .main .pavilion_list .item .left {
	width: 240px;
	max-width: 240px;
	max-height: 170px;
	overflow: hidden;
	;
}

.pavilion .main .pavilion_list .item .left img {
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.pavilion .main .pavilion_list .item .right {
	width: calc(100% - 240px);
	margin-left: 20px;
}

.pavilion .main .pavilion_list .item .right .title {
	font-size: 18px;
	font-weight: bold;
}

.pavilion .main .pavilion_list .item .right .en_title {
	margin-bottom: 20px;
	margin-top: 5px;
}

.pavilion .main .pavilion_list .item .right .desc {
	color: #666;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pavilion .main .pavilion_list .item .right .info {
	display: flex;
	flex-wrap: wrap;
}

.pavilion .main .pavilion_list .item .right .info>div {
	width: 100%;
	line-height: 25px;
}

.pavilion .main .pavilion_list .item .right .info>div>span {
	color: #666;
}


.pavilion .main .latest_exhibition {
	width: 288px;
}

.pavilion .main .latest_exhibition .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.pavilion .main .latest_exhibition .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.pavilion .main .latest_exhibition .list .item {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	border-bottom: 1px dotted #f2f2f2;
	align-items: center;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
}

.pavilion .main .latest_exhibition .list .item .left {
	width: 100%;
	text-align: center;
}

.pavilion .main .latest_exhibition .list .item .left img {
	width: 120px;
	object-fit: cover;
	border-radius: 4px;
}

.pavilion .main .latest_exhibition .list .item .right {
	width: 100%;
	line-height: 25px;
	margin-left: 10px;
}

.pavilion .main .latest_exhibition .list .item .right .en_title {
	font-weight: bold;
	color: #e50113;
}

.pavilion .main .latest_exhibition .list .item .right .view {
	display: flex;
	align-items: center;
}

.pavilion .main .latest_exhibition .list .item .right .view img {
	width: 20px;
	margin-right: 5px;
}

.pavilion .main .latest_exhibition .list .item .right .countdown {
	margin-top: 5px;
	display: flex;
	justify-content: right;
	font-size: 14px;
	color: #666
}

.pavilion .main .latest_exhibition .list .item .right .countdown span {
	color: #ff8600;
	font-weight: bold;
	font-size: 18px;
}


.pavilion .main .detail {
	width: 800px;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px 40px;
}

.pavilion .main .detail .position {
	font-size: 14px;
}

.pavilion .main .detail .news_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}

.pavilion .main .detail .info {
	display: flex;
	color: #666;
	align-items: center;
}

.pavilion .main .detail .info>div {
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size: 14px;
}

.pavilion .main .detail .info img {
	width: 20px;
}

.pavilion .main .detail .content {
	margin-top: 30px;
	line-height: 30px;
}

.pavilion_detail .banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pavilion_detail .banner .wrap {
	width: 1200px;
	margin: auto;
	padding: 30px 0;
	color: #333;
	background-color: #fff;
	margin-top: 30px;
}

.pavilion_detail .banner .wrap .position {
	font-size: 14px;
	border-radius: 6px;
	width: 100%;
	margin-bottom: 20px;
}

.pavilion_detail .banner .wrap .detail {
	padding: 0 30px;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
}

.pavilion_detail .banner .wrap .detail .left {
	display: flex;
	flex-wrap: wrap;
}

/* .pavilion_detail .banner .wrap .detail .left .info{height: 250px;} */
.pavilion_detail .banner .wrap .detail .left img {
	max-width: 280px;
	object-fit: cover;
	border-radius: 6px;
}

.pavilion_detail .banner .wrap .detail .left .info>div {
	margin-bottom: 5px;
}

.pavilion_detail .banner .wrap .detail .left .info .cn_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pavilion_detail .banner .wrap .detail .left .info .en_title {
	font-size: 22px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}

.pavilion_detail .banner .wrap .detail .left .info .address {
	color: #e50113;
	font-weight: bold;
}

.pavilion_detail .banner .wrap .detail .left .info .btn_map {
	background-color: #e50113;
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	margin-left: 10px;
}

.pavilion_detail .banner .wrap .detail .right .score>div {
	margin-bottom: 10px;
	font-size: 14px;
}

.pavilion_detail .banner .wrap .detail .right .score span {
	width: 100px;
	height: 8px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 30px;
}

.pavilion_detail .banner .wrap .detail .right .score span i {
	width: 50%;
	height: 8px;
	display: block;
	background: #e50113;
}

.pavilion_detail .banner .wrap .detail .right .countdown {
	font-weight: bold;
	border-top: 1px dotted #f2f2f2;
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
}

.pavilion_detail .main {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.pavilion_detail .main .left {
	width: 854px;
}

.pavilion_detail .main .right {
	width: 324px;
}

.pavilion_detail .main .left .title_box {
	display: flex;
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	align-items: center;
	justify-content: space-between;
}

.pavilion_detail .main .left .title_box .title {
	font-size: 18px;
	font-weight: bold;
}

.pavilion_detail .main .left .title_box .view {
	display: flex;
	align-items: center;
}

.pavilion_detail .main .left .title_box .view img {
	width: 16px;
	margin-right: 10px;
}

.pavilion_detail .photo {
	margin-top: 20px;
	width: 620px;
}

.pavilion_detail .photo .swiper-slide {
	width: 240px;
	height: 180px;
}

.pavilion_detail .photo .swiper-slide img {
	width: 260px;
	height: 200px;
	object-fit: cover;
	border-radius: 6px;
}

.pavilion_detail .main .left .content {
	background-color: #fff;
	border-radius: 6px;
	min-height: 500px;
	padding: 20px;
	line-height: 30px;
}

.pavilion_detail .main .left .content .intro span {
	display: inline-block;
	font-weight: bold;
	color: #e50113;
	border-bottom: 2px solid #e50113;
	padding-bottom: 5px;
}

.pavilion_detail .main .left .content .industry {
	margin-top: 30px;
}

.pavilion_detail .main .left .content .organizer {
	margin-bottom: 20px;
}

.pavilion_detail .main .left .content .industry span,
.pavilion_detail .main .left .content .organizer span {
	color: #666;
	margin-right: 10px;
}

.pavilion_detail .main .left .content .title {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.pavilion_detail .main .left .content .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.pavilion_detail .main .left .content .text {
	margin-top: 20px;
}

.pavilion_detail .main .right {
	background: #fff;
	padding: 20px;
}

.pavilion_detail .main .right .latest_exhibition {
	width: 288px;
}

.pavilion_detail .main .right .latest_exhibition .title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.pavilion_detail .main .right .latest_exhibition .title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background-color: red;
	margin-right: 10px;
}

.pavilion_detail .main .right .latest_exhibition .list .item {
	display: flex;
	border-bottom: 1px dotted #f2f2f2;
	align-items: center;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
}

.pavilion_detail .main .right .latest_exhibition .list .item .left {
	width: 30%;
}

.pavilion_detail .main .right .latest_exhibition .list .item .left img {
	max-width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.pavilion_detail .main .right .latest_exhibition .list .item .right {
	line-height: 25px;
	margin-left: 10px;
	width: 70%;
}

.pavilion_detail .main .right .latest_exhibition .list .item .right .en_title {
	font-size: 14px;
	color: #666;
}

.pavilion_detail .main .right .latest_exhibition .list .item .right .view {
	display: flex;
	align-items: center;
}

.pavilion_detail .main .right .latest_exhibition .list .item .right .view img {
	width: 20px;
	margin-right: 5px;
}

.pavilion_detail .main .right .latest_exhibition .list .item .right .countdown {
	margin-top: 5px;
	display: flex;
	justify-content: right;
	font-size: 14px;
	color: #666
}

.pavilion_detail .main .right .latest_exhibition .list .item .right .countdown span {
	color: #ff8600;
	font-weight: bold;
	font-size: 18px;
}

.user {
	width: 1200px;
	margin: auto;
}

.user .main {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.user .main .left {
	width: 300px;
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}

.user .main .left .email {
	font-weight: bold;
	margin-top: 10px;
}

.user .main .left .menu {
	margin-top: 30px;
}

.user .main .left .menu a {
	display: block;
	line-height: 60px;
	font-weight: bold;
	color:#333;

}

.user .main .left .menu .active {
	background-color:#ff99330d;
	color: #ff9933;
	border-left: 2px solid #ff9933;
}



.user .main .left .menu .active a {
	color: #e50113;
}

.user .main .right {
	width: 878px;
	min-height: 650px;
	background-color: #fff;
	padding: 30px;
}

.user .main .right .title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
}

.user .main .right .info {
	font-size: 14px;
	margin-top: 30px;
}

.user .main .right .info .item {
	display: flex;
	margin-bottom: 15px;
	border-bottom: 2px dotted #f2f2f2;
	padding-bottom: 15px;
	align-items: center;
	font-size: 14px;
}

.user .main .right .info .item span {
	width: 120px;
	font-size: 14px;
}

.user .main .right input,
.user .main .right select {
	width: 300px;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #303133;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);

}

.user .main .right .btn {
	width: 250px;
	height: 40px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	background: #ff9933;
	color: #fff;
	cursor: pointer;
	border: 0;
}

.user .main .right .center {
	text-align: center;
}

.user .main .right .list {
	font-size: 14px;
	margin-top: 30px;
}

.user .main .right .list table {
	width: 100%;
	font-size: 14px;
}

.user .main .right .list table .cancel-btn {
	background: #ff9933;
	padding: 3px 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}

table {
	width: 100%;
	/* 表格宽度 */
	border-collapse: collapse;
	/* 合并边框 */
	margin: 20px 0;
	/* 外边距 */
}

/* 表格头部样式 */
th {
	background-color: #f2f2f2;
	/* 背景颜色 */
	color: #333;
	/* 文字颜色 */
	padding: 10px;
	/* 内边距 */
	text-align: left;
	/* 文字左对齐 */

}

/* 表格单元格样式 */
td {
	padding: 15px 10px;
	/* 内边距 */
	border-bottom: 1px solid #f2f2f2;
	/* 底部边框 */
	font-size: 14px;
}

/* 表格行的hover效果 */
tr:hover {
	background-color: #f5f5f5;
	/* 鼠标悬停时的背景颜色 */
}

/* 表格的zebra striping（斑马线效果） */
tr:nth-child(odd) {
	background-color: #f9f9f9;
	/* 偶数行的背景颜色 */
}


.about {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}



.about .main {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.about .main .left {
	width: 220px;
	background-color: #fff;
	border-radius: 6px;
}

.about .main .right {
	width: 960px;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
}








/* @media screen and (max-width: 1200px) {
	body {
		width: 1200px !important
	}
} */