.header {
	background: #fff;
	position: relative;
}

.header .nav>li.home>.nav_tit {
	/* background-image: url(../images/i/con_home_red.png); */
}

.header .nav>li>.nav_tit>a {
	color: #121212;
}

.search::before {
	background: #B3B3B3;
}

.search .search-icon {
	background-image: url(../images/icon_search_red.png);
}

.header .language a {
	color: #0D0D0D;
}

.zt_banner img {
	width: 100%;
}

@media (max-width:767px) {
	.zt_banner {
		height: 180px;
		position: relative;
		overflow: hidden;
	}

	.zt_banner img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
		max-width: none;
		width: auto;
	}
}

.path {
	font-size: 1rem;
	line-height: 4;
	color: #1F1F1F;
	position: relative;
	z-index: 10;
}

.path a {
	color: #1F1F1F;
}

.path .home {
	/*background: url(../images/icon_path_home.png) no-repeat center left;
	padding: 0 0 0 25px;*/
}

.path .icon {
	width: 8px;
	height: 10px;
	margin: 0 8px;
	background: url(../images/icon_arrow.png) no-repeat center left;
	display: inline-block;
}

@media (max-width:767px) {
	.path {
		margin: 0 0 6px;
		line-height: 24px;
		font-size: 12px;
	}
}

/*pages*/
.pages {
	font-size: 16px;
	color: #AFAFAF;
}

.pages ul {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
}

.pages a {
	line-height: 38px;
	min-width: 38px;
	margin: 0 5px;
	font-weight: normal;
	font-size: 16px;
	color: #AFAFAF;
	border: 1px solid #C2C2C2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pages a:hover,
.pages .active a {
	background-color: #E60012;
	border: 1px solid #E60012;
	color: #fff;
}

.pages strong {
	font-weight: bold;
}

.pages .prev {
	text-indent: -1000em;
	margin: 0 0 0 40px;
	background: url(../images/icon_prev_dis.png) no-repeat center center;
}

.pages .next {
	text-indent: -1000em;
	background: url(../images/icon_next_dis.png) no-repeat center center;
}

.pages .prev:hover {
	background-image: url(../images/icon_prev_hover.png);
}

.pages .next:hover {
	background-image: url(../images/icon_next_hover.png);
}

@media (max-width:767px) {
	.pages {
		font-size: 12px;
	}

	.pages a {
		font-size: 12px;
		min-width: 32px;
		line-height: 32px;
	}
}


.product {
	padding: 2.875rem 0 6.125rem;
	background: url(../images/product_bg.jpg) no-repeat top center;
}

.chanye {
	position: relative;
	padding-top: 3rem;
}

.chanye .swiper-content {
	width: 100%;
	padding: 2rem 0 0;
}

.chanye .swiper-content .swiper-slide {
	transition: all 0.8s;
	z-index: 1;
	cursor: pointer;
}

.chanye .swiper-content .swiper-slide.current {
	opacity: 1;
	z-index: 2;
	,
}

.chanye .swiper-content .info {
	text-align: center;
	color: #1E1E1E;
}

.chanye .swiper-content .tit {
	font-size: 1.875rem;
	line-height: 1;
	font-weight: bold;
	color: #E62129;
}

.chanye .swiper-content .desc {
	font-size: 1rem;
	line-height: 2;
	margin: 0.2rem auto;
	max-width: 80%;
}

.chanye .swiper-content .desc p {
	text-align: justify;
	line-height: 38px;
}

.chanye .swiper-content .pic_box {
	display: flex;
	justify-content: center;
}

.chanye .swiper-content .pic_box img {

	max-width: 380px;
	margin: 30px;
}

.chanye .swiper-content .pic_box img:last-child {
	margin-right: 0;
}

.chanye .swiper-nav {
	position: relative;
	padding: 0 25.15%;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.08);
	z-index: 1;
}

.chanye .swiper-nav .swiper-container {
	padding: 0;
	z-index: 1001;
}

.chanye .swiper-nav:after {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	border-bottom: 1px dashed #E0E0E0;
	content: "";
	width: 100%;
	display: none;
	z-index: 1000;

}

.chanye .swiper-nav .swiper-slide {
	flex: 1;
	text-align: center;
	position: relative;
	transition: 300ms;
}

.chanye .swiper-nav .angle {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/circle-gray.png) no-repeat;
	background-size: 100%;
	transition: 300ms;
	display: none;
}

.chanye .swiper-nav .swiper-wrapper {
	margin: 0 auto;
}

.chanye .swiper-nav .item {
	display: inline-block;
}

.chanye .swiper-nav .icon {
	display: block;
	position: relative;
	width: 4.25rem;
	height: 4.25rem;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
}

.chanye .swiper-nav .icon img {
	position: absolute;
	left: 0;
	right: 0;
	transition: 0.36s ease;
}

.chanye .swiper-nav .icon .img {
	top: 0;
}

.chanye .swiper-nav .icon .img_hover {
	top: 100%;
}

.chanye .swiper-nav .active-nav .icon .img {
	top: -100%;
}

.chanye .swiper-nav .active-nav .icon .img_hover {
	top: 0;
}

.chanye .swiper-nav .active-nav .angle {
	background-image: url(../images/circle-bg.png);
}

.chanye .swiper-nav .item p {
	color: #A4A4A4;
	font-size: 1rem;
	line-height: 1;
	margin: 1rem 0 1rem;
}

.chanye .swiper-nav .title {
	margin: 0 5px;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.chanye .swiper-nav {
		padding: 0 15px;
	}

	.chanye .swiper-nav .item p {
		height: 24px;
	}

	.chanye .swiper-content .info {
		padding: 0 15px;
		margin-top: 25rem;
	}

	.chanye .swiper-content .desc {
		font-size: 13px;
	}
}

.column_tabs {
	margin: -81px auto 2.75rem;
	position: relative;
	z-index: 2;
}

.column_tabs .cont {
	height: 162px;
	background: #fff;
	box-shadow: 0px 4px 13px 0px rgba(17, 5, 9, 0.1);
}

.column_tabs .cont ul {
	display: flex;
	height: 100%;
}

.column_tabs .cont li {
	position: relative;
	flex: 1;
	border-right: 1px solid #E6E6E6;
	text-align: center;

}

.column_tabs .cont li::after {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	bottom: 0;
	height: 2px;
	transition: 0.5s all;
}

.column_tabs .cont li:last-child {
	border: none;
}

.column_tabs .cont .item {
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.column_tabs .cont .box {
	width: 100%;
}

.column_tabs .cont .icon {
	height: 35px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.column_tabs .cont .icon img {
	height: 100%;
}

.column_tabs .cont .icon .show {
	display: block;
}

.column_tabs .cont .icon .hover {
	display: none;
}

.column_tabs .cont .tit {
	font-size: 1.125rem;
	line-height: 1;
	color: #010101;
	margin: 16px 0 0;
}

.column_tabs .cont li.active .item,
.column_tabs .cont li:hover .item {
	background: #E60012;
}

.column_tabs .cont li.active .item .tit,
.column_tabs .cont li:hover .item .tit {
	color: #fff;
	font-weight: bold;
}

.column_tabs .cont li.active .icon .show,
.column_tabs .cont li:hover .icon .show {
	display: none;
}

.column_tabs .cont li.active .icon .hover,
.column_tabs .cont li:hover .icon .hover {
	display: block;
}

@media (max-width: 1500px) {
	.column_tabs {
		margin-top: -74px;
	}

	.column_tabs .cont {
		height: 148px;
	}

	.column_tabs .cont .item {
		padding: 27px 0 0;
	}

	.column_tabs .cont .tit_en {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.column_tabs {
		margin: 20px auto;
	}

	.column_tabs .cont {
		height: 148px;
	}

	.column_tabs .cont .icon {
		height: 30px;
	}
}

/*news_list*/
.news_list {
	padding: 1.25rem 0 7.25rem;
}

.news_list .cont li {
	transition: all .36s;
	background: rgba(0, 0, 0, 0);
}

.news_list .cont li .item {
	position: relative;
	padding-top: 2.375rem;
	padding-bottom: 2.375rem;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.news_list .cont li .item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 13.54%;
	right: 13.54%;
	height: 1px;
	background: #F1F1F1;
}

.news_list .cont li:last-child .item::after {
	content: none;
}

.news_list .cont .date {
	padding: 0 3.75rem;
	font-family: arial;
	text-align: center;
}

.news_list .cont .date .p1 {
	font-size: 3rem;
	line-height: 1;
	color: #2C3238;
}

.news_list .cont .date .p2 {
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin: 6px 0 0;
}

.news_list .cont .picfocus {
	float: left;
	width: 280px;
	height: 140px;
	overflow: hidden;
}

.news_list .cont .picfocus img {
	width: 100%;
	height: 100%;
}

.news_list .cont .news_cont {
	flex: 1;
	overflow: hidden;
}

.news_list .cont .tit {
	font-size: 1.125rem;
	color: #282828;
	line-height: 1;
	transition: all .36s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list .cont .desc {
	position: relative;
	font-size: 1rem;
	color: #838383;
	line-height: 1.8;
	margin: 0.875rem 0 0;
	padding-right: 4rem;
}

.news_list .cont .desc::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	background: url(../images/icon_more_gray.png) no-repeat top left;
}

.news_list .cont li:hover {
	background: #EAEAEA;
}

.news_list .cont li:hover .tit {
	color: #E62129;
	font-weight: bold;
}

.news_list .cont li:hover .date .p1 {
	color: #E62129;
}

.news_list .cont li:hover .desc::after {
	background-image: url(../images/icon_more_red.png);
}

.news_list .pages {
	margin-top: 3.875rem;
}

.news_list .pages .container {
	display: flex;
	justify-content: center;
}

.news_list .pages ul {
	justify-content: flex-start;
}

@media (max-width: 1500px) {
	.news_list {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.news_list {
		margin: 0;
		padding: 20px 0 40px;
	}

	.news_list .cont li {
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.news_list .cont li .item {
		display: block;
		padding: 0;
	}

	.news_list .cont .picfocus {
		width: 100%;
	}

	.news_list .cont .date {
		position: absolute;
		left: 0;
		top: 0;
		padding: 10px;
		background: rgba(230, 0, 18, 0.5);
	}

	.news_list .cont .date .p1,
	.news_list .cont .date .p2 {
		color: #fff;
	}

	.news_list .cont .news_cont {
		width: 100%;
		padding: 15px 0;
	}

	.news_list .cont .tit {
		font-size: 15px;
	}

	.news_list .cont .desc {
		font-size: 12px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.news_list .cont li .item::after {
		left: 0;
		right: 0;
	}

	.news_list .pages {
		margin: 20px 0 0;
	}

	.news_list .cont li:hover {
		background: none;
	}

	.news_list .cont li:hover .date .p1 {
		color: #fff;
	}

	.news_list .cont li:last-child .item::after {
		content: '';
	}
}

/*article*/
.article {
	overflow: hidden;
	padding: 4.125rem 0 7.375rem;
}

.article .title {
	font-size: 1.875rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	color: #2B2B2B;
}

.article .date {
	color: #6A6A6A;
	text-align: center;
	font-size: 14px;
	padding: 1.25rem 0 2.5rem;
	overflow: hidden;
	line-height: 1;
}

.article .date span {
	margin-right: 25px;
	color: #6A6A6A;
}

.article .date em {
	color: #A2A2A2;
}

.article .date span:last-child {
	margin: 0;
}

.article .text {
	color: #828282;
	line-height: 2.25;
	font-size: 1rem;
	padding-bottom: 3.75rem;
}

.article .text img {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0px auto;
}

.article .text strong {
	font-size: 1.111rem;
	font-weight: bold;
	color: #2D2D2D;
}

.article-page {
	padding: 4.0625rem 0 0;
	border-top: 1px dashed #CACACA;
}

.article-page a {
	font-size: 1rem;
	line-height: 2;
	display: block;
	flex: 1;
	color: #484848;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article-page a:hover {
	color: #E62129;
}

@media (max-width:767px) {
	.article {
		padding: 30px 0;
	}

	.article .title {
		font-size: 18px;
	}

	.article .date {
		padding: 15px 0;
		font-size: 12px;
	}

	.article .date span {
		margin: 0 1em 0 0;
		font-size: 12px;
	}

	.article .text {
		font-size: 13px;
		padding-bottom: 30px;
	}

	.article-page {
		padding: 10px 0 0;
		font-size: 13px;
		margin: 15px 0 0;
	}

	.article-page a {
		font-size: 13px;
	}
}

.investor {
	padding: 2.875rem 0 8.125rem;
	background: url(../images/product_bg.jpg) no-repeat top center;
}

.situation {
	padding: 2.25rem 0 7.875rem;
}

.situation .tit {
	font-size: 1.875rem;
	text-align: center;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 1;
}

.situation .cont {
	margin: 3.375rem 0 0;
	display: flex;
	padding: 0 7.75rem;
}

.situation .left {
	flex: 1;
	overflow: hidden;
}

.situation .right {
	flex: 1;
	overflow: hidden;
	background: #fafafa;
	display: flex;
	flex-flow: wrap;
}

.situation .top {
	padding: 25px;
	width: 100%;
}

.situation .top .stock {
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e1e2;
	display: flex;
	align-items: center;
}

.situation .top .name {
	font-size: 1.125rem;
	color: #3c3c3c;
}

.situation .top .stock_code {
	font-size: 1.125rem;
	color: #3c3c3c;
	margin: 0 0 0 10px;
}

.situation .top .stock_num {
	margin-left: 14px;
}

.situation .top .stock_num i {
	width: 17px;
	height: 23px;
	background: url(../images/relation02.png) no-repeat;
	display: inline-block;
}

.situation .top .stock_num i span {
	display: none;
}

.situation .top .stock_num i.up {
	background-position: 0 0;
}

.situation .top .number {
	margin-left: 10px;
}

.situation .top .number .num {
	font-size: 14px;
	color: #E62129;
}

.situation .top .information ul {
	padding: 20px 0;
	overflow: hidden;
}

.situation .top .information li {
	float: left;
	width: 25%;
}

.situation .top .information li .t {
	font-size: 14px;
	line-height: 1.6;
}

.situation .top .information li .c {
	font-size: 1.375rem;
	color: #1d314e;
	line-height: 1.6;
}

.situation .top .information .date {
	font-size: 14px;
	color: #b9b9b9;
}

.situation .bot {
	padding: 1.875rem 0 0 2.875rem;
}

.situation .bot .tabs {
	display: flex;
	margin-bottom: 10px
}

.situation .bot .tabs li {
	font-size: 1rem;
	margin-right: 15px;
	line-height: 1.6;
	cursor: pointer;
}

.situation .bot .tabs li.on {
	color: #E62129;
}


.report {}

.report .tit {
	font-size: 2.125rem;
	text-align: center;
	font-weight: bold;
	color: #E62129;
	line-height: 1;
}

.report .table_box {
	margin: 2.875rem 0 0;
}

.report .table_report {
	width: 100%;
}

.report .table_report td {
	padding: 2.25rem 0;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}

.report .table_report th {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 2.75rem 0;
	background: #E62129;
	color: #fff;
	overflow: hidden;
}

.report .table_report td:nth-child(1) {
	font-weight: bold;
	font-size: 1.125rem;
	color: ;
}

.report .table_report th:nth-child(1) {
	text-align: center;
	width: 12.5%;
}

.report .table_report tr {
	background: #fafafa;
}

.report .table_report tr:nth-child(even) {
	background: #F6F8FA;
}

.report .table_report p {
	margin-bottom: 10px;
}

.report .table_report p:last-child {
	margin-bottom: 0;
}

.report .table_report a {
	display: block;
}

.report .table_report a:hover {
	text-decoration: underline;
	color: #E21D25;
}

.join {
	padding: 3rem 0 6.875rem;
	background: url(../images/product_bg.jpg) no-repeat top center;
}

.job {
	margin: 3rem 0 0;
}

.job .cont ul li {
	font-size: 1rem;
	color: #535353;
	background: #fafafa;
	margin: 0 0 0.875rem;
}

.job .cont ul li:last-child {
	margin-bottom: 0;
}

.job .cont ul li:first-child .tab {
	border-top: 0;
	background: #E62129;
	font-size: 1rem;
}

.job .cont ul li:first-child .tab span {
	color: #fff;
	font-size: 1.125rem;
}

.job .cont .tab {
	background: #EBEBEB;
	display: flex;
	color: #E62129;
}

.job .cont .tab span {
	font-size: 1rem;
	line-height: 1;
	width: 14%;
	padding: 1.3125rem 0;
	color: #535353;
	display: flex;
	justify-content: center;
	align-items: center;
}

.job .cont .tab span:nth-of-type(1) {
	width: 23%;
	color: #272727;
}

.job .cont .tab span:nth-of-type(2) {
	width: 19%;
}

.job .cont .tab span:nth-of-type(3) {
	width: 22%;
}

.job .cont .tab span:nth-of-type(4) {
	width: 17%;
}

.job .cont .tab span:nth-of-type(5) {
	width: 19%;
}

.job .cont .tab .bstn {
	cursor: pointer;
	background: url(../images/job_close.png) no-repeat center center;
}

.job .cont .active .tab .bstn {
	background-image: url(../images/job_open.png);
}

.job .cont .desc {
	position: relative;
	display: none;
	color: #7F7F7F;
	font-size: 1rem;
	line-height: 2.5;
	padding: 2.25rem 5.25rem 4rem;
	overflow: hidden;
}

.job .cont .desc .tit {
	color: #2F2F2F;
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: bold;
}

.job .cont .more_btn {
	position: absolute;
	bottom: 3.5rem;
	right: 5.25rem;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	width: 10rem;
	line-height: 2.75rem;
	background: #0067B7;
}

.job .cont .more_btn a {
	color: #fff;
}

@media (max-width:767px) {
	.job {
		padding: 30px 0;
		margin: 0;
	}

	.job .cont {
		margin-bottom: 0;
	}

	.job .cont ul li:first-child .tab {
		font-size: 14px;
	}

	.job .cont ul li {
		font-size: 13px;
	}

	.job .cont .tab {
		padding: 0 10px;
	}

	.job .cont .tab span {
		width: 20%;
		font-size: 13px;
	}

	.job .cont .tab span:nth-of-type(1) {
		width: 39%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: block;
	}

	.job .cont .desc {
		font-size: 13px;
		padding: 20px 15px;
		line-height: 28px;
	}

	.job .cont .desc .box {
		display: block;
		padding-bottom: 100px;
		overflow: hidden;
	}

	.job .cont .desc .fl {
		width: 100%;
	}

	.job .cont .desc .fr {
		padding: 0;
	}

	.job .cont .desc .fl .item,
	.job .cont .desc .fl .item:last-child {
		margin-bottom: 20px;
	}

	.job .cont .desc .tit {
		font-size: 15px;
	}

	.job .cont .desc .fl .item:last-child {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

.purchase {
	padding: 3rem 0 6.875rem;
	background: url(../images/product_bg.jpg) no-repeat top center;
}

.purchase .job {
	margin: 3rem 0 0;
}

.purchase .job .cont .tab span:nth-of-type(1) {
	flex: 1;
	justify-content: flex-start;
	padding-left: 5.25rem;
}

.purchase .job .cont .tab span:last-child {
	width: 18.375%;
}

.purchase .job .cont li:first-child .tab span:nth-of-type(1) {
	font-weight: bold;
	font-size: 1.25rem;
}


.about {
	padding: 8.625rem 0 8.625rem 8.33%;
	display: flex;
	justify-content: space-between;
	background: url(../images/about_bg.jpg) no-repeat top left;
	background-size: cover;
}

.about .info {
	flex: 1;
	margin-right: 9.375rem;
}

.about .info .desc {
	font-size: 1rem;
	line-height: 2.25;
	color: #797979;
	margin: 2.625rem 0 2.875rem;
}

.about .info .bot {
	display: flex;
	width: calc(100% + 21.375rem);
	background: rgba(255, 255, 255, 0.79);
	margin-top: 2.75rem;
	position: relative;
	z-index: 5;
}

.about .info .bot dl {
	flex: 1;
	text-align: center;
	padding: 2rem 0;
	transition: all 0.5s ease;
}

.about .info .bot dl:last-child {
	flex: initial;
	width: 12rem;
	background: #E62129;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about .info .bot dl dd {
	font-size: 1rem;
	line-height: 1;
	color: #1C1C1C;
	transition: all 0.5s ease;
}

.about .info .bot dl dt {
	font-size: 3.75rem;
	line-height: 1.4;
	font-weight: lighter;
	color: #E62129;
	transition: all 0.5s ease;
}

.about .info .bot dl:hover {
	background: #E62129;
}

.about .info .bot dl:hover dd,
.about .info .bot dl:hover dt {
	color: #fff;
}

.about .more {
	margin: 3.75rem 0 0;
}

.about .pic {
	width: 45%;
	position: relative;
	overflow: hidden;
}

.about .pic img {
	height: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

/*  */
.g-yanfa {
	padding: 8.625rem 0 8.625rem;
	display: flex;
	justify-content: space-between;
	background: url(../images/g-yanfa.jpg) no-repeat top left;
	background-size: cover;
}

/*  */
/* g-zs */
.g-zs {
	margin: 2rem 0;
}

.g-zs .swiper-button {
	margin: 2rem 0px;
}

/*  */
@media (max-width: 767px) {
	.about {
		padding: 30px 15px;
		display: block;
	}

	.about .info {
		margin: 0;
	}

	.about .info .desc {
		font-size: 13px;
		margin: 20px 0;
	}

	.about .info .bot {
		width: 100%;
		flex-flow: row wrap;
	}

	.about .info .bot dl {
		width: 50%;
		flex: auto;
	}

	.about .info .bot dl:last-child {
		width: 50%;
	}

	.about .info .bot dl:last-child img {
		width: 50px;
	}

	.about .more {
		margin: 20px 0 0;
	}
}

.team {
	padding: 5rem 0 1.25rem;
}

.team .ad {
	margin: 4.375rem 0;
}

.team .cont {
	position: relative;
}

.team .cont .container {
	background: url(../images/team_bg.jpg) no-repeat top center;
}

.team .cont .swiper-wrapper {
	margin: 0 -2.9375rem;
}

.team .cont .box {
	position: relative;
}

.team .cont .item {
	padding: 3.125rem 2.9375rem 2.5rem;
}

.team .cont .name {
	font-size: 1.125rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 1;
}

.team .cont .name::before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 12px 0 0;
	background: #E62129;
}

.team .cont .desc {
	font-size: 14px;
	height: 150px;
	color: #8A8A8A;
	line-height: 30px;
	margin: 1rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.team .cont .swiper-slide[data-swiper-row='0'] {
	border-bottom: 1px solid rgba(230, 33, 41, 0.08);
}

.team .cont .swiper-button-prev,
.team .cont .swiper-button-next {
	width: 40px;
	height: 40px;
	background-size: 7px 12px;
	z-index: 100;
	border: 1px solid #E62129;
	background-color: #E62129;
	opacity: 1;
}

.team .cont .swiper-button-prev {
	left: -6rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.team .cont .swiper-button-next {
	right: -6rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.team .cont .swiper-button-disabled {
	border: 1px solid #C2C2C2;
	background-color: transparent;
}

.team .cont .swiper-button-disabled.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23C2C2C2'%2F%3E%3C%2Fsvg%3E");
}

.team .cont .swiper-button-disabled.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23C2C2C2'%2F%3E%3C%2Fsvg%3E");
}

/* 2023年6月21日culture ul布局等待删除 */
.culture dd img {
	width: 100%;

}

.culture .cont {
 
    display: flex;
  
    justify-content: center;
}

.culture dd {
	display: flex;
}

.culture .g-qy1 {
	width: 68%;
}

.culture .g-qy2 {
	width: 32%;
}

.g-fan {
	flex-direction: row-reverse;
}

.g-qy2 {
	color: #ffffff;
	font-weight: 300;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px 3rem;
}

.g-bg1 {
	background: url("/template/pc/images/q2.png") no-repeat;

}

.g-bg2 {
	background: url("/template/pc/images/q3.png") no-repeat;

}

.g-bg3 {
	background: url("/template/pc/images/q6.png") no-repeat;

}

.g-qy2 h3 {
	font-size: 26px;
}

.g-qy2 h4 {
	font-size: 22px;
	font-weight: 300;
	margin: 10px 0px;
}

.g-qy2 p {
	line-height: 30px;
	font-size: 18px;
}

@media (max-width: 767px) {
	.culture {
		padding: 40px 0;
	}

	.culture dl {
		display: flex;
		flex-direction: column;
	}

	.culture dd {
		display: flex;
		flex-direction: column;
	}

	.culture .g-qy1 {
		width: 100%;
	}

	.culture .g-qy2 {
		width: 100%;
	}
}

/* s */
.culture {
	padding: 6.5rem 0 0;
	background: url(../images/culture_bg.jpg) no-repeat top center;
	background-size: 100% 100%;
}

.culture .cont {
	margin: 3.125rem 0 0;
}

/* 下面待删除 */
.culture .cont ul {
	overflow: hidden;
	margin: 0 -1.75rem;
	padding-bottom: 6.5rem;
}

.culture .cont li {
	float: left;
	width: 25%;
	padding: 0 1.75rem;
}

.culture .cont .item {
	background: rgba(255, 255, 255, 0.9);
	padding: 2.5rem 2rem 2.375rem;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
}

.culture .cont .tit {
	font-size: 2rem;
	color: #E60012;
	line-height: 1.25;
}

.culture .cont .desc {
	font-size: 1rem;
	line-height: 1.875;
	height: 7.5rem;
	color: rgba(51, 51, 51, 0.6);
	margin: 1rem 0 1.125rem;
}

/* e */

@media (max-width: 767px) {
	.culture {
		padding: 40px 0;
	}

	.culture .cont li {
		width: 100%;
		margin-bottom: 10px;
	}

	.culture .cont li:last-child {
		margin-bottom: 0;
	}

	.culture .cont .item {
		padding: 30px 15px;
	}

	.culture .cont .desc {
		font-size: 14px;
		height: auto;
		margin: 15px 0;
	}
}

.contact {
	padding: 7.75rem 0 0;
	/* background: #f4f4f4; */
}

.contact .cont {
	margin: 5.25rem 0 5.25rem;
}

.contact .cont ul {
	padding: 0 6.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.contact .cont li .item {
	display: flex;
	align-items: center;
}

.contact .cont li .item .icon {
	width: 6.75rem;
	height: 6.75rem;
	background: url(../images/icon_contact_add.png) no-repeat top left;
	background-size: cover;
}

.contact .cont li .item .icon_add {
	background-image: url(../images/icon_contact_add.png);
}

.contact .cont li .item .icon_tel {
	background-image: url(../images/icon_contact_tel.png);
}

.contact .cont li .item .icon_email {
	background-image: url(../images/icon_contact_email.png);
}

.contact .cont li .info {
	flex: 1;
	margin: 0 0 0 1.875rem;
	overflow: hidden;
}

.contact .cont li .info .tit {
	font-size: 1rem;
	font-weight: bold;
}

.contact .cont li .info .desc {
	font-size: 1rem;
	max-width: 21.625rem;
	min-width: 145px;
	line-height: 1.6;
	margin: 10px 0 0;
}

.contact .cont li.line {
	width: 1px;
	height: 50px;
	background: rgba(38, 52, 127, 0.18);
	display: block;
}
.imgtp{
    width:12.1%;
        margin-right: 1%;
}
.imgtptwo{
	opacity: 0;

}



.imgtime{
	position: absolute;
	top: 572px;
	width: 100%;
	left: 100px;
	display: flex;
    justify-content: flex-start;
}
.imgcontent{
	position: absolute;
    top: 640px;
    width: 100%;
    left: 124px;
    display: flex;
    justify-content: flex-start;
}
.imgcontents{
	    position: absolute;
    top: -110%;
    width: 100%;
    /* left: 124px; */
    display: flex;
    justify-content: flex-start;
}
.imgtimeitem{
	width:13.1%;
}
.imgicon{
     width:auto;
     
}
.imgicontwo{
	margin-top: 37px;
}
.img1 {
	position: absolute;
	top: 640px;
	left: 1504px;
}

.img2 {
	position: absolute;
	top: 584px;
	left: 1479px;
}

.img3 {
	position: absolute;
	top: 612px;
	left: 1165px;
}

.img4 {
	position: absolute;
	top: 640px;
	left: 875px;
}

.img5 {
	position: absolute;
	top: 584px;
	left: 850px;
}

.img6 {
	position: absolute;
	top: 333px;
	left: 1188px;
}

.img7 {
	position: absolute;
	top: 612px;
	left: 534px;
}

.img8 {
	position: absolute;
	top: 298px;
	left: 245px;
}

.img9 {
	position: absolute;
	top: 333px;
	left: 558px;
}

.img10 {
	position: absolute;
	top: 584px;
	left: 221px;
}

@media (max-width: 1732px) {
	.img1 {
		position: absolute;
		top: 640px;
		left: 1384px;
	}

	.img2 {
		position: absolute;
		top: 584px;
		left: 1359px;
	}

	.img3 {
		position: absolute;
		top: 612px;
		left: 1045px;
	}

	.img4 {
		position: absolute;
		top: 640px;
		left: 755px;
	}

	.img5 {
		position: absolute;
		top: 584px;
		left: 730px;
	}

	.img6 {
		position: absolute;
		top: 333px;
    left: 1068px;
	}

	.img7 {
		position: absolute;
		top: 612px;
		left: 414px;
	}

	.img8 {
		position: absolute;
		top: 640px;
		left: 125px;
	}

	.img9 {
		position: absolute;
		top: 333px;
		left: 438px;
	}

	.img10 {
		position: absolute;
		top: 584px;
		left: 101px;
	}
}

@media (max-width: 1633px) {
	.img1 {
		position: absolute;
		top: 640px;
		left: 1184px;
	}

	.img2 {
		position: absolute;
		top: 584px;
		left: 1159px;
	}

	.img3 {
		position: absolute;
		top: 612px;
		left: 845px;
	}

	.img4 {
		position: absolute;
		top: 640px;
		left: 555px;
	}

	.img5 {
		position: absolute;
		top: 584px;
		left: 530px;
	}

	.img6 {
		position: absolute;
		top: 298px;
		left: 868px;
	}

	.img7 {
		position: absolute;
		top: 612px;
		left: 214px;
	}

	.img8 {
		position: absolute;
		top: 640px;
		left: 76px;
	}

	.img9 {
		position: absolute;
		top: 343px;
		left: 238px;
	}

	.img10 {
		position: absolute;
		top: 584px;
		left: 50px;
	}
}

@media (max-width: 1443px) {
    .imga {
		position: absolute;
		top: 298px;
		left: 1265px;
	}

	.imgb {
		position: absolute;
		top: 584px;
		left: 1241px;
	}
	.imgc {
		position: absolute;
		top: 640px;
		left: 1065px;
	}

	.imgd {
		position: absolute;
		top: 612px;
		left: 1041px;
	}
	.img1 {
		position: absolute;
		top: 640px;
		left: 1065px;
	}

	.img2 {
		position: absolute;
		top: 584px;
		left: 841px;
	}

	.img3 {
		position: absolute;
		top: 612px;
		left: 620px;
	}

	.img4 {
		position: absolute;
		top: 298px;
		left: 455px;
	}

	.img5 {
		position: absolute;
		top: 584px;
		left: 400px;
	}

	.img6 {
		position: absolute;
		top: 333px;
    left: 769px;
	}

	.img7 {
		position: absolute;
		top: 612px;
		left: 214px;
	}

	.img8 {
		position: absolute;
		top: 298px;
		left: 76px;
	}

	.img9 {
		position: absolute;
		top: 640px;
		left: 238px;
	}

	.img10 {
		position: absolute;
		top: 584px;
		left: 50px;
	}
}

@media (max-width: 1303px) {
	.img1 {
		position: absolute;
		top: 640px;
		left: 985px;
	}

	.img2 {
		position: absolute;
		top: 584px;
		left: 962px;
	}

	.img3 {
		position: absolute;
		top: 612px;
		left: 656px;
	}

	.img4 {
		position: absolute;
		top: 640px;
		left: 455px;
	}

	.img5 {
		position: absolute;
		top: 584px;
		left: 430px;
	}

	.img6 {
		position: absolute;
		top: 298px;
		left: 679px;
	}

	.img7 {
		position: absolute;
		top: 612px;
		left: 214px;
	}

	.img8 {
		position: absolute;
		top: 640px;
		left: 76px;
	}

	.img9 {
		position: absolute;
		top: 343px;
		left: 238px;
	}

	.img10 {
		position: absolute;
		top: 584px;
		left: 50px;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 30px 0 0;
	}

	.contact .cont {
		margin: 30px 0;
	}

	.contact .cont ul {
		margin: 0;
		display: block;
	}

	.contact .cont li {
		width: 100%;
		margin: 0 0 15px;
	}

	.contact .cont li .info {
		margin: 0 0 0 15px;
	}

	.contact .cont li .info .tit {
		font-size: 15px;
	}

	.contact .cont li .info .desc {
		font-size: 13px;
	}
}

.map_box .map {
	height: 34.625rem;
}

.map_box .map img {
	max-width: none;
}

/* 消息内容 */
.BMap_bubble_content {
	display: flex;
	align-items: center;
}

.BMap_bubble_content .info {
	padding: 0 40px 0 20px;
	max-width: 17.75rem;
}

.BMap_bubble_content .tit {
	font-size: 1rem;
	color: #F22231;
	line-height: 1;
}

.BMap_bubble_content .desc {
	font-size: 14px;
	color: #A4A4A4;
	line-height: 22px;
	margin: 5px 0 0;
}

/* 内容 */
.BMap_pop div:nth-child(9) {
	padding: 0;
	top: 44px !important;
	left: 10px !important;
	box-sizing: border-box !important;
	background: #fff url(../images/map_mesg.png) no-repeat top left;
}

/* 左上角删除按键 */
.BMap_pop img,
.BMap_shadow img {
	display: none;
}

.BMap_top,
.BMap_bottom,
.BMap_center {
	display: none;
}

/* 隐藏四个边角 */
.BMap_pop div:nth-child(3),
.BMap_pop div:nth-child(5),
.BMap_pop div:nth-child(7) {
	display: none;
}

.BMap_bubble_content img {
	display: block;
}

/*partner*/
.market {
	padding: 2.875rem 0 7.25rem;
	background: #f9f9f9 url(../images/market_bg.jpg) no-repeat bottom center;
	background-size: cover;
}

.partner {
	padding: 2.875rem 4.375rem 0 8.33%;
}

.partner .cont {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.partner .info {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

/*  */
.partner .partner_list {

	margin: 4rem 0 0;
	display: flex;
	text-align: center;
	width: 58%;
}

.partner_list .partner-a {
	background-color: #1e4a79;
	color: #fff;

	width: 16%;
}

.partner_list .partner-a ul {

	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.partner_list .partner-a h3 {
	font-weight: bold;
	font-size: 1.2rem;
}

.partner_list .partner-a h4 {
	font-weight: bold;
	font-size: 18px;
}

.partner_list .partner-a li {
	height: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partner_list .partner-b {
	width: 84%;
	padding: 0px 20px;
}

.partner_list .partner-b ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.partner_list .partner-b li {
	border-bottom: 2px solid #528ecf;
	display: flex;
	align-items: center;
	padding: 0px 20px;
	width: 25%;
}

.partner_list .partner-b img {
	max-width: 160px;
	padding: 3px;
	width: 100%;
}

/*  */
.partner .pic {
	position: relative;
	width: 69.8%;
}

.partner .pic ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.partner .pic ul li {
	position: absolute;
}

.partner .pic ul .li_1 {
	top: 25.43%;
	left: 53.55%;
}

.partner .pic ul .li_2 {
	top: 30.99%;
	left: 61.36%;
}

.partner .pic ul .li_3 {
	top: 25.73%;
	left: 64.22%;
	z-index: 3;
}

.partner .pic ul .li_4 {
	top: 33.04%;
	left: 68.64%;
}

.partner .pic ul .li_5 {
	top: 36.25%;
	left: 71.35%;
}

.partner .pic ul .li_6 {
	top: 32.45%;
	left: 74.91%;
}

.partner .pic ul li .name {
	font-size: 14px;
	min-width: 33px;
	text-align: center;
	cursor: pointer;
	color: #373737;
	display: inline-block;
	background: url(../images/icon_add.png) no-repeat top center;
	padding: 33px 0 0;
	transition: all 0.3s;
}

.partner .pic ul li .text {
	position: absolute;
	top: -8.5rem;
	left: 50%;
	width: 11.625rem;
	padding: 0.875rem 1.875rem 1.25rem;
	transition: all 0.3s;
	transform: translateX(-50%);
	opacity: 0;
	background: #fff;
	box-shadow: 0px 0px 21px 0px rgba(77, 77, 77, 0.15);
	border-radius: 6px;
}

.partner .pic ul li .text::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	width: 0;
	height: 0;
	border: 6px solid #fff;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.partner .pic ul li .text span {
	display: block;
	color: #3A3A3A;
	line-height: 1.875;
}

.partner .pic ul li:hover {
	z-index: 2;
}

.partner .pic ul li .name.on {
	background-image: url(../images/icon_star.png);
}

.partner .pic ul li .text.on {
	opacity: 1;
}

@media (max-width: 1440px) {
	.partner .partner_list {
		margin: 6rem 0 0;
	}
}

@media (max-width: 767px) {
	.partner {
		padding: 30px 15px;
		display: block;
	}

	.partner .cont {
		display: block;
		overflow: hidden;
	}

	.partner .info {
		position: static;

	}

	.partner .partner_list {
		margin: 30px 0 0;
		width: 100%;
	}

	.partner .pic {
		width: 260%;
		transform: translateX(-48%);
	}

	.partner .partner_list li img {
		max-width: 100%;
		max-height: 100%;
	}
}

.honor {
	margin-top: 8rem;
}

.honor .cont {
	margin: 4.5rem 0 0;
}

.honor .cont p {
	font-size: 1rem;
	color: #252424;
	text-align: center;
	margin: 1.625rem 0 0;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.honor .swiper-pagination {
	margin: 5.75rem 0 0;
	display: flex;
	position: static;
}

.honor .swiper-pagination-bullet {
	width: 1.75rem;
	height: 4px;
	margin: 0 4px 0 0;
	background-color: #eaeaea;
	opacity: 1;
	border-radius: 0;
}

.honor .swiper-pagination-bullet-active {
	width: 5.125rem;
	background: #e62129;
}

.jgzs {
	padding: 4.375rem 0 0;
}

.jgzs .item {
	padding-bottom: 5.375rem;
	margin-bottom: 7rem;
	border-bottom: 1px solid #E3E3E3;
}

.jgzs .item:last-child {
	margin-bottom: 0;
}

.jgzs .item .tit {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
	color: #2B2B2B;
}

.jgzs .item .cont {
	display: flex;
	margin: 4.6875rem 0 0;
	align-items: center;
}

.jgzs .item .cont .pic {
	flex: 1;
	margin: 0 4.375rem 0 0;
	overflow: hidden;
}

.jgzs .item .cont .pic:last-child {
	margin: 0;
}

/* 2023年4月13日 */
.c-0 {
	display: flex;
	justify-content: space-between;

}

.c-1 {
	width: 76.5%;
	padding-right: 60px;
}

.c-2 {
	width: 23.5%;

}

.c-2 dl {
	margin-bottom: 20px;
}

.c-2 dt {
	padding: 0.8rem 0.8rem;
	background: #e60012;
	font-weight: 600;
	color: #fff;
	font-size: 1.125rem;

}

.c-2 dd {
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.b-1 a {
	color: #e62129;
}

.b-1 a .desc {
	color: #e62129;
}

/* 列表 */
.n-list {
	display: flex;
	justify-content: space-between;
}

.n-left {
	width: 76.5%;
	padding-right: 60px;
}

.n-right {
	width: 23.5%;

}

.n-right dd.n-img::before {

	display: none;


}

.n-right dd.n-img {

	padding: 0.8rem;
	display: flex;




}

.n-right dd.n-img a {

	width: 50%;
	display: block;
	padding-right: 1rem;




}

.n-right dd.n-img .n-img-a {
	word-wrap: break-word;
	word-break: normal;
	line-height: 30px;
	font-weight: 600;
}


.n-right dl {
	margin-bottom: 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.n-right dt {
	padding: 0.8rem 0.8rem;
	background: #e60012;
	font-weight: 600;
	color: #fff;
	font-size: 1.125rem;

}

.n-right .n-dl .n-txt {
	line-height: 38px;
	overflow: hidden;

	text-overflow: ellipsis;
	padding: 0rem 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;


}

.n-right .n-dl .n-txt::before {

	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: red;
	border-radius: 50%;
	margin-right: 5px;


}

.n-right .n-dl .n-txt span {

	color: #999;
	font-size: 14px;
}

.n-right .n-dl .n-txt a {
	width: 62%;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.n-right .n-dl2 dd {
	line-height: 60px;
	padding: 0rem 0.8rem;
	display: flex;
	align-items: baseline;
}

.n-right .n-dl2 dd a {

	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1rem;
}

.n-right .n-dl2 dd::before {

	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: red;
	border-radius: 50%;
	margin-right: 5px;


}

.n-right .n-dl2 dd.nored {

	color: #999;
	font-size: 14px;


}

.n-right .n-dl2 dd.nored::before {

	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 5px;


}

.n-right dd {
	line-height: 3.8rem;
	display: flex;

}

.n-right .n-dd1 {
	margin: 0 10px;
	justify-content: space-between;
	font-size: 17px;
}

.n-right .n-dd2 {
	margin: 0 10px;
	font-size: 14px;
	color: #888888;
}

.n-right .n-dd3 {
	margin: 0 10px;
	align-items: center;
	
	font-size: 14px;
	color: #888888;
	
	border-bottom: 1px solid #F2F4F5;
}

.n-right .n-dd3 img {
	height: 16px;
	margin-right: 5px;

}
/* end */

#g-py {
	height: 1px;
	position: relative;
	top: -80px;

}


@media (max-width: 767px) {
	.c-1 {
		width: 100%;
		padding-right: 0px;

	}

	.c-2 {
		display: none;

	}

	.n-left {
		width: 100%;
		padding-right: 0px;
	}

	.n-right {
		width: 100%;
		padding-right: 0px;

	}

	.n-right {
		display: none;

	}

	/* 市场与客户 2023年4月18日	 */
	.partner .partner_list {

		margin: 4rem 0 0;
		display: flex;
		text-align: center;
		width: 100%;
		flex-direction: column;

	}

	.partner_list .partner-a {
		background-color: #1e4a79;
		color: #fff;
		width: 100%;
	}

	.partner_list .partner-a ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.partner_list .partner-a li {
		width: 50%;
	}

	.partner_list .partner-b li {
		width: 50%;
	}

	.partner_list .partner-b {
		width: 100%;
	}

	/*  */
}