/*全局样式*/
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
	outline: none
}

li {
	list-style: none
}

textarea {
	resize: none
}

body,
div,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
textare {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #666;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	min-height: 100%;
	_height: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a {
	outline: none;
}

/*去除超链接虚线框*/
a:active {
	star: expression(this.onFocus=this.blur());
}

/*去除ie下超链接虚线框*/
a:focus {
	outline: 0;
}

/*去除火狐下超链接的虚线*/
a {
	text-decoration: none;
	color: #000
}

em {
	font-style: normal
}

/*清除浮动*/
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

/* 公共头部 */
.nav * a:hover {
	background-color: #0F62FE;
	/* 鼠标经过时的红色背景，可自定义 */
	color: #FFFFFF;
}

.menu {
	width: 100%;
	z-index: 999999;
	position: relative;
	/* padding: 20px 0; */
	height: 86px;
}

.menu .container-1200 {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.menu .logo{
	margin: 20px 0;
}
.menu .logo img{
	height: 46px;
	width: auto
}
.nav li {
	float: left;
	/* border-left: 1px solid #4a4a4a;
	border-right: 1px solid #242424;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #242424; */
	position: relative;
}

.nav li.active {
	background: url(../img/xl.png) right center no-repeat;
	margin-right: 10px;
}

.nav li a {
	color: #000;
	/* height: 46px;
	line-height: 46px; */
	padding: 0 20px;
	blr: expression(this.onFocus=this.close());
	blr: expression(this.onFocus=this.blur());
	display: inline-block;
	font-size: 16px;
	line-height: 86px;


}

.nav li a:focus {
	-moz-outline-style: none;
}

.nav li .sub-nav {
	position: absolute;
	top: 86px;
	left: 0px;
	list-style: none;
	background: rgba(0, 29, 174, 0.8);
	display: none;
}

.nav li .sub-nav li {
	text-align: center;
	clear: left;
	width: 140px;
	/*height: 35px;
	line-height: 35px;*/
	position: relative;
}

.nav li .sub-nav li a {
	/*height: 34px;*/
	line-height: 18px;
	width: 138px;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}

.sp_header,
.sjj_nav {
	display: none;
}

.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
	z-index: 99999999;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}

.sp_logo img {
	margin: auto;
	max-height: 30px;
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}

.sp_nav span {
	display: block;
	background: #0F62FE;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	z-index: 999999;
}

.nav_show {
	top: 50px
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #0F62FE
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.abuot {
	background: url(../img/bg-01.png) top center no-repeat;
	padding-bottom: 60px;
	background-size: cover;
}

.abuot-list {
	position: relative;
	top: -55px;
	z-index: 999;
}

.abuot-list ul {
	display: flex;
	justify-content: space-between;
}

.abuot-list ul li {
	width: 282px;
}

.abuot-list ul li a {
	max-width: 282px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 21px 27px;
}

.abuot-list ul li img {
	margin-right: 17px;
	transition: 0.8s;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
}

.abuot-list ul li:hover img {
	-webkit-transform: rotateY(360deg);
}

.abuot-list ul li div.text h2 {
	max-width: 100px;
	height: 37px;
	background: #0F62FE;
	box-shadow: 0px 5px 7px 0px rgba(69, 128, 240, 0.45);
	border-radius: 8px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 37px;
	text-align: center;
}

.abuot-list ul li div.text p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

.abuot-us {}

.abuot-us .container {
	background-color: #FFFFFF;
	padding: 0 24px;
	padding-top: 35px;
	padding-bottom: 60px;
}

.abuot-us .container h2 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	text-align: center;
}

.abuot-us .container p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	margin-top: 20px;
}

.dynamic {
	margin-top: 60px;
	padding-bottom: 62px;
}

.swiper-dynamic {
	width: 100%;
	padding-bottom: 62px;
}

.dynamic-list {
	overflow: hidden;
}

.dynamic-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dynamic-list ul li{
width:100%;
	max-width: 580px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dynamic-list ul li a {
width:100%;
	height: 116px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 13px;
	margin: 5px;
	margin-bottom: 11px;
}

.dynamic-list ul li img {
	width: 160px;
	height: 90px;
	background: #DEDADA;
	border-radius: 8px;
	margin-right: 20px;
}

.dynamic-list ul li h3 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	height:96px;
	overflow: hidden;
}

.dynamic h2 {
	font-family: Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 28px;
	color: #111111;
	text-align: center;
	margin-bottom: 45px;
}

.dynamic-list ul li:hover h3 {
	color: #001DAE;
}

.swiper-dynamic .swiper-button-next,
.swiper-dynamic .swiper-button-prev {
	/* top: 0; */
	bottom: 0;
	width: 32px;
	height: 32px;
}

.swiper-button-prev {
	background: url(../img/left.png) center no-repeat;
	left: 46%;
}

.swiper-button-next {
	background: url(../img/right.png) center no-repeat;
	right: 46%;
}

.swiper-button-prev:hover {
	background: url(../img/l-left.png) center no-repeat;
}

.swiper-button-next:hover {
	background: url(../img/l-right.png) center no-repeat;
}

.guest {
	background: url(../img/bg-02.png) top center no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.guest-list {
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 100vh; */
	overflow-x: hidden;
}

.guest-list .container-1240 {
	width: 1920px;
	height: 650px;
	display: flex;
	align-items: flex-end;
	/* 让左右两大块在容器底部对齐 */
	justify-content: center;
	position: relative;
}

/* 左侧蓝色背景块 */
.guest-list .container-1240 .blue-panel {
	width: 820px;
	height: 540px;
	background-color: #002ba3;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	/* 内容向下对齐 */
	padding-right: 60px;
	padding-bottom: 40px;
	/* 底部留出间距，与图片底部对齐 */
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

/* 文本内容区 */
.guest-list .container-1240 .text-content {
	width: 354px;
	transition: opacity 0.5s ease;
}

.guest-list .container-1240 .name {
	font-family: "Source Han Sans CN";
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}

.guest-list .container-1240 .title {
	font-family: "Source Han Sans CN";
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 15px;
}

.guest-list .container-1240 .university {
	font-family: "Source Han Sans CN";
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px 0;
}

.guest-list .container-1240 .description {
	width: 354px;
	font-family: "Source Han Sans CN";
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	opacity: 0.5;
	text-align: justify;
	height: 220px;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.guest-list .container-1240 .more-btn {
	font-family: "Source Han Sans CN";
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	background-size: 20px;
	padding-right: 30px;
	cursor: pointer;
	display: inline-block;
}
.guest-list .container-1240 .left{
	background: url(../img/left.png) center no-repeat;
}
.guest-list .container-1240 .right{
	background: url(../img/right.png) center no-repeat;
}
.guest-list .container-1240 .left:hover{
	background: url(../img/l-left.png) center no-repeat;
}
.guest-list .container-1240 .right:hover{
	background: url(../img/l-right.png) center no-repeat;
}
/* 右侧轮播区 */
.guest-list .container-1240 .carousel-area {
	width: 1100px;
	height: 650px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	/* 让轮播轨道在区域内靠下对齐 */
}

.guest-list .container-1240 .carousel-track {
	display: flex;
	align-items: flex-end;
	/* 让小图和大图底部对齐 */
	gap: 20px;
	/* 间距调整为 20px */
	/* 过渡动画由 JS 动态控制 */
}

.guest-list .container-1240 .carousel-item {
	flex-shrink: 0;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	position: relative;
	width: 230px;
	height: 496px;
}

.guest-list .container-1240 .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.guest-list .container-1240 .carousel-item.active {
	width: 364px;
	height: 650px;
	cursor: default;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* 轮播控制按钮 (固定在左侧主图区域底部) */
.guest-list .container-1240 .nav-arrows {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 364px;
	/* 与放大图片同宽，实现居中 */
	display: flex;
	justify-content: center;
	gap: 15px;
	z-index: 10;
	pointer-events: none;
	/* 让空白区域的点击穿透到图片上 */
}

.guest-list .container-1240 .arrow-btn {
	pointer-events: auto;
	/* 恢复按钮的点击响应 */
	width: 32px;
	height: 32px;
	/* background-color: #FFFFFF; */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
	/* transition: background-color 0.3s; */
}

.guest-list .container-1240 .arrow-btn:hover {
	background-color: #f0f0f0;
}

.guest-list .container-1240 .arrow-btn svg {
	width: 16px;
	height: 16px;
	stroke: #333;
}
.guest h2 {
	font-family: Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 28px;
	color: #111111;
	text-align: center;
	margin-bottom: 45px;
}


.guest_list {
	/* background-color: #001DAE; */
	/* height: 796px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.guest_list .guest_img {
	width: 100%;
	height: 496px;
	margin-top: 154px;
}

.guest_list .guest_img img {
	width: 100%;
	height: 496px;
}

.guest_list .guest_text {
	/* max-width: 354px; */
	background-color: #001DAE;
	height: 496px;
	padding-left: 360px;
	margin-top: 154px;
	padding-right: 62px;
}

.guest_list .guest_text h3 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 65px;
}

.guest_list .guest_text h4 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px 0;
}
.guest_list .guest_text h6{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 15px;
}

.guest_list .guest_text p {
	width: 354px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	opacity: 0.5;
	text-align: justify;
	height: 220px;
	overflow: hidden;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 12; /* 限制显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.guest_list .guest_text a {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	background: url(../img/jt.png) right center no-repeat;
	background-size: 25px;
	padding-right: 30px;
}

.swiper-slide-active .guest_list .guest_img {
	width: 364px;
	height: 650px;
	margin-top: 0;
}

.swiper-slide-active .guest_list .guest_img img {
	width: 100%;
	height: 650px;
}

.guest_list .guest_text {
	display: none;
}

.swiper-slide-active .guest_list .guest_text {
	display: block;
}

.swiper-guest .swiper-slide-active {
	width: 1139px !important;

}

.swiper-guest .swiper-button-next,
.swiper-guest .swiper-button-prev {
	bottom: 60px;
	width: 32px;
	height: 32px;
}

.swiper-guest .swiper-button-next {
	right: 46%;
}

.swiper-guest .swiper-button-prev {
	left: 49%;
}

.invitation {
	display: none;
}

.invitation h2 {
	font-family: Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 28px;
	color: #111111;
	text-align: center;
	margin-bottom: 45px;
}

.invitation .swiper-invitation {
	padding-bottom: 60px;
}

.invitation .invitation-list img {
	width: 100%;
	height: 273px;
}

.invitation .invitation-list div.text {
	background: rgba(0, 29, 174, 0.45);
	/* height: 80px; */
	position: relative;
	margin-top: -90px;
	padding: 10px 15px;
}
.invitation .invitation-list div.text div{
height: 40px;
}
.invitation .invitation-list div.text h3 {
	font-family: Source Han Sans CN;
	/* font-weight: bold; */
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.invitation .invitation-list div.text h4 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.invitation .invitation-list div.text h6 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.invitation .invitation-list div.text h4 a {
	float: right;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../img/jt.png) right center no-repeat;
	background-size: 25px;
	padding-right: 30px;
}

.swiper-invitation .swiper-button-next,
.swiper-invitation .swiper-button-prev {
	bottom: 0;
	width: 32px;
	height: 32px;
}

.previous {
	padding: 60px 0;
	background: #F0F4F7;
}

.previous .swiper-previous {
	padding-bottom: 62px;
}

.swiper-previous .swiper-button-next,
.swiper-previous .swiper-button-prev {
	bottom: 0;
	width: 32px;
	height: 32px;
}

.previous .previous-list img {
	width: 100%;
	height: auto;
}

.previous h2 {
	font-family: Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 28px;
	color: #111111;
	text-align: center;
	margin-bottom: 45px;
}

.previous .previous-list div.text {
	background: #FFFFFF;
	text-align: center;
	padding: 15px;
	height: 106px;
}

.previous .previous-list div.text h3 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 溢出显示省略号 */
	width: 100%;
	/* 必须设置宽度 */
}

.previous .previous-list div.text h4 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	padding: 8px 0;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 溢出显示省略号 */
	width: 100%;
	/* 必须设置宽度 */
}

.previous .previous-list div.text p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 溢出显示省略号 */
	width: 100%;
	/* 必须设置宽度 */
}

.previous .previous-list:hover {
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.review {
	padding-top: 60px;
	padding-bottom: 65px;
}

.review h2 {
	font-family: Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 28px;
	color: #111111;
	text-align: center;
	margin-bottom: 45px;
}

.review .review-list {
	max-width: 392px;
	display: flex;
	flex-direction: column;
	/* 垂直排列子元素 */
	justify-content: space-between;
	height: 430px;
	/* 容器高度占满视口高度 */
	overflow: hidden;
}
.review .review-list img{
	width: 100%;
}
.review .review-list a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s, 
	box-shadow 0.3s;
}
.review .review-list a:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}
.review .review-list a:hover img{
	transform: scale(1.05);
}
.swiper-review .swiper-button-next,
.swiper-review .swiper-button-prev {
	bottom: 0;
	width: 32px;
	height: 32px;
}
.review .swiper-review {
	padding-bottom: 62px;
}
.link-us{
	padding-top: 60px;
	background-color: #F0F4F7;
	padding-bottom: 50px;
}
.link-us ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.link-us ul li{
	max-width: 185px;
	margin: 12px 0;
}
.link-us ul li img{
	width: 185px;
	height: 74px;
}
.link-us ul li a:hover img{
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
	/* border: 2px solid #0F62FE; */
}
.link-us h2 {
	font-family: Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 28px;
	color: #111111;
	text-align: center;
	margin-bottom: 33px;
}
/* pc公共底部 */
.pc-bottom{
	background: url(../img/bg-03.png) top center no-repeat;
	background-size: cover;
	padding-top: 70px;
}
.pc-bottom .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 70px;
}
.pc-bottom .pc-bottom-img{
	max-width: 181px;
}
.pc-bottom .pc-bottom-img img{
	width: 100%;
	height: auto;
}
.pc-bottom .pc-bottom-left{
	/* max-width: 600px; */
	display: flex;
	justify-content: space-between;
}
.pc-bottom .pc-bottom-left ul{
	margin-right: 57px;
}
.pc-bottom .pc-bottom-left ul:last-child{
	margin-right: 0;
}
.pc-bottom .pc-bottom-left ul li h3 {
	margin-bottom: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 14px;
}
.pc-bottom .pc-bottom-left ul li h3 a{
	color: #FFFFFF;
}
.pc-bottom .pc-bottom-left ul li p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 10px;
}
.pc-bottom .pc-bottom-left ul li p a{
	color: #C2C2C2;
}
.pc-bottom .pc-bottom-right ul{
	/* max-width: 600px; */
	display: flex;
	justify-content: space-between;
}
.pc-bottom .pc-bottom-right ul li{
	max-width: 100px;
	overflow: hidden;
	margin-left: 12px;
}
.pc-bottom .pc-bottom-right ul li img{
	width: 100%;
	height: auto;
}
.pc-bottom .pc-bottom-right ul li h3{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #C2C2C2;
	text-align: center;
	margin-top: 10px;
}
.pc-bottom-db{
	background: url(../img/bg04.png) top center no-repeat;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pc-bottom-db p{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #DDDDDD;
	text-align: center;
	/* line-height: 70px; */
}
.pc-banner{
	width: 100%;
	/* max-width: 1920px; */
	/* max-width: 1200px; */
	/* height: 580px; */
}
.pc-banner img{
	width: 100%;
	height: auto;
}
.wap-banner, .page-wap-banner{
	display: none;
}
.page-pc-banner{
	width: 100%;
	height: 320px;
	
}
.inside{
	padding-bottom: 60px;
}
.inside .container{
	display: flex;
	justify-content: space-between;
}
.inside .inside-nav{
	max-width: 220px;
	width: 100%;
	
	position: relative;
}
.inside .inside-content{
	width: 100%;
	max-width: 956px;
	
}
.inside .inside-nav h2{
	width: 100%;
	position: absolute;
	top: -80px;
	background: url(../img/bg-05.png) center no-repeat;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	height: 80px;
	line-height: 80px;
	text-align: center;
	
}
.inside .inside-nav ul{
	background-color: #F7F8FA;
	padding-bottom: 20px;
}
.inside .inside-nav ul li a{
	display: block;
	padding:14px 0;
	background: #F7F8FA;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	padding-left: 25px;
}
.inside .inside-nav ul li a:hover{
	background: rgba(15, 98, 254, 0.1);
	color: #0F62FE;
}
.inside .inside-nav ul li a.active{
	background: rgba(15, 98, 254, 0.1);
	color: #0F62FE;
}
.inside-content-text{
	padding: 40px 30px 160px 30px;
	background: linear-gradient(0deg, #F7F8FA 0%, #FFFFFF 100%);
}
.inside-content-text h3.title{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	text-align: center;
	padding-bottom: 60px;
}
.inside-content-text div{
	overflow: hidden;
	padding-bottom: 60px;
}
.inside-content-text div h4{
	font-size: 16px;
	color: #111111;
	font-family: Source Han Sans CN;
	font-weight: bold;
	margin-bottom: 30px;
}
.inside-content-text div p{
	font-size: 14px;
	color: #111111;
	text-align: justify;
	line-height: 24px;
}
.inside-content-list ul li{
	margin-bottom: 12px;
}
.inside-content-list ul li a{
	padding: 20px 25px 20px 20px !important;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(0deg, #F7F8FA 0%, #FFFFFF 100%);
}
.inside-content-list ul li .img{
	max-width: 140px;
	width: 100%;
	margin-right: 10px;
}
.inside-content-list ul li .img img{
	width: 100%;
	height: 187px;
}
.inside-content-list ul li .img p{
	width: 140px;
	height: 40px;
	background: #E7EFFF;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 16px;
	color: #0F62FE;
	text-align: center;
	line-height: 40px;
	margin-top: 14px;
}
.inside-content-list ul li .text{
	max-width: 744px;
	width: 100%;
}
.inside-content-list ul li .text h3{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	margin: 10px 0;
}
.inside-content-list ul li .text h4{
	overflow: hidden;
}
.inside-content-list ul li .text h4 span{
	display: inline-block;
	/* width: 40px; */
	height: 18px;
	background: #E7EFFF;
	border-radius: 3px;
	border: 1px solid #87B1FF;
	/* text-align: center; */
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #0F62FE;
	padding: 0 8px;
}
.inside-content-list ul li .text h4 em{
	display: inline-block;
	background: #E7FFFA;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #72E3CB;
	padding: 0 8px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #3EC1A6;
}
.inside-content-list ul li .text p{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
	text-align: justify;
}
.form-container{
	background: linear-gradient(0deg, #F7F8FA 0%, #FFFFFF 100%);
	padding: 20px 20px 40px 20px;
}
.form-container .form-title{
	overflow:hidden;
	margin-bottom: 20px;
}
.form-container .form-title h2{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	line-height: 26px;
}
.form-container .form-title span{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #0F62FE;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 12px;
}
.form-container .input-group{
	max-width: 916px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	position: unset;
}
.form-container .input-group label{
	display: block;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 14px;
	
}
.form-container .input-group label em{
	color: #E30101;
	padding-right: 3px;
	list-style: none;
}
.form-container .input-group input[type="text"]{
	max-width: 916px;
	width: 100%;
	height: 40px;
	background: #F2F5FE;
	border-radius: 4px;
	padding-left: 15px;
	font-size: 14px;
	border: none;
}
.form-container .input-group input[type="tel"]{
	max-width: 916px;
	width: 100%;
	height: 40px;
	background: #F2F5FE;
	border-radius: 4px;
	padding-left: 15px;
	font-size: 14px;
	border: none;
}
.form-container .input-group input::placeholder {
    color: #A8AECD;
}
.get-code-btn{
	position: absolute;
	top: 0;
	right: -76%;
	z-index: 99999;
	width: 96px;
	height: 40px;
	background: #0F62FE;
	border-radius: 4px;
	border: none;
	color: #FFFFFF;
}
.get-code-btn:disabled{
	background: #ccc;
	cursor: not-allowed;
}
.input-group select{
	max-width: 446px;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 14px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/xl-jt.png) 95% center no-repeat #F2F5FE;
}
.submit-btn{
	display: block;
	width: 240px;
	height: 52px;
	background: #0F62FE;
	border-radius: 8px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height:52px;
	margin: 0 auto;
	border: none;
	margin-top: 60px;
}
.input-group ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
}
.input-group ul li{
	/* float: left; */
	margin-right: 25px;
	position: relative;
}
.input-group ul li:nth-child(4){
	margin-right: 10px;
}
.input-group ul li input[type="radio"]{
	width: 14px;
	height: 14px;
	border-radius: 0;
	-webkit-appearance: none; /* 移除默认样式 */
	-moz-appearance: none;
	appearance: none;
	background: url(../img/bg-06.png) center no-repeat;
	cursor: pointer;
	/* float: left; */
	margin-right: 9px;
	position: absolute;
	top:4px;
	left: 0;
}
.input-group ul li label{
	display: inline-block;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #A8AECD;
	cursor: pointer;
	/* float: left; */
	margin-left: 23px;

}

.input-group ul li input[type="radio"]:checked {
	background: url(../img/bg-07.png) center no-repeat;
	
}
.input-group ul li input[type="radio"]:checked+label{
	color: #0F62FE;
}
.input-group ul li input#textInput{
	float: left;
	width: 141px;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	position: absolute;
	top: 0px;
	background: none;
	/* text-align: center; */
	height: 20px;
}
.details-menu{
	overflow: hidden;
	height: 40px;
	position: relative;
	margin-top: -40px;
	font-size: 16px;
	color: #111111;
}
.details-menu a{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #111111;
}
.details-menu a:hover{
	color: #007AFF;
}
.details-text{
	background: linear-gradient(0deg, #F7F8FA 0%, #FFFFFF 100%);
	padding: 54px 45px 60px 45px;
	margin-bottom: 60px;
	overflow: hidden;
}
.details-text .title{
	overflow: hidden;
	margin-bottom: 20px;
}
.details-text .title h2{
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-bottom: 15px;
}
.details-text .title h3{
	overflow: hidden;
	text-align: center;
}
.details-text .title h3 span{
	padding: 0 5px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #111111;
}
.details-text .text{
	overflow: hidden;
}
.details-text .text img{
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.details-text .text p{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	margin-bottom: 10px;
}
.inside-content-list ul.pagination li a {
	padding: 0 !important;
}
.pagination .page-item:not(.disabled):hover .page-link, .pagination .page-item.active .page-link{
background: #0F62FE  !important;
}
.anniu{
	float: right;
	margin: 5.5px 0;
	margin-right: 10px;
}
.anniu a{
display: flex;
justify-content: center;
align-items: center;
}
.anniu img{
	width: auto;
	height: 20px;
}
.anniu span{
	font-size: 14px;
	padding-left: 5px;
}