.livefixedBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 20;
	font-size: 15px;
	display: none;
}

.van-popup {
	min-height: 100px;
	max-height: 90vh;
	height: auto;
	width: 650px;
	z-index: 11;
	border-radius: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	position: fixed;
	max-height: 100%;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-overflow-scrolling: touch;
}

.van-popup .sessionList {
	margin: 50px 0;
	padding: 0 50px;
	max-height: 70vh;
	overflow-y: auto;
}

.van-popup__close-icon--top-right {
	top: 16px;
	right: 16px;
}

.van-popup__close-icon {
	position: absolute;
	z-index: 1;
	color: #c8c9cc;
	font-size: 22px;
	cursor: pointer;
	padding: 2px;
}

.van-icon {
	display: inline-block;
	font: normal normal normal 14px/1 vant-icon;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.scheduleList .node {
	position: relative;
	color: #8f9cb5;
	padding-bottom: 10px;
	padding-top: 5px;
}

.scheduleList .node:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	top: 0;
	left: 105px;
	height: 100%;
	border-left: 1px solid #b8c3d6;
}

.scheduleList .node .topInfo {
	color: #080a18;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
	padding-bottom: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.scheduleList .node .time {
	position: relative;
	display: inline-block;
	width: 115px;
}

.scheduleList .node .time:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 4px;
	top: 8px;
	border-radius: 50%;
	border: .05rem solid #0d8d83;
	background-color: #fff;
}

.scheduleList .node .text {
	padding-left: 120px;
}

.scheduleList .node .noTitle {
	margin-top: -34px;
}

.scheduleList .node .c {
	color: #708090;
}

.scheduleList .node .text span {
	display: inline-block;
	margin-right: 10px;
}

.scheduleList .node .title {
	width: calc(100% - 120px);
	font-weight: 600;
	padding: 7px 0;
	padding-left: 5px;
	line-height: 16px;
}

.scheduleList .node .text {
	padding-left: 120px;
}

.van-icon-cross::before {
	content: 'X';
}

.van-icon::before {
	display: inline-block;
}






.livepro_box {
	width: 100%;
	max-width: 1348px;
	margin: 0 auto;
	padding: 0 114px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.livepro_box ul {
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;

}

@media screen and (min-width:1200px) {
	.livepro_box ul {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 50px 20px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
	.livepro_box ul {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 20px;
	}
}

@media screen and (max-width: 801px) {
	.livepro_box ul {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 50px 20px;
	}
}

.livepro_box ul li {
	position: relative;
	background-image: -webkit-linear-gradient(#dee9f1 20%, #fff 90%);
}

.livepro_box ul li a {
	cursor: pointer;
	display: block;
}

.livepro_box ul li img {
	width: 100%;
	height: 158px;
	vertical-align: top;
}

.livepro_box ul li .sec {
	font-size: 14px;
	margin: 10px 0;
	padding: 0 10px;
	height: 36px;
	line-height: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 600;
}


.livepro_box span.tag {

	position: absolute;
	top: -10px;
	right: -1px;
	z-index: 1;
	color: #fff;
	padding: 5px 15px 5px 0;
	text-align: center;
	box-shadow: -1px 4px 0 rgba(0, 0, 0, .2);
}

.livepro_box span.tag.a2,
.livepro_box span.tag.a2:before {
	background-color: #315a96;
}
.livepro_box .tag_span
{
	display: block;
	    font-size: 12px;
	    text-align: right;
	    white-space: nowrap;
	    padding-right: 5px!important;
}

.livepro_box span.tag:before {
	content: "";
	top: 0;
	z-index: 0;
	width: 25px;
	height: 100%;
	left: -25px;
	border-radius: 0 0 0 100%;
	position: absolute;
	display: inline-block;
	-webkit-box-shadow: -1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: -1px 4px 0 rgba(0, 0, 0, .2);
}

.livepro_box ul li .datetime {
	color: #333333;
	padding: 0 10px;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
}

.livepro_box ul li .datetime span {
	color: #1d2251;
	cursor: pointer;
}

.pro_part_live .pro_part2_top {
	padding: 15px 0px 20px;
	position: relative;
}

.pro_part_live .pro_part2_top ul li {
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

.pro_part_live .pro_part2_top ul li.active .pro_part2__top_box,
.pro_part_live .pro_part2_top ul li:hover .pro_part2__top_box {
	background-color: #feaf48;
}

.pro_part_live .pro_part2_top ul li a {
	color: #FFF;
}

.pro_part_live .pro_part2_top ul li .pro_part2__top_box {
	background-color: #3c405e;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 12px 20px;
	height: 87px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	color: #FFF;
	position: relative;
	padding-right: 60px;
}

.pro_part_live .pro_part2_top ul li .pro_part2__top_box .pro_part2_top_box_tit {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}

.pro_part_live .pro_part2_top ul li .pro_part2__top_box .pro_part2_top_box_date {
	margin-top: 18px;
	font-size: 16px;
	position: absolute;
	bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro_part_live .pro_part2_top ul li .pro_part2__top_box .pro_part2_top_box_bj {
	position: absolute;
	right: 18px;
	bottom: -2px;
}

.pro_part_live .pro_part2_top ul li .pro_part2__top_box .pro_part2_top_box_bj img {
	width: 80px;
}


.pub_bg {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 23;
}

.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.cbs {
	width: 100%;
	background-color: #FFF;
	padding: 35px 0;
}

.cbs .cbs_top {
	width: 100%;
	max-width: 1348px;
	margin: 0 auto;
	padding: 20px 0;
}

.cbs .cbs_top::after {
	content: "";
	display: table;
	visibility: hidden;
	clear: both;
}

.cbs .cbs_top .cbs_top_left {
	width: 83%;
	float: left;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	height: 520px;
	position: relative;
}

.cbs .cbs_top .cbs_top_left span {
	position: absolute;
	bottom: 30px;
	left: 0;
	font-size: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	width: 100%;
	padding: 0 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	font-weight: bold;
	font-family: "microsoft yahei";
}

.cbs .cbs_top .cbs_top_left img {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.cbs .cbs_top .cbs_top_right {
	width: 17%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	height: 520px;
}

.cbs .cbs_top .cbs_top_right .top {
	width: 30px;
	height: 20px;
	background-color: red;
	position: absolute;
	top: -30px;
	left: 50%;
	outline: none;
	margin-left: -15px;
	background: url(../img/cbstop_jt.png) no-repeat center;
	cursor: pointer;
}

.cbs .cbs_top .cbs_top_right .top:hover {
	background: url(../img/cbstop_jth.png) no-repeat center;
}

.cbs .cbs_top .cbs_top_right .btm {
	width: 30px;
	height: 20px;
	outline: none;
	background-color: red;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	background: url(../img/cbsbtm_jt.png) no-repeat center;
	cursor: pointer;
}

.cbs .cbs_top .cbs_top_right .btm:hover {
	background: url(../img/cbsbtm_jth.png) no-repeat center;
}

.cbs .cbs_top .cbs_top_right img {
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.cbs .cbs_top .cbs_top_right .cbs_btm {
	width: 100%;
	color: #FFF;
	background: url(../img/cbs_bj.png) no-repeat bottom center;
	background-size: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	display: block;
	height: 100%;
}

.cbs .cbs_top .cbs_top_right .cbs_btm span {
	color: #FFF;
	position: absolute;
	bottom: 5px;
	left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 0 5px;
	width: 100%;
	text-align: left;
}

.cbs_banner2,
.cbs_banner1 {
	display: none;
}

.cbs_banner {
	display: block;
}

.cbs_part2 {
	background-color: #f2f2f2;
	width: 100%;
	padding: 0;
}

.cbs_part2 .cbs_part2_mian {
	width: 100%;
	max-width: 1348px;
	margin: 0 auto;
	padding: 25px 0 5px;
}

.cbs_part2 .cbs_part2_mian .cbs_part2_btm {
	font-size: 14px;
}

.cbs_part2 .cbs_part2_mian .cbs_part2_btm p {
	margin-top: 20px;
	line-height: 26px;
}

.cbs_part2 .cbs_part2_mian ul {
	display: inline-block;
	background-color: #FFF;
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 1px 2px rgba(3, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.12);
	-o-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.12);
}

.cbs_part2 .cbs_part2_mian ul li {
	display: inline-block;

}

.cbs_part2 .cbs_part2_mian ul li a {
	padding: 0 17px;
	display: block;
	font-size: 14px;
	line-height: 39px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
	-webkit-transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
	-moz-transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
	-o-transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
}

.cbs_part2 .cbs_part2_mian ul li a.active,
.cbs_part2 .cbs_part2_mian ul li a:hover {
	background-color: #feaf48;
	color: #FFF;
	box-shadow: 0 1px -2px rgba(3, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.12);
	-o-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.12);
}

@media screen and (min-width: 800px) and (max-width: 1300px) {

	.cbs_banner,
	.cbs_banner2 {
		display: none;
	}

	.cbs_banner1 {
		display: block;
	}

	.cbs {
		width: 100%;
		background-color: #FFF;
		padding: 20px 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.cbs .cbs_top {
		width: 100%;
		max-width: 1348px;
		margin: 0 auto;
	}

	.cbs .cbs_top::after {
		content: "";
		display: table;
		visibility: hidden;
		clear: both;
	}

	.cbs .cbs_top .cbs_top_left {
		width: 100%;
		float: left;
		overflow: hidden;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		height: auto;
		position: relative;
	}

	.cbs .cbs_top .cbs_top_left span {
		position: absolute;
		bottom: 30px;
		left: 0;
		font-size: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #FFF;
		width: 100%;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		font-weight: bold;
		font-family: "microsoft yahei";
	}

	.cbs .cbs_top .cbs_top_left img {
		width: 100%;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}

	.cbs .cbs_top .cbs_top_right {
		width: 100%;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		margin-top: 40px;
		padding-left: 0;
		position: relative;
		height: auto;
	}

	.cbs .cbs_top .cbs_top_right .top {
		width: 30px;
		height: 20px;
		background-color: red;
		position: absolute;
		left: -30px;
		top: 50%;
		margin-top: -2px;
		outline: none;
		background: url(../img/left.png) no-repeat center;
		cursor: pointer;
	}

	.cbs .cbs_top .cbs_top_right .top:hover {
		background: url(../img/left1.png) no-repeat center;
	}

	.cbs .cbs_top .cbs_top_right .btm {
		width: 30px;
		height: 20px;
		outline: none;
		background-color: red;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		right: -30px;
		left: inherit;
		background: url(../img/right1.png) no-repeat center;
		cursor: pointer;
	}

	.cbs .cbs_top .cbs_top_right .btm:hover {
		background: url(../img/right.png) no-repeat center;
	}

	.cbs .cbs_top .cbs_top_right img {
		width: 100%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.cbs .cbs_top .cbs_top_right .cbs_btm {
		width: 100%;
		color: #FFF;
		background: url(../img/cbs_bj.png) no-repeat bottom center;
		background-size: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		padding: 0 10px;
		position: absolute;
		bottom: 0;
		display: block;
		height: 100%;
	}

	.cbs .cbs_top .cbs_top_right .cbs_btm span {
		color: #FFF;
		position: absolute;
		bottom: 5px;
		left: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		padding: 0 5px;
		width: 100%;
		text-align: left;
	}

	.cbs_part2 .cbs_part2_mian {
		padding: 20px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {

	.cbs_banner2,
	.cbs_banner1 {
		display: none;
	}

	.cbs_banner {
		display: block;
	}

	.cbs {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.cbs .cbs_top {
		padding: 20px 92px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.cbs_part2 .cbs_part2_mian {
		padding: 35px 92px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}
}

@media screen and (max-width: 800px) {
	.cbs_part2 .cbs_part2_mian ul {
		display: block;
	}

	.cbs_part2 .cbs_part2_mian ul li {
		display: inline-block;
		width: 100%;

	}

	.cbs_part2 .cbs_part2_mian ul li a {
		text-align: center;
		display: block;
		font-size: 14px;
		line-height: 39px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		cursor: pointer;
		transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
		-webkit-transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
		-moz-transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
		-o-transition: box-shadow linear 0.3s, background-color linear 0.3s, color linear 0.3s;
	}

	.cbs_banner,
	.cbs_banner1 {
		display: none;
	}

	.cbs_banner2 {
		display: block;
	}

	.cbs {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.cbs .cbs_top {
		padding: 20px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.cbs_part2 .cbs_part2_mian {
		padding: 20px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.cbs {
		width: 100%;
		background-color: #FFF;
		padding: 20px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.cbs .cbs_top {
		width: 100%;
		max-width: 1348px;
		margin: 0 auto;
	}

	.cbs .cbs_top::after {
		content: "";
		display: table;
		visibility: hidden;
		clear: both;
	}

	.cbs .cbs_top .cbs_top_left {
		width: 100%;
		float: left;
		overflow: hidden;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		height: auto;
		position: relative;
	}

	.cbs .cbs_top .cbs_top_left span {
		position: absolute;
		bottom: 10px;
		left: 0;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #FFF;
		width: 100%;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		font-weight: bold;
		font-family: "microsoft yahei";
	}

	.cbs .cbs_top .cbs_top_left img {
		width: 100%;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}

	.cbs .cbs_top .cbs_top_right {
		width: 100%;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		margin-top: 40px;
		padding-left: 0;
		position: relative;
		height: auto;
	}

	.cbs .cbs_top .cbs_top_right .top {
		width: 30px;
		height: 20px;
		background-color: red;
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -4px;
		outline: none;
		background: url(../img/left.png) no-repeat center;
		cursor: pointer;
	}

	.cbs .cbs_top .cbs_top_right .top:hover {
		background: url(../img/left1.png) no-repeat center;
	}

	.cbs .cbs_top .cbs_top_right .btm {
		width: 30px;
		height: 20px;
		outline: none;
		background-color: red;
		position: absolute;
		top: 50%;
		margin-top: -4px;
		right: -30px;
		left: inherit;
		background: url(../img/right1.png) no-repeat center;
		cursor: pointer;
	}

	.cbs .cbs_top .cbs_top_right .btm:hover {
		background: url(../img/right.png) no-repeat center;
	}

	.cbs .cbs_top .cbs_top_right img {
		width: 100%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.cbs .cbs_top .cbs_top_right .cbs_btm {
		width: 100%;
		color: #FFF;
		background: url(../img/cbs_bj.png) no-repeat bottom center;
		background-size: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		padding: 0 10px;
		position: absolute;
		bottom: 0;
		display: block;
		height: 100%;
	}

	.cbs .cbs_top .cbs_top_right .cbs_btm span {
		color: #FFF;
		position: absolute;
		bottom: 2px;
		left: 0;
		font-size: 14px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		padding: 0 5px;
		width: 100%;
		text-align: left;
	}
}


@media screen and (min-width: 961px) and (max-width: 1200px) {
	.nav-mian {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		/* display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex; */
		display:grid;
		grid-template-columns: 1fr;
	}
}
