.crumbs {
	height: 66px;
	line-height: 66px;
	background: #FFF;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
	color: #666;
}

.crumbs>div span:last-child {
	color: #004DA1;
	font-weight: bold;
}

.width1600 {
	max-width: 1920px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 8.3% !important;
	padding-right: 8.3% !important;
}

.img100 {
	width: 100%;
}

.public-title {
	text-align: center;
	font-weight: bold;
}

.box1 {
	background: url(../img/groupProfile-bg1.png) no-repeat;
	background-size: cover;
	padding: 71px 0 85px;
}

.box1 .intro {
	line-height: 30px;
	margin: 20px 0 54px;
	text-align: left;
}

.box1 ul {
	display: flex;
	margin-bottom: 60px;
	justify-content: center;
}

.box1 ul li {
	width: 25%;
}

.box1 ul li b,
.box1 ul li span {
	display: block;
	text-align: center;
}

.box1 ul li span {
	margin-top: 11px;
}

.box1 ul li b sub {
	margin-left: 10px;
}

.box2 {
	padding: 137px 0 200px;
}

.box2 .intro {
	margin: 20px 0 120px;
	line-height: 30px;
	text-align: center;
}

.box2 .list {
	display: flex;
	justify-content: space-between;
}

.box2 .list .item {
	width: 22.5%;
	/* height: 458px; */
	background: #FFF;
	box-shadow: 0px 35px 45px 0px rgba(10, 31, 68, 0.1);
	border-radius: 20px;
	padding: 80px 30px 74px;
	box-sizing: border-box;
}

.box2 .list .item dt img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
}

.box2 .list .item dd {
	text-align: center;
	margin: 23px 0 20px;
}

.box2 .list .item .text {
	line-height: 30px;
	text-align: justify;
}

.box3 {
	background: url(../img/groupProfile-bg2.png) no-repeat;
	background-size: cover;
	padding: 140px 0 187px;
}

.box3 .carousel {
	margin-top: 80px;
}

.box3 .carousel .line {
	position: relative;
}

.box3 .carousel .line::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #DEDEDE;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.box3 .carousel .line .width1600 {
	padding: 0 52px;
	box-sizing: border-box;
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	width: 52px;
	height: 52px;
	opacity: 1;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	border-radius: 50%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-next {
	background: #fff url(../img/more-right.png) no-repeat;
	background-size: 100% 100%;
	right: 8.3%;
}

.swiper-button-next:hover {
	background: url(../img/more-right-active.png) no-repeat;
	background-size: 100% 100%;
}

.swiper-button-prev {
	background: #fff url(../img/more-left.png) no-repeat;
	background-size: 100% 100%;
	left: 8.3%;
}

.swiper-button-prev:hover {
	background: url(../img/more-left-active.png) no-repeat;
	background-size: 100% 100%;
}

.swiper {
	width: 100%;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.mySwiper2 {
	height: 420px;
	width: 100%;
}

.mySwiper2 .swiper-slide {
	display: flex;
	/* align-items: center; */
	/* padding-top: 30px; */
	align-items: flex-start;
}

.mySwiper2 .swiper-slide .lt {
	width: 40%;
	height: auto;
}

.mySwiper2 .swiper-slide .lt img {
	display: block;
	width: 100%;
	height: auto !important;
	border-radius: 10px;
}

.mySwiper2 .swiper-slide .rt {
	flex: 1;
	margin-left: 8.43%;
	height: 420px;
	display: flex;
	flex-direction: column;
}

.mySwiper2 .swiper-slide .rt h1 {
	margin: 0 0 60px;
	font-weight: bold;
}

.mySwiper2 .swiper-slide .rt ul {
	flex: 1;
	overflow-y: scroll;
	padding-right: 10px;
}
.mySwiper2 .swiper-slide .rt ul::-webkit-scrollbar{
	width: 5px;
}
.mySwiper2 .swiper-slide .rt ul::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

/* 修改滚动条滑块 */
.mySwiper2 .swiper-slide .rt ul::-webkit-scrollbar-thumb {
	background-color: #004DA1;
	border-radius: 5px;
}

/* 修改滚动条箭头（向上和向下按钮） */
.mySwiper2 .swiper-slide .rt ul::-webkit-scrollbar-button {
	display: none;
}

.mySwiper2 .swiper-slide .rt ul li {
	line-height: 30px;
	margin-top: 30px;
	padding-left: 25px;
	background: url(../img/groupProfile-icon5.png) left center no-repeat;
	/* background-size: 15px 15px; */
	background-size: 2%;
}

.mySwiper2 .swiper-slide .rt ul li:hover {
	background: url(../img/groupProfile-icon6.png) left center no-repeat;
	/* background-size: 15px 15px; */
	color: #004DA1;
	background-size: 2%;
}

.mySwiper {
	height: 160px;
	box-sizing: border-box;
	margin-top: 60px
}

.mySwiper .swiper-slide {
	height: 100%;
	color: #45474D;
	padding-top: 30px;
	box-sizing: border-box;
}

.mySwiper .swiper-slide .icon {
	width: 16px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/groupProfile-icon7.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 42px;
}

.mySwiper .swiper-slide .year b,
.mySwiper .swiper-slide .year span {
	display: block;
	text-align: center;
}

.mySwiper .swiper-slide .year b {
	margin-top: 20px;
	font-weight: bold;
}

.mySwiper .swiper-slide-thumb-active {
	color: #004DA1;
}

.mySwiper .swiper-slide-thumb-active .icon {
	background: url(../img/groupProfile-icon8.png) no-repeat;
	background-size: 100% 100%;
}

.box4 {
	background: url(../img/groupProfile-bg3.png) no-repeat;
	background-size: cover;
	padding: 136px 0 102px;
}

.box4 .table {
	/* border: 1px solid #DEDEDE; */
	border-radius: 20px;
	overflow: hidden;
	margin-top: 61px;
}

.box4 .table table {
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	backdrop-filter: blur(3px);
}

.box4 .table table th {
	height: 60px;
	background: #EDF0F3;
	font-size: 20px;
	color: #45474D;
	font-weight: bold;
}

.box4 .table table td {
	height: 60px;
	border-bottom: 1px solid #DEDEDE;
	font-size: 20px;
	color: #3F4E63;
}

.box4 .table table tr:last-child td {
	border-bottom: 0;
}

.box4 .table table tr:hover td {
	background: #F1F6FB;
	color: #004DA1;
}

.box5 {
	/*position: relative;*/
	padding: 136px 0 102px;
}

.box5 .public-title {
	/*position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 139px;
	z-index: 48;*/
}

.box5 .public-title {
	margin-bottom: 50px;
}

.fixed {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 48;
}

.fixed li {
	width: 120px;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
	border-radius: 0px 25px 25px 0px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.fixed li a {
	display: block;
}

.fixed li.active {
	background: #004DA1;
	color: #fff;
}


@media only screen and (max-width: 1600px) {
	.width1600 {
		/* width: 1400px; */
	}

	.box2,
	.box3,
	.box4 {
		padding: 100px 0;
	}

	.public-title.fz50 {
		font-size: 40px;
	}

	.box2 .intro {
		margin: 20px 0 80px;
	}

	.box5 .public-title {
		top: 100px;
	}

	.box2 .list .item {
		width: 23.5%;
	}
}

@media only screen and (max-width: 1400px) {
	.width1600 {
		/* width: 1200px; */
	}

	.box5 .public-title {
		top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.crumbs {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.width1600 {
		/* width: 92%; */
	}

	.public-title.fz50 {
		font-size: 24px;
	}

	.box1,
	.box2,
	.box3,
	.box4 {
		padding: 30px 0;
	}

	.box1 .intro {
		margin: 20px 0 0;
	}

	.box1 ul {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.box1 ul li {
		width: 50%;
		margin-top: 30px;
	}

	.box2 .list {
		flex-wrap: wrap;
	}

	.box2 .list .item {
		width: 100%;
		height: auto;
		padding: 30px 20px;
		margin-top: 20px;
		box-sizing: border-box;
	}

	.box2 .intro {
		margin: 20px 0 10px 0;
	}

	.box2 .list .item:first-child {
		box-shadow: 0px 35px 45px 35px rgba(10, 31, 68, 0.1);
	}

	.box3 .carousel {
		margin-top: 30px;
	}

	.box5 {
		padding-top: 30px;
		background: #fbfbfb;
	}

	.box5 .public-title {
		top: 30px;
	}

	.fixed {
		display: none;
	}

	.mySwiper2 {
		height: auto;
	}

	.mySwiper2 .swiper-slide {
		flex-wrap: wrap;
	}

	.mySwiper2 .swiper-slide .lt,
	.mySwiper2 .swiper-slide .rt {
		width: 100%;
		margin: 0;
	}

	.mySwiper2 .swiper-slide .rt h1 {
		margin: 30px 0 20px;
		font-size: 20px;
	}

	.mySwiper {
		margin-top: 30px;
	}

	.mySwiper2 .swiper-slide .rt ul li {
		margin-top: 15px;
		font-size: 16px;
	}

	.box4 .table {
		margin-top: 30px;
	}

	.box4 .table table th,
	.box4 .table table td {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
	}

	.box3 .carousel .line::after {
		height: 1px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 35px;
		height: 35px;
	}
}