* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	position: relative;
	list-style: none;
}
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
#app {
	background-color: rgb(25, 64, 153);
	color: #fff;
	padding-bottom: 60px;
	margin-top: 40px;
}

[v-cloak] {
	display: none;
}

.banner {
	width: 100%;
	height: 500px;
	background-image: url(../img/banner.png);
	background-position: center;
}

.nav {
	background: #003685;
	/* height: 60px; */
	line-height: 38px;
	padding-top: 11px;
	padding-bottom: 11px;
	/* margin-top: 46px; */
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}


.scrollnav{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 40px;
	z-index: 300;
	display: none;
}

.baoming{
	position: fixed;
	width: 35px;
	height: 100px;
	padding: 0 10px;
	text-align: center;
	bottom: 250px;
	right: 50%;
	font-size: 18px;
	font-weight: 500;
	border-radius: 10px;
	margin-right: -642px;
	background-color: rgba(255,255,255,0.3);
	color: #ebed4f;
	text-decoration: none;
	display: none;
}

.nav>div {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.nav>div a {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

.nav>div p {
	width: 208px;
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

.join{
	background-image: url(../img/icon/fire.png);
	background-position: 100px 0;
	background-size: 20px 20px;
}

.nav>div p.active {
	color: #fff;
}

.nav>div p:before,
.nav>div p:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0px;
	width: 1px;
	height: 20px;
	background: #ffffff;
}

.nav>div p:after {
	left: -1px;
	background: #ffffff;
}

.nav>div p:first-child:before,
.nav>div p:first-child:after {
	display: none;
}

.nav>div p:hover {
	color: #fff;
	cursor: pointer;
}

.content {
	width: 1200px;
	margin: auto;
}

.zhibo {
	display: flex;
	margin-top: 70px;
	line-height: 50px;
	font-size: 18px;
}

.zhibo-img {
	width: 520px;
	height: 1000px;
	background-image: url(img/zhibo.png);
	margin-right: 36px;
	background-size: contain;
	cursor: pointer;
}

.zhibo-img.active {
	background-image: url(img/zhibo.gif);
}

.zhibo>.zhibo-txt {
	width: 1200px;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zhibo>.zhibo-txt>p {
	width: 580px;
	padding-left: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.zhibo>.zhibo-txt>.active {
	font-size: 24px;
	color: #871953;
	padding-left: 0px;
}

.zhibo>.zhibo-txt>p:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #ffd2a0;
	transform: rotateZ(45deg);
	float: left;
	position: absolute;
	left: 3px;
	top: 19px;
}

.zhibo>.zhibo-txt>p.active:before {
	display: none;
}

.more {
	color: #ffd2a0;
	font-size: 14px;
	float: right;
	line-height: 20px;
	cursor: pointer;
}

.title {
	height: 74px;
	font-size: 26px;
	text-align: center;
	color: rgb(237, 213, 0);
	margin-top: 30px;
	padding-top: 40px;
}

.jieshao {
	margin-top: 56px;
	display: flex;
	justify-content: space-between;
}

.jieshao-img {
	width: 500px;
	height: 250px;
	margin-top: 10px;
	border-radius: 10px;
	background-size: 100% 100%;
}

.jieshao-txt {
	width: 600px;
	padding-left: 100px;
	border-left: 1px solid #ccc;
	font-size: 16px;
	line-height: 28px;
}

.jieshao-txt>p {
	margin-top: 10px;
	text-indent: 2em;
}

.jieshao-txt>p:first-child {
	margin: 0px;
}

.jiabin {
	display: flex;
	flex-wrap: wrap;
}

.jiabin>div {
	margin-top: 36px;
	text-align: center;
	width: 20%;
}

.jiabin-img {
	width: 140px;
	height: 140px;
	margin: 0px auto;
	border-radius: 50%;
	overflow: hidden;
}

.jiabin-name {
	font-size: 18px;
	margin-top: 20px;
	line-height: 32px;
	font-weight: 900;
}

.jiabin-des {
	line-height: 30px;
	font-size: 16px;
}

.jiabin1 {
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
	line-height: 34px;
	margin-top: 26px;
}

.jiabin1>p {
	width: 33.3%;
}

.jiabin1>p.jiabin-title {
	font-weight: 900;
	width: 100%;
	text-align: left;
}

.richeng {
	border: 1px solid #dedede;
	margin-top: 20px;
	font-size: 18px;
}

.richeng-title,
.richeng-subtitle {
	text-align: center;
	line-height: 38px;
	font-size: 18px;
}

.richeng-title {
	line-height: 42px;
	font-size: 20px;
	color: #ffd2a0;
	margin-top: 38px;
}

.richeng>div {
	display: flex;
	line-height: 38px;
}

.richengtitle {
	color: #ffd2a0;
}

.richeng>div.richengtitle>p {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: none;
}

.richeng>div>p {
	padding: 0px 10px;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.richeng .table .richegn-time {
	border-top: none;
}

.richengtitle p:nth-child(1) {
	border-bottom: 1px solid #dedede;
}

.richegn-time {
	width: 14.5%;
}

.richegn-title {
	width: 40.5%;
}

.richegn-user {
	width: 45%;
}

.zhaopian {
	width: 1000px;
	height: 640px;
	margin: 0px auto;
	margin-top: 60px;
}

.zhaopian .more {
	margin-top: 20px;
}

.zhaopian>div {
	width: 1000px;
	height: 600px;
	display: flex;
	flex-wrap: wrap;
}

.zhaopianitem {
	width: 200px;
	height: 120px;
	background-image: url(img/s.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.zhaopianitem>div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0px;
	left: 0px;
}

.zhaopianitem.active {
	border: 2px solid #ffd2a0;
}

.zhaopianitem.active>div {
	display: none;
}

.zhaopiancontent {
	width: 600px;
	height: 360px;
	position: absolute;
	top: 120px;
	left: 200px;
	background-image: url(img/s.png);
	background-position: center;
	background-size: cover;
}

.zhaopiancontent-des {
	position: absolute;
	top: 0px;
	width: 100%;
	line-height: 40px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.zhaopiancontent-left,
.zhaopiancontent-right {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-image: url(img/icon/left.png);
	cursor: pointer;
}

.zhaopiancontent-right {
	background-image: url(img/icon/right.png);
	left: auto;
	right: 20px;
}

/* 会议新闻 */
.news-txt {
	width: 600px;
	height: auto;
	overflow-y: scroll;
	font-size: 16px;
	line-height: 28px;
}

.news-txt>p {
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 32px;
	cursor:pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-txt>p:hover {
	color: #EDD500;
}

.news-txt>p:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgb(0,84,183);
	transform: rotateZ(45deg);
	float: left;
	position: absolute;
	left: 3px;
	top: 10px;
}


/* 交通住宿 */
.road-title{
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 18px;
	color: #FFD2A0;
	/* text-align: center; */
}

.road-img {
	width: 680px;
	height: 400px;
	margin: 0 auto;
	background-size: 100%;
}

.road-txt {
	width: 1200px;
	/* height: 300px; */
	padding-left: 200px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
}

.fangshi{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.fangshi .road-method{
	margin: 10px 0;
	color: #FFD2A0;
	/* text-align: center; */
}

.road-out li{
	width: 100%;
	height: auto;
	padding-left: 30px;
}


.road-out li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgb(0,84,183);
	transform: rotateZ(45deg);
	float: left;
	position: absolute;
	left: 3px;
	top: 10px;
} 

/* 商务合作 */
.contact {
	padding-top: 20px;
	margin-bottom: 40px;
	display: flex;
}

.contacts {
	width: 33%;
	border-left: 1px solid #ccc;
}

.contacts:nth-child(1) {
	border-left: none;
}
.contacts a{
	text-decoration: none;
	color: #FFFFFF;
}
.contact p {
	/* display: inline-block; */
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 10px;
}
