li {
	list-style: none;
}

.test {
	background: orangered;
	border: 1px solid red;
	width: 240px;
	height: 40px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	border-radius: 5px;
}

.test {
	font-size: 20px;
	color: white;
	line-height: 40px;
}

.index-page {
	width: 100%;
	/*border-bottom: 1px solid #e9e9e9;*/
}

.index-page div[class^=am-tab-pane] {
	padding: 0
}

.index-page [data-am-widget=tabs] {
	margin: 0
}

.index-page .index-banner {
	width: 100%;
	height: 498px;
	background: url(../images/index/slide_simple_bg.jpg);
	background-size: cover
}

.index-page .index-banner .index-mask {
	height: 100%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff;
	padding: 140px 0 0
}

.index-tab,
.index-tab .am-active a {
	background-color: #fff!important
}

.index-page .index-banner .slide_simple--title {
	font-size: 46px;
	color: #fff;
	font-weight: 400;
}

.index-page .index-banner .slide_simple--text {
	font-size: 18px;
	line-height: 36px;
	opacity: .6;
	margin: 28px 0 0
}

.index-page .index-banner .slide_simple--buttons {
	margin-top: 20px
}

.index-page .index-banner .slide_simple--buttons button {
	font-size: 16px;
	letter-spacing: 2px;
	padding: 9px 25px;
	border-radius: 17px
}

.index-tab {
	width: 1170px!important;
	margin: 0 auto!important
}

.index-tab .am-active {
	border-bottom: 4px solid #59bcdb
}

.index-tab a {
	position: relative;
	margin: 10px 0 10px 10px;
	border-right: 1px solid #e9e9e9
}

.index-tab a i {
	width: 38px;
	color: #59bcdb;
	font-size: 38px
}

.index-tab a strong {
	font-size: 16px;
	display: inline-block;
	color: #262626;
	margin-top: 7px
}

.index-tab a p {
	color: #969696;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: -10px
}

@media screen and (max-width:640px) {
	.index-page .index-banner {
		height: auto
	}
	.index-page .index-banner .slide_simple--buttons {
		margin-bottom: 20px
	}
	.index-page .index-tab {
		width: 100%!important
	}
	.index-page .index-tab li {
		display: none!important
	}
	.index-page .index-tab .am-active {
		display: block!important
	}
	.container {
		width: 100%!important;
	}
	.yccimg{
		margin-top: 40px;
	}
	.yccphoneb{
		padding-bottom: 0!important;
	}
	
	.pagination li{
		width: 10px!important;
		height: 10px!important;
	}
}

.index-container {
	margin-top: 50px
}

.index-container .features_item--title {
	text-align: center;
	font-size: 16px;
	color: #262626;
	margin: 20px 0 10px
}

.index-container .features_item--text {
	font-size: 15px;
	line-height: 24px;
	color: #969696;
	padding: 0 0;
}

.index-container .index-more {
	text-align: center;
	padding: 70px 0 0
}

.index-container .index-more .am-btn-secondary {
	padding: 10px 26px;
	border-radius: 23px;
	background-color: #59bcdb;
	border-color: #59bcdb
}

.promo_detailed {
	position: relative;
	min-height: 500px;
	background: #FFFFFF;
}

.promo_detailed .promo_detailed-container {
	position: relative;
	z-index: 10;
	height: 100%
}

.promo_detailed .am-g {
	margin-left: -15px;
	margin-right: -15px
}

.promo_detailed .am-g .promo_detailed--list {
	padding: 0 0 1px
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item {
	position: relative;
	padding: 0 0px 0 120px;
	/*margin-top: 41px;*/
	list-style: none
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon {
	display: block;
	top: 9px;
	left: 0;
	border: 2px solid #ed5151;
	border-radius: 3px;
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	position: absolute
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon i {
	color: #ed5151;
	font-size: 32px;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: 8px
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl,
.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dt {
	padding-top: 4px;
	font-size: 16px;
	color: #262626
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dd {
	font-size: 14px;
	line-height: 24px;
	color: #969696
}

.promo_detailed .promo_detailed--cta {
	padding: 0 25px;
	position: relative;
	height: 514px
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap .promo_detailed--cta_text {
	background: rgba(27, 31, 32, .7);
	border-radius: 3px;
	padding: 38px 20px 38px 28px;
	max-width: 495px;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
	text-align: left
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap .promo_detailed--cta_footer {
	padding-top: 50px
}

.promo_detailed .promo_detailed-img {
	background-size: cover;
	width: 50%;
	height: 100%;
	background-color: #7d7e75;
	position: absolute;
	top: 0;
	right: 0
}

@media screen and (max-width:640px) {
	.promo_detailed .promo_detailed--list {
		padding-left: 15px!important
	}
	.controls li {
		display: none;
	}
	.promo_detailed .promo_detailed--list .promo_detailed--list_item {
		/* padding: 0 0 10px 0px!important */
	}
	.promo_detailed .am-g {
		margin: 0
	}
	.promo_detailed .am-g .am-u-md-6:nth-of-type(2) {
		padding-right: 0;
		padding-left: 0
	}
	.index-container .index-more {
		padding: 35px 0 0
	}
	.index-page .index-banner .index-mask {
		padding: 70px 0 0
	}
	.index-page .index-banner .slide_simple--title {
		font-size: 40px
	}
	.promo_detailed-img {
		width: 100%!important;
		z-index: -1
	}
	.promo_detailed--cta_wrap {
		position: relative!important
	}
	.promo_detailed .promo_detailed--cta {
		/*height: 420px*/
		height: auto;
	}
	.index-container {
		margin-top: 10px!important
	}	
	
	.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl, .promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dt{
		font-size: 16px!important;
	}
	.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dd{
		font-size: 14px!important;
	}
	.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dd span{
		display: none!important;
	}
	.ccsinc [class*="am-u-"] {
		padding-left: 0;
		padding-right: 0;
	}
}

.index-container .service_item {
	margin-top: 30px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding: 82px 15px 48px;
	position: relative
}

.index-container .service_item .service_item--icon {
	font-size: 68px;
	display: block;
	color: #59bcdb;
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translate(-50%, 0)
}

.index-container .service_item .service_item--title {
	font-size: 20px;
	text-align: center;
	color: #262626
}

.index-container .service_item .service_item--text {
	font-size: 16px;
	text-align: center;
	color: #969696;
	line-height: 23px
}

.index-container .service_item .service_item--footer {
	padding-top: 14px;
	text-align: center
}

.pricing_compare {
	position: relative;
	margin: 48px 0 0;
	overflow: auto
}

.pricing_compare .pricing_compare--options {
	float: left;
	width: 45%;
	margin: 155px 0 0;
	border-top: 1px solid #e9e9e9;
	padding-left: 0
}

.pricing_compare .pricing_compare--options .pricing_compare--option {
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	line-height: 70px;
	padding: 0 0 0 65px;
	position: relative;
	background: #fff;
	list-style: none
}

.pricing_compare .pricing_compare--options .pricing_compare--option .pricing_compare--option_icon {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 33px;
	transform: translate(0, -50%);
	font-size: 19px;
	color: #a8a8a8;
	line-height: 1
}

.pricing_compare .pricing_compare--plans {
	float: left;
	width: 55%;
	margin-top: 48px
}

.pricing_compare .pricing_compare--plans .pricing_plan {
	float: left;
	width: 33.3%;
	border: 1px solid #e9e9e9;
	background: #fafafa;
	border-radius: 3px
}

.pricing_compare .pricing_compare--plans .pricing_plan:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header {
	text-align: center;
	padding: 36px 0;
	height: 154px
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--title {
	display: block;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--title b {
	font-weight: 400
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--label {
	background: #ed5151;
	isplay: inline-block;
	line-height: 1;
	margin: -11px 0 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	border-radius: 100px;
	padding: 5px 10px 4px
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--price {
	display: block;
	font-size: 40px;
	font-weight: 300;
	color: rgba(38, 38, 38, .6);
	margin: 24px 0 0
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--options {
	border-top: 1px solid #e9e9e9;
	padding-left: 0
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--options .pricing_plan--option {
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	color: #939393;
	text-align: center;
	line-height: 68px;
	list-style: none
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--options .pricing_plan--option b {
	color: #262626
}

.pricing_compare .pricing_compare--plans .popular {
	margin: -46px -1px 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #fff
}

.pricing_compare .pricing_compare--plans .popular .pricing_plan--header {
	height: 200px
}

.pricing_compare .pricing_plan--footer {
	text-align: center;
	padding: 40px 45px
}

.pricing_compare .pricing_plan--footer .am-btn-danger,
.pricing_compare .pricing_plan--footer .am-btn-secondary {
	background-color: transparent;
	color: #59bcdb;
	border: 2px solid #59bcdb;
	border-radius: 3px
}

@media screen and (max-width:769px) {
	.pricing_compare--options {
		margin-top: 99px
	}
}

@media screen and (max-width:992px) {
	.pricing_compare .pricing_compare--options {
		width: 100%;
		position: absolute
	}
	.pricing_compare--option {
		border-bottom: 1px solid #e9e9e9;
		font-size: 16px;
		padding: 0 0 0 65px;
		position: relative;
		background: #fff;
		line-height: 56px;
		margin-bottom: 67px
	}
	.pricing_compare--plans {
		float: none;
		width: 100%!important
	}
	.pricing_plan--header {
		padding: 18px 0!important
	}
	.pricing_plan--price {
		font-size: 26px!important;
		margin: -15px 0 0!important
	}
	.pricing_plan--option b {
		font-size: 14px
	}
	.pricing_compare .pricing_plan--footer {
		padding: 20px 10px
	}
	.pricing_plan--footer .am-btn-secondary {
		padding: 10px 12px
	}
	.pricing_compare .pricing_plan--option {
		padding-top: 10px;
		margin-top: 64px;
		height: 74px;
		line-height: 27px!important
	}
	.pricing_compare .pricing_plan--option b,
	.pricing_compare .pricing_plan--option strong {
		display: block
	}
	.pricing_compare .pricing_plan--options {
		margin-top: -47px
	}
}

@media (max-width:500px) {
	.pricing_plan--title {
		font-size: 14px
	}
}

.promo_banner-container {
	position: relative;
	background: url(../images/index/promo_banner_bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 0
}

.promo_banner-box {
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding: 83px 0 100px;
	color: #fff;
	text-align: center
}

.promo_banner-box .promo_banner--title {
	font-size: 50px;
	font-weight: 300
}

.promo_banner-box .promo_banner--text {
	font-size: 18px;
	line-height: 30px;
	opacity: .6;
	padding: 32px 0 43px;
	font-weight: 300
}

.promo_banner-box .promo_banner--footer .am-btn-secondary {
	border-radius: 4px
}

@media screen and (max-width:640px) {
	.section.promo_banner-container {
		padding: 0!important
	}
	.promo_banner-box .promo_banner--title {
		font-size: 34px!important
	}
	.promo_banner-box .promo_banner--text {
		font-size: 16px
	}
	.promo_banner-box {
		padding: 40px 0
	}
	.promo_banner-box .container {
		padding: 0 20px
	}
}

.customer-logo {
	padding: 7px 0
}

.customer-logo .am-g .am-u-md-2 {
	text-align: center;
	display: inline-block
}

.customer-logo .am-g .am-u-md-2 a {
	width: 100%;
	height: 100px;
	display: block;
	display: table-cell;
	vertical-align: middle
}

.customer-logo .am-g .am-u-md-2 a img {
	width: 100%;
	vertical-align: middle
}

.customer-logo .am-g .am-u-md-2 a img:nth-of-type(2) {
	display: none
}

@media screen and (max-width:640px) {
	.customer-logo .normal-logo {
		display: none
	}
	.customer-logo .am-active {
		display: block!important
	}
	#videoBtn{
		display: none;
	}
	#videoMute{
		display: none;
	}
}

.index-page .index-banner.bg1 {
	background: url(../images/index/slide_1.jpg);
}

.index-page .index-banner.bg2 {
	background: url(../images/index/bgHeader.jpg);
}

.index-page .index-banner.bg3 {
	background: url(../images/index/bgpage1.jpg);
}

.index-page .index-banner.bg4 {
	background: url(../images/index/slide_2.jpg);
}

.service_item i {
	color: #59bcdb;
}


/*banner*/

.block_home_slider {
	padding: 1px;
	position: relative;
	background-color: #ffffff;
	border: 4px solid #f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/PIE.htc);
	/*��͸������*/
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}


/*�ײ�Сͼ��*/

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .caption {
	padding: 13px 16px 12px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/index/bg_caption.png);
	text-align: left;
}

.block_home_slider .caption p {
	padding-bottom: 0px;
	font-size: 11px;
	color: #dedede;
	text-shadow: 0px -1px #000000;
	line-height: 17px;
}

.block_home_slider .caption p.title {
	padding-bottom: 6px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}

.block_home_slider .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(../images/index/sprite_arrow_2.png);
	text-indent: -9000px;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 6px;
	background-position: left top;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: left bottom;
}

.block_home_slider .flex-direction-nav a.flex-next {
	right: 6px;
	background-position: right top;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-position: right bottom;
}

.block_home_slider .flex-control-paging {
	padding-top: 15px;
	display: inline-block;
}

.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/index/sprite_nav_3.png);
	text-indent: -9000px;
	cursor: pointer;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background-position: right top;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

ul.clearfix,
ul.controls {
	margin: 0;
	padding: 0;
	border: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.noactive {
	background: #FFFFFF;
}

.noactive .am-active {
	display: inline-block;
	border-bottom: none;
	list-style: none;
}

.noactive .am-active a {
	display: inline-block;
}

.noactive .am-active a .txt strong {
	width: 100%;
	margin-top: 0;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}

.noactive .am-active a .txt p {
	padding-right: 80px;
	margin-top: 5px;
	line-height: 20px;
}

.noactive .am-active {
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.noactive ul li:first-child a {
	border-left: 1px solid #e9e9e9;
}

.noactive ul li a {
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
}

.noactive ul li a img {
	float: left;
	width: 38px;
}

.noactive ul li a .txt {
	float: left;
	margin-left: 10px;
	width: calc(100% - 55px);
}

.noactive .info {
	position: absolute;
	right: 20px;
	bottom: 14px;
	padding: 0;
	width: 74px;
	height: 24px;
	line-height: 24px!important;
	text-align: right;
	font-size: 12px;
	color: #FF4848!important;
	border: none!important;
}

.mySlide {
	width: 100%;
	height: 804px;
	margin-left: auto;
	margin-right: auto;
}

.wechatimg {
	width: 100%;
}

.ccsinc {
	padding: 0 5%;
	padding-bottom: 40px;
}

.ccsinc .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon {
	width: 120px;
	height: 80px;
	border: none;
	border-radius: 0;
}

.ccsinc .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon img {
	width: 120px;
	height: 80px;
}

.ccsinc .am-g .promo_detailed--list .promo_detailed--list_item dl {
	position: relative;
	margin-left: 20px;
}

.more {
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: -5px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #06953C;
	font-size: 12px;
	text-align: center;
	/*border: 1px solid #06953C;*/
	border-radius: 12px;
	cursor: pointer;
}

@media only screen and (min-width:641px) {
	.noactive [class*="am-u-"] {
		padding-left: 0rem;
		padding-right: 3rem;
	}
}

/* .index-ycc-xw img{
	width: 262px;
} */

.ycc-phone{
	display: none;
}



/* 当浏览器的可视区域小于1200px */

@media screen and (max-width:1200px) {
	.mySlide {
		width: auto;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.mySlide .back,
	.mySlide .prev {
		display: none!important;
	}
	.noactive .am-active {
		display: block!important;
		width: 100%;
	}
	.noactive ul li:first-child a {
		border: none;
	}
	.noactive .info {
		display: inline-block;
		right: 20px;
		bottom: 14px;
	}
	.index-tab {
		padding-left: 0!important;
		width: 100%!important;
	}
	.layout-footer .QRcode {
		margin: 0 auto;
	}
	.wechatphone {
		margin-top: -50px;
	}
	.ccsinc .promo_detailed--list {
		padding-left: 0!important
	}
	.ccsinc .am-g .promo_detailed--list .promo_detailed--list_item .more {
		text-align: left;
		font-size: 12px;
		/* bottom: -30px; */
	}
	.promo_detailed .promo_detailed--cta {
		padding: 0 10px;
	}
	.ycc-phone{
		margin-top: 20px;
	display: flex!important;
	}

	.ycc-phone .features_item a img{
		display: block;
		width: 100%;
	}
	

	.ycc-phone .features_item--title a{
		display: block;
		width: 100%;
	}

	.ycc-phone .features_item--text a{
		display: block;
		width: 100%;
	}
	
	
	.ycc-phone .info h3, .ycc-phone .info p{
		text-align: left;
	 	margin: 0!important;
	}
	
	.ycc-phone .info h3{
		font-size: 16px;
	}
	
	 .ycc-phone .info p{
	 	margin: 0!important;
	 	font-size: 13px;
	 	color: #999999;
	 }
		
	.ycc-pc{
	display: none;
	}

	.index-ycc img{
		width: 360px;
	}


	.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item{
		/* margin-top: 30px!important; */
	}
	
	.ccsinc .am-g .promo_detailed--list .promo_detailed--list_item dl dt{
		font-size: 14px!important;
}
}

#slider .pagination {
	margin-left: -63px!important;
}

/*公告*/
.m-notic{
	position: fixed;
	display: block;
	top: 30%;
	left: 1%;
	padding: 15px;
	width: 240px;
	min-height: 60px;
	font-size: 12px;
	color: #ffffff;
	-moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	background: #FFFFFF;
	border-radius: 3px;
	box-sizing: border-box;
	z-index: 99;
}

.m-notic h1{
	position: relative;
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #d40e25;
}

.m-notic h1::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(../images/index/icon_notic.png) center center no-repeat;
	background-size: 100%;
}

.m-notic p{
	display: block;
	margin: 10px 0;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
}

.m-notic p a{
	display: inline-block;
	margin-left: 5px;
	color: #59bcdb;
	cursor: pointer;
}

.m-notic p a:hover{
	color: #095f8a;
}


.m-notic i{
	position: absolute;
	display: block;
	top: 6px;
	right: 6px;
	width: 20px;
	height: 20px;
	background: url(../images/icon_closed.png) center center no-repeat;
	cursor: pointer;
}

.m-notic i:hover{
	opacity: 0.7;
}


.cckxjLeft{
	margin-bottom: 0;
}


.cckxjLeft li{
	display: flex;
	align-items: top;
	justify-items: start;
	position: relative;
	padding-left: 0!important;
	margin-bottom: 10px;
 height: 100% auto;
 overflow: hidden;
 box-sizing: border-box;
}

.cckxjLeft li img{
	width: 100%;
}

.cckxjLeft li .zwmore{
	position: absolute;	
	display: flex;
	flex-direction: column;
	bottom: 0!important;
	width: 100%;
	height: 100% auto;
	padding: 8px 20px;
	border-radius: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent)
}

.cckxjLeft li .zwmore p{
	margin: 0;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}


.cckxjLeft li .zwmore a{
	margin: 0;
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	color: #fff;
}

.cckxjLeft dl dt{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-o-text-overflow：ellipsis;	
}

.cckxjLeft dl dd{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-o-text-overflow：ellipsis;	
}

/* .cckxjLeft dl dd .more{
	bottom: -20px;
} */

#videoBtn{
	color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    right: 80px;
    z-index: 9;
    cursor: pointer;
    margin-top: -65px;
}

#videoBtn:hover{
	background-color: #ffffff;
	color: rgba(27, 31, 32, .7)
}

#videoMute{
	color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0px 6px;
    border-radius: 5px;
    position: absolute;
    right: 25px;
    margin-top: -65px;
}

#videoMute .iconfont{
	font-size: 20px;
}

#videoMute:hover{
	background-color: #ffffff;
	color: rgba(27, 31, 32, .7)
}

#video .disNone{
	display: none !important;
}

#videoDiv{
	overflow: hidden;
}

/* .videoBox{
	display: block;
	width: 100%;
}
.videoBox .video{
	position: relative;
	display: block;
	width: 100%;
	z-index: 998;
}
.videoBox .video a{
	position: absolute;
	display: block;
	bottom: 20px;
	z-index: 999;
} */

/* .layout{
	position: relative;
} */

/* 新视频 */
.videoBox {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	line-height: 0.1!important;
	outline: none;
	box-shadow: none;
	background: #000;
	text-align: center;
	overflow: hidden;
}
.videoBox video {
	/* min-width:1200px !important; */
	width: 100% !important;
	height: 100%;
	object-fit: fill;
}

.videoBox .videoAllBtn{
	position: absolute;
	bottom: 20px;
	right: 70px;
	padding: 0 10px;
	line-height: 34px;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	z-index: 10;
}

.videoBox a:hover{
	background-color: #ffffff;
	color: #666666;
}

.videoBox .videoMute{
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 0 7px;
	line-height: 34px;
	color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	z-index: 10;
}

.videoBox .videoMute .iconfont{
	font-size: 20px;
}

.videoBoxPop{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
}

.videoBoxPop video{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 65%;
	background-color: #000;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

@media screen and (max-width:640px) {
	.videoBoxPop video{
		width: 100%;
	}
}