* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	width: 100%;
	height: 100%;
	position: absolute;
/*	background: url(../image/index/bg.png);*/
	size: 100%;
	min-width: 1200px;
}

.barBOX {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 50px;
}

.bar {
	width: 1200px;
	height: 50px;
	margin: auto;
	display: flex;
}

.bar .center {
	height: 50px;
	background-color: aqua;
}

.bar .a5 {
	padding-left: 100px;
}

.bodybox {
	margin-top: 50px;
	width: 100%;
}

.bodybox .body {
	display: flex;
}

.bodybox .body .bleft {
	flex: 2;
	position: relative;
}

.bodybox .body .bleft img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bodybox .body .bright {
	flex: 2;
	position: relative;
}

.bodybox .body .bright img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.bodybox .body .bcenter {
	flex: 6;
	display: flex;
}

.bodybox .body .bcenter .cleft {
	flex: 7;
}

.bodybox .body .bcenter .cleft .itemtop {
	height: 320px;
	width: 100%;
	display: flex;
}

.bodybox .body .bcenter .cleft .itemtop .item1 {
	flex: 4;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i1 {
	width: 100%;
	height: 150px;
	background-color: #840200;
	background: url(../image/index/open_time.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i1 .timetext {
	width: 80%;
	height: 80%;
	margin: auto;
	padding-top: 50px;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i1 .timetext span {
	color: white;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i2 {
	width: 100%;
	height: 160px;
	margin-top: 10px;
	display: flex;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i2 .i2left {
	width: 170px;
	height: 160px;
	overflow: hidden;
	padding: 0;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i2 .i2left img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i2 .i2left img:hover {
	transform: scale(1.1);
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i2 .i2right {
	margin-left: 10px;
	width: 170px;
	height: 160px;
	overflow: hidden;
	padding: 0;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i2 .i2right img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.bodybox .body .bcenter .cleft .itemtop .item1 .i2 .i2right img:hover {
	transform: scale(1.1);
}

.bodybox .body .bcenter .cleft .itemtop .item2 {
	margin-left: 10px;
	width: 563px;
	height: 100%;
	position: relative;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .isshow {
	width: 563px;
	height: 100%;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .isshow .i2top {
	background-color: white;
	width: 100%;
	height: 5%;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .isshow .i2center {
	height: 85%;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .isshow .i2center img {
	width: 100%;
	height: 100%;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .isshow .i2bottom {
	width: 100%;
	height: 10%;
	background: url(../image/index/yzm_news.png);
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(101, 101, 101, 0.6);
	width: 100%;
	height: 100%;
	color: #ffffff;
	opacity: 0;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop div {
	line-height: 40px;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg1 {
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg1 a {
	padding: 0;
	color: #ffffff;
	flex: 8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg1 a:hover {
	color: #ffc088;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg1 span {
	flex: 2;
	color: #cccccc;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg2 {
	width: 90%;
	margin-left: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg2 a {
	padding: 0;
	color: #ffffff;
	flex: 8;
	overflow: hidden;
	white-space: nowrap;
	transition: all .5s;
	text-overflow: ellipsis;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg2 a:hover {
	color: #ffc088;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop .msg2 span {
	color: #cccccc;
	flex: 2;
}

.bodybox .body .bcenter .cleft .itemtop .item2 .prop:hover {
	opacity: 1;
	cursor: default;
}

.bodybox .body .bcenter .cleft .itembottom {
	height: 260px;
	width: 100%;
	margin-top: 10px;
	display: flex;
	text-align: center;
}

.bodybox .body .bcenter .cleft .itembottom .img1 {
	overflow: hidden;
	padding: 0;
}

.bodybox .body .bcenter .cleft .itembottom .img1 img {
	width: 220px;
	height: 260px;
	transition: all 0.5s;
}

.bodybox .body .bcenter .cleft .itembottom .img1 img:hover {
	transform: scale(1.1);
}

.bodybox .body .bcenter .cleft .itembottom .img2 {
	width: 220px;
	height: 260px;
	margin-left: 14px;
	overflow: hidden;
	padding: 0;
}

.bodybox .body .bcenter .cleft .itembottom .img2 img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.bodybox .body .bcenter .cleft .itembottom .img2 img:hover {
	transform: scale(1.1);
}

.bodybox .body .bcenter #cright {
	width: 300px;
	margin-left: 10px;
	height: 590px;
	position: relative;
	overflow: hidden;
}

.footertop {
	width: 100%;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	opacity: 0.8;
	display: flex;
}

.footer_top_bg {
	background-color: rgba(0, 0, 0, .75);
}

.footertop .fleft {
	display: flex;
	margin-right: auto;
	justify-content: space-around;
	align-items: center;
}

.footertop .fleft .flbox {
	background-color: #000000;
	width: 286px;
	height: 32px;
	display: flex;
	color: #999;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}

.footertop .fleft .flbox span {
	flex: 1;
	margin-left: 20px;
}

.footertop .fleft .flbox div {
	flex: 1;
}

.footertop .fleft .flbox div img {
	width: 15px;
	height: 15px;
	margin-left: 90px;
}

.footertop .fleft .flprop {
	width: 286px;
	height: 200px;
	position: absolute;
	background-color: #000;
	color: white;
	top: -192px;
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 12px;
}

.footertop .fleft .flprop span {
	display: block;
	/*padding: 10px;*/
	text-indent: 20px;
}

.footertop .fleft .flprop span a {
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footertop .fright {
	display: flex;
}

.footertop .fright .fricon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 300px;
	width: 100px;
	height: 50px;
}

.footertop .fright .fricon a {
	padding: 5px;
	text-align: center;
	display: none;
}

.footertop .fright .fricon a img {
	margin-top: 20px;
}

.footertop .fright #sharebtn {
	width: 152px;
	height: 50px;
	display: flex;
	color: #999;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-left: 50px;
}

.footertop .fright #sharebtn img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.footertop .fright #morebtn {
	width: 152px;
	height: 50px;
	display: flex;
	color: #999;
	border-right: 1px solid #555;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.footertop .fright #morebtn img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#footerprop {
	width: 100%;
	height: 330px;
	background-color: #000000;
	display: none;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

#footer_body {
	width: 100%;
	height: 330px;
	background: #000;
	position: relative
}

.footer_content {
	width: 1200px;
	height: 280px;
	margin: 0 auto
}

#footer_left {
	float: left;
	width: 250px;
	height: 100%
}

#footer_right {
	float: left;
	width: 950px;
	height: 100%
}

#footer_bottom {
/*	float: left;*/
	width: 100%;
/*	height: 50px;*/
	color: #cacaca;
    margin: 0 auto;
    text-align: center;
    line-height: 58px;
    height: 58px;
    background: #060606e0;
}

#footer_bottom p {
/*	margin-top: 10px;*/
	font-size: 15px;
	font-weight: lighter;
	text-indent: 10px
}

.footer_m_list {
	width: 70px;
	font-size: 10px;
	line-height: 25px;
	height: 100%;
	float: right;
	margin-left: 3em
}

.footer_m_list span {
	float: left;
	height: 25px;
	width: 100%;
/*	margin-top: 5px*/
}

span.root {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	margin-bottom: 7.8%;
}

span.root a {
	color: #ab9169
}

span.sub a {
	color: #cacaca;
}

.footer_m_list.double {
	width: 90px
}

.footer_m_list.double span.sub.left {
	width: 40px
}

.footer_m_list.double span.sub.right {
	width: 50px
}

.footer_m_list.fat {
	width: 110px;
	margin-left: 1em
}

.footer_m_list.fat span.sub {
	text-align: center
}

#connect_method {
	width: 100%;
	height: 125px;
	float: left
}

#connect_method * {
	text-indent: 20px;
	font-size: 12px;
	float: left;
	line-height: 24px
}

#connect_method span {
	color: #ab9169;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 3.5%;
}

#connect_method p {
	color: #cacaca;
	margin: 0;
/*	margin-top: 10px*/
}

#qrcode {
	width: 100%;
	height: 155px;
	float: left
}

#wechat_qr,
#weibo_qr,
#douyin_qr, 
#xiaohongshu_qr {
	width: 110px;
	float: left;
	padding: 10px 0 0 10px;
	height: 135px
}

#wechat_qr span,
#weibo_qr span,
#douyin_qr span,
#xiaohongshu_qr span {
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 100%;
	float: left
}

.active {
	color: #fff6df;
}