@charset "utf-8";

.idx-html,
.idx-body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: HelveticaExt-Normal, Arial, "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	line-height: 1.5
}

.page-menu {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -80px;
	z-index: 997;
	width: 100px;
	display: table
}

.page-menu li {
	padding-right: 30px;
	width: 100%;
	height: 40px
}

.page-menu li.active a {
	font-size: 20px;
	color: #af3636
}

.page-menu li.active a:after {
	width: 15px;
	margin-left: 10px;
	margin-top: -2px
}

.page-menu a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-align: right;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.page-menu a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 3px;
	background: #af3636;
	line-height: 40px;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.page-menu a:hover {
	color: #af3636
}

.page-menu.color-white a {
	color: white;
	opacity: .4
}

.page-menu.color-white a:hover {
	color: #E02B33
}

.page-menu.color-white .active a {
	color: #E02B33;
	opacity: 1
}

.main-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}

.hp-sect {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}

.hp-banner-panel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.banner-container,
.banner-wrapper,
.banner-slide {
	width: 100%;
	height: 100%
}

.banner-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	bottom: 46px;
	z-index: 11;
	width: 80px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	background: url(../images/white90.png) repeat;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.swiper-button-next i,
.swiper-button-prev i {
	font-size: 20px;
	line-height: 80px;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in
}

.swiper-button-next {
	right: 280px
}

.swiper-button-next:hover i {
	transform: translateX(4px)
}

.swiper-button-prev {
	right: 360px;
	background: #a41e25;
	color: #fff
}

.swiper-button-prev:hover i {
	transform: translateX(-4px)
}

.swiper-pagination {
	position: absolute;
	right: 360px;
	bottom: 126px;
	z-index: 11;
	width: 80px;
	height: 80px;
	background: #303030;
	text-align: center;
	line-height: 80px;
	color: #bfbfbf
}

.swiper-pagination span {
	font-size: 18px;
	color: #bfbfbf
}

.swiper-pagination span.swiper-pagination-current {
	font-size: 28px;
	color: #fff
}

#myvideo {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: fill
}

.video-txt {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}

.sign-container {
	position: absolute;
	right: 40px;
	bottom: 46px;
	z-index: 10;
	width: 320px;
	height: 160px
}

.sign-container .sign-slide {
	margin: 0;
	width: 100% !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}

.swiper-wrapper {
	transition-timing-function: cubic-bezier(0.2, 0.1, 0.1, 0.1)
}

.project-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1000px;
	height: 680px
}

.project-hd {
	margin: 0 auto;
	width: 880px;
	height: 58px
}

.project-title {
	margin: 0;
	float: right;
	width: 134px;
	height: 58px;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}

.pro-tabs {
	display: block;
	margin-right: 200px;
	margin-left: -5px;
	font-size: 0
}

.pro-tabs li {
	position: relative;
	display: inline-block;
	padding: 0 50px 0 30px;
	margin: 4px 5px;
	width: 180px;
	height: 50px;
	background: #fff;
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.pro-tabs li.active,
.pro-tabs li:hover {
	background: #a41e25;
	color: #fff
}

.pro-tabs li.active em,
.pro-tabs li:hover em {
	width: 28px
}

.pro-tabs .line {
	margin-right: 15px;
	margin-top: 24px;
	float: left;
	display: inline-block;
	width: 0;
	height: 2px;
	background: white;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.project-bd {
	margin-top: 100px;
	width: 100%
}

.project-container {
	width: 100%;
	height: 530px
}

.pro-container {
	height: 280px
}

.pro-slide {
	position: relative;
	width: 100%;
	height: 240px
}

.pro-cont {
	margin: 0 auto;
	width: 880px;
	height: 240px;
	background: white;
	-webkit-box-shadow: 0 0 40px rgba(26, 26, 26, 0.1);
	-moz-box-shadow: 0 0 40px rgba(26, 26, 26, 0.1);
	box-shadow: 0 0 40px rgba(26, 26, 26, 0.1)
}

.pro-cont img {
	transition: all ease .4s
}

.pro-cont .pro-pic {
	overflow: hidden
}

.pro-cont:hover .pro-pic img {
	transform: scale(1.1)
}

.pro-pic {
	float: left;
	width: 426px;
	height: 240px
}

.pro-pic img {
	width: 100%;
	height: 100%
}

.pro-txtbox {
	float: left;
	padding: 0 45px;
	width: 454px
}

.pro-txtbox>span {
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
	color: #999;
	line-height: 18px
}

.pro-tit {
	margin-top: 30px;
	margin-bottom: 0;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.pro-tit a {
	color: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.pro-tit:hover a {
	color: #ac353a
}

.pro-desc {
	margin: 20px 0;
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis
}

.pro-desc p {
	margin: 0
}

.pro-tips {
	width: 100%;
	font-size: 0
}

.pro-tips li {
	float: left;
	padding: 10px;
	display: inline-block;
	width: 80px;
	height: 54px;
	background: #f5f5f5
}

.pro-tips li+li {
	margin-left: 10px
}

.pro-tips li.last em {
	line-height: 36px
}

.pro-tips li em {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #999;
	line-height: 17px;
	text-align: center;
	font-style: normal;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.pro-tips a {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f2f2f2
}

.pro-tips a img {
	width: 100%;
	height: 100%
}

.pro-tips span {
	opacity: 0;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0 20px;
	width: 200px;
	height: 34px;
	border: 1px solid #8b3e43;
	border-top: 0;
	background: #ac353a;
	font-size: 12px;
	color: #fff;
	line-height: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -100
}

.pro-tips span:before {
	position: absolute;
	top: -7px;
	left: 15px;
	display: block;
	content: '';
	width: 14px;
	height: 7px;
	background: url(../images/sanjiao.png) center center no-repeat
}

.pro-tips span:after {
	position: absolute;
	top: -12px;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	background: transparent
}

.arrow-left,
.arrow-right {
	position: absolute;
	top: 100px;
	font-size: 30px;
	color: #b3b3b3;
	cursor: pointer;
	z-index: 60;
	font-weight: 700
}

.arrow-left:hover,
.arrow-right:hover {
	color: #a41e25
}

.arrow-left {
	left: 0
}

.arrow-right {
	right: 0
}

.pro-pagination {
	position: relative;
	margin-top: 50px;
	width: 1000px
}

.pro-pagination span {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 0;
	opacity: 1;
	background: url(../images/point.png) center center no-repeat;
	opacity: 0
}

.pro-pagination span:hover {
	background: url(../images/point_hover.png) center center no-repeat
}

.pro-pagination span.swiper-pagination-bullet-active {
	background: url(../images/point-1.png) center center no-repeat
}

.pro-pagination span[aria-label="Go to slide 1"] {
	top: 75px;
	left: 25px
}

.pro-pagination span[aria-label="Go to slide 2"] {
	top: 50px;
	left: 125px
}

.pro-pagination span[aria-label="Go to slide 3"] {
	top: 130px;
	left: 183px
}

.pro-pagination span[aria-label="Go to slide 4"] {
	top: 52px;
	left: 328px
}

.pro-pagination span[aria-label="Go to slide 5"] {
	top: 30px;
	left: 495px
}

.pro-pagination span[aria-label="Go to slide 6"] {
	top: 150px;
	left: 575px
}

.pro-pagination span[aria-label="Go to slide 7"] {
	top: 100px;
	left: 650px
}

.pro-pagination span[aria-label="Go to slide 8"] {
	top: 70px;
	left: 760px
}

.pro-pagination span[aria-label="Go to slide 9"] {
	top: 125px;
	left: 840px
}

.pro-pagination span[aria-label="Go to slide 10"] {
	top: 60px;
	left: 920px
}

@-webkit-keyframes opacityAni {
	0% {
		opacity: 1
	}

	to {
		opacity: 1
	}
}

@keyframes opacityAni {
	0% {
		opacity: 1
	}

	to {
		opacity: 1
	}
}

.hp-news-panel {
	position: relative;
	width: 100%;
	height: 100%
}

.hp-news-panel:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.1)
}

.news-cont {
	width: 100%
}

.new-leftbox,
.new-rightbox {
	padding: 130px 0;
	float: left;
	width: 50%
}

.new-hd {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden
}

.news-title {
	float: right;
	margin-top: 0;
	margin-bottom: 60px;
	margin-right: 390px;
	width: 211px;
	height: 57px;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}

.new-bd {
	width: 100%;
	overflow: hidden
}

.hot-newitems {
	float: right;
	margin-right: 120px;
	width: 480px
}

.new-time {
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px
}

.new-time strong {
	font-size: 28px
}

.new-infocont {
	display: block;
	width: 100%;
	overflow: hidden
}

.new-infocont .new-pic {
	display: block;
	width: 100%;
	height: 270px;
	overflow: hidden
}

.new-infocont .new-pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.new-infocont:hover .new-tit {
	color: #a41f25
}

.new-infocont:hover .new-pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.new-tit {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	height: 20px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.new-desc {
	width: 100%;
	height: 36px;
	font-size: 14px;
	color: #999;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis
}

.new-desc p {
	margin: 0
}

.new-read {
	position: relative;
	display: inline-block;
	margin-top: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #a41f25;
	text-transform: capitalize
}

.new-read:before {
	display: inline-block;
	content: '';
	width: 80px;
	height: 1px;
	background: #a41f25;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 10px
}

.new-read:hover {
	color: #8e070d
}

.new-info {
	position: relative;
	margin-left: 120px;
	float: left;
	width: 510px;
	height: 560px;
	overflow: hidden
}

.new-prev,
.new-next {
	position: absolute;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	color: #ccc
}

.new-prev:hover,
.new-next:hover {
	color: #a41f25
}

.new-prev {
	top: 0
}

.new-next {
	bottom: 20px
}

.new-container {
	margin: 60px 0;
	width: 510px;
	height: 440px;
	overflow: hidden
}

.new-slide {
	width: 100%;
	height: 148px !important;
	overflow: hidden
}

.new-item {
	margin-bottom: 26px;
	width: 100%;
	height: 122px
}

.item-cont {
	display: block;
	width: 100%;
	height: 100%
}

.item-cont:hover .new-tit {
	color: #a41f25
}

.item-cont:hover img {
	transform: scale(1.1)
}

.item-cont .new-pic {
	float: left;
	width: 220px;
	height: 122px;
	overflow: hidden;
	background: #fafafa
}

.item-cont .new-pic img {
	width: 100%;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.new-txtbox {
	padding-left: 30px;
	float: left;
	width: 290px
}

.new-txtbox .new-time {
	margin-top: 0;
	margin-bottom: 0
}

.new-txtbox .new-tit {
	margin-top: 10px;
	margin-bottom: 24px
}

.new-ftr {
	width: 100%;
	border-top: 1px solid #d8d8d8;
	overflow: hidden
}

.new-more {
	position: relative;
	padding: 0 30px;
	display: block;
	width: 280px;
	height: 68px;
	margin-top: 30px;
	margin-left: 120px;
	background: #a41f25;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.new-more:before {
	margin-top: -20px;
	margin-right: 27px;
	display: inline-block;
	content: '';
	width: 26px;
	height: 68px;
	vertical-align: middle;
	background: url(../images/xingzhuang.png) center center no-repeat
}

.new-more:after {
	margin-top: -20px;
	display: inline-block;
	content: '';
	width: 9px;
	height: 14px;
	background: url(../images/right-arrow.png) center center no-repeat;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.new-more span {
	display: inline-block;
	width: 150px;
	font-size: 12px;
	color: #cb9495;
	text-transform: uppercase
}

.new-more span strong {
	display: inline-block;
	margin-top: 17px;
	font-size: 14px;
	color: #fff;
	font-weight: 400
}

.new-more:hover {
	background: #89040a
}

.new-more:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}

.course-panel {
	width: 100%;
	height: 650px;
	overflow: hidden
}

.course-cont {
	margin-top: 240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	width: 1200px;
	height: 180px
}

.course-cont:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
	background: #792429
}

.course-cont .sign {
	position: absolute;
	top: 74px;
	left: 0;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase
}

.course-cont .course-title {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 125px;
	height: 63px;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}

.coures-content {
	margin-left: 100px;
	width: 750px;
	height: 180px
}

.swiper-container.coures-container {
	height: 110px;
	padding-top: 26px
}

.coures-slide.swiper-slide {
	text-align: center;
	width: 155px;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.coures-slide.swiper-slide time {
	display: block;
	margin: 0 auto;
	height: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s
}

.coures-slide.swiper-slide .coures-ico {
	margin-top: 10px;
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: transparent;
	background-image: url(../images/cuurse-ico.png);
	background-position: center center;
	background-repeat: no-repeat
}

.coures-slide.swiper-slide.swiper-slide-active {
	opacity: 1
}

.coures-slide.swiper-slide.swiper-slide-active time {
	font-size: 32px;
	color: #fff
}

.coures-slide.swiper-slide.swiper-slide-active .coures-ico {
	background-image: url(../images/cuurse-ico1.png);
	background-position: center center;
	background-repeat: no-repeat
}

.coures-slide.swiper-slide.swiper-slide-active:hover time {
	font-size: 32px
}

.coures-slide.swiper-slide:hover {
	opacity: 1
}

.coures-slide.swiper-slide:hover time {
	font-size: 22px
}

.desc-container {
	width: 100%;
	height: 70px
}

.desc-container .desc-cont {
	font-size: 14px;
	color: #fff;
	line-height: 30px
}

.desc-container .swiper-slide {
	opacity: 0 !important
}

.desc-container .swiper-slide.swiper-slide-active {
	opacity: 1 !important
}

@media screen and (max-width: 1599px) {
	.aside-panel {
		width: 90px
	}

	.aside-nav {
		margin-top: -80px
	}

	.aside-nav .nav-item {
		height: 40px
	}

	.aside-nav .nav-item a {
		padding: 10px 15px;
		font-size: 12px
	}

	.aside-nav .nav-item.menu-btn .menu-line {
		height: 3px
	}

	.cross.nav-item {
		margin-top: 40px
	}

	.aside-menu-panel {
		padding-left: 90px
	}

	.menu-cont {
		width: 1280px
	}

	.menu-cont {
		padding: 50px
	}

	.menu-cont .menu-item {
		width: 140px
	}

	.menu-cont .onelevel {
		padding: 20px 10px
	}

	.page-menu li a {
		font-size: 12px
	}

	.page-menu li.active {
		font-size: 16px
	}

	.sign-container {
		width: 280px;
		height: 120px
	}

	.swiper-pagination {
		right: 320px;
		bottom: 106px;
		width: 60px;
		height: 60px;
		line-height: 60px
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 60px;
		height: 60px
	}

	.swiper-button-next i,
	.swiper-button-prev i {
		line-height: 60px
	}

	.swiper-button-next {
		right: 260px
	}

	.swiper-button-prev {
		right: 320px
	}

	.project-panel {
		width: 800px;
		height: 560px
	}

	.project-hd {
		width: 700px;
		height: 48px
	}

	.project-bd {
		margin-top: 60px
	}

	.pro-tabs li {
		padding: 0 10px;
		width: 120px;
		height: 40px;
		line-height: 40px
	}

	.pro-tabs li.active em,
	.pro-tabs li:hover em {
		width: 20px
	}

	.pro-tabs .line {
		margin-right: 0;
		margin-top: 20px
	}

	.project-title {
		width: 113px;
		height: 48px
	}

	.pro-container {
		margin: 0 auto;
		width: 700px;
		height: 230px
	}

	.pro-pic {
		width: 340px;
		height: 192px
	}

	.pro-tit {
		margin-top: 10px;
		font-size: 16px
	}

	.arrow-left,
	.arrow-right {
		top: 70px
	}

	.pro-tips a {
		width: 36px;
		height: 36px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px
	}

	.pro-txtbox>span,
	.pro-desc {
		font-size: 12px
	}

	.pro-desc {
		margin: 10px 0
	}

	.pro-tips span {
		top: 44px
	}

	.pro-tips span:before {
		left: 10px
	}

	.pro-cont {
		height: 192px
	}

	.pro-pagination {
		margin-top: 20px
	}

	.pro-pagination span[aria-label="Go to slide 1"] {
		top: 65px;
		left: 50px
	}

	.pro-pagination span[aria-label="Go to slide 2"] {
		top: 50px;
		left: 125px
	}

	.pro-pagination span[aria-label="Go to slide 3"] {
		top: 105px;
		left: 170px
	}

	.pro-pagination span[aria-label="Go to slide 4"] {
		top: 50px;
		left: 270px
	}

	.pro-pagination span[aria-label="Go to slide 5"] {
		top: 40px;
		left: 385px
	}

	.pro-pagination span[aria-label="Go to slide 6"] {
		top: 120px;
		left: 443px
	}

	.pro-pagination span[aria-label="Go to slide 7"] {
		top: 85px;
		left: 495px
	}

	.pro-pagination span[aria-label="Go to slide 8"] {
		top: 60px;
		left: 575px
	}

	.pro-pagination span[aria-label="Go to slide 9"] {
		top: 100px;
		left: 630px
	}

	.pro-pagination span[aria-label="Go to slide 10"] {
		top: 60px;
		left: 690px
	}

	.new-leftbox,
	.new-rightbox {
		padding: 0
	}

	.news-title {
		width: 178px;
		height: 48px;
		margin-top: 50px;
		margin-bottom: 50px;
		margin-right: 223px
	}

	.hot-newitems {
		margin-right: 80px;
		width: 320px
	}

	.new-infocont .new-pic {
		height: 180px
	}

	.new-time {
		margin-top: 30px;
		font-size: 14px
	}

	.new-time strong {
		font-size: 24px
	}

	.new-tit {
		font-size: 14px
	}

	.new-txtbox .new-tit {
		margin-top: 5px;
		margin-bottom: 10px
	}

	.new-desc {
		font-size: 12px
	}

	.new-read {
		margin-top: 20px;
		font-size: 12px
	}

	.new-info {
		margin-left: 80px;
		height: 500px
	}

	.new-container {
		height: 414px
	}

	.new-slide {
		height: 138px !important
	}

	.item-cont .new-pic {
		width: 180px;
		height: 100px
	}

	.new-item {
		margin-bottom: 16px
	}

	.new-next {
		bottom: 0
	}

	.coures-slide.swiper-slide time {
		font-size: 16px
	}

	.coures-slide.swiper-slide.swiper-slide-active time {
		font-size: 28px
	}

	.desc-container .desc-cont {
		font-size: 12px
	}

	.msg-items li {
		font-size: 12px
	}

	.course-panel {
		height: 420px
	}

	.course-cont {
		width: 1000px;
		margin-top: 120px
	}

	.course-cont .course-title {
		margin-top: 25px;
		width: 101px;
		height: 50px
	}

	.msg-items {
		margin-top: 30px;
		padding-top: 20px
	}

	.ewm {
		width: 80px;
		height: 80px
	}

	.f-msg-cont {
		width: 1000px
	}

	.msg-txt,
	.ftr-copy {
		width: 500px
	}

	.ftr-copy {
		padding-left: 60px
	}

	.ftr-copy p {
		margin-top: 20px
	}
}

