/* 内页样式 */
/* 内页公共样式 */
.ny_banner .banner-box {
	position: relative;
}

.ny_banner .banner-box img {
	width: 100%;
}

.ny_banner .banner-box .banner_txt {
	position: absolute;
	top: 50%;
	left: 12.5%;
	transform: translateY(-50%);
}

.banner_txt .cn {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
}

.banner_txt .en {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.5);
	text-align: right;
	padding-left: 100px;
}

.ny_bread {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 55px 0 20px;
	border-bottom: 1px solid #DDD;
}

.ny_bread .left {
	display: flex;
	align-items: flex-end;
	line-height: 1;
}

.ny_bread .left h2 {
	font-size: 32px;
	font-weight: bold;
	margin-right: 20px;
}

.ny_bread .left p {
	font-size: 30px;
	color: #B10C1A;
}

.ny_bread .right ul {
	display: flex;
	align-items: center;
}

.ny_bread .right ul li {
	display: flex;
	align-items: center;
}

.ny_bread .right ul li a {
	font-size: 16px;
}

.ny_bread .right ul li a:hover {
	color: #B10C1A;
}

.ny_bread .right ul li:last-child a {
	color: #B10C1A;
}

.ny_bread .right ul li span {
	margin: 0 8px;
}

.ny_bread .right ul li:last-child span {
	display: none;
}

.leftNav {
	margin-right: 40px;
}

.leftNav ul {
	width: 280px;
	border: 1px solid #DDDDDD;
}

.leftNav ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 20px;
	transition: 0.4s;
}

.leftNav ul li:last-child a {
	border-bottom: none;
}

.leftNav ul li a p {
	line-height: 70px;
	transition: 0.4s;
	font-size: 18px;
	font-weight: bold;
}

.leftNav ul li a .ico {
	width: 20px;
	height: 20px;
	position: relative;
}

.leftNav ul li a .ico img {
	position: absolute;
	inset: auto;
	transition: 0.4s;
}

.leftNav ul li a .ico img.show {
	opacity: 0;
}

.leftNav ul li a .ico img.on {
	opacity: 1;
}

.leftNav ul li.on a,
.leftNav ul li:hover a {
	background: #B10C1A;
	border-bottom: 1px solid #B10C1A;
}

.leftNav ul li.on a p,
.leftNav ul li:hover a p {
	color: #fff;
}

.leftNav ul li.on a .ico img.show,
.leftNav ul li:hover a .ico img.show {
	opacity: 1;
}

.leftNav ul li.on a .ico img.on,
.leftNav ul li:hover a .ico img.on {
	opacity: 0;
}







.info {
	padding: 30px 0 105px;
	display: flex;
}

.info-box {
	flex: 1;
}

.info-box .ny_title {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	position: relative;
	padding-left: 16px;
	margin-bottom: 40px;
}

.info-box .ny_title::after {
	content: '';
	width: 4px;
	height: 33px;
	background-color: #B10C1A;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.advantage-box ul {
	display: flex;
}

.advantage-box ul li {
	width: 190px;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantage-box ul li .ico {
	width: 66px;
	height: 66px;
	border-radius: 18px;
	border: 2px solid #B10C1A;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.advantage-box ul li .ico img {
	max-width: 100%;
	max-height: 100%;
}

.advantage-box ul li h4 {
	width: 124px;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

.advantage-box ul li .info-img {
	width: 100%;
	height: 135px;
	margin-bottom: 25px;
	overflow: hidden;
}

.advantage-box ul li .info-img img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.advantage-box ul li:hover .info-img img {
	transform: scale(1.05);
}

.advantage-box ul li .line {
	width: 70px;
	height: 3px;
	background: #B10C1A;
	margin-bottom: 10px;
}

.advantage-box ul li p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.ranking-box .info-table {
	/* border: 1px solid #DDD; */
}

.ranking-box .info-table ul {
	display: flex;
}

.ranking-box .info-table ul li {
	width: 24%;
	font-size: 18px;
	color: #333333;
	border-right: 1px solid #FFFFFF;
}

.ranking-box .info-table ul.th li {
	background: #DDDDDD;
	height: 52px;
	text-align: center;
	line-height: 52px;
}

.ranking-box .info-table ul li:first-child,
.ranking-box .info-table ul li:last-child {
	width: 14%;
}

.ranking-box .info-table .table-info {
	border: 1px solid #DDD;
	border-right: none;
}

.ranking-box .info-table .table-info ul {
	background: #fff;
}

.ranking-box .info-table .table-info ul:nth-child(2n) {
	background: #F7F7F7;
}

.ranking-box .info-table .table-info ul li {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: center;
	padding: 0 10px;
}


.ranking-box .info-table .table-info ul:last-child li {
	border-bottom: none;
}

.ranking-box .info-table .table-info ul li a {
	color: #333;
}

.ranking-box .info-table .table-info ul li a:hover {
	color: #B10C1A;
	font-weight: bold;
}

.inst-info ul {
	display: flex;
	flex-wrap: wrap;
}

.inst-info ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
}

.inst-info ul li:nth-child(3n) {
	margin-right: 0;
}

.inst-info ul li a {
	width: 100%;
	padding-top: 60px;
	position: relative;
}

.inst-info ul li a .school-ico {
	width: 120px;
	height: 120px;
	padding: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.inst-info ul li a .school-ico img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inst-info ul li a .nr {
	position: relative;
	overflow: hidden;
}

.inst-info ul li a .nr .school-img {
	height: 240px;
}

.inst-info ul li a .nr .school-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inst-info ul li a .nr>p {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	background: #F7F7F7;
	color: #333;
}

.inst-info ul li a .nr>p::after {
	content: '';
	width: 200px;
	height: 3px;
	background: #B10C1A;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.inst-info ul li a .nr .dash-box {
	width: 100%;
	height: 100%;
	background: #B10C1A;
	position: absolute;
	inset: 0;
	z-index: 8;
	padding-top: 76px;
	padding: 0 35px 0;
	text-align: center;
	overflow: hidden;
	transition: 0.4s;
	transform: translateY(100%);
}

.inst-info ul li:hover a .nr .dash-box {
	transform: translateY(0%);
}

.inst-info ul li a .nr .dash-box h4 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 75px;
}

.inst-info ul li a .nr .dash-box p {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
}

.more {
	display: block;
	width: 155px;
	height: 38px;
	border-radius: 100px;
	background: #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #333333;
	margin: 20px auto 0;
	border: none;
}

.layui-flow-more {
	margin: 10px auto 0;
}

.layui-flow-more a cite {
	position: relative;
	padding-bottom: 30px;
	color: #999;
	font-size: 18px;
	font-style: normal;
}

.layui-flow-more a cite::after {
	content: '';
	width: 26px;
	height: 15px;
	background: url(../images/bottom-ico.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s;
}

.layui-flow-more:hover a cite::after {
	transform: translate(-50%, 10px);
}

.top .ny_title {
	margin-bottom: 0;
}

.info-box .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.page-fy {
	display: flex;
}

.page-fy .btn a:nth-child(2) {
	display: none;
}

.page-fy .btn a {
	font-size: 16px;
	color: #666666;
}

.page-fy .btn a:hover {
	color: #B10C1A;
}

.page-fy .btn.return {
	margin: 0 65px;
}

.inst-detail .detail .info01 {
	display: flex;
	margin-bottom: 45px;
}

.inst-detail .detail .info01 .left {
	width: 550px;
	height: 490px;
	margin-right: 40px;
}

.inst-detail .detail .info01 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inst-detail .detail .info01 .right {
	flex: 1;
}

.inst-detail .detail .info01 .right .school_detail {
	display: flex;
	align-items: center;
	padding-bottom: 25px;
	border-bottom: 5px solid #B10C1A;
	margin-bottom: 30px;
}

.inst-detail .detail .info01 .right .badge {
	margin-right: 30px;
}

.inst-detail .detail .info01 .right .badge img {
	width: 75px;
	height: 75px;
}
.inst-detail .detail .info01 .right .school_detail .school_name{
	flex: 1;
}
.inst-detail .detail .info01 .right .school_detail .school_name .en {
	font-size: 26px;
	color: #B10C1A;
	line-height: 32px;
}

.inst-detail .detail .info01 .right .school_detail .school_name .cn {
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
}

.inst-detail .detail .info01 .right>p {
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #222222;
	margin-bottom: 25px;
}

.inst-detail .detail .info01 .right .info-txt p {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}

.inst-detail .detail .info01 .right .info-txt p span {
	font-weight: normal;
}

.inst-detail .detail .info02 {
	padding: 30px 40px;
	background: #F7F7F7;
	margin-bottom: 30px;
}

.inst-detail .detail .info02 ul li {
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}

.inst-detail .detail .info02 ul li::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #B10C1A;
	position: absolute;
	left: 0;
	top: 16px;
}

.inst-detail .detail .info03 ul {
	display: flex;
	flex-wrap: wrap;
}

.inst-detail .detail .info03 ul li {
	width: 15%;
	margin-right: 2%;
	background: #F7F7F7;
	height: 225px;
	padding: 0 18px;
	margin-bottom: 10px;
}

.inst-detail .detail .info03 ul li:nth-child(6n) {
	margin-right: 0;
}

.inst-detail .detail .info03 ul li p {
	margin-top: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 10px;
}

.inst-detail .detail .info03 ul li p::after {
	content: '';
	width: 33px;
	height: 3px;
	background: #B10C1A;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.inst-detail .detail .info03 ul li span {
	display: block;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.case-box .case-info ul {
	display: flex;
	flex-wrap: wrap;
}

.case-box .case-info ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 70px;
	position: relative;
}

.case-box .case-info ul li:nth-child(3n) {
	margin-right: 0;
}

.case-box .case-info ul li a .bg {
	width: 100%;
	height: 415px;
	overflow: hidden;
}

.case-box .case-info ul li a .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.case-box .case-info ul li:hover a .bg img {
	transform: scale(1.05);
}

.case-box .case-info ul li a .text {
	width: 93%;
	height: 335px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(177, 12, 26, 0.8);
	border-radius: 20px 20px 0px 0px;
	padding: 30px 17px 0;
}

.case-box .case-info ul li a .text::after {
	content: '';
	width: 105px;
	height: 112px;
	background: url(../images/offer.png);
	position: absolute;
	left: -16px;
	top: -40px;
}

.case-box .case-info ul li a .text h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.case-box .case-info ul li a .text>p {
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.case-box .case-info ul li a .detail-txt {
	width: 100%;
	height: 193px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}

.case-box .case-info ul li a .detail-txt p {
	font-weight: bold;
	font-size: 17px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
}

.case-box .case-info ul li a .detail-txt p span {
	font-size: 16px;
	font-weight: normal;

}

.case-box .case-info ul li a .detail-txt .more {
	color: #fff;
	background: linear-gradient(280deg, #DFAD43 -3%, #A16F00 99%);
	transition: 0.4s;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.case-box .case-info ul li a .detail-txt .more:hover {
	background: linear-gradient(280deg, #A16F00 -3%, #A16F00 99%);
}

.detail-con .title {
	width: 100%;
	padding: 30px;
	background: #F7F7F7;
}

.detail-con .title h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	color: #222222;
	margin-bottom: 20px;
}

.detail-con .title .time {
	display: flex;
	align-items: center;
}

.detail-con .title .time p {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
}

.detail-con .title .time p:first-child {
	margin-right: 50px;
}

.case-box .detail-con .case-content {
	margin-top: 40px;
	padding: 0 40px;
}

.case-box .detail-con .case-content h4 {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	margin-bottom: 15px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap:10px;
}
.case-box .detail-con .case-content h4::before{
	content:'';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #B10C1A;
}
.case-box .detail-con .case-content img {
	max-width: 100%;
}

.case-box .detail-con .case-content p {
	font-size: 16px;
	color: #222222;
	line-height: 34px;
}

.time_line ul li {
	display: flex;
	align-items: center;
	padding-top: 40px;
	position: relative;
	cursor: pointer;
}

.time_line ul li:first-child {
	padding-top: 0;
}

.time_line ul li p {
	width: 180px;
	height: 95px;
	background: #F7F7F7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.4s;
}

.time_line ul li:nth-child(2n+1) p::after {
	content: '';
	width: 10px;
	height: 100%;
	background: #9C7827;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
	z-index: -1;
}

.time_line ul li:nth-child(2n) p::after {
	content: '';
	width: 10px;
	height: 100%;
	background: #B10C1A;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
	z-index: -1;
}

.time_line ul li>img {
	margin: 0 8px;
}

.time_line ul li .desc {
	flex: 1;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	height: 95px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 18px;
	color: #333333;
	border: 1px solid #fff;
	transition: 0.4s;
}

.time_line ul li .up-ico {
	position: absolute;
	top: 13px;
	left: 80px;
}

.time_line ul li:hover p {
	color: #fff;
}

.time_line ul li:hover p::after {
	width: 100%;
	background: #B10C1A;
}

.time_line ul li:hover .desc {
	border: 1px solid #B10C1A;
	font-weight: bold;
}


.news-list {
	display: flex;
	flex-wrap: wrap;
}

.news-list li {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 50px;
}

.news-list li:nth-child(3n) {
	margin-right: 0;
}

.news-list li a .news-img {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F7F7F7;
	margin-bottom: 20px;
	overflow: hidden;
}

.news-list li a .news-img img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.news-list li:hover a .news-img img {
	transform: scale(1.05);
}

.news-list li a .time {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 20px;
}

.news-list li a .txt h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	transition: 0.4s;
}

.news-list li a .txt h2 img {
	margin-right: 30px;
}

.news-list li a .txt p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.news-list li a .txt .news-more {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #EAEAEA;
	position: relative;
	transition: 0.4s;
}

.news-list li a .txt .news-more img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-list li a .txt .news-more img.on,
.news-list li:hover a .txt .news-more img.show {
	opacity: 1;
}

.news-list li a .txt .news-more img.show,
.news-list li:hover a .txt .news-more img.on {
	opacity: 0;
}

.news-list li:hover a .txt h2 {
	color: #B10C1A;
}

.news-list li:hover a .txt .news-more {
	background: #B10C1A;
}

.news-cont {
	width: 100%;
	display: block;
}

.news-top {
	display: flex;
	justify-content: flex-end;
}

.news-detail {
	margin-top: 30px;
}

.news-detail .title {
	text-align: center;
}

.news-detail .title .time {
	justify-content: center;
}

.news-detail .detail {
	padding: 80px 0;
}

.news-detail .detail .video {
	max-width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.news-detail .detail .video video { 
	max-width: 100%;
	max-height: 600px;
}

.detail p {
	font-size: 16px;
	line-height: 34px;
	color: #222222;
}

.detail img {
	max-width: 100%;
}

.page-info img {
	max-width: 100%;
	margin-bottom: 50px;
}

.page-info h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	color: #222222;
	margin-bottom: 40px;
}

.page-info p {
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #222222;
	text-indent: 2rem;
	margin-bottom: 40px;
}

.page-info .images-box {
	display: flex;
}

.page-info .images-box img {
	width: 32%;
	height: auto;
	margin-right: 2%;
}

.page-info .images-box img :last-child {
	margin-right: 0;
}

.team-info ul li {
	margin-bottom: 10px;
}

.team-info ul li a {
	display: flex;
	align-items: center;
	padding: 30px 80px 30px 30px;
	transition: 0.4s;
}

.team-info ul li .team-img {
	width: 178px;
	height: 178px;
	margin-right: 30px;
}

.team-info ul li .team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-info ul li .text {
	flex: 1;
}

.team-info ul li .text .team-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

.team-info ul li .text .team-title h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #222222;
	margin-right: 15px;
}

.team-info ul li .text .team-title span {
	font-size: 18px;
	line-height: 1;
	color: #222222;
}

.team-info ul li .text p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.team-info ul li .text>span {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.team-info ul li:hover a {
	background: #F7F7F7;
}

.team-info ul li:hover a .text>span {
	color: #B10C1A;
}

.team-info .layui-flow-more {
	text-align: center;
	margin-top: 60px;
}

.team-detail .detail-title {
	width: 100%;
	padding: 40px 0;
	position: relative;
	display: flex;
	margin-top: 40px;
	margin-bottom: 50px;
}

.team-detail .detail-title .avatar {
	width: 238px;
	height: 238px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

}

.team-detail .detail-title .avatar-zwf {
	width: 120px;
}

.team-detail .detail-title .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-detail .detail-title .name {
	flex: 1;
	padding: 40px 40px 40px 180px;
	background: #F7F7F7;
}

.team-detail .detail-title .name h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	color: #222222;
	margin-bottom: 10px;
}

.team-detail .detail-title .name p {
	font-size: 20px;
	line-height: 34px;
	color: #222222;
}

.team-detail>p {
	font-size: 16px;
	line-height: 34px;
}

.team-detail h5 {
	margin-top: 40px;
	font-weight: bold;
	font-size: 18px;
}

.achieve-info {
	width: 670px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.achieve-info h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	color: #222222;
	margin-bottom: 25px;
}

.achieve-info p {
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	background: #B10C1A;
	color: #fff;
	border-bottom: 3px solid #fff;
}

.achieve-info.bluecolor p {
	background: #213482;
}

.achieve-info ul {
	display: flex;
}

.achieve-info ul li:first-child,
.achieve-info ul li:last-child {
	width: 170px;
}

.achieve-info ul li {
	flex: 1;
}

.achieve-info ul.th li {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 52px;
	line-height: 52px;
	background: #DDDDDD;
	border-right: 1px solid #FFFFFF;
}

.achieve-info ul.th li:last-child {
	border-right: none;
}

.achieve-info ul.td li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #1A1A1A;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.achieve-info ul.td li:last-child {
	border-right: none;
}

.achieve-info .tb-info {
	border: 1px solid #DDD;
}

.achieve-info .tb-info .td:nth-child(2n) {
	background: #F7F7F7;
}

.achieve-info .tb-info .td:last-child li {
	border-bottom: none;
}

.contact-info {
	padding-top: 58px;
	position: relative;
}

.contact-info .tel-box {
	display: flex;
	align-items: center;
	padding: 35px 415px 35px 40px;
	background: #F7F7F7;
}

.contact-info .tel-box>img {
	margin-right: 20px;
}

.contact-info .tel-box p {
	font-size: 24px;
	color: #333333;
	line-height: 1;
}

.contact-info .tel-box span {
	font-size: 36px;
	color: #B10C1A;
	line-height: 1;
}

.contact-info .big-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.address-box {
	margin-top: 45px;
	display: flex;
}

.address-box .address-info {
	width: 49%;
	margin-right: 2%;
}

.address-box .address-info:last-child {
	margin-right: 0;
}

.address-box .address-info h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.address-box .address-info p {
	font-size: 18px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 30px;
}

.address-box .address-info .address-img {
	display: block;
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.address-box .address-info .address-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.address-box .address-info .address-img img:hover {
	transform: scale(1.05);
}

.trend-info li {
	margin-bottom: 40px;
	width: 100%;
}

.trend-info li a {
	display: flex;
	
}

.trend-info li a .trend-img {
	width: 300px;
	height: 216px;
	margin-right: 80px;
	overflow: hidden;
}

.trend-info li a .trend-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.trend-info li a .right {
	flex: 1;
	padding-right: 70px;
}

.trend-info li a .right .time {
	font-size: 24px;
	color: #999999;
	font-weight: bold;
}
.trend-info li a .right .time span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
	display: inline-block;
}

.trend-info li a .right h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 20px;
	width: 100%;
	display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
}

.trend-info li a .right .desc {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 30px;
}


.trend-info li a .right .news-more {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #EAEAEA;
	position: relative;
	transition: 0.4s;
}

.trend-info li a .right .news-more img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.trend-info li a .right .news-more img.on,
.trend-info li:hover a .right .news-more img.show {
	opacity: 1;
}

.trend-info li a .right .news-more img.show,
.trend-info li:hover a .right .news-more img.on {
	opacity: 0;
}

.trend-info li:hover a .right .news-more {
	background: #B10C1A;
}

.trend-info li:hover a .right h4 {
	color: #B10C1A;
}

.trend-info li:hover a .trend-img img {
	transform: scale(1.05);
}

.trend-info .layui-flow-more {
	text-align: center;
	margin-top: 60px;
}

.pageinfo{
	padding: 65px 0 120px;
}
.pageinfo .top{
	display: flex;
	position: relative;
	z-index: 9;
}
.pageinfo .top .top-img{
	width: 705px;
	height: 390px;
	padding: 25px 25px 0 0;
	position: relative;
	margin-right: 78px;
}
.pageinfo .top .top-img::after{
	content: '';
	width: 595px;
	height: 290px;
	background: #B10C1A;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.pageinfo .top .top-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pageinfo .top-title {
	margin-top: 56px;
}
.pageinfo .top-title h3{
	color: #333333;
	font-size: 44px;
	display: flex;
	align-items: center;
	font-weight: normal;
	line-height: 1;
}
.pageinfo .top-title .line{
	font-weight: normal;
	margin: 0 10px;
	color: #B10C1A;
}
.pageinfo .top-title h3 p{
	font-size: 44px;
	font-weight: bold;
	color: #B10C1A;
}
.pageinfo .top-title>p{
	font-size: 40px;
	font-weight: 290;
	line-height: 32px;
	color: #B10C1A;
	margin-top: 32px;
}
.page-detail{
	padding: 240px 108px 80px;
	margin-top: -160px;
	position: relative;
	z-index: 2;
}
.page-detail .bg-img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.page-detail .bg-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.page-detail .con p{
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
}
