.ping {
	width: 100%;
	height: 100vh;
}

a:hover,
a:link,
a:visited,
a:focus {
	/* color: #000000; */
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
}

a:active {
	/* color: #0088FF; */
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.d-block {
	display: block;
}

.flex-1 {
	flex: 1;
}

.margin-auto {
	margin: auto;
}

.d-block {
	display: block;
}

.a-center {
	align-items: center;
}

.content-center {
	align-content: center;
}

.a-end {
	align-items: flex-end;
}

.text-center {
	text-align: center;
}

.a-sb {
	align-content: space-between;
}

.fangda-more a{
	color: #fff;
}

.j-sb {
	justify-content: space-between;
}

.j-center {
	justify-content: center;
}

.j-end {
	justify-content: end;
}

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.position-sticky {
	position: sticky;
}

.position-fixed {
	position: fixed;
}

.font-weight {
	font-weight: bold;
}

.font-weight-900 {
	font-weight: 900;
}

.font-weight-800 {
	font-weight: 800;
}

.font-weight-700 {
	font-weight: 700;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-500 {
	font-weight: 500;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

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

.font-20 {
	font-size: 20px;
}
.font-20 a{
	color: #fff;
}

.font-22 {
	font-size: 22px;
}


.font-24 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-28 {
	font-size: 28px;
}

.font-30 {
	font-size: 30px;
}

.font-32 {
	font-size: 32px;
}

.font-34 {
	font-size: 34px;
}

.font-35 {
	font-size: 35px;
}

.font-36 {
	font-size: 36px;
}

.font-38 {
	font-size: 38px;
}

.font-40 {
	font-size: 40px;
}

.font-42 {
	font-size: 42px;
}

.font-48 {
	font-size: 48px;
}

.font-50 {
	font-size: 50px;
}

.font-56 {
	font-size: 56px;
}

.font-60 {
	font-size: 60px;
}

.font-64 {
	font-size: 64px;
}


.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-4 {
	margin-top: 40px;
}

.mt-5 {
	margin-top: 50px;
}

.mt-6 {
	margin-top: 60px;
}

.mt-7 {
	margin-top: 70px;
}

.mt-8 {
	margin-top: 80px;
}

.mt-9 {
	margin-top: 90px;
}

.mt-10 {
	margin-top: 100px;
}

.mt-12 {
	margin-top: 120px;
}

.mt-15 {
	margin-top: 150px;
}

.mt-16 {
	margin-top: 160px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.mb-6 {
	margin-bottom: 60px;
}

.mb-7 {
	margin-bottom: 170px;
}

.ml-1 {
	margin-left: 10px;
}

.ml-2 {
	margin-left: 20px;
}

.ml-3 {
	margin-left: 30px;
}

.ml-4 {
	margin-left: 40px;
}

.ml-5 {
	margin-left: 50px;
}

.ml-7 {
	margin-left: 70px;
}

.ml-8 {
	margin-left: 80px;
}

.ml-9 {
	margin-left: 90px;
}

.mr-1 {
	margin-right: 10px;
}

.mr-2 {
	margin-right: 20px;
}

.mr-3 {
	margin-right: 30px;
}

.mr-4 {
	margin-right: 40px;
}

.mr-5 {
	margin-right: 50px;
}

.mr-6 {
	margin-right: 60px;
}

.mr-7 {
	margin-right: 70px;
}

.mr-8 {
	margin-right: 80px;
}

.mr-9 {
	margin-right: 90px;
}

.mr-10 {
	margin-right: 100px;
}

.mx-1 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-2 {
	margin-left: 20px;
	margin-right: 20px;
}

.mx-3 {
	margin-left: 30px;
	margin-right: 30px;
}

.mx-4 {
	margin-left: 40px;
	margin-right: 40px;
}

.mx-5 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-6 {
	margin-left: 60px;
	margin-right: 60px;
}

.pt-1 {
	padding-top: 10px;
}

.pt-2 {
	padding-top: 20px;
}

.pt-3 {
	padding-top: 30px;
}

.pt-4 {
	padding-top: 40px;
}

.pt-5 {
	padding-top: 50px;
}

.pt-6 {
	padding-top: 60px;
}

.pt-7 {
	padding-top: 70px;
}

.pt-9 {
	padding-top: 90px;
}

.pt-10 {
	padding-top: 100px;
}

.pt-16 {
	padding-top: 160px;
}

.pb-1 {
	padding-bottom: 10px;
}

.pb-2 {
	padding-bottom: 20px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pb-4 {
	padding-bottom: 40px;
}

.pb-5 {
	padding-bottom: 50px;
}

.pb-6 {
	padding-bottom: 60px;
}

.pb-7 {
	padding-bottom: 70px;
}

.pb-11 {
	padding-bottom: 110px;
}

.pr-1 {
	padding-right: 10px;
}

.pr-2 {
	padding-right: 20px;
}

.pr-3 {
	padding-right: 30px;
}

.pr-4 {
	padding-right: 40px;
}

.pl-1 {
	padding-left: 10px;
}

.pl-2 {
	padding-left: 20px;
}

.pl-3 {
	padding-left: 30px;
}

.pl-4 {
	padding-left: 40px;
}

.pl-5 {
	padding-left: 50px;
}

.pl-6 {
	padding-left: 60px;
}

.px-1 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-2 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-3 {
	padding-left: 30px;
	padding-right: 30px;
}

.px-4 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-5 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-9 {
	padding-left: 90px;
	padding-right: 90px;
}

.py-1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-4 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pr-5 {
	padding-right: 50px;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100vh;
}

.bg-fff {
	background-color: #ffffff;
}

.bg-000 {
	background-color: #000000;
}

.bg-fa {
	background-color: #FAFAFA;
}

.bg-C1272D {
	background-color: #C1272D;
}

.bg-33343C {
	background-color: #33343C;
}

.bg-2D2E30 {
	background-color: #2D2E30;
}

.bg-555 {
	background-color: #555555;
}

.bg-db {
	background-color: #DBDBDB;
}

.color-000 {
	color: #000000;
}

.color-fff {
	color: #ffffff;
}

.color-fe {
	color: #fefefe;
}


.color-eee {
	color: #eeeeee;
}

.color-666 {
	color: #666666;
}

.color-999 {
	color: #999999;
}

.color-555 {
	color: #555555;
}

.color-333 {
	color: #333333;
}

.color-eee {
	color: #eeeeee;
}

.color-C1272D {
	color: #C1272D;
}

.color-60 {
	color: #606060;
}

.color-f5 {
	color: #f5f5f5;
}

.color-ED2525 {
	color: #ED2525;
}

.color-ddd {
	color: #dddddd;
}

.color-ccc {
	color: #cccccc;
}

.top-0 {
	top: 0;
}

.bottom-0 {
	bottom: 0;
}

.right-0 {
	right: 0;
}

.left-0 {
	left: 0;
}

.span-1 {
	width: 5%;
}

.span-2 {
	width: 10%;
}

.span-3 {
	width: 15%;
}

.span-4 {
	width: 20%;
}

.span-5 {
	width: 25%;
}

.span-6 {
	width: 30%;
}

.span-7 {
	width: 35%;
}

.span-8 {
	width: 40%;
}

.span-9 {
	width: 45%;
}

.span-10 {
	width: 50%;
}

.span-11 {
	width: 55%;
}

.span-12 {
	width: 60%;
}

.span-13 {
	width: 65%;
}

.span-14 {
	width: 70%;
}

.span-15 {
	width: 75%;
}

.span-16 {
	width: 80%;
}

.span-17 {
	width: 85%;
}

.span-18 {
	width: 90%;
}

.span-19 {
	width: 95%;
}

.span-20 {
	width: 100%;
}

/* 栅栏三 */
.span24-1 {
	width: 4.17%;
}

.span24-2 {
	width: 8.33%;
}

.span24-3 {
	width: 12.5%;
}

.span24-4 {
	width: 16.67%;
}

.span24-5 {
	width: 20.83%;
}

.span24-6 {
	width: 25%;
}

.span24-7 {
	width: 29.17%;
}

.span24-8 {
	width: 33.33%;
}

.span24-9 {
	width: 37.5%;
}

.span24-10 {
	width: 41.67%;
}

.span24-11 {
	width: 45.83%;
}

.span24-12 {
	width: 50%;
}

.span24-13 {
	width: 54.17%;
}

.span24-14 {
	width: 58.33%;
}

.span24-15 {
	width: 62.5%;
}

.span24-16 {
	width: 66.67%;
}

.span24-17 {
	width: 70.83%;
}

.span24-18 {
	width: 75%;
}

.span24-19 {
	width: 79.17%;
}

.span24-20 {
	width: 83.33%;
}

.span24-21 {
	width: 87.5%;
}

.span24-22 {
	width: 91.67%;
}

.span24-23 {
	width: 95.83%;
}

.shou {
	cursor: pointer;
}

.height-100 {
	height: 100%;
}

.height-50 {
	height: 50%;
}

.overflow-hidden {
	overflow: hidden;
}

.one-slh {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.text-right {
	text-align: right;
}

.line-40 {
	line-height: 40px;
}

.kuan {
	width: 90%;
	margin: auto;
}

.b-r-10 {
	border-radius: 10px;
}

.b-r-20 {
	border-radius: 20px;
}

.b-r-40 {
	border-radius: 40px;
}

.b-r-50 {
	border-radius: 50px;
}

.b-50 {
	border-radius: 50%;
}

.text-uppercase {
	text-transform: uppercase
}

.dibu-image {
	width: 60px;
	height: 63px;
	border: 1px solid #8A8A8A;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dibu-img {
	width: 34px;
}

.main-title {
	width: 100%;
	text-align: center;
}

.left-first-title {
	margin-left: 40px;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.8s ease;
}

.left-first-title .left-title-second a {
	color: #000;
	display: block
}

.left-first-title a {
	position: relative;
	display: inline-block;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
}

.left-first-title a span {
	position: absolute;
	top: 0;
	left: 0;
	background: #C1272D;
	overflow: hidden;
	transform: translateX(-100%);
	transition: all 0.8s ease;
}

.left-first-title a span::before {
	display: inline-block;
	content: attr(data-content);
	color: #d4686c;
	transform: translateX(100%);
	transition: all 0.8s ease;
}

.left-first-title a:hover span {
	transform: translateX(0);
}

.left-first-title a:hover span::before {
	transform: translateX(0);
}

.left-title {
	height: 100%;
	background-color: #C1272D;
	position: fixed;
	z-index: 10;
	width: 0vw;
	overflow: hidden;
	left: 3.4vw;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	transition: all 0.8s ease;
	white-space: nowrap
}

.left-title.active {
	width: 15vw;
}

.left-title-second {
	height: 100%;
	width: 100px;
	background-color: #ffffff;
	height: 100%;
	position: fixed;
	left: 18.4vw;
	top: 0;
	z-index: 10;
	width: 0vw;
	/* width: 15vw; */
	overflow: hidden;
	transition: all 0.8s ease;
	white-space: nowrap;
	color: #000000;
}

.left-title-second.active {
	width: 15vw;
}

.left-second-title {
	margin-left: 40px;
	font-size: 24px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ffffff;
	transition: all 0.3s ease;
	flex: 1;
}

.left-second-title.active {
	margin-left: 60px;
	color: #C1272D;
	text-decoration: underline
}

.text-wrap {
	text-wrap: wrap;
}

.title-img {
	width: 50px;
	height: 50px;
}

.w-title {
	width: 3.6%;
	box-shadow: 5px 0 5px rgba(115, 115, 115, 0.1);
	z-index: 20;
	position: fixed;
	top: 0;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-5 {
	z-index: 5;
}


.bottom-introduce {
	font-size: 20px;
}

@media only screen and (max-width: 1440px) {
	.title-img {
		width: 40px;
		height: 40px;
	}

	.bottom-introduce {
		font-size: 18px;
	}
}

.index-icon {
	position: fixed;
	top: 50%;
	transform: translate(0%, -50%);
	right: 0;
	z-index: 20;
	display: none;
}


.icon-bg {
	width: 80px;
	height: 65px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	transition: all 0.5s ease;
	position: relative;
	margin-left: auto;
	padding-top: 15px;
}

.icon-bg.active {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100px;
	height: 85px;
}

.icon-img {
	width: 50px;
	height: 50px;
}

.icon-wenzi {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	bottom: -20px;
	opacity: 0;
	transition: all 0.5s ease;
}

.icon-wenzi.active {
	width: 100%;
	bottom: 10px;
	opacity: 1;
}

.img-weixin {
	position: absolute;
	left: -210px;
	width: 200px;
	height: 200px;
	top: -50px;
	opacity: 0;
	transition: all 0.5s ease;
}

.img-weixin.active {
	opacity: 1;
}

.phone-content{
	position: absolute;
	width: 0px;
	right: 100px;
	overflow: hidden;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.7s ease;
}

.phone-content.active{
	width: 200px;
	/* padding: 0px 40px 0px 10px; */
	right: 100px;
}

.phone-title{
	color: #ffffff;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 20px;
}

.phone-num{
	color: #ffffff;
	font-size: 24px;
	margin-left: 15px;
	margin-top: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.d-none{
	display: none;
}

.zhezhao{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}


.jiage-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 860px;
	margin: auto;
	flex-grow: 1;
}

.jiage-list li {
	font-size: 36px;
	color: #555555;
	padding-bottom: 30px;
	border-bottom: 3px solid #ffffff;
}

.jiage-list li.active {
	font-size: 36px;
	color: #C1272D;
	border-bottom: 3px solid #C1272D;
}

.baojia-top {
	border-bottom: 1px solid #dddddd;
	display: flex;
	flex-direction: column;
}

.biaoge {
	width: 90%;
	margin: 100px auto 0 auto;
}

table {
	border-collapse: collapse;
	/* border: 1px solid #efefef; */
	/* border-top: none; */
}

.biaoge th {
	font-size: 36px;
	background-color: #f9f3f3;
	font-weight: bold;
	padding: 20px 0;
}

.biaoge tr {
	border-bottom: 1px solid #efefef;
}

.biaoge td:nth-child(1) {
	width: 15%;
}

.biaoge td:nth-child(2) {
	width: 28%;
}

.biaoge td:nth-child(3) {
	width: 28%;
}

.biaoge td:nth-child(4) {
	width: 29%;
}

.biaoge tr:first-child,
.biaoge tr:last-child {
	border: none;
}

.biaoge1 td {
	padding: 12px 40px;
	font-size: 28px;
	text-align: center;
	line-height: 45px;
	color: #555555;
	border: 1px solid #efefef;
}

.biaoge2 td {
	padding: 15px 40px;
	font-size: 28px;
	text-align: center;
	line-height: 45px;
	color: #555555;
	border: 1px solid #efefef;
}

.biaoge1 td:nth-child(1) {
	color: #000000;
	font-size: 32px;
}

.biaoge2 td:last-child{
	color: #C1272D;
	font-size: 32px;
}

.color-title{
	color: #000000 !important;
	font-size: 32px;
}

.cost {
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #C1272D;
	vertical-align: bottom;
}

.cost .num {
	font-size: 46px;
	line-height: 1;
}

.cost span {
	font-size: 28px;
	line-height: 1;
}

.circle-biao{
	width: 47px;
}

.red-circle {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: #c1272d;
	position: relative;
}

.white-circle {
	position: absolute;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: radial-gradient(30px at center,rgba(252, 237, 238, 0.5),rgba(252, 242, 242, 0.8));
}

.red-circle .yunran{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 60px;
	height: 60px;
}

.white-circle img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.biaojia-title{
	margin-left: 13px;
	font-size: 28px;
	font-weight: bold;
}

.biaojia-content{
	margin-left: 60px;
	font-size: 20px;
	margin-top: 20px;
	line-height: 30px;
}

.fuwu-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 80px 180px;
	margin-top: 100px;
}

.zhuyi{
	display: flex;
	font-size: 24px;
	margin-left: 5%;
	margin-top: 60px;
}

.zhu-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 100px;
}

.zhu-list span{
	color: #C1272D;
}

.zhuyi img{
	width: 31px;
	height: 31px;
	margin-right: 30px;
}

.daxie{
	text-transform: uppercase;
}

.connection-yinying{
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	display: none;
}

.connection-yinying .connection-guanbi{
	position: fixed;
	right: 50px;
	top: 30px;
}

.connection-yinying .connection-guanbi img{
	width: 50px;
	height: 50px;
}

.connection{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 10px;
}

.connection img{
	width: 400px;
	border-radius: 10px;
}

