body {
	background: #fff;
}
.container {
	max-width: 1213px;
	padding: 0;
}
.h-active {
	color: #bb4d50 !important;
	font-weight: bold;
}
.h-active::after {
	width: 80px !important;
}
.s-active {
	color: #bb4d50 !important;
}
.s-active::after {
	width: 100% !important;
}
.activehead {
	position: fixed !important;
	z-index: 999;
	width: 100%;
	top: 0;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5) !important;
}
.x-active a {
	color: #ba494b !important;
}
.x-active::after {
	width: 100% !important;
}
.head {
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.5s;
	position: relative;
}
.head .head-cen {
	max-width: 1680px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .head-cen .head-cen-rt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 82.35%;
}
.head .head-cen .head-cen-rt .head-nav {
	display: flex;
	justify-content: space-between;
	width: 63.5%;
}

.head .head-cen .head-cen-rt .head-nav li:last-child {
	display: none;
}
.head .head-cen .head-cen-rt .head-nav li a {
	font-size: 16px;
	transition: all 0.5s;
	display: block;
	color: #bb4d50;
	padding: 34px 28px;
	position: relative;
}
.head .head-cen .head-cen-rt .head-nav li a:hover {
	color: #bb4d50;
}
.head .head-cen .head-cen-rt .head-nav li a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	width: 0px;
	height: 2px;
	background-color: #b85053;
	transform: translateX(-50%);
	transition: all 0.5s;
}
.head .head-cen .head-cen-rt .head-nav li a:hover::after {
	width: 80px;
}
.head .head-cen .head-cen-rt .head-con {
	display: flex;
	justify-content: space-between;
	width: 34%;
	align-items: center;
}
.head .head-cen .head-cen-rt .head-con .head-ss {
	width: 17.2%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 40px 0;
}
.head .head-cen .head-cen-rt .head-con .head-ss .head-fdj {
	position: relative;
	width: 100%;
	text-align: center;
}
.head .head-cen .head-cen-rt .head-con .head-ss .head-fdj img {
	margin-right: 0;
}
.head .head-cen .head-cen-rt .head-con .head-ss .head-fdj::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
}
.head .head-cen .head-cen-rt .head-con .head-ss .head-fdj::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
}
.head .head-cen .head-cen-rt .head-con div {
	display: flex;
	align-items: center;
}
.head .head-cen .head-cen-rt .head-con div img {
	margin-right: 10px;
}
.head .head-cen .head-cen-rt .head-con div p {
	font-size: 12px;
	font-weight: bold;
	color: #bb4d50;
	line-height: 18px;
}
.head .head-cen .head-cen-rt .head-con div p span {
	font-size: 16px;
}
.head .head-cen .head-cen-rt .head-con ul {
	display: flex;
	width: 39%;
	position: relative;
}
.head .head-cen .head-cen-rt .head-con ul li {
	width: calc(100% / 2);
}
.head .head-cen .head-cen-rt .head-con ul li a {
	font-size: 16px;
	display: flex;
	color: #bb4d50;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 15px;
	transition: all 0.5s;
}
.head .head-cen .head-cen-rt .head-con ul li:nth-child(2) a {
	background-color: #bb4d50;
	color: #fff;
}
.head .head-cen .head-cen-rt .head-con ul::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
}
.mb-zd {
	display: none;
}
.mb-zd img {
	height: 40px;
}
.head .head-cen .head-cen-rt .head-con .head-ss form {
	position: absolute;
	top: 100%;
	background: #bb4d50;
	padding: 11px 10px;
	width: 100%;
	right: 0;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	text-align: center;
	display: flex;
	justify-content: center;
	z-index: 3;
}
.head .head-cen .head-cen-rt .head-con .head-ss form p span input:nth-child(1) {
	display: block;
	width: 100%;
	background: #fff;
	padding: 11px 11px;
	border: 1px solid #dedede;
	outline: none;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}
.head .head-cen .head-cen-rt .head-con .head-ss form p span {
	width: 91%;
	position: relative;
}
.head .head-cen .head-cen-rt .head-con .head-ss form p span::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #000;
}
.head .head-cen .head-cen-rt .head-con .head-ss form p input:nth-child(2) {
	background: url(../images/fdj1.png) no-repeat;
	display: block;
	width: 15px;
	height: 14px;
	background-size: 100% 100%;
	margin-left: 15px;
}
.head .head-cen .head-cen-rt .head-con .head-ss form p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
}
.head .head-cen .head-cen-rt .head-con .head-ss:hover form {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.mb-nav {
	position: fixed;
	z-index: 9999999 !important;
	width: 100%;
	background: #fff;
	padding: 88px 0;
	top: 0;
	display: none;
	padding-top: 33px;
}
.mb-nav form {
	position: relative;
	background: #bb4d50;
	padding: 11px 10px;
	width: 100%;
	opacity: 1;
	visibility: visible;
	text-align: center;
	display: flex;
	justify-content: center;
	z-index: 3;
	margin-top: 23px;
}
.mb-nav form p span input:nth-child(1) {
	display: block;
	width: 100%;
	background: #fff;
	padding: 11px 11px;
	border: 1px solid #dedede;
	outline: none;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}
.mb-nav form p span {
	width: 91%;
	position: relative;
}
.mb-nav form p span::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #000;
}
.mb-nav form p input:nth-child(2) {
	background: url(../images/fdj1.png) no-repeat;
	display: block;
	width: 15px;
	height: 14px;
	background-size: 100% 100%;
	margin-left: 15px;
}
.mb-nav form p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86%;
}
.mb-nav p {
	width: 80%;
	margin: 0 auto;
}
.mb-nav p img {
	max-width: 36px;
	display: block;
	margin-right: 0;
	margin-left: auto;
}
.mb-nav div {
	display: flex;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
	margin-top: 19px;
}
.mb-nav div img {
	margin-right: 10px;
}
.mb-nav div p {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #bb4d50;
	line-height: 18px;
	width: 130px;
	margin: 0;
}
.mb-nav div p span {
	font-size: 20px;
	white-space: nowrap;
}
.mb-nav .logo {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 77%;
	margin-top: 39px;
}
.mb-nav ul {
	width: 80%;
	margin: 0 auto;
	margin-top: 28px;
}
.mb-nav ul li:last-child {
	display: none;
}
.mb-nav ul li a {
	color: #333;
	font-size: 15px;
	line-height: 50px;
	border-bottom: 1px solid #bb4d50;
	padding-left: 19px;
	display: block;
	position: relative;
}
.mb-nav ul li a::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #bb4d50;
}
.mb-nav .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
	margin-top: 27px;
}
.mb-nav .tel img {
	max-height: 24px;
	margin-right: 8px;
}
.mb-nav .mb-dl {
	display: flex;
	justify-content: space-between;
}
.mb-nav .mb-dl li {
	width: 45%;
}
.mb-nav .mb-dl li:last-child {
	display: block;
}
.mb-nav .mb-dl li a {
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mb-nav .mb-dl li a::before {
	display: none;
}
.mb-nav .mb-dl li:nth-child(2) a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #bb4d50;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 520px;
	max-height: 520px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide div {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide div h1 {
	font-family: SourceHanSansSC-Heavy;
	font-weight: bold;
	font-size: 55px;
	line-height: 26px;
	letter-spacing: 5px;
	color: #fff;
	/*text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);*/
}
.banner .ban-swiper .swiper-wrapper .swiper-slide div p {
	font-size: 32px;
	letter-spacing: 3px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.26);
	margin-top: 4px;
	margin-bottom: 5px;
}
.ascension .ascen-con {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 120px 0;
}
.ascension .ascen-con .ascen-items {
	background-color: #ffffff;
	border-radius: 10px 0px 10px 0px;
	border: solid 1px #e5e5e5;
	width: 31%;
	box-shadow: 1px 1px 30px #e5e5e5;
	padding: 44px 37px 40px 37px;
	transition: all 0.5s;
}
.ascension .ascen-con .ascen-items h3 {
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.ascension .ascen-con .ascen-items h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 5px;
	background-color: #dddddd;
	width: 100%;
	border-radius: 20px;
}
.ascension .ascen-con .ascen-items h3::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 54px;
	height: 5px;
	background-color: #b85053;
	opacity: 0.5;
	z-index: 3;
}
.ascension .ascen-con .ascen-items div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -4px;
}
.ascension .ascen-con .ascen-items div img {
	margin-right: 20px;
}
.ascension .ascen-con .ascen-items div p {
	font-weight: 100;
	font-size: 46px;
	color: #bb4d50;
	font-family: fantasy;
	letter-spacing: 1.5px;
	height: auto;
}
.ascension .ascen-con .ascen-items div p span {
	font-weight: 100;
	font-size: 46px;
	color: #bb4d50;
	font-family: fantasy;
}
.ascension .ascen-con .ascen-items p {
	margin-top: 53px;
	text-align: center;
	height: 244px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ascension .ascen-con .ascen-items:hover {
	transform: scale(1.08);
}
.solution {
	padding-bottom: 80px;
}
.solution .solution-tp {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 35px;
}
.solution .solution-tp ul {
	display: flex;
	width: 46.4%;
	justify-content: space-between;
}
.solution .solution-tp ul li {
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
	padding-bottom: 4px;
	cursor: pointer;
	position: relative;
	padding-right: 28px;
}
.solution .solution-tp ul li::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	content: '';
	height: 2px;
	background-color: #bb4d50;
	transition: all 0.5s;
}
.solution .solution-tp ul li:hover {
	color: #bb4d50;
}
.solution .solution-tp ul li:hover::after {
	width: 100%;
}
.solution .solution-tp a {
	font-size: 16px;
	color: #bb4d50;
}
.solution .solution-bt {
	margin-top: 60px;
}
.solution .solution-bt .solution-items {
	display: none;
}
.solution .solution-bt .solution-items .solution-con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.solution .solution-bt .solution-items .solution-con .solution-con-lf {
	width: 55.85%;
}
.solution .solution-bt .solution-items .solution-con .solution-con-lf .solution-btt {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: flex;
	align-items: center;
}
.solution .solution-bt .solution-items .solution-con .solution-con-lf .solution-btt img {
	margin-right: 10px;
}
.solution .solution-bt .solution-items .solution-con .solution-con-lf div {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 19px;
	text-align: justify;
}
.solution .solution-bt .solution-items .solution-con .solution-con-lf .solution-btt:nth-child(3) {
	margin-top: 32px;
}
.solution .solution-bt .solution-items .solution-con .solution-con-rt {
	width: 36.55%;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
.solution .solution-bt .solution-items .solution-con .solution-con-rt p {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 299px;
	max-height: 299px;
}
.solution .solution-bt .solution-items .solution-con .solution-con-rt::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 97%;
	height: 97%;
	border-right: 10px solid #bb4d50;
	border-bottom: 10px solid #bb4d50;
}
.solution .solution-bt .solution-items:nth-child(1) {
	display: block;
}
.so-bt {
	text-align: center;
}
.so-bt h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.so-bt p {
	font-size: 18px;
	color: #bb4d50;
	position: relative;
	margin-top: -5px;
	padding-bottom: 6px;
}
.so-bt p::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 40px;
	height: 2px;
	background-color: #bb4d50;
}
.service {
	/*background: url(../images/ser-bg.jpg) no-repeat;*/
	background-size: cover;
	background-attachment: fixed;
}
.service .service-cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 85px;
	padding-bottom: 40px;
}
.service .service-cen .service-cen-rt {
	width: 40%;
}
.service .service-cen .service-cen-rt .so-bt {
	text-align: left;
}
.service .service-cen .service-cen-rt .so-bt p::after {
	left: 0;
	background: #fff;
	transform: inherit;
}
.service .service-cen .service-cen-rt .so-bt p,
.service .service-cen .service-cen-rt .so-bt h3 {
	color: #fff;
}
.service .service-cen .service-cen-rt .ser-con {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	margin-top: 40px;
	text-align: justify;
}
.service .service-cen .service-cen-rt .ser-con h5 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 11px;
}
.service .service-cen .service-cen-rt a {
	display: flex;
	width: 120px;
	height: 30px;
	background-color: #ffa912;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	font-size: 14px;
	color: #ffffff;
	margin-top: 33px;
}
.service .service-cen .service-cen-rt a:hover {
	box-shadow: 1px 1px 10px #ffa912;
}
.news {
	padding: 80px 0;
}
.news .news-con {
	margin-top: 45px;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide {
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.5s;
	padding-top: 21px;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide .new-thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 240px;
	max-height: 240px;
	display: block;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide div {
	padding: 19px 30px 33px 30px;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide div a:nth-child(1) {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	transition: all 0.5s;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide div p {
	font-size: 14px;
	color: #666666;
	margin-top: 4px;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide div a:nth-child(3) {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	margin-top: 6px;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide div a:nth-child(4) {
	width: 100px;
	height: 28px;
	border-radius: 14px;
	border: solid 1px #dbdbdb;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #666666;
	transition: all 0.5s;
	margin-top: 22px;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide:hover {
	transform: translateY(-21px);
	box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.13);
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide:hover div a:nth-child(4) {
	background-color: #bb4d50;
	border: 1px solid #bb4d50;
	color: #fff;
}
.news .news-con .new-swiper .swiper-wrapper .swiper-slide:hover div a:nth-child(1) {
	color: #bb4d50;
}
.news .news-con .new-swiper .new-next {
	background-image: url(../images/nrt.png);
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	opacity: 1;
	right: 0;
	top: 47.6%;
}
.news .news-con .new-swiper .new-next:after,
.news .news-con .new-swiper .new-prev:after {
	content: '';
}
.news .news-con .new-swiper .new-prev {
	background-image: url(../images/nlf.png);
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	opacity: 1;
	left: 0;
	top: 47.6%;
}
.news .new-more {
	width: 120px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 16px;
	border: solid 1px #dbdbdb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 14px;
	color: #999999;
	margin-top: 60px;
	transition: all 0.5s;
}
.news .new-more:hover {
	background: #bb4d50;
	color: #fff;
	border: 1px solid #bb4d50;
	box-shadow: 1px 1px 10px #bb4d50;
}
.exper {
	/*background: url(../images/ex-bg.jpg) no-repeat;*/
	background-size: 100% 100%;
	background-attachment: fixed;
}
.exper div {
	padding-top: 70px;
	padding-bottom: 80px;
	text-align: center;
}
.exper div p:nth-child(1) {
	font-size: 42px;
	font-weight: bold;
	color: #ffffff;
}
.exper div p:nth-child(1) span {
	font-weight: bold;
	font-size: 70px;
	color: #ffffff;
}
.exper div p:nth-child(2) {
	font-size: 30px;
	color: #ffffff;
	margin-top: -16px;
}
.exper div a {
	width: 131px;
	height: 31px;
	background-color: #ffa912;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 26px;
	font-size: 15px;
	color: #ffffff;
	transition: all 0.5s;
}
.exper div a:hover {
	box-shadow: 1px 1px 10px #ffa912;
}
.concept {
	padding: 80px 0;
}
.concept .concept-tp {
	background: url(../image/底部背景板.png) no-repeat;
	background-size: cover;
	padding: 20px 0;
}
.concept .concept-tp .concept-bt {
	display: flex;
	justify-content: center;
	align-items: center;
}
.concept .concept-tp .concept-bt span {
	width: 110px;
	height: 24px;
	background-color: #bb4d50;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.concept .concept-tp h2 {
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	color: #bb4d50;
	margin-top: 5px;
}
.concept .concept-tp p:nth-child(3) {
	font-size: 17px;
	text-align: center;
	color: #bb4d50;
	margin-top: -9px;
}
.concept .concept-tp p:nth-child(4) {
	position: relative;
	text-align: center;
	margin-top: 18px;
}
.concept .concept-tp p:nth-child(4) span {
	background: url(../images/cbg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #ffffff;
	width: 174px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.concept .concept-con {
	margin-top: 26px;
}
.concept .concept-con .row {
	margin-left: -13px;
	margin-right: -13px;
}
.concept .concept-con .row .concept-items {
	padding: 0 13px;
}
.concept .concept-con .row .concept-items .concept-cont {
	padding-top: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 18px;
	box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.13);
	border-radius: 6px;
	height: 100%;
	transition: all 0.8s;
	background-color: #ffffff;
}
.concept .concept-con .row .concept-items .concept-cont .con-tp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.concept .concept-con .row .concept-items .concept-cont .con-tp div p:nth-child(1) {
	font-size: 20px;
	color: #333333;
	position: relative;
	border-bottom: 2px solid #dddddd;
	padding-bottom: 5px;
}
.concept .concept-con .row .concept-items .concept-cont .con-tp div p:nth-child(1)::after {
	position: absolute;
	right: 0;
	bottom: -2px;
	content: '';
	width: 14px;
	height: 2px;
	background-color: #bb4d50;
}
.concept .concept-con .row .concept-items .concept-cont .con-tp div p:nth-child(2) {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.concept .concept-con .row .concept-items .concept-cont .con-tp img {
	margin-top: 10px;
}
.concept .concept-con .row .concept-items .concept-cont .con-bt {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 7;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	text-align: justify;
	letter-spacing: 1px;
	margin-top: 13px;
}
.customer {
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 74px;
}
.customer .cust-cen {
	position: relative;
}
.customer .cust-cen .cust-swiper {
	width: 89.5%;
}
.customer .cust-cen .cust-swiper .swiper-wrapper .swiper-slide {
	transition: all 0.5s;
	padding-top: 12px;
}
.customer .cust-cen .cust-swiper .swiper-wrapper .swiper-slide a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	height: 118px;
	padding: 0 15px;
}
.customer .cust-cen .cust-swiper .swiper-wrapper .swiper-slide:hover {
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-12px);
}
.customer .cust-cen .cust-dh {
	position: absolute;
	width: 100%;
	top: 56%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	transform: translateY(-50%);
}
.customer .cust-cen .cust-dh .cust-prev {
	background-image: url(../images/klf.png);
	width: 34px;
	height: 34px;
	background-size: 100% 100%;
	left: 0;
	margin-top: 0;
	position: relative;
}
.customer .cust-cen .cust-dh .cust-prev:after,
.customer .cust-cen .cust-dh .cust-next:after {
	content: '';
}
.customer .cust-cen .cust-dh .cust-next {
	background-image: url(../images/krt.png);
	width: 34px;
	height: 34px;
	background-size: 100% 100%;
	right: 0;
	margin-top: 0;
	position: relative;
}
.foot {
	background: url(../image/底部背景板.png) no-repeat;
	background-size: cover;
}
.foot .foot-tp {
	display: flex;
	justify-content: space-between;
	padding-top: 49px;
	padding-bottom: 28px;
}
.foot .foot-tp .foot-tp-lf {
	width: 26%;
}
.foot .foot-tp .foot-tp-lf p {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.foot .foot-tp .foot-tp-lf ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 26px;
}
.foot .foot-tp .foot-tp-lf ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	width: 37%;
	padding-bottom: 7px;
	margin-bottom: 22px;
}
.foot .foot-tp .foot-tp-lf ul li:last-child {
	display: none;
}
.foot .foot-tp .foot-tp-lf ul li a {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
	transition: all 0.5s;
}
.foot .foot-tp .foot-tp-lf ul li a:hover {
	opacity: 1;
}
.foot .foot-tp .foot-tp-cen p {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.foot .foot-tp .foot-tp-cen ul {
	margin-top: 26px;
}
.foot .foot-tp .foot-tp-cen ul li {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
	margin-bottom: 15px;
}
.foot .foot-tp .foot-tp-rt p {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.foot .foot-tp .foot-tp-rt ul {
	display: flex;
	margin-left: -12.5px;
	margin-top: 35px;
}
.foot .foot-tp .foot-tp-rt ul li {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	margin: 0 12.5px;
}
.foot .foot-tp .foot-tp-rt ul li img {
	display: block;
}
.foot .foot-bt {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.foot .foot-bt div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 0;
}
.foot .foot-bt div p {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.8;
}
.foot .foot-bt div p a {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.8;
}

.back-top {
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
	right: 0;
	bottom: 124px;
	z-index: 9999;
}
.back-top a {
	display: block;
	padding: 17px 22.5px;
}
.back-top img {
	width: 28px;
}

.fix-rt {
	position: fixed;
	z-index: 1000;
	right: 0;
	background: #fff;
	top: 54%;
	transform: translateY(-50%);
}
.fix-rt li {
	background: #bb4d50;
	margin-bottom: 1px;
	transition: all 0.5s;
}
.fix-rt li:hover {
	background: #bb4d50;
}
.fix-rt li:last-child {
	margin-bottom: 0;
}
.fix-rt li a {
	display: block;
	text-align: center;
	padding: 9px 12px;
	position: relative;
}
.fix-rt li a:hover div {
	opacity: 1;
	visibility: visible;
}
.fix-rt li a div {
	position: absolute;
	right: 100%;
	min-height: 100%;
	bottom: 0;
	min-width: 100%;
	background: #bb4d50;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}
.fix-rt li a div p:nth-child(1) {
	font-size: 18px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
.fix-rt li a div img {
	width: 145px;
	height: 145px;
	margin-top: 11px;
	max-width: inherit;
}
.fix-rt li a div p:nth-child(2) {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-top: -10px;
}
.fix-rt li a span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.fix-rt li a .f-img {
	max-width: 33px;
}

.fix-mb {
	display: none;
}

.i-ban {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
	max-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.i-ban div {
	text-align: center;
}
.i-ban div .i-name {
	font-size: 36px;
	font-weight: bold;
	color: #ba494b;
	/*text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.26);*/
}
.i-ban div .i-desc {
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #ba494b;
	margin-top: 22px;
}
.i-crumb {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.i-crumb div {
	display: flex;
	font-size: 14px;
	color: #999999;
	align-items: center;
	justify-content: space-between;
	padding: 11px 0;
}
.i-crumb div p {
	display: flex;
	align-items: center;
}
.i-crumb div p a {
	font-size: 14px;
	transition: all 0.5s;
	color: #999999;
	margin: 0 4px;
}
.i-crumb div p a:hover {
	color: #bb4d50;
}
.i-crumb div p img {
	margin-right: 6px;
}
.i-crumb div p a:last-child {
	color: #bb4d50;
}
.i-crumb div ul {
	display: flex;
}
.i-crumb div ul li {
	margin-left: 40px;
	position: relative;
}
.i-zyzx div ul li:last-child {
	display: none;
}
.i-crumb div ul li a {
	font-size: 14px;
	color: #666666;
	transition: all 0.5s;
}
.i-crumb div ul li::after {
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 0%;
	content: '';
	height: 1px;
	background-color: #bb4d50;
	transition: all 0.5s;
}
.i-crumb div ul li:nth-child(1) {
	margin-left: 0;
}
.i-crumb div ul li:hover::after {
	width: 100%;
}
.i-crumb div ul li:hover a {
	color: #ba494b;
}
.f-con {
	padding: 60px 0;
	padding-bottom: 40px;
}
.f-con .fcon-item {
	border-radius: 4px;
	border: solid 1px #f5f5f5;
	padding: 20px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
}
.f-con .fcon-item .f-thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 42.2%;
	height: 266px;
	max-height: 266px;
	display: block;
	cursor: default;
}
.f-con .fcon-item .fcon-rt {
	width: 50.4%;
}
.f-con .fcon-item .fcon-rt h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
.f-con .fcon-item .fcon-rt h3::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #bb4d50;
}
.f-con .fcon-item .fcon-rt div {
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 4;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.f-con .fcon-item .fcon-rt a {
	background-color: #bb4d50;
	border-radius: 16px;
	font-size: 14px;
	color: #ffffff;
	transition: all 0.5s;
	padding: 2px 30px;
	display: inline-block;
	margin-top: 18px;
}
.f-con .fcon-item .fcon-rt a:hover {
	background: #333;
}
.f-con .fcon-item:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.f-advan {
	background: url(../images/f-bg.jpg) no-repeat;
}
.f-advan div {
	padding-top: 90px;
	padding-bottom: 50px;
}
.f-advan div h3 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.f-advan div a {
	width: 120px;
	height: 32px;
	background-color: #e4a215;
	border-radius: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 44px;
	transition: all 0.5s;
}
.f-advan div a:hover {
	box-shadow: 1px 1px 10px #e4a215;
}
.g-con .gcon-tp {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}
.g-con .gcon-tp .gcon-tp-lf {
	width: 46.5%;
}
.g-con .gcon-tp .gcon-tp-lf h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	position: relative;
	padding-bottom: 27px;
}
.g-con .gcon-tp .gcon-tp-lf h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #bb4d50;
}
.g-con .gcon-tp .gcon-tp-lf div {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 43px;
}
.g-con .gcon-tp .gcon-tp-lf ul {
	display: flex;
	justify-content: space-between;
	margin-top: 38px;
}
.g-con .gcon-tp .gcon-tp-lf ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.g-con .gcon-tp .gcon-tp-lf ul li h2 {
	font-size: 14px;
	color: #666666;
}
.g-con .gcon-tp .gcon-tp-lf ul li h2 span {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	padding-right: 23px;
	position: relative;
}
.g-con .gcon-tp .gcon-tp-lf ul li h2 span::after {
	position: absolute;
	right: 0;
	top: 0;
	content: '+';
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.g-con .gcon-tp .gcon-tp-lf ul li p {
	font-size: 14px;
	margin-top: -12px;
	color: #666666;
}
.g-con .gcon-tp .gcon-tp-lf ul li:nth-child(2) {
	width: 44%;
}
.g-con .gcon-tp .gcon-tp-lf ul li:nth-child(2)::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background-color: #e6e6e6;
	content: '';
}
.g-con .gcon-tp .gcon-tp-lf ul li:nth-child(2)::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background-color: #e6e6e6;
	content: '';
}
.g-con .gcon-tp .gcon-tp-rt {
	width: 46%;
	padding-right: 90px;
	position: relative;
	padding-bottom: 73px;
}
.g-con .gcon-tp .gcon-tp-rt p {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 291px;
	max-height: 291px;
}
.g-con .gcon-tp .gcon-tp-rt img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.g-con .gcon-tp .gcon-tp-rt::after {
	position: absolute;
	right: 45px;
	top: 0;
	width: 9px;
	height: 80%;
	content: '';
	background: url(../images/l1.png) no-repeat;
	background-size: 100% 100%;
}
.g-con .gcon-tp .gcon-tp-rt::before {
	position: absolute;
	left: 0;
	bottom: 36.5px;
	width: 80%;
	height: 1px;
	content: '';
	background: url(../images/l2.png) no-repeat;
	background-size: 100% 100%;
}
.g-con .gcon-bt .gcon-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 34px 0;
	padding-left: 83px;
}
.g-con .gcon-bt .gcon-item div {
	padding-left: 80px;
}
.g-con .gcon-bt .gcon-item div h3 {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}
.g-con .gcon-bt .gcon-item div p {
	font-size: 18px;
	color: #ffffff;
}
.g-con .gcon-bt .gcon-item:nth-child(1) {
	background: url(../images/bg1.jpg) no-repeat;
}
.g-con .gcon-bt .gcon-item:nth-child(2) {
	background: url(../images/bg2.jpg) no-repeat;
}
.g-con .gcon-bt .gcon-item:nth-child(3) {
	background: url(../images/bg3.jpg) no-repeat;
}
.g-team {
	background-color: #f5f5f5;
	padding-top: 54px;
	padding-bottom: 52px;
}
.g-team div h4 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 23px;
}
.g-team div h4::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 40px;
	height: 3px;
	background-color: #bb4d50;
}
.g-team div div {
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	text-align: center;
	margin-top: 28px;
}
.g-add {
	padding: 70px 0;
}
.g-add .container h4 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 23px;
}
.g-add .container h4::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 40px;
	height: 3px;
	background-color: #bb4d50;
}
.g-add .container .gadd-con {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.g-add .container .gadd-con div:nth-child(1) {
	width: 30.55%;
}
.g-add .container .gadd-con div:nth-child(1) p:nth-child(2) {
	font-size: 20px;
	color: #000000;
	position: relative;
	padding-left: 12px;
	margin-top: 22px;
}
.g-add .container .gadd-con div:nth-child(1) p:nth-child(2)::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 3px;
	height: 20px;
	background-color: #bb4d50;
}
.g-add .container .gadd-con div:nth-child(1) p:nth-child(3) {
	font-size: 14px;
	color: #333333;
	margin-top: 12px;
}
.g-add .container .gadd-con #map {
	height: 360px;
	width: 66%;
}
.g-add .container .gadd-con #map img {
	max-width: inherit !important;
}
.i-fa {
	line-height: 50px;
}
.i-zc {
	width: 120px;
	height: 32px;
	background-color: #f2bb15;
	border-radius: 16px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.5s;
	margin-top: 14px;
}
.i-zc:hover {
	box-shadow: 1px 1px 10px #f2bb15;
	color: #fff;
}
.fa-tp {
	padding: 60px 0;
}
.fa-tp .fa-bt h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 23px;
}
.fa-tp .fa-bt h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 342px;
	height: 2px;
	background-color: #e6e6e6;
}
.fa-tp .fa-bt h3::before {
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 40px;
	height: 4px;
	background-color: #ba494b;
	z-index: 2;
}
.fa-tp .fa-bt p {
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.fa-tp .fa-tp-con {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}
.fa-tp .fa-tp-con .fatp-items {
	width: calc(100% / 5);
	border: 1px solid #e6e6e6;
	margin-top: -1px;
	padding-top: 43px;
	margin-right: -1px;
	padding-bottom: 20px;
	position: relative;
}
.fa-tp .fa-tp-con .fatp-items img {
	display: block;
	margin: 0 auto;
	height: 60px;
}
.fa-tp .fa-tp-con .fatp-items .fatp-tit {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.fa-tp .fa-tp-con .fatp-items div {
	background-color: #ba494b;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.fa-tp .fa-tp-con .fatp-items div p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	color: #ffffff;
}
.fa-tp .fa-tp-con .fatp-items div p:nth-child(2) {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	margin-top: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 4;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.fa-tp .fa-tp-con .fatp-items:hover div {
	opacity: 1;
	visibility: visible;
}
.fa-tp .fa-ljzc {
	width: 120px;
	height: 32px;
	background-color: #bb4d50;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 14px;
	color: #fffefe;
	margin-top: 41px;
	transition: all 0.5s;
}
.fa-tp .fa-ljzc:hover {
	box-shadow: 1px 1px 10px #ba4d50;
}
.fa-con {
	padding-top: 18px;
}
.fa-price {
	margin-top: -27px;
	padding-bottom: 80px;
}
.fa-price h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 24px;
}
.fa-price h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 40px;
	height: 4px;
	background-color: #bb4d50;
}
.fa-price p {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 320px;
	max-height: 320px;
	margin-top: 30px;
}
.fa-price a {
	width: 120px;
	height: 32px;
	background-color: #bb4d50;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 40px;
	color: #ffffff;
	transition: all 0.5s;
}
.fa-price a:hover {
	box-shadow: 1px 1px 10px #bb4d50;
}
.fa-service {
	border-top: 1px solid #e6e6e6;
}
.fa-service .container {
	padding: 73px 0;
}
.fa-service .container h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 24px;
}
.fa-service .container h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 40px;
	height: 4px;
	background-color: #bb4d50;
}
.fa-service .container div {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-top: 27px;
}
.yx-con {
	padding-top: 60px;
}
.yx-con .yx-items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	padding-right: 33px;
	transition: all 0.5s;
}
.yx-con .yx-items .yx-thumb {
	width: 42.25%;
	height: 262px;
	max-height: 262px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.yx-con .yx-items .yx-rt {
	width: 51%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yx-con .yx-items .yx-rt h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 22px;
	position: relative;
}
.yx-con .yx-items .yx-rt h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #bb4d50;
}
.yx-con .yx-items .yx-rt div {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
}
.yx-con .yx-items:nth-child(2n) {
	flex-direction: row-reverse;
}
.yx-con .yx-items:nth-child(2n) .yx-rt {
	padding-left: 26px;
}
.yx-con .yx-items:hover {
	transform: translateX(-15px);
}
.k-con {
	padding-top: 60px;
	padding-bottom: 22px;
}
.k-con .row {
	margin-left: -22px;
	margin-right: -22px;
	border-bottom: 1px solid #e6e6e6;
}
.k-con .row .k-items {
	padding: 0 22px;
	margin-bottom: 38px;
}
.k-con .row .k-items .k-cen {
	transition: all 0.5s;
}
.k-con .row .k-items .k-cen .k-thumb {
	border-radius: 4px;
	height: 140px;
	max-height: 140px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
}
.k-con .row .k-items .k-cen div {
	padding: 0 12px;
	padding-top: 16px;
	padding-bottom: 13px;
}
.k-con .row .k-items .k-cen div a:nth-child(1) {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	transition: all 0.5s;
}
.k-con .row .k-items .k-cen div p {
	font-size: 14px;
	color: #666666;
	margin-top: 9px;
	margin-bottom: 4px;
}
.k-con .row .k-items .k-cen div a:nth-child(3) {
	font-size: 14px;
	transition: all 0.5s;
	color: #bb4d50;
	position: relative;
}
.k-con .row .k-items .k-cen div a:nth-child(3)::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	transform: translateY(-50%);
	width: 0px;
	height: 1px;
	background-color: #bb4d50;
	transition: all 0.5s;
}
.k-con .row .k-items .k-cen:hover {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.k-con .row .k-items .k-cen:hover div a:nth-child(1) {
	color: #ba494b;
}
.k-con .row .k-items .k-cen:hover div a:nth-child(3) {
	padding-left: 35px;
}
.k-con .row .k-items .k-cen:hover div a:nth-child(3)::before {
	width: 27px;
}
#pagesize {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 58px;
}
#pagesize ul {
	display: flex;
	justify-content: center;
}
#pagesize ul li {
	margin-right: -1px;
}
#pagesize ul li a {
	font-size: 14px;
	color: #999999;
	display: block;
	padding: 1px 12px;
	transition: all 0.5s;
	border: solid 1px #e2e2e2;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	border-radius: 0;
	background: none;
}
#pagesize ul li .active {
	background: #ba494b;
	color: #fff;
	border: 1px solid #ba494b;
}
#pagesize ul li a:hover {
	background: #ba494b;
	color: #fff;
	border: 1px solid #ba494b;
}
.f-detail {
	padding: 60px 0;
}
.f-detail .fde-thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 454px;
	max-height: 454px;
}
.f-detail .fde-tit {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin-top: 28px;
}
.f-detail .fde-time {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	color: #666666;
}
.f-detail .fde-nr {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 22px;
	padding-top: 22px;
	padding-bottom: 52px;
}
.f-detail .fde-nr strong {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	position: relative;
	padding-left: 15px;
}
.f-detail .fde-nr strong::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 3px;
	height: 16px;
	background-color: #bb4d50;
}
.f-detail .fde-dh {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f-detail .fde-dh p {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
.f-detail .fde-dh p a {
	font-size: 14px;
	color: #666666;
	transition: all 0.5s;
}
.f-detail .fde-dh p a:hover {
	color: #bb4d50;
}
.f-detail .fde-dh p:nth-child(1) img {
	margin-right: 20px;
}
.f-detail .fde-dh p:last-child img {
	margin-left: 20px;
}
.x-con {
	padding: 60px 0;
}
.x-con .x-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
	margin-bottom: 30px;
}
.x-con .x-items .x-thumb {
	width: 28.1%;
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
}
.x-con .x-items .x-rt {
	display: flex;
	width: 66.8%;
	justify-content: space-between;
	align-items: center;
	padding-right: 40px;
}
.x-con .x-items .x-rt .x-rt-lf {
	width: 74.3%;
}
.x-con .x-items .x-rt .x-rt-lf .x-tit {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.x-con .x-items .x-rt .x-rt-lf .x-desc {
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	margin-top: 16px;
}
.x-con .x-items .x-rt .x-rt-rt p {
	font-size: 22px;
	font-weight: bold;
	color: #808080;
	transition: all 0.5s;
}
.x-con .x-items .x-rt .x-rt-rt a {
	padding-left: 42px;
	position: relative;
	display: inline-block;
	margin-top: 35px;
}
.x-con .x-items .x-rt .x-rt-rt a::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 1px;
	height: 26px;
	background-color: #cccccc;
}
.x-con .x-items:last-child {
	margin-bottom: 0;
}
.x-con .x-items:hover {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	padding: 30px 20px;
	padding-right: 0;
}
.x-con .x-items:hover .x-rt .x-rt-lf .x-tit,
.x-con .x-items:hover .x-rt .x-rt-rt p {
	color: #ba494b;
}
.xde-time {
	color: #333 !important;
}
.x-detail {
	padding-top: 23px;
}
.zy-nav {
	display: flex;
	justify-content: space-between;
}
.zy-nav li {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
	background-size: cover !important;
	border-radius: 4px;
	width: 30.52%;
	text-align: left;
	padding: 46px 29px 58px 29px;
}
.zy-nav li h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
}
.zy-nav li a {
	width: 100px;
	height: 30px;
	background-color: #bb4d50;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 29px;
	transition: all 0.5s;
}
.zy-nav li a:hover {
	box-shadow: 1px 1px 10px #ba494b;
}
.zy-nav li:nth-child(1) {
	background: url(../images/z1.png) no-repeat;
}
.zy-nav li:nth-child(2) {
	background: url(../images/z2.png) no-repeat;
}
.zy-nav li:nth-child(3) {
	background: url(../images/z3.png) no-repeat;
}
.z-con .row .k-items .k-cen div a:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.z-con .row .k-items .k-cen div p {
	margin-top: 5px;
	margin-bottom: 12px;
}
@media (max-width: 1700px) {
	.head .head-cen {
		max-width: 96%;
	}
	.head .head-cen .head-cen-rt .head-con div p span {
		white-space: nowrap;
	}
}
@media (max-width: 1550px) {
	.head .head-cen .head-cen-rt .head-nav li a {
		padding: 34px 0;
	}
}
@media (max-width: 1220px) {
	.container,
	.banner .ban-swiper .swiper-wrapper .swiper-slide div {
		max-width: 93%;
	}
}
@media (max-width: 1199px) {
	.banner {
		margin-top: 0;
	}
	.concept .concept-con .row .concept-items {
		margin-bottom: 20px;
	}
	.i-ban div .i-desc {
		font-size: 18px;
	}
	.head .head-cen .head-cen-rt .head-con div {
		display: none;
	}
	.head .head-cen .head-cen-rt .head-con ul {
		width: 62%;
	}
	.head .head-cen .head-cen-rt {
		width: 75.35%;
	}
	.head .head-cen .head-cen-rt .head-con .head-ss {
		width: 36.2%;
	}
	.head .head-cen .head-cen-rt .head-con ul::before {
		display: none;
	}
}
@media (max-width: 990px) {
	.head .head-cen .head-cen-rt {
		display: none;
	}
	.banner .ban-swiper .swiper-wrapper .swiper-slide {
		height: 370px;
		max-height: 370px;
	}
	.banner .ban-swiper .swiper-wrapper .swiper-slide div h1 {
		font-size: 53px;
	}
	.banner .ban-swiper .swiper-wrapper .swiper-slide div p {
		margin-top: -12px;
	}
	.ascension .ascen-con .ascen-items h3 {
		font-size: 22px;
	}
	.ascension .ascen-con .ascen-items {
		width: 32%;
	}
	.ascension .ascen-con .ascen-items p {
		height: 164px;
		max-height: 164px;
	}
	.solution .solution-tp ul {
		width: 60%;
	}
	.service .service-cen {
		display: block;
	}
	.service .service-cen .service-cen-lf {
		text-align: center;
	}
	.service .service-cen .service-cen-rt {
		width: 100%;
	}
	.news .new-more {
		margin-top: 26px;
	}
	.concept .concept-tp {
		background-size: 100%;
		background-position: center;
	}
	.i-ban div .i-name {
		font-size: 26px;
	}
	.i-ban div .i-desc {
		font-size: 17px;
		line-height: 28px;
	}
	.f-con .fcon-item .f-thumb {
		height: 206px;
		max-height: 206px;
	}
	.f-advan div h3 {
		font-size: 26px;
	}
	.g-con .gcon-tp {
		align-items: flex-start;
		display: block;
		padding: 49px 0;
	}
	.g-con .gcon-tp .gcon-tp-lf {
		width: 100%;
	}
	.g-con .gcon-tp .gcon-tp-rt {
		width: 100%;
		margin-top: 40px;
	}
	.g-con .gcon-tp .gcon-tp-lf div {
		margin-top: 24px;
	}
	.g-con .gcon-tp .gcon-tp-lf ul {
		margin-top: 25px;
	}
	.fa-tp .fa-tp-con .fatp-items div p:nth-child(2) {
		line-height: 19px;
		margin-top: 0;
	}
	.fa-tp .fa-tp-con .fatp-items div {
		padding: 0 12px;
	}
	.f-detail .fde-thumb {
		height: 290px;
		max-height: 290px;
	}
	.k-con .row .k-items {
		padding: 0 10px;
	}
	.k-con .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.zy-nav li h3 {
		font-size: 22px;
	}
	.zy-nav li {
		padding: 24px 29px 35px 29px;
	}
	.head .head-cen {
		max-width: 93%;
	}
	.head .head-cen {
		padding: 8px 0;
	}
	.head .head-cen .head-logo img {
		height: 28px;
	}
	.mb-zd {
		display: block;
	}

	.fix-rt {
		display: none !important;
	}
	.fix-mb {
		display: flex !important;
	}
	.fix-mb li {
		background: #bb4d50;
		margin-bottom: 0;
		transition: all 0.5s;
		width: calc(100% / 3);
		border-right: 1px solid #fff;
	}
	.fix-mb {
		bottom: 0;
		width: 100%;
		top: inherit;
		transform: inherit;
	}
	.fix-mb li a {
		padding: 6px 0;
	}
	.fix-mb li a .f-img {
		max-width: 26px;
		margin-bottom: 2px;
	}
	.back-top a {
		display: block;
		padding: 11px 12.5px;
	}
	.back-top img {
		width: 24px;
	}
	.foot {
		margin-bottom: 65px;
	}
	.mb-nav .logo {
		margin-top: 10px;
	}
	.mb-nav {
		height: 100%;
	}
	.modal {
		z-index: 99999999;
	}
	.modal-dialog {
		margin: 0;
	}
	.btn1 {
		font-size: 12px;
		padding: 0 10px !important;
		right: 0 !important;
	}
	.tankuang .input {
		justify-content: space-between !important;
	}
	.huoqu p {
		/*justify-content: space-between !important;*/
	}
	.modal-body {
		width: 85%;
		margin: 0 auto;
	}
	.tankuang .input input {
		width: 73% !important;
	}
	.huoqu p {
		width: auto !important;
	}
}
@media (max-width: 767px) {
	.banner .ban-swiper .swiper-wrapper .swiper-slide {
		height: 276px;
		max-height: 276px;
	}
	.i-crumb div ul li {
		margin: 0 10px !important;
	}
	.back-top img {
		width: 34px;
	}
	.back-top {
		bottom: 87px;
	}
	.fa-tp .fa-tp-con .fatp-items img {
		height: 47px;
	}
	.banner .ban-swiper .swiper-wrapper .swiper-slide div h1 {
		font-size: 29px;
	}
	.banner .ban-swiper .swiper-wrapper .swiper-slide div p {
		font-size: 18px;
		margin-top: -8px;
	}
	.ascension .ascen-con {
		padding: 22px 0;
		display: block;
		margin: 0 auto;
	}
	.ascension .ascen-con .ascen-items {
		width: 100%;
		margin-bottom: 15px;
		padding: 22px;
	}
	.container {
		max-width: 88%;
	}
	.ascension .ascen-con .ascen-items h3 {
		font-size: 18px;
		padding-bottom: 21px;
	}
	.ascension .ascen-con .ascen-items div p span,
	.ascension .ascen-con .ascen-items div p {
		font-size: 30px;
	}
	.ascension .ascen-con .ascen-items p {
		max-height: inherit;
		height: auto;
	}
	.ascension .ascen-con .ascen-items p img {
		max-width: 56%;
	}
	.ascension .ascen-con .ascen-items div img {
		max-height: 38px;
	}
	.ascension .ascen-con .ascen-items:hover {
		transform: scale(1.04);
	}
	.so-bt h3 {
		font-size: 18px;
	}
	.so-bt p {
		font-size: 14px;
		margin-top: -7px;
		padding-bottom: 2px;
	}
	.solution .solution-tp ul li {
		font-size: 14px;
		padding: 0;
		width: calc(100% / 6);
		text-align: center;
	}
	.solution .solution-tp ul {
		flex-wrap: wrap;
		width: 100%;
	}
	.solution .solution-tp {
		display: block;
		margin-top: 12px;
	}
	.s-active::after {
		width: 91% !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.solution .solution-tp a {
		font-size: 14px;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 1px;
	}
	.solution .solution-bt .solution-items .solution-con {
		display: block;
	}
	.solution .solution-bt .solution-items .solution-con .solution-con-lf {
		width: 100%;
	}
	.solution .solution-bt .solution-items .solution-con .solution-con-rt {
		width: 100%;
		margin-top: 13px;
	}
	.solution .solution-bt .solution-items .solution-con .solution-con-lf div {
		font-size: 14px;
		line-height: 23px;
		margin-top: 4px;
	}
	.solution .solution-bt .solution-items .solution-con .solution-con-lf .solution-btt:nth-child(3) {
		margin-top: 15px;
	}
	.solution .solution-bt {
		margin-top: 21px;
	}
	.solution .solution-bt .solution-items .solution-con .solution-con-rt p {
		height: 237px;
		max-height: 237px;
	}
	.solution {
		padding-bottom: 24px;
	}
	.service .service-cen {
		padding-top: 31px;
		padding-bottom: 23px;
	}
	.service .service-cen .service-cen-rt .ser-con h5 {
		font-size: 17px;
		margin-bottom: 6px;
	}
	.service .service-cen .service-cen-rt .ser-con {
		margin-top: 18px;
	}
	.service .service-cen .service-cen-rt a {
		margin-top: 13px;
	}
	.news {
		padding: 21px 0;
	}
	.news .news-con {
		margin-top: 3px;
	}
	.news .news-con .new-swiper .swiper-wrapper .swiper-slide:hover {
		transform: translateY(-10px);
	}
	.news .news-con .new-swiper .new-next,
	.news .news-con .new-swiper .new-prev {
		width: 40px;
		height: 40px;
		top: 54.6%;
	}
	.news .news-con .new-swiper .swiper-wrapper .swiper-slide .new-thumb {
		height: 218px;
		max-height: 218px;
	}
	.news .news-con .new-swiper .swiper-wrapper .swiper-slide div a:nth-child(1) {
		font-size: 15px;
	}
	.news .news-con .new-swiper .swiper-wrapper .swiper-slide div {
		padding: 7px 14px 14px 14px;
	}
	.news .news-con .new-swiper .swiper-wrapper .swiper-slide div p {
		font-size: 13px;
		margin-top: -4px;
	}
	.news .news-con .new-swiper .swiper-wrapper .swiper-slide div a:nth-child(3) {
		font-size: 13px;
		line-height: 21px;
		color: #666666;
		margin-top: -1px;
	}
	.news .new-more {
		margin-top: 8px;
	}
	.exper {
		background-size: cover;
	}
	.exper div p:nth-child(1) {
		font-size: 21px;
	}
	.exper div p:nth-child(1) span {
		font-size: 43px;
	}
	.exper div p:nth-child(2) {
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		letter-spacing: 2px;
		color: #ffffff;
		margin-top: -3px;
	}
	.exper div a {
		margin-top: 21px;
		font-size: 14px;
	}
	.exper div {
		padding-top: 9px;
		padding-bottom: 36px;
	}
	.concept .concept-tp h2 {
		font-size: 21px;
	}
	.concept .concept-tp .concept-bt span {
		font-size: 15px;
	}
	.concept .concept-tp p:nth-child(3) {
		font-size: 14px;
		margin-top: -6px;
	}
	.concept .concept-tp p:nth-child(4) span {
		font-size: 14px;
	}
	.concept .concept-tp p:nth-child(4) {
		margin-top: 10px;
	}
	.concept {
		padding: 8px 0;
	}
	.concept .concept-con {
		margin-top: 11px;
	}
	.concept .concept-con .row .concept-items .concept-cont {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.concept .concept-con .row .concept-items .concept-cont .con-tp div p:nth-child(1) {
		font-size: 17px;
		padding-bottom: 1px;
	}
	.concept .concept-con .row .concept-items .concept-cont .con-tp div p:nth-child(2) {
		margin-top: 2px;
	}
	.concept .concept-con .row .concept-items .concept-cont .con-bt {
		line-height: 22px;
		margin-top: 4px;
	}
	.customer .cust-cen .cust-swiper .swiper-wrapper .swiper-slide a {
		height: 93px;
		max-height: 93px;
	}
	.customer .cust-cen .cust-swiper {
		width: 74.5%;
	}
	.customer {
		padding-top: 21px;
		padding-bottom: 32px;
	}
	.foot .foot-tp .foot-tp-lf {
		display: none;
	}
	.foot .foot-tp {
		display: block;
		padding-top: 18px;
		padding-bottom: 19px;
	}
	.foot .foot-bt div {
		display: block;
		text-align: center;
	}
	.foot .foot-tp .foot-tp-cen ul {
		margin-top: 6px;
	}
	.foot .foot-tp .foot-tp-cen ul li {
		margin-bottom: 0;
	}
	.foot .foot-tp .foot-tp-rt ul {
		margin-top: 8px;
	}
	.i-ban div .i-name {
		font-size: 19px;
	}
	.i-ban div .i-desc {
		font-size: 15px;
		line-height: 24px;
		text-align: justify;
		margin-top: 13px;
		letter-spacing: 2px;
	}
	.i-ban {
		height: 220px;
		max-height: 220px;
	}
	.f-con .fcon-item {
		padding: 10px;
		margin-bottom: 17px;
	}
	.f-con .fcon-item .fcon-rt h3 {
		font-size: 16px;
		padding-bottom: 8px;
	}
	.f-con .fcon-item .fcon-rt div {
		font-size: 13px;
		margin-top: 9px;
		line-height: 20px;
	}
	.f-con {
		padding: 21px 0;
		padding-bottom: 0px;
	}
	.f-con .fcon-item .fcon-rt a {
		font-size: 13px;
		padding: 2px 18px;
		margin-top: 10px;
		white-space: nowrap;
	}
	.f-con .fcon-item .f-thumb {
		height: 171px;
		max-height: 171px;
	}
	.f-advan div h3 {
		font-size: 20px;
		text-align: center;
		line-height: 26px;
	}
	.f-advan {
		background-size: cover;
	}
	.f-advan div a {
		font-size: 15px;
		margin-top: 25px;
	}
	.f-advan div {
		padding-top: 55px;
	}
	.g-con .gcon-tp .gcon-tp-lf h3 {
		font-size: 17px;
		padding-bottom: 13px;
	}
	.g-con .gcon-tp .gcon-tp-lf div {
		font-size: 14px;
		line-height: 23px;
		margin-top: 11px;
	}
	.g-con .gcon-tp .gcon-tp-lf ul li h2 span {
		font-size: 25px;
		padding-right: 20px;
	}
	.g-con .gcon-tp .gcon-tp-lf ul li p {
		margin-top: -8px;
	}
	.g-con .gcon-tp .gcon-tp-lf ul li:nth-child(2) {
		width: 35%;
	}
	.g-con .gcon-tp .gcon-tp-lf ul {
		margin-top: 10px;
	}
	.g-con .gcon-tp .gcon-tp-rt {
		margin-top: 13px;
		padding-right: 35px;
	}
	.g-con .gcon-tp .gcon-tp-rt::after {
		right: 13px;
	}
	.g-con .gcon-tp .gcon-tp-rt::before {
		bottom: 56.5px;
	}
	.g-con .gcon-bt .gcon-item {
		background-size: cover !important;
		display: block;
		padding: 11px 15px;
		text-align: center;
		border-radius: 6px;
	}
	.g-con .gcon-bt .gcon-item div {
		padding-left: 0;
	}
	.g-con .gcon-bt .gcon-item div h3 {
		margin-top: 11px;
		font-size: 17px;
		letter-spacing: 1px;
	}
	.g-con .gcon-bt .gcon-item div p {
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 19px;
	}
	.g-con .gcon-tp {
		padding: 19px 0;
	}
	.g-team div h4 {
		font-size: 17px;
		padding-bottom: 12px;
	}
	.g-team div div {
		font-size: 14px;
		line-height: 23px;
		margin-top: 12px;
	}
	.g-team {
		padding-top: 22px;
		padding-bottom: 18px;
	}
	.g-add .container h4 {
		font-size: 17px;
		padding-bottom: 13px;
	}
	.g-add .container .gadd-con {
		display: block;
		margin-top: 19px;
	}
	.g-add .container .gadd-con div:nth-child(1) {
		width: 100%;
	}
	.g-add .container .gadd-con #map {
		width: 100%;
		height: 240px;
		margin-top: 8px;
	}
	.g-add .container .gadd-con div:nth-child(1) p:nth-child(2) {
		font-size: 16px;
		margin-top: 10px;
	}
	.g-add .container .gadd-con div:nth-child(1) p:nth-child(3) {
		margin-top: 0;
	}
	.g-add {
		padding: 21px 0;
	}
	.fa-tp .fa-bt h3 {
		font-size: 18px;
		padding-bottom: 13px;
	}
	.fa-tp .fa-tp-con {
		margin-top: 16px;
	}
	.fa-tp .fa-tp-con .fatp-items {
		width: calc(100% / 2);
		padding-top: 26px;
	}
	.fa-tp .fa-tp-con .fatp-items .fatp-tit {
		font-size: 14px;
		margin-top: 7px;
	}
	.fa-tp .fa-tp-con .fatp-items div p:nth-child(2) {
		line-height: 17px;
	}
	.fa-tp {
		padding: 22px 0;
		padding-bottom: 0;
	}
	.fa-tp .fa-ljzc {
		margin-top: 20px;
	}
	.fa-price {
		margin-top: 0;
		padding-bottom: 21px;
	}
	.fa-price h3 {
		font-size: 18px;
		padding-bottom: 13px;
	}
	.fa-price p {
		height: 189px;
		max-height: 189px;
		margin-top: 16px;
	}
	.fa-price a {
		margin-top: 22px;
	}
	.fa-service .container h3 {
		font-size: 18px;
		padding-bottom: 13px;
	}
	.fa-service .container div {
		font-size: 15px;
		line-height: 25px;
		margin-top: 7px;
	}
	.f-con .fcon-item .fcon-rt {
		width: 53.4%;
	}
	.fa-service .container {
		padding: 24px 0;
	}
	.i-fa {
		line-height: 28px;
	}
	.i-zc {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.f-detail .fde-thumb {
		height: 185px;
		max-height: 185px;
	}
	.f-detail .fde-tit {
		font-size: 16px;
		line-height: 23px;
		margin-top: 14px;
	}
	.f-detail .fde-time {
		margin-top: -2px;
	}
	.f-detail .fde-nr {
		font-size: 14px;
		line-height: 24px;
		margin-top: 7px;
		padding-top: 14px;
		padding-bottom: 13px;
	}
	.f-detail .fde-dh {
		display: block;
		margin-top: 11px;
	}
	.f-detail .fde-dh p img {
		display: none;
	}
	.f-detail {
		padding: 22px 0;
	}
	.k-con .row .k-items {
		padding: 0 6px;
		margin-bottom: 20px;
	}
	.k-con .row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.k-con {
		padding-top: 23px;
	}
	.k-con .row .k-items .k-cen div a:nth-child(1) {
		font-size: 15px;
		line-height: 20px;
	}
	.k-con .row .k-items .k-cen div p {
		margin-top: 0;
		font-size: 13px;
		margin-bottom: -3px;
	}
	.k-con .row .k-items .k-cen div {
		padding: 0 12px;
		padding-top: 7px;
		padding-bottom: 4px;
	}
	#pagesize {
		margin-bottom: 21px;
	}
	.i-crumb div {
		flex-direction: column;
	}
	.i-crumb div p {
		width: 100%;
	}
	.i-crumb div ul {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 8px;
	}
	.x-con .x-items .x-rt .x-rt-rt {
		display: none;
	}
	.x-con .x-items .x-rt .x-rt-lf {
		width: 100%;
	}
	.x-con .x-items .x-rt {
		padding-right: 12px;
		width: 60.8%;
	}
	.x-con .x-items .x-rt .x-rt-lf .x-tit {
		font-size: 15px;
	}
	.x-con .x-items .x-rt .x-rt-lf .x-desc {
		font-size: 13px;
		line-height: 20px;
		margin-top: 3px;
	}
	.x-con .x-items .x-thumb {
		width: 35.1%;
		height: 103px;
	}
	.x-con .x-items {
		margin-bottom: 17px;
	}
	.x-con {
		padding: 26px 0;
		padding-bottom: 16px;
	}
	.x-con .x-items:hover {
		padding: 15px;
	}
	.yx-con {
		padding-top: 25px;
	}
	.yx-con .yx-items {
		margin-bottom: 19px;
		padding-right: 15px;
	}
	.yx-con .yx-items .yx-rt h3 {
		font-size: 16px;
		padding-bottom: 13px;
	}
	.yx-con .yx-items .yx-rt div {
		font-size: 13px;
		line-height: 20px;
		margin-top: 4px;
	}
	.yx-con .yx-items:nth-child(2n) {
		padding-right: 0;
	}
	.yx-con .yx-items .yx-thumb {
		height: 188px;
		max-height: 188px;
	}
	.zy-nav li {
		padding: 17px 10px;
		width: 31%;
	}
	.zy-nav li h3 {
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.zy-nav li a {
		width: 100%;
		height: 25px;
		background-color: #bb4d50;
		border-radius: 9px;
		font-size: 13px;
		margin-top: 0px;
	}
	.i-crumb div ul li::after {
		bottom: 0;
	}
}
.Logo {
	display: inline-flex !important;
	align-items: center;
}
