* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	position: relative;
}

#app {
	background: linear-gradient(#fcaa2e, #bb2344, #430066);
	color: #fff;
	padding-bottom: 60px;
}

[v-cloak] {
	display: none;
}

.map {
	width: 100%;
	height: 710px;
	background-image: url(img/map.png);
	background-size: 1524px;
	background-position: center 0px;
	position: absolute;
	top: 110px;
}

.title1,
.title2,
.title3 {
	background-image: url(img/title1.png);
	height: 182px;
	background-size: auto 112px;
	background-position: center 0px;
	position: relative;
}

.title1 {
	top: 38px;
}

.title2 {
	height: 40px;
	background-size: auto 40px;
	background-image: url(img/title2.png);
}

.title3 {
	height: 40px;
	background-size: auto 40px;
	background-image: url(img/title3.png);
	margin-top: 36px;
}

.timesite {
	width: 600px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
	font-size: 20px;
	font-size: 18px;
}

.timesite>div {
	padding-left: 54px;
	background-size: 36px;
	line-height: 36px;
	background-size: 36px 36px;
}

.time {
	background-image: url(img/icon/time.png);
}

.site {
	background-image: url(img/icon/site.png);
}

.company {
	display: flex;
	width: 1140px;
	margin: 0px auto;
	margin-top: 38px;
	justify-content: space-between;
	line-height: 32px;
}

.company>div {
	width: 490px;
}

.company>div>div {
	display: flex;
}

.company>div>div>span {
	display: block;
	width: 80px;
}

.company>div>div>p {
	width: 364px;
}

.company span {
	font-weight: 900;
}

.nav {
	background: #c32e42;
	height: 60px;
	line-height: 38px;
	padding-top: 11px;
	margin-top: 46px;
	font-size: 20px;
	color: #f59d32;
	text-align: center;
}

.nav>div {
	display: flex;
	justify-content: center;
}

.nav>div>p {
	width: 208px;
}

.nav>div>p.active {
	color: #fff;
}

.nav>div>p:before,
.nav>div>p:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 1px;
	height: 38px;
	background: #9d1226;
}

.nav>div>p:after {
	left: -1px;
	background: #db495e;
}

.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;
	background-size: auto 34px;
	background-position: center 40px;
	margin-top: 30px;
	padding-top: 40px;
}

.jieshao {
	margin-top: 56px;
	display: flex;
	justify-content: space-between;
}

.jieshao-img {
	width: 510px;
	height: 300px;
	border-radius: 10px;
	background-image: ;
}

.jieshao-txt {
	width: 642px;
	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 #fff;
	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 #924f8e;
	border-top: 1px solid #924f8e;
}

.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;
	bottom: 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;
}
