@charset "utf-8";
body {
	padding-top: 106px;
	overflow-x: hidden !important;
}
.header {
	position: absolute;
  height: 106px;
  box-shadow: 0px 6px 9px 0px #00000017;
  z-index: 9999;
  top: 0;
  width: 100%;
}
.header .nav {
	display: flex;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  top: auto;
	height: 106px;
	align-items: center;
}
.nav .menu .menu-list {
	padding: 10px 20px;
}
.header .nav .menu .menu-list:hover::after {
  visibility:inherit;
}
.header .nav .logo-top {
	width: 140px;
	height: 74px;
}
.nav .menu .menu-list a {
	color: #333;
}
.nav .menu .menu-list.active a {
	color: #0a4881;
}
.header .nav .menu .menu-list.active::after {
	display: inline-flex;
  content: '';
  width: 120px;
  height: 3px;
  background: #0a4881;
}
.train-banner {
	padding-top: 0;
	background: #efebea;
}
.train-banner-bg {
	width: 1380px;
	height: 900px;
	margin: 0 auto;
	position: relative;
	background: url('../img/train_bg.jpg') no-repeat #efebea;
}
.train-top {
	height: 570px;
	width: 1196px;
	background: url('../img/banner_02.png');
	position: absolute;
	bottom: 0;
	left: 30px;
}
.train-top-txt {
	width: 1000px;
	color: #fff;
	font-size: 18px;
	padding: 0 224px;
	box-sizing: border-box;
}
.train-top-txt h3 {
	font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.train-top-txt h3 i {
	flex: 1;
  height: 4px;
  display: inline-block;
  background: #fff;
}
.train-top-txt h3 span {
	margin: 0 16px;
}
.train-top-txt p {
	font-size: 48px;
	text-align: center;
	font-weight: 100;
}
.train-top-txt ul {
	margin-top: 40px;
}
.train-top-txt li.top-txt-list {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
}
.train-top-txt li.top-txt-list i {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	background: url('../img/yuan.png') no-repeat;
}
.contact .train-box {
	width: 1380px;
	margin: 0 auto;
	position: relative;
}
.contact .train-box .train-title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 100px;
}
.contact .train-box .train-title h4{
	font-size: 48px;
  font-weight: bold;
	display: inline-flex;
	color: #154a9a;
	align-items: center;
}
.contact .train-box .train-title p{
	font-size: 20px;
	text-align: center;
	color: #7a7a7a;
	margin-top: 10px;
  letter-spacing: 4px;
}
.contact .train-box .train-title .title-bg {
	display: inline-block;
	background-repeat: no-repeat;
	width: 200px;
	height: 42px;
}
.contact .train-box .train-title .bg-left {
	margin-right: 30px;
	background: url('../img/title-bg-left.png') no-repeat;
}
.contact .train-box .train-title .bg-right {
	margin-left: 30px;
	background: url('../img/title-bg-right.png') no-repeat;
}
.video-train {
	display: flex;
	box-shadow: 0 0 20px #00000040;
	margin-bottom: 40px;
}
.video-train-left {
	width: 730px;
	/*height: 550px;*/
	height: 411px;
}
.video-train-right {
	flex: 1;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 24px;
  text-align: justify;
}
.video-train-right p{
	text-indent: 2em;
}
.video-train-right .more{
	display: block;
  text-align: right;
  margin-top: 60px;
  margin-right: 60px;
}
.versus-text-bg {
  font-size: 20px;
  box-sizing: border-box;
  background: #f9f8f8;
  border-radius: 30px;
  flex: 1;
}
.versus-text {
	background: #dcdcdc;
  padding: 40px 100px;
  border-radius: 30px 0 0 30px;
  margin: 40px 0;
  height: 1020px;
}
.versus-text h4 {
	font-size: 36px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.versus-text h4 span{
  display: inline-block;
  background: #fff;
  color: #0068b7;
  padding: 0 24px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
}
.versus-text-bg:last-child {
	background: #0068b7;
  color: #fff;
  font-size: 22px;
}
.versus-text-bg:last-child .versus-text {
	background: #0068b7;
}
.versus-text-bg:first-child {
}
.vs-img {
	position: absolute;
  z-index: 111;
  left: 48%;
  width: 170px;
  transform: translate(-50%, -50%);
  top: 180px;
}
.vs-text {
  position: absolute;
  z-index: 111;
  top: 330px;
  height: 48px;
  font-size: 28px;
  left: -30px;
}
.versus-text-list:last-child {
	margin-bottom: 0;
}
.vs-text li.versus-text-list {
	width: 1380px;
	margin-bottom: 40px;
	line-height: 36px;
	height: auto;
	display: flex;
	align-items: center;
}
.versus-text-list .text {
	flex: 1;
	text-align: justify;
}
.versus-text-list .text:last-child {
	color: #fff;
}
.vs-text li .vs {
  width: 120px;
  background: #0a4881;
  height: 48px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 30px 0;
  margin: 0 12px;
}

.vs-text li .serial-number {
	width: 60px;
  height: 60px;
  background: #0a4881;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 46px;
  font-weight: bold;
  margin-right: 12px;
}
.outline {
	width: 1283px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	background: url('../img/anpaititle_03.jpg') repeat-y;
  background-size: 100% auto;
}
.outline ul {
	background: url('../img/anpaititle_02.jpg') no-repeat;
  background-position: bottom;
  padding-bottom: 50px;
}
.journey .outline .outline-list{
	display: flex;
}
.outline:last-child {
	margin-bottom: 0;
}
.outline h5 {
	font-size: 50px;
  color: #fff;
  line-height: 92px;
	margin-bottom: 30px;
  padding-left: 60px;
	display: flex;
  align-items: center;
  background: url('../img/anpaititle_01.jpg') #fff no-repeat;
  background-position: top left;
}
.outline ul {
	margin-top: 50px;
}
.outline h5 img {
	width: 56px;
	margin-right: 10px;
}
.outline-list {
	padding-left: 108px;
	line-height: 60px;
	font-size: 24px;
}
.outline-list img {
	width: 42px;
	margin-right: 10px;
}
.outline-list strong {
	color: #f00;
	font-weight: bold;
}
.outline-list b {
	color: #333;
	font-weight: bold;
}
.journey .outline .outline-list-txt {
	line-height: 42px;
  margin-top: 12px;
}

.testimonials-box {
	display: flex;
}
.testimonials-tab {
	width: 230px;
	margin-right: 10px;
}
.testimonials-tab li {
	padding: 30px;
  height: 95px;
  background: #eee;
  margin-bottom: 20px;
  font-size: 24px;
  box-sizing: border-box;
}
.testimonials-video {
	flex: 1;
	height: 440px;
  background: #eee;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}
.testimonials-video .testimonials-list {
	display: flex;
}
.testimonials-video .testimonials-list .video-list{
	/*width: 740px;*/
	width: 711px;
	height: 400px;
	overflow: hidden;
	background: #000;
}
.testimonials-video .video-list-text {
	flex: 1;
	margin-left: 20px;
}
.testimonials-video .video-list-text h5 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.testimonials-video .video-list-text p {
	font-size: 20px;
	text-indent: 40px;
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}
.train-box .cass-title {
	display: flex;
	align-items: center;
	font-size: 30px;
	margin-bottom: 100px;
}
.contact .train-box .cass-title h4{
	font-size: 48px;
  font-weight: bold;
	display: inline-flex;
	color: #154a9a;
	align-items: center;
	margin: 0 auto;
}
.contact .train-box .cass-title p{
	font-size: 20px;
	text-align: center;
	color: #7a7a7a;
	margin-top: 10px;
  letter-spacing: 4px;
}
.train-box .cass-title .title-bg {
	width: 60px;
	height: 20px;
	display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.train-box .cass-title .title-bg.bg-left {
	margin-right: 20px;
	background-image: url('../img/title_bg_left.png');
}
.train-box .cass-title .title-bg.bg-right {
	margin-left: 20px;
	background-image: url('../img/title_bg_right.png');
}
.video-cass {
	width: 100%;
}
.video-cass-list {
	width: 31%;
	float: left;
	box-shadow: 0 0 20px #00000040;
	margin-right: 3.33333%;
	margin-bottom: 3.33333%;
}
.video-cass-list:nth-child(3n) {
	margin-right: 0;
}
.video-cass-list .video-cass-top {
	/*height: 320px;*/
	height: 240px;
	background: #000;
}
.video-cass-list .video-cass-bottom {
	padding: 8px 16px;
	height: 120px;
}
.video-cass-bottom a{
	display: inherit;
}
.video-cass-bottom h4 {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.video-cass-bottom p {
	text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
}
.cass-line {
	width: 80%;
	height: 1px;
	background: #ccc;
    margin: 10px auto;
}
.cass-more {
	width: 160px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
  color: #575757;
}
.train-box .soft-title {
	display: inline-block;
	text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.train-box .soft-title h4 {
	font-size: 48px;
	font-weight: bold;
}
.contact .train-box .soft-title p {
	color: #fff;
	font-size: 24px;
}
.soft-line {
	width: 200px;
	height: 1px;
	background: #666;
	margin: 20px auto;
}
.iframe-text {
	font-size: 20px;
}
.iframe-text li {
	width: 50%;
	float: left;
	line-height: 36px;
  margin: 10px 0;
}
.iframe-text li i {
	width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #6600ff;
  display: inline-block;
  margin-right: 10px;
}
.iframe-text li:last-child {
	width: 100%;
}
.iframe-text .iframe-title{
	font-weight: bold;
	font-size: 24px;
}
.iframe-text::after {content: '';display: block;height: 0;clear: both;}
.bg_06 {
	background-image: url('../img/bg_06.jpg');
	background-position: top left;
  background-repeat: no-repeat;
}
.train-box.soft {
	position: initial;
}
.train-box.soft ul::after {
	content: '';
	display: block;
	clear: both;
}
.easyzoom-list {
	width: 33.3333%;
	height: 500px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 6%;
	box-sizing: border-box;
	align-items: center;
  display: flex;
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0%{
    transform: scale(1);  /*开始为原始大小*/
  }
  100%{
    transform: scale(1.1);
  }
}
.easyzoom-list:hover {
	/*cursor: pointer;*/
	/*cursor: url(../img/fangda.png), pointer;*/
}
.easyzoom-list:hover img {
  -webkit-animation-name: scaleDraw; /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
  -webkit-animation-duration: 1s; /*动画所花费的时间*/
 	-webkit-animation-fill-mode: forwards;
}
.train-box.soft .soft-title {
	margin-bottom: 20px;
}
.contact.bg_06 {
	background-size: cover;
}
.contact .train-box .soft-title h4 {
	color: #514f4f;
}
.soft-banner {
	background: url('../img/banner_ruanjian.gif') no-repeat;
	background-size: cover;
}
.soft-banner-center {
	width: 1380px;
	height: 700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.soft-banner-left {
	background: url('../img/diannao.png') no-repeat;
	width: 1030px;
	height: 608px;
	background-size: cover;
	text-align: center;
}
.soft-banner-left .video{
	width: 790px;
  height: 496px;
  margin-top: 36px;
  margin-left: 7px;
  display: inline-block;
}
.soft-banner-right {
	flex: 1;
}
.soft-banner-right h3 {
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	text-indent: 2em;
}
.soft-banner-right .right-line {
	height: 8px;
  background: #fff;
  border-radius: 10px;
  width: 90px;
  float: left;
  margin-right: 8px;
  margin-top: 30px;
}
.soft-banner-right .right-line:last-child {
  width: 8px;
}
.about-banner {
	height: 1232px;
	margin-bottom: 0;
	background: url('../img/about_bg.jpg') center;
}
.contact.about-contact {
	background: url('../img/video_bg.jpg') center no-repeat;
	height: 810px;
	box-sizing: border-box;
}
.contact.about-contact .train-box {
	display: flex;
	align-items: center;
}
.contact.about-contact .train-box .about-video-left {
	margin-top: 90px;
	margin-left: 5%;
}
.contact.about-contact .train-box .about-video-right {
	margin-left: 2%;
	width: 100%;
}
.contact.about-contact .train-box .about-video-right h4 {
	font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 20px;
	text-align: justify;
	text-align-last: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
.contact.about-contact .train-box .about-video-right p {
	font-size: 18px;
  line-height: 30px;
	text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-indent: 36px;
}
.events-list {
	display: flex;
}
.events-list-left {
	width: 220px;
	padding: 30px 0;
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #000;
  margin-right: 3%;
}
.events-list-left .year {
	font-size: 40px;
  font-weight: bold;
}
.events-list-left::after {
	content: 'Year';
	font-size: 26px;
  font-weight: bold;
}
.events-list-right {
	flex: 1;
	padding: 30px 0;
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #000;
  display: flex;
  align-items: center;
}
.events-list-right .events-list-right-des {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 20px;
}
.events-list-right .events-list-right-des:last-child {
	margin-bottom: 0;
}
.events-list-right .events-list-right-des::before {
	content: '';
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin-right: 20px;
}
.events-list-right .events-list-right-des img {
	width: 180px;
	height: 110px;
	margin-right: 20px;
}
.events-list:last-child .events-list-left, .events-list:last-child .events-list-right {
	border-width: 3px 0;
}
.line-iframe {
	width: 20px;
  height: 100%;
  background: #120a1c;
  position: absolute;
  top: 0;
  right: 0;
}
.ccH5PlayBtn {
  opacity: 0.8;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.pc-style {
  display: block;
}
.phone-style {
  display: none;
}
.train-box .pc-style {
  display: block;
}
.train-box .phone-style {
  display: none;
}
@media (min-width: 768px) {
  .ccH5PlayBtn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
	.contact {
		width: 100vw;
		padding: 2vh 2vw;
		box-sizing: border-box;
	}
	.contact .train-box {
		width: 100%
	}
	.contact .box {
		width: 100%;
	}
	.header .nav {
		width: 100vw;
		display: inline-block;
	}
	.header .nav .logo-top {
		width: 100%;
		height: 45px;
	}
	.header .nav .menu .menu-list {
		padding: 10px 0;
		position: relative;
	}
	.header .nav .menu .menu-list::after {
		display: initial;
	}
	.header .nav .menu .menu-list.active::after {
		width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
	}
	.train-banner-bg {
		width: 100%;
    height: 65vw;
    background-size: contain;
	}
	.train-top {
		width: 100%;
		left: 0;
		height: 52vw;
		background: url('../img/bg_sj_tra.png');
    background-size: contain;
    background-repeat: no-repeat;
	}
	.train-top-txt {
		width: 90vw;
		padding: 0;
	}
	.train-top-txt h3 {
		font-size: 4vw;
		width: 70vw;
	}
	.train-top-txt p {
		font-size: 3vw;
		width: 70vw;
	}
	.train-top-txt ul {
		margin-top: 2vw;
	}
	.train-top-txt li.top-txt-list {
		font-size: 2.5vw;
	}
	.vs-text li {
		width: 50vw;
	}
	.video-train-left {
		width: 100%;
		height: 100%;
	}
	.versus-text {
		padding: 5vw 1vw;
    height: 187vw;
	}
	.contact .train-box .train-title {
		margin-bottom: 5vh;
		line-height: 5vw;
	}
	.contact .train-box .train-title .title-bg {
		width: 24vw;
    margin: 0;
    height: 5vw;
    background-size: cover;
    background-position: 1vw 0;
	}
	.contact .train-box .train-title .bg-left {
    background-position: -5vw 0;
	}
	.contact .train-box .train-title p {
		font-size: 4vw;
	}
	.contact .train-box .train-title h4 {
		font-size: 5vw;
	}
	.contact .train-box .train-title .title-bg {
		width: 20vw;
		margin: 0;
	}
	.video-train-right {
		display: none;
	}
	.video-train:last-child {
		margin-bottom: 0;
	}
	.outline {
		width: 100%;
   		/*background-size: 100% 100%;*/
	}
	.outline h5 {
		font-size: 20px;
    background-position: left top;
    background-size: 100% 100%;
	}
	.outline-list {
		font-size: 4vw;
		line-height: 4vh;
		padding-left: 5vw;
	}
	.journey .outline .outline-list-txt{
		font-size: 4vw;
    line-height: 4vh;
    margin-top: 0;
	}
	.outline:nth-child(2){
		width: 100%;
	}
	.outline ul {
		height: auto;
    background-size: 100% auto;
    padding-bottom: 3vh;
  }
	.outline:nth-child(2) .outline-list {
		font-size: 4vw;
		line-height: 7vw;
		padding-right: 16px;
	}
	.outline h5 {
		font-size: 20px;
    line-height: 5vh;
    padding-left: 5vw;
    margin-bottom: 3vh;
	}
	.outline h5 img {
		width: 5vw;
	}
	.outline ul {
		margin-top: 3vh;
	}
	.outline-list img {
		width: 5vw;
	}
	.outline-p{
		line-height: 3vh;
	}
	.outline-p2 {
		line-height: 3vh;
		margin-top: 1vh;
	}
	.vs-img {
		width: 17vw;
		top: 28vw;
	}
	.versus-text h4 {
		font-size: 5vw;
	}
	.vs-text {
		top: 50vw;
    padding: 0 2vw;
    left: 0;
	}
	.vs-text li .serial-number {
		display: none;
	}
	.vs-text li.versus-text-list {
		font-size: 3vw;
    line-height: 3.8vw;
		width: 100%;
		margin-bottom: 6vw;
	}
	.versus-text-list .text {
		line-height: 5vw;
	}
	.vs-text li .vs {
		width: 14vw;
    height: 4vw;
    font-size: 3vw;
    padding: 0 2vw;
    line-height: 4vw;
    border-radius: 2vw 0;
	}
	.versus-text-bg:last-child .versus-text-list {
		padding-left: 9vw;
	}
	.testimonials-tab {
		width: 30vw;
		margin-right: 2vw;
	}
	.testimonials-tab li {
		padding: 2vw;
    height: auto;
    font-size: 4vw;
    margin-bottom: 2vw;
	}
	.testimonials-tab li.on {
		background: #154a9a;
	}
	.testimonials-tab li.on a {
		color: #fff;
	}
	.testimonials-video {
		height: 47vw;
    padding: 2vw;
	}
	.testimonials-video .video-list-text {
		display: none;
	}
	.testimonials-video .testimonials-list {
		height: 100%;
	}
	.testimonials-video .testimonials-list .video-list {
		height: 100%;
		display: flex;
		align-items: center;
	}
	/*案例*/
	.train-box .cass-title {
		margin-bottom: 6vw;
	}
	.contact .train-box .cass-title h4 {
		font-size: 6vw;
	}
	.train-box .cass-title .title-bg {
		width: 7vw;
	}
	.video-cass-list {
		width: 100%;
		margin-bottom: 6vw;
	}
	.video-cass-list:nth-child(n+4):nth-last-child(n+1) {
		display: none;
	}
  .video-cass-list .video-cass-top {
    height: auto;
  }
	.cass-more {
		color: #0a4881;
    border: 2px solid #0a4881;
    border-radius: 30px;
    padding: 2vw;
    text-align: center;
    width: 40vw;
    font-size: 4vw;
	}
	.cass-more a {
		color: #0a4881;
    text-align: center;
	}
	.soft-banner {
		background: none;
	}
	.soft-banner-center {
		width: 100%;
		height: auto;
	}
	.soft-banner-left {
    width: 94%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    background: #1c1c1c;
    overflow: hidden;
	}
	.soft-banner-left .video {
		width: calc(100% - 10px);
    height: auto;
    border: 5px solid #000;
    border-radius: 5px 5px 0 0;
    background: #000;
	}
	.contact .train-box .cass-title h4 span img {
		width: 60vw;
	}
	.contact .train-box .soft-title p {
		padding: 0 8vw;
		font-size: 3vw;
		text-align: justify;
		text-align-last: center;
		letter-spacing: 0;
	}
	.train-box .soft-title h4 {
		font-size: 6vw;
	}
	.iframe-text {
		font-size: 3vw;
	}
	.soft-line {
		margin: 2vw auto;
	}
	.iframe-text li {
		position: relative;
    line-height: 6vw
	}
	.iframe-text li span {
    text-indent: 3vw;
	}
	.iframe-text li .iframe-title {
		font-size: 3vw;
    width: 100%;
    display: inline-block;
    text-indent: 0;
	}
	.easyzoom-list {
		display: flex;
    align-items: center;
    height: 30vw;
	}
	.easyzoom-list img {
		height: 100%;
	}
	.pc-style {
	  display: none;
	}
	.phone-style {
	  display: block;
	}
	.about-advantage-item-inner {
		width: 100%;
		/*display: flex;*/
		padding: 5vw 0;
	}
	.about-advantage-img {
		flex: 1;
		display: flex;
		align-items: center;
        float: right;
        width: 34%;
	}
	.about-advantage-img2 {
		flex: 1;
		display: flex;
		align-items: center;
		float: left;
		width: 34%;
	}
	.about-advantage-text {
		flex: 1;
		opacity: 1 !important;
	}
	.about-advantage-text-title {
		font-size: 16px;
	}
	.about-advantage-text-desc {
		font-size: 12px;
	}
	.about-banner {
		height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
	}
	.events-list-left {
		width: 20vw;
	}
	.events-list-left .year {
		font-size: 16px;
	}
	.events-list-left::after {
		font-size: 12px;
	}
	.events-list-right, .events-list-left {
		border-width: 1px 0 0;
	}
	.events-list:last-child .events-list-left, .events-list:last-child .events-list-right {
		border-width: 1px 0;
	}
	.events-list-right .events-list-right-des {
		font-size: 12px;
	}
	.events-list-right .events-list-right-des p {
		flex: 1;
	}
	.events-list-right .events-list-right-des::before {
		width: 1.5vw;
		height: 1.5vw;
	}
	.events-list-right .events-list-right-des img {
		width: 28vw;
		height: 15vw;
	}
	.contact.about-contact {
		background: url('../img/video_bg_02.jpg') no-repeat top center;
		height: 100%;
    background-size: contain;
	}
	.contact.about-contact .train-box .about-video-left {
		margin-top: 10px;
		width: 100%;
		height: 56vw;
		display: flex;
    align-items: center;
	}
	.contact .train-box .about-title h4 img {
		width: 60vw;
	}
	.contact.about-contact .train-box {
		display: inline-block;
	}
	.contact.about-contact .train-box .about-video-right p {
		-webkit-line-clamp: 2;
		font-size: 3vw;
	}
	.about-title-img {
		width: 70%;
	}
	.contact.about-contact .train-box .about-video-right {
		display: none;
		margin-left: 15%;
		width: 75%;
	}
	.contact.about-contact .train-box .about-video-right h4 {
		font-size: 4vw;
		margin-bottom: 0;
	}
}