.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
*:before, *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

body {
	min-width: 1260px;
	background-color: #fff!important;
}

img {
	vertical-align: middle;
}

.xd-banner {
	width: 1280px;
	margin:0 auto;
	height: auto;
}

.xd-banner .swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 0 0 15px 15px;
}

.xd-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
	left: 0;
	width: 100%;
}

.xd-banner .swiper-pagination-bullet {
	display: inline-block;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	border: 1px solid rgba(249, 249, 249, 1);
	border-radius: 50%;
	background-color: transparent;
	opacity: 0.6;
}

.xd-banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 47px;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

/* 课程 */
.zj-c{
	margin: 0 auto;
	width: 1230px;
}
.zj-course {
	width: 100%;
	height: 1185px;
	background: url(/assets/v2/img/index2020/course-bg.png) no-repeat;
	background-position: bottom right;
	padding-bottom: 50px;
	background-color: #fff;
}

.zj-tit {
	text-align: center;
	padding-top: 75px;
	margin-bottom: 20px;
}

.zj-tit .i1 {
	vertical-align: top;
	margin-top: -15px;
}

.zj-tit .i2 {
	display: inline;
	vertical-align: middle;
	margin-top: -30px;
	margin-left: -18px;
}

.zj-tit p {
	display: inline-block;
	font-size: 35px;
	font-family: PingFang-SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
}

.zj-tit .heng{
	width: 66px;
	height: 6px;
	background: #FD6701;
	margin: 0 auto;
	margin-top: -20px;
}
.zj-tit p span {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-top: -5px;
}

.zj-tit p .zj-s {
	font-size: 40px;
	color: #333;
	font-family: PingFang-SC-Medium;
}





.course-tab {
	width: 924px;
	height: 60px;
	background: rgba(241, 241, 241, 1);
	border-radius: 30px;
	margin: 40px auto;
	position: relative;
}

.course-tab p:nth-child(1) {
	width: 461px;
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.course-tab p:nth-child(2) {
	width: 461px;
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 60px;
	color: #333333;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 100;
}

.course-tab .tab_active {
	width: 461px;
	height: 60px;
	background: rgba(220, 41, 45, 1);
	box-shadow: 0px 8px 25px 0px rgba(220, 41, 45, 0.44);
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;

}
/* 课程 */
.zj-course .course {

	height: 837px;
	width: 1230px;
	visibility: visible;
	position: absolute;
	z-index: 10;
	/* border: 1px solid red; */
}
/* 直播 */
.zj-course .live {
	/* border: 1px solid blue; */
	visibility: hidden;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 1230px;
	padding-left: 15px;
	margin: 0 auto;
	height: 555px;
	/* position: relative; */
}




.zj-course .cert-tab {
	width: 1200px;
	height: 60px;
	background: #F1F1F1;
	border-radius: 29px;
}

.cert-tab li {
	float: left;
	width: 400px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-family: PingFang SC;
	color: #333;
	cursor: pointer;
}
.cert-tab li:nth-child(2),.cert-tab li:nth-child(4){
  /* line-height: 55px; */
  /*margin-top: -6px;*/
}
.cert-tab li span {
	display: block;
	width: 39px;
	height: 4px;
	background: #F1F1F1;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: -4px;
}

.cert-tab li:nth-child(1) {
	color: #DC292D;
	font-weight: bold;
}

.cert-tab li:nth-child(1) span {
	background: #DC292D;
	box-shadow: 0px 8px 25px 0px rgba(220, 41, 45, 0.44);
}

.cert-tab li:hover {
	color: #DC292D !important;
}

.course-content {
	width: 1230px;
	height: 835px;
	margin: 0 auto;
	overflow: hidden;
}

.course .cert-course {
	width: 1230px;
	height: 775px;
	overflow: hidden;
	padding-left: 15px;
	/* padding-right: 15px; */
	visibility: hidden;
	position: absolute;
	z-index: 1;
	/* height: 0; */
}


/* 课程轮播切换 */


.zj-course .cert-course .swiper-pagination-c {
	position: relative;
	width: 50%;
	text-align: left;
	margin-top: 50px;
}

.zj-course .cert-course .swiper-pagination-c .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(220, 41, 45, 0.6);
	opacity: 1;
}

.zj-course .cert-course .swiper-pagination-c .swiper-pagination-bullet-active {
	width: 37px;
	height: 10px;
	background: rgba(220, 41, 45, 1);
	border-radius: 4px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.zj-course .cert-course-more {
	display: block;
	width: 209px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #DC292D;
	font-family: PingFang SC;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 41, 45, 1);
	border-radius: 22px;
	float: right;
	margin-top: -30px;
	margin-right: 15px;
}

.zj-course .cert-course-more img {
	vertical-align: middle;
	margin-top: -3px;
}

.zj-course .cert-course-more:hover {
	-webkit-box-shadow: 0px 3px 10px 2px rgba(196, 27, 31, 0.21);
	box-shadow: 0px 3px 10px 2px rgba(196, 27, 31, 0.21);
	margin-top: -34px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}



.course .c1 {
	visibility: visible;
	position: absolute;
	z-index: 10;
}

.course .course-list {
	width: 360px;
	height: 294px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 12px 3px rgba(196, 27, 31, 0.09);
	margin-top: 44px;
	float: left;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.course-list .course-lazy{
	width: 360px;
	height: 203px;
}

.course-list .course-list-i {
	width: 360px;
	height: 203px;
	vertical-align: middle;
}

.course-list-info {
	width: 360px;
	height: 91px;
	padding: 22px 5px 23px 19px;
}

.course-list-info .list-info-l {
	width: 255px;
	height: auto;
	float: left;
}

.course-list-info .list-info-l p {
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.course-list-info .list-info-l p:nth-child(1) {
	font-size: 18px;
	font-family: PingFang SC;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.course-list-info .list-info-l p:nth-child(2) {
	font-size: 12px;
	font-family: PingFang SC;
	color: #666666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.course-list-info .list-info-r {
	width: 50px;
	height: 40px;
	margin-right: 10px;
	float: right;
	text-align: center;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(153, 153, 153, 1);
	line-height: 25px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.course-list-info .list-info-h {
	width: 44px;
	height: 44px;
	background: rgba(252, 253, 255, 0.2);
	border: 1px solid rgba(252, 253, 255, 0.2);
	box-shadow: 0px 4px 13px 1px rgba(63, 4, 6, 0.44);
	border-radius: 50%;
	float: right;
	margin-right: 14px;
	text-align: center;
	display: none;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.course-list-info .list-info-h img {
	margin-top: 16px;
}

.course-list:hover {
	background: rgba(220, 41, 45, 1);
	box-shadow: 0px 5px 12px 3px rgba(196, 31, 27, 0.35);
}

.course-list:hover .course-list-info .list-info-l p {
	color: #fff;
}

.course-list:hover .course-list-info .list-info-r {
	display: none;
}

.course-list:hover .course-list-info .list-info-h {
	display: block;
}

.course-list:nth-child(2),
.course-list:nth-child(5) {
	margin-left: 59px;
	margin-right: 59px;
}

/* 精品直播 */

.live-list {
	width: 33.33%;
	height: auto;
	/* border: 1px solid blue; */
	float: left;
}

.live-list:nth-child(2) {
	padding-left: 15px;
}

.live-list:nth-child(3) {
	padding-left: 30px;
}

.live-list-t {
	width: 100%;
	height: 46px;
	border-left: 4px solid #BBBBBB;
	padding: 0 20px;
	position: relative;
}

.live-list-t p:nth-child(1) {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: -2px;
}

.live-list-t p:nth-child(2) {
	font-size: 16px;
	font-family: PingFang SC;
	color: rgba(102, 102, 102, 1);
	margin-top: 2px;
}

.live-list-t p:nth-child(3) {
	width: 190px;
	height: 1px;
	background: rgba(221, 221, 221, 1);
	position: absolute;
	top: 25px;
	left: 150px;
}

.live-list-t p:nth-child(4) {
	width: 17px;
	height: 17px;
	background: rgba(241, 241, 241, 1);
	border-radius: 50%;
	text-align: center;
	line-height: 17px;
	padding-top: 4px;
	position: absolute;
	top: 17px;
	left: 345px;
}

.live-list-t p:nth-child(4) span {
	display: block;
	margin: 0 auto;
	width: 9px;
	height: 9px;
	background: rgba(187, 187, 187, 1);
	border-radius: 50%;
}

.live-list-b {
	display: block;
	margin-top: 50px;
	width: 360px;
	height: 367px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 3px rgba(196, 27, 31, 0.09);
}

.live-list-b .live-list-i {
	width: 360px;
	height: 203px;
}

.live-list-b .live-list-info {
	width: 100%;
	height: 164px;
	padding: 19px;
	border: 1px solid transparent;

}

.live-list-b .live-list-info p:nth-child(1) .tip {
	font-size: 12px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
	background-color: #DC292D;
	border-radius: 15px;
	display: inline-block;
	padding: 4px 9px;
	margin-right: 8px;
}

.live-list-b .live-list-info p:nth-child(1) .per {
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
	font-family: PingFang SC;
	color: rgba(153, 153, 153, 1);
	vertical-align: bottom;
	margin-left: 2px;
}

.live-list-b .live-list-info p:nth-child(2) {
	font-size: 16px;
	font-family: PingFang SC;
	color: rgba(51, 51, 51, 1);
	width: 320px;
	margin-top: 14px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.live-list-b .live-list-info p:nth-child(3) {
	font-size: 12px;
	font-family: PingFang SC;
	color: rgba(102, 102, 102, 1);
	width: 320px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.live-list-b .live-list-info p:nth-child(4) {
	margin-top: 14px;
}

.live-list-b .live-list-info p:nth-child(4) .s1 {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 41, 45, 1);
	opacity: 0.8;
	border-radius: 50%;
	text-align: center;
	background: url(/assets/v2/img/index2020/go.png) no-repeat;
	background-size: 19px auto;
	background-position: center;

}

.live-list-b .live-list-info p:nth-child(4) .s2 {
	font-size: 16px;
	font-family: PingFang SC;
	color: rgba(220, 41, 45, 1);
	margin-left: 3px;
	display: inline-block;
	vertical-align: text-top;
	margin-top: -10px;
}

.live-list:hover .live-list-t {
	border-left: 4px solid #DC292D;
}

.live-list:hover .live-list-t p {
	color: #DC292D;
}

.live-list:hover .live-list-t p:nth-child(3) {
	background-color: #DC292D;
}

.live-list:hover .live-list-t p:nth-child(4) {
	background: rgba(220, 41, 45, 0.3);
}

.live-list:hover .live-list-t p:nth-child(4) span {
	background: rgba(220, 41, 45, 1);
}


.live-list-b:hover {
	box-shadow: 0px 8px 10px 3px rgba(196, 27, 31, 0.14);
}

.live-list-b:hover .live-list-info {
	border-left: 1px solid rgba(220, 41, 45, 1);
	border-right: 1px solid rgba(220, 41, 45, 1);
	border-bottom: 1px solid rgba(220, 41, 45, 1);
}

.live-list-b:hover .live-list-info p:nth-child(2),
.live-list-b:hover .live-list-info p:nth-child(3) {
	color: #DC292D;
}

.live-list-b:hover .live-list-info p:nth-child(4) .s1 {
	background: #DC292D url(/assets/v2/img/index2020/arrow.png) no-repeat;
	background-size: 19px auto;
	background-position: center;
}


.live .swiper-pagination-l {
	position: relative;
	width: 50%;
	text-align: left;
	margin-top: 60px;
}

.live .swiper-pagination-l .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(220, 41, 45, 0.6);
	opacity: 1;
}

.live .swiper-pagination-l .swiper-pagination-bullet-active {
	width: 37px;
	height: 10px;
	background: rgba(220, 41, 45, 1);
	border-radius: 4px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.live .cert-course-more {
	display: block;
	width: 209px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #DC292D;
	font-family: PingFang SC;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 41, 45, 1);
	border-radius: 22px;
	float: right;
	margin-top: -40px;
	margin-right: 15px;
	position: relative;
	z-index: 100;
}

.live .cert-course-more img {
	vertical-align: middle;
	margin-top: -3px;
}

.live .cert-course-more:hover {
	-webkit-box-shadow: 0px 3px 10px 2px rgba(196, 27, 31, 0.21);
	box-shadow: 0px 3px 10px 2px rgba(196, 27, 31, 0.21);
	margin-top: -44px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}




/* 课程--end-- */

.zj-service {
	width: 100%;
	height: 401px;
	/* background: url(/assets/v2/img/index2020/service_bg.png) no-repeat; */
	background-size: cover;
}

.service-list {
	height: 401px;
}
.service-list .service-list-i{
	width: 100px;
	height: 101px;
	margin: 0 auto;
}
.service-list .service-list-i{
	display: block;
}
.service-list li {
	width: 20%;
	height: 401px;
	float: left;
	height: 401px;
	background: rgba(199, 53, 53, 0.2);
	text-align: center;
	padding: 90px 23px 60px 23px;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	transition: .3s ease-in;
}

.service-list li:hover {
	background: rgba(180, 30, 34, 0.7) !important;
}


.service-list li:nth-child(even) {
	background: rgba(98, 0, 0, 0.3);
}

.service-list li .sum {
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
	line-height: 40px;
	text-shadow: 0px 14px 6px rgba(0, 0, 0, 0.38);
	margin-top: 50px;
}

.service-list  .service-h{
	/* border: 1px solid red; */
	margin-top: 51px;
	color: #fff;
}
.service-list  .service-h span:nth-child(2){
	font-size: 26px;
}

.service-list li .line {
	width: 40px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	margin: 22px auto;
}

.service-list li .s {
	font-size: 18px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
}

/* 公司实力 */
.zj-strength {
	height: 1127px;
	padding-top: 33px;
}

.zj-strength-info {
	height: auto;
	margin-top: 55px;
	overflow: hidden;
}

.strength-info-l {
	width: 775px;
	height: auto;
	float: left;
}

/* 视频 */
.strength-v {
	width: 775px;
	height: 377px;
	border-radius: 8px;
	/* background: url(/assets/v2/img/index2020/v1.png); */
	background-repeat: no-repeat;
	background-size: 775px 473px;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}

.strength-v .v-i {
	position: absolute;
	top: 45%;
	left: 50%;
	/* margin-top: -34px; */
	/* margin-left: -35px; */
}

.strength-info-lb {
	width: 100%;
	height: 377px;
	margin-top: 34px;
}

.strength-info-lb li {
	position: relative;
	width: 371px;
	height: 377px;
	border-radius: 8px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.strength-info-lb li:nth-child(2) {
	float: right;
}

.strength-info-lb li p {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	color: #ffffff;
	z-index: 2;
	display: table;
	_position: relative;
	padding: 20px;
}

.strength-info-lb li .img {
	width: 371px;
	height: 377px;
	border-radius: 8px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

.strength-info-lb li:hover .img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.strength-info-lb li div {
	position: absolute;
	top: 272px;
	padding: 0 40px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

.strength-info-lb li div span:nth-child(1) {
	font-size: 24px;
	font-family: PingFang SC;
	line-height: 30px;
	display: block;
}

.strength-info-lb li div span:nth-child(2) {
	display: block;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	margin-top: 14px;
	line-height: 20px;
}

.strength-info-lb li:hover div {
	color: transparent;
}

.strength-info-lb li p i {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(196, 27, 31, 1);
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 20px;
}

.strength-info-lb li p span {
	line-height: 24px;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	_position: absolute;
	_top: 50%;
	_left: 50%;
	width: 100%;
	display: table-cell;
}

.strength-info-lb li p span strong {
	display: block;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-bottom: 10px;
}
/* 现代实力 大图     */
.strength-info-big {
	width: 100%;
	height: 377px;
	margin-top: 0px;
}

.strength-info-big li {
	position: relative;
	width: 775px;
	height: 377px;
	border-radius: 8px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.strength-info-big li:nth-child(2) {
	float: right;
}

.strength-info-big li p {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	color: #ffffff;
	z-index: 2;
	display: table;
	_position: relative;
	padding: 20px;
}

.strength-info-big li .img {
	width: 775px;
	height: 377px;
	border-radius: 8px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

.strength-info-big li:hover .img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.strength-info-big li div {
	position: absolute;
	top: 272px;
	padding: 0 40px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

.strength-info-big li div span:nth-child(1) {
	font-size: 24px;
	font-family: PingFang SC;
	line-height: 30px;
	display: block;
}

.strength-info-big li div span:nth-child(2) {
	display: block;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	margin-top: 14px;
	line-height: 20px;
}

.strength-info-big li:hover div {
	color: transparent;
}

.strength-info-big li p i {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(196, 27, 31, 1);
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 20px;
}

.strength-info-big li p span {
	line-height: 24px;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	_position: absolute;
	_top: 50%;
	_left: 50%;
	width: 100%;
	display: table-cell;
}

.strength-info-big li p span strong {
	display: block;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-bottom: 10px;
}

/*  现代实力  大图  */


/* 右侧部分 */
.strength-info-r {
	width: 390px;
	height: 100%;
	float: right;
}

.strength-info-r .strength-info-lb {
	height: auto;
	margin-top: 0;
}

.strength-info-r .strength-info-lb li {
	position: relative;
	width: 371px;
	height: 377px;
	border-radius: 8px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.strength-info-r .strength-info-lb li:nth-child(2) {
	margin-top: 32px;
}

.strength-info-r li .img {
	width: 369px;
	height: 377px;
}

.strength-info-r .strength-info-lb li div {
	top: 270px;
}

/* 公司实力--end--*/

/* 研究院 */
.zj-institute {
	width: 100%;
	height: 520px;
	
	background-image:url(../images/index-banner-bg.jpg)
}
.guangrongbang {
	width: 100%;
	height: 520px;
	
	background-image:url(../images/banner78.jpg)
}

.institute-a {
	height: 47px;
	width: 1000px;
	margin: auto;
	margin-top: 37px;
	/* border: 1px solid red; */
}

.institute-a a {
	display: block;
	width: 261px;
	height: 47px;
	background: rgba(255, 255, 255, 1);
	border-radius: 23px;
	line-height: 47px;
	text-align: center;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(51, 51, 51, 1);
	float: left;
	margin-left: 56px;
}

.institute-a a:hover {
	background: rgba(220, 40, 44, 1);
	box-shadow: 0px 8px 25px 0px rgba(219, 41, 45, 0.44);
	color: rgba(255, 255, 255, 1);
}

.institute-img {
	height: 580px;
	/* border: 1px solid blue; */
	margin-top: 60px;
}




/* 研究院--end-- */

/* 学习生态 */
.zj-ecology {
	height: 940px;
	width: 100%;
}
.ecology-more{
	height: 44px;
}
.ecology-more .ecology-video-more{
	    float: right;
	    display: block;
	    width: 209px;
	    height: 44px;
	    line-height: 44px;
	    font-size: 16px;
	    color: #DC292D;
	    font-family: PingFang SC;
	    text-align: center;
	    background: #f1f1f1;
	    /* border: 1px solid rgba(220, 41, 45, 1); */
	    border-radius: 22px;
	    float: right;
		margin-right: 5px;
}
.ecology-more .ecology-video-more:hover {
	-webkit-box-shadow: 0px 3px 10px 2px rgba(196, 27, 31, 0.21);
	box-shadow: 0px 3px 10px 2px rgba(196, 27, 31, 0.21);
	margin-top: -4px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.ecology-v {
	width: 1200px;
	margin: 0 auto;
	height: 738px;
	padding-top: 42px;
	overflow: hidden;
	position: relative;
}

.swiper-ecology {
	width: 100%;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top .swiper-slide {
	position: relative;
	/* margin-right: 30px; */
	cursor: pointer;
}

.animate-1 {
	perspective: 2000px;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	-o-perspective: 2000px!important;
}


.gallery-top .ecology-video {
	width: 100%;
	height: 560px;
	background-size: 100% 560px;
}

.gallery-thumbs {
	height: 135px;
	box-sizing: border-box;
	width: 955px;
	margin-top: -65px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide {
	width: 230px !important;
	height: 123px;
  box-shadow:0px 3px 5px 0px rgba(220,41,45,0.18);
	margin-left: 0;
	margin-right: 0;
	background-size: 230px 123px;
}

.gallery-thumbs .swiper-slide-thumb-active {
	/* opacity: 1; */
}

.gallery-thumbs .swiper-slide-thumb-active>.thumbs-icon {
	background: rgba(24, 20, 20, 0.7);
}

.gallery-thumbs .swiper-slide-thumb-active>.thumbs-icon>img {
	display: block;
}

.gallery-thumbs .swiper-slide-thumb-active>.thumbs-icon>.thumbs-tit {
	color: transparent;
}

/* 左右箭头 */
.ecology-v .swiper-button-next {
	width: 50px;
	height: 50px;
	margin-top: 208px;
	margin-right: 35px;
	outline: none;
}

.ecology-v .swiper-button-prev {
	width: 50px;
	height: 50px;
	margin-top: 208px;
	margin-left: 35px;
	outline: none;
}
.ecology-v  .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	pointer-events:auto;
}
.ecology-v .swiper-button-next img,
.ecology-v .swiper-button-prev img {
	width: 50px;
	height: 50px;
	z-index: 1000!important;
}

/* 提示文案 */
.ecology-tip {
	width: 100%;
	height: 560px;
	position: absolute;
	top: 0;
	background: rgba(24, 20, 20, 0.4);
	/* cursor: pointer; */
	text-align: center;
}

.ecology-tip img {
	margin-top: 180px;
}

.ecology-tip .ecology-tip-tit {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	margin-top: 27px;
}

.ecology-tip .ecology-tip-txt {
	width: 750px;
	height: 130px;
	/* border: 1px solid red; */
	overflow: hidden;
	margin: 0 auto;
	margin-top: 18px;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
}

/* 视频弹窗 */
.videos {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transform: translateZ(100px);
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
	-o-transform: translateZ(100px);
	z-index: 1000;
	display: none;
}

.videos .video-box {
	opacity: 1;
	top: 0px;
	transition: all 0.6s ease 0s;
	position: relative;
	width: 640px;
	height: 368px;
	margin: 140px auto;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transtion: 0.6s;
	-o-transtion: 0.6;
	background-color: black;

}
.videos .video-box .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 .videos .video-box .delete {
	 display: inline-block;
    position: absolute;
    cursor: pointer;
    top: -50px;
    right: -50px;
    width: 40px;
    height: 40px;
    /* background-color: rgba(255, 255, 255, 0.2); */
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
	/* border: 1px solid red; */
}

.videos .video-box .delete img {
    width: 20px;
    height: 20px;
}

/* 缩略图部分 */
.thumbs-icon {
	width: 230px;
	height: 123px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	position: relative;
}

.thumbs-icon img {
	padding-top: 35px;
	margin: 0 auto;
	display: none;
}

.thumbs-tit {
	width: 230px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	word-wrap: normal;
	padding: 0 12px;
	position: absolute;
	bottom: 10px;
}


/* 学习生态--end-- */
/* 学员动力 */
.zj-student {
	width: 100%;
	height: 980px;
	background: #F9F9F9;
}

.student-video {
	width: 1200px;
	height: 739px;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}

#bgvideo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* 荣誉资质 */
.zj-honor {
	width: 100%;
	height: 641px;
	/* background: url(/assets/v2/img/index2020/ry-bg.png) no-repeat; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}


.zj-w,
.zj-w span {
	color: white !important;
}

.honor-info {
	height: 370px;
	margin-top: 80px;
	overflow: hidden;
	position: relative;
}

.honor-info .swiper-slide {
	height: 298px;
	/* border: 1px solid blue; */
}

.honor-info .swiper-pagination-honor {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.honor-info .swiper-pagination-honor .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

.honor-info .swiper-pagination-honor .swiper-pagination-bullet-active {
	width: 37px;
	height: 10px;
	background: #fff;
	border-radius: 4px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.honor-info .swiper-slide img {
	width: auto;
	height: 298px;
}

/* 荣誉资质--end-- */

/* 合作伙伴 */
.zj-partners {
	height: 660px;
	padding-bottom: 50px;
	overflow: hidden;
}

.partners-tab {
	width: 100%;
	height: auto;
}

.partners-tab-btn {
	width: 520px;
	height: 47px;
	background: rgba(241, 241, 241, 1);
	border-radius: 30px;
	margin: 40px auto;
	position: relative;
}

.partners-tab-btn p:nth-child(1) {
	width: 260px;
	height: 47px;
	border-radius: 30px;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
	line-height: 47px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.partners-tab-btn p:nth-child(2) {
	width: 260px;
	height: 47px;
	border-radius: 30px;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
	line-height: 47px;
	color: #333333;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 100;
}

.partners-tab-btn .tab_active {
	width: 260px;
	height: 47px;
	background: rgba(220, 41, 45, 1);
	box-shadow: 0px 8px 25px 0px rgba(220, 41, 45, 0.44);
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.university {
	width: 1200px;
	height: auto;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

.sign {
	width: 1200px;
	height: auto;
	visibility: visible;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}




.university .swiper-university .swiper-slide {
	width:350px;height: 320px;
}

.university .university-list {
	width: 100%;
	height: 134px;
	text-align: center;
	margin-top: 20px;
}

.university .university-list img {
	width: 350px;
	height: 180px;
	background: rgba(246, 246, 246, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 16px 0px rgba(164, 190, 233, 0.21);
	border-radius: 8px;
}

.university-list p {
	margin-top: 20px;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(102, 102, 102, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.swiper-university .swiper-pagination-university .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(220, 41, 45, 0.6);
	opacity: 1;
}

.swiper-university .swiper-pagination-university .swiper-pagination-bullet-active {
	width: 37px;
	height: 10px;
	background: rgba(220, 41, 45, 1);
	border-radius: 4px;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}



.sign .swiper-university .swiper-slide {
	height: 270px;
}

.sign .university-list {
	width: 100%;
	height: 215px;
	text-align: center;
	margin-top: 20px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 16px 0px rgba(164, 190, 233, 0.21);
}

.sign .university-list img {
	width: 290px;
	height: 177px;
}

.sign .university-list p {
	margin: 8px;
}


/* 资讯 */
.zj-news {
	width: 100%;
	height: 783px;
	background: rgba(249, 249, 249, 1);
}

.news-tab {
	width: 264px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: PingFang SC;
	border-bottom: 2px solid #fff;
	float: right;
	margin-top: -50px;
}

.news-tab p {
	display: block;
	width: 132px;
	text-align: center;
	float: left;
	cursor: pointer;
	color: #666666;
}

.news-tab p:nth-child(3) {
	width: 132px;
	height: 2px;
	background: rgba(238, 60, 60, 1);
	box-shadow: 0px 8px 25px 0px rgba(62, 109, 195, 0.44);
	border-radius: 1px;
	margin-top: -2px;
}

.news-tab p:nth-child(1) {
	color: #DC292D;
}

.news-tab p:hover {
	color: #DC292D !important;
}

.news-info {
	width: 1200px;
	height: 553px;
	clear: both;
	padding-top: 50px;
}

.news-info-l {
	width: 730px;
	height: 503px;
	background: rgba(255, 255, 255, 1);
	padding: 24px 11px;
	float: left;
}

.news-info-tit {
	width: 100%;
	height: 18px;
	line-height: 18px;
	border-left: 2px solid #476AAA;
	text-indent: 8px;
}

.news-info-tit span:nth-child(1) {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.news-info-tit a {
	font-size: 14px;
	font-family: PingFang SC;
	color: #DC292D;
	float: right;
}

.news-info-m {
	margin-top: 16px;
	width: 100%;
	height: 210px;
	/* border: 1px solid red; */
}

.news-info-m img {
	width: 380px;
	height: 210px;
}

.news-info-m .mr {
	width: 328px;
	height: 210px;
	background: rgba(220, 41, 45, 1);
	float: right;
	padding: 20px 28px;
	position: relative;
}

.wrap {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
}

.wrap .text {
	float: right;
	margin-left: -5px;
	width: 100%;
	word-break: break-all;
	font-size: 16px;
	font-family: PingFang SC;
	color: #fff;
}

.wrap::before {
	float: left;
	width: 5px;
	content: '';
	height: 40px;

}

.wrap::after {
	float: right;
	content: "...";
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.7);
	width: 30px;
	margin-left: -30px;
	position: relative;
	left: 100%;
	top: -20px;
	padding-right: 5px;
	text-align: center;
	background: -webkit-linear-gradient(left, transparent, #DC292D 20%);
	background: -o-linear-gradient(right, transparent, #DC292D 20%);
	background: -moz-linear-gradient(right, transparent, #DC292D 20%);
	background: linear-gradient(to right, transparent, #DC292D 20%);
}

.wrap2 {
	height: 90px;
	overflow: hidden;
	font-size: 12px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
	line-height: 18px;
	margin-top: 8px;
}

.wrap2 .text2 {
	float: right;
	margin-left: -5px;
	width: 100%;
	word-break: break-all;
}

.wrap2 .text2 span {
	display: inline-block;
	width: 24px;
}

.wrap2::before {
	float: left;
	width: 5px;
	content: '';
	height: 90px;
}

.wrap2::after {
	float: right;
	content: "...";
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.7);
	width: 30px;
	margin-left: -30px;
	position: relative;
	left: 100%;
	top: -20px;
	padding-right: 5px;
	text-align: center;
	background: -webkit-linear-gradient(left, transparent, #DC292D 20%);
	background: -o-linear-gradient(right, transparent, #DC292D 20%);
	background: -moz-linear-gradient(right, transparent, #DC292D 20%);
	background: linear-gradient(to right, transparent, #DC292D 20%);
}

.news-info-m .mr a {
	font-size: 12px;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
	line-height: 18px;
	position: absolute;
	bottom: 23px;
	right: 28px;
}

.news-info-b {
	margin-top: 36px;
	width: 100%;
	height: 200px;
}

.news-info-bl {
	width: 33.33%;
	height: 100%;
	padding: 0 23px;
	float: left;
	position: relative;
}

.news-info-bl:hover .wrap p {
	color: #DC292D;
}

.news-info-bl:hover .wrap::after {
	color: #DC292D;
}


.news-info-b .wrap .text {
	color: #333;
}

.news-info-b .wrap::after {
	color: #333;
	background-color: none;
	background: -webkit-linear-gradient(left, transparent, #fff 20%);
	background: -o-linear-gradient(right, transparent, #fff 20%);
	background: -moz-linear-gradient(right, transparent, #fff 20%);
	background: linear-gradient(to right, transparent, #fff 20%);
}

.news-info-b .wrap2 {
	color: #666;
}

.news-info-b .wrap2::after {
	color: #333;
	background-color: none;
	background: -webkit-linear-gradient(left, transparent, #fff 20%);
	background: -o-linear-gradient(right, transparent, #fff 20%);
	background: -moz-linear-gradient(right, transparent, #fff 20%);
	background: linear-gradient(to right, transparent, #fff 20%);
}

.news-info-b .wrap3 {
	font-size: 12px;
	font-family: PingFang SC;
	color: rgba(153, 153, 153, 1);
	position: absolute;
	bottom: 30px;
	left: 20px;
}

.news-info-r {
	width: 448px;
	height: 503px;
	background: rgba(255, 255, 255, 1);
	float: right;
	padding: 16px;
}

.news-info-rt {
	width: 100%;
	height: 44px;
	line-height: 36px;
	border-bottom: 1px solid #CCCCCC;
}

.news-info-rt p {
	width: 100%;
	height: 16px;
}

.news-info-rt p span {
	height: 16px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	border-left: 2px solid #EE3C3C;
	padding-left: 6px;
}

.news-info-rt p a {
	float: right;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(102, 102, 102, 1);
	margin-top: 3px;
}
.news-info-rt p a:hover{
	color: #DC292D;
}
.news-info-rm {
	height: 198px;
	padding-top: 5px;
}

.news-info-rm li {
	margin-top: 12px;
}

.news-info-rm li a {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	font-family: PingFang SC;
	color: rgba(102, 102, 102, 1);
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}



.news-info-rm li a span {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #CCCCCC;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
}

.news-info-rm li a:hover {
	color: #DC292D;
}

.news-info-rm li a:hover span {
	background-color: #DC292D;
}

.information {
	height: 553px;
	padding-top: 50px;
	clear: both;
	display: none;
	position: relative;
}

.information-tab {
	width: 500px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #F1F1F1;
	position: absolute;
	top: 58px;
	left: 20px;
}

.information-tab li {
	font-size: 16px;
	font-family: PingFang SC;
	float: left;
	width: 16%;
}
.information-tab li:nth-child(2),.information-tab li:nth-child(4){
  /*margin-top: -2px;*/
}
.information-tab li span {
	cursor: pointer;
	display: inline-block;
	line-height: 34px;
	color: #333333;
}

.information-tab li span:hover {
	color: #DC292D;
}

.information-tab li:nth-child(1) span {
	color: #DC292D;
	font-weight: bold;
	border-bottom: 4px solid #DC292D;
}

.information-tab li:nth-child(6) {
	width: 20%;
}

.information-cert {
	display: none;
	clear: both;
	height: 503px;
}

.cert1 {
	display: block;
}

.information-cert .news-info-tit {
	border: none;
}

.zj-global {
	width: 100%;
	height: auto;
  /* background: url(/assets/v2/img/index2020/global-bg.png) no-repeat; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.global-campus {
	width: 100%;
	/* height: 913px; */
}

.global-info {
	/* height: 900px; */
	/* border: 1px solid red; */
	position: relative;
	margin: 0 auto;
  margin-top: -120px;
}

#echarts_map {
	height: 900px;

}

/* 悬浮窗 */
.e-pop{
	width:357px;
	height:352px;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 23px 2px rgba(255,55,0,0.21);
	opacity:0.79;
	border-radius:10px;
	text-align: center;
	position: relative;
}
.e-pop .e-l{
	display: block;
	background-color: transparent;
	width: 15px;
	height: 25px;
	/* border-radius: 10px; */
	position: absolute;
    top: 161px;
	left: -15px;
}
.e-pop .e-address{
	width:357px;
	height:41px;
	background:rgba(220,41,45,1);
	border-radius:10px 10px 0 0px;
	font-size:16px;
	font-family:PingFang SC;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 41px;
}
.e-pop .e-address img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}
.e-pop .e-i{
	margin-top: 14px;
}

.e-pop .e-detail{
	width: 357px;
	padding: 20px;
	height: auto;
	font-size: 12px;
	color: #666;
}
.e-btn{
	width:185px;
	height:41px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(255,0,0,1);
	box-shadow:0px 12px 36px 0px rgba(98,72,73,0.17);
	border-radius:21px;
	font-size:16px;
	font-family:PingFang SC;
	color:rgba(220,41,45,1);
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	margin-left: 85px;
	cursor: pointer;
}

/* 加载动画 --更改animate出现位置-- */
@-webkit-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
        -ms-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1
}


@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

/*  */

#echarts_map>div>canvas:hover{
        cursor: default;
    }
	
	
/* 广告位： */	
	.advertisement {
	    width: 100%;
	    min-width: 1280px;
	    position: relative;
	    overflow: hidden;
	    clear: both;
	}
	
	.advertisement a img{
		width: 100%;
		height: auto;
	}
	
    .advertisement .advertisement-close {
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: 6px;
        right: 5px;
        cursor: pointer;
    }