* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
}

body {
	width: 100%;
	font-family: 'siyuan';
	background: #fff;
	color: #333;
}

/*去除a标签下划线*/
a {
	text-decoration: none;
	color: #666666;
}

/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration: none;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
}

/*去除鼠标悬停时的a标签的下划线*/
a:hover {
	text-decoration: none;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

input,
button {
	display: inline-block;
	border: none;
	outline: none;
	background: #fff;
}

p {
	line-height: 1.8;
}

video {
	outline: none;
	cursor: pointer;
}

.clearfix {
	content: '';
	display: block;
	overflow: hidden;

}

p.clearfix {
	margin-bottom: 0;
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ws100 {
	display: block;
	width: 100%;
}

/* ::-webkit-scrollbar { */


/* width: 0px; */


/* }  */




/* nav */





.nav_logo b {
	display: none;
	margin-top: 32px;
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 20px;
	border-left: 2px solid #ccc;
}

.navList {
	position: absolute;
	top: 93px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	display: none;
}

.navList ul {
	margin: 30px 0;
	padding: 0 2%;
	width: 96%;
}

.navList ul li {
	float: left;
	width: 16%;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	color: #333;
}

.navList ul li h4 {
	margin-bottom: 20px;
	font-size: 18px;
}

.navList ul li a {
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #333;
}

.navList li.cur a,
.navList li a:hover {
	color: #0883ee;
}

.nav_tel {
	margin-top: 0;
	margin-right: 30px;
	height: 80px;
	padding-left: 34px;
	line-height: 80px;
	background: url("../images/top_tel.png") no-repeat 0 50%;
}

.nav_tel b {
	font-size: 24px;
}

.topMenu {
	margin-top: 15px;
	cursor: pointer;
}

/* nav */
.pc-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#banner {}

.main {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.pc-nav .aeh {
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.pc-nav .logo {
	float: left;
	height: 40px;
}
.pc-nav .logo img{
	height: 40px;
}

.logo_tit {
	font-size: 16px;
	letter-spacing: 12px;
	margin-left: 6px;
	color: #040D16;
}

.logo_des {
	font-size: 10px;
	color: #666666;
	margin-top: 2px;
	line-height: 10px;
	margin-left: 6px
}
.logo_tit_m{
	font-size: 0.32rem;
	letter-spacing: 0.2rem;
	margin-left: 0.1rem;
	line-height: 0.4rem;
	color: #040D16;
}

.logo_des_m{
	font-size: 0.2rem;
	color: #666666;
	line-height: 0.24rem;
	margin-left: 0.1rem
}

.nav_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_top form {
	height: 36px;
	width: 390px;
	border-radius: 19px;
	border: 1px solid #e2e3e9;
	background: #f1f2f6;
}

.nav_top input {
	float: left;
	width: 345px;
	height: 36px;
	border: 0;
	outline: none;
	background: none;
	padding-left: 20px;
}

.nav_top button {
	float: left;
	width: 40px;
	height: 36px;
	border: 0;
	outline: none;
	background: none;
	background: url(../images/icon_sub_btn.png) no-repeat center;
	background-size: 26px 26px;
}

.pc_nav_not_top {
	background: #fff !important;
}

.pc_nav_not_top .logo_tit {
	color: #000 !important
}

.pc_nav_not_top .logo_des {
	color: #666666 !important;
}

.pc_nav_not_top a {
	color: #666 !important
}

.pc_nav_not_top .nav li.on a {
	color: #000 !important;
}

.pc_nav_not_top .nav li:hover {
	color: #000 !important;
	height: 68px;
	line-height: 68px;
}

.pc_nav_not_top .nav li:hover a {
	color: #000 !important;
}

.pc-nav .nav {
	float: right;
	height: 68px;
}

.pc-nav .nav li {
	float: left;
	position: relative;
	margin: 0 25px;
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.pc-nav .nav>li {
	margin: 0 20px;
}

.pc-nav .nav li.on a {
	color: #000;
}

.pc-nav .nav li dl {
	display: none;
	position: absolute;
	left: 50%;
	top: 68px;
	z-index: 99;

	margin-left: -90px;
	/*box-shadow: 3px 3px 3px #eee;*/
	width: 180px;
	padding-top: 5px;

}

.pc-nav .nav li dl>div {
	background: #fff;
	padding: 10px 0;
}

.pc-nav .nav li .jiejuefangan_nav_box {
	display: none;
	position: fixed;
	margin-left: 0;
	left: 0;
	top: 68px;
	z-index: 99;
	width: 100%;
	padding-top: 5px;
}

.pc-nav .nav li .jiejuefangan_nav_box>div {
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

.pc-nav .nav li dd {
	height: 36px;
	font-weight: 500;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #222;
}

.pc-nav .nav li a {
	padding: 0;
	background: none;
}

.pc-nav .nav li:hover {
	color: #000;
	height: 68px;
	line-height: 68px;
}

.pc-nav .nav li:hover a {
	color: #000;
}

.pc-nav .nav li .nav-menu a {
	display: inline-block;

	color: #222;
}

.pc-nav .nav li .nav-menu a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

.pc-nav .nav li.last {
	margin-right: 0;
}


/* foot */

.foot {
	background: #FFFFFF;
}

.foot h4 {
	font-size: 20px;
	text-align: left;
	color: #333333;
}

.foot span.line {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 32px;
	height: 4px;
	background: #fff;
}

.foot p {
	margin-bottom: 0;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #999999;
}

.foot p a {
	color: #999999;
}

.foot p a:hover {
	text-decoration: underline;
}

.foot b {
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
}

.foot span {
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.foot .address-div {
	clear: both;
	overflow: hidden;
}

.foot .address-div .address-key {
	float: left;
	width: 50px;
	line-height: 30px;
}

.foot .address-div .address-val {
	float: left;
	width: 280px;
	line-height: 30px;
}


.guanzhu {
	margin-left: 30px;
}

.erweimaList {
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.erweima {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 1111;
	margin-left: -76px;
	width: 152px;
	height: 152px;
	display: none;
}

.pfootTel {
	display: none;
}
.foot .copy p{ text-align: center;}
.foot .copy {

	margin-bottom: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 20px 0;
	background: #fff;
	color: #999;
	/*padding-bottom:80px;*/
}

.foot .copy p a {
	margin-right: 20px;
	text-decoration: underline;
	color: #999;
}

/* pbanner */

#banner .swiper-pagination-bullet-active {
	background: #fff;
}

.page {
	background: #f4f5f9;
}

.centerTitle {
	background: rgba(37, 137, 183, .8);
}

.clamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.clamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.clearboth:after {
	display: block;
	height: 0;
	content: '.';
	visibility: hidden;
	clear: both;
}

.flex {
	display: flex;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.float_l {
	float: left
}

.float_r {
	float: right
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.bg-white {
	background: #fff;
}

.bg-blue {
	background: #0883ee;
}

.bg-orange {
	background: #ff8638;
}

@media screen and (min-width: 1000px) {

	.whide {
		display: none;
	}

	.maodian {
		position: relative;
		top: -100px;
	}

	.maodian_lg {
		top: -200px;
	}


	.model_item {
		width: 1200px;
		margin: 0 auto
	}

	#banner .swiper-pagination-bullet {
		width: 90px;
		height: 4px;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.5);
	}

	#banner .swiper-pagination-bullet-active {
		background: rgba(255, 255, 255, 1);
	}

	.model_tit_box {
		text-align: center;
	}

	.model_tit {
		font-size: 40px;
		line-height: 45px;
		color: #000;
		font-weight: 600;
	}

	.model_tit_des {
		margin-top: 30px;
		font-size: 20px;
		color: #999999;
		line-height: 28px;
	}


	.pointer {
		cursor: pointer;
	}

	.padding-top-lg {
		padding-top: 80px;
	}

	.padding-top {
		padding-top: 40px;
	}

	.margin-top-lg {
		margin-top: 45px;
	}



	.news_list {
		width: 1200px;
		margin: 0 auto;
		align-items: center;
	}

	.news_item {
		width: 385px;
		height: 410px;
		position: relative
	}

	.news_item img {
		width: 385px;
		height: 206px;
		border-radius: 15px;
	}

	.news_item .img {
		width: 385px;
		height: 206px;
		background-size: cover;
		transition: all 0.3s;
		background-position: center;
		background-repeat: no-repeat;
	}

	/*.news_item .actived{ background-size:400px auto}*/
	.news_tit {
		font-size: 20px;
		color: #000;
		font-weight: 600;
		line-height: 30px;
		margin: 10px 0;
		max-height: 60px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.news_time {
		font-size: 16px;
		color: #666666;
	}

	.news_group_list {
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 0px;
	}

	.news_group_list a {
		font-size: 16px;
		color: #000;
		line-height: 30px;
		max-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.news_group_list a:hover {
		color: #9a0000;
	}

	.news_tab_content .show_more {
		display: block;
		width: 168px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 20px;
		border: 1px solid #9a0000;
		color: #9a0000;
		margin: 40px auto
	}

	.news_tab_content .show_more:hover {
		background: #9a0000;
		color: #fff
	}

	.bottom_logo {
		margin-bottom: 20px;
	}

	.bottom_qrcode {
		margin-top: 10px;
	}

	.bottom_qrcode img {
		margin-bottom: 10px;
	}

	.page_banner .banner_info {
		height: 100%;
	}

	.banner_tit {
		padding: 25px 40px 40px 40px;
		display: inline-block;
		position: relative;
		font-size: 50px;
		background: rgba(87, 132, 163, .8);
		color: #fff;
	}

	.banner_tit span {
		position: absolute;
		left: 40px;
		bottom: 30px;
		width: 60px;
		height: 3px;
		background: #fff;
	}

	.model_item_tit {
		font-size: 40px;
		position: relative;
		padding-bottom: 10px;
	}

	.model_item_tit span {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 126px;
		height: 3px;
		background: #c94c4c;
	}

	.pause {
		animation: pause 1s infinite;
	}

	@keyframes pause {
		0% {
			transform: scale(1);
		}

		50% {
			transform: scale(1.8);
		}

		100% {
			transform: scale(1);
		}
	}

	/***预约产品演示***/
	html,
	body {
		height: 100%;
		;
	}

	.page {
		min-height: 100%;
	}


	/*详情页导航*/
	.detail_nav_top {
		width: 860px;
		margin: 0 auto;
		padding-top: 100px;
	}

	.detail_nav {
		height: 20px;
		padding: 30px 0;
		width: 860px;
		margin: 0 auto;
	}

	.detail_box {
		width: 860px;
		margin: 0 auto 50px;
		display: flex;
		justify-content: center;
	}
	
	.detail_left {
		width: 860px;
		padding: 0 20px;
	}

	.detail_tit {
		text-align: center;
		font-size: 30px;
		line-height: 80px;
		margin-top: 20px;
	}

	.detail_time {
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 40px;
		color: #666;
		margin-bottom: 20px;
	}

	.detail_bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.detail_bottom div {
		max-width: 400px;
		line-height: 50px;
		height: 50px;
		margin-top: 20px;
	}

	.detail_bottom div a:hover {
		color: #20b6de;
	}

	.detail_other {
		padding: 10px;
		border: 1px solid #dfdfdf;
		margin: 20px auto;
		color: #666666;
		display: flex;
		justify-content: space-between;
	}

	.detail_other a {
		color: #20b6de;
		margin-left: 5px;
	}

	.detail_other img {
		width: 24px;
		height: 24px;
	}

	/*列表页*/
	.list_box {
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}

	.list_menu {
		width: 180px;
	}

	/*列表页分类*/
	.list_menu .list_menu_tit {
		display: block;
		height: 36px;
		line-height: 36px;
		padding-left: 30px;
		color: #fff;
		background: #20b6de;
		margin-bottom: 10px;
	}

	.list_menu_name {
		padding-left: 30px;
		height: 36px;
		line-height: 36px;
		cursor: pointer;
	}

	.list_menu_item.actived {
		background: url(/images/icon_sanjiao.png) no-repeat 8px 10px;
		background-size: 14px 14px;
	}

	.list_menu_item.actived>.list_menu_name {
		color: #20b6de
	}

	.list_menu_second_list {
		display: none;
		padding-left: 30px;
	}

	.list_menu_second_list.actived {
		display: block;
	}

	/*列表页列表*/
	.list_main {
		width: 930px;
		padding-bottom: 60px;
		margin: 0 auto
	}

	.list_news_list {
		width: 100%;
	}

	.list_main_list {
		width: 100%;
		background: #fff;
	}

	.list_item {
		padding: 25px 30px;
		border-bottom: 1px solid #e9e9e9;
		display: flex;
	}

	.list_item .img {
		width: 260px;
		height: 150px;
		margin-right: 25px;
	}

	.list_item .list_item_info {
		width: 585px;
	}

	.list_item:hover .list_item_tit {
		color: #20b6de;
	}

	.list_item_tit {
		font-size: 20px;
		font-weight: 600;
	}

	.list_item_time {
		font-size: 12px;
		color: #a7a7a7;
		line-height: 40px;
	}

	.list_item_des {
		line-height: 32px;
		height: 64px;
		font-size: 16px;
		color: #666666;
	}

	/*列表页分页器*/
	.pagination {
		margin: 14px auto;
	}

	.pagination li {
		margin-left: 8px;
		display: inline-block;
		float: left;
	}

	.pagination>.active>a,
	.pagination>.active>a:focus,
	.pagination>.active>a:hover,
	.pagination>.active>span,
	.pagination>.active>span:focus,
	.pagination>.active>span:hover {
		background: #20b6de;
		color: #fff;
		border: 1px solid #20b6de;
	}

	.list_fenye_box {
		margin-top: 30px;
		display: flex;
		color: #515a85;
	}

	.list_fenye_main {
		display: flex;
		justify-items: center;
		align-items: center;
		background: #fff;
		padding: 0 14px;
		margin: 0 auto;
	}



	/**首页**/








	.tykc {
		height: 880px;
		position: relative;
		background: url(/images/ind_tykc_bg.png) no-repeat center;
	}

	.tykc_list {
		margin-top: 70px
	}

	.tykc_item {
		width: 250px;
		height: 360px;
        border-radius: 12px;
		background: #FFFFFF;
		padding: 24px;
		box-shadow: 0px 40px 60px -20px rgba(26,32,44,0.1);
		border: 1px solid #EBEBEB;
	}
	.tykc_item img{ width:64px ;}
	.tykc_item_tag {
		font-size: 24px;
	}

	.tykc_item_dian {
		width: 16px;
		position: relative;
		z-index: 9;
		height: 16px;
		border-radius: 8px;
		margin-top: 25px;
		background: #28D58D;
	}

	.tykc_item_tit {
		font-size: 20px;
		color: #040D16;
		font-weight: 600;
		margin-top: 40px;
		line-height: 22px;
	}

	.tykc_item_des {
		font-size: 14px;
		color: #999999;
		line-height: 22px;
		margin-top: 30px;
	}

	.tykc_item_1 {
		margin-top: 170px
	}

	.tykc_item_2 {
		margin-top: 125px
	}

	.tykc_item_3 {
		margin-top: 55px
	}

	.tykc_item_4 {
		margin-top: -20px
	}

	.tykc_list_line {
		position: absolute;
		top: 300px;
		left: 50%;
		margin-left: -775px;
		width: 1550px;
		height: 254px;
		background: url(/images/tykc_line_bg.png) no-repeat center;
		background-size: 100% 100%;
	}
	.qwhz_item{ border-radius: 12px; color:#fff; width: 590px; height: 590px; padding:400px 40px 0 40px;}
	.qwhz_item1{ background: url(/images/qwhz_img_1.png) no-repeat center; background-size: 100% 100%;}
	.qwhz_item2{ background: url(/images/qwhz_img_2.png) no-repeat center; background-size: 100% 100%;}
	.qwhz_item_tit{ font-size:32px; font-weight: 600;}
	.qwhz_item_des{ font-size:16px; line-height: 22px; margin-top:10px}
	.jiameng_form{ height: 440px;background: url(/images/form_bg.png) no-repeat center; background-size: auto 100%; }
	.jiameng_form .model_item{ height: 100%;}
	.jiameng_form_tit{ color: #fff; font-size: 36px; padding-top:100px; font-weight: 600;}
	.jiameng_form_main{ margin:0 auto; margin-top:50px; width:360px ; padding:0 5px; height: 50px; border-radius: 25px; background: #fff;}
	.jiameng_form_main input{ padding-left: 20px; font-size: 18px;}
	.jiameng_form_main .sub_btn{ color: #fff; font-size: 14px;border-radius: 20px; width: 150px; background: #28D58D; height: 40px; line-height: 40px; text-align: center;}



	.banner_center {
		width: 520px;
	}

	.banner_center_tit {
		width: 500px;
		font-size: 48px;
		font-weight: 600;
		color: #040D16;
		line-height: 50px;
	}

	.banner_center_info {
		width: 500px;
		color: #999;
		font-size: 14px;
		margin-top: 30px;
		font-weight: 400;
		line-height: 22px;
	}

	.banner_center_btn {
		width: 165px;
		display: block;
		height: 50px;
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
		margin-top: 40px;
		border-radius:25px;
		line-height: 50px;
		background: #28D58D;
	}

	.banner_center_btn:hover {
		color: #FFFFFF;
	}

	.zhty_list {
		margin-top: 30px;
	}

	.zhty_item {
		width: 240px;
		height: 540px;
		float: left;
		transition: all 0.3s;
	}

	.zhty_item.actived {
		width: 480px;
	}

	.zhty_item_1 {
		background: url(/images/ind_zhty_img_1.png) no-repeat center;
		background-size: cover;
	}

	.zhty_item_2 {
		background: url(/images/ind_zhty_img_2.png) no-repeat center;
		background-size: cover;
	}

	.zhty_item_3 {
		background: url(/images/ind_zhty_img_3.png) no-repeat center;
		background-size: cover;
	}

	.zhty_item_4 {
		background: url(/images/ind_zhty_img_4.png) no-repeat center;
		background-size: cover;
	}

	.zhty_info {
		height: 260px;
		width: 100%;
		padding: 0 40px 40px 40px;
		color: #fff;
		background: linear-gradient(180deg, rgba(0, 105, 181, 0) 0%, #86B5D4 100%);
	}

	.zhty_tit {
		font-size: 20px;
		font-weight: 600;
		margin-top: 10px;
	}

	.zhty_btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #0069B5;
		background: #fff;
		font-size: 14px;
		display: none;
		margin-top: 20px;
	}

	.zhty_des {
		font-size: 14px;
		display: none;
		margin-top: 10px;
		line-height: 22px;
	}

	.zhty_item.actived .zhty_des,
	.zhty_item.actived .zhty_btn {
		display: block;
	}

	.model_more_btn {
		margin: 0 auto;
		color: #333333;
		font-size: 16px;
		margin-top: 40px;
		margin-bottom: 80px;
		width: 200px;
	}

	.model_more_btn img {
		margin-left: 5px;
	}

	.rcfz {
		background: #fff;
		padding-bottom: 1px;
	}

	.rcfz_item {
		width: 300px;
		height: 160px;
	}

	.rcfz_item_tit {
		font-size: 18px;
		font-weight: 600;
		margin-top: 10px;
		color: #333;
	}

	.rcfz_item_des {
		font-size: 14px;
		margin-top: 10px;
		color: #999999;
		width: 260px;
	}

	.tyzb {
		height: 703px;
	}

	.tyzb_list {
		margin-top: 70px;
	}

	.tyzb_item {
		width: 384px;
		padding: 40px;
		height: 320px;
		background: #fff;
		border: 1px solid #EBEBEB;
	}

	.tyzb_item_1 {
		background: url(/images/ind_tyzb_bg_1.png) no-repeat bottom center;
	}

	.tyzb_item_2 {
		background: url(/images/ind_tyzb_bg_2.png) no-repeat bottom center;
	}

	.tyzb_item_3 {
		background: url(/images/ind_tyzb_bg_3.png) no-repeat bottom center;
	}

	.tyzb_item_tit {
		height: 25px;
		font-size: 18px;
		font-weight: 600;
		color: #040D16;
		line-height: 25px;
	}

	.tyzb_item_des {
		width: 304px;
		height: 66px;
		font-size: 14px;
		color: #999999;
		margin-top: 20px;
		line-height: 22px;
	}

	.hydt {
		height: 698px;
		background: #fff;
	}

	.news_list {
		margin-top: 60px;
	}

	.news_item {
		height: 376px;
		width: 384px;
		border: 1px solid #EBEBEB;
	}

	.news_img {
		width: 100%;
		height: 240px;
	}

	.news_info {
		padding: 20px;
	}

	.news_info_tit {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		font-size: 18px;
		font-weight: 600;
		color: #040D16;
		line-height: 30px;
	}

	.news_info_des {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 10px;
		font-size: 14px;
		color: #999999;
		line-height: 22px;
	}

	.news_item:last-child .news_info_tit {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.news_more_btn {
		margin: 0 auto;
		font-size: 18px;
		display: block;
		margin-top: 20px;
		width: 214px;
		height: 40px;
		margin-bottom: 30px;
		border-radius: 5px;
		color: #333;
		text-align: center;
		line-height: 40px;
	}

	.news_more_btn:hover {
		color: #333;
	}

	.jiameng_form_3 {
		padding-top: ;
		height: 400px;
		background: #EDF6FC url(/images/form_bg.png) no-repeat center;
	}

	.jiameng_form_3_tit {
		text-align: center;
		font-size: 32px;
		color: #040D16;
		line-height: 48px;
		margin-bottom: 130px;
	}

	.jiameng_form_3_main input,
	.jiameng_form_3_main .sub_btn {
		outline: none;
		background: #ffffff;
		line-height: 46px;
		color: #000;
		text-align: center;
		padding: 0;
		border: 0;
		height: 46px;
		width: 260px;
	}

	.jiameng_form_3_main .sub_btn {
		background: #0069B5;
		color: #fff;
	}

	.jiameng_form_3_main input::-webkit-input-placeholder {
		color: #000;
	}

	.foot_bottom_item {
		margin-right: 30px;
	}

	.foot_bottom_item h4 {
		margin-bottom: 30px;
		font-size: 18px;
	}

	.foot_bottom_item p {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.icon_mobile {
		width: 60px;
		height: 60px;
		background: rgba(0,0, 0, 0.08) url(/images/icon_mobile.png) no-repeat center;
		background-size:24px 24px;
		border-radius: 30px;
	}

	.icon_email {
		width: 60px;
		height: 60px;
		background: rgba(0,0, 0, 0.08) url(/images/icon_email.png) no-repeat center;
		background-size:24px 24px;
		border-radius: 30px;
	}

	.foot_right_item {
		margin-bottom: 20px;
		color: #999;
		text-align: left;
	}

	.foot_right_item .icon_mobile {
		margin-right: 10px;
	}

	.foot_right_item_tit {
		font-size: 24px;
		font-weight:600;
		line-height: 40px;
		color: #333333;
	}

	.foot .qrcode_box p {
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}

	.foot .qrcode_box {
		margin-top: 20px;
	}

	.foot .qrcode_box:last-child {
		margin-left: 60px;
	}


	.foot_line {
		height: 1px;
		background: rgba(0,0,0,0.12);
		margin-top: 40px;
	}

	.copy_border {
		margin: 0 20px;
		width: 2px;
		height: 20px;
		background: rgba(255, 255, 255, .8);
		display: inline-block;
	}

	.copy_bottom a {
		color: rgba(255, 255, 255, .8);
	}

	/**智慧幼儿园**/
	.page_banner .model_item{ height: 100%;}
	.banner_form_main{ margin-top:50px;
	width:360px ; height: 50px; border:1px solid #E7E7E7; border-radius: 25px; background: #fff;}
	.banner_form_main input{ margin-left: 20px; font-size: 18px;}
	.banner_form_main .sub_btn{ position: relative; top:0px; color: #fff; font-size: 18px;border-radius: 25px;
	 width: 150px; background: #28D58D; height: 50px; line-height: 50px; text-align: center;}
	.page_banner_center_info {
		width: 500px;
		color: #999;
		font-size: 20px;
		margin-top: 30px;
		font-weight: 400;
		line-height: 30px;
	}
	.kunrao{ height: 418px; background: #F5F6FA;}
	.kunrao_item{ width: 282px; border-radius: 10px; color:#fff;
		height: 128px; padding:22px;
		background: rgba(49,49,49,0.5);
		backdrop-filter: blur(2px);}
	.kunrao_item_tit{ font-weight: 600; font-size: 20px;}
	.kunrao_item_des{ font-size: 16px; line-height: 22px; margin-top:8px;}
	.kunrao_item1{ background: url(/images/kunrao_bg_1.png) no-repeat; background-size: 100% 100%;}
	.kunrao_item2{ background: url(/images/kunrao_bg_2.png) no-repeat; background-size: 100% 100%;}
	.kunrao_item3{ background: url(/images/kunrao_bg_3.png) no-repeat; background-size: 100% 100%;}
	.kunrao_item4{ background: url(/images/kunrao_bg_4.png) no-repeat; background-size: 100% 100%;}

	.kunrao_item5{ width:384px; background: url(/images/rcfz_kunrao_bg_1.png) no-repeat; background-size: 100% 100%;}
	.kunrao_item6{ width:384px; background: url(/images/rcfz_kunrao_bg_2.png) no-repeat;background-size: 100% 100%;}
	.kunrao_item7{ width:384px; background: url(/images/rcfz_kunrao_bg_3.png) no-repeat; background-size: 100% 100%;}

	.kunrao_item8{ background: url(/images/yyzb_kunrao_bg_1.png) no-repeat; background-size: 100% 100%;}
	.kunrao_item9{ background: url(/images/yyzb_kunrao_bg_2.png) no-repeat;background-size: 100% 100%;}
	.kunrao_item10{  background: url(/images/yyzb_kunrao_bg_3.png) no-repeat; background-size: 100% 100%;}
	.kunrao_item11{ background: url(/images/yyzb_kunrao_bg_3.png) no-repeat; background-size: 100% 100%;}

	.kunrao_item12{ width:384px; background: url(/images/yykc_kunrao_bg_1.png) no-repeat; background-size: 100% 100%;}
	.kunrao_item13{ width:384px; background: url(/images/yykc_kunrao_bg_2.png) no-repeat;background-size: 100% 100%;}
	.kunrao_item14{ width:384px; background: url(/images/yykc_kunrao_bg_3.png) no-repeat; background-size: 100% 100%;}


	.kuangjiatu{ height: 730px;}
	.model_item_img{ width: 100%;}

	.zhyey_item{ display: none;}
	.zhyey_item.actived{ display: block; height: 600px;}
	.zhyey_item .model_item{ height: 600px}
	.tongdian_tab_list{ margin-top:80px; border-bottom:1px solid  rgba(0,0,0,0.12);}
	.zhyey_tab_item{padding:0 20px; cursor: pointer; color:#666666; text-align: center;
	 position: relative; height:60px; line-height: 60px; font-size: 20px;}
	 .zhyey_tab_item.actived{ font-weight: 600; color:#29D68E;}
	.zhyey_tab_item.actived span{ position: absolute; display: block; bottom:0; left: 50%; margin-left: -16px;}
	.zhyey_tab_item span{ width: 32px; height: 4px; display: none; background: #29D68E}

	.zhyey_item img{ width:640px;}
	.zhyey_info_tit{width: 500px;
		font-size:32px; line-height: 45px; font-weight: 600;
		margin-top:20px;
		font-weight: 600;
		color: #000000;
		letter-spacing: 1px;}
	.zhyey_info_des{width: 500px;
	 font-size:20px ; line-height: 34px; margin-top:30px;
		font-weight: 400;
		color: #666;
		letter-spacing: 1px;}

	.zhjs{ height: 850px; background: #F5F6FA;}
	.zhjs_main{ position: relative;}
	.zhjs_btn{ border-radius: 32px; width:64px; position: absolute; height:64px; top:50%; margin-top:-30px;
	background:#fff url(/images/icon_jiantou_green.png) no-repeat center; background-size: 30px 30px; }
	.zhjs_btn:hover{background:#28D58D url(/images/icon_jiantou_white.png) no-repeat center; background-size: 30px 30px;}
	.zhjs_next_btn{ right: -80px;}
	.zhjs_pre_btn{ left: -80px; transform: rotate(180deg);}
	.zhjs_item img{ width:508px; margin-right: 40px; height:440px; border-radius: 12px;}
	.zhjs_item{ background: #fff; border-radius: 12px;}
	.zhjs_des{ width:590px ; border-bottom:1px solid #E7E7E7;color:#999; padding:20px 0; font-size:16px; line-height:22px;}
	.zhjs_tit{ margin-top:40px; font-weight: 600; font-size:32px; color:#000;}
	.zhjs_txt{ font-size: 20px; line-height: 30px; margin-top:20px; color:#666; width:590px;}
	.zhjs_main .swiper-pagination{ left: 50%; transform: translateX(-50%); bottom:-60px;}
	.zhjs_main .swiper-pagination-bullet{ margin-left:10px; opacity: 1; width:24px; height: 4px; background: #fff;}
	.zhjs_main .swiper-pagination-bullet-active{ background:#28D58D ; border-radius: 0;}
	.zhye{ height: 680px;}
	.zhye_item{width: 274px;
		height: 317px;
		background: #FFFFFF;
		box-shadow: 0px 40px 60px -20px rgba(26,32,44,0.1);
		border-radius: 8px;
		border: 1px solid #EBEBEB;}
	.zhye_item img{ width: 100%; border-radius: 8px 8px 0 0 ;}
	.zhye_tit{ color:#333; font-size: 18px; font-weight: 600; line-height:25px; padding:24px 24px 0px 24px;}
	.zhye_des{ font-size: 14px; color:#999; line-height:20px; padding:15px 24px 0 24px;}

	.zhjt{ background: #F5F6FA;}
	.zhjt .model_item{ position: relative;}
	.zhjt_tab_list{ z-index: 9;position: absolute; left:0 ; bottom:200px;}
	.zhjt_tab_item{ background: #fff; border-radius: 25px; margin-right:30px; width:50px; height: 50px; padding:13px}
	.zhjt_tab_item.actived{width:70px; border-radius: 35px; height: 70px; padding:23px;}
	.zhjt_tab_item img{ width: 24px; height: 24px;}

	.zhjt_item{ display: none;}
	.zhjt_item.actived{ display: block; height: 600px;}
	.zhjt_item .model_item{ height: 600px}
	.zhjt_item img{ width:600px;}
	.zhjt_info_tit{width: 500px;
		font-size:32px; line-height: 45px; font-weight: 600;
		margin-top:20px;
		font-weight: 600;
		color: #000000;
		letter-spacing: 1px;}
	.zhjt_info_des{width: 500px;
	 font-size:20px ; line-height: 34px; margin-top:30px;
		font-weight: 400;
		color: #666;
		letter-spacing: 1px;}

	.znyj_item{ width:284px; height:504px; background: #F5F6FA;}
	.znyj_item img{ width:100%;}
	.znyj_item2{ width:284px; height:240px; margin-bottom:24px;}
	.znyj_item .znyj_item_tit{ text-align: center; font-size: 24px; font-weight:600; line-height: 30px; margin-top: 23px;}
	.znyj_item2 .znyj_item_tit{  margin-top: 5px;}

	.liyou{ padding-bottom: 80px;}
	.liyou_icon{ border-radius: 32px; width: 64px; padding:16px; margin:0 auto; height: 64px; background: #28D58D;}
	.liyou_icon img{ width: 32px; height: 32px;}
	.liyou_des{ width: 300px; margin:0 auto; font-size:14px ; color: #666; line-height:20px;}
	.liyou_item{ width: 360px;}
	.liyou_tit{ font-size: 24px; margin-top:20px; margin-bottom:10px; color:#000; font-weight: 600;}
	.liyou_border{ height: 100px; width: 1px; background: #D8D8D8;}
	.qtfa_item {
			width: 385px;
			height: 178px;
			padding:24px;
			background: #FFFFFF;
box-shadow: 0px 40px 60px -20px rgba(26,32,44,0.1);
			border-radius: 8px;
			border: 1px solid #EBEBEB;
		}
	.qtfa_item_main{ width: 278px; padding-top:24px;}

	/***人才发展**/
	.rcfzmx{ padding-bottom:50px;}
	.rcfzmx .model_item_img{ width: 1150px; margin:0 auto; display: block;}
	.rcfz_jjfa_item{ margin-bottom: 50px; width: 590px; height: 680px; position:relative}
	.rcfz_jjfa_item img{ height: 220px; width: 590px; border-radius:10px ;}
	.rcfz_jjfa_tit{ font-size: 24px; font-weight: 600; margin-top:30px;}
	.rcfz_jjfa_des{ color:#999; font-size: 16px; line-height: 22px; margin-top:20px;
	margin-bottom:30px;}
	.rcfz_jjfa_group{font-weight: 600;  color: #666;font-size: 16px; line-height: 24px;}
	.rcfz_jjfa_btn{width: 165px;
		height: 50px;
		background: #29D68E;
		text-align: center;
		font-size:18px ;
		position: absolute;
		bottom:52px;
		left: 0;
		line-height: 50px;
		color:#fff;

		box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.04);
		border-radius: 25px;}
	.rcfz_jjfa_btn2{ background: #F5F6FA; color:#999;}
	.liyou_tit2{ font-size: 20px; line-height: 30px; color: #666;}
	.liyou_data{ font-size: 56px; color: #30D493; font-weight: 600; margin-top:10px;}


	/**婴幼装备**/
	.zxsj{ padding-bottom:80px;}
	.zbfa_list{ padding-top:30px; border-top:1px solid #EBEBEB;}
	.zbfa_item{width: 279px;
	position: relative;
	height: 199px;
	padding:0 32px;
	background: #FFFFFF;
	box-shadow: 0px 40px 60px -20px rgba(26,32,44,0.1);
	border-radius: 5px;
	border: 1px solid #EBEBEB;}
	.zbfa_item_top{width: 80px;
	margin:0 auto;
	height: 6px;
	border-radius: 0px 0px 100px 100px; }
	.zbfa_item_yuanquan{ background: #fff; position: absolute; width:16px;
	 left: 50%; margin-left: -8px; top:-38px; height:16px; border-radius: 8px;}
	.zbfa_item_tit{ font-weight: 600; text-align: center; margin-top:20px; font-size: 20px; line-height: 28px;}
	.zbfa_item_des{  color:#999; margin-top:12px; font-size: 14px; line-height: 28px;}
	.zbfa_item1 .zbfa_item_top{background: #29D68E;}
	.zbfa_item2 .zbfa_item_top{background: #4073FF;}
	.zbfa_item3 .zbfa_item_top{background: #AF83EF;}
	.zbfa_item4 .zbfa_item_top{background: #FFD94B;}

	.zbfa_item1 .zbfa_item_yuanquan{border:1px solid #29D68E;}
	.zbfa_item2 .zbfa_item_yuanquan{border:1px solid #4073FF;}
	.zbfa_item3 .zbfa_item_yuanquan{border:1px solid #AF83EF;}
	.zbfa_item4 .zbfa_item_yuanquan{border:1px solid #FFD94B;}

	.jjpz{ background: #F5F6FA;}
	.jjpz_item{ display: none;}
	.jjpz_item.actived{ display: block;}
	.jjpz_box{ position: relative; width: 320px;
		height: 280px;
		padding:24px 30px;
		background: #FFFFFF;
		box-shadow: 0px 40px 60px -20px rgba(26,32,44,0.1);
		border-radius: 11px;
		border: 1px solid #EBEBEB;}
	.jjpz_icon{ position: absolute; top:-32px; right: 32px; width: 64px; padding:16px; height: 64px; border-radius: 32px; background: #29D68E;}
	.jjpz_icon img{ width: 32px;}
	.jjpz_box_tit{ font-size:24px; font-weight: 600;}
	.jjpz_box_des{ font-size:16px ;line-height:30px; color:#666; margin-top:10px; }
	.jjpz_tit{font-size:32px; font-weight: 600; margin-bottom:30px;}
	.jjpz_des{ width:460px; font-size:20px; line-height:30px; color:#666; margin-top:15px; }
	.jjpz_tab_list{ margin-top:80px; border-bottom:1px solid  rgba(0,0,0,0.12);}
	.jjpz_tab_item{ padding:0 20px; margin:0 50px; cursor: pointer; color:#666666; text-align: center;
	 position: relative; height:60px; line-height: 60px; font-size: 20px;}
	 .jjpz_tab_item.actived{ font-weight: 600; color:#000;}
	.jjpz_tab_item span{ position: absolute; display: none; bottom:0; left: 50%; margin-left: -16px;}
	.jjpz_tab_item.actived span{ display: block; width: 32px; height: 4px; background: #000000}
	.jjpz_item{ padding:80px 0;}

	.wanjiaoju{ padding-bottom:80px;}
	.wjj_main{ position: relative;}
	.wjj_list{ height: 620px;}
	.wjj_item img{ width:100%; border-radius: 12px;}
	.wjj_info_box{ z-index: 9; width:1200px; left: 0; position: absolute; bottom:60px;}
	.wjj_info_item{ width:297px; font-size: 16px; border-right: 1px solid #fff; color: #fff; height:48px; line-height: 24px; padding:0 40px;}
	.wjj_info_item:last-child{ border:0}

	.wjj_btn{z-index: 9; border-radius: 32px; width:64px; position: absolute; height:64px; margin-top:-30px;
	background:rgba(0,0,0,0.32) url(/images/icon_jiantou_white.png) no-repeat center; background-size: 30px 30px; }
	.wjj_next_btn{ right: 40px; bottom: 300px;transform: rotate(-90deg);}
	.wjj_pre_btn{right: 40px; bottom: 150px; transform: rotate(90deg);}
	.wjj_ind{ width: 100px; z-index: 9; text-align: center; position: absolute; right:24px; bottom:244px; color:#fff; font-size:32px;}
	.wjj_ind_name{ width: 100px; z-index: 9; text-align: center; position: absolute; right:24px;
	 bottom:224px; color:#fff; font-size:14px;}

	.fuzhuang{ height: 700px; background:#F5F6FA ;}
	.fuzhuang_item{width: 590px;
		height: 277px;
		background: #FFFFFF;
		border-radius: 12px;}
	.fuzhuang_item img{ width: 240px;}
	.fuzhuang_info{ padding:40px}
	.fuzhuang_tit{ font-weight: 600; font-size: 24px;}
	.fuzhuang_des{ line-height:22px;color: #999; margin-top:10px; font-size: 16px;}
	.fuzhuang_txt{ line-height:22px; color: #333; margin-top:10px; font-size: 16px;}

	/**行业动态**/
	.news_banner_tit{ font-size:56px; line-height: 78px; padding-top:150px; font-weight:600;}
	/***婴幼课程***/
	.kctx_item{width: 1200px;
	margin-bottom:30px;
	padding:40px;
		height: 320px;
		background: #FFFFFF;
		box-shadow: 0px 30px 38px 0px rgba(0,0,0,0.04);
		border-radius: 12px;
		border: 1px solid #E7E7E7;}
	.kctx_item img{ width:180px; height: 240px; border-radius: 12px;}
	.kctx_item_main{ width:900px; height:240px; position: relative;}
	.kctx_item_tit{ font-size: 32px; font-weight: 600px;}
	.kctx_item_des{ font-size: 16px; line-height: 24px;color:#666; margin-top:15px;}
	.kctx_item_bottom{ position: absolute; left: 0; bottom:0; width: 100%; }
	.kctx_item_bottom_txt{ font-size: 14px; line-height: 22px; width:440px; color:#999;}
	.kctx_item_btn{width: 136px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		background: #FFFFFF;
		font-size: 14px;
		color:#29D68E;
		box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.04);
		border-radius: 27px;
		border: 1px solid #29D68E;}
	.kctx_item_btn2{width: 136px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		background: #29D68E;
		color:#fff;
		margin-left: 20px;
		box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.04);
		border-radius: 27px;}


	/**关于我们**/
	.news_banner_tit{ font-size:56px; line-height: 78px; padding-top:150px; font-weight:600;}
	.aboutus{ padding-bottom:30px;}
	.aboutus_txt{ text-align: center; margin-top:30px; font-size: 20px; line-height: 40px;}
	.brand{ padding-bottom:30px;}
	.brand_box{width: 1200px;
	height: 412px;
	padding:0 85px;
	background: #FFFFFF;
	box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.04);
	border-radius: 12px;
	border: 1px solid #E7E7E7;}
	.brand_main{ width: 580px;}
	.brand_tit{ font-size: 40px; font-weight: 600;}
	.brand_des{ font-size: 16px; line-height: 22px;color:#666; margin-top:30px;}
	.brand_btn{width: 165px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #29D68E;
		font-size:18px ;
		color:#fff;
		margin-top:50px;
		box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.04);
		border-radius: 27px;}
	.brand_box img{ width: 284px; margin-right: 30px; }
	.youshi_item{width: 379px;
	height: 195px;
	background: #FFFFFF;
	box-shadow: 0px 40px 60px -20px rgba(26,32,44,0.1);
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding:30px 40px;
	margin-bottom:32px;
	}
	.youshi_item img{ width: 24px; margin-right: 10px;}
	.youshi_tit{ font-size: 18px; font-weight: 600;}
	.youshi_des{ font-size: 14px; line-height: 20px;color:#666; margin-top:20px;}

	/**智慧托育**/
	/*
	.zhty_banner_center {
		width: 500px;
		background: #fff;
		padding: 40px;
	}

	.page_banner .model_item {
		height: 100%;
	}

	.zhty_banner_center_tit {
		font-weight: 600;
		font-size: 48px;
		line-height: 64px;
	}

	.zhty_banner_center_info {
		font-size: 16px;
		line-height: 24px;
		color: #999999;
		margin-top: 20px;
	}

	.zhty_banner_center a {
		margin-top: 60px;
	}

	.cpjz {
		height: 600px;
		background: url(/images/bowen_bg.png) no-repeat bottom center;
	}

	.cpjz img {
		display: block;
		margin: 0 auto;
		margin-top: 50px;
	}

	.video_box {
		position: relative;
	}

	.video_mengban {
		width: 100%;
		height: 100%;
		font-size: 32px;
		font-weight: 600;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
	}

	.video_mengban img {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.zhty_nav {
		background: #fff;
		height: 72px;
		border-bottom: 1px solid #EBEBEB;
	}

	.zhty_nav a {
		width: 240px;
		height: 72px;
		line-height: 72px;
		font-size: 18px;
		text-align: center;
	}

	.zhty_nav a.actived {
		background: #0069B5;
		color: #fff !important;
	}

	.zhjg {
		background: #fff;
		height: 835px;
	}

	.zhjg_tab_list {
		margin-top: 70px;
	}

	.zhjg_tab {
		width: 216px;
		text-align: center;
		line-height: 40px;
		position: relative;
		height: 40px;
		background: #F9FAFB;
		color: #0069B5;
		font-size: 16px;
	}

	.zhjg_tab span {
		display: none;
	}

	.zhjg_tab.actived {
		background: #0069B5;
		color: #fff;
	}

	.zhjg_tab.actived span {
		position: absolute;
		bottom: -6px;
		display: block;
		width: 0;
		left: 50%;
		margin-left: -6px;
		border-top: 6px solid #0069B5;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}

	.zhjg_item {
		margin-top: 50px;
		display: none;
	}

	.zhjg_item.actived {
		display: block;
	}

	.zhjg_item img {
		display: none;
		background: #f9fafb;
		width: 600px;
		height: 430px;
	}

	.zhjg_item img.actived {
		display: block;
	}

	.zhjg_info_list {
		height: 430px;
		width: 600px;
		overflow: hidden;
		border-bottom: 1px solid #EBEBEB;
	}

	.zhjg_info_des {
		display: none;
		font-size: 14px;
		color: #999;
	}

	.zhjg_info_des p {
		margin-bottom: 20px;
		line-height: 22px;
	}

	.zhjg_info_item.actived .zhjg_info_des {
		display: block;
	}

	.zhjg_info_item {
		padding: 0 20px;
		border: 1px solid #EBEBEB;
		border-bottom: 0
	}

	.zhjg_info_tit {
		height: 58px;
		color: #000;
		line-height: 58px;
		font-size: 18px;
		font-weight: 600;
	}

	.zhjg_item_1 .zhjg_info_item.actived {
		height: 368px;
	}

	.zhjg_item_2 .zhjg_info_item.actived {
		height: 136px;
	}

	.zhjg_item_3 .zhjg_info_item.actived {
		height: 310px;
	}

	.zhjg_item_4 .zhjg_info_item.actived {
		height: 430px;
	}

	.bys {
		height: 825px;
		background: #EDF6FC;
	}

	.bys_list {
		margin-top: 70px;
	}

	.bys_item {
		width: 384px;
		height: 240px;
		margin-bottom: 24px;
		background: #fff;
		padding: 40px
	}

	.bys_item_2 {
		background: #fff url(/images/bys_bg_1.png) no-repeat right center;
		padding-right: 170px;
	}

	.bys_item_3 {
		background: #fff url(/images/bys_bg_2.png) no-repeat right center;
		padding-right: 170px;
	}

	.bys_item_1 {
		height: 504px;
		background: #fff url(/images/bys_bg_3.png) no-repeat bottom center;
	}

	.bys_item_5 {
		background: #fff url(/images/bys_bg_4.png) no-repeat right center;
		padding-right: 170px;
	}

	.bys_item_6 {
		background: #fff url(/images/bys_bg_5.png) no-repeat right center;
		padding-right: 170px;
	}

	.bys_item_tit {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.bys_item_des {
		font-size: 14px;
		line-height: 22px;
		color: #999;
	}

	.yye {
		background: #fff;
	}

	.yye_tab_list {
		height: 99px;
		margin-top: 50px;
		overflow: visible;
		border-bottom: 2px dashed #979797;
	}

	.yye_tab_item {
		width: 100px;
		text-align: center;
		padding-top: 10px;
	}

	.yye_tab_item.actived {
		padding-top: 0;
	}

	.yye_tab_dian {
		margin: 0 auto;
	}

	.yye_tab_icon_box {
		width: 56px;
		height: 56px;
		background: #F9FAFB;
		border-radius: 28px;
		padding-top: 10px;
		margin: 0 auto;
	}

	.yye_tab_item.actived .yye_tab_icon_box {
		height: 72px;
		border-radius: 0;
		padding-top: 20px;
		background: url(/images/yye_icon_bg.png) no-repeat center;
	}

	.yye_tab_icon_box img {
		margin: 0 auto;
	}

	.yye_tab_item.actived .yye_tab_icon_box img:last-child {
		display: block;
	}

	.yye_tab_item.actived .yye_tab_icon_box img:first-child {
		display: none;
	}

	.yye_tab_icon_box img:first-child {
		display: block;
	}

	.yye_tab_icon_box img:last-child {
		display: none;
	}

	.yye_tab_dian {
		width: 12px;
		opacity: 0;
		height: 12px;
		border-radius: 6px;
		marign: 0 auto;
		margin-top: 26px;
		margin-bottom: 20px;
		border: 1px solid #0069B5;
		background: #fff;
	}

	.yye_tab_item.actived .yye_tab_dian {
		margin-top: 20px;
		opacity: 1;
	}

	.yye_tab_tit {
		color: #ccc;
	}

	.yye_tab_item.actived .yye_tab_tit {
		color: #0069B5;
	}

	.yye_item {
		margin-top: 100px;
		display: none;
	}

	.yye_item.actived {
		display: block;
	}

	.yye_info_tit {
		font-size: 24px;
		font-weight: 600;
	}

	.yye_info_des {
		font-size: 16px;
		color: #999;
		margin-top: 20px
	}

	.jtfw {
		background: #2A2D35;
		height: 800px;
		position: relative;
	}

	.jtfw .model_tit {
		color: #fff;
	}

	.jtfw .model_tit_des {
		color: #fff;
	}

	.jtfw_img_box {
		height: 100%;
	}

	.jtfw_img_box img {
		display: none;
		height: 100%;
	}

	.jtfw_img_box img.actived {
		display: block;
	}

	.jtfw_main {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -600px;
		width: 1200px;
		height: 100%;
	}

	.jtfw_tab_list {
		margin-top: 100px;
	}

	.jtfw_tab_item {
		color: #FFFFFF;
		margin-top: 40px;
		width: 160px;
	}

	.jtfw_tab_item span {
		font-size: 20px;
		line-height: 28px;
		margin-left: 5px;
	}

	.jtfw_tab_item.actived {
		color: #0069B5;
	}

	.jtfw_tab_item img {
		display: none;
	}

	.jtfw_tab_item .jtfw_icon_1 {
		display: block;
	}

	.jtfw_tab_item.actived img {
		display: block;
	}

	.jtfw_tab_item.actived .jtfw_icon_1 {
		display: none;
	}



	.znyj_swiper_box {
		position: relative;
		margin-top: 70px;
		width: 1200px;
		height: 600px;
	}

	.znyj_swiper_box img {
		width: 100%;
	}

	.znyj_btn {
		width: 48px;
		border-radius: 24px;
		position: absolute;
		height: 48px;
		top: 50%;
		margin-top: -30px;
		background: #F5F6F7 url(/images/icon_next.png) no-repeat center;
	}

	.znyj_btn:hover {
		background: #0069B5 url(/images/icon_next_actived.png) no-repeat center;
	}

	.znyj_next_btn {
		right: -60px;
	}

	.znyj_pre_btn {
		left: -60px;
		transform: rotate(180deg);
	}

	.znyj_bottom_btn {
		width: 200px;
		display: block;
		height: 64px;
		text-align: center;
		margin: 0 auto;
		font-size: 20px;
		color: #FFFFFF;
		margin-top: 80px;
		line-height: 64px;
		background: #0069B5;
	}

	.znyj_bottom_btn:hover {
		color: #FFFFFF;
	}

	.pc-nav .zhty_nav {
		display: none;
	}
	*/

	/**人才发展***/
	.cpjz_list {
		margin-top: 70px;
		background: #fff;
		height: 320px;
		border-radius: 0px 40px 0px 40px;
		border: 1px solid #EBEBEB;
	}

	.cpjz_item_box {
		width: 400px;
		height: 320px;
		text-align: center;
	}

	.cpjz_item {
		width: 400px;
		padding: 0 70px;
		height: 320px;
		text-align: center;
	}

	.cpjz_item_center {
		border-left: 1px solid #EBEBEB;
		border-right: 1px solid #EBEBEB;
	}

	.cpjz_item_tit {
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}

	.cpjz_item_des {
		font-size: 14px;
		margin-top: 10px;
		color: #000;
		line-height: 24px;
		color: #999;
	}

	.pxlj {
		height: 720px;
		background: url(/images/ljpx_bg.png) no-repeat center;
		padding-top: 550px;
	}

	.model_tit_des .model_des_tab {
		display: inline-block;
		padding: 0 10px;
		line-height: 30px;
		border-radius: 15px;
		height: 30px;
		background: #960000;
		color: #fff;
	}

	.rzpx {
		height: 720px;
		background: url(/images/rzpx_bg.png) no-repeat center;
	}

	.rzpx .model_item {
		height: 100%;
	}

	.rzpx_main {
		width: 520px;
		color: #FFFFFF;
	}

	.rzpx_tit {
		font-size: 32px;
		font-weight: 600;
		line-height: 32px;
	}

	.rzpx_des {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}

	.rzpx_txt {
		margin-top: 30px;
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
	}

	.rzpx_btn {
		display: block;
		width: 200px;
		margin-top: 40px;
		font-size: 20px;
		height: 64px;
		line-height: 64px;
		text-align: center;
		background: #FFFFFF;
		color: #0069B5;
	}

	.rzpx_btn:hover {
		color: #0069B5;
	}

	.gpk {
		height: 720px;
		background: url(/images/gpk_bg.png) no-repeat center;
	}

	.gpk .model_item {
		height: 100%;
	}

	.gpk_main {
		text-align: right;
		color: #000;
	}

	.gpk_main .rzpx_des {
		color: #666;
	}

	.gpk_btn {
		display: inline-block;
		background: #0069B5;
		color: #fff;
	}

	.gpk_btn:hover {
		color: #fff;
	}

	.vip {
		height: 720px;
		background: url(/images/vip_bg.png) no-repeat center;
	}

	.vip .model_item {
		height: 100%;
	}

	.vip_main {
		color: #946115;
	}

	.vip_main .rzpx_des {
		color: #BF8E44;
	}

	.vip_btn {
		background: #fff;
		color: #946115;
	}

	.vip_btn:hover {
		color: #946115;
	}

	.fzzd {
		height: 720px;
		background: #EDF6FC;
	}

	.glzd {
		height: 720px;
		background: url(/images/glzd_bg.png) no-repeat center;
	}

	.glzd_main {
		text-align: left
	}

	.txy {
		height: 720px;
		background: #FCEDED;
	}

	.ppjh {
		height: 720px;
		background: url(/images/ppjh_bg.png) no-repeat center;
	}

	.ppjh_main {
		text-align: left
	}

	.jtpx {
		height: 720px;
		background: #fff;
	}

	/**托育课程**/
	.jjzb {
		background: #fff;
		height: 960px;
	}

	.jjzb img {
		display: none;
		width: 1200px;
		margin: 80px auto;
	}

	.jjzb img.actived {
		display: block;
	}

	.jjzb .model_item {
		position: relative;
	}

	.jjbz_tab_list {
		padding: 0 4px;
		position: absolute;
		width: 1120px;
		bottom: 80px;
		border-radius: 20px;
		left: 50%;
		margin-left: -560px;
		height: 40px;
		background: rgba(0, 0, 0, .2);
	}

	.jjbz_tab_item {
		color: #fff;
		width: 156px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		background: none;
		border-radius: 16px;
	}

	.jjbz_tab_item.actived {
		background: #fff;
		color: #000;
	}

	.wjj {
		background: #EDF6FC;
		height: 960px;
		background: url(/images/wjj_bg.png) no-repeat center;
	}

	.wjj img {
		margin: 80px auto;
		display: block;
	}

	.ptfz img {
		display: block;
		margin: 80px auto;
	}

	.ptfz_btn {
		width: 200px;
		height: 64px;
		line-height: 64px;
		text-align: center;
		color: #fff;
		text-align: center;
		display: block;
		font-size: 20px;
		margin: 80px auto;
		background: #0069B5;
	}

	/* 关于我们 */
	.about_banner_center {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.about_banner_center .img {
		width: 1200px;
		height: 480px;
		margin-top: 80px;
	}

	.about_banner_center .img_des {
		width: 1200px;
		height: 160px;
		background: #FFF5DB;
		backdrop-filter: blur(9px);
		display: flex;
		align-items: center;
	}

	.about_banner_center .img_des img {
		width: 90px;
		height: 90px;
		margin: 0 98px 0 138px;
	}

	.about_banner_center .img_des .t {
		width: 790px;
		font-size: 16px;
		font-weight: 400;
		color: #874122;
	}

	.about_banner_center .logo {
		width: 160px;
		height: 160px;
		margin-top: 80px;
	}

	.about_banner_center h2 {
		font-size: 32px;
		color: #040D16;
		margin-top: 24px;
	}

	.about_banner_center .text {
		font-size: 16px;
		color: #666;
		margin-top: 12px;
	}

	.about_banner_center .group {
		margin-top: 80px;
		display: flex;
	}

	.about_banner_center .group .box {
		width: 404px;
		height: 128px;
		display: flex;
		align-items: center;
		background: url('/images/box_c.png') no-repeat center;
		background-size: 100%;
	}

	.about_banner_center .group .box:first-child {
		background: url('/images/box_l.png') no-repeat center;
		background-size: 100%;
	}
	.about_banner_center .group .box:last-child {
		background: url('/images/box_r.png') no-repeat center;
		background-size: 100%;
	}

	.about_banner_center .group .box img {
		width: 56px;
		height: 56px;
		margin-left: 50px;
		margin-right: 30px;
		display: flex;
		align-items: center;
	}

	.about_banner_center .group .box p {
		font-size: 14px;
		color: #666;
		margin: 0;
		line-height: 1.4;
	}

	.about_banner_center .good_group {
		display: flex;
		width: 1200px;
		margin-top: 80px;
		margin-bottom: 40px;
	}

	.about_banner_center .good_group .l {
		width: 600px;
	}

	.about_banner_center .good_group .r {
		width: 600px;
	}

	.about_banner_center .num_box {
		display: flex;
	}

	.about_banner_center .num {
		width: 300px;
		height: 300px;
		text-align: center;
	}

	.about_banner_center .num img {
		width: 72px;
		height: 72px;
		margin: 48px auto 20px;
	}

	.about_banner_center .num .t {
		font-size: 14px;
		color: #999;
		line-height: 24px;
		width: 260px;
		margin: 0 auto
	}

	.about_banner_center .num_img {
		width: 600px;
		height: 300px;
	}

	.about_map {
		background: #D8D8D8;
	}


	.news_page .new_list {
		overflow: hidden;
		position: relative;
		margin-top:-140px;
	}

	.news_page .new_list .list {
		overflow: hidden;

		width:1200px; margin:0 auto;
	}
.news_page .new_list .list{
        overflow: hidden;
    }
    .news_page .new_list .list .news-item{
        float: left;
        width: 384px;
        height: 480px;
        background: #F5F5F7;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
		margin-bottom: 24px;

    }
    .news_page .new_list .list .news-item > img{
        width: 100%;
        height: 216px;
        object-fit: cover;
    }
    .news_page .new_list .list .news-item:nth-of-type(3n+2){
        margin: 0 24px;
    }
    .news_page .new_list .list .news-item .cont{
        padding: 40px;
    }
    .news_page .new_list .list .news-item .cont b{
        font-weight: 500;
        font-size: 20px;
        color: #000000;
        line-height: 28px;
        font-style: normal;
        margin-bottom: 9px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news_page .new_list .list .news-item .cont p{
        font-weight: 400;
        font-size: 16px;
        color: #787C8D;
        line-height: 22px;
        font-style: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: pre-wrap;

    }
    .news_page .new_list .list .news-item a{
        position: absolute;
        bottom: 40px;
        right: 40px;
        cursor: pointer;
        width: 104px;
        height: 32px;
        background: #323233;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        color: #FFFFFF;
    }
    .news_page .new_list .list .news-item  a img{
        width: 16px;
    }
	.news_page .new_list .item {
		float: left;
		height: 340px;
		width: 320px;
		margin-left: 40px;
		margin-bottom: 24px;
		cursor: pointer;
		box-shadow: 0px 30px 38px 0px rgba(0,0,0,0.04);
	}

	.news_page .new_list .item:nth-child(3n) {
		margin-right: 0;
	}

	.news_page .new_list .item_img {
		height: 136px;
		width: 100%;
	border-radius: 12px 12px 0 0;
	}

	.news_page .new_list .item_msg {
		height: 136px;
		width: 100%;
		background: #fff;
		padding: 20px;
	}

.item_date{ font-size:14px; color:#999999; margin-top:10px;}
	.news_page .new_list .item_tit {
		font-size: 18px;
		font-weight: 600;
		color: #000;
		line-height: 26px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-top: 10px;
	}
	.news_page .new_list .item_btn{ margin-top:40px; font-size:16px;}
	.news_page .more {
		width: 200px;
		display: block;
		height: 64px;
		text-align: center;
		font-size: 20px;
		color: #FFFFFF;
		margin: 66px auto 80px;
		line-height: 64px;
		background: #29D68E;
		cursor: pointer;
	}
	.form_part2_box{ width: 100%;display: none;z-index:9999;height: 100%; position: fixed; left: 0; top:0; background: rgba(0,0,0,.5);}
	.form_part2{ z-index: 999; position: fixed; width: 430px;left:50%; top:50%; margin-left:-215px; margin-top:-225px; height:450px;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);
	border-radius: 8px;
	border: 1px solid #E5E8EE; padding:44px 56px; background: #fff;
			}
			.form_part2 .title{ font-size: 32px; font-weight: 600;}
			.form_part2 .des{ font-size: 12px; margin-top:10px; font-weight: 400;}
			.form_part2 .form_close_btn{ position: absolute; right: 20px; top:20px; width: 20px; height: 20px;}
			.form_part2 input,.form_part2 .sub_btn{ width: 320px; height: 40px;}
			.form_part2 .sub_btn{ color:#fff; background: #0069B5;margin-top:40px;text-align: center; line-height: 40px;}
			.form_part2 input{
				margin-top:20px;
				padding:0 20px;
	border-radius: 4px;
	border: 1px solid #DADEE7;}
}

/*手机端导航菜单*/
.pnavList {
	position: fixed;
	top: 1.02rem;
	right: 0;
	z-index: 11111;
	width: 7.5rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.pnavList>ul {
	padding: 0
}

.pnavList>ul li p b {
	margin-top: 0;
	height: 0.8rem;
	width: 0.1rem;
	visibility: hidden;
}

.pnavList>ul li p a {
	line-height: 0.8rem;
	font-size: 0.32rem;
	font-weight: 600;
}

.pnavList>ul li .actived b {
	visibility: visible;
}

.pnavList>ul li .actived a {
	color: #21b7dc;
}

.pnavList>ul li .actived {
	margin-top: 0.2rem;
	background: #eee;
}
