@import url('default.css');/*基本设定*/
@import url('../font/iconfont.css');/*icon*/
@import url('syalert.min.css');/*注册弹窗*/
@import url('aos.css');/*页面缓进效果*/

@font-face{font-family: 'tbmct';src:url('../font/taobaomaicaiti.otf');}
@font-face{font-family: 'ddjbt';src:url('../font/DingTalkJinBuTi.ttf');}
html,body {
	width: 100%;
	background: #fff;
}

body {
	min-width: 1200px;
	margin: 0;
	font-size: 14px;
	line-height: 1;
    /*font: 14px/1 arial,'\5FAE\8F6F\96C5\9ED1',sans-serif,"Microsoft YaHei";*/
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	position: relative;
	box-sizing: border-box;
}

/*间距*/
.pd10 {
	padding: 10px
}

.pd20 {
	padding: 20px;
}

.pd50 {
	padding: 50px;
}

.pd100 {
	padding: 100px;
}

.pdlr20 {
	padding: 0 20px;
}

.pdt10 {
	padding-top: 10px
}

.pdt20 {
	padding-top: 20px
}
.pdt30 {
	padding-top: 30px
}
.pdt40 {
	padding-top: 40px
}
.pdt50 {
	padding-top: 50px
}
.pdl10 {
	padding-left: 10px
}

.pdr10 {
	padding-right: 10px
}

.pdb10 {
	padding-bottom: 10px
}
.pdb30{
	padding-bottom: 30px
}
.pdb40{
	padding-bottom: 40px
}
.pdb60{
	padding-bottom: 60px
}
.pdb90{
	padding-bottom: 90px
}


.pdl20 {
	padding-left: 20px
}

.pdr20 {
	padding-right: 20px
}

.pdb20 {
	padding-bottom: 20px
}

.pd0 {
	padding: 0px
}

.pdb0 {
	padding-bottom: 0;
}

.pdt0 {
	padding-top: 0!important;
}

.mgt10{
	margin-top: 10px!important;
}

.mgt20{
	margin-top: 20px;
}

.mgr10 {
	margin-right: 10px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgl10 {
	margin-left: 10px;
}

.mg0 {
	margin: 0px!important;
}
.mgt0 {
	margin-top: 0px!important;
}

.pdlr20 {
	padding: 0 20px;
}
.pdlr15 {
	padding: 0 20px;
}

.mglr-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.mglr15 {
	margin-left: 15px;
	margin-right: 15px;
}
.mglra{
	margin: 0 auto;
}
/* 栅格系统 */
.row {
	position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: flex-start;
    margin-right:-30px;
    container-type: inline-size;
    container-name: row;
}

.row.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.row.plr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.row .col-1 {
	flex: 0 0 calc(8.333335%* 1 - 30px);
	max-width: calc(8.333335%* 1 - 30px);
}

.row .col-2 {
	flex: 0 0 calc(8.333335%* 2 - 30px);
	max-width: calc(8.333335%* 2 - 30px);
}

.row .col-3 {
	flex: 0 0 calc(8.333335%* 3 - 30px);
	max-width: calc(8.333335%* 3 - 30px);
}

.row .col-4 {
	flex: 0 0 calc(8.333335%* 4 - 30px);
	max-width: calc(8.333335%* 4 - 30px);
}

.row .col-5 {
	flex: 0 0 calc(8.333335%* 5 - 30px);
	max-width: calc(8.333335%* 5 - 30px);
}

.row .col-6 {
	flex: 0 0 calc(8.333335%* 6 - 30px);
	max-width: calc(8.333335%* 6 - 30px);
}

.row .col-7 {
	flex: 0 0 calc(8.333335%* 7 - 30px);
	max-width: calc(8.333335%* 7 - 30px);
}

.row .col-8 {
	flex: 0 0 calc(8.333335%* 8 - 30px);
	max-width: calc(8.333335%* 8 - 30px);
}

.row .col-9 {
	flex: 0 0 calc(8.333335%* 9 - 30px);
	max-width: calc(8.333335%* 9 - 30px);
}

.row .col-10 {
	flex: 0 0 calc(8.333335%* 10 - 30px);
	max-width: calc(8.333335%* 10 - 30px);
}

.row .col-11 {
	flex: 0 0 calc(8.333335%* 11 - 30px);
	max-width: calc(8.333335%* 11 - 30px);
}

.row .col-12 {
	width: 100%
}



/*颜色*/
.c-blue {
	color: #172E66
}

.c-blue-d {
	color: #003dd4
}

.c-orange {
	color: #FF7B35
}

.c-red {
	color: #F65159
}

.c-gray1 {
	color: #172E66;
}

.c-gray2 {
	color: #334677;
}

.c-gray3 {
	color: #6B7898;
}

.c-white {
	color: #fff!important;
}

/*背景色*/
.bg-red {
	background-color: #F65159
}

.bg-red-l {
	background-color: #F9B9B9
}

.bg-blue {
	background-color: #172E66
}

.bg-blue-l {
	background-color: #ECF3FF
}

.bg-blue-d {
	background-color: #184ED2
}

.bg-gray1 {
	background: #F5FAFF
}

.bg-gray2 {
	background-color: #E7EDFF
}

.bg-gray3 {
	background-color: #7888B3;
}

.bg-white {
	background-color: #fff;
}

/*边框色*/
.line-blue {
	border-color: #172E66;
}

.line-red {
	border-color: #F65159;
}

.line-gray {
	border-color: #DCDFE6
}

.line-white {
	border-color: #ffffff;
}

/*字体大小，字体，行高，居左居右*/
.ft-b {
	font-size: 16px
}

.ft-m {
	font-size: 14px
}

.ft-s {
	font-size: 12px
}

.ft-15 {
	font-size: 15px;
}

.ft-18 {
	font-size: 18px;
}

.ft-20 {
	font-size: 20px;
}

.ft-21 {
	font-size: 21px;
}

.ft-22 {
	font-size: 22px;
}

.ft-27 {
	font-size: 27px;
}

.ft-30 {
	font-size: 30px;
}

.ft-36 {
	font-size: 36px;
}

.ft-38 {
	font-size: 38px;
}

.ft-50 {
	font-size: 50px;
}

.ft-60 {
	font-size: 60px;
}

.ft-bolder {
	font-weight: bolder;
}

.ft-bold {
	font-weight: bold;
}

.ft-normal {
	font-weight: normal;
}

.lhs {
	line-height: 1;
}

.lhm {
	line-height: 1.8;
}

.lhl {
	line-height: 2.4;
}

.lh20 {
	line-height: 20px;
}

.lh30 {
	line-height: 30px;
}

.lh34 {
	line-height: 34px;
}

.lh40 {
	line-height: 40px;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

/*定位、浮动*/ 
.fl {
	float: left;
}

.fr {
	float: right;
}
.fn{
	float: none;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1
}

.clear {
	clear: both;
	
}

/*动画*/
.ant {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.turn:hover{
	 transform: rotateY(360deg);
	 transition: 0.3s;
}
.m-up:hover{
	transform: translateY(-15px);
	transition: 0.2s;
}
.b-sur{
	position: relative;
}
.b-sur::before, .b-sur::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #165DFF;
    transform: scale(0);
    transition: 0.3s;
}
.b-sur::before {
    border-right: none;
    border-bottom: none;
    transform-origin: 0 0;
}
.b-sur::after {
    border-left: none;
    border-top: none;
    transform-origin: 100% 100%;
}
.b-sur:hover::before, .b-sur:hover::after {
    transform: scaleX(1);
}
.b-sur-b{
	position: relative;
}
.b-sur-b:before{
		content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #165DFF;
    transform: scaleX(0);
    transition: 0.3s;
}
.b-sur-b:hover::before {
    transform: scaleX(1);
}
.b-sur-s{
	position: relative;
}
.b-sur-s:before{
	content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 1px solid #6a4bc4;
  transform: scale(1.2);
  opacity: 0;
  transition: 0.3s;
}
.b-sur-s:hover::before {
    transform: scaleX(1);
    opacity: 1;
}
.color-cg:hover{
  background: linear-gradient(90deg, #0345ff, #03def4);
  transition: 0.3s;
  color: #fff;
}


/*按钮*/
.btn{
	min-width: 36px;
	border-width: 1px;
	border-color: #165DFF;
	border-style: solid;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	background: #165DFF;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	position: relative;
	overflow: visible;
	gap: 8px;
}
.btn:hover{
	border-color:#003dd4;
	background: #003dd4; 
	color: #fff;
}
.white-btn{
	background: #ffffff;
	color: #165DFF;
	border-color:#ffffff;
}
.white-btn:hover{
	background: #ffffff;
	color: #003dd4;
	border-color:#ffffff;
}
.btn-line{
	background: #fff;
	border-color: #165DFF;
	color: #165DFF; 
}
.btn-line:hover{
	background: #ffffff;
	color: #003dd4;
	border-color:#003dd4;
}

.btn-font {
	text-align: left;
	color: #165DFF;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

.btn-font:hover {
	color: #003dd4;
	background:none;
}

.btn-font .icon {
	height: 16px;
	font-size: 18;
	display: flex;
	align-items: center;
	justify-content: center
    font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
/*布局*/

.content {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
}

.container:before, .container:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both;
}

.block{
	width: 100%;
}

/*分页器*/
.pagejump-block {
	width: 100%;
	padding: 40px 0 60px;
	text-align: center;
}

.page {
	list-style: none;
}

.page > li {
	display: inline-block;
	margin: 0 4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #4d555d;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: border-color .2s;
	-moz-transition: border-color .2s;
	transition: border-color .2s;
	cursor: pointer;
	background: #ffffff;
}

.page li:first-child, .page li:last-child, .page li:nth-child(2), .page li:nth-last-child(2) {
	width: auto;
	padding: 0 6px;
	min-width: 32px;
}

.page .pageItem {
	min-width: 32px;
	border: solid thin #DDDDDD;
	text-align: center;
	color: #4d555d;
}

.page .pageItemActive {
	width: 32px;
	height: 32px;
	border: solid thin #165DFF;
	background-color: #165DFF;
	color: white;
}

.page .pageItem:hover {
	border: solid thin #165DFF;
	background-color: #165DFF;
	color: white;
}

.page .pageItemDisable {
	border: solid thin #DDDDDD;
	margin: 0 4px;
	color: #ccc;
}
/*卡片*/
.card {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 25px 20px;
	overflow: hidden;
}
.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(22, 93, 255, 0.2);
}
.card-l{
	border-radius: 20px;
} 

/*****首页*****/
/*头部*/

.header {
	position: relative;
	z-index: 100;
	min-width: 1200px;
	width: 100%;
	background: #fff;
}

.header-up {
	width: 1200px;
	margin: 0 auto;
}

.header .logo {
	width: 190px;
	height: 70px;
	display: inline-block;
	float: left;
	padding: 5px 0;
	margin-right: 25px;
}

.header .logo img {
	width: auto;
	height: 70px;
}

.header .header-inner {
	margin: 0 auto;
	width: calc(100% - 230);
	position: relative;
}

.header-up {
	height: 80px;
	background: #fff;
}

.header-up .index-nav {
	margin-left: 20px;
	float: left;
	margin-left: 10px;
}

.header-up .index-nav ul {
	float: left;
}

.header-up .index-nav li {
	float: left;
	color: #fff;
}

.header-up .index-nav .nav-up-selected {
	background: #fff;
}

.header-up .index-nav .nav-up-selected-inpage {
	color: #172E66;
}

.header-up .index-nav li a {
	margin: 0 25px;
	color: #172E66;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}

.header-up .index-nav .nav-up-selected-inpage a {
	border-bottom: 3px solid #165DFF;
	box-sizing: border-box;
}
.header-up .index-nav li  i{
	position: relative;
	z-index: 3;
	left: -18px;
	color: #172E66;
}

.header-up .index-nav li a:hover i{
	transform: rotate(360deg);	
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.header-up .index-nav .nav-up-selected a {
	border-bottom: 3px solid #165DFF;
	box-sizing: border-box;
}

.header-down {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
}

.header-down .nav-down-menu {
	width: 100%;
	border-top: 1px solid #DCDFE6;
	margin: 0;
	background: #fff;
	position: absolute;
	top: 0px;
}

.header-down .nav-down-menu .header-down-inner {
	margin: auto;
	width: 1200px;
	position: relative;
}

.header-down .nav-down-menu dl {
	float: left;
	margin: 40px 48px 18px 0;
	width: 240px;
}
.header-down .nav-down-menu dl:last-child {
	margin-right: 0px;
}

.header-down .menu-1 dt {
	color: #165DFF;
	padding-bottom: 17px;
	border-bottom: 1px solid #DCDFE6;
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: bold;
}

.header-down .menu-1 dd {
	line-height: 18px;
	margin-bottom: 16px;
}

.header-down .menu-1 dd a {
	color: #334677;
	font-size: 14px;
	display: inline-block;
}

.header-down .menu-1 dd a:hover {
	color: #165DFF;
}

.header-down .menu-2 dd a,.header-down .menu-3 dd a {
	color: #fff;
	font: normal 16px "microsoft yahei"
}

.product-meau {
	width: 296px;
	margin-top: 20px;
}

.product-meau .meau-cell {
	width: 296px;
}

.product-meau .main {
	width: 160px;
}

.venue-meau{
	width: 1200px;
	box-sizing: border-box;
	padding: 40px 0;
	overflow: hidden;
}
.venue-meau .meau-cell{
	width: 386px;
	float: left;
	margin-right:20px;
}
.venue-meau .meau-cell:last-child{
	margin-right: 0px;
}

.solution-meau {
	width: 1200px;
	box-sizing: border-box;
	padding: 40px 80px;
	overflow: hidden;
}
.solution-meau .meau-cell {
	width: 460px;
	float: left;
	margin: 0 30px;
}

.solution-meau .main .ps ,.venue-meau .main .ps{
	font-size: 13px!important;
}

.solution-meau .main {
	width: calc(460px - 136px);
}
.venue-meau .main {
	width: calc(386px - 136px);
}

.meau-cell {
	height: 150px;
	background: #EEF7FF;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	border: 1px solid #709BFF;
	box-sizing: border-box;
}

.meau-cell .main {
	padding: 20px;
	box-sizing: border-box;
	float: left;
}

.meau-cell .main p {
	font-size: 16px;
	color: #172E66;
	margin-bottom: 10px;
}

.meau-cell .main .ps {
	font-size: 12px;
	color: #334677;
	margin-bottom: 10px;
	line-height: 1.8;
	font-weight: 300;
}

.meau-cell img {
	width: 134px;
	height: 150px;
	float: right;
}

.login-block {
	display: -webkit-flex;
	align-items: center;
	height: 80px;
	width: 150px;
	flex-direction: row-reverse;
}
/*已登录*/
.login-user{
	float: right;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	display: block;
	height: 40px;
	cursor: pointer;
	font-size: 0px;
	position: relative;
}
.login-user:hover .user-opearation-wrap{
	display: block;
}
.login-user .user-img-box {
	width: 40px;
	height: 40px;
	padding: 2px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.user-img-box img{
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.login-user .user-name-box{
	max-width: 80px;
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;

}
.login-user:hover .user-name-box{
	color: #3385ff;
}
.login-user .user-opearation-wrap{
	width: 210px;
	background: #fff;
	position: absolute;
	top: 76px;
	right: -10px;
	z-index: 1000;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.4);
	display:none;
	font-size: 15px;
	transition: 0.3s;
	-webkit-transition: .5s;
	-moz-transition: .5s;

}
.user-opearation-wrap .user-id{
	width:210px;
	height: 64px;
	padding: 10px 14px 10px 14px;
	background: #C8E1FF;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.user-opearation-wrap .user-id .user-img{
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	border-radius: 50%;
	background: #75B3FE;
	margin-right: 16px;
}
.user-opearation-wrap .user-id .user-img img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.user-opearation-wrap .user-id .user-name{
	font-size: 18px;
	color: #172E66;
	font-weight: bold;
	line-height: 24px;
	margin: 10px 0;
	text-align: center;
}
.user-opearation-wrap .user-opearation{
	width:210px;
	padding: 10px 0;
}
.user-opearation-wrap .user-opearation li{
	width: 100%;
}
.user-opearation-wrap .user-opearation a{
	width:210px;
	display: block;
	height: 44px;
	color: #334678;
	font-size: 14x;
	line-height: 44px;
} 
.user-opearation-wrap .user-opearation i{
	color: #116DEF;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    width: 24px;
    line-height: 24px;
    margin: 10px 30px 10px 36px;
    vertical-align: top;
}
.user-opearation-wrap .user-opearation span{
	line-height: 24px;
	margin: 10px;
}
.user-opearation-wrap .user-opearation a:hover{
	color: #116DEF;
	background: #ECF3FF;

}
.user-opearation-wrap .user-opearation a:hover i{
	color: #116DEF;
}


.header-down .mark {
	background: url(../images/meau-i.png) no-repeat left center;
	background-size: 32px 18px;
	display: inline-block;
	margin-left: 10px;
	width: 32px;
	height: 18px;
	vertical-align: top;
}
	
/*政策、通知*/
.index-tz {
	padding: 25px 0;
}

.index-tz-main {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	margin-left: 20px;
	vertical-align: top;
}
/*内容*/
.tit-index {
	padding-top: 80px;
	padding-bottom: 26px;
	text-align: center;
	font-size: 35px;
	color: #172E66;
	font-weight: 500;
	line-height: 55px;
	position: relative;
	margin-bottom: 50px;
}

.tit-index:after {
	content: "";
	width: 50px;
	height: 6px;
	border-radius: 6px;
	background: #165DFF;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.3c-block{
	width: 100%;
}
.3c-inner{
	width: 33.333%
}

.text-t{
	font-size: 18px;
	color: #172E66;
	margin-bottom: 10px;
	line-height: 26px;
}
.text-s{
	font-size: 14px;
	color: #6B7898;
	line-height: 20px;
}
.i-tx-states{
	margin-bottom: 24px;
}

.i-card-bg-1{
	background:url(../images/i-card-bg-1.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-2{
	background:url(../images/i-card-bg-2.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-3{
	background:url(../images/i-card-bg-3.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-4{
	background:url(../images/i-card-bg-4.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-5{
	background:url(../images/i-card-bg-5.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-6{
	background:url(../images/i-card-bg-6.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-7{
	background:url(../images/i-card-bg-7.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-8{
	background:url(../images/i-card-bg-8.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}
.i-card-bg-9{
	background:url(../images/i-card-bg-9.png), linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #83A7FF;
}


/*产品体系手风琴*/
.desktop-wrapper {
    width: 1200px;
}
.desktop-wrapper .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    width: 100%;
    height: 300px;
}
.desktop-wrapper .options .option {
    position: relative;
    overflow: hidden;
    min-width: 222px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition:width 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
    margin-right: 16px;
    width: 222px;
    border-radius: 10px;
    overflow: hidden;
}
.desktop-wrapper .options .option:last-child{
    margin-right: 0px;
}
.desktop-wrapper .options .option.active {
    flex-grow: 10000;
    width: 300px;
}
.desktop-wrapper .options .option.active>.option-inner {
    z-index: 1;
    padding: 25px 30px	;
}
.desktop-wrapper .options .option>.option-inner{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.desktop-wrapper .options .option.active>.option-inner .info-wrapper {
    z-index: 999;
}
.desktop-wrapper .options .option:not(.active)>.option-inner .title{
    color: #172E66;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    opacity: 1;
    margin:0 0 5px;
}
.desktop-wrapper .options .option.active>.option-inner .info-wrapper .title {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    float: left;
}
.desktop-wrapper .options .option:not(.active)>.option-inner .subtitle{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #6B7898;
    margin: 0;
}
.desktop-wrapper .options .option.active>.option-inner .info-wrapper .subtitle {
    color: #fff;
    font-size:14px;
    line-height: 26px;
    margin-bottom: 10px;
    margin: 0;
    float: right;
}
.desktop-wrapper .options .option.active>.option-inner .info-wrapper .description {
	width: 100%;
    left: 0px;
    opacity: 1;
    margin-top: 15px;
    transition: opacity 0.3s ease-in 0.2s;
    transform: translateX(0px);
    max-height: 126px;
    overflow: hidden;
    border-top: 1px solid #fff;
    padding-top: 14px;
}
.desktop-wrapper .options .option:not(.active)>.option-inner .description{
    opacity: 0;
    transform: translateX(100px);

}

.desktop-wrapper .options .option.active>.option-inner .info-wrapper .description p {
    font-size: 16px;
    line-height: 1.8;
    display: block;
}
.desktop-wrapper .options .option:not(.active) .btn{
	display: none;
}
.desktop-wrapper .options .option.active .btn{
	width: 120px;
	margin-left: auto;
}
.options> :nth-child(1) {
    background-image: url("../images/cptx-xz.png");
    background-position: center center;
    background-size: 222px 300px;
}
.options .option.active:nth-child(1){
    background-image: url("../images/cptx-xz-b.png");
    background-size: 486px 300px;
}

.options> :nth-child(2) {
    background-image: url("../images/cptx-sy.png");
    background-position: center center;
    background-size: 222px 300px;
}
.options .option.active:nth-child(2){
    background-image: url("../images/cptx-sy-b.png");
    background-size: 486px 300px;
}

.options> :nth-child(3) {
    background-image: url("../images/cptx-xl.png");
    background-position: center center;
    background-size: 222px 300px;
}
.options .option.active:nth-child(3){
    background-image: url("../images/cptx-xl-b.png");
    background-size: 486px 300px;
}

.options> :nth-child(4) {
    background-image: url("../images/cptx-ds.png");
    background-position: center center;
    background-size: 222px 300px;
}
.options .option.active:nth-child(4){
    background-image: url("../images/cptx-ds-b.png");
    background-size: 486px 300px;
}


/*专家团队*/
.ep-card{
	padding: 0px!important;
	height: 257px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	overflow: hidden;
}
.ep-img{
	width: 100%;
	height:182px; 
}
.ep-img img{
	width: 100%;
	height: 182px;
}
.ep-main{
	position: absolute;
	width: 100%;
	height: 86px;
	border-radius: 10px;
	z-index: 2;
	bottom: 0px;
	background: #fff;
	padding: 14px 18px;
	box-sizing: border-box;
	transition:height 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.ep-name{
	padding-left: 0 18px;
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #172E66;
	position: relative;
}
.ep-name:after{
	content: "";
	position: absolute;
	width: 6px;
	height: 24px;
	background: #004DFF;
	left: -18px;
	top: 1px;
}
.ep-job{
	font-size: 14px;
	line-height: 1.5;
	color: #6B7898;
}
.ep-text{
	display: none;
	font-size: 14px;
	line-height: 1.6;
	color: #334678;

}

.ep-card:hover .ep-main{
	height: 257px;
	padding-top: 18px;
}
.ep-card:hover .ep-main .ep-text{
	display: block;
	padding-top: 13px;

}
/*合作案例*/

.tab-block{
	position: relative;
}
.tab-block .tabs-head{
	width: 238px;
	position: absolute;
	z-index: 2;
	height: 160px;
	top: 30px;
	background: #7888B3;
}
.tab-block .tabs-head .select{
	background: #165DFF;
	font-weight: bold;
	font-size: 22px;
}
.tab-block .tabs-head a{
	width:100%;
	height: 80px;
	display: block;
	text-align: left;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	padding: 20px 20px;
	box-sizing: border-box;
	position: relative;
}
.tab-block .tabs-head a .icon-arrowRight{
	float: right;
	font-size: 22px;
	vertical-align: middle;
	font-weight: 300;
	position: relative;
	right: 4px;
	transition: right .2s ease-in;
}
.tab-block .tabs-head a:hover .icon-arrowRight{
	right: -4px;

}
.tab-block .tabs-head a:after{
	content: "";
	border-bottom: 1px solid rgba(255,255,255,0.3);
	width: calc(100% - 40px);
	height: 100%;
	position: absolute;
	left: 20px;
	top: 0px;
}
.tab-block .tabs-head a:last-child:after{
	border-bottom: none;;
}
.tab-block .tabs-head .select:after{
	border-bottom: none;
}

.tab-block .tabs{
	background: #fff;
	width: 994px;
	height: 380px;
	float: right;
	border-radius: 20px;
	padding: 30px 30px 30px 62px;
	box-sizing: border-box;
}
.tab-block .tabs .tab{
	width: 100%;
	height: 100%;
	overflow: hidden;
	
} 
.case-box{
	display: flex;
	flex-flow: row wrap;
	gap:16px;
}
.case-box li{
	width: 290px;
	height: 96px;
	/*float: left;*/
	border:1px solid #D0DBEC;
	box-sizing: border-box;
	padding: 16px;
	align-items:center; 
	display: -webkit-flex;
}
.case-box li img{
	height: 64px
	width:auto;
	max-width: 258px;
}
.case-box li .anli-jg{
	width: clac(100% - 64px)
	height: 100%;
	float: right;
	padding-left: 16px;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5;
	font-size: 16px;
	color: #334678;
	align-items:center; 
	display: -webkit-flex;
	justify-content:center; 
}
.consult-b-i{
	background: url(../images/i-hzzx.png)no-repeat center center;
	height: 316px;
}
.consult-b-i-i{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 197px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 171px;
}
.cf-btn{
	border-radius: 4px;
    background: linear-gradient(102deg, #1D3AF9 2%, #30DBFF 99%);
	box-sizing: border-box;
	border: 1px solid #CDDCFF;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	display: block;
	position: relative;
	top: 0px;
	width: 205px;
	height: 52px;
}
.cf-btn:hover{
	top: -6px; 
	box-shadow: 0px 4px 15px 0px rgba(23, 46, 102, 0.6);
	color: #fff;
}

.yqlj-tit{
	width: 100%;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 40px;
}
.links-block{
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
  	width: 100%;
  	font-size: 0px;
}
.links-block a {
	display: block;
	width: 224px;
	height: 70px;
	box-sizing: border-box;
	font-size: 15px;
	color: #6B7898;
	background: #ECF2FC;
	padding: 10px;
	justify-content: center;
	align-items:center; 
	display: -webkit-flex;
	text-align: center;
	line-height: 1.5;
	position: relative;
}
.links-block a:hover{
	color: #165DFF;
}
.footer{
	width: 100%;
	background: #172E66;
}
.foot-t{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	flex-flow: row nowrap;
	gap: 60px;
	height: 403px;
	box-sizing: border-box;
}
.ft-view{
	width:360px; 
}
.ft-v-t{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 24px;
}
.ft-v-t:after{
	width: 37px;
	height: 4px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #165DFF;
}
.ft-v-m{
	width: 100%;
	color: #fff;
}
.ft-v-m li{
	height: 24px;
	line-height: 24px;
	margin-bottom: 16px;
}
.ft-v-m li a{
	font-size: 15px;
	line-height: 24px;
	color: rgba(255,255,255,0.8);
}
.ft-v-m li a:hover{
	font-weight: bold;
	color: rgba(255,255,255,1);
}
.ew-box{
	width: 100%;
	padding-top: 10px;
}
.ew-box .ew-cell{
	float: left;
	margin-right:50px;
}
.ew-box .ew-cell:last-child{
	margin-right: 0px;
}
.ew-box .ew-cell img{
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
.ew-box .ew-cell p{
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
.foot-b{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
	height: 60px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}

/***********产品体系***********/
/*banner*/
.page-banner{
	width: 100%;
	background: #D4EAFF;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.page-banner img{
	width: 1920px;
	height: 420px;
	margin-left: 50%;
	-webkit-transform:translateX(-50%)
}

/*基础教育-新高考高中生涯规划指导平台*/
.tit-page{
	padding-top: 80px;
	text-align: center;
	position: relative;
	margin-bottom: 44px;
}
.tit-page .tit-l{
	font-size: 34px;
	color: #172E66;
	font-weight: 500;
	line-height: 49px;
}
.tit-page .tit-s{
	font-size: 18px;
	color: #6B7898;
	font-weight:normal;
	line-height: 18px;
	margin-top: 18px;
}
.tile-s{
	width: 100%;
}
.tile-s .tc img{width: auto;}
.tile-s img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.tile-s .tit{
	font-size: 24px;
	color: #172E66;
	line-height: 35px;
	text-align: center;
	margin-bottom: 14px;
	font-weight: 500;
}
.tile-s .main{
	font-size: 16px;
	color: #334678;
	line-height: 1.8;
	text-align: center;
	box-sizing: border-box;
	padding:0 10px;
}
.core{
	background: url(../images/core-bg.png)no-repeat center center;
	height: 597px;
}
.core-2{
	background: url(../images/core-bg-2.png)no-repeat center center;
	height: 597px;
}
.core-tit{
	font-size: 26px;
	color: #165DFF;
	font-weight: 500; 
	text-align: center;
	margin-bottom: 20px;
}
.core-main{
	color: #334678;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}
.core-cell{
	width: 420px;
}
.core-l{
	float: left;
	padding-top: 97px;
}
.core-r{
	float: right;
	padding-top: 97px;
}
.core-b{
	margin:0px auto;
	padding-top: 450px;
	box-sizing: border-box;
}
.core-bl{
	float: left;
	padding-top: 200px;
}
.core-br{
	float: right;
	padding-top: 200px;
}
.item-block{
	padding: 50px 0;
	border-top: 1px dashed #D0DBEC;
	overflow: hidden;
}
.product-item{
	width: 100%;
}
.product-item .item-block:first-child{
	border-top: none!important;
	padding-top: 0px!important;
}
.product-item .item-block:last-child{
	padding-bottom: 10px!important;
}
.item-block .item-img{
	box-sizing: border-box;
	padding:0 15px;
}
.item-block .item-img img{box-shadow: 0px 6px 15px 0px rgba(22, 93, 255, 0.2);
height: 397px;}
.item-block:nth-child(even) .item-img{
	float:right; ;
}
.item-block:nth-child(odd) .item-img{
	float: left;
}
.item-block:nth-child(even) .item-content{
	float: left;
}
.item-block:nth-child(odd) .item-content{
	float: right;
}
.item-content{
	width: 370px;
	min-height: 407px;
	align-content:center;
	display: -webkit-flex;
	flex-flow: row wrap;
}
.item-text{
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	color: #334678;
	display: block;
}
.item-tit {
	padding-left: 53px;
	background: url(../images/item-tit-bg.png)no-repeat left center;
	height: 40px;
	line-height: 40px;
	color: #334678;
	font-size: 28px;
	margin-bottom: 30px;
	width: 100%;
	flex-shrink: 1;
	box-sizing: border-box;
	font-weight: 500;
}
.item-tit.no-bg{
	background: none;
	padding-left: 0px;
	margin-bottom: 5px;
}
.item-tit-s{
	color: #6B7898;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.item-main{
	flex-shrink: 1;
	width: 100%;
}
.item-main h4{
	color: #334678;
	line-height: 1.8;
	margin-bottom: 5px;
	font-size: 16px;
}
.item-main img{
	width: 100%;
	margin-top: 40px;
}
.item-main-list{
	width: 100%;
}
.item-main-list li{
	width: 100%;
	padding-left: 28px;
	color: #6B7898;
	line-height: 1.8;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: url(../images/list-bg.png) no-repeat left 5px ;
}
.item-main-list li span{
	color: #334678;
}
.syghs-img img{
	width: 100%;
}
.xydd-p-img{
	width: 100%;
	text-align: center;
}
.xydd-p-img img{
	margin-top: 50px;
}
.tabvideo-block{
	width: 100%;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
}
.tabvideo-box{
	display: flex;
	flex-flow: row wrap;
	gap:16px;
}
.tabvideo{
	box-sizing: border-box;
	height: 180px;
}
.tabvideo-cell{
	width: 288px;
	height: 180px;
	gap:30px;
	position: relative;
	overflow: hidden;
}
.tabvideo-cell a{
	position: relative;
	display: block;
}
.tabvideo-cell a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: transform 0.4s ease-in; 
}
.tabvideo-cell a .icon-play{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	color: #fff;
	top: 50px;
	left: 50%;
	margin-left: -25px; 
	font-size: 60px;
	display: none;
	z-index: 2;
}
.tabvideo-cell a:hover .icon-play{
	display: block;

}
.tabvideo-cell a:hover:before{
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 40px);
	top: 0;
	left: 0;
	background: rgba(23, 46, 102, 0.45);
	z-index: 1;
}
.tabvideo-cell a:hover img{
	transform: scale(1.1);
}
.tabvideo-tit{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	background: rgba(23, 46, 102, 0.8);
	text-align: center;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.img-ctbox{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.img-ctbox img{
	display: block;
	width: 1920px;
	height: auto;
	position: absolute;
	margin-left: -960px;
	left: 50%;
}
.case-b-s{
	gap:20px;
}
.case-b-s li{
	width: 285px;
}
.consult-b{
	background: url(../images/c-hzzx.png)no-repeat center center;
	height: 337px;
	align-items:center;display: -webkit-flex;
	justify-content:center; 
}

.consult-b-c-t{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	/*padding-top: 90px;*/
	font-family: "tbmct";
	font-size: 54px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.1em;
}
.consult-b-c-i{
	padding-top: 50px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 171px;
}
.consult-b-c-i:has(> .cd-2){
	gap:171px;
}
.consult-b-c-i:has(> .cd-3){
	gap:106px;
}
.consult-b-c-c{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 120px;
	padding-top: 10px;
}
.consult-b-c-c h4{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 3
}
.consult-b-c-c p{
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
.zytx-block{
	display: flex;
	flex-flow:row nowrap;
	gap:30px; 
}

/*基础教育-学生心理健康监测系统*/
.zc-box{
	width: 100%;
	margin-top: 20px;
}
.zc-box:first-child{
	margin-bottom: 30px;
}
.zc-box h4{
	color: #172E66;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 14px;
	line-height: 1.5;
}
.zc-box .zc-main{
	color: #334678;
	font-size: 16px;
	line-height: 1.8;
}
.zc-box .zc-main p{
	margin-bottom: 20px;
}
.zc-box .zc-main p:last-child{
	margin-bottom: 0px;
}
.int-list{
	width: 100%;
	display:flex;
	flex-flow: row nowrap;
	gap:30px;
	margin-bottom: 25px;
}
.int-list li{
	width: 380px;
	background: rgba(218, 230, 255, 0.4);
	
	box-sizing: border-box;
	border-top: 3px solid #165DFF;
	border-radius: 14px;
	padding: 18px;
	box-sizing: border-box;
	color: #6B7898;

}
.int-list li h4{
	font-size: 18px;
	text-align: center;
	color: #334678;
}
.text-long{
	color: #334678;
	font-size: 16px;
	line-height: 2;
}
.xl-hxjz-l{
	position: absolute;
	top: 10px;
}
.xl-hxjz-r{
	position: absolute;
	top: 10px;
	right: 0;
}
.xl-hxjz{
	width: 305px;
}
.xl-hxjz .tit{
	font-size: 26px;
	font-weight: 500;
	color: #172E66;
	line-height: 1.8;
	margin-bottom: 17px;
}
.xl-hxjz .main{
	font-size: 16px;
	color: #334678;
	line-height: 2;
	height: 88px;
}
.xl-hxjz:first-child{
	margin-bottom: 200px;
}
.xl-report{
	width: 100%; 
}
.xl-report-cell{
	width: 353px;
	margin: 0 23px;
	float: left;
	text-align: center;
	position: relative;
}
.xl-report-cell h4{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #172E66;
	margin-bottom: 7px;
}
.xl-report-cell span{
	color: #6B7898;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.xl-report-cell p{
	color: #334678;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 9px;
}
.xl-report-cell:first-child,.xl-report-cell:last-child{
	top: 50px;
}

.ui-tabs {
	position: relative;
	width: 1200px;
}

.ui-tabs ul.ui-tabs-nav {
    overflow: hidden;
    float: right;
    width: 212px;
}
.ui-tabs ul.ui-tabs-nav li {
	height: 94px;
	margin: 0;
	overflow: hidden;
	padding: 6px;
	float: left;

}

.ui-tabs li.ui-tabs-nav-item a {
	display: block;
	height: 94px;
	width: 94px;
}
.ui-tabs li.ui-tabs-nav-item a:hover {
    background: #165DFF;
    width: 94px;
}
.ui-tabs li.ui-tabs-nav-item img {
	height: 90px;
	width: 90px;
	margin: 2px;
}


.ui-tabs li.ui-tabs-selected {
    width: 94px;
}
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
    background:#165DFF;
}

.ui-tabs .ui-tabs-panel {
    width: 800px;
    height:444px;
    position: relative;
    float: left;
}
.ui-tabs .ui-tabs-panel:before{
	position: absolute;
	content: "";
	background: #2F6EFA;
	width: 310px;
	height: 326px;
	bottom: 0px;
	left: 0px;
}
.ui-tabs .ui-tabs-panel img{ width: 310px;
	height: 405px;
	margin-left: 40px;
	position: relative;
	z-index: 4;

}
.ui-tabs .ui-tabs-panel .info {
    position: absolute;
    top: 0px;
    left: 400px;
    width: 400px;
    padding-top: 50px;
}
.ui-tabs .info h2 {
    font-size: 28px;
    color: #334678;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 13px;
}
.ui-tabs .info h2 span{
	font-size: 18px;
	font-weight: 400;
	margin-left: 12px;
}
.ui-tabs .info .comp{
	font-size: 14px;
	font-weight: 350;
	line-height: 1.5;
	color: #6B7898; 
	margin-bottom: 24px;
}
.ui-tabs .info .main{
    font-size: 16px;
	font-weight: 350;
	line-height: 32px;
	color: #334678;
	height: 180px;
	margin-bottom: 40px;
}
.ui-tabs .ui-tabs-hide {
    display: none;
}
/*学生发展指导中心*/
.xsfz-ct{
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.xsfz-ct span{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500!important;
	vertical-align: middle;
}

.ui-hall {
	position: relative;
	width: 1200px;
	background: #fff;
	padding:50px 40px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0px 4px 20px 0px rgba(22, 93, 255, 0.3);
	margin-top: 10px;
}
.ui-hall ul.ui-tabs-nav {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}
.ui-hall ul.ui-tabs-nav li {
	width: 208px;
	height: 124px;
	margin-left:20px;
	overflow: hidden;
	float: left;
}
.ui-hall ul.ui-tabs-nav li:first-child{
	margin-left: 0px;
}
.ui-hall li.ui-tabs-nav-item a {
	display: block;
	height: 208px;
	width: 120px;
}
.ui-hall li.ui-tabs-nav-item a:hover {
    background: #165DFF;
    width: 208px;
}
.ui-hall li.ui-tabs-nav-item img {
	height: 120px;
	width: 204px;
	margin: 2px;
}
.ui-hall li.ui-tabs-selected a{
    width: 208px;
}
.ui-hall ul.ui-tabs-nav li.ui-tabs-selected a {
    background:#165DFF;
}
.ui-hall .ui-tabs-panel {
    width: 100%;
    height:260px;
    position: relative;
    overflow: hidden;
}
.ui-hall .ui-tabs-panel img{ 
	width: 440px;
	height: 260px;
	margin-right: 50px;
	float: left;
}
.ui-hall .ui-tabs-panel .info {
    width:calc(100% - 490px);
    height: 260px;
    float: right;
    padding-top: 50px;
}
.ui-hall .info .name{
	color: #334678;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ui-hall .info .main{
    font-size: 16px;
	font-weight: 350;
	line-height: 32px;
	color: #334678;
	height: 180px;
	margin-bottom: 40px;
}
.ui-hall .ui-tabs-hide {
    display: none;
}


.tabpage {
	osition: relative;
	width: 1200px;
	background: #fff;
	padding:50px 40px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0px 4px 20px 0px rgba(22, 93, 255, 0.3);
	margin-top: 10px;
	height: 505px;
}
.tabpage-tit {
	width: 266px;
	/*height: 400px;*/
	font-size: 0;
	float: left;
	border-left: 2px solid rgba(15, 85, 244, 0.15);
}
.tabpage-tit .tabpage-item {
	width: 266px;
	height: 44px;
	line-height: 44px;
	color: #334678;
	font-size: 18px;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding-left: 40px;
	display: block;
	position: relative;

}
.tabpage-tit .tabpage-item:last-child{
	margin-bottom: 0px;
}
.tabpage-tit .tabpage-item:hover{
	color: #165DFF;
}
.tabpage-tit .tabpage-cur {
	color: #165DFF;
	font-weight: bold;
}
.tabpage-tit .tabpage-cur:after{
	width: 2px;
	background: #165DFF;
	height: 44px;
	content: "";
	position: absolute;
	left: -2px;
	top: 0px;
}
.tabpage-count {
	position: relative;
	width: 840px;
	float: right;
	height: 405px;
	overflow: hidden;
}
.tabpage-c-wrap {
	position: absolute;
}
.tabpage-count .tabpage-item {
	width: 840px;
	height: 405px;
}
.cg-name{
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	color: #334678;
	margin-bottom: 19px;
}
.cg-int{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 25px;
	text-align: left;
	color: #334678;
}
.cg-img{
		width: 100%;
		height: 236px;
		display: flex;
		flex-flow: row nowrap;
		justify-content:center;
		gap:30px;
}
.cg-img



.tab-line{
	position: relative;
}
.tab-line .tabs-head{
	width: 100%;
	height: 42px;
	text-align: center;
	border-bottom: 1px solid #D8D8D8;
}
.tab-line .tabs-head a{
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #6B7898;
	font-size: 18px;
	margin: 0 40px;
	position: relative;
}
.tab-line .tabs-head .select{
	color: #165DFF;
}
.tab-line .tabs-head .select:after{
	content: "";
	height: 3px;
	background: #165DFF;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.tab-line .tabs{
	width: 100%;
	height: auto;
}
.tab-line .tabs .tab{
	width: 100%;
	padding-top: 40px;
} 
.xsfz-list{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	gap:30px;
	justify-content: center;
}
.xsfz-list img{
	width: 380px;
	height: 250px;
	margin-bottom: 16px;
}
.xsfz-list p{
	font-size: 20px;
	color: #172E66;
	line-height: 35px;
	text-align: center;
}
.jsfa-block{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	gap:60px;
}
.jsfa-cell{
	width: 360px;
	background:url(../images/xsfz-4.png), linear-gradient(180deg, #FFFFFF 0%, #E9F3FD 97%) ;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0px 4px 10px 0px rgba(22, 93, 255, 0.2);
	border-radius: 20px;
}
.xsfz-jsfa{
	height: 330px; 
	padding: 44px 20px;
	box-sizing: border-box;
}
.xsfz-jsfa img{
	width: 96px;
	height: 96px;
	margin-bottom: 40px;
}
.xsfz-jsfa h4{
	font-size: 28px;
	font-weight: 500;
	line-height:1.5;
	color: #334678;
	margin-bottom: 12px;
}
.xsfz-jsfa p{
	font-size: 16px;
	line-height:1.8;
	color: #334678;
}
.xsfz-jsfa span{
	font-size: 16px;
	line-height:1.8;
	color: #6B7898;
}
.jsfa-ps{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

/*学职规划平台*/
.img-h-250 img{
	height: 250px!important;
	
}
.xzgh-jsys{
	width: 100%;
	height: 332px;
	border-radius: 20px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #165DFF;
	text-align: center;
	padding: 40px 20px;
}
.xzgh-jsys img{
	margin-bottom: 24px;
}
.xzgh-jsys .tit{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	color: #172E66;
	margin-bottom: 10px;
}
.xzgh-jsys .main{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
	color: #334678;
}
/*生涯大赛平台*/
.syds-yx{
	width: 100%;
	overflow: hidden;
}
.syds-yx-l{
	float: left;
	width: 728px;
	height: 387px;
	padding:30px;
	box-sizing: border-box;
	border-radius: 20px;
	color: #fff;
    background: linear-gradient(to right, #165DFF 3%, #95B3F9 100%);
	box-shadow: 0px 10px 20px -10px rgba(22, 93, 255, 0.4);
} 
.syds-yx h4{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
}
.syds-yx h4 i{
	font-size: 24px;
	margin-right: 10px;
}
.syds-yx-l-l{
	display: inline-block;
	width: 50%;
	text-align: center;
	float: left;
	padding: 40px 10px 0;
	box-sizing: border-box;
}
.syds-yx-l-l img{
	width: 90%;
	margin-bottom: 20px;

}
.syds-yx p{
	font-size: 16px;
	line-height: 1.8;
}
.syds-yx-r{
	width: 472px;
	height: 337px;
	border-radius: 0px 20px 20px 0px;
    background: linear-gradient(270deg, rgba(0, 76, 249, 0.3) 23%, rgba(218, 230, 254, 0.5) 99%);
    float: right;
    position: relative;
    top: 24px;
    padding: 30px;
    box-sizing: border-box;
}
.syds-yx-r h4{
	color: #165DFF;
	margin-bottom: 25px;
}
.syds-yx-r  .syds-yx-r-m{
	text-align: center;
}
.syds-yx-r  .syds-yx-r-m img{
	margin-bottom: 15px;
}
.syds-yx-r  .syds-yx-r-m p{
	color: #334678;
}
.syds-sjbz{
	width: 1200px;
	height: 222px;
	border-radius: 20px;
    background: url(../images/syds-bg1.png) no-repeat center center;
    padding: 40px 50px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    top: 55px;
    margin-top: 20px;
}
.syds-sjbz h4{
	font-size: 34px;
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 0.06em;
	margin-bottom: 3px;
}
.syds-sjbz p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.syds-sjbz-list{
	display: flex;
	flex-flow: row nowrap;
	padding: 0 50px;
	box-sizing: border-box;
	justify-content: space-between;
	position: relative;
}
.syds-sjbz-list li{
	width: 319px;
	height: 184px;
	border-radius: 20px;
	background: #F5FAFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 76, 249, 0.2); 
	padding: 40px 24px;
	box-sizing: border-box;
}
.syds-sjbz-list li h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	color: #172E66;
	margin-bottom: 14px;
}
.syds-sjbz-list li p{
	font-size: 16px;
	font-weight: normal;
	line-height: 180%;
	color: #334678;
}

/*志愿星*/
.zyx-hxgn-block{
	width: 100%;
	overflow: hidden;
}
.zyx-hxgn-block .fl{
	width: 800px;
}
.zyx-hxgn-block .fr{
	width: 380px;
}
.card-lb{
	background:linear-gradient(180deg, #CDDCFF 0%, #FFFFFF 100%) ;
	
}
.zyx-hxgn{
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #83A7FF;
	padding: 0px 20px;
	overflow: hidden;
}
.zyx-hxgn .tit{
	font-size: 24px;
	color: #172E66;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 17px;
}
.zyx-hxgn .main{
	font-size: 14px;
	color: #334678;
	line-height: 1.8;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.zyx-hxgn .img-box{
	text-align: center;
}
.zyx-yh{
	width: 100%;
	overflow: hidden;
}
.zyx-yh .yh-cell{
	width: 277px;
	background: rgba(218, 230, 255, 0.5);
	box-sizing: border-box;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #165DFF;
	height: 105px;
	border-radius: 10px;
	float: left;
	margin-right: 30px;
	padding: 20px 16px;
}
.zyx-yh .yh-cell:last-child{
	margin-right: 0px;
}
.zyx-yh .yh-cell img{
	width: 62px;
	height: 62px;
	float: left;
	margin-right: 18px;
}
.zyx-yh .yh-cell h4{
	font-size: 24px;
	font-weight: 500; 
	color: #172E66;
	line-height: 1;
	margin-bottom: 10px;
}
.zyx-yh .yh-cell p{
	font-size: 16px;
	color: #334678;
	line-height: 1.8;
}
.zyx-zmyq{
	width: 1200px;

}
.zyx-zmyq li{
	display: inline-block;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	color: #172E66;
	margin-bottom: 14px;
	padding-left: 92px;
}
.zyx-zmyq li:nth-child(2){
	padding-left: 365px;
}
.zyx-zmyq li:nth-child(3){
	padding-left: 652px;
}
.zyx-c-b .tit{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.zyx-c-b .main{
	color: #fff;
	font-size: 20px;
}
/*高考报考咨询师*/
.gkbk-img{
	padding: 0px!important;
}
.gkbk-img img{
	box-shadow: none!important;
}

.gkzys-cj-block{
	width: 100%;
	display: -webkit-flex;
	flex-flow: row wrap;
}
.gkzys-cj-cell{
	width: 585px;
	overflow: hidden;
	margin-bottom: 30px;
}
.gkzys-cj-cell:nth-child(odd){
	margin-right: 30px;
}
.gkzys-cj-cell:nth-child(3),.gkzys-cj-cell:nth-child(4){
	margin-bottom: 0px;
}
.gkzys-cj-cell img{
	float: left;
	margin-right: 30px;
}
.gkzys-cj-cell .main{
	float: left;
	width: 455px;
}
.gkzys-cj-cell .main h4{
	font-size: 20px;
	font-weight: 500;
	color: #172E66;
	margin-top: 30px;
}
.gkzys-cj-cell .main p{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #172E66;
	margin-top: 14px;
}
.gkzys-jz-block{
	border: 2px solid #83A7FF;
	background: rgba(236, 243, 255, 0.5) url(../images/gkbk-zxs-ptjz.png) no-repeat top right;
	box-sizing: border-box;
	border-radius: 10px;
	width: 100%;
	height: 426px;
	padding: 50px;
}
.gkzys-jz-block h4{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.8;
	color: #165DFF;
	margin-bottom: 30px;
}
.gkzys-jz-block .main{
	font-size: 16px;
	font-weight: 350;
	line-height: 2.4;
	color: #334678 ;
}
.gkzys-jz-block .main span{
	font-size: 18px;
	color: #165DFF ;
}

/*生涯规划师系统*/
.syghs-xc img{
	box-shadow: 0px 19px 38px 0px #75B3FE,0px 15px 12px 0px rgba(117, 179, 254, 0.5);
	border-radius: 20px;
	overflow: hidden;
}

/*一体机*/
.no-shadow ,.no-shadow img{
	box-shadow: none!important;
}

/*教材*/
.tabs-head.c-white{
	border:none;
}
.tabs-head.c-white a{
	color: #fff!important;
	font-size: 22px;
	font-weight: 400;
	padding: 0 20px;
	margin: 0 20px;
}
.tabs-head.c-white .select{
	color: #fff;
	font-weight: bold;
}
.tabs-head.c-white .select:after{
	background: #fff;
}
.jc-i-l{
	text-align: center;
	width: 310px;
	display: inline-block;
	float: left;
}
.jc-i-l img{
	margin-bottom: 116px;
	margin-top: 20px;
}

.pay-box{
	width: 100%;
	text-align: center;
	position: relative;
}
.pay-box .cf-btn{
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.pay-box .cf-btn:hover{
	top: 0px;
}
.pay-box:hover .jc-erw{
	display: block;
}
.jc-erw{
	display: none;
	width: 178px;
	height: 220px;
	background: url(../images/pay-box.png) no-repeat center center;
	background-size:178px 220px;
	position: absolute;
	top: -224px;
	left: 50%;
	margin-left: -89px;
	box-sizing: border-box;
	padding-top: 25px;
	z-index: 1;
}
.jc-erw img{
	margin-bottom: 15px;
	width: 115px;
	height: 115px;
	margin-top: 0px;
}
.jc-erw p{
	font-size: 16px;
	color: #334678;
}
.jc-i-r{
	float: right;
	width: 860px;

}
.jc-i-main{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.jc-hx{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 17px;
}
.jc-hx-list {
	margin-bottom: 40px;
}
.jc-hx-list li{
	list-style: square;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
	margin-left: 14px;
	padding-left: 10px;
}
.jc-i-cell{
	width: 400px;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	height: 177px;
	vertical-align: top;
}
.jc-i-cell:first-child{
	margin-right: 60px;
}
.jc-i-cell .tit{
	font-size: 20px;
	font-weight: 500;
	color: #334678;
	margin-bottom: 17px;
}
.jc-i-cell .main{
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	color: #334678;
}
.sc-box{
	position: relative;
	width: 100%;
	padding: 0 28px 20px;
	overflow: hidden;
	box-sizing: border-box;
	top: -60px;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	margin-bottom: -80px; 
}
.sc-b-cell{
	width: 550px;
	height: 619px;
	border-radius: 20px;
	background: #F5FAFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 76, 249, 0.2);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.sc-b-cell h4{
	font-size: 24px;
	font-weight: 500;
	color: #172E66;
	margin-bottom: 14px;
}
.sc-b-cell p{
	font-size: 16px;
	color: #6B7898;
	margin-bottom: 24px;
}
.sc-b-cell .main{
	width: 473px;
	height: 156px;
	border-radius: 10px;
	background: rgba(20, 90, 248, 0.15);
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
	color: #334678;
}
.sc-b-cell .main span{
	color: #145AF8;
}
.plan-fw{
	width: 100%;
	background: url(../images/plan-fw-bg.png) no-repeat center top;
	height: 610px;
}

/*解决方案1*/
.plan-fw-m{
	width: 480px;
	padding-top: 70px;
	float: right;
	padding-right: 30px;
}
.plan-fw-m-top{
	font-family: "ddjbt";
	color: #165DFF;
	font-size: 26px;
	margin-bottom: 45px;
}
.plan-fw-m-list li{
	margin-bottom: 48px;
}
.plan-fw-m-list h5{
	font-size: 22px;
	font-weight: 500;
	color: #172E66;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
	line-height: 30px;
	margin-bottom: 10px;
}
.plan-fw-m-list h5:after{
	content: "";
	background: #165DFF;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0px;
	top: 9px;
	position: absolute;
}
.plan-fe-m-l-m{
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #334678;
	padding-left: 25px;

} 
/*解决方案2*/
.plan-ts{
	width: 100;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.plan-ts li{
	width: calc((100% - 120px)/4);
	height: 125px;
	border:2px solid #165DFF;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	padding: 22px 11px;
	overflow: hidden;
	align-items:center; 
	display: -webkit-flex;
}
.plan-ts li img{
	float: left;
	margin-right: 16px;
}
.plan-ts li .plan-ts-m{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #334678;
	width: 144px;
	float: left;
}

/*服务中心*/
.fw-jz-block{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between; 
}
.fw-jz-cell{
	width: 576px;
	height: 379px;
	border-radius: 20px;
	box-shadow: 0px 4px 20px 0px rgba(31, 99, 254, 0.3);
	padding: 50px 40px;
	box-sizing: border-box;
}
.fw-jz-cell:first-child{
	background:#fff url(../images/fwzx-3.png) no-repeat 440px 5px;
	position: relative;
	z-index: 2;

}
.fw-jz-cell:last-child{
	background:#fff url(../images/fwzx-4.png) no-repeat 440px 5px;
	position: relative;
	z-index: 2;

}
.fw-jz-cell h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #172E66;
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
}
.fw-jz-cell h4:after{
	width: 6px;
	height: 30px;
	content: "";
	left: 0px;
	top: 0px;
	background: #1F63FE;
	position: absolute;
}
.fw-jz-main li{
	background: url(../images/list-bg.png)no-repeat 0px 6px;
	font-size: 16px;
	line-height: 28px;
	color: #334678;
	padding-left: 35px;
	margin-bottom: 17px;
}
.fw-hx{
	display: flex;
	flex-flow: row wrap;
	gap:30px;
}
.fw-hx>div{
	box-shadow: 0px 4px 10px 0px rgba(31, 99, 254, 0.3);
	flex-shrink: 0;
}
.fw-hx-1st{
	width: 378px;
	height: 319px;
	background: #1F63FE;
	color: #fff;
	box-sizing: border-box;
	padding: 96px 35px;
	position: relative;
	font-size: 18px;
	line-height: 2;
	color: #FFFFFF;
}
.fw-hx-1st:after{
	width: 62px;
	height: 6px;
	content: "";
	background: #fff;
	position: absolute;
	left: 35px;
	top: 65px;
	
}
.fw-hx-2st{
	width: 792px;
	height: 319px;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	gap:20px;
}
.fw-hx-2-li{
	text-align: center;
	width: 132px;
}
.fw-hx-2-li .main{
	width: 132px;
	height: 174px;
	background:#ECF3FF;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.fw-hx-2-li .main h4{
	font-family:"ddjbt";
	color: #1F63FE;
	font-weight: normal;
	font-size: 20px;
	line-height: 36px;
}
.fw-hx-2-li .main{
	font-size: 14px;
	line-height: 28px;
	color: #334678;
}
.fw-hx-cell{
	width: 585px;
	height: 353px;
	background: #fff;
	padding:45px 40px;
	box-sizing: border-box;
	position: relative;
}
.fw-hx-cell img{
	position: absolute;
	right: 0px;
	top: 10px;
}
.fw-hx-cell h4{
	font-weight: 500;
	font-size: 24px;
	color: #172E66;
	margin-bottom: 30px;
}
.fw-hx-cell span{
	font-size: 20px;
	font-weight: 400;
}
.fw-hx-c-l li{
	font-size: 14px;
	line-height: 28px;
	color: #334678;
	margin-bottom: 17px;
	position: relative;
	padding-left: 18px;
	box-sizing: border-box;
}
.fw-hx-c-l li:after{
	position: absolute;
	content: "";
	left: 0px;
	top: 12px;
	width: 4px;
	height: 4px;
	background: #1F63FE;
}
.fw-hzys{
	width: 840px;
	margin-left: 468px;
}
.fw-hzys-list{
	padding-top: 10px;
}
.fw-hzys-list li{
	position: relative;
	margin-bottom: 54px;
}
.fw-hzys-list li img{
	position: absolute;
	top: 0px;
	left: -107px;
}
.fw-hzys-list li h4{
	font-size: 23px;
	font-weight: 500;
	color: #172E66;
	margin-bottom: 16px;
	line-height: 35px;
}
.fw-hzys-list li p{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #334678;
}
.fw-zbzc{
	width: 100%;
	overflow: hidden;
	background: url(../images/fw-zbzc-1.png) no-repeat center center;
}
.fw-zbzc-l{
	float: left;
	padding-left: 43px;
	box-sizing: border-box;
}
.fw-zbzc-r{
	float: right;
	padding-right: 43px;
	box-sizing: border-box;
	padding-right: 1px;
}
.fw-zbzc-cell{
	width: 339px;
	height: 149px;
	border-radius: 15px;
	background: #ECF3FF;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 17px;
}
.fw-zbzc-cell:last-child{
	margin-bottom: 0px;
}

.fw-zbzc-l .fw-zbzc-cell:after{
	width: 2px;
	height: 31px;
background: linear-gradient(180deg, #66AEFD 5%, #464AFE 100%);
	content: "";
	position: absolute;
	left: -1px;
	top: 59px;
}

.fw-zbzc-r .fw-zbzc-cell:after{
	width: 2px;
	height: 31px;
background: linear-gradient(180deg, #66AEFD 5%, #464AFE 100%);
	content: "";
	position: absolute;
	right: 1px;
	top: 59px;
}
.fw-zbzc-r .fw-zbzc-cell{
	text-align: right;
}
.fw-zbzc-l .fw-zbzc-cell:first-child,.fw-zbzc-l .fw-zbzc-cell:last-child{
	position: relative;
	left: 175px;
}
.fw-zbzc-r .fw-zbzc-cell:first-child,.fw-zbzc-r .fw-zbzc-cell:last-child{
	position: relative;
	right: 175px;
}
.fw-zbzc-cell h4{
	font-size: 18px;
	line-height: 180%;
	color: #1F63FE;
	margin-bottom: 10px;
}
.fw-zbzc-cell .main{
	font-size: 16px;
	line-height: 180%;
	color: #334678;
}
.fw-hzms{
	width: 100%;
	overflow: hidden;
}
.fw-hzms-l{
	float: left;
	width: 334px;
}
.fw-hzms-r{
	float: right;
	display: flex;
	flex-flow: row wrap;
	gap:20px;
	justify-content: space-between;
	width: 846px;
}
.fw-hzms-cell{
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	padding: 28px 26px;
}
.fw-hzms-l .fw-hzms-cell{
	width: 334px;
	height: 428px;
}
.fw-hzms-r .fw-hzms-cell{
	width: 413px;
	height: 204px;
}
.fw-hzms-cell h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #172E66;
	margin-bottom: 16px;
}
.fw-hzms-cell .main{
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #334678;
}
.fw-hzms-l .fw-hzms-cell img{
	margin: 0 auto;
}
.fw-hztj-list{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 20px;
}
.fw-hztj-list li{
	flex-grow: 1;
	box-sizing: border-box;
	padding:0 20px;
	text-align: center;
	position: relative;
}
.fw-hztj-list li img{
	width: 58px;
	height: 58px;
	margin-bottom: 28px;
}
.fw-hztj-list li p{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
}
.fw-lxrx{
	padding-top: 70px;
	padding-left: 40px;
}
.fw-lxrx h4{
	font-size: 44px;
	font-weight: bold;
	line-height: 70px;
	letter-spacing: 0.1em;
	margin-bottom: 32px;
	color: #334678;
}
.fw-lxrx p{
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	color: #334678;
}
.fw-lxrx p span{
	font-weight: 700;
	font-size: 30px;
	color: #165DFF;
}
.btn-bg-l{
	width: 200px!important;
	height: 52px!important;
	line-height: 52px!important;
	font-size: 20px!important;
	margin-top: 40px;
}

/*关于我们*/
.gywm-lxfs{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap:30px;

}
.gywm-lxfs-cell{
	box-sizing: border-box;
	border: 2px solid #FFFFFF;

	box-shadow: 0px 11px 20px 0px rgba(158, 169, 199, 0.2);
	width: 553px;
	height: 282px;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 20px;
}
.gywm-lxfs-cell:first-child{
	background:#fff url(../images/gywm-1.png) no-repeat right bottom;
}
.gywm-lxfs-cell:last-child{
	background:#fff url(../images/gywm-2.png) no-repeat right bottom;
}
.gywm-lxfs-cell h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #172E66;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
.gywm-lxfs-cell h4:after{
	width: 6px;
	height: 30px;
	content: "";
	left: 0px;
	top: 0px;
	background: #1F63FE;
	position: absolute;
}
.gywm-lxfs-cell .main{
	width: 100%;

	box-sizing: border-box;
}
.gywm-lxfs-cell .lxr{
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	color: #334678;
	margin-bottom: 10px;
		padding-left: 20px;
}
.gywm-lxfs-cell img{
	margin-left: 45px;
}
.gywm-lxfs-cell .tel{
	font-size: 34px;
	font-weight: bold;
	line-height: 28px;
	color: #334678;
	margin-bottom: 18px;
	padding-top: 30px;
}
.gywm-lxfs-cell  .tel-ps{
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0em;
	color: #9EA9C7;
}
.gywm-dz{
	width: 100%;
	text-align: left;
	padding:0 40px;
	box-sizing: border-box;
}
.gywm-dz h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	color: #334678;
	margin-bottom: 10px;
}
.gywm-dz p{
	font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #334678;
margin-bottom: 20px;
}

/*培训体系*/
.tab-px{
	width: 1200px;
	height: 520px;
	border-radius: 20px;
	background: linear-gradient(180deg, #165DFF 0%, #95B3F9 100%);
	box-shadow: 0px 10px 20px -5px rgba(22, 93, 255, 0.5);
}
.tab-px .tabs-head{
	width: 264px;
	float: left;
	padding: 50px 30px;
	box-sizing: border-box;
}
.tab-px .tabs-head a{
	width: 204px;
	height: 60px;
	display: block;
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #172E66;
	line-height: 60px;
	text-align: center;
}
.tab-px .tabs-head a.select{
	background: linear-gradient(104deg, #1D3AF9 2%, #30DBFF 99%);
	border: 1px solid #CDDCFF;
	color: #fff;
}
.tab-px .tabs{
	float: right;
	width: 936px;
	height: 520px;
	border-radius: 19px;
	background: #F5FAFF;
	padding: 50px 40px;
	box-sizing: border-box;
}
.tab-px .tabs .tab{
	width: 100%;
	height: 100%;
	position: relative;
}
.px-item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row nowrap;
}
.px-item:last-child{
	margin-bottom: 0px;
}
.px-item .label{
	width: 110px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #334678;
	flex-shrink: 0;
}
.px-item .main p{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #334678;
}
.px-item .main li{
	font-size: 16px;
	line-height: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 28px;
	box-sizing: border-box;
	background: url(../images/list-bg.png)no-repeat left 4px;
	color: #6B7898;
}
.px-item .main li:last-child{
	margin-bottom: 0px;
}
.px-item .main li span{
	color: #334678 
}
.bm-btn{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bm-btn .cf-btn{
	margin: 0 auto;

}
.zxpx-img{
	width: 520px;
	padding: 0px!important;
}
.zxpx-img img{
	width: 520px;
	height: 600px!important;
}
.item-tit-px{
	padding-top: 56px;
	
	font-size: 30px;
font-weight: bold;
line-height: normal;
color: #334678;
margin-bottom: 40px;
}
.item-tit-px.px-gb{
	background: url(../images/px-5.png)no-repeat left top;
}
.item-tit-px.px-jy{
	background: url(../images/px-6.png)no-repeat left top;
}

/*专家库*/
.experts-m-cell {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.experts-c-img {
	background: url(../images/experts-m-bg.png) no-repeat left top;
	width: 114px;
	height: 114px;
	margin-right: 40px;
	float: left;
}

.experts-c-img img {
	margin-left: 4px;
	margin-top: 4px;
	width: 106px;
	height: 106px;
	border-radius: 50%;
}

.experts-c-main {
	width: 946px;
	height: 114px;
	float: right;
	overflow: hidden;
}

.experts-c-main .experts-p {
	margin-bottom: 10px;
}

.experts-c-main .experts-p h4 {
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	color: #172E66;
	margin-right: 20px;
}

.experts-c-main .experts-p span {
	color: #6B7898;
	font-size: 16px;
	line-height: 28px;
}

.experts-c-main .experts-i {
	width: 100%;
	height: 78px;
	line-height: 1.6;
	font-size: 16px;
	color: #334678;
}
.card-bg{
	width: 1200px;
  margin: 0 auto 60px;
  box-shadow: 0px 0px 10px 4px rgba(96, 126, 235, 0.25);
  border-radius: 40px;
  min-height: 400px;
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
}
/*二级页定位*/
.breadcrumb {
	float: left;
	width: 50%;
}

.breadcrumb li {
	font-size: 14px;
	color: #a1a1a1;
	height: 56px;
	line-height: 56px;
	text-align: center;
	display: inline;
}

.breadcrumb li:after {
	content: " >";
}

.breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
	content: "";
    /*display: none;*/
}

.breadcrumb li a {
	color: #a1a1a1;
}

.breadcrumb li a:hover {
	color: #165DFF;
}

/*侧边悬浮客服*/
.fixed{
	position:fixed;
	right:10px;
	top:50%;
	margin-top:-100px;
	z-index:100;
	-webkit-box-shadow: 0px 1px 6px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px 6px rgba(255, 255, 255, 0.5);
	box-shadow:0px 1px 6px rgba(255, 255, 255, 0.5);
	width: 58px;

}
.fixed-icon{
	width: 58px;
	height: 58px;
	display: block;
	text-align: center;
}
.fixed-icon img{
	width: 40px;
	height: 40px;
	margin-top: 8px;
}
.fixed-meau{
	position:relative;
}
.fixed-btn{
	width:58px;
	height:58px;
	text-align:center;
	display:block;
	margin-bottom:1px;
	position:relative;
	background-color:#165DFF;
}
.fixed-btn p{
	color:#fff;
	font-size:14px;
	line-height:18px;
	padding-top:10px;
	display:none;
}
.fixed-meau:hover .fixed-btn i{
	display:none;
}
.fixed-meau:hover .fixed-btn p{
	display:block;
}
.meau-top .fixed-btn span{
	font-size:12px;
	line-height:12px;
	padding-top:4px;
	display:block;
	color: #fff;
}
.meau-top .fixed-btn i{
	display:block;
	color:#fff;
  	font-style: normal;
}
.meau-top.fixed-meau:hover .fixed-btn{
	background-color:#165DFF;
}
.meau-top.fixed-meau:hover .fixed-btn span{
	display:block;
	color:#fff;
} 
.fixed-box{
	position:absolute;
	top:-15px;
	right:48px;
	padding-right:25px;
	display:none;
}
.fixed-box .box-border{
	border:1px solid #ccc;
	border-top:4px solid #165DFF;
	padding:20px;
	background-color:#fff;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0px 1px 4px rgba(0, 0, 0, 0.2);
	position:relative;
}
.fixed-box .box-border .arrow-right{
	display:block;
	width:13px;
	height:16px;
	background:url(../images/arrow.png) no-repeat;
	position:absolute;
	right:-13px;top:26px;
}
.fixed-meau:hover .fixed-box{display:block}
/*客服热线*/
.meau-call .fixed-box .box-border{width:230px;}


/*在线客服*/
.meau-sev .fixed-box .box-border{width:230px;}
.meau-sev .fixed-btn span{color:#fff}
.meau-sev:hover .fixed-btn{background:#165DFF;}
.fixed-form .form-item{
	margin-bottom: 10px;
}
.fixed-form .form-item .select-input{
	width: 230px;
}
.fixed-form .form-item .select-list ul li{
	padding-left: 0px;
}

.fixed-form .form-item input{
	line-height: 34px;
	height: 34px;
}
.fixed-form .form-item .input{
	height: 36px!important;
}
.fixed-form .form-item .textarea{
	width: 230px;
	margin: 0 auto 10px;
	height: 120px;
}
.fixed-form .form-item .textarea textarea{
	min-width: 230px;
	min-height: 120px;
	max-width: 230px;
	max-height: 120px;
	box-sizing: border-box;
	border:1px solid #ddd;
	position:absolute;
	top:0;
	left:0;
	line-height:22px;
	padding:10px;
	color:#334677;
	font-size: 13px;
	border-radius: 4px;
}
.sev-t-btn{
	background: #165DFF;
	color: #fff;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 34px;
	margin-top: 2px;
	display: block;
}
.sev-t-remind{
	width:230px;
	color: #165DFF;
	font-size: 14px;
	line-height: 1.5em;
	margin: 1px 0 10px 0;
	text-align: left;
}
/*qq客服*/
.meau-qq  .fixed-box .box-border{width:230px;}

/*微信*/
.meau-code .fixed-box{
	top:inherit;
	bottom:-35px;
}
.meau-code .fixed-box .box-border{
	width:156px;
	text-align:center;
	border-top:4px solid #165DFF;
}
.meau-code .fixed-box .box-border i{
	display:block;
	color:#165DFF;
	font-size:14px;
	font-style: normal;
	margin-top: 10px;
}
.meau-code .fixed-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-code .fixed-box .box-border img{
	width: 156px;
	height: 156px;
}
.fixed-box .box-border .sev-t{
	text-align: center;
}
.fixed-box .box-border .sev-t p{
	text-align: left;
	color:#165DFF;
	font-size:24px;
	line-height:28px;
	margin-bottom: 10px;
}
.fixed-box .box-border .sev-t  span{
	display:block !important;
	font-size:14px;
	color:#aaa;
	text-align: left;
}
.fixed-box .box-border .sev-b{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #e4e4e4;
}
.fixed-box .box-border .sev-b h4{
	color:#666;
	font-size:14px;
	font-weight:normal;
	padding-bottom:15px;
}
.fixed-box .box-border .sev-b a{
	display:inline-block;
	color:#165DFF;
	font-size:14px;
	background:url(../images/q1.gif) no-repeat left 3px;
	width: 50%;float: left;
}
.fixed-box .box-border .sev-b  a:hover{
	color:#0564F0;
}
/*表单*/
.form {
	width: 100%;
}
.form.form-inline{
	display: inline-block;
	vertical-align: middle;
	width: auto!important;
}

.reg-form {
	width: 420px;
	margin: 0 auto;
}

.user-form .label {
	width: 120px;
}

.form-item {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 16px;
	zoom: 1;
}


.form-item.form-item-s{
	display: inline-block;
	width: auto;
	vertical-align: middle;

}
.form-item.form-item-s .label{
	line-height: 32px;
	height: 32px;
}
.form-inline .form-item {
	display: inline-block;
	margin-right: 16px;
	width: auto;
	vertical-align: top;
}

.form-item:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.form-item .label {
	width: 80px;
	text-align: right;
	height: 44px;
	line-height: 44px;
	color: #6B7898;
	float: left;
	padding-right: 10px;
}

.form-item .label-s {
	height: 34px;
	line-height: 34px;
	text-align: left;
	width: auto;
	padding-right: 0px!important;
}

.form-item .form-main-block {
	float: left;
	height: 44px;
	line-height: 44px;
	color: #334677;
	font-size: 14px;
}

.form-item .input {
	float: left;
	height: 44px;
	border: 1px #D0DBEC solid;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	background: #fff;
	width: 100%;
}

.form-item .input.input-m {
	width: 320px!important;
}

.form-item.form-item-s .input{
	height: 34px;
	width: 190px!important;
	vertical-align: middle;
}

.form-item input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #334677;
	border: none;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	background: none;
}

.form-item button[class=getcode] {
	border: 0;
	top: 0px;
	right: 0;
	position: absolute;
	background: 0;
	line-height: 44px;
	color: #116DEF;
	width: 100px;
	text-align: center;
	display: block;
}

.com-sel {
	position: relative;
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	height: 44px;
	box-sizing: border-box;
	/*margin-right: 4px;*/
}

.form-item-s .com-sel {
	height: 32px;
}

.form-item-s .com-opt {
	height: 32px;
	line-height: 32px;
}

.fixed-form .form-item .com-sel {
	height: 32px;
}

.fixed-form .form-item .com-opt {
	height: 32px;
	line-height: 32px;
}

.com-opt {
	width: 100%;
	height: 44px;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 44px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 12px;
	position: relative;
	outline: none;
	z-index: 2;
	cursor: pointer;
}

.com-opt::-ms-expand {
	display: none;
}

.com-sel:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top: 8px solid #aaa;
	z-index: 1;
}

.form-main-block .com-rad {
	padding-top: 13px;
}

:-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #bbb;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #bbb;
	opacity: 1;
}
/*下拉框*/
.form-item .select-input {
	width: 320px;
	height: 44px;
	border: none;
}

.select-wrapper {
	width: 240px;
	height: 44px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*float: left;
	*margin-right: 10px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.select-wrapper.focus {
	border: 1px solid #3385FF;
}

.select-button {
	width: 238px;
	height: 34px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	padding: 0 26px 0 10px;
	overflow: hidden;
	text-align: left;
	outline: none;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.select-down {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top: 8px solid #aaa;
}

.disabled {
	color: #cccccc;
}

.select-list {
	width: 238px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	display: none;
	z-index: 2;
	position: absolute;
	left: -1px;
	top: 35px;
	overflow: hidden;
}

.select-list ul {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 40px;
	max-height: 240px;
}

.select-list ul li {
	width: auto;
	height: 40px;
	padding-left: 10px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.select-list ul li.selected,
.select-list ul li:hover {
	color: #fff;
	background: #75B3FC;
}
/* 搜索 */
.form-search {
	width: 250px;
	display: inline-block;
	float: right;
	position: relative;
}

.form-search .search-btn {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: none;
	cursor: pointer;
}

.form-search.form-item .input {
	padding-right: 44px;
}

.icon-sousuo {
	color: #C4C4C4;
}

/* 下拉列表不可用样式 */
.select-button-disable {
	color: #ccc;
	width: 238px;
	height: 34px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	padding-left: 10px;
	overflow: hidden;
	text-align: left;
	outline: none;
}

.select-down-disable {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 34px;
}

.form-btn-block-2 {
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

/*弹窗*/
.sy-alert {
	border-radius: 10px;
}

.sy-alert-s {
	width: 500px;
}

.sy-alert-s.sy-alert .sy-body {
	min-height: 260px;
}

.sy-alert-m {
	width: 800px;
}

.sy-alert-l {
	width: 900px;
}

.sy-alert-l.sy-alert .sy-body {
	min-height: 440px;
}

.sy-content {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.sy-alert .sy-head {
	width: 100%;
	height: 50px;
	background: #165DFF;
	overflow: hidden;
	padding: 0 20px;
	line-height: 50px;
	position: static;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;

}

.sy-alert .sy-head .hd-title {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	padding-left: 16px;
	position: relative;
}

.sy-alert .sy-head .hd-title:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 24px;
	background: #fff;
	top: 2px;
	left: 0px;
}

.sy-alert .sy-head .reglog-close {
	background: url(../images/close.png) no-repeat center center;
	width: 30px;
	height: 30px;
	background-size: 24px;
	cursor: pointer;
	top: 10px;
}

.sy-alert .sy-body {
	padding: 20px 30px!important;
	box-sizing: border-box;
	min-height: 400px;
	max-height: 620px;
	overflow-y: auto;
}

.sy-alert .sy-foot {
	padding: 0 20px 20px;
	text-align: right;
	font-size: 0px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.sy-alert .sy-foot a {
	text-align: center;
	display: inline-block;
	margin: 0 10px; 
	min-width: 140px;
	padding: 0 30px;

}
/*class="sy-title"弹窗头部，class="sy-btn"弹窗固定按钮*/
.reglog-close {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/close.png) no-repeat center center;
}
.check-line .com-check {
	float: none;
	padding: 0px 30px 30px 20px;
	margin: 0px;
	width: 50%;
}
.pp-rem{
	font-size: 16px;
	line-height: 1.5;
	margin: 0px 0 20px;
	text-align: center;
	color: #6B7898;
}
.form-btn-block{
	width: 100%;
	margin-bottom: 10px;
}
.form-btn-block .btn{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
}

/*banner定位按钮*/
.franchise-top-zx{
	display: block;
	width: 157px;
	height: 52px;
	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: -577px;

}
.index-banner-btn{
	position: absolute;
	display: block;
	width: 157px;
	height: 52px;
	position: absolute;
	left: 50%;
	top: 460px;
	margin-left: -570px;
}
/*登录*/
.reglog-bg{
	height: calc(100% - 80px);
	box-sizing: border-box;
	background: url(../images/login-bg.png)no-repeat center center;
	background-size: cover;

}
.login-card{
	background: rgba(255, 255, 255, 0.8); 
	box-shadow: 0px 4px 20px 0px rgba(22, 93, 255, 0.6);
	left: 50%;
	top: 168px;
	width: 412px;
	height: 544px;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	margin-left: 130px;
	padding: 40px 55px;
	box-sizing: border-box;
}
.reglog-tit{
	font-size: 26px;
	font-weight: bolder;
	color: #172E66;
	line-height: 1;
	padding: 20px 0 50px;
	width: 100%;
	padding-left: 18px;
	position: relative;
}
.reglog-tit:after{
	position: absolute;
	width: 4px;
	height:  26px;
	background: #116DEF;
	content: "";
	left: 0px;
	top: 20px;

}
.log-form {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.log-form .input{
	height: 46px;
	padding-left: 36px;
	box-sizing: border-box;
}
.log-form .form-item:first-child{
	margin-bottom: 26px;
}
.log-form .form-item:first-child .input{
	background:#fff url(../images/login-icon-1.png) no-repeat 12px center;
}
.log-form .form-item:nth-child(2) .input{
	background:#fff url(../images/login-icon-2.png) no-repeat 12px center;

}
.log-form .input input{
	height: 44px;
	line-height: 44px;
	font-size: 15px;
}
.log-form .input:has(> input:focus){
	border-color: #87ACFF;
	caret-color: #5E80FA
}

.reglog-btn{
	width: 100%;
	display: block;
	margin-top: 14px; 
	background: #165DFF;
	height: 46px;
	text-align: center;
	color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	font-size: 18px;
	line-height: 46px;
	margin-bottom: 26px;
	font-weight: bold;
}
.reglog-btn:hover{
	color: #fff;
	background: #003dd4;
}
.reglog-nav{
	text-align: center;
	font-size: 15px;
	color: #6B7898;
	padding:10px 0; 
}
.reglog-nav a{
	color: #116DEF;
}
.reglog-nav a:hover{
	text-decoration: underline;
}
.reglog-block{
	margin-bottom: 10px;
	height: 30px;
	line-height: 20px;
	text-align: right;
	font-size: 15px;
}
.reglog-block a{
	color: #6B7898;
}
.reglog-block a:hover{
	text-decoration: underline;
}
.slogan{
	width: 100%;
	text-align: center;
	padding-top: 45px;

}
.reglog-foot{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	line-height: 50px;
	color: #172E66;
	text-align: center;
}

/*注册*/
.reg-block{
	padding:40px;
	width: 900px;
	margin: 0px auto;
	box-sizing: border-box;
}
.reglog-top{
	width: 100%;
	position: relative;
}
.reglog-top .reglog-nav{
	position: absolute;
	right: 0px;
	top: 20px;
}
.form-item .reg-input{
	width:320px;
}
.form-btn-block{
	width:400px;
	margin: 50px auto 20px; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.reg-form .form-item{
	margin-bottom: 26px;
}
.reg-form  .input{
	height: 46px;
}

.reg-form .input input,.reg-form label{
	height: 44px;
	line-height: 44px;
	font-size: 15px;
}
.reg-form .input:has(> input:focus){
	border-color: #87ACFF;
	caret-color: #5E80FA
}

/*院校展示列表*/
.anli{width: 1200px;margin:0 auto;overflow: hidden;}
.anli ul{
	display: flex;
	flex-flow: row wrap;
	gap:30px;
}
.anli li{width: 380px;}
.he_border1{width:380px;height:231px;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
.he_border1:hover .he_border1_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.he_border1_caption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	line-height: 40px;
	padding:0 20px;
	box-sizing: border-box;
	background: rgba(23, 46, 102, 0.7);
	color: #fff;
}
.he_border1_caption h3{
	font-weight: normal;
	font-size: 14px;
}
.sort-box{
	background: #fff;
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom:40px;
}
.sort-box .form{
	display: flex;
	flex-flow: row nowrap;
	align-items:center; display: -webkit-flex;
}
.sort-box .form-item{
	width: 300px;
	margin-bottom: 0px; 
}
.sort-box .form-item .input{
	width: 200px;
}
.sort-box .form .label{
	width: auto;
}


