.warp-100 {
	width: ;
	margin: 0 auto;
}

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

.head {
	background: #cb272d;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.head .top {
	display: flex;
	align-items: center;
	height: 75px;
}

.nav {
	display: flex;
	flex: 1;
	align-items: center;
}

.nav li {
	height: 75px;
	cursor: pointer;
	line-height: 75px;
}

.nav li a {
	width: 60px;
	padding: 0 30px;
	font-size: 16px;
	color: #fff;
}

.nav .current {
	background: linear-gradient(180deg, #e51119, #a1090f 100%);
}

.search input {
	height: 40px;
	width: 300px;
	padding-left: 10px;
}

.search {
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.search .icon {
	padding: 0 20px;
	cursor: pointer;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	background-color: #dbdbdb;
	border-radius: 4px;
	overflow: hidden;
}

.search .icon img {
	width: 22px;
	height: 22px;
}

.banner .swiper-slide img {
	width: 100%;
	height: 550px;
}

.banner-info {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.banner {
	margin-top: 75px;
	width: 100%;
	height: 550px;
	position: relative;
	z-index: 1;
	display: inline-block;

}

.banner h1 {
	font-size: 32px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	color: #68500e;
	margin: 10px 0;
	line-height: 38px;
}

.banner p {
	font-size: 15px;
	font-family: Source Han Sans CN, Source Han Sans CN-400;
	font-weight: 400;
	color: #c7a037;
	line-height: 18px;
}

.banner img {
	width: 250px;
}

.banner .search {
	width: 700px;
	margin-top: 60px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.banner .search input {
	height: 60px;
	flex: 1;
	padding-left: 10px;
	font-size: 16px;
	border: 2px solid #c7a037;
	border-right: none;
}

.banner .search .icon {
	color: #fff;
	height: 60px;
	width: 100px;
	line-height: 60px;
	font-size: 16px;
	background: linear-gradient(90deg, #cb272d, #ea5757 100%);
	border-radius: 0px 4px 4px 0px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.authentication {
	position: relative;
	z-index: 2;
	margin-top: -150px;
	background-color: #fff;
	padding: 0 30px;
}

.pub-title {
	display: flex;
	padding-top: 40px;
	align-items: center;
}

.pub-title h1 {
	flex: 1;
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	color: #272727;
	line-height: 28px;
}

.pub-title .more {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../img/more.png);
	background-size: 100% 100%;
}

.pub-title a {
	display: flex;
	color: #ACACAC;
	cursor: pointer;
}

.auth-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.auth-ul li {
	width: 33.333333333%;
	display: flex;
	margin: 40px 0;
}

.auth-ul li .img {
	width: 60px;
	height: 60px;
	background: #4a90e2;
	border-radius: 4px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
}

.auth-ul li .text {
	padding-left: 15px;
}

.auth-ul li .text h2 {
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	color: #333333;
	line-height: 19px;
	margin-bottom: 10px;
}

.auth-ul li .text p {
	margin-top: 8px;
	font-size: 12px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	text-align: LEFT;
	color: #666666;
	line-height: 14px;
}

.score-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.score-ul li {
	width: 22.75%;
	padding: 15px;
	background-color: #fff;
	margin-right: 3%;
	margin-top: 3%;
	box-shadow: 0px 3px 9px 0px rgba(102, 102, 102, 0.10);
}

.score-ul li:nth-child(4n) {
	margin-right: 0;
}

.score-ul li .info {
	display: flex;
}

.score-ul li .info .img {
	width: 45px;
	height: 45px;
	background: #4a90e2;
	border-radius: 4px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
}

.score-ul li .info .text {
	padding-left: 15px;
}

.score-ul li .info .text h2 {
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	color: #333333;
	line-height: 19px;
}

.score-ul li .info .text p {
	color: #666666;
	font-size: 12px;
}

.xing img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.xing {
	display: flex;
	margin-top: 10px;
	align-items: center;
}

.news {
	width: 100%;
	display: flex;
	margin: 60px 0;
}

.news-ban {
	width: 500px;
	margin-right: 40px;
}

.news .swiper-slide img {
	width: 100%;
	height: 280px;
}

.swiper-slide {
	/*position: relative;*/
	/*height: 280px*/
}

.swiper-slide .p {
	color: #000000;
}

.news .swiper-slide p {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	z-index: 1;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.6);

	/* 添加以下属性以实现水平和垂直居中 */
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	text-align: center; /* 文本居中，对于单行文本很有用 */
}

.pagination {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.pagination .swiper-pagination-bullet {
	margin: 0 3px;
	width: 6px !important;
	height: 6px !important;
}

.pagination .swiper-pagination-bullet-active {
	background-color: #E52222;
	width: 20px !important;
	border-radius: 20px !important;
}

.new-tab {
	flex: 1;
}

.new-tab .tab {
	height: 42px;
	display: flex;
	background: linear-gradient(180deg, #cb272d, #dc5055 100%);
	align-items: center;
	border-bottom: 2px solid #dc5055;
}

.new-tab .tab a {
	flex: 1;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
}

.new-tab .tab .current {
	background-color: #fff;
	color: #CE2D33;
}

.new-tab h3 {
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	margin-bottom: 5px;
}

.new-tab .text {
	padding: 20px 20px 11px 20px;
	background-color: #fff;
	height: 240px;
}

.new-tab h4 {
	font-size: 14px;
	font-family: Source Han Sans CN, Source Han Sans CN-400;
	font-weight: 400;
	text-align: LEFT;
	color: #666666;
	line-height: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.news a {
	cursor: pointer;
}

.new-tab li {
	margin-top: 10px;
}

.new-tab li a {
	display: flex;
	align-items: center;
}

.new-tab li span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	background-color: #333333;
}

.new-tab li a p {
	padding: 0 10px;
	flex: 1;
}

.new-tab .text-content {
	display: none;
}

.new-tab .text-content a {
    color: #000000;
}

.new-tab .text-content.active {
	display: block;
}

.new-tab .text-content.active  a {
    color: #000000;
}

.work .swiper-slide {
	box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15), 0px 5px 25px 0px rgba(153, 153, 153, 0.15);
	background-color: #fff;
}

.work img {
	width: 100%;
}

.work div {
	padding: 20px 15px;
}

.work h1 {
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	margin-bottom: 10px;
}

.work p {
	font-size: 12px;
	font-family: Source Han Sans CN, Source Han Sans CN-400;
	font-weight: 400;
	text-align: LEFT;
	color: #666666;
	line-height: 22px;
}

.roll {
	margin-top: 30px;
	display: inline-block;
	width: 100%;

	margin-bottom: 100px;
}

.roll .swiper-slide {
	text-align: center;
	font-size: 18px;
}

.roll a {
	cursor: pointer;
}

.roll img {
	width: 100%;
	height: 250px;
	background: #ffffff;
	border-radius: 5px;
}

.infor {
	background-color: #fff;
}

.infor .tab {
	height: 42px;
	display: flex;
	background: linear-gradient(180deg, #cb272d, #dc5055 100%);
	align-items: center;
}

.infor .tab a {
	flex: 1;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
}

.infor .tab .current {
	background-color: #fff;
	color: #CE2D33;
}

.infor ul {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
}

.infor li {
	width: 20%;
	margin-top: 15px;
}

.infor li span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	background-color: #333333;
}

.infor li a {
	display: flex;
	cursor: pointer;
	align-items: center;
}

.infor li a p {
	padding: 0 10px;
	flex: 1;
}

.footer {
	margin-top: 100px;
	text-align: center;
	background-color: #A8071A;
	padding: 40px 0;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer a {
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.footer-li span {
	margin: 0 10px;
	display: inline-block;
}

.footer-li {
	display: flex;
	margin: 5px 0;
	align-items: center;
	color: #fff;
}

.footer-li p {
	margin: 0 10px;
}

.custom {
	margin-top: 20px;
}

.custom-radio {
	margin: 0 20px;
}

.search-ban {
	margin-top: 0;
	border-top: 20px solid #CB272D;
	height: 380px;
}

.search-ban .search {
	position: relative;
	z-index: 2;
	margin-top: 0;
	bottom: -50px;
}

.search-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
	display: flex;
	border-top: 1px solid rgba(153, 153, 153, 0.30);
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 99;
	flex-direction: column;
}

.search-footer-li {
	display: flex;
	margin-top: 10px;
	align-items: center;
}

.search-footer-li a {
	color: #999999;
	cursor: pointer;
	font-size: 12px;
}

.search-footer-li span {
	margin: 0 10px;
	color: #999999;
	display: inline-block;
}

.search-footer-li p {
	margin: 0 5px;
	color: #999999;
}

.roll .swiper-scrollbar-drag {
	background-color: #CB272D;
}

.trends {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	background-color: #fff;
}

.trends-nav {
	text-align: center;
	width: 230px;
	background-color: #434343;
	min-height: 782px;
}

.trends-nav a {
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	color: #ffffff;
}

.trends-nav .current {
	background-image: linear-gradient(180deg, #7a7a7a, #7c7b77 100%);
	/*background-color: #7c7b77;*/

}

.trends-info {
	flex: 1;
	padding: 0 20px;
}

.guidance {
	display: flex;
	align-items: center;
	height: 70px;
	color: #ACACAC;
	border-bottom: 1px solid #e4e4e4;
}

.guidance a {
	color: #000000;
}

.guidance span {
	cursor: pointer;
	margin: 0 10px;
	display: inline-block;
	color: #ACACAC;
}

.guidance img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.trends-info li {
	margin-top: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.trends-info li:nth-last-child(1) {}

/*.trends-info li a {*/
	/*width: 100%;*/
/*	color: #333333;*/
/*}*/

.trends-info li h1 {
	font-size: 16px;
	font-weight: 500;
}

.trends-info li p {
	font-size: 13px;
	font-family: Source Han Sans CN, Source Han Sans CN-400;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin: 15px 0;
}

.trends-info li .img {
	width: 100%;
	display: flex;
	align-items: center;
}

.trends-info li .img div {
	width: 220px;
	height: 140px;
	margin-right: 15px;
}

.trends-info li .img img {
	/*width: 100%;*/
	height: 100%;
}

.trends-info .tips {
	color: #ACACAC;
	margin: 20px 0;
}

.trends-info .tips span {
	cursor: pointer;
	margin: 0 5px;
	display: inline-block;

}



/*.page {*/
/*	padding: 20px 0;*/
/*}*/

/*.page a {*/
/*	width: 32px;*/
/*	height: 32px;*/
/*	cursor: pointer;*/
/*	color: #4E5969;*/
/*	display: inline-block;*/
/*	text-align: center;*/
/*	line-height: 32px;*/
/*}*/

/*.page .current {*/
/*	background: #f2f3f5;*/
/*	border-radius: 2px;*/
/*	color: #CB272D;*/
/*}*/

/*.page img {*/
/*	width: 18px;*/
/*	height: 18px;*/
/*}*/

/*.page .right {*/
/*	transform: rotate(180deg);*/
/*	display: inline-block;*/
/*}*/

.page {  
  padding: 20px 0;  
  /* 消除父元素内的空白字符间距 */  
  font-size: 0;  
  display: flex; /* 设置为flex容器 */  
  /* 确保父元素足够宽以容纳子元素 */  
  white-space: nowrap; /* 防止换行 */  
  overflow: auto; /* 防止溢出，根据需要调整 */  
}  
  
.page a,  
.page .active {  
  /* 重置字体大小 */  
  font-size: 14px; /* 或你需要的字体大小 */  
  width: 32px;  
  height: 32px;  
  cursor: pointer;  
  color: #4E5969;  
  display: inline-block;  
  text-align: center;  
  line-height: 32px;  
  vertical-align: top; /* 确保垂直对齐 */  
}  
  
.page .active {
  /*margin-left: 20px;*/
  background: #f2f3f5;  
  border-radius: 2px;  
  color: #CB272D;  
}  
  
.page img {  
  width: 18px;  
  height: 18px;  
  vertical-align: middle; /* 确保图片和其他元素垂直对齐 */  
}  

.trends-info .page li {
    margin-top: 20px;
    border-bottom: 0px solid #e4e4e4;
}

.trends-info .page li a {
    
}
  
.page .right {  
  transform: rotate(180deg);  
  display: inline-block;  
  vertical-align: top; /* 确保垂直对齐 */  
}

.trendsDetails h1 {
	margin-top: 20px;
	font-size: 26px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	font-weight: 500;
	color: #333333;
	line-height: 38px;
}

.trendsDetails img {
    max-width: 100%;
	height: auto;
}

.see {
	margin: 20px 0;
	color: #999999;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.see p {
	margin-right: 40px;
	display: flex;
	align-items: center;
}

.content {}

.content img {
	max-width: 100%;
	height: auto;
}

.see img {
	width: 22px;
	height: 22px;
	margin-right: 3px;
}

.credit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.credit a {
	color: #333333;
	margin-top: 5%;
	cursor: pointer;
	box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15), 0px 5px 25px 0px rgba(153, 153, 153, 0.15);
	width: 30%;
	margin-right: 5%;
	text-align: center; /* 图片居中显示 */
	justify-content: center; /* 水平居中li内的内容 */
	align-items: center; /* 垂直居中li内的内容 */
}

.credit a:nth-child(3n) {
	margin-right: 0;
}

.credit a img {
    margin-top: 8px;
    height: 280px;
	/*width: 98%;*/
	/*height: 165px;*/
}

.credit h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.credit .text {
	padding: 20px 15px;
	text-align: center; /* 图片居中显示 */
	justify-content: center; /* 水平居中li内的内容 */
	align-items: center; /* 垂直居中li内的内容 */
}

.credit p {
	line-height: ;
	font-size: 12px;
	font-family: Source Han Sans CN, Source Han Sans CN-400;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
}

.creditDetails {
	margin-top: 100px;
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.creditDetails .img {
	width: 280px;
	height: 400px;
}

.creditDetails .img img {
	width: 100%;
	/*height: 100%;*/
}

.creditDetails .info {
	flex: 1;
	padding: 0 20px;
}

.creditDetails h1 {
	font-size: 28px;
	font-family: Source Han Sans CN, Source Han Sans CN-500;
	margin-bottom: 10px;
}

.creditDetails p {
	font-size: 14px;
	margin-top: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-400;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}

/* 新增的 */
.home-head {
	height: 100px;
	width: 100%;
	background: url(../img/h-bg.png);
	background-size: 100% 100%;
}

.home-head-info {
	display: flex;
	height: 100px;
	align-items: center;
}

.home-head-info .logo {
	width: 25%;
}

.flex {
	flex: 1;
}

.home-head-info .input {
	height: 44px;
	width: 200px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	border: 2px solid #273141;
}

.home-head-info .input input {
	height: 40px;
	border: none;
	background-color: rgba(1, 1, 1, 0);
	width: 100%;
}

.home-head-info .input img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.home-nav-bg {
	height: 70px;
	background: url(../img/nav-bg.png);
	width: 100%;
	background-size: 100% 100%;
}

.home-nav {
	display: flex;
	align-items: center;
}

.home-nav li {
	height: 70px;
	cursor: pointer;
	line-height: 70px;
}

.home-nav .current {
	background-color: #7c7b77;
}

.home-nav li a {
	width: 60px;
	padding: 0 30px;
	font-size: 16px;
	color: #fff;
}

.news-box {
	background-color: #fff;
}

.news-box .news {
	margin-top: 20px;
	margin-bottom: 0;
}

.news-box .tab a {
	background-color: #e8e8e8;
	color: #192335;
}

.news-box .new-tab .tab {
	/*background: #9e9d9a;*/
	/*border-bottom: 2px solid #9e9d9a;*/
	background: #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
}

.news-box .new-tab .tab .current {
	/*color: #192335;*/
	color: #000000;
}

.news-box .new-tab li a p,
.news-box .new-tab li {
	/*color: #7578bd;*/
	color: #000000;
}

.news-box .new-tab li div {
	color: #000000;
}

.news-box .new-tab li span {
	background-color: #e8e8e8;
}

.home-search-bg {
	height: 100px;
	background: url(../img/search-bg.png);
	width: 100%;
	padding-top: 20px;
	text-align: center;
	background-size: 100% 100%;
}

.home-search-bg .text {
	font-size: 16px;
}

.home-search-bg .text span {
	margin: 0 10px;
	display: inline-block;
}

.home-search-bg .search {
	width: 700px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.home-search-bg .search input {
	height: 60px;
	flex: 1;
	padding-left: 10px;
	font-size: 16px;
	border: 2px solid #c7a037;
	border-right: none;
}

.home-search-bg .search .icon {
	color: #fff;
	height: 60px;
	width: 100px;
	line-height: 60px;
	font-size: 16px;
	background: linear-gradient(90deg, #cb272d, #ea5757 100%);
	border-radius: 0px 4px 4px 0px;
}

.home-search-bg .search-box {
	text-align: center;
	width: 100%;
	display: flex;
	margin-top: 10px;
	justify-content: center;
}

.special {
	display: flex;
	margin-top: 40px;
}

.special .left {
	flex: 1;
	padding: 15px;
	margin-right: 10px;
	border: 1px solid #1c3157;
}

.special .left .title {
	display: flex;
	align-items: center;
	border-left: 5px solid #1c3157;
}

.special .left .title h3 {
	flex: 1;
	font-size: 16px;
	padding-left: 10px;
}

.special .left .new {
	display: flex;
	margin-top: 20px;
}

.special .left .new .img {
	width: 400px;
}
.special .left .new .img img{
	width: 100%;
	height: 225px;
}

.special .left a {
	color: #000000;
}

.special .left .new a {
	color: #000000;
	/* 添加以下属性以实现水平和垂直居中 */
	/*align-items: center;*/ /* 垂直居中 */
	/*justify-content: center;*/ /* 水平居中 */
	/*text-align: center; *//* 文本居中，对于单行文本很有用 */
}

.special .left .list {
	flex: 1;
	padding-left: 15px;
}

.special .left .li:nth-last-child(1) {
	margin-bottom: 0;
}

.special .left .li {
	display: block;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
}

.special .left .li span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	background-color: #ee6b8a;
}

.special .right {
	width: 300px;
}

.special .right .h3 {
	font-size: 16px;
	margin-bottom: 5%;
}

.special .right .h3 span {
	border-bottom: 5px solid #1c3157;
	display: inline-block;
	padding-bottom: 5px;
}

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

.special .right ul li {
	height: 60px;
	width: 48%;
	margin-bottom: 4%;
	margin-right: 4%;
	line-height: 60px;
	text-align: center;
	background-color: #7c7b77;
}

.special .right ul li:nth-child(even) {
	margin-right: 0;
}

.special .right ul li a {
	color: #fff;
}

.special .right ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.special .right ul li:nth-last-child(2) {
	margin-bottom: 0;
}

.item-list {
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.item-list .item-li {
	cursor: pointer;
	flex: 1;
}

.item-list .item-li:nth-child(1) {
	margin-right: 30px;
}

.item-list .item-li img {
	width: 100%;
}

.center {
	width: 100%;
	display: flex;
}

.center-li {
	flex: 1;
}

.center-li:nth-child(2) {
	margin: 0 15px;
}

.center-li .title {
	display: flex;
	align-items: center;
	height: 40px;
	padding-right: 10px;
	background-color: #e8e8e8;
}
.center-new{
	padding-top: 15px;
	border-top: none!important;
}
.center-li .title h4 {
	height: 40px;
	background: url(../img/news-bg.png);
	color: #fff;
	width: 150px;
	line-height: 40px;
	text-align: center;
}

.center-li .title a {
	color: #000000;
	display: inline-block;
	text-align: right;
	flex: 1;
	cursor: pointer;
}

.center-new {
	border: 1px solid #1c3157;
}

.center-new-li {
	display: flex;
	align-items: center;
	margin-bottom:15px;
	padding: 0 15px;
	cursor: pointer;
	color: #000000;
}

.center-new-li span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	background-color: #ee6b8a;
}

.center-new-li p {
	flex: 1;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service {
	margin: 30px 0;
	padding: 15px;
	border: 1px solid #1c3157;
}

.service .title div {
	display: flex;
	align-items: center;
	width: 250px;
	border-bottom: 5px solid #1c3157;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.service .title h1 {
	font-size: 22px;
	margin-right: 10px;
}

.service .title h2 {
	font-size: 16px;
}

.service ul {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.service li {
	width: 18.8%;
	margin-right: 1.5%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 70px;
	text-align: center;
	/*color: #4e81d5;*/
	color: #000000;
	margin-bottom: 15px;
	background: url(../img/n-bg.png);
	background-size: 100% 100%;
}

.service li a {
	color: #000000;
}

.service li img {
	width: 25px;
	margin-right: 5px;
}

.service li:nth-child(5n) {
	margin-right: 0;
}

.service li:nth-child(6),
.service li:nth-child(7),
.service li:nth-child(8),
.service li:nth-child(9),
.service li:nth-child(10) {
	margin-bottom: 0;
}

.adviser {
}

.adviser .title {
	/*font-size: 16px;*/
	/*border-left: 5px solid #1c3157;*/
	display: flex; /* 使用Flexbox布局 */
	align-items: center; /* 垂直居中对齐子元素 */
	font-size: 16px;
	border-left: 5px solid #1c3157;
	/*padding-left: 10px; !* 添加一些内边距，以便内容和边框之间有空间 *!*/
}

.adviser .title p {
	/*margin-left: 15px;*/
	/* 默认情况下，flex子项会按顺序排列，这里不需要额外设置 */
	margin-left: 15px;; /* 移除左外边距，因为我们已经有了内边距 */
	flex-grow: 1; /* 让p元素占据剩余空间（可选，取决于你的布局需求） */
}

.adviser .title a {
	color: #000000;
	margin-left: auto; /* 将a元素推向右边，占用剩余空间之前的所有可用空间 */
	text-align: right; /* 这不是必需的，因为a元素默认就是行内元素，文本会靠右对齐 */
}

.adviser ul {
	margin-top: 40px;
	width: 100%;
	/*display: flex;*/
	flex-wrap: wrap;
}

.adviser ul li {
	text-align: center;
	width: 14.28571428571429%;
}

.adviser ul li img {
	/*width: 100px;*/
	height: 120px;
}

.adviser ul li h3 {
	color: #000000;
	margin: 15px 0;
}

.adviser-img img {
	width: 100%;
	/*margin: 30px 0;*/
}

.adviser-img .swiper-slide img {
	width: 100%;
	/*height: 30px;*/
}

.link .title {
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-align: center;
	justify-content: center;
}

.link .title h3 {
	margin: 0 20px;
}

.link .title p {
	flex: 1;
	background-color: #b4b4b4;
	height: 1px;
}

.ftitle {
	text-align: center;
	color: #c7c7c7;
	margin-top: 10px;
}

.link ul {
	margin-top: 20px;
	width: 100%;
	border: 0px solid #c7c7c7;
	border-bottom: none !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center; /* 垂直居中li内的内容 */
}

.link ul li {
	width: 20%;
	text-align: center; /* 图片居中显示 */
	justify-content: center; /* 水平居中li内的内容 */
	align-items: center; /* 垂直居中li内的内容 */
}

.link ul li:nth-child(5n) {
	border-right: none
}

.link ul li img {
	max-width: 100%; /* 图片宽度不会超过其父元素的宽度 */
	height: auto; /* 高度自适应以保持图片的宽高比 */
	vertical-align: middle; /* 解决图片下方可能出现的空白间隙问题 */
}

.regarding .title {
	font-size: 16px;
	margin: 40px 0;
	border-left: 5px solid #1c3157;
}

.regarding .title p {
	margin-left: 15px;
}

.regarding ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.regarding li {
	width: 20%;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.regarding li span {
	width: 5px;
	height: 5px;
	margin-right: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: #000000;
}
.regarding li a{
	color: #000000;
}
.home-footer{
	width: 100%;
	background: url(../img/footer-bg.png);
	height: 150px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100% 100%;

}
.home-footer div{
	width: 700px;
	line-height: 30px;
	display: inline-block;
	text-align: left;
}
.home-footer a{
	color: #FFFFFF;
}

.media-img {
	position: relative;
}

.media-img img {
	width:41.66666667%
}