.hidden {
	overflow: hidden
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none
}

.remove-pos {
	position: initial !important
}

.header {
	padding-top: 20px;
	padding-bottom: 20px
}

.header-kf img,.header-kf p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0
}

.header-kf p span {
	color: #111;
	font-size: 20px;
	display: block
}

.header-kf p span:last-child {
	color: #ff2020;
	font-size: 24px
}

.menu-box {
	position: relative
}

.menu-box .banner {
	width: 100%;
	overflow: hidden;
	position: relative
}

.menu-box .banner .swiper-pagination-bullet {
	width: 100px;
	height: 2px;
	opacity: 1;
	border-radius: 0;
	background-color: #eee
}

.menu-box .banner .swiper-pagination-bullet-active {
	height: 6px;
	background-color: #ff2020
}

.menu-box .banner .swiper-button-prev {
	width: 64px;
	height: 64px;
	background: url("../images/prev.png") no-repeat center
}

.menu-box .banner .swiper-button-prev::after {
	content: none
}

.menu-box .banner .swiper-button-next {
	width: 64px;
	height: 64px;
	background: url("../images/next.png") no-repeat center
}

.menu-box .banner .swiper-button-next::after {
	content: none
}

.menu-box .nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.3)
}

.menu-box .nav-list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	line-height: 80px;
	text-align: center
}

.menu-box .nav-list .active {
	background: #ff2020 url("../images/nav-bg.png") no-repeat top center
}
.home1 .active1,.home2 .active2,.home3 .active3,.home4 .active4,.home5 .active5,.home6 .active6,.home7 .active7,.home8 .active8,.home9 .active9,.home10 .active10{
	background: #ff2020 url("../images/nav-bg.png") no-repeat top center
}

.menu-box .nav-list .active a {
	margin-top: -10px
}

.menu-box .nav-item {
	flex: 1;
	transition: background-color ease .3s
}

.menu-box .nav-item a {
	color: #fff;
	font-size: 16px;
	display: block;
	transition: margin-top ease .3s
}

.menu-box .nav-item:hover {
	background: #ff2020 url("../images/nav-bg.png") no-repeat top center
}

.menu-box .nav-item:hover .nav-sub {
	display: block
}

.menu-box .nav-item:hover>a {
	margin-top: -10px
}

.menu-box .nav-sub {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	line-height: 40px;
	background-color: rgba(255,32,32,0.6)
}

.menu-box .nav-sub-box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex
}

.menu-box .nav-sub-box a {
	flex: 1;
	font-size: 14px;
	margin-top: 0 !important
}

.title {
	text-align: center;
	margin: 80px 0
}

.title img,.title p,.title span {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0
}

.title p {
	font-size: 24px;
	color: #111;
	font-weight: bold;
	margin: 20px 0 0 -120px
}

.title span {
	font-size: 14px;
	color: #666;
	margin-top: 20px
}

.white p,.white span {
	color: #fff
}

.advantage {
	background: url("../images/advantage-bg.png") no-repeat bottom center;
	background-size: contain
}

.advantage-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto
}

.advantage-item {
	width: 25%;
	margin-bottom: 55px;
	border-right: 1px solid #d2d2d2
}

.advantage-item:nth-child(4n) {
	border-right: none
}

.advantage-item .iconfont {
	font-size: 70px;
	color: #666
}

.advantage-item:hover p.advantage-title {
	color: #ff2020
}

.advantage-item:hover p.advantage-out {
	margin-top: -10px;
	border-color: transparent;
	background-image: linear-gradient(#ffbf02, #ff2320)
}

.advantage-item:hover span.advantage-inner {
	border-color: #fff
}

.advantage-item:hover i.iconfont {
	color: #fff
}

.advantage-out {
	width: 150px;
	height: 150px;
	display: inline-block;
	border: 1px solid #999;
	border-radius: 20px;
	transition: margin-top ease .3s
}

.advantage-inner {
	width: 140px;
	height: 140px;
	line-height: 140px;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 20px;
	margin-top: 5px
}

.advantage-title {
	font-size: 20px;
	color: #111;
	margin: 25px 0
}

.advantage-info {
	font-size: 16px;
	color: #666
}

.course {
	background: url("../images/course-bg.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 20px
}

.course-menu {
	background-color: #fff;
	padding-bottom: 20px
}

.course-logo {
	padding: 10px 0;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d2d2d2
}

.course-item {
	display: flex;
	align-items: center;
	padding: 30px 40px;
	margin-bottom: 1px;
	cursor: pointer;
	background: url("../images/course-item-bg.png") no-repeat center;
	background-size: 100% 100%;
	transition: margin-left ease .3s,margin-right ease .3s
}

.course-item em {
	width: 1px;
	height: 20px;
	display: block;
	background-color: #ff2020
}

.course-item span {
	flex: 1;
	color: #111;
	font-size: 20px;
	margin-left: 10px
}

.course-item i {
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 4px;
	background-color: #fff
}

.course-item:hover {
	background: url("../images/course-item-bg-active.png") no-repeat center;
	background-size: 100% 100%;
	margin-left: 36px;
	margin-right: -36px
}

.course-item:hover em {
	background-color: #fff
}

.course-item:hover span {
	color: #fff
}

.course-active {
	background: url("../images/course-item-bg-active.png") no-repeat center;
	background-size: 100% 100%;
	margin-left: 36px;
	margin-right: -36px
}

.course-active em {
	background-color: #fff
}

.course-active span {
	color: #fff
}

.course-info {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 820px;
	padding-right: 30px
}

.course-info .swiper-scrollbar-drag {
	width: 4px;
	margin-left: -1px;
	border-radius: 0;
	background-color: #fff
}

.course-info .swiper-scrollbar {
	width: 2px;
	border-radius: 0;
	background-color: #fcff01
}

.course-title {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff
}

.course-title p {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0
}

.course-title:last-child {
	border-bottom: 1px solid transparent
}

.course-type {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px
}

.course-type-item {
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	text-align: center
}

.course-type-active {
	background-color: #ff2020
}

.course-subTitle {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center
}

.course-subTitle a {
	color: #111;
	padding: 5px 10px;
	margin: 10px;
	display: inline-block;
	background-color: #eee
}

.course-subTitle a:hover {
	color: #fff;
	background-color: #ff2020
}

.course-subTitle-on {
	color: #fff !important;
	background-color: #ff2020 !important
}

.course-box {
	padding-bottom: 80px;
	margin-bottom: 20px;
	background: url("../images/course-box-bg.png") no-repeat center bottom;
	background-size: cover
}

.course-page {
	display: flex;
	flex-wrap: wrap
}

.course-page li {
	flex: 1;
	text-align: center;
	position: relative
}

.course-page li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #111;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 40px;
	background-color: rgba(255,255,255,0.8)
}

.course-page li a {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.5)
}

.course-page li:hover a {
	opacity: 1
}

.course-page li:hover p {
	color: #fff;
	background-color: #ff2020
}

.course-detail {
	background: url("../images/course-detail-bg.png") no-repeat center 120px;
	background-size: cover
}

.course-detail-title {
	text-align: center;
	color: #111;
	font-size: 24px;
	margin-top: 30px
}

.course-detail-title i {
	width: 40px;
	height: 1px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ff2020
}

.course-detail .swiper-slide-thumb-active {
	border: 1px solid #ff2020
}

.course-detail-img {
	padding: 30px 0
}

.course-black {
	color: #111 !important
}

.course-top {
	margin-bottom: 20px
}

.more {
	color: #fff;
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	margin: 15px auto;
	border: none;
	background-color: #ff2020
}

.move {
	display: flex
}

.move-type {
	width: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url("../images/move-type-bg.jpg") no-repeat right center
}

.move-list {
	width: 200px;
	background-color: #eee
}

.move-list a {
	color: #ff2020;
	font-size: 14px;
	line-height: 70px;
	padding-left: 30px
}

.move-item {
	font-size: 20px;
	color: #111;
	line-height: 60px;
	padding-left: 10px;
	cursor: pointer
}

.move-item i.iconfont {
	color: #ff2020
}

.move-item:hover {
	background-image: linear-gradient(to right, #ff2320, #ffbf02)
}

.move-item:hover i,.move-item:hover span {
	color: #fff
}

.move-active {
	background-image: linear-gradient(to right, #ff2320, #ffbf02)
}

.move-active i,.move-active span {
	color: #fff !important
}

.move-play {
	flex: 1
}

.move-mobile {
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px
}

.move-mobile a {
	width: 25%;
	color: #111;
	font-size: 14px
}

.move-mobile-active {
	color: #fff !important;
	background-color: #ff2020
}

.team .gallery-thumbs {
	width: 100%;
	padding: 0 60px
}

.team .gallery-thumbs .swiper-slide {
	width: 100px
}

.team .gallery-thumbs .swiper-button-next,.team .gallery-thumbs .swiper-button-prev {
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background-color: #ff2020
}

.team .gallery-thumbs .swiper-button-next::after,.team .gallery-thumbs .swiper-button-prev::after {
	font-size: 14px
}

.team .gallery-thumbs .swiper-button-disabled {
	background-color: #a0a0a0
}

.team .swiper-slide-thumb-active img {
	border: 1px solid #ff2020
}

.team .swiper-slide-thumb-active p {
	color: #ff2020
}

.team-bg {
	background: url("../images/team-bg.png") no-repeat bottom center;
	background-size: cover;
	padding-bottom: 40px
}

.team-title {
	color: #111;
	font-size: 20px;
	text-align: center;
	line-height: 100px;
	margin-bottom: 0
}

.team-img:hover {
	border: 1px solid #ff2020
}

.team-name {
	color: #111;
	margin: 0;
	font-size: 16px;
	line-height: 70px
}

.study {
	margin-top: 40px;
	overflow: hidden;
	padding-bottom: 10px;
	background: url("../images/study.jpg") no-repeat center;
	background-size: cover
}

.study-list {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px
}

.study-list .swiper-pagination-bullet {
	width: 100px;
	height: 2px;
	opacity: 1;
	border-radius: 0;
	background-color: #eee
}

.study-list .swiper-pagination-bullet-active {
	height: 6px;
	background-color: #ff2020
}

.study-list .swiper-button-next,.study-list .swiper-button-prev {
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5)
}

.study-list .swiper-button-next::after,.study-list .swiper-button-prev::after {
	font-size: 14px
}

.study-box {
	background: url("../images/study-bg.png") no-repeat top center;
	background-size: cover;
	margin-bottom: 80px
}

.study-img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 13px;
	display: flex;
	justify-content: space-between
}

.study-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.student {
	overflow: hidden;
	position: relative
}

.student-list {
	padding: 100px 0;
	overflow: hidden;
	height: 360px
}

.student .swiper-slide {
	transition: 300ms;
	transform: scale(1)
}

.student .swiper-slide-prev {
	transform: scale(1.5)
}

.student .swiper-slide-next {
	transform: scale(1.5);
	z-index: 1
}

.student .swiper-slide-active,.student .swiper-slide-duplicate-active {
	transform: scale(2);
	z-index: 2
}

.student .swiper-button-prev,.student .swiper-button-next {
	width: 70px;
	height: 70px;
	opacity: 1;
	color: #111;
	transform: translateY(-50%);
	border-radius: 40px;
	background-color: #fff
}

.student-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	align-items: center
}

.student-img {
	width: 340px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px #ccc
}

.student-info {
	flex: 1;
	padding-left: 45px
}

.student-info p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	padding-left: 70px;
	position: relative
}

.student-info p i {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #ff2020;
	font-style: 20px;
	padding: 0 5px;
	font-style: normal;
	background-color: #fff;
	border: 1px solid #ff2020
}

.student-pic {
	text-align: center
}

.student-pic img {
	margin: 10px;
	max-width: 100%
}

.student-bgcolor {
	position: relative;
	background-color: #eee
}

.student-bgcolor div.student-item .student-img {
	transform: scale(1.1, 1.1)
}

.student-bgcolor div.student-item .student-info {
	padding-right: 40px
}

.student-bgcolor>img {
	position: absolute;
	left: 0;
	bottom: 0
}

.student-speech {
	background: url("../images/student-img24.png") no-repeat right bottom;
	background-size: contain
}

.student-speech-box {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px
}

.student-speech-box .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	border-radius: 7px;
	vertical-align: middle;
	background-color: #999
}

.student-speech-box .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #ff2020
}

.student-speech-item {
	padding: 30px;
	margin: 10px 0;
	box-shadow: 0 0 20px #ccc
}

.student-speech-inner {
	border: 1px solid #ff2020;
	display: flex;
	flex-wrap: wrap;
	padding: 20px
}

.student-speech-inner div {
	flex: 1
}

.student-speech-inner div i {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 15px;
	font-style: normal;
	background-color: #ff2020
}

.student-speech-inner div p {
	color: #666;
	font-style: 16px;
	text-indent: 2em;
	line-height: 32px
}

.student-speech-inner span {
	width: 1px;
	display: block;
	margin: 0 20px;
	background-color: #ccc
}

.news {
	text-align: center;
	overflow: hidden
}

.news-type {
	color: #666;
	font-size: 20px;
	padding-bottom: 40px
}

.news-type span {
	padding: 0 10px;
	cursor: pointer;
	display: inline-block
}

.news-type span:hover {
	color: #ff2020
}

.news-active {
	color: #ff2020 !important
}

.news-img {
	position: relative
}

.news-img-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 0 10px 10px;
	background-color: rgba(0,0,0,0.6)
}

.news-img-info p {
	color: #fff;
	font-size: 20px;
	line-height: 40px
}

.news-img-info span {
	color: #fff;
	font-size: 14px;
	text-indent: 2em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news-list {
	display: flex
}

.news-list:first-child {
	margin-bottom: 50px
}

.news-item {
	flex: 1;
	text-align: left;
	padding-left: 10px;
	overflow: hidden
}

.news-item a {
	width: 100%;
	color: #111;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
	text-overflow: ellipsis
}

.news-item p {
	color: #666;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.news-item span {
	color: #666;
	font-size: 14px;
	display: block;
	text-align: right
}

.news-item:hover a,.news-item:hover p {
	color: #ff2020
}

.news-bg {
	background: url("../images/news-bg.png") no-repeat center top;
	background-size: cover
}

.news-title {
	display: block;
	border-bottom: 1px solid #ff2020
}

.news-title span {
	color: #111;
	font-size: 20px;
	display: inline-block;
	margin-bottom: -3px;
	padding-bottom: 10px;
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 3px solid #ff2020
}

.news-info {
	color: #666;
	font-size: 16px;
	text-indent: 2em;
	margin: 10px 0;
	line-height: 32px
}

.news-detail {
	height: 50px;
	margin-bottom: 0;
	text-align: right;
	margin-top: 10px;
	position: relative;
	border: 1px solid #ff2020;
	background-color: #eee
}

.news-detail a {
	width: 200px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 48px;
	background-color: #ff2020
}

.news-spa {
	margin-bottom: 40px
}

.news-xq {
	background: url("../images/news-detail-bg.png") no-repeat center top;
	background-size: cover
}

.news-xq h1 {
	color: #111;
	font-size: 24px;
	text-align: center
}

.news-xq div.news-item {
	margin: 20px 0
}

.news-xq-content p {
	color: #666;
	font-size: 16px;
	text-indent: 2em;
	line-height: 32px;
	margin-bottom: 20px
}

.news-xq-content img {
	max-width: 100%;
	margin-bottom: 20px
}

.news-page {
	text-align: center;
	margin: 40px 0;
	font-size: 20px
}

.news-page a {
	color: #111;
	margin: 0 10px
}

.news-page a:hover {
	color: #ff2020
}

.contact {
	width: 90%;
	max-width: 950px;
	margin: 0 auto 80px;
	padding: 30px 70px;
	box-shadow: 0 0 26px #999
}

.contact-add {
	padding-top: 10px
}

.contact-add:last-child {
	border-top: 1px solid #d2d2d2
}

.contact-add:hover {
	color: #ff2020
}

.contact-tel {
	color: #111;
	font-size: 16px;
	margin: 20px 0 50px
}

.contact-box {
	background: url("../images/contact-box-bg.png") no-repeat center
}

.footer {
	overflow: hidden;
	background-color: #eee
}

.footer-logo {
	display: flex;
	padding: 15px 0 30px;
	align-items: center;
	justify-content: center
}

.footer-logo p {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #d2d2d2
}

.footer-nav {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	line-height: 66px;
	max-width: 1200px;
	border-top: 1px solid #d2d2d2
}

.footer-nav li {
	display: inline-block;
	position: relative;
	top: -2px;
	border-top: 2px solid transparent
}

.footer-nav li a {
	color: #111;
	font-size: 16px;
	margin: 0 30px
}

.footer-nav li:hover {
	border-top-color: #f00
}

.footer-nav li:hover a {
	color: #ff2020
}

.footer-link {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
	text-align: left;
	max-width: 1200px
}

.footer-link a {
	color: #999;
	margin-right: 10px
}

.footer-img {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	align-items: center
}

.footer-img img {
	width: calc(14.28571429%);
	padding: 10px
}

.footer-copy {
	color: #999;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 0
}

.about-college {
	background: url("../images/about-bg.jpg") no-repeat left bottom
}

.about-college .container {
	padding: 50px 30px;
	background: url("../images/about-college-bg.png") no-repeat center;
	background-size: 100% 100%
}

.about-college-title {
	color: #111;
	font-size: 20px;
	margin-bottom: 0
}

.about-college i {
	width: 20px;
	height: 3px;
	display: inline-block;
	background-color: #ff2020
}

.about-college-info {
	color: #666;
	font-size: 16px;
	text-indent: 2em;
	line-height: 32px;
	margin-bottom: 0
}

.about-college-item {
	color: #111;
	font-size: 16px;
	line-height: 28px;
	display: block
}

.about-course {
	margin: 60px 0 100px;
	background: url("../images/about-course.jpg") no-repeat right bottom
}

.about-course-box {
	position: relative
}

.about-course-info {
	width: 100%;
	max-width: 785px;
	padding: 40px 280px 40px 20px;
	background-color: #eee
}

.about-course-title {
	color: #111;
	font-size: 20px;
	text-align: center
}

.about-course span {
	display: block;
	color: #666;
	font-size: 16px;
	text-indent: 2em;
	line-height: 32px
}

.about-course img {
	width: 630px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.about-form {
	background: url("../images/about-form-bg.jpg") no-repeat center;
	background-size: cover
}

.about-form-title {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
	padding: 28px 0
}

.about-form-item {
	float: left;
	width: 100%;
	padding: 0 15px;
	max-width: 380px;
	position: relative
}

.about-form-input input,.about-form-textarea input,.about-form-input textarea,.about-form-textarea textarea {
	width: 100%;
	border: none;
	font-size: 20px;
	color: #999;
	padding: 0 10px;
	height: 50px;
	outline: none;
	border-radius: 5px;
	background-color: #fff
}

.about-form-textarea {
	width: 100%;
	max-width: 100%
}

.about-form-submit {
	width: 240px;
	height: 50px;
	border: none;
	color: #fff;
	display: block;
	font-size: 20px;
	margin: 30px auto;
	border-radius: 5px;
	background-image: linear-gradient(to right, #ff2320, #ffbf02)
}

.breadcrumb {
	margin-top: 40px
}

.page {
	text-align: center;
	margin: 50px 0
}

.page a {
	color: #111;
	font-size: 20px;
	margin: 0 10px
}

.page a:hover {
	color: #ff2020
}

.page-active {
	color: #ff2020 !important
}

.xian {
	margin: 40px 0;
}

.news-active a{
	color: #ff2020
}
.course-black p{
	font-size: 16px;
    line-height: 28px;
	font-weight: 500;
}
.kecheng .menu-box .nav{
	position: relative;
}
.duix_box p{
	font-size: 16px;
    line-height: 28px;
	font-weight: 500;
}
.kc_tu img{
	display: none;
	height: 240px;
}
.kc_tu img:first-child{
	display: block;
	margin-right: 20px;
}
.kc_tu img:nth-child(2){
	display: block;
}
.kecheng_h{
	height: 820px;
}
.sy_newsbox{
	display: none;
}
.news-img-info p a{
	color: #fff;
}
.team-title{
	font-weight: 600;
}
.map_box{
	display: none;
}
.map_box label{
	max-width: initial;
}
.contact-add.on_active{
	color: #ff2020;
}