body {
	overflow-x: hidden;
	letter-spacing: 1px
}

body a {
	text-decoration: none !important
}

.contentbox {
	width: 1400px;
	padding: 0 30px
}

.navigation .next,
.navigation .prev {
	outline: 0
}

.headerbox {
	width: 100%;
	height: 90px
}

.headerbox .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.headerbox .header.active {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}
.headerbox .header .contentbox .logo .picbox .pic .img01{display:block;}
.headerbox .header .contentbox .logo .picbox .pic .img02{ display:none}
.headerbox .header.active .contentbox .logo .picbox .pic {
/*	background-image: url(../images/logo_b.png) !important*/
}
.headerbox .header.active .contentbox .logo .picbox .pic .img01{ display:none}
.headerbox .header.active .contentbox .logo .picbox .pic .img02{ display:block}
.headerbox .header.active .contentbox .navilist .navi.active .txt {
	color: #173f8a
}

.headerbox .header.active .contentbox .navilist .navi .txt {
	color: #666
}

.headerbox .header.active .contentbox .navilist .navi .txt:hover {
	color: #173f8a
}

.headerbox .header.active .contentbox .navilist .navi .txt::after {
	background: #173f8a
}

.headerbox .header .contentbox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%
}

.headerbox .header .contentbox .logo {
	display: inline-block
}

.headerbox .header .contentbox .logo .picbox {
	/*width: 205px;*/
	height: 90px;
	overflow: hidden
}

.headerbox .header .contentbox .logo .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.headerbox .header .contentbox .logo .picbox .pic img {
	/* width: 100%; */
	/* height: 100%; */
	display: block;
	position: relative;
	z-index: -1;
	/* opacity: 0; */
	max-width: 100%;
	max-height: 100%;
}

.headerbox .header .contentbox .navilist {
	display: flex;
	align-items: center
}

.headerbox .header .contentbox .navilist .navi {
	height: 100%;
	margin-left: 40px
}

.headerbox .header .contentbox .navilist .navi.active .txt::after {
	width: 100%
}

.headerbox .header .contentbox .navilist .navi .txt {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 90px;
	position: relative
}

.headerbox .header .contentbox .navilist .navi .txt:hover::after {
	width: 100%
}

.headerbox .header .contentbox .navilist .navi .txt::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
	transition: all .4s
}

.float-right {
	width: 140px;
	height: 464px;
	position: fixed;
	z-index: 999;
	top: 50%;
	right: -200px;
	transform: translateY(-50%);
	background-color: #fff4f3;
	border-radius: 10px;
	transition: all 1s
}

.float-right.active {
	right: 30px
}

.float-right .realbox {
	width: 100%;
	height: 510px;
	position: relative;
	top: -45px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}

.float-right .realbox .zixun {
	background-size: contain;
	padding-top: 100px;
	box-sizing: border-box;
	width: 110px;
	height: 200px;
	position: relative
}

.float-right .realbox .zixun .picbox {
	width: 28px;
	height: 28px;
	overflow: hidden
}

.float-right .realbox .zixun .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.float-right .realbox .zixun .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.float-right .realbox .zixun .picbox {
	position: absolute;
	top: 9px;
	right: 1px
}

.float-right .realbox .zixun .tel {
	width: 100%;
	height: 101px;
	background-size: contain;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 700
}

.float-right .realbox .zixun .tel .num {
	color: #fff;
	text-align: center
}

.float-right .realbox .zixun .tel .num .p2 {
	letter-spacing: -1px
}

.float-right .realbox .zixun .tel .num p {
	max-width: 100%;
	max-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.float-right .realbox .zixun .tel .btn2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 30px;
	border-radius: 15px;
	background: #fff;
	color: #fff;
	color: #ff3318;
	margin-bottom: 30px
}

.float-right .realbox .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 40px;
	border-radius: 20px;
	background: #ff3318;
	color: #fff;
	font-size: 14px
}

.float-right .realbox .qrcode .picbox {
	width: 110px;
	height: 110px;
	overflow: hidden
}

.float-right .realbox .qrcode .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.float-right .realbox .qrcode .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.float-right .realbox .jovo .picbox {
	width: 50px;
	height: 26px;
	overflow: hidden
}

.float-right .realbox .jovo .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.float-right .realbox .jovo .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.float-right .realbox .jovo span {
	color: #ff3318;
	cursor: pointer
}

.qrcode-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
	transition: all .4s;
	display: none;
	opacity: 0;
	visibility: hidden
}

.qrcode-dialog .picbox {
	width: 200px;
	height: 200px;
	overflow: hidden
}

.qrcode-dialog .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.qrcode-dialog .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.footer {
	padding-top: 50px;
	background: #222
}

.footer .contentbox .footer-top {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #666
}

.footer .contentbox .footer-top .logo {
	width: 272px;
	height: 80px;
	margin: 8px 88px 0 0;
	flex: none;
	display: inline-block
}

.footer .contentbox .footer-top .logo .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.footer .contentbox .footer-top .logo .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.footer .contentbox .footer-top .logo .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	/* z-index: -1;
	opacity: 0 */
}

.footer .contentbox .footer-top .centerbox {
	flex: 1
}

.footer .contentbox .footer-top .centerbox .navilist {
	display: flex;
	margin-bottom: 30px
}

.footer .contentbox .footer-top .centerbox .navilist .navi {
	display: flex;
	align-items: center
}

.footer .contentbox .footer-top .centerbox .navilist .navi:last-child::after {
	content: none
}

.footer .contentbox .footer-top .centerbox .navilist .navi::after {
	content: '|';
	margin: 0 16px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 20px
}

.footer .contentbox .footer-top .centerbox .navilist .navi a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	display: inline-block;
	transition: all .4s
}

.footer .contentbox .footer-top .centerbox .navilist .navi a:hover {
	opacity: .5
}

.footer .contentbox .footer-top .centerbox .telbox {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.footer .contentbox .footer-top .centerbox .telbox .icon,
.footer .contentbox .footer-top .centerbox .telbox .txt {
	flex: none;
	margin-right: 20px
}

.footer .contentbox .footer-top .centerbox .telbox .txt {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	justify-content: space-between
}

.footer .contentbox .footer-top .centerbox .telbox .txt span {
	font-size: 16px
}

.footer .contentbox .footer-top .centerbox .telbox .icon {
	width: 40px;
	height: 40px
}

.footer .contentbox .footer-top .centerbox .telbox .icon .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.footer .contentbox .footer-top .centerbox .telbox .icon .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.footer .contentbox .footer-top .centerbox .telbox .icon .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.footer .contentbox .footer-top .centerbox .telbox .tel {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	line-height: 40px
}

.footer .contentbox .footer-top .centerbox .chang {
	font-size: 24px;
	font-weight: 400;
	color: #fff
}

.footer .contentbox .footer-top .qrlist {
	flex: none;
	display: flex
}

.footer .contentbox .footer-top .qrlist .qrcode {
	margin-left: 40px
}

.footer .contentbox .footer-top .qrlist .qrcode .img .picbox {
	width: 90px;
	height: 90px;
	overflow: hidden
}

.footer .contentbox .footer-top .qrlist .qrcode .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.footer .contentbox .footer-top .qrlist .qrcode .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
/* 	z-index: -1;
	opacity: 0 */
}

.footer .contentbox .footer-top .qrlist .qrcode .txt {
	max-width: 100%;
	max-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 56px
}

.footer .contentbox .footer-bottom {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	height: 78px
}

.footer .contentbox .footer-bottom .copyright {
	flex: 1
}

.footer .contentbox .footer-bottom .copyright a {
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	display: inline-block
}

.footer .contentbox .footer-bottom .zhichi {
	flex: none
}

.footer .contentbox .footer-bottom .zhichi a {
	color: #aaa
}

.page_index .banner .swiper {
	position: relative
}

.page_index .banner .swiper:hover .navigation {
	transform: translateY(-50%);
	opacity: 1
}

.page_index .banner .swiper .swiper-wrapper .swiper-slide .item .picbox {
	width: 100%;
	height: 920px;
	overflow: hidden
}

.page_index .banner .swiper .swiper-wrapper .swiper-slide .item .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index .banner .swiper .swiper-wrapper .swiper-slide .item .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index .banner .swiper .pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%)
}

.page_index .banner .swiper .pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #fff;
	border-radius: 0
}

.page_index .banner .swiper .navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
3	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	opacity: 0;
	transition: all .6s
}

.page_index .banner .swiper .navigation .next,
.page_index .banner .swiper .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer
}

.page_index .banner .swiper .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-right: 10px
}

.page_index .banner .swiper .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-left: 10px
}

.page_index .connect {
	padding-top: 100px;
	background: #fff url(../images/dot_bg.png)
}

.page_index .connect .connect_bg {
	width: 100%;
	height: 100%;
	background: #000;
	padding-bottom: 100px
}

.page_index .connect .connect_bg .contentbox .course .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index .connect .connect_bg .contentbox .course .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg1.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index .connect .connect_bg .contentbox .course .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_index .connect .connect_bg .contentbox .course .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index .connect .connect_bg .contentbox .course .itemlist {
	padding-top: 20px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item {
	width: 100%;
	height: 410px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	padding: 60px 80px;
	box-sizing: border-box;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	background: #fff url(../images/course_bg.png) no-repeat 690px 75px/448px 353px;
	margin-bottom: 70px;
	position: relative
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item:last-child {
	margin-bottom: 0
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: -20px;
	left: 80px;
	width: 160px;
	height: 50px;
	background: url(../images/course_tag.png) no-repeat center center/contain;
	padding-right: 20px;
	box-sizing: border-box
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .tag::after,
.page_index .connect .connect_bg .contentbox .course .itemlist .item .tag::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 15px;
	background: url(../images/course_dot_bg.png) no-repeat center center/contain
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .tag::before {
	top: -6px;
	left: -44px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .tag::after {
	bottom: -6px;
	right: -18px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
	width: 320px;
	height: 100%;
	margin-right: 80px;
	flex: none;
	position: relative
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-left .dashed {
	position: absolute;
	right: 14px;
	bottom: 20px;
	width: 147px;
	height: 218px;
	border-bottom-right-radius: 20px;
	border-bottom: 1px dashed #b9c5dc;
	border-right: 1px dashed #b9c5dc
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-left .round {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: url(../images/round.png) no-repeat center center/contain
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-left .item-title .atitle {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	line-height: 40px;
	margin-bottom: 24px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-left .item-title .btitle {
	max-width: 100%;
	max-height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-left .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 44px;
	border-radius: 22px;
	background: #ff3000;
	color: #fff;
	font-size: 16px;
	transition: all .5s;
	cursor: pointer
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-left .btn:hover {
	box-shadow: 0 5px 9px 1px rgba(255, 48, 0, .2)
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-center {
	flex: 1;
	overflow: hidden;
	line-height: 24px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-center .item-title {
	display: flex;
	align-items: center;
	margin-bottom: 16px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-center .item-title .atitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 110px;
	height: 30px;
	background: url(../images/course_title.png) no-repeat center center/contain;
	margin-right: 22px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-center .item-title .xian {
	border-bottom: 1px dashed #b9c5dc;
	flex: 1
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-center .conbox {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-bottom: 26px
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: none;
	margin: -100px -20px 0 60px;
	width: 278px;
	height: 398px;
	background: url(../images/course_right.png) no-repeat center center/contain;
	padding: 65px 40px 120px;
	box-sizing: border-box
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-right .txt {
	max-width: 100%;
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	text-align: center
}

.page_index .connect .connect_bg .contentbox .course .itemlist .item .item-right .num {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 80px
}

.page_index .connect .connect_bg .contentbox .teacher {
	padding: 100px 0 16px
}

.page_index .connect .connect_bg .contentbox .teacher .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index .connect .connect_bg .contentbox .teacher .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg2.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index .connect .connect_bg .contentbox .teacher .titlebox .atitle {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_index .connect .connect_bg .contentbox .teacher .titlebox .btitle {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index .connect .connect_bg .contentbox .teacher .titlebox .btitle::after,
.page_index .connect .connect_bg .contentbox .teacher .titlebox .btitle::before {
	content: '';
	width: 27px;
	height: 12px;
	position: absolute;
	top: 50%;
	background: url(../images/subtitle_bg_w.png) no-repeat center center/contain
}

.page_index .connect .connect_bg .contentbox .teacher .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index .connect .connect_bg .contentbox .teacher .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index .connect .connect_bg .contentbox .teacher .card-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox {
	width: 940px;
	height: 156px;
	margin-bottom: 10px;
	position: relative
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox:first-child {
	margin-left: 20px
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox:last-child {
	margin-right: 60px
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card,
.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card {
	width: 480px;
	padding: 30px;
	box-sizing: border-box;
	position: relative
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card.side-card,
.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card.side-card {
	position: absolute;
	bottom: 0;
	right: 0
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-title,
.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-title {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 6px
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-conbox,
.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox {
	max-width: 100%;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card {
	height: 146px;
	z-index: 9;
	letter-spacing: .5px
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-conbox,
.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-title {
	color: #fff
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card {
	height: 126px;
	padding-right: 40px;
	background: #fff
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card.side-card {
	padding: 30px 30px 30px 50px
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox,
.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-title {
	color: #333
}

.page_index .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox {
	max-width: 100%;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.page_index .connect .connect_bg .contentbox .teacher .cate-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px
}

.page_index .connect .connect_bg .contentbox .teacher .cate-list .cate {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #173f8a;
	width: 200px;
	height: 60px;
	margin: 0 10px;
	background: #fff
}

.page_index .connect .connect_bg .contentbox .teacher .cate-list .cate.active {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	color: #fff
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper {
	position: relative
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper {
	margin: 0 -20px
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox {
	padding: 0 20px
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item {
	display: flex;
	height: 510px;
	background: #fff
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover {
	background: #173f8a
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .info .txt .t1,
.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .info .txt .t2 {
	color: #fff
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .ornament {
	opacity: .3
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info {
	flex: 1
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox {
	width: 100%;
	height: 360px;
	overflow: hidden
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt {
	padding: 30px 40px
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt .t1 {
	max-width: 100%;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 32px;
	margin-bottom: 16px
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 24px
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	flex: none
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox {
	width: 44px;
	height: 437px;
	overflow: hidden
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -110px;
	width: calc(100% + 220px);
	padding: 0;
	box-sizing: border-box
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next,
.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer;
	transition: all .4s
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next:hover,
.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev:hover {
	background: #fff
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next:hover .arrow,
.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev:hover .arrow {
	border-color: #173f8a
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next .arrow,
.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev .arrow {
	transition: all .4s
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-right: 10px
}

.page_index .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-left: 10px
}

.page_index .connect .connect_bg .contentbox .service-process {
	padding: 100px 0 16px
}

.page_index .connect .connect_bg .contentbox .service-process .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index .connect .connect_bg .contentbox .service-process .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg3.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index .connect .connect_bg .contentbox .service-process .titlebox .atitle {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_index .connect .connect_bg .contentbox .service-process .titlebox .btitle {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index .connect .connect_bg .contentbox .service-process .titlebox .btitle::after,
.page_index .connect .connect_bg .contentbox .service-process .titlebox .btitle::before {
	content: '';
	width: 27px;
	height: 12px;
	position: absolute;
	top: 50%;
	background: url(../images/subtitle_bg_w.png) no-repeat center center/contain
}

.page_index .connect .connect_bg .contentbox .service-process .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index .connect .connect_bg .contentbox .service-process .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item {
	flex: none;
	width: 20%;
	height: 240px;
	padding: 26px 30px;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(255, 255, 255, .05) 10%, rgba(255, 255, 255, 0) 90%)
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item:hover .t1 {
	transform: translateY(-10px)
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t1 {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 80px;
	font-weight: 700;
	color: transparent;
	line-height: 80px;
	position: relative;
	transition: all .5s
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox {
	position: absolute;
	top: 0;
	left: 0
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic {
	background-position: left
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t2 {
	max-width: 100%;
	max-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 24px;
	font-weight: 700;
	color: #6ea0ff;
	line-height: 26px;
	margin: -12px 0 12px
}

.page_index .connect .connect_bg .contentbox .service-process .itemlist .item .t3 {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px
}

.page_index .connect .connect_bg .contentbox .service-process .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 70px;
	border-radius: 35px;
	background: #ff3000;
	color: #fff;
	font-size: 28px;
	margin: 45px auto 0;
	cursor: pointer;
	transition: all .6s
}

.page_index .connect .connect_bg .contentbox .service-process .btn:hover {
	box-shadow: 0 0 20px 0 rgba(255, 48, 0, .5)
}

.page_index .contrast {
	padding: 90px 0 100px;
	background: url(../images/contrast_bg.jpg) no-repeat center center/cover
}

.page_index .contrast .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index .contrast .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg4.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index .contrast .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_index .contrast .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index .contrast .plate {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1040px;
	margin: 0 auto;
	position: relative
}

.page_index .contrast .plate .other,
.page_index .contrast .plate .zsq {
	width: 50%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	top: 0
}

.page_index .contrast .plate .zsq {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	box-shadow: 0 0 20px 0 rgba(0, 89, 255, .5);
	left: 0
}

.page_index .contrast .plate .other {
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	right: 0
}

.page_index .contrast .plate .itemlist {
	width: 100%;
	padding: 50px 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 9
}

.page_index .contrast .plate .itemlist .list-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 116px
}

.page_index .contrast .plate .itemlist .list-title .item-left,
.page_index .contrast .plate .itemlist .list-title .item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	border-radius: 10px
}

.page_index .contrast .plate .itemlist .list-title .item-left {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	background: rgba(255, 255, 255, .2)
}

.page_index .contrast .plate .itemlist .list-title .item-right {
	font-size: 24px;
	font-weight: 400;
	color: #666;
	background: #eee
}

.page_index .contrast .plate .itemlist .item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden
}

.page_index .contrast .plate .itemlist .item:last-child::after,
.page_index .contrast .plate .itemlist .item:last-child::before {
	content: none
}

.page_index .contrast .plate .itemlist .item::after,
.page_index .contrast .plate .itemlist .item::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 1px
}

.page_index .contrast .plate .itemlist .item::before {
	background: rgba(255, 255, 255, .2);
	left: 0
}

.page_index .contrast .plate .itemlist .item::after {
	background: #eee;
	right: 0
}

.page_index .contrast .plate .itemlist .item .item-left,
.page_index .contrast .plate .itemlist .item .item-right {
	flex: 1;
	text-align: center
}

.page_index .contrast .plate .itemlist .item .item-center {
	flex: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.page_index .contrast .plate .itemlist .item .item-center .picbox {
	width: 36px;
	height: 36px;
	overflow: hidden
}

.page_index .contrast .plate .itemlist .item .item-center .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index .contrast .plate .itemlist .item .item-center .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index .contrast .plate .itemlist .item .item-center .outer-round {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	margin: 0 30px;
	flex: none
}

.page_index .contrast .plate .itemlist .item .item-center .outer-round .inner-round {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: linear-gradient(0deg, #e7efff, #fff);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	color: #173f8a;
	line-height: 24px
}

.page_index .contrast .plate .itemlist .item .item-left {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	padding: 0 30px 0 100px
}

.page_index .contrast .plate .itemlist .item .item-right {
	font-size: 20px;
	font-weight: 700;
	color: #666;
	line-height: 30px;
	padding: 0 100px 0 30px
}

.page_index .anli {
	padding: 100px 0;
	background: url(../images/anli_bg.jpg) no-repeat center top/cover
}

.page_index .anli .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index .anli .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg5.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index .anli .titlebox .atitle {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_index .anli .titlebox .btitle {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index .anli .titlebox .btitle::after,
.page_index .anli .titlebox .btitle::before {
	content: '';
	width: 27px;
	height: 12px;
	position: absolute;
	top: 50%;
	background: url(../images/subtitle_bg_w.png) no-repeat center center/contain
}

.page_index .anli .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index .anli .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index .anli .swiper {
	margin: 0 -20px;
	overflow: visible
}

.page_index .anli .swiper .swiper-slide .itembox {
	padding: 0 20px
}

.page_index .anli .swiper .swiper-slide .itembox .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 40px 60px;
	position: relative;
	transition: all .6s
}

.page_index .anli .swiper .swiper-slide .itembox .item:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.page_index .anli .swiper .swiper-slide .itembox .item::before {
	content: '';
	position: absolute;
	top: 150px;
	left: 23px;
	width: 17px;
	height: 15px;
	background: url(../images/fenhao.png) no-repeat center center/contain
}

.page_index .anli .swiper .swiper-slide .itembox .item .info {
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	flex: none
}

.page_index .anli .swiper .swiper-slide .itembox .item .info .touxiang {
	margin-right: 20px;
	flex: none
}

.page_index .anli .swiper .swiper-slide .itembox .item .info .touxiang .picbox {
	width: 80px;
	height: 80px;
	overflow: hidden
}

.page_index .anli .swiper .swiper-slide .itembox .item .info .touxiang .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index .anli .swiper .swiper-slide .itembox .item .info .touxiang .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index .anli .swiper .swiper-slide .itembox .item .info .txt .t1 {
	max-width: 100%;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 30px
}

.page_index .anli .swiper .swiper-slide .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px
}

.page_index .anli .swiper .swiper-slide .itembox .item .detail {
	flex: 1;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	overflow: hidden
}

.page_index .anli .swiper .swiper-slide .itembox .item .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 44px;
	border-radius: 22px;
	background: #f0f5ff;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #173f8a;
	cursor: pointer;
	transition: all .3s;
	flex: none;
	margin-top: 30px
}

.page_index .anli .swiper .swiper-slide .itembox .item .btn:hover {
	background: #173f8a;
	color: #fff
}

.page_index .anli .navigation {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px
}

.page_index .anli .navigation .next,
.page_index .anli .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: #fff;
	color: #fff;
	margin: 0 20px;
	cursor: pointer;
	transition: all .4s
}

.page_index .anli .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-right: 10px
}

.page_index .anli .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-left: 10px
}

.page_index .about {
	padding: 100px 0
}

.page_index .about .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index .about .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg6.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index .about .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_index .about .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index .about .detail {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px
}

.page_index .about .shuzi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.page_index .about .shuzi .txt {
	width: 200px;
	text-align: center
}

.page_index .about .shuzi .txt .t1,
.page_index .about .shuzi .txt .t2 {
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.page_index .about .shuzi .txt .t1 span,
.page_index .about .shuzi .txt .t2 span {
	font-size: 50px;
	font-weight: 700;
	color: #173f8a;
	line-height: 56px
}

.page_index .about .newslist {
	margin-top: 60px
}

.page_index .about .newslist .list-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 50px
}

.page_index .about .newslist .list-title .atitle {
	max-width: 100%;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 30px;
	font-weight: 700;
	color: #173f8a;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 420px;
	position: relative
}

.page_index .about .newslist .list-title .atitle::after,
.page_index .about .newslist .list-title .atitle::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 394px;
	height: 16px;
	background: url(../images/newslist_title_bg.png) no-repeat center center/contain
}

.page_index .about .newslist .list-title .atitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index .about .newslist .list-title .atitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index .about .newslist .itemlist {
	display: flex;
	padding: 0 20px
}

.page_index .about .newslist .itemlist .itembox {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box
}

.page_index .about .newslist .itemlist .itembox .item {
	width: 100%;
	background: #fff
}

.page_index .about .newslist .itemlist .itembox .item:hover .img .picbox .pic {
	transform: scale(1.1)
}

.page_index .about .newslist .itemlist .itembox .item:hover .item-title .atitle {
	color: #173f8a
}

.page_index .about .newslist .itemlist .itembox .item:hover .item-title .time .arrow {
	margin-right: -10px
}

.page_index .about .newslist .itemlist .itembox .item .img .picbox {
	width: 100%;
	height: 200px;
	overflow: hidden
}

.page_index .about .newslist .itemlist .itembox .item .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index .about .newslist .itemlist .itembox .item .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index .about .newslist .itemlist .itembox .item .item-title {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 133px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	padding: 26px 20px;
	box-sizing: border-box
}

.page_index .about .newslist .itemlist .itembox .item .item-title .atitle {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	transition: all .4s;
	flex: none;
	margin-bottom: 15px
}

.page_index .about .newslist .itemlist .itembox .item .item-title .time {
	display: flex;
	align-items: center
}

.page_index .about .newslist .itemlist .itembox .item .item-title .time .txt {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	flex: 1
}

.page_index .about .newslist .itemlist .itembox .item .item-title .time .arrow {
	flex: none;
	width: 24px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat center center/contain;
	transition: all .4s
}

.page_index2 .banner .swiper {
	position: relative
}

.page_index2 .banner .swiper:hover .navigation {
	transform: translateY(-50%);
	opacity: 1
}

.page_index2 .banner .swiper .swiper-wrapper .swiper-slide .item .picbox {
	width: 100%;
	height: 920px;
	overflow: hidden
}

.page_index2 .banner .swiper .swiper-wrapper .swiper-slide .item .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .banner .swiper .swiper-wrapper .swiper-slide .item .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity:1
}

.page_index2 .banner .swiper .pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%)
}

.page_index2 .banner .swiper .pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #fff;
	border-radius: 0
}

.page_index2 .banner .swiper .navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	opacity: 0;
	transition: all .6s
}

.page_index2 .banner .swiper .navigation .next,
.page_index2 .banner .swiper .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer
}

.page_index2 .banner .swiper .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-right: 10px
}

.page_index2 .banner .swiper .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-left: 10px
}

.page_index2 .connect {
	padding-top: 100px
}

.page_index2 .connect .connect_bg {
	width: 100%;
	height: 100%;
	background: #000;
	padding-bottom: 100px
}

.page_index2 .connect .connect_bg .contentbox .course .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index2 .connect .connect_bg .contentbox .course .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg1.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index2 .connect .connect_bg .contentbox .course .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_index2 .connect .connect_bg .contentbox .course .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist {
	padding-top: 20px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item {
	width: 100%;
	height: 410px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	padding: 60px 80px;
	box-sizing: border-box;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	background: #fff url(../images/course_bg.png) no-repeat 690px 75px/448px 353px;
	margin-bottom: 70px;
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item:last-child {
	margin-bottom: 0
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: -20px;
	left: 80px;
	width: 160px;
	height: 50px;
	background: url(../images/course_tag.png) no-repeat center center/contain;
	padding-right: 20px;
	box-sizing: border-box
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .tag::after,
.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .tag::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 15px;
	background: url(../images/course_dot_bg.png) no-repeat center center/contain
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .tag::before {
	top: -6px;
	left: -44px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .tag::after {
	bottom: -6px;
	right: -18px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
	width: 320px;
	height: 100%;
	margin-right: 80px;
	flex: none;
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-left .dashed {
	position: absolute;
	right: 14px;
	bottom: 20px;
	width: 147px;
	height: 218px;
	border-bottom-right-radius: 20px;
	border-bottom: 1px dashed #b9c5dc;
	border-right: 1px dashed #b9c5dc
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-left .round {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: url(../images/round.png) no-repeat center center/contain
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-left .item-title .atitle {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	line-height: 40px;
	margin-bottom: 24px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-left .item-title .btitle {
	max-width: 100%;
	max-height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-left .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 44px;
	border-radius: 22px;
	background: #ff3000;
	color: #fff;
	font-size: 16px;
	transition: all .5s;
	cursor: pointer
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-left .btn:hover {
	box-shadow: 0 5px 9px 1px rgba(255, 48, 0, .2)
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-center {
	flex: 1;
	overflow: hidden;
	line-height: 24px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-center .item-title {
	display: flex;
	align-items: center;
	margin-bottom: 16px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-center .item-title .atitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 110px;
	height: 30px;
	background: url(../images/course_title.png) no-repeat center center/contain;
	margin-right: 22px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-center .item-title .xian {
	border-bottom: 1px dashed #b9c5dc;
	flex: 1
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-center .conbox {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-bottom: 26px
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: none;
	margin: -100px -20px 0 60px;
	width: 278px;
	height: 398px;
	background: url(../images/course_right.png) no-repeat center center/contain;
	padding: 65px 40px 120px;
	box-sizing: border-box
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-right .txt {
	max-width: 100%;
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	text-align: center
}

.page_index2 .connect .connect_bg .contentbox .course .itemlist .item .item-right .num {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 80px
}

.page_index2 .connect .connect_bg .contentbox .teacher {
	padding: 100px 0 16px
}

.page_index2 .connect .connect_bg .contentbox .teacher .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index2 .connect .connect_bg .contentbox .teacher .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg2.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index2 .connect .connect_bg .contentbox .teacher .titlebox .atitle {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_index2 .connect .connect_bg .contentbox .teacher .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .teacher .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index2 .connect .connect_bg .contentbox .teacher .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox {
	width: 940px;
	height: 156px;
	margin-bottom: 10px;
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox:first-child {
	margin-left: 20px
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox:last-child {
	margin-right: 60px
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card,
.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card {
	width: 480px;
	padding: 30px;
	box-sizing: border-box;
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card.side-card,
.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card.side-card {
	position: absolute;
	bottom: 0;
	right: 0
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-title,
.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-title {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 6px
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-conbox,
.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox {
	max-width: 100%;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card {
	height: 146px;
	z-index: 9;
	letter-spacing: .5px
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-conbox,
.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-title {
	color: #fff
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card {
	height: 126px;
	padding-right: 40px;
	background: #fff
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card.side-card {
	padding: 30px 30px 30px 50px
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox,
.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-title {
	color: #333
}

.page_index2 .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox {
	max-width: 100%;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.page_index2 .connect .connect_bg .contentbox .teacher .cate-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px
}

.page_index2 .connect .connect_bg .contentbox .teacher .cate-list .cate {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #173f8a;
	width: 200px;
	height: 60px;
	margin: 0 10px;
	background: #fff
}

.page_index2 .connect .connect_bg .contentbox .teacher .cate-list .cate.active {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	color: #fff
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper {
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper {
	margin: 0 -20px
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox {
	padding: 0 20px
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item {
	display: flex;
	height: 510px;
	background: #fff
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover {
	background: #173f8a
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .info .txt .t1,
.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .info .txt .t2 {
	color: #fff
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .ornament {
	opacity: .3
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info {
	flex: 1
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox {
	width: 100%;
	height: 360px;
	overflow: hidden
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt {
	padding: 30px 40px
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt .t1 {
	max-width: 100%;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 32px;
	margin-bottom: 16px
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 24px
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	flex: none
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox {
	width: 44px;
	height: 437px;
	overflow: hidden
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -110px;
	width: calc(100% + 220px);
	padding: 0;
	box-sizing: border-box
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next,
.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer;
	transition: all .4s
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next:hover,
.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev:hover {
	background: #fff
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next:hover .arrow,
.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev:hover .arrow {
	border-color: #173f8a
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next .arrow,
.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev .arrow {
	transition: all .4s
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-right: 10px
}

.page_index2 .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-left: 10px
}

.page_index2 .connect .connect_bg .contentbox .service-process {
	padding: 100px 0 16px
}

.page_index2 .connect .connect_bg .contentbox .service-process .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index2 .connect .connect_bg .contentbox .service-process .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg3.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index2 .connect .connect_bg .contentbox .service-process .titlebox .atitle {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_index2 .connect .connect_bg .contentbox .service-process .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index2 .connect .connect_bg .contentbox .service-process .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index2 .connect .connect_bg .contentbox .service-process .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item {
	flex: none;
	width: 20%;
	height: 240px;
	padding: 26px 30px;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(255, 255, 255, .05) 10%, rgba(255, 255, 255, 0) 90%)
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item:hover .t1 {
	transform: translateY(-10px)
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t1 {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 80px;
	font-weight: 700;
	color: transparent;
	line-height: 80px;
	position: relative;
	transition: all .5s
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox {
	position: absolute;
	top: 0;
	left: 0
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic {
	background-position: left
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t2 {
	max-width: 100%;
	max-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 24px;
	font-weight: 700;
	color: #6ea0ff;
	line-height: 26px;
	margin: -12px 0 12px
}

.page_index2 .connect .connect_bg .contentbox .service-process .itemlist .item .t3 {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px
}

.page_index2 .connect .connect_bg .contentbox .service-process .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 70px;
	border-radius: 35px;
	background: #ff3000;
	color: #fff;
	font-size: 28px;
	margin: 45px auto 0;
	cursor: pointer;
	transition: all .6s
}

.page_index2 .connect .connect_bg .contentbox .service-process .btn:hover {
	box-shadow: 0 0 20px 0 rgba(255, 48, 0, .5)
}

.page_index2 .contrast {
	padding: 90px 0 100px;
	background: url(../images/contrast_bg.jpg) no-repeat center center/cover
}

.page_index2 .contrast .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index2 .contrast .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg4.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index2 .contrast .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_index2 .contrast .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index2 .contrast .plate {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1040px;
	margin: 0 auto;
	position: relative
}

.page_index2 .contrast .plate .other,
.page_index2 .contrast .plate .zsq {
	width: 50%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	top: 0
}

.page_index2 .contrast .plate .zsq {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	box-shadow: 0 0 20px 0 rgba(0, 89, 255, .5);
	left: 0
}

.page_index2 .contrast .plate .other {
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	right: 0
}

.page_index2 .contrast .plate .itemlist {
	width: 100%;
	padding: 50px 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 9
}

.page_index2 .contrast .plate .itemlist .list-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 116px
}

.page_index2 .contrast .plate .itemlist .list-title .item-left,
.page_index2 .contrast .plate .itemlist .list-title .item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	border-radius: 10px
}

.page_index2 .contrast .plate .itemlist .list-title .item-left {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	background: rgba(255, 255, 255, .2)
}

.page_index2 .contrast .plate .itemlist .list-title .item-right {
	font-size: 24px;
	font-weight: 400;
	color: #666;
	background: #eee
}

.page_index2 .contrast .plate .itemlist .item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden
}

.page_index2 .contrast .plate .itemlist .item:last-child::after,
.page_index2 .contrast .plate .itemlist .item:last-child::before {
	content: none
}

.page_index2 .contrast .plate .itemlist .item::after,
.page_index2 .contrast .plate .itemlist .item::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 1px
}

.page_index2 .contrast .plate .itemlist .item::before {
	background: rgba(255, 255, 255, .2);
	left: 0
}

.page_index2 .contrast .plate .itemlist .item::after {
	background: #eee;
	right: 0
}

.page_index2 .contrast .plate .itemlist .item .item-left,
.page_index2 .contrast .plate .itemlist .item .item-right {
	flex: 1;
	text-align: center
}

.page_index2 .contrast .plate .itemlist .item .item-center {
	flex: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.page_index2 .contrast .plate .itemlist .item .item-center .picbox {
	width: 36px;
	height: 36px;
	overflow: hidden
}

.page_index2 .contrast .plate .itemlist .item .item-center .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index2 .contrast .plate .itemlist .item .item-center .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .contrast .plate .itemlist .item .item-center .outer-round {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	margin: 0 30px;
	flex: none
}

.page_index2 .contrast .plate .itemlist .item .item-center .outer-round .inner-round {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: linear-gradient(0deg, #e7efff, #fff);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	color: #173f8a;
	line-height: 24px
}

.page_index2 .contrast .plate .itemlist .item .item-left {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	padding: 0 30px 0 100px
}

.page_index2 .contrast .plate .itemlist .item .item-right {
	font-size: 20px;
	font-weight: 700;
	color: #666;
	line-height: 30px;
	padding: 0 100px 0 30px
}

.page_index2 .anli {
	padding: 100px 0;
	background: url(../images/anli_bg.jpg) no-repeat center top/cover
}
.page_index2 .anli .item:before { display:none}
.page_index2 .anli .item{ padding:4% !important}
.page_index2 .anli .img{ width:100%; height:100%;display: flex; justify-content: center;  align-items: center;}
.page_index2 .anli .img img{ max-width:100%; max-height:100%;}
.page_index2 .anli .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index2 .anli .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg5.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index2 .anli .titlebox .atitle {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_index2 .anli .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index2 .anli .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index2 .anli .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index2 .anli .swiper {
	margin: 0 -20px;
	overflow: visible
}

.page_index2 .anli .swiper .swiper-slide .itembox {
	padding: 0 20px
}

.page_index2 .anli .swiper .swiper-slide .itembox .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 40px 60px;
	position: relative;
	transition: all .6s
}

.page_index2 .anli .swiper .swiper-slide .itembox .item:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.page_index2 .anli .swiper .swiper-slide .itembox .item::before {
	content: '';
	position: absolute;
	top: 150px;
	left: 23px;
	width: 17px;
	height: 15px;
	background: url(../images/fenhao.png) no-repeat center center/contain
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info {
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	flex: none
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info .touxiang {
	margin-right: 20px;
	flex: none
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info .touxiang .picbox {
	width: 80px;
	height: 80px;
	overflow: hidden
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info .touxiang .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info .touxiang .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info .touxiang .picbox .pic {
	border-radius: 50%
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info .txt .t1 {
	max-width: 100%;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 30px
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .detail {
	flex: 1;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	overflow: hidden
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 44px;
	border-radius: 22px;
	background: #f0f5ff;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #173f8a;
	cursor: pointer;
	transition: all .3s;
	flex: none;
	margin-top: 30px
}

.page_index2 .anli .swiper .swiper-slide .itembox .item .btn:hover {
	background: #173f8a;
	color: #fff
}

.page_index2 .anli .navigation {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px
}

.page_index2 .anli .navigation .next,
.page_index2 .anli .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: #fff;
	color: #fff;
	margin: 0 20px;
	cursor: pointer;
	transition: all .4s
}

.page_index2 .anli .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-right: 10px
}

.page_index2 .anli .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-left: 10px
}

.page_index2 .about {
	padding: 100px 0
}

.page_index2 .about .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_index2 .about .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg6.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_index2 .about .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_index2 .about .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_index2 .about .detail {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px
}

.page_index2 .about .shuzi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.page_index2 .about .shuzi .txt {
	width: 200px;
	text-align: center
}

.page_index2 .about .shuzi .txt .t1,
.page_index2 .about .shuzi .txt .t2 {
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.page_index2 .about .shuzi .txt .t1 span,
.page_index2 .about .shuzi .txt .t2 span {
	font-size: 50px;
	font-weight: 700;
	color: #173f8a;
	line-height: 56px
}

.page_index2 .about .newslist {
	margin-top: 60px
}

.page_index2 .about .newslist .list-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 50px
}

.page_index2 .about .newslist .list-title .atitle {
	max-width: 100%;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 30px;
	font-weight: 700;
	color: #173f8a;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 420px;
	position: relative
}

.page_index2 .about .newslist .list-title .atitle::after,
.page_index2 .about .newslist .list-title .atitle::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 394px;
	height: 16px;
	background: url(../images/newslist_title_bg.png) no-repeat center center/contain
}

.page_index2 .about .newslist .list-title .atitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_index2 .about .newslist .list-title .atitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_index2 .about .newslist .itemlist {
	display: flex;
	padding: 0 20px
}

.page_index2 .about .newslist .itemlist .itembox {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box
}

.page_index2 .about .newslist .itemlist .itembox .item {
	width: 100%;
	background: #fff
}

.page_index2 .about .newslist .itemlist .itembox .item:hover .img .picbox .pic {
	transform: scale(1.1)
}

.page_index2 .about .newslist .itemlist .itembox .item:hover .item-title .atitle {
	color: #173f8a
}

.page_index2 .about .newslist .itemlist .itembox .item:hover .item-title .time .arrow {
	margin-right: -10px
}

.page_index2 .about .newslist .itemlist .itembox .item .img .picbox {
	width: 100%;
	height: 200px;
	overflow: hidden
}

.page_index2 .about .newslist .itemlist .itembox .item .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .about .newslist .itemlist .itembox .item .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	/* opacity: 0 */
}

.page_index2 .about .newslist .itemlist .itembox .item .item-title {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 133px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	padding: 26px 20px;
	box-sizing: border-box
}

.page_index2 .about .newslist .itemlist .itembox .item .item-title .atitle {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	transition: all .4s;
	flex: none;
	margin-bottom: 15px
}

.page_index2 .about .newslist .itemlist .itembox .item .item-title .time {
	display: flex;
	align-items: center
}

.page_index2 .about .newslist .itemlist .itembox .item .item-title .time .txt {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	flex: 1
}

.page_index2 .about .newslist .itemlist .itembox .item .item-title .time .arrow {
	flex: none;
	width: 24px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat center center/contain;
	transition: all .4s
}

.page_index2 .titlebox2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px
}

.page_index2 .titlebox2 .atitle {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 42px;
	margin-bottom: 10px
}

.page_index2 .titlebox2 .btitle {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 22px
}

.page_index2 .about2 {
	padding: 100px 100px 50px 100px	
}

.page_index2 .about2 .contentbox .detail {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0
}

.page_index2 .about2 .contentbox .shuzi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.page_index2 .about2 .contentbox .shuzi .txt {
	width: 200px;
	text-align: center
}

.page_index2 .about2 .contentbox .shuzi .txt .t1,
.page_index2 .about2 .contentbox .shuzi .txt .t2 {
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.page_index2 .about2 .contentbox .shuzi .txt .t1 span,
.page_index2 .about2 .contentbox .shuzi .txt .t2 span {
	font-size: 50px;
	font-weight: 700;
	color: #173f8a;
	line-height: 56px
}

.page_index2 .introduce-list .introduce-box1 .introduce,
.page_index2 .introduce-list .introduce-box2 .introduce,
.page_index2 .introduce-list .introduce-box3 .introduce {
	padding: 50px 0;
	box-sizing: border-box
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox {
	display: flex
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt {
	flex: 1;
	height: 100%;
	overflow: hidden
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt .t1,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t1,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 {
	width: 100%;
	height: 82px
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox .pic,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox .pic,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox .pic img,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox .pic img,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox .pic,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox .pic,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox .pic {
	background-position: left
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt .t2,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t2,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt .t2 {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	line-height: 42px;
	margin: -40px 0 30px
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .txt .t3,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t3,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .txt .t3 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .img,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .img,
.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .img {
	flex: none
}

.page_index2 .introduce-list .introduce-box1 {
	padding-top: 50px
}

.page_index2 .introduce-list .introduce-box1 .introduce {
	height: 450px;
	background: #f9f9f9
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .img {
	margin: -100px 0 0 100px
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .img .picbox {
	width: 800px;
	height: 400px;
	overflow: hidden
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .introduce-list .introduce-box1 .introduce .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	opacity: 1
}

.page_index2 .introduce-list .introduce-box2 {
	padding-bottom: 200px
}

.page_index2 .introduce-list .introduce-box2 .introduce {
	height: 360px;
	background: #173f8a
}

.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t2,
.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .txt .t3 {
	color: #fff
}

.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .img {
	margin-right: 100px
}

.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .img .picbox {
	width: 400px;
	height: 460px;
	overflow: hidden
}

.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .introduce-list .introduce-box2 .introduce .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .introduce-list .introduce-box3 .introduce {
	height: 400px
}

.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .img {
	margin: -150px 0 0 100px
}

.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .img .picbox {
	width: 600px;
	height: 400px;
	overflow: hidden
}

.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .introduce-list .introduce-box3 .introduce .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 1
}

.page_index2 .culture .contentbox .culturelist {
	margin: 0 -10px;
	display: flex
}

.page_index2 .culture .contentbox .culturelist .itembox {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box
}

.page_index2 .culture .contentbox .culturelist .itembox .item {
	width: 100%;
	height: 500px;
	position: relative;
	cursor: pointer
}

.page_index2 .culture .contentbox .culturelist .itembox .item:hover::after {
	width: 100%
}

.page_index2 .culture .contentbox .culturelist .itembox .item:hover .shadow {
	height: 100%
}

.page_index2 .culture .contentbox .culturelist .itembox .item:hover .textbox .bt {
	max-height: 78px
}

.page_index2 .culture .contentbox .culturelist .itembox .item::after {
	content: '';
	display: block;
	width: 0%;
	height: 5px;
	background: #173f8a;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .5s
}

.page_index2 .culture .contentbox .culturelist .itembox .item .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_index2 .culture .contentbox .culturelist .itembox .item .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .culture .contentbox .culturelist .itembox .item .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	/* opacity: 0 */
}

.page_index2 .culture .contentbox .culturelist .itembox .item .textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10
}

.page_index2 .culture .contentbox .culturelist .itembox .item .textbox .icon {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

.page_index2 .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox {
	width: 100px;
	height: 100px;
	overflow: hidden
}

.page_index2 .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_index2 .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_index2 .culture .contentbox .culturelist .itembox .item .textbox .at {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 36px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px
}

.page_index2 .culture .contentbox .culturelist .itembox .item .textbox .bt {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	line-height: 26px;
	text-align: center;
	max-width: 100%;
	max-height: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all .5s;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box
}

.page_index2 .culture .contentbox .culturelist .itembox .item .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: rgba(0, 17, 52, .7);
	z-index: 8;
	transition: all .5s
}

.page_index2 .display {
	padding-top: 100px
}

.page_index2 .display .contentbox .itemlist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px
}

.page_index2 .display .contentbox .itemlist .itembox {
	width: 33.33%;
	padding: 0 20px 40px;
	box-sizing: border-box
}

.page_index2 .display .contentbox .itemlist .itembox .item {
	width: 100%
}

.page_index2 .display .contentbox .itemlist .itembox .item .img {
	width: 100%;
	height: 300px
}

.page_index2 .display .contentbox .itemlist .itembox .item .img .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_index2 .display .contentbox .itemlist .itembox .item .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_index2 .display .contentbox .itemlist .itembox .item .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	/* opacity: 0 */
}

.page_index2 .display .contentbox .itemlist .itembox .item .item-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	width: 100%;
	height: 100px;
	background: #f9f9f9;
	border-radius: none;
	padding: 0 30px;
	box-sizing: border-box
}

.page_index2 .display .contentbox .itemlist .itembox .item .item-title .atitle {
	max-width: 100%;
	max-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	margin-bottom: 4px
}

.page_index2 .display .contentbox .itemlist .itembox .item .item-title .time {
	max-width: 100%;
	max-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	line-height: 20px
}

.page_case_list {
	padding-bottom: 100px
}

.page_case_info {
	padding-bottom: 100px
}

.page_case_info .case_info {
	margin: 55px 0 100px
}

.page_case_info .case_info .contentbox .infobox {
	display: flex;
	width: 100%;
	height: 730px;
	padding: 80px 50px;
	box-sizing: border-box;
	background: #fff;
	border-top: 4px solid #173f8a
}

.page_case_info .case_info .contentbox .infobox .info-left,
.page_case_info .case_info .contentbox .infobox .info-right {
	width: 50%;
	flex: none;
	padding: 0 30px;
	box-sizing: border-box
}

.page_case_info .case_info .contentbox .infobox .info-left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.page_case_info .case_info .contentbox .infobox .info-left .phone {
	width: 285px;
	height: 100%;
	padding: 76px 18px 80px;
	box-sizing: border-box;
	background: url(../images/phone.png) no-repeat center center/cover
}

.page_case_info .case_info .contentbox .infobox .info-left .phone .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_case_info .case_info .contentbox .infobox .info-left .phone .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_case_info .case_info .contentbox .infobox .info-left .phone .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info {
	flex: 1;
	display: flex;
	align-items: center
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info .touxiang {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex: none;
	margin-right: 20px
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info .touxiang .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info .touxiang .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info .touxiang .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info .txt {
	color: #333
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info .txt .t1 {
	font-size: 20px;
	font-weight: 700
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .info .txt .t2 {
	font-size: 16px
}

.page_case_info .case_info .contentbox .infobox .info-right .info-share .sharebox .icon {
	margin: 0 0 0 20px
}

.page_case_info .case_info .contentbox .infobox .info-right .conbox {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	width: 100%;
	height: 468px;
	padding: 35px 30px;
	box-sizing: border-box;
	background: url(../images/case_info_bg.png) no-repeat center center/cover
}

.page_case_info .case_info .contentbox .infobox .info-right .conbox .sys_scrollBox {
	height: 100%
}

.case_list .titlebox .atitle {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 42px
}

.case_list .itemlist {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -20px 10px
}

.case_list .itemlist .itembox {
	width: 33.33%;
	padding: 0 20px 40px;
	box-sizing: border-box
}

.case_list .itemlist .itembox .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 40px 60px;
	position: relative;
	transition: all .6s
}

.case_list .itemlist .itembox .item:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.case_list .itemlist .itembox .item::before {
	content: '';
	position: absolute;
	top: 150px;
	left: 23px;
	width: 17px;
	height: 15px;
	background: url(../images/fenhao.png) no-repeat center center/contain
}

.case_list .itemlist .itembox .item .info {
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	flex: none
}

.case_list .itemlist .itembox .item .info .touxiang {
	margin-right: 20px;
	flex: none
}

.case_list .itemlist .itembox .item .info .touxiang .picbox {
	width: 80px;
	height: 80px;
	overflow: hidden
}

.case_list .itemlist .itembox .item .info .touxiang .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.case_list .itemlist .itembox .item .info .touxiang .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.case_list .itemlist .itembox .item .info .touxiang .picbox .pic {
	border-radius: 50%
}

.case_list .itemlist .itembox .item .info .txt .t1 {
	max-width: 100%;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 30px
}

.case_list .itemlist .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px
}

.case_list .itemlist .itembox .item .detail {
	flex: 1;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	overflow: hidden
}

.case_list .itemlist .itembox .item .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 44px;
	border-radius: 22px;
	background: #f0f5ff;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #173f8a;
	cursor: pointer;
	transition: all .3s;
	flex: none;
	margin-top: 30px
}

.case_list .itemlist .itembox .item .btn:hover {
	background: #173f8a;
	color: #fff
}

.page_teacher_list {
	padding-bottom: 100px
}

.page_teacher_list .cate-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 50px 0
}

.page_teacher_list .cate-list .cate {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #173f8a;
	width: 200px;
	height: 60px;
	margin: 0 10px;
	background: #fff
}

.page_teacher_list .cate-list .cate.active {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	color: #fff
}

.page_teacher_info {
	padding-bottom: 100px
}

.page_teacher_info .teacher_info {
	margin: 55px 0 100px
}

.page_teacher_info .teacher_info .contentbox .infobox {
	display: flex;
	width: 100%;
	padding: 50px 55px;
	box-sizing: border-box;
	background: #fff;
	border-top: 4px solid #173f8a
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left,
.page_teacher_info .teacher_info .contentbox .infobox .info-right {
	flex: none;
	padding: 0 25px;
	box-sizing: border-box
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
	width: 38%
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox {
	width: 100%
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item {
	display: flex;
	width: 100%;
	height: 510px;
	background: #fff
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info {
	flex: 1
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .img .picbox {
	width: 100%;
	height: 360px;
	overflow: hidden
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .txt {
	padding: 30px 0
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .txt .t1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 32px;
	margin-bottom: 16px;
	height: 32px;
	overflow: hidden
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .txt .t1 .picbox {
	width: 24px;
	height: 27px;
	overflow: hidden
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .txt .t1 .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .txt .t1 .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 24px
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .ornament {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	flex: none
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .ornament .picbox {
	width: 44px;
	height: 437px;
	overflow: hidden
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .ornament .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .item .ornament .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .sharebox {
	margin-top: -8px
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .itembox .sharebox .icon {
	margin: 0 20px 0 0
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .btns {
	display: flex;
	margin-top: auto
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .btns .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 44px;
	border-radius: 22px;
	background: #173f8a;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	transition: all .5s
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .btns .btn:first-child {
	margin-right: 10px
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .btns .btn:first-child:hover {
	box-shadow: 0 5px 9px 1px rgba(23, 63, 138, .2)
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .btns .btn:last-child {
	background: #ff3000
}

.page_teacher_info .teacher_info .contentbox .infobox .info-left .btns .btn:last-child:hover {
	box-shadow: 0 5px 9px 1px rgba(255, 48, 0, .2)
}

.page_teacher_info .teacher_info .contentbox .infobox .info-right {
	width: 62%
}

.page_teacher_info .teacher_info .contentbox .infobox .info-right .info-title {
	font-size: 20px;
	font-weight: 400;
	color: #173f8a;
	line-height: 48px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative
}

.page_teacher_info .teacher_info .contentbox .infobox .info-right .info-title::before {
	content: '';
	width: 28px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/triangle.png) no-repeat center center/contain
}

.page_teacher_info .teacher_info .contentbox .infobox .info-right .profile {
	width: 100%;
	height: auto;
	background: #f0f5ff;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	padding: 26px 30px;
	margin: 8px 0 30px;
	box-sizing: border-box;
	border: 1px dotted #c7daff
}

.page_teacher_info .teacher_info .contentbox .infobox .info-right .profile .sys_scrollBox {
	width: 100%;
	max-height: 244px
}

.page_teacher_info .teacher_info .contentbox .infobox .info-right .details {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 30px
}

.teacher_list .titlebox .atitle {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 42px
}

.teacher_list .itemlist {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -20px 10px
}

.teacher_list .itemlist .itembox {
	width: 33.33%;
	padding: 0 20px 40px;
	box-sizing: border-box
}

.teacher_list .itemlist .itembox .item {
	display: flex;
	height: 510px;
	background: #fff
}

.teacher_list .itemlist .itembox .item:hover {
	background: #173f8a
}

.teacher_list .itemlist .itembox .item:hover .info .txt .t1,
.teacher_list .itemlist .itembox .item:hover .info .txt .t2 {
	color: #fff
}

.teacher_list .itemlist .itembox .item:hover .ornament {
	opacity: .3
}

.teacher_list .itemlist .itembox .item .info {
	flex: 1
}

.teacher_list .itemlist .itembox .item .info .img .picbox {
	width: 100%;
	height: 360px;
	overflow: hidden
}

.teacher_list .itemlist .itembox .item .info .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.teacher_list .itemlist .itembox .item .info .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.teacher_list .itemlist .itembox .item .info .txt {
	padding: 30px 40px
}

.teacher_list .itemlist .itembox .item .info .txt .t1 {
	max-width: 100%;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 32px;
	margin-bottom: 16px
}

.teacher_list .itemlist .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 24px
}

.teacher_list .itemlist .itembox .item .ornament {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	flex: none
}

.teacher_list .itemlist .itembox .item .ornament .picbox {
	width: 44px;
	height: 437px;
	overflow: hidden
}

.teacher_list .itemlist .itembox .item .ornament .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.teacher_list .itemlist .itembox .item .ornament .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about {
	padding-bottom: 100px;
	background: #fff url(../images/dot_bg.png)
}

.page_about .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px
}

.page_about .titlebox .atitle {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 42px;
	margin-bottom: 10px
}

.page_about .titlebox .btitle {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 22px
}

.page_about .about {
	padding: 100px 0
}

.page_about .about .contentbox .detail {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px
}

.page_about .about .contentbox .shuzi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.page_about .about .contentbox .shuzi .txt {
	width: 200px;
	text-align: center
}

.page_about .about .contentbox .shuzi .txt .t1,
.page_about .about .contentbox .shuzi .txt .t2 {
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.page_about .about .contentbox .shuzi .txt .t1 span,
.page_about .about .contentbox .shuzi .txt .t2 span {
	font-size: 50px;
	font-weight: 700;
	color: #173f8a;
	line-height: 56px
}

.page_about .introduce-list .introduce-box1 .introduce,
.page_about .introduce-list .introduce-box2 .introduce,
.page_about .introduce-list .introduce-box3 .introduce {
	padding: 50px 0;
	box-sizing: border-box
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox,
.page_about .introduce-list .introduce-box2 .introduce .contentbox,
.page_about .introduce-list .introduce-box3 .introduce .contentbox {
	display: flex
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt {
	flex: 1;
	height: 100%;
	overflow: hidden
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt .t1,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t1,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 {
	width: 100%;
	height: 82px
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox .pic,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox .pic,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox .pic img,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox .pic img,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt .t1 .picbox .pic,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t1 .picbox .pic,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt .t1 .picbox .pic {
	background-position: left
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt .t2,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t2,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt .t2 {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	line-height: 42px;
	margin: -40px 0 30px
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .txt .t3,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t3,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .txt .t3 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .img,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .img,
.page_about .introduce-list .introduce-box3 .introduce .contentbox .img {
	flex: none
}

.page_about .introduce-list .introduce-box1 {
	padding-top: 50px
}

.page_about .introduce-list .introduce-box1 .introduce {
	height: 450px;
	background: #f9f9f9
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .img {
	margin: -100px 0 0 100px
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .img .picbox {
	width: 800px;
	height: 400px;
	overflow: hidden
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_about .introduce-list .introduce-box1 .introduce .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about .introduce-list .introduce-box2 {
	padding-bottom: 200px
}

.page_about .introduce-list .introduce-box2 .introduce {
	height: 360px;
	background: #173f8a
}

.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t2,
.page_about .introduce-list .introduce-box2 .introduce .contentbox .txt .t3 {
	color: #fff
}

.page_about .introduce-list .introduce-box2 .introduce .contentbox .img {
	margin-right: 100px
}

.page_about .introduce-list .introduce-box2 .introduce .contentbox .img .picbox {
	width: 400px;
	height: 460px;
	overflow: hidden
}

.page_about .introduce-list .introduce-box2 .introduce .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_about .introduce-list .introduce-box2 .introduce .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about .introduce-list .introduce-box3 .introduce {
	height: 400px
}

.page_about .introduce-list .introduce-box3 .introduce .contentbox .img {
	margin: -150px 0 0 100px
}

.page_about .introduce-list .introduce-box3 .introduce .contentbox .img .picbox {
	width: 600px;
	height: 400px;
	overflow: hidden
}

.page_about .introduce-list .introduce-box3 .introduce .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_about .introduce-list .introduce-box3 .introduce .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about .culture .contentbox .culturelist {
	margin: 0 -10px;
	display: flex
}

.page_about .culture .contentbox .culturelist .itembox {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box
}

.page_about .culture .contentbox .culturelist .itembox .item {
	width: 100%;
	height: 500px;
	position: relative;
	cursor: pointer
}

.page_about .culture .contentbox .culturelist .itembox .item:hover::after {
	width: 100%
}

.page_about .culture .contentbox .culturelist .itembox .item:hover .shadow {
	height: 100%
}

.page_about .culture .contentbox .culturelist .itembox .item:hover .textbox .bt {
	max-height: 78px
}

.page_about .culture .contentbox .culturelist .itembox .item::after {
	content: '';
	display: block;
	width: 0%;
	height: 5px;
	background: #173f8a;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .5s
}

.page_about .culture .contentbox .culturelist .itembox .item .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_about .culture .contentbox .culturelist .itembox .item .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_about .culture .contentbox .culturelist .itembox .item .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about .culture .contentbox .culturelist .itembox .item .textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10
}

.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox {
	width: 100px;
	height: 100px;
	overflow: hidden
}

.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about .culture .contentbox .culturelist .itembox .item .textbox .at {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 36px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px
}

.page_about .culture .contentbox .culturelist .itembox .item .textbox .bt {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	line-height: 26px;
	text-align: center;
	max-width: 100%;
	max-height: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all .5s;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box
}

.page_about .culture .contentbox .culturelist .itembox .item .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: rgba(0, 17, 52, .7);
	z-index: 8;
	transition: all .5s
}

.page_about .display {
	padding-top: 100px
}

.page_about .display .contentbox .itemlist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px
}

.page_about .display .contentbox .itemlist .itembox {
	width: 33.33%;
	padding: 0 20px 40px;
	box-sizing: border-box
}

.page_about .display .contentbox .itemlist .itembox .item {
	width: 100%
}

.page_about .display .contentbox .itemlist .itembox .item .img {
	width: 100%;
	height: 300px
}

.page_about .display .contentbox .itemlist .itembox .item .img .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_about .display .contentbox .itemlist .itembox .item .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_about .display .contentbox .itemlist .itembox .item .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_about .display .contentbox .itemlist .itembox .item .item-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	width: 100%;
	height: 100px;
	background: #f9f9f9;
	border-radius: none;
	padding: 0 30px;
	box-sizing: border-box
}

.page_about .display .contentbox .itemlist .itembox .item .item-title .atitle {
	max-width: 100%;
	max-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	margin-bottom: 4px
}

.page_about .display .contentbox .itemlist .itembox .item .item-title .time {
	max-width: 100%;
	max-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	line-height: 20px
}

.page_addpage {
	padding-bottom: 100px;
	background: #fff url(../images/dot_bg.png)
}

.page_addpage .course {
	padding-top: 100px
}

.page_addpage .course .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_addpage .course .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg1.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_addpage .course .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_addpage .course .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_addpage .course .itemlist1 {
	width: 100%;
	display: flex;
	justify-content: center
}

.page_addpage .course .itemlist1 .item {
	margin: 0 10px;
	width: 180px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #666
}

.page_addpage .course .itemlist1 .item.active {
	background: #123d96;
	color: #fff
}

.page_addpage .course .itemlist {
	padding-top: 20px
}

.page_addpage .course .itemlist .item {
	width: 100%;
	height: 410px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	padding: 60px 80px;
	box-sizing: border-box;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	background: #fff url(../images/course_bg.png) no-repeat 690px 75px/448px 353px;
	margin-bottom: 70px;
	position: relative
}

.page_addpage .course .itemlist .item:last-child {
	margin-bottom: 0
}

.page_addpage .course .itemlist .item .tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: -20px;
	left: 80px;
	width: 160px;
	height: 50px;
	background: url(../images/course_tag.png) no-repeat center center/contain;
	padding-right: 20px;
	box-sizing: border-box
}

.page_addpage .course .itemlist .item .tag::after,
.page_addpage .course .itemlist .item .tag::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 15px;
	background: url(../images/course_dot_bg.png) no-repeat center center/contain
}

.page_addpage .course .itemlist .item .tag::before {
	top: -6px;
	left: -44px
}

.page_addpage .course .itemlist .item .tag::after {
	bottom: -6px;
	right: -18px
}

.page_addpage .course .itemlist .item .item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
	width: 320px;
	height: 100%;
	margin-right: 80px;
	flex: none;
	position: relative
}

.page_addpage .course .itemlist .item .item-left .dashed {
	position: absolute;
	right: 14px;
	bottom: 20px;
	width: 147px;
	height: 218px;
	border-bottom-right-radius: 20px;
	border-bottom: 1px dashed #b9c5dc;
	border-right: 1px dashed #b9c5dc
}

.page_addpage .course .itemlist .item .item-left .round {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: url(../images/round.png) no-repeat center center/contain
}

.page_addpage .course .itemlist .item .item-left .item-title .atitle {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	line-height: 40px;
	margin-bottom: 24px
}

.page_addpage .course .itemlist .item .item-left .item-title .btitle {
	max-width: 100%;
	max-height: 78px;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 3; */
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	white-space: normal !important;!i;!;
}
.page_addpage .course .itemlist .item .item-left .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 44px;
	border-radius: 22px;
	background: #ff3000;
	color: #fff;
	font-size: 16px;
	transition: all .5s;
	cursor: pointer
}

.page_addpage .course .itemlist .item .item-left .btn:hover {
	box-shadow: 0 5px 9px 1px rgba(255, 48, 0, .2)
}

.page_addpage .course .itemlist .item .item-center {
	flex: 1;
	overflow: hidden;
	line-height: 24px
}

.page_addpage .course .itemlist .item .item-center .item-title {
	display: flex;
	align-items: center;
	margin-bottom: 16px
}

.page_addpage .course .itemlist .item .item-center .item-title .atitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 110px;
	height: 30px;
	background: url(../images/course_title.png) no-repeat center center/contain;
	margin-right: 22px
}

.page_addpage .course .itemlist .item .item-center .item-title .xian {
	border-bottom: 1px dashed #b9c5dc;
	flex: 1
}

.page_addpage .course .itemlist .item .item-center .conbox {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-bottom: 26px
}

.page_addpage .course .itemlist .item .item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: none;
	margin: -100px -20px 0 60px;
	width: 278px;
	height: 398px;
	background: url(../images/course_right.png) no-repeat center center/contain;
	padding: 65px 40px 120px;
	box-sizing: border-box
}

.page_addpage .course .itemlist .item .item-right .txt {
	max-width: 100%;
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	text-align: center
}

.page_addpage .course .itemlist .item .item-right .num {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 80px
}

.page_addpage .connect {
	padding-top: 100px;
	background: #fff url(../images/dot_bg.png)
}

.page_addpage .connect .connect_bg {
	width: 100%;
	height: 100%;
	background: url(../images/connect_bg.png) no-repeat center bottom/1920px 2454px;
	padding-bottom: 100px
}

.page_addpage .connect .connect_bg .contentbox .teacher {
	padding: 100px 0 16px
}

.page_addpage .connect .connect_bg .contentbox .teacher .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_addpage .connect .connect_bg .contentbox .teacher .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg2.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_addpage .connect .connect_bg .contentbox .teacher .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_addpage .connect .connect_bg .contentbox .teacher .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_addpage .connect .connect_bg .contentbox .teacher .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_addpage .connect .connect_bg .contentbox .teacher .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox {
	width: 940px;
	height: 156px;
	margin-bottom: 10px;
	position: relative
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox:first-child {
	margin-left: 20px
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox:last-child {
	margin-right: 60px
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card,
.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card {
	width: 480px;
	padding: 30px;
	box-sizing: border-box;
	position: relative
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card.side-card,
.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card.side-card {
	position: absolute;
	bottom: 0;
	right: 0
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-title,
.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-title {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 6px
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-conbox,
.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox {
	max-width: 100%;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card {
	height: 146px;
	z-index: 9;
	letter-spacing: .5px
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-conbox,
.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .main-card .card-title {
	color: #fff
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card {
	height: 126px;
	padding-right: 40px;
	background: #fff
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card.side-card {
	padding: 30px 30px 30px 50px
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox,
.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-title {
	color: #333
}

.page_addpage .connect .connect_bg .contentbox .teacher .card-list .cardbox .sub-card .card-conbox {
	max-width: 100%;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.page_addpage .connect .connect_bg .contentbox .teacher .cate-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px
}

.page_addpage .connect .connect_bg .contentbox .teacher .cate-list .cate {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #173f8a;
	width: 200px;
	height: 60px;
	margin: 0 10px;
	background: #fff
}

.page_addpage .connect .connect_bg .contentbox .teacher .cate-list .cate.active {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	color: #fff
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper {
	position: relative
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper {
	margin: 0 -20px
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox {
	padding: 0 20px
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item {
	display: flex;
	height:auto;
	background: #fff
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover {
	background: #173f8a
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .info .txt .t1,
.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .info .txt .t2 {
	color: #fff
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item:hover .ornament {
	opacity: .3
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info {
	flex: 1
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox {
	width: 100%;
	height:auto;
	overflow: hidden
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	/* z-index: -1;
	opacity: 0 */
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt {
	padding: 30px 40px
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt .t1 {
	max-width: 100%;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 32px;
	margin-bottom: 16px
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .info .txt .t2 {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 24px
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	flex: none
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox {
	width: 44px;
	height: 437px;
	overflow: hidden
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .swiper .swiper-slide .itembox .item .ornament .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	/* opacity: 0 */
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -110px;
	width: calc(100% + 220px);
	padding: 0;
	box-sizing: border-box
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next,
.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer;
	transition: all .4s
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next:hover,
.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev:hover {
	background: #fff
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next:hover .arrow,
.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev:hover .arrow {
	border-color: #173f8a
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next .arrow,
.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev .arrow {
	transition: all .4s
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-right: 10px
}

.page_addpage .connect .connect_bg .contentbox .teacher .teacher-swiper .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-left: 10px
}

.page_addpage .connect .connect_bg .contentbox .service-process {
	padding: 100px 0 16px
}

.page_addpage .connect .connect_bg .contentbox .service-process .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_addpage .connect .connect_bg .contentbox .service-process .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg3.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_addpage .connect .connect_bg .contentbox .service-process .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 60px
}

.page_addpage .connect .connect_bg .contentbox .service-process .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_addpage .connect .connect_bg .contentbox .service-process .titlebox .btitle::before {
	left: 0;
	transform: translateY(-50%)
}

.page_addpage .connect .connect_bg .contentbox .service-process .titlebox .btitle::after {
	right: 0;
	transform: translateY(-50%) rotateY(180deg)
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item {
	flex: none;
	width: 20%;
	height: 240px;
	padding: 26px 30px;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(255, 255, 255, .05) 10%, rgba(255, 255, 255, 0) 90%)
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item:hover .t1 {
	transform: translateY(-10px)
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t1 {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 80px;
	font-weight: 700;
	color: transparent;
	line-height: 80px;
	position: relative;
	transition: all .5s
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox {
	position: absolute;
	top: 0;
	left: 0
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t1 .picbox .pic {
	background-position: left
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t2 {
	max-width: 100%;
	max-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 24px;
	font-weight: 700;
	color: #6ea0ff;
	line-height: 26px;
	margin: -12px 0 12px
}

.page_addpage .connect .connect_bg .contentbox .service-process .itemlist .item .t3 {
	max-width: 100%;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px
}

.page_addpage .connect .connect_bg .contentbox .service-process .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 70px;
	border-radius: 35px;
	background: #ff3000;
	color: #fff;
	font-size: 28px;
	margin: 45px auto 0;
	cursor: pointer;
	transition: all .6s
}

.page_addpage .connect .connect_bg .contentbox .service-process .btn:hover {
	box-shadow: 0 0 20px 0 rgba(255, 48, 0, .5)
}

.page_addpage .titlebox2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px
}

.page_addpage .titlebox2 .atitle {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 42px;
	margin-bottom: 10px
}

.page_addpage .titlebox2 .btitle {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 22px
}

.page_addpage .titlebox3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px
}

.page_addpage .titlebox3 .atitle {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 42px;
	margin-bottom: 10px
}

.page_addpage .titlebox3 .btitle {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 22px
}

.page_addpage .service {
	padding: 50px 0;
	background: #fff url(../images/dot_bg.png)
}

.page_addpage .service .itemlist {
	display: flex;
	justify-content: space-between;
	position: relative
}

.page_addpage .service .itemlist::after {
	content: '';
	position: absolute;
	top: 110px;
	left: -10%;
	width: 120%;
	height: 1px;
	background: linear-gradient(90deg, rgba(195, 217, 255, 0), rgba(195, 217, 255, .8) 20%, #c3d9ff, rgba(195, 217, 255, .8) 80%, rgba(195, 217, 255, 0))
}

.page_addpage .service .itemlist .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 164px;
	height: 322px;
	position: relative;
	z-index: 5
}

.page_addpage .service .itemlist .item:hover .img {
	animation: bounce 1s linear
}

.page_addpage .service .itemlist .item .img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #fff;
	color: #fff;
	box-shadow: 0 0 30px 0 rgba(18, 79, 196, .2) inset
}

.page_addpage .service .itemlist .item .img .picbox {
	width: 40px;
	height: 40px;
	overflow: hidden
}

.page_addpage .service .itemlist .item .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_addpage .service .itemlist .item .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
/*	z-index: -1;*/
	opacity: 1
}

.page_addpage .service .itemlist .item .round {
	width: 20px;
	height: 20px;
	margin: 20px 0 30px;
	background: url(../images/round.png) no-repeat center center/contain
}

.page_addpage .service .itemlist .item .item-title {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
	font-weight: 700;
	color: #173f8a;
	height: 48px;
	line-height: 24px;
	padding: 0 10px;
	text-align: center
}

.page_addpage .service .itemlist .item .tag {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	width: 164px;
	height: 108px;
	margin-top: 16px;
	padding: 20px 16px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/service_icon_bg.png) no-repeat center center/contain;
	text-align: center
}

.page_addpage .careful {
	position: relative
}

.page_addpage .careful .careful-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: url(../images/service_bg.jpg) no-repeat center center/cover
}

.page_addpage .careful .contentbox {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9
}

.page_addpage .careful .contentbox .img {
	width: 600px;
	height: 400px;
	margin-right: 100px;
	flex: none
}

.page_addpage .careful .contentbox .img .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_addpage .careful .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_addpage .careful .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	/* opacity: 0 */
}

.page_addpage .careful .contentbox .content {
	flex: 1;
	padding: 100px 0
}

.page_addpage .careful .contentbox .content .titlebox {
	align-items: flex-start
}

.page_addpage .careful .contentbox .content .titlebox .atitle,
.page_addpage .careful .contentbox .content .titlebox .btitle {
	color: #fff
}

.page_addpage .careful .contentbox .content .conbox {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px
}

.page_addpage .careful .contentbox .content .conbox p {
	text-indent: 2em
}

.page_addpage .display {
	padding: 100px 0;
	background: #fff url(../images/dot_bg.png)
}

.page_addpage .display .cate-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 50px 0
}

.page_addpage .display .cate-list .cate {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #173f8a;
	width: 200px;
	height: 60px;
	margin: 0 10px;
	background: #f0f5ff
}

.page_addpage .display .cate-list .cate.active {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	color: #fff
}

.page_addpage .display .display-swiper {
	position: relative;
	padding: 0 30px
}

.page_addpage .display .display-swiper .swiper .swiper-slide .itembox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px
}

.page_addpage .display .display-swiper .swiper .swiper-slide .itembox .phone {
	width: 285px;
	height: 568px;
	padding: 76px 18px 80px;
	box-sizing: border-box;
	background: url(../images/phone.png) no-repeat center center/cover
}

.page_addpage .display .display-swiper .swiper .swiper-slide .itembox .phone .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_addpage .display .display-swiper .swiper .swiper-slide .itembox .phone .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_addpage .display .display-swiper .swiper .swiper-slide .itembox .phone .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 1
}

.page_addpage .display .display-swiper .navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -110px;
	width: calc(100% + 220px);
	padding: 0;
	box-sizing: border-box
}

.page_addpage .display .display-swiper .navigation .next,
.page_addpage .display .display-swiper .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: #f0f5ff;
	color: #fff;
	cursor: pointer;
	transition: all .4s
}

.page_addpage .display .display-swiper .navigation .next:hover,
.page_addpage .display .display-swiper .navigation .prev:hover {
	background: #173f8a
}

.page_addpage .display .display-swiper .navigation .next:hover .arrow,
.page_addpage .display .display-swiper .navigation .prev:hover .arrow {
	border-color: #fff
}

.page_addpage .display .display-swiper .navigation .next .arrow,
.page_addpage .display .display-swiper .navigation .prev .arrow {
	transition: all .4s
}

.page_addpage .display .display-swiper .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-right: 10px
}

.page_addpage .display .display-swiper .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-left: 10px
}

.page_addpage .contrast {
	padding: 90px 0 100px;
	background: url(../images/contrast_bg.jpg) no-repeat center center/cover
}

.page_addpage .contrast .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 46px
}

.page_addpage .contrast .titlebox .title-bg {
	width: 100%;
	height: 96px;
	background: url('../images/title_bg4.png') no-repeat center center/contain;
	margin-bottom: -24px
}

.page_addpage .contrast .titlebox .atitle {
	font-size: 40px;
	font-weight: 700;
	color: #173f8a;
	line-height: 60px
}

.page_addpage .contrast .titlebox .btitle {
	font-size: 20px;
	font-weight: 400;
	color: #ccc;
	line-height: 24px;
	padding: 0 48px;
	letter-spacing: 4px;
	position: relative
}

.page_addpage .contrast .plate {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1040px;
	margin: 0 auto;
	position: relative
}

.page_addpage .contrast .plate .other,
.page_addpage .contrast .plate .zsq {
	width: 50%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	top: 0
}

.page_addpage .contrast .plate .zsq {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	box-shadow: 0 0 20px 0 rgba(0, 89, 255, .5);
	left: 0
}

.page_addpage .contrast .plate .other {
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	right: 0
}

.page_addpage .contrast .plate .itemlist {
	width: 100%;
	padding: 50px 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 9
}

.page_addpage .contrast .plate .itemlist .list-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 116px
}

.page_addpage .contrast .plate .itemlist .list-title .item-left,
.page_addpage .contrast .plate .itemlist .list-title .item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	border-radius: 10px
}

.page_addpage .contrast .plate .itemlist .list-title .item-left {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	background: rgba(255, 255, 255, .2)
}

.page_addpage .contrast .plate .itemlist .list-title .item-right {
	font-size: 24px;
	font-weight: 400;
	color: #666;
	background: #eee
}

.page_addpage .contrast .plate .itemlist .item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden
}

.page_addpage .contrast .plate .itemlist .item:last-child::after,
.page_addpage .contrast .plate .itemlist .item:last-child::before {
	content: none
}

.page_addpage .contrast .plate .itemlist .item::after,
.page_addpage .contrast .plate .itemlist .item::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 1px
}

.page_addpage .contrast .plate .itemlist .item::before {
	background: rgba(255, 255, 255, .2);
	left: 0
}

.page_addpage .contrast .plate .itemlist .item::after {
	background: #eee;
	right: 0
}

.page_addpage .contrast .plate .itemlist .item .item-left,
.page_addpage .contrast .plate .itemlist .item .item-right {
	flex: 1;
	text-align: center
}

.page_addpage .contrast .plate .itemlist .item .item-center {
	flex: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.page_addpage .contrast .plate .itemlist .item .item-center .picbox {
	width: 36px;
	height: 36px;
	overflow: hidden
}

.page_addpage .contrast .plate .itemlist .item .item-center .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_addpage .contrast .plate .itemlist .item .item-center .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_addpage .contrast .plate .itemlist .item .item-center .outer-round {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	margin: 0 30px;
	flex: none
}

.page_addpage .contrast .plate .itemlist .item .item-center .outer-round .inner-round {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: linear-gradient(0deg, #e7efff, #fff);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	color: #173f8a;
	line-height: 24px
}

.page_addpage .contrast .plate .itemlist .item .item-left {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	padding: 0 30px 0 100px
}

.page_addpage .contrast .plate .itemlist .item .item-right {
	font-size: 20px;
	font-weight: 700;
	color: #666;
	line-height: 30px;
	padding: 0 100px 0 30px
}

.page_apointment .apointment {
	background: url(../images/apointment_bg.jpg) no-repeat center center/cover
}

.page_apointment .apointment .contentbox {
	padding-top: 90px;
	padding-bottom: 100px
}

.page_apointment .apointment .contentbox .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 80px
}

.page_apointment .apointment .contentbox .titlebox .atitle {
	max-width: 100%;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	margin-bottom: 10px
}

.page_apointment .apointment .contentbox .titlebox .btitle {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 22px
}

.page_apointment .apointment .contentbox .main-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box
}

.page_apointment .apointment .contentbox .main-box .form-box,
.page_apointment .apointment .contentbox .main-box .progress-box {
	padding: 0 20px
}

.page_apointment .apointment .contentbox .main-box .progress-box {
	max-width: 560px;
	flex: 1;
	box-sizing: border-box
}

.page_apointment .apointment .contentbox .main-box .progress-box .progress-title {
	font-size: 20px;
	font-weight: 700;
	color: #173f8a;
	display: inline-block;
	background: #fff;
	border-radius: 20px 0 20px 0;
	padding: 0 26px;
	line-height: 50px;
	margin-bottom: 30px
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item {
	display: flex;
	margin-bottom: 10px
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item:last-child .item-left .xian {
	display: none
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item .item-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex: none;
	margin-right: 20px
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item .item-left .num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	flex: none
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item .item-left .xian {
	flex: 1;
	width: 1px;
	background: #fff
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item .item-right {
	flex: 1
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item .item-right .item-title {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 22px;
	margin-bottom: 8px
}

.page_apointment .apointment .contentbox .main-box .progress-box .itemlist .item .item-right .item-conbox {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding-bottom: 4px
}

.page_apointment .apointment .contentbox .main-box .form-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: none;
	width: 540px;
	height: 544px;
	position: relative
}

.page_apointment .apointment .contentbox .main-box .form-box .shadow-box1,
.page_apointment .apointment .contentbox .main-box .form-box .shadow-box2 {
	position: absolute;
	background: #fff;
	border-radius: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.page_apointment .apointment .contentbox .main-box .form-box .shadow-box1 {
	opacity: .1;
	width: 540px;
	height: 424px
}

.page_apointment .apointment .contentbox .main-box .form-box .shadow-box2 {
	opacity: .15;
	z-index: 5;
	width: 480px;
	height: 484px
}

.page_apointment .apointment .contentbox .main-box .form-box .form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
	width: 420px;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 9;
	padding: 40px 30px;
	box-sizing: border-box
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-title {
	max-width: 100%;
	max-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 26px;
	font-weight: 700;
	color: #000;
	line-height: 28px
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item {
	width: 100%
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .checkbox-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .checkbox-list .checkbox {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .checkbox-list .checkbox input {
	opacity: 0;
	visibility: hidden;
	position: absolute
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .checkbox-list .checkbox label {
	display: flex;
	align-items: center;
	width: 100%
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .checkbox-list .checkbox label .check {
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	margin-right: 12px;
	position: relative
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .checkbox-list .checkbox label .check .checked {
	width: 24px;
	height: 18px;
	background: url(../images/checked.png) no-repeat center center/contain;
	margin: -1px 0 0 3px
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .checkbox-list .checkbox label .txt {
	max-width: 100%;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 40px
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .input {
	width: 100%;
	height: 50px;
	background: #f9f9f9;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	padding: 0 20px;
	box-sizing: border-box
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .input input {
	width: 100%;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.page_apointment .apointment .contentbox .main-box .form-box .form .form-item .btn {
	width: 100%;
	height: 50px;
	background: #ff3000;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 20px
}

.page_service {
	background: #f9f9f9
}

.page_service .titlebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px
}

.page_service .titlebox .atitle {
	max-width: 100%;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 42px;
	margin-bottom: 10px
}

.page_service .titlebox .btitle {
	max-width: 100%;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 22px
}

.page_service .service {
	padding: 50px 0;
	background: #fff url(../images/dot_bg.png)
}

.page_service .service .itemlist {
	display: flex;
	justify-content: space-between;
	position: relative
}

.page_service .service .itemlist::after {
	content: '';
	position: absolute;
	top: 110px;
	left: -10%;
	width: 120%;
	height: 1px;
	background: linear-gradient(90deg, rgba(195, 217, 255, 0), rgba(195, 217, 255, .8) 20%, #c3d9ff, rgba(195, 217, 255, .8) 80%, rgba(195, 217, 255, 0))
}

.page_service .service .itemlist .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 164px;
	height: 322px;
	position: relative;
	z-index: 5
}

.page_service .service .itemlist .item:hover .img {
	animation: bounce 1s linear
}

.page_service .service .itemlist .item .img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #fff;
	color: #fff;
	box-shadow: 0 0 30px 0 rgba(18, 79, 196, .2) inset
}

.page_service .service .itemlist .item .img .picbox {
	width: 40px;
	height: 40px;
	overflow: hidden
}

.page_service .service .itemlist .item .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_service .service .itemlist .item .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_service .service .itemlist .item .round {
	width: 20px;
	height: 20px;
	margin: 20px 0 30px;
	background: url(../images/round.png) no-repeat center center/contain
}

.page_service .service .itemlist .item .item-title {
	max-width: 100%;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
	font-weight: 700;
	color: #173f8a;
	height: 48px;
	line-height: 24px;
	padding: 0 10px;
	text-align: center
}

.page_service .service .itemlist .item .tag {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	width: 164px;
	height: 108px;
	margin-top: 16px;
	padding: 20px 16px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/service_icon_bg.png) no-repeat center center/contain;
	text-align: center
}

.page_service .careful {
	position: relative
}

.page_service .careful .careful-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: url(../images/service_bg.jpg) no-repeat center center/cover
}

.page_service .careful .contentbox {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9
}

.page_service .careful .contentbox .img {
	width: 600px;
	height: 400px;
	margin-right: 100px;
	flex: none
}

.page_service .careful .contentbox .img .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_service .careful .contentbox .img .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .6s
}

.page_service .careful .contentbox .img .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_service .careful .contentbox .content {
	flex: 1;
	padding: 100px 0
}

.page_service .careful .contentbox .content .titlebox {
	align-items: flex-start
}

.page_service .careful .contentbox .content .titlebox .atitle,
.page_service .careful .contentbox .content .titlebox .btitle {
	color: #fff
}

.page_service .careful .contentbox .content .conbox {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px
}

.page_service .careful .contentbox .content .conbox p {
	text-indent: 2em
}

.page_service .display {
	padding: 100px 0;
	background: #fff url(../images/dot_bg.png)
}

.page_service .display .cate-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 50px 0
}

.page_service .display .cate-list .cate {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #173f8a;
	width: 200px;
	height: 60px;
	margin: 0 10px;
	background: #f0f5ff
}

.page_service .display .cate-list .cate.active {
	background: linear-gradient(90deg, #173f8a, #1054d5);
	color: #fff
}

.page_service .display .display-swiper {
	position: relative;
	padding: 0 30px
}

.page_service .display .display-swiper .swiper .swiper-slide .itembox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px
}

.page_service .display .display-swiper .swiper .swiper-slide .itembox .phone {
	width: 285px;
	height: 568px;
	padding: 76px 18px 80px;
	box-sizing: border-box;
	background: url(../images/phone.png) no-repeat center center/cover
}

.page_service .display .display-swiper .swiper .swiper-slide .itembox .phone .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page_service .display .display-swiper .swiper .swiper-slide .itembox .phone .picbox .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .6s
}

.page_service .display .display-swiper .swiper .swiper-slide .itembox .phone .picbox .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0
}

.page_service .display .display-swiper .navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -110px;
	width: calc(100% + 220px);
	padding: 0;
	box-sizing: border-box
}

.page_service .display .display-swiper .navigation .next,
.page_service .display .display-swiper .navigation .prev {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: #f0f5ff;
	color: #fff;
	cursor: pointer;
	transition: all .4s
}

.page_service .display .display-swiper .navigation .next:hover,
.page_service .display .display-swiper .navigation .prev:hover {
	background: #173f8a
}

.page_service .display .display-swiper .navigation .next:hover .arrow,
.page_service .display .display-swiper .navigation .prev:hover .arrow {
	border-color: #fff
}

.page_service .display .display-swiper .navigation .next .arrow,
.page_service .display .display-swiper .navigation .prev .arrow {
	transition: all .4s
}

.page_service .display .display-swiper .navigation .next .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-right: 10px
}

.page_service .display .display-swiper .navigation .prev .arrow {
	width: 20px;
	height: 20px;
	transform: rotate(225deg);
	border-top: 4px solid #173f8a;
	border-right: 4px solid #173f8a;
	margin-left: 10px
}
.inside_con{ padding:10px 0; min-height: 300px;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }