@font-face {
	font-family: 'ssht';
	src: url("../font/sszhjt.TTF");
}

html {
	scroll-behavior: smooth;
}

.p0 {
	padding: 0;
}

.my-nav {
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	border-radius: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.33);
	color: #FFF;
}

.navbar-menu-item>a {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	/* width: 120px; */
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	color: white;
}

.navbar-menu-item>a:hover {
	text-decoration: none;
	border-bottom: 3px solid #fff;
}

.menu-active {
	border-bottom: 3px solid #fff;
}

.banner-text {
	top: 0;
	left: 5%;
	width: 90%;
	text-align: left;
}

.vertical-center {
	position: absolute;
	top: 30%;
}

.vertical-center2 {
	position: absolute;
	top: 25%;
}

.banner1-titlesize {
	font-size: 56px;
}

.banner2-titlesize {
	font-size: 50px;
}

.banner2-titlesize2 {
	font-size: 46px;
}

.banner1-subtitlesize {
	font-size: 24px;
	margin: 20px;
}

.content-part {
	padding-bottom: 100px;
}

.content-title {
	text-align: center;
	margin: 30px 0;
}

.content-subtitle {
	text-align: center;
	margin: 25px 0;
	color: #666666;
}

.content-content {
	padding-top: 30px;
}


.upke-blue {
	color: #12a4e2;
}

.upke-footer {
	/* height: 447px; */
	background: linear-gradient(-25deg, #9B242C, #CB1300);
	color: #fff;
	padding-bottom: 100px;
}

.upke-footer-title {
	text-align: center;
}

.prod-item {
	border-radius: 5px;
	box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
}

.prod-item .top-content {
	border-radius: 5px;
	text-align: center;
	background-color: #0376F7;
	height: 200px;
	color: #FFF;
	padding-top: 50px;
	font-size: 18px;
}

.prod-item .bottom-content {
	text-align: center;
	padding: 20px 40px;
	height: 100px;
	font-size: 16px;
}

.prod-item2 {
	text-align: right;
}

.prod-item2 .title {
	font-size: 16px;

}

.prod-item2 .desc {
	color: #666666;
	text-align: left;
}

.prod-item3 {
	text-align: center;
	margin-top: 40px;
}

.prod-item3 .title {
	font-size: 16px;
}

.prod-item3 .desc {
	color: #666666;

}

.prod-item4 {
	text-align: left;
}

.prod-item4 .title {
	font-size: 16px;
}

.prod-item4 .desc {
	color: #666666;

}


.mtl {
	margin-top: 40px;
}

.mtssl {
	margin-top: 20px;
}
.mtsssl {
	margin-top: 10px;
}

.mtsl {
	margin-top: 60px;
}

.mtxl {
	margin-top: 80px;
}

.ptl {
	padding-top: 40px;
}

.ptssl {
	padding-top: 20px;
}

.ptsl {
	padding-top: 60px;
}

.ptxl {
	padding-top: 80px;
}

@media (max-width:1100px) {

	.mob-tc {
		text-align: center;
	}

	.mymenu-nav {
		display: none;
	}

	.banner1-b {
		/* margin-bottom: 1900px; */
	}

	.navbar-menu-item>a {
		height: 80px;
		line-height: 80px;
		font-size: 36px;
		/* width: 120px; */
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
		color: white;
	}

	.navbar-menu-item>a:hover {
		text-decoration: none;
		border-bottom: 3px solid #fff;
	}

	.menu-active {
		border-bottom: 3px solid #fff;
	}

	.sub-banner {
		position: absolute;
		width: 76%;
		height: 1930px;
		margin-left: 12%;
		margin-top: -120px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		text-align: center;
	}

	.sub-banner-2 {
		/* position: absolute; */
		width: 76%;
		/* height: 320px; */
		margin-left: 12%;
		margin-top: -65px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		padding: 20px 50px;
	}

	.sub-banner-con {
		position: relative;
		top: 10px;
	}

	.sub-banner-img {
		height: 420px !important;
		width: 100% !important;
	}

	.title-top {
		top: 120px;
		padding: 0 5%;
	}

	.title-top-2 {
		top: 100px;
	}

	.title1 {
		font-size: 40px;
	}

	.title2 {
		font-size: 26px;
	}

	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		padding-bottom: 30px;
		/* height: 930px; */
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.jieru-content:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.anim-big {
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.anim-big:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.pd330 {
		padding: 50px;
	}

	.pd330-nav {
		padding: 30px 100px;
		background-color: #333333;
	}

	.hx-c-1 {
		width: 100%;
		/* height: 640px; */
		padding: 20px 10px;
		background: url('../img/hx-c-1.png') no-repeat;
		background-size: 100% 100%;
	}

	.hx-c-2 {
		width: 100%;
		/* height: 640px; */
		padding: 20px 10px;
		background: url('../img/hx-c-2.png') no-repeat;
		background-size: 100% 100%;
	}

	.mbl {
		margin-bottom: 30px;
	}

	.card-content2 {
		/* width: 100%; */
		/* height: 560px; */
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgba(0, 1, 1, 0.2);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
		padding-bottom: 30px;
	}

	.card-content2>img {
		width: 100%;
	}

	.card-content2:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.zhuying-cp {
		padding: 40px;
	}

	.zhuying-md {
		display: none;
	}

	.about-mt {
		margin-top: 360px;
	}

}


@media (max-width:1400px) and (min-width:1100px) {
	.pc-tl {
		text-align: left;
	}

	.pd330 {
		padding: 80px 120px;
	}

	.pd330-nav {
		padding: 0px 50px;
	}

	.pd330-nav>img {
		margin: 10px 0;
	}

	.mymenu-nav-btn {
		display: none;
	}

	.mymenu-nav>a {
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		/* width: 120px; */
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
		color: white;
	}

	.banner1-b {
		/* margin-bottom: 700px; */
	}

	.sub-banner {
		position: absolute;
		width: 76%;
		height: 930px;
		margin-left: 12%;
		margin-top: -235px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		text-align: center;
	}

	.sub-banner-2 {
		/* position: absolute; */
		width: 76%;
		/* height: 320px; */
		/* height: 410px; */
		margin-left: 12%;
		margin-top: -45px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		padding: 50px 130px;
	}

	.sub-banner-con {
		position: relative;
		top: -40px;
	}

	.sub-banner-img {
		height: 420px !important;
		width: 100% !important;
	}

	.title-top {
		top: 110px;
		padding: 0 5%;
	}

	.title-top-2 {
		bottom: 80px;
		/* top: 200px; */
	}

	.title1 {
		font-size: 55px;
	}

	.title2 {
		font-size: 26px;
	}

	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		height: 630px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.jieru-content:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.hx-c-1 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-1.png') no-repeat;
		background-size: 100% 100%;
	}

	.hx-c-2 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-2.png') no-repeat;
		background-size: 100% 100%;
	}

	.anim-big {
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.anim-big:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.card-content2 {
		/* width: 100%; */
		height: 740px;
		/* overflow-y: auto; */
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgba(0, 1, 1, 0.2);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}

	.card-content2>img {
		width: 100%;
	}

	.card-content2:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.zhuying-cp {
		padding: 170px 40px;
	}

	.zhuying-pd {
		display: none;
	}

	.fuwu-img1 {
		margin-top: 85px;
	}

	.about-mt {
		margin-top: 400px;
	}

}

@media (max-width:1800px) and (min-width:1400px) {
	.pc-tl {
		text-align: left;
	}

	.pd330 {
		padding: 80px 120px;
	}

	.pd330-nav {
		padding: 0px 50px;
	}

	.pd330-nav>img {
		margin: 10px 0;
	}

	.mymenu-nav-btn {
		display: none;
	}

	.mymenu-nav>a {
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		/* width: 120px; */
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
		color: white;
	}

	.banner1-b {
		/* margin-bottom: 700px; */
	}

	.sub-banner {
		position: absolute;
		width: 76%;
		height: 930px;
		margin-left: 12%;
		margin-top: -235px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		text-align: center;
	}

	.sub-banner-2 {
		/* position: absolute; */
		width: 76%;
		/* height: 320px; */
		/* height: 410px; */
		margin-left: 12%;
		margin-top: -45px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		padding: 50px 130px;
	}

	.sub-banner-con {
		position: relative;
		top: -40px;
	}

	.sub-banner-img {
		height: 420px !important;
		width: 100% !important;
	}

	.title-top {
		top: 180px;
		padding: 0 8%;
	}

	.title-top-2 {
		bottom: 80px;
		/* top: 200px; */
	}

	.title1 {
		font-size: 60px;
	}

	.title2 {
		font-size: 26px;
	}

	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		height: 630px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.jieru-content:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.hx-c-1 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-1.png') no-repeat;
		background-size: 100% 100%;
	}

	.hx-c-2 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-2.png') no-repeat;
		background-size: 100% 100%;
	}

	.anim-big {
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.anim-big:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.card-content2 {
		/* width: 100%; */
		height: 740px;
		/* overflow-y: auto; */
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgba(0, 1, 1, 0.2);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}

	.card-content2>img {
		width: 100%;
	}

	.card-content2:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.zhuying-cp {
		padding: 170px 40px;
	}

	.zhuying-pd {
		display: none;
	}

	.fuwu-img1 {
		margin-top: 85px;
	}

	.about-mt {
		margin-top: 400px;
	}

}

@media (min-width:1800px) and (max-width:2200px) {
	.mymenu-nav-btn {
		display: none;
	}

	.mymenu-nav>a {
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		/* width: 120px; */
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
		color: white;
	}

	.banner1-b {
		/* margin-bottom: 700px; */
	}

	.sub-banner {
		position: absolute;
		width: 76%;
		height: 930px;
		margin-left: 12%;
		margin-top: -235px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		text-align: center;
	}

	.sub-banner-2 {
		/* position: absolute; */
		width: 76%;
		height: 320px;
		margin-left: 12%;
		margin-top: -45px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		padding: 50px 130px;
	}

	.sub-banner-con {
		position: relative;
		top: -40px;
	}



	.sub-banner-img {
		/* height: 420px !important; */
		width: 100% !important;
	}

	.title-top {
		top: 220px;
		padding: 0 8%;
	}

	.title-top-2 {
		bottom: 80px;
		/* top: 200px; */
	}

	.title1 {
		font-size: 60px;
	}

	.title2 {
		font-size: 26px;
	}

	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		height: 570px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.jieru-content:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.pd330 {
		padding: 80px 330px;
	}

	.pd330-nav {
		padding: 0px 330px;
	}

	.pd330-nav>img {
		margin: 10px 0;
	}

	.hx-c-1 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-1.png') no-repeat;
		background-size: 100% 100%;
	}

	.hx-c-2 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-2.png') no-repeat;
		background-size: 100% 100%;
	}

	.anim-big {
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.anim-big:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.card-content2 {
		
		height: 560px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgba(0, 1, 1, 0.2);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}

	.card-content2>img {
		width: 100%;
	}

	.card-content2:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.zhuying-cp {
		padding: 170px 40px;
	}

	.zhuying-pd {
		display: none;
	}

	.fuwu-img1 {
		margin-top: 85px;
	}

	.about-mt {
		margin-top: 300px;
	}
}

@media (min-width:2200px) {
	.mymenu-nav-btn {
		display: none;
	}

	.mymenu-nav>a {
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		/* width: 120px; */
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
		color: white;
	}

	.banner1-b {
		/* margin-bottom: 700px; */
	}

	.sub-banner {
		position: absolute;
		width: 76%;
		height: 930px;
		margin-left: 12%;
		margin-top: -235px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		text-align: center;
	}

	.sub-banner-2 {
		/* position: absolute; */
		width: 76%;
		height: 320px;
		margin-left: 12%;
		margin-top: -45px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
		padding: 50px 130px;
	}

	.sub-banner-con {
		position: relative;
		top: -40px;
	}



	.sub-banner-img {
		/* height: 420px !important; */
		width: 100% !important;
	}

	.title-top {
		top: 220px;
		padding: 0 8%;
	}

	.title-top-2 {
		bottom: 80px;
		/* top: 200px; */
	}

	.title1 {
		font-size: 60px;
	}

	.title2 {
		font-size: 26px;
	}

	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		height: 570px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.jieru-content:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.pd330 {
		padding: 80px 480px;
	}

	.pd330-nav {
		padding: 0px 630px;
	}

	.pd330-nav>img {
		margin: 10px 0;
	}

	.hx-c-1 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-1.png') no-repeat;
		background-size: 100% 100%;
	}

	.hx-c-2 {
		/* width: 1200px; */
		/* height: 600px; */
		padding: 100px 27px;
		background: url('../img/hx-c-2.png') no-repeat;
		background-size: 100% 100%;
	}

	.anim-big {
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.anim-big:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	/* .card-content2 {
		
		height: 560px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgba(0, 1, 1, 0.2);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	} */

	.card-content2>img {
		width: 100%;
	}

	.card-content2:hover {
		cursor: pointer;
		transform: scale(1.04);
		transition: 0.3s;
	}

	.zhuying-cp {
		padding: 170px 40px;
	}

	.zhuying-pd {
		display: none;
	}

	.fuwu-img1 {
		margin-top: 85px;
	}

	.about-mt {
		margin-top: 300px;
	}
}

@media (max-width:990px) {
	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		padding-bottom: 30px;
		/* height: 640px; */
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.card-content2 {
		/* width: 100%; */
		height: auto;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgb(0 1 1 / 20%);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}
}

@media (max-width:1100px)and (min-width:990px) {
	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		padding-bottom: 30px;
		height: 620px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.card-content2 {
		height: 720px;
		/* width: 100%; */
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgb(0 1 1 / 20%);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}
}

@media (max-width:1500px) and (min-width:1100px) {
	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		padding-bottom: 30px;
		height: 620px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.card-content2 {
		/* width: 100%; */
		height: 720px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgb(0 1 1 / 20%);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}
}

@media (max-width:1800px) and (min-width:1500px) {
	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		padding-bottom: 30px;
		height: 550px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.card-content2 {
		/* width: 100%; */
		height: 550px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgb(0 1 1 / 20%);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}
}

@media (min-width: 1800px) {

	.jieru-content {
		box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.07);
		background: #FFFFFF;
		padding-bottom: 30px;
		height: 550px;
		cursor: pointer;
		transform: scale(1);
		transition: 0.3s;
	}

	.card-content2 {
		/* width: 100%; */
		height: 600px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 10px rgb(0 1 1 / 20%);
		font-size: 30px;
		line-height: 86px;
		transform: scale(1.0);
		transition: 0.3s;
		border: 2px solid #fff;
	}
}

.fs {
	font-size: 20px;
	line-height: 35px;
	color: #333333;
}

.fl {
	font-size: 30px;
}

.fli {
	font-size: 30px !important;
}

.fxl {
	font-size: 60px;
}

.main-color {
	color: #9B242C;
}

.whilt-color {
	color: #fff;
}

.bottom-line {
	position: absolute;
	left: calc(50% - 65px);
	margin-top: 20px;
	width: 130px;
	height: 6px;
	background: linear-gradient(90deg, #9B242C, #CB1300);
}

.bottom-line-fff {
	position: absolute;
	left: calc(50% - 65px);
	margin-top: 20px;
	width: 130px;
	height: 6px;
	background: #fff
}

.bottom-line-small {
	position: absolute;
	left: calc(50% - 45px);
	margin-top: 10px;
	width: 90px;
	height: 4px;
	background: linear-gradient(90deg, #9B242C, #CB1300);
}

.bottom-line-small-fff {
	position: absolute;
	left: calc(50% - 45px);
	margin-top: 10px;
	width: 90px;
	height: 4px;
	background: #fff;
}

.bottom-line-small-red {
	position: absolute;
	left: calc(50% - 140px);
	margin-top: 10px;
	width: 280px;
	height: 1px;
	background: linear-gradient(90deg, #9B242C, #CB1300);
}

.pl {
	padding: 0 50px;
}

.bor-bottom {
	height: 520px;
	border-bottom: 4px solid #E5BCBC;
}

.main-bis {
	background: url("../img/banner2.png") no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 20px 0;
}

.map-content {
	text-align: center;
}

/* .map-content . */

.card-content {
	/* width: 100%; */
	/* height: 400px; */
	background: #FFFFFF;
	box-shadow: 0px 0px 43px 11px rgba(153, 1, 1, 0.09);
	border-radius: 10px;
	font-size: 30px;
	line-height: 86px;
	margin: 0 30px;
	transform: scale(1.0);
	transition: 0.3s;
}

.card-content:hover {
	cursor: pointer;
	transform: scale(1.04);
	transition: 0.3s;
}

.card-content>img {
	width: 100%;
}

.sub-title-2 {
	/* height: 31px; */
	font-size: 32px;
	font-weight: 500;
	color: #190002;
	line-height: 86px;
}

.sub-content-2 {
	font-size: 30px;
	font-weight: 330;
	color: #333333;
	line-height: 36px;
	text-indent: 2em;
}



.ul-content1 {
	padding: 10px;
	text-align: left;
	line-height: 36px;
}

.ul-content1 ul li {
	color: #9B4D24;
}

.ul-content2 {
	padding: 10px;
	text-align: left;
	line-height: 36px;
}

.ul-content2 ul li {
	color: #6C195C;
}

.ul-content3 {
	padding: 10px;
	text-align: left;
	line-height: 36px;
}

.ul-content3 ul li {
	color: #9B2484;
}

.ul-item {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333 !important;
	line-height: 36px;
}


.mybox-shadow {
	box-shadow: 0px 0px 20px 10px rgba(0, 1, 1, 0.2);
	cursor: pointer;
	transform: scale(1);
	transition: 0.3s;
}

.mybox-shadow:hover {
	cursor: pointer;
	transform: scale(1.04);
	transition: 0.3s;
}


.ul-content-fuwu {
	padding: 10px;
	text-align: left;
}

.ul-content-fuwu ul li {
	color: #CB1300;
}

.chanpin-card {
	min-height: 490px;
	padding: 0 40px;
}

.baseline-left {
	width: 90px;
	height: 4px;
	background: linear-gradient(90deg, #9B242C, #CB1300);
	border-radius: 1px;
}

.cp-bg1 {
	background: url("../img/chanpin2.png") no-repeat;
	background-size: 100% 100%;
}

.cp-bg2 {
	background: url("../img/chanpin4.png") no-repeat;
	background-size: 100% 100%;
}

.cp-bg3 {
	background: url("../img/chanpin6.png") no-repeat;
	background-size: 100% 100%;
}

.cp-bg4 {
	background: url("../img/chanpin8.png") no-repeat;
	background-size: 100% 100%;
}

.cp-bg5 {
	background: url("../img/chanpin10.png") no-repeat;
	background-size: 100% 100%;
}

.cp-bg6 {
	background: url("../img/chanpin12.png") no-repeat;
	background-size: 100% 100%;
}
