/* 主题色 */
:root {
	--theme-primary: #147A65;
	--theme-red: #ff4848;
	--theme-orange: #ff9900;
	--theme-green: #147A65;

	--theme-lightBg:#F0F8F4;
	--theme-lightBorder:#a3cfc6;

	--theme-primary: #007BFF;
	--theme-primary: #146AFF;
	--theme-lightBg:#f0f7ff;
	--theme-lightBorder:#c1dfff;
}

.lgt-bg {
	background-image: url(../img/bg_lgt_blue.jpg)!important;
}

.banner-info p i{
	color: #00ccff!important;
}

html {
	scroll-padding-top: 90px;
}

.btn-primary {
	background-color: var(--theme-primary);
}

/* 主容器 */
.ld-con {
	padding: 0;
}

/* 导航栏 */
.ld-flu-nav {
	background: rgba(255, 255, 255, 0.96);
	position: fixed;
	top: 0;
	z-index: 666;
	width: 100%;
	padding: 0;
	box-shadow: 0 6px 18px rgba(0, 128, 255, 0.12);
}

.ld-nav {
	background: transparent;
	display: flex;
	height: 60px;
}

.ld-nav li .ld-logo {
	display: inline-block;
	vertical-align: top;
}

.ld-nav li img {
	height: 42px;
	margin: 9px 0 9px 0;
}

.ld-nav li b {
	font-size: 1.5rem;
	color: #147A65;
	line-height: 30px;
	padding-left: 18px;
	margin: 15px 0 15px 18px;
	border-left: 1px solid #666;
	display: inline-block;
	/* font-style: italic; */
}

.ld-nav .layui-nav-item a {
	color: #000;
	font-size: 1rem;
	padding: 0 12px;
}

.ld-nav .layui-nav-item a:hover {
	color: var(--theme-primary);
}

.layui-nav .layui-this:after,
.layui-nav-bar {
	background-color: var(--theme-primary);
}

.ld-nav-mb {
	display: none;
	padding: 0;
}

.ld-nav-mb .layui-nav-more {
	display: none;
}

.ld-nav-mb .layui-nav-child a {
	font-size: 1.1rem;
	line-height: 3.6rem;
}

.login-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	line-height: 36px;
	margin: 10px 0 10px 18px;
	background-color: var(--theme-primary);
	border-radius: 60px;
	padding: 0 24px;
	display: inline-block;

}

.login-link span {
	padding: 0 12px;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.36);
}

.login-link a {
	font-size: 1rem;
	color: #fff;
}

.login-link a:hover {
	color: #ffff00;
}

/* 轮播图 */
.ld-carousel {
	margin: 0 auto 0 auto;
	max-width: 1920px;
}

.ld-carousel>[carousel-item]>div {
	background-color: #fff;
}

.ld-banner {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ld-carousel img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* margin-top: 1%; */
}

.banner-info {
	position: relative;
	z-index: 1;
}

.banner-info h1 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
}

.banner-info h2 {
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	margin: 18px 0;
}

.banner-info button {
	margin-top: 24px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	border-radius: 60px;
	padding: 0 24px;
	height: 48px;
	line-height: 48px;
	margin: 0 9px;
	font-size: 1rem;
}

.banner-info button:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: var(--theme-primary);
	cursor: pointer;
}

.banner-info p {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.72);
	margin-top: 12px;
}

.banner-info p i {
	color: #66cc00;
	margin-right: 12px;
}

/* 优势 */
.adv-list {
	padding-top: 18px;
}

.adv-list .layui-col-xs4 {
	border-right: 1px solid #c5e3dd;
}

.adv-list .layui-col-xs4:last-child {
	border-right: none;
}

.adv {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	height: 200px;
	padding: 18px 24px 0 24px;
}

.adv img {
	width: 60px;
	height: 60px;
	margin: 0 0 18px 0;
}

.adv h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--theme-primary);
	margin-bottom: 12px;
}

.adv p {
	font-size: 0.9rem;
	color: #666;
	text-align: justify;
}

/* 栏目标题 */
.column-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 48px 0 0 0;
	text-align: center;
	letter-spacing: 3px;
}

.column-title h1 {
	font-size: 2rem;
	position: relative;
	/* padding-right: 24px; */
}

.column-title h1 i {
	color: var(--theme-primary);
	opacity: 0.6;
	margin-right: 12px;
	display: none;
}

.column-title h2 {
	font-size: 1.32rem;
	font-weight: normal;
	padding: 0 18px;
	color: var(--theme-primary);
	letter-spacing: 0;
	text-transform: uppercase;
	margin-top: -18px;
	opacity: 0.18;
}

/* 集采业务 */
.ctl-box {
	display: flex;
	margin-top: 36px;
	background-color: var(--theme-lightBg);
	border: 1px solid var(--theme-lightBorder);
	border-radius: 18px;
}

.ctl-img {
	display: flex;
	align-items: center;
	max-height: 420px;
	border-radius: 18px;
	overflow: hidden;
}

.ctl-img img {
	max-width: 100%;
	height: 100%;
}

.ctl-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 36px;
}

.ctl-info h1 {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--theme-primary);
}

.ctl-info p {
	font-size: 1.1rem;
	color: #333;
	margin: 18px 0 6px 0;
	text-align: justify;
}

.ctl-info ul {
	list-style: none;
	padding: 0;
	margin: 18px 0 0 0;
}

.ctl-info ul li {
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin-bottom: 12px;
}

.ctl-info ul li i {
	font-size: 1.2rem;
	color: var(--theme-primary);
	margin-right: 12px;
}

.ctl-info ul li b {
	font-size: 1.1rem;
	color: var(--theme-primary);
	margin-right: 12px;
}

.ctl-info ul li span {
	font-size: 1rem;
	color: #666;
}

.ctl-info button {
	display: inline-block;
	border-radius: 60px;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-top: 12px;
}

.csm-con {
	/* margin-top: 36px; */
	padding-bottom: 48px;
	overflow: hidden;
	box-sizing: border-box;
}

.csm-box {
	flex-direction: row-reverse;
	background-color: #fff;
}

.ctl-bg {
	background-color: var(--theme-lightBg);
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

/* 流程 */
.ctl-flow {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 30px;
}

.flow-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 20%;
}

.flow-item::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 24px;
	width: 100%;
	height: 3px;
	background-color: var(--theme-primary);
	opacity: 0.3;
	z-index: 0;
}

.flow-item:last-child::after {
	display: none;
}

.flow-item span {
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 52px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	background-color: var(--theme-primary);
	position: relative;
	z-index: 1;
}

.flow-item h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	margin: 6px 0 3px 0;
}

.flow-item p {
	font-size: 0.9rem;
	font-weight: normal;
	color: #666;
}

/* 物流仓储 */
.lgt-bg {
	background-image: url(../img/bg_lgt.jpg);
	background-size: 100% 100%;
	background-position: center;
}

.lgt-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.78;
}

.logistics-con {
	overflow: hidden;
	padding: 18px 0 48px 0;
}

.logistics-con .column-title {
	color: #fff;
}

.logistics-con .column-title h2 {
	color: #fff;
	opacity: 0.24;
}

.logistics-info {
	font-size: 1.2rem;
	text-align: center;
	line-height: 2rem;
	margin-top: 18px;
	color: #fff;
	padding: 0 18px;
}

.logistics-con .adv {
	height: auto;
}

.logistics-con .adv .rm {
	font-size: 3rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 12px;
}

.logistics-con .adv h1 {
	color: #fff;
	font-size: 1.32rem;
}

.logistics-con .adv p {
	font-size: 1rem;
	color: #fff;
	opacity: 0.66;
	line-height: 1.8rem;
	text-indent: 2em;
}

.logistics-con .adv-list .layui-col-xs12 {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.logistics-con .adv-list .layui-col-xs12:last-child {
	border-right: none;
}

/* 实时数据 */
.data-con .layui-tab {
	font-weight: bold;
	background-color: var(--theme-lightBg);
	margin-top: 18px;
	border-radius: 12px;
}

.data-con .layui-tab .layui-tab-title {
	height: 66px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 2px solid var(--theme-lightBorder);
}

.data-con .layui-tab .layui-tab-bar {
	display: none;
}

.data-con .layui-tab .layui-tab-title li {
	width: 33.3%;
	box-sizing: border-box;
	font-size: 1.38rem;
	padding: 12px 0;
}

.data-con .layui-tab .layui-tab-title .layui-this {
	color: var(--theme-primary);
	/* background-color: var(--theme-primary);
	color: #fff; */
}

.data-con .layui-tab .layui-tab-title .layui-this:after {
	height: 66px;
	border-bottom: 6px solid var(--theme-primary);
}

.chart {
	width: 100%;
	height: 420px;
}

/* 解决方案 */
.solution {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: auto;
	box-shadow: 0 2px 6px rgba(0, 128, 255, 0.18);
	transition: all 0.18s ease-in-out;
	background-color: #000;
}

.solution p {
	width: 100%;
	height: 24vw;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transition: all 0.18s ease-in-out;
	position: relative;
}

.solution p img {
	width: 60px;
	margin-bottom: 30px;
	opacity: 0.86;
	position: relative;
	z-index: 6;
}

.solution h1 {
	width: 100%;
	text-align: center;
	padding: 18px 0;
	font-size: 1.5rem;
	line-height: 1.8rem;
	background-color: #fff;
}

.solution h1 span {
	font-weight: normal;
	font-size: 1rem;
	color: #aaa;
}

.solution-bg {
	width: 100%;
	max-width: 1920px;
	position: relative;
	z-index: -1;
	margin-top: -18%;
}

.solution:hover {
	margin: -6px 0 6px 0;
}

.solution:hover p {
	justify-content: center;
}

.solution:hover p img {
	width: 66px;
	margin-bottom: 0;
	opacity: 1;
}

.solution:hover p::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.36);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* 关于我们 */
.about-con {
	margin-top: 36px;
	padding: 0 0 0 30px;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0, 128, 255, 0.18);
	border-radius: 12px;
	overflow: hidden;
}

.about-con .column-title {
	align-items: flex-start;
	margin-top: 24px;
}

.about-con .column-title span {
	margin-left: 0;
}

.about-info {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.about-info p {
	text-indent: 2em;
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
	padding: 18px 30px 0 0;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.about-btn {
	width: 126px;
	text-align: center;
	padding: 12px 0;
	border: 1px solid var(--theme-primary);
	color: var(--theme-primary);
	font-size: 1.1rem;
	margin: auto 0 24px 0;
	border-radius: 60px;
}

.about-btn:hover {
	background-color: var(--theme-primary);
	color: #fff;
}

.about-img {
	height: 372px;
}

.about-img img {
	width: 100%;
	height: 100%;
}

/* 合作伙伴 */
.coop-con {
	padding-bottom: 48px;
}

.coop-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.coop-list .layui-col-xs4 {
	height: 96px;
}

.coop {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	overflow: hidden;
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 6px rgba(0, 128, 255, 0.06);
	transition: all 0.18s ease-in-out;
}

.coop:hover {
	margin: -3px auto 3px auto
}

.coop-bg {
	width: 100%;
	height: 72vh;
	margin-top: -66vh;
	max-width: 1920px;
	background-color: #f2f2f2;
}

/* 底部栏 */
.ld-bottom {
	width: 100%;
	background-color: #222;
	border-bottom: 36px solid #000;
	color: #bbb;
	padding-bottom: 24px;
	position: relative;
}

.bottom-title {
	display: flex;
	align-items: center;
	padding: 24px 0;
}

.bottom-title img {
	height: 36px;
	margin-right: 12px;
}

.bottom-line {
	width: 100%;
	height: 1px;
	background-color: #555;
}

.bottom-slogan {
	display: flex;
	justify-content: flex-end;
}

.bottom-slogan p {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.8rem;
	font-weight: normal;
	/* margin-right: 18%; */
	margin-left: 6%;
}

.bottom-slogan p img {
	width: 120px;
	height: 120px;
	margin-bottom: 12px;
}

.bottom-info {
	display: flex;
	justify-content: flex-start;
}

.bottom-info-item {
	width: auto;
	margin-top: -3px;
}

.bottom-info-item img {
	height: 36px;
	margin: 0 0 12px -6px;
}

.bottom-info-item p {
	display: flex;
	justify-content: space-between;
	margin: 6px 0;
}

.bottom-info-item p i {
	margin-right: 6px;
}

.bottom-cpr {
	position: absolute;
	bottom: -54px;
	line-height: 30px;
	color: #999;
	font-size: 0.8rem;
}

.bottom-cpr a {
	color: #999;
	margin: 0 18px
}

/* 详情页 */
.con-banner{
	width: 100%;
	height: 240px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 240px;
	box-shadow: 0 6px 18px rgba(20, 122, 101, 0.3);
}

.con-banner img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.con-banner h1{
	width: 100%;
	font-size: 2.4rem;
	color: #fff;
	margin-bottom: 12px;
}

.con-banner h2{
	width: 100%;
	font-size: 1.2rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.72);
}

.article {
	padding: 18px 30px;
}

.article .a-title {
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.4rem;
	margin-top: 12px;
	font-weight: bold;
}

.article .a-info {
	font-size: 1rem;
	color: #999;
	text-align: center;
	padding: 10px 0 18px 0;
	border-bottom: 1px solid rgba(20, 122, 101, 0.3);
	margin-bottom: 18px;
}

.article .a-info span {
	margin: 0 18px;
}

.article .a-con {
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #000;
	text-align: justify;
}

/* 资讯动态 */
.info-list{
	border: 1px solid var(--theme-lightBorder);
	border-radius: 12px;
	margin-top: 18px;
}

.info-list .layui-tab{
	margin: 0;
}

.info-list .layui-tab-title{
	display: flex;
	align-items: center;
	height: 54px;
	border-bottom: 1px solid var(--theme-lightBorder);
}

.info-list .layui-tab-title i{
	font-weight: normal;
	margin-right: 6px;
	/* opacity: 0.66; */
}

.info-list .layui-tab-title a{
	font-size: 1rem;
	margin-left: auto;
	padding-right: 18px;
	color: #aaa;
	/* display: none; */
}

.info-list .layui-tab-title a i{
	margin-left: 3px;
}

.info-list .layui-tab-title li{
	height: 54px;
	line-height: 54px;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0 30px;
}

.info-list .layui-tab-title li.layui-this{
	color: var(--theme-primary);
}

.info-list .layui-tab-title .layui-this:after{
	height: 54px;
	border-bottom: 4.8px solid var(--theme-primary);
}

.info-list .info-title{
	padding: 0 0 0 18px;
}

.info-list .info-title h1{
	line-height: 54px;
	color: #000;
	font-size: 1.1rem;
}

.column-list {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	border-top: none;
	box-sizing: border-box;
}

.column-list li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 1rem;
	display: flex;
	align-items: center;
	padding: 0 18px;
	box-sizing: border-box;
}

.column-list li a {
	color: #000;
	cursor: pointer;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.column-list li a:hover {
	text-decoration: underline;
	color: var(--theme-primary);
}

.column-list li i{
	font-size: 0.8rem;
	color: var(--theme-primary);
	margin-right: 6px;
	/* opacity: 0.6; */
}

.column-list li .time {
	flex: 0 0 90px;
	color: #999;
	text-align: right;
	margin-left: auto;
}

.notice-show{
	display: none!important;
}

/* ------------------------------------------------------------------ */

/* 自适应 */
@media screen and (min-width: 1680px) {

	/* 轮播图 */
	.ld-carousel {
		height: 520px !important;
	}
}

@media screen and (max-width: 1680px) {

	/* 轮播图 */
	.ld-carousel {
		height: 420px !important;
	}

}

@media screen and (max-width: 1399px) {

	/* 轮播图 */
	.ld-carousel {
		height: 360px !important;
	}

	/* 优势 */
	.adv {
		height: 120px;
	}

	.adv h1 {
		color: #333;
	}

	.adv p {
		font-size: 0.8rem;
		display: none;
	}

	.logistics-con .adv p {
		display: block;
	}
}

@media screen and (max-width: 1199px) {

	/* 导航栏 */
	.ld-nav-pc {
		display: none;
	}

	.ld-nav-mb {
		display: flex;
	}

	/* 轮播图 */
	.ld-carousel {
		height: 300px !important;
	}

	.banner-info {
		text-align: center;
	}

	.banner-info h1 {
		font-size: 2.4rem;
		text-align: center;
	}

	.banner-info h2 {
		font-size: 1.2rem;
		text-align: center;
	}

	.banner-info button {
		margin-top: 12px;
		padding: 0 18px;
		height: 36px;
		line-height: 36px;
		font-size: 1rem;
	}

	.banner-info p {
		display: none;
	}

	/* 集采 */
	.ctl-info h1 {
		font-size: 1.26rem;
	}

	.ctl-info p {
		font-size: 0.9rem;
	}

	.ctl-info ul li {
		flex-wrap: wrap;
	}

	.ctl-info ul li b {
		font-size: 1rem;
	}

	.ctl-info ul li span {
		flex: 0 0 100%;
		margin-top: 3px;
		/* display: none; */
	}
}

@media screen and (max-width: 992px) {

	/* 轮播图 */
	.banner-info h1 {
		font-size: 2rem;
		text-align: center;
	}

	.banner-info h2 {
		font-size: 1rem;
		text-align: center;
	}

	.banner-info p {
		display: none;
	}

	/* 优势 */
	.adv {
		height: 120px;
		padding: 18px 0 0 0;
	}

	.adv img {
		width: 48px;
		height: 48px;
		margin-bottom: 6px;
	}

	.adv h1 {
		font-size: 1rem;
	}

	.adv p {
		font-size: 0.8rem;
	}

	/* 栏目标题 */
	.column-title {
		margin-top: 24px;
	}

	.column-title h1 {
		font-size: 1.68rem;
	}

	.column-title h2 {
		font-size: 0.9rem;
		margin-top: 0px;
		opacity: 0.36;
	}

	/* 资讯动态 */
	.info-list{
		width: 100%;
	}

	.notice{
		display: none;
	}

	.notice-show{
		display: block!important;
	}

	/* 解决方案 */
	.solution p img {
		width: 40px;
	}

	.solution h1 {
		padding: 12px 0;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}

	.solution h1 span {
		font-size: 0.72rem;
	}

	/* 关于我们 */
	.about-img {
		height: 450px;
	}

	/* 合作伙伴 */
	.coop-list .layui-col-xs4 {
		height: 90px;
	}

	.coop {
		background-size: 100% auto;
	}
}

@media screen and (max-width: 768px) {
	.login-link {
		display: none;
	}

	/* 轮播图 */
	.banner-info h1 {
		font-size: 1.32rem;
		text-align: center;
	}

	.banner-info h2 {
		font-size: 0.9rem;
		text-align: center;
	}

	.banner-info button {
		margin-top: 6px;
		padding: 0 18px;
		height: 36px;
		line-height: 36px;
		font-size: 1rem;
	}

	/* 资讯动态 */
	.info-list{
		width: 92%;
		margin: 18px auto 0 auto;
		float: none;
	}

	.info-list .layui-tab-title li{
		font-size: 1rem;
		width: 33%;
		box-sizing: border-box;
		padding: 0;
	}

	.info-list .layui-tab-title a{
		display: none;
	}

	.info-list .column-list li{
		font-size: 0.8rem;
	}

	/* 集采 */
	.ctl-box {
		flex-direction: column;
		width: 92%;
		margin: 18px auto;
	}

	.ctl-img {
		max-height: 240px;
	}

	.ctl-info button {
		align-self: center;
		/* margin-top: -60px; */
	}

	.flow-item h1 {
		font-size: 0.9rem;
	}

	.flow-item p {
		display: none;
	}

	/* 物流仓储 */
	.logistics-info {
		font-size: 1rem;
	}

	.logistics-con .adv {
		padding: 18px 18px 0 18px;
	}

	.logistics-con .adv h1 {
		font-size: 1rem;
	}

	.logistics-con .adv p {
		line-height: 1.5rem;
		font-size: 0.9rem;
	}

	.lgt-bg{
		background-size: auto 100%;
	}

	/* 解决方案 */
	.solution-list {
		padding: 0 24px;
	}

	.solution p {
		height: 36vw;
	}

	.solution-bg {
		height: 81vw;
		margin-top: -80vw;
	}

	/* 实时数据 */
	.chart {
		width: 84%;
		height: 450px;
		margin: 0 auto;
	}

	/* 关于我们 */
	.about-con {
		margin: 24px 18px 0 18px;
		padding: 0;
	}

	.about-con .layui-col-xs12 {
		align-items: center;
		/* height: 450px; */
	}

	.about-con .column-title {
		align-items: center;
	}

	.about-con .column-title span {
		margin-left: -18px;
	}

	.about-info {
		padding-left: 30px;
		-webkit-line-clamp: 8;
	}

	.about-img {
		height: 300px;
	}

	/* 合作伙伴 */
	.coop-list {
		padding: 0 18px;
	}

	.coop {
		background-size: 90% auto;
		background-color: transparent;
		box-shadow: none;
	}

	/* 底部信息 */
	.ld-bottom {
		border-bottom-width: 60px;
		padding-bottom: 12px;
	}

	.bottom-title {
		display: none;
	}

	.bottom-slogan {
		margin-top: 30px;
		justify-content: space-around;
		padding: 0;
	}

	.bottom-slogan p {
		text-align: center;
		margin: 0;
	}

	.bottom-slogan p img {
		width: 90px;
		height: 90px;
	}

	.bottom-info {
		justify-content: center;
		margin: 30px auto 0 auto;
	}

	.bottom-info-item {
		width: 90%;
	}

	.bottom-cpr {
		text-align: center;
		bottom: -66px;
		line-height: 24px;
		font-size: 0.72rem;
	}

	.bottom-cpr a {
		display: block;
	}

	/* 详情页 */
	.con-banner{
		height: 180px;
		flex: 0 0 180px;
	}

	.con-banner img{
		width: auto;
		height: 100%;
	}

	.con-banner h1{
		font-size: 1.8rem;
	}

	.con-banner h2{
		font-size: 1.1rem;
	}

	.article {
		padding: 18px 18px;
	}

	.article .a-title {
		font-size: 1.32rem;
		line-height: 1.5;
	}

	.article .a-info {
		font-size: 0.9rem;
	}

	.article .a-con{
		font-size: 1rem;
	}
}

.APP {
    display: none;
}

@media screen and (max-width: 768px) {

    .ld-carousel {
        height: 300px !important;
    }

    .ld-carousel img {
        width: 100%;
    }

    .PC {
        display: none;
    }

    .APP {
        display: block;
    }

}