* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
li {
	list-style: none;
}
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
b {
	font-weight: unset;
}
img {
	max-width: 100%;
}
.img>img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: Arial, "Microsoft YaHei", 微软雅黑, 'PingFang SC';
	color: #000;
	overflow-x: hidden;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.mb {
	display: none;
}
.header {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.header .w1300 {
	display: flex;
	justify-content: space-between;
}
.header .logo {
	display: flex;
	align-items: center;
}
.header .logo a {
	height: 35px;
	border-right: 1px solid #e0e0e0;
	padding-right: 15px;
	margin-right: 15px;
}
.header .logo a img {
	height: 100%;
}
.header .search form {
	display: flex;
	align-items: center;
}
.header .search input {
	width: 300px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #b60000;
	outline: none;
	padding: 0 10px;
}
.header .search button {
	width: 100px;
	height: 40px;
	background-color: #b60000;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
.header .dianhua {
	display: flex;
	align-items: center;
	font-size: 22px;
}
.header .dianhua img {
	width: 33px;
	margin-right: 5px;
}
.menu {
	width: 100%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.menu .w1300 {
	display: flex;
}
.menu a {
	display: block;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	margin: 0 30px;
	color: #333333;
	position: relative;
}
.menu a:first-child {
	margin-left: 42px;
}
.menu a.active {
	color: #b60000;
	font-weight: bold;
}
.menu a:hover {
	color: #b60000;
}
.menu a.active::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: #b60000;
}
.banner {
	width: 100%;
	padding-top: 41.667%;
	overflow: hidden;
	position: relative;
}
.banner .img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .img2 {
	display: none;
}
.banner .main {
	animation: zoom 3s linear infinite;
	z-index: 1;
}
.banner .cover {
	opacity: 0;
	animation: fade 3s linear infinite;
	z-index: 2;
	pointer-events: none;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.06);
	}
	70% {
		transform: scale(1.085);
	}
	90% {
		transform: scale(1.095);
	}
	100% {
		transform: scale(1.1);
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.banner_bd {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 30px 0;
}
.banner_bd .w1300 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner_bd .left .title {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.banner_bd .left .subtitle {
	font-size: 18px;
	color: #fff;
}
.banner_bd .left .subtitle span {
	color: #b60000;
}
.banner_bd form {
	display: flex;
	align-items: center;
	gap: 15px;
}
.banner_bd input {
	width: 220px;
	height: 44px;
	line-height: 42px;
	outline: none;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}
.banner_bd button {
	background-color: #b60000;
	color: #fff;
	border: none;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s;
}
.banner_bd button:hover {
	background-color: #eb2d18;
}
.sy_youshi {
	padding-top: 70px;
}
.sy_youshi .w1300 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.sy_youshi li {
	width: calc((100% - 60px) / 4);
	background-color: #f4f4f4;
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
.sy_youshi li .title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.sy_youshi li .subtitle {
	font-size: 14px;
	color: #999;
}
.sy_baojia {
	padding-top: 40px;
	padding-bottom: 70px;
}
.sy_baojia .w1300 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.sy_baojia .img {
	object-fit: cover;
}
.sy_baojia .biaodan {
	width: 60%;
	padding: 0 40px 0 10px;
	display: flex;
	background: url(/skin/images/bj_bian.png) no-repeat right center;
	background-size: auto 100%;
	flex-direction: column;
	justify-content: center;
}
.sy_baojia .biaodan .title {
	color: #333;
	font-size: 30px;
	margin-bottom: 15px;
}
.sy_baojia .biaodan form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.sy_baojia .biaodan form input {
	width: calc((100% - 20px) / 2);
	height: 44px;
	font-size: 14px;
	border: 1px solid #dddcdd;
	outline: none;
	padding: 10px;
}
.sy_baojia .biaodan form button {
	width: calc((100% - 20px) / 2);
	height: 44px;
	font-size: 14px;
	border: 1px solid #b60000;
	padding: 10px;
	color: #fff;
	background-color: #b60000;
	cursor: pointer;
}
.sy_baojia .right {
	background-color: white;
	width: 250px;
	height: 260px;
	display: flex;
	flex-direction: column;
	padding: 40px 20px;
}
.sy_baojia .right .title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
}
.sy_baojia .right .amount {
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
}
.sy_baojia .right .number {
	font-size: 34px;
	font-weight: bold;
	color: #b60000;
	gap: 1px;
	width: 140px;
	display: flex;
	align-items: flex-end;
}
.sy_baojia .right .unit {
	font-size: 24px;
	color: #000;
}
.sy_baojia .right .note {
	font-size: 12px;
	color: #999;
	line-height: 1.6;
}
.pages_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pages_title h2 {
	font-size: 40px;
	color: #333;
	padding-bottom: 15px;
}
.pages_title h2 span {
	color: #b60000;
}
.pages_title p {
	font-size: 14px;
	color: #666;
	text-align: center;
}
.pages_title .white {
	color: #fff;
}
.case {
	background-color: #f5f5f5;
	padding: 70px 3%;
}
.case .case_tab {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
	padding: 30px 0;
	gap: 20px;
	flex-wrap: wrap;
}
.case .case_tab .case_tab_btn {
	width: calc((100% - 100px) / 6);
	max-width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #2d2e2d;
	color: #fff;
	cursor: pointer;
}
.case .case_tab .case_tab_btn.active {
	background-color: #b60000;
}
.case .case_content_tab {
	position: relative;
}
.case .case_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease, transform 0.3s ease;
	position: absolute;
	z-index: 0;
}
.case .case_content.active {
	opacity: 1;
	transform: translateY(0);
	z-index: 1;
	position: relative;
}
.case .case_content li {
	width: calc((100% - 45px) / 4);
	position: relative;
}
.case .case_content li .img {
	width: 100%;
	padding-top: 66.667%;
	position: relative;
}
.case .case_content li .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 66;
	height: 70px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s ease;
}
.case .case_content li:hover .txt {
	height: 100%;
}
.case .case_content li .txt .name {
	font-size: 18px;
}
.case .case_content li .txt .tag {
	font-size: 14px;
}
.case .case_btn {
	margin-top: 40px;
	width: 100%;
}
.case .case_btn a {
	width: 200px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	border: 1px solid transparent;
	color: #bd282e;
	border-color: #bd282e;
}
.case .case_btn a:hover {
	color: #fff;
	border-color: #bd282e;
	background-color: #bd282e;
}
.sy_shejishi {
	padding: 70px 0;
	background: url("/skin/images/sjs_bg.png") no-repeat center 190px;
	background-size: 100% calc(100% - 190px);
}
.sy_shejishi .w1300 {
	display: flex;
	margin-top: 85px;
}
.sy_shejishi .sjs_left {
	width: 420px;
	height: 630px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.sy_shejishi .sjs_left .text {
	position: absolute;
	z-index: 2;
	right: 7%;
	bottom: 10%;
	text-align: right;
}
.sy_shejishi .sjs_left .name {
	font-size: 26px;
	color: #b60000;
}
.sy_shejishi .sjs_left .tag {
	padding-bottom: 33px;
	font-size: 16px;
	color: #333;
}
.sy_shejishi .sjs_left .des {
	color: #333;
	font-size: 12px;
}
.sy_shejishi .sjs_left .img-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sy_shejishi .sjs_left .img-slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s linear;
}
.sy_shejishi .sjs_left .img-slider img.active {
	opacity: 1;
}
.sy_shejishi .sjs_right {
	display: flex;
	flex-wrap: wrap;
	width: 860px;
	gap: 10px;
}
.sy_shejishi .sjs_right .sjs_item {
	width: calc((100% - 20px) / 3);
	height: 310px;
	position: relative;
	overflow: hidden;
}
.sy_shejishi .sjs_right .text {
	position: absolute;
	z-index: 2;
	right: 7%;
	bottom: 10%;
	text-align: right;
}
.sy_shejishi .sjs_right .name {
	font-size: 18px;
	color: #b60000;
}
.sy_shejishi .sjs_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sy_shejishi .sjs_right .tag {
	font-size: 14px;
	color: #fff;
}
.sy_shejishi .sjs_right .sjs_item.num3 {
	background: #ae3735;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sy_shejishi .sjs_right .sjs_item .line1 {
	padding-bottom: 10px;
}
.sy_shejishi .sjs_right .sjs_item.num6 {
	background: #c7ad82;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sy_shejishi .btn_more {
	margin: 38px auto 0 auto;
	display: block;
	width: 160px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.sy_shejishi .btn_more:hover {
	border: 1px solid #b60000;
	color: #b60000;
}
.sy_guanyu {
	padding: 70px 0;
}
.sy_guanyu .about_box {
	position: relative;
	padding-top: 30px;
	display: flex;
	align-items: center;
}
.sy_guanyu .about_box .img {
	width: 550px;
	height: 510px;
	object-fit: cover;
}
.sy_guanyu .about_box .txt_box {
	width: 850px;
	margin-left: -100px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	padding: 50px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sy_guanyu .about_box .txt_box .title {
	color: #cdac7d;
	font-size: 22px;
}
.sy_guanyu .about_box .txt_box .description {
	margin: 30px 0;
}
.sy_guanyu .about_box .txt_box .description p {
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}
.sy_guanyu .about_box .txt_box .more {
	width: 160px;
	height: 45px;
	border: 1px solid #cdac7d;
	color: #c7ad83;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sy_guanyu .about_box .txt_box .more:hover {
	border: 1px solid #b60000;
	color: #b60000;
}
.sy_liucheng {
	background: #f5f5f5;
	text-align: center;
	padding: 70px 0;
}
.sy_liucheng ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	gap: 15px;
}
.sy_liucheng li {
	width: calc((100% - 75px) / 6);
	border: 1px solid #6666;
	padding: 30px 20px 15px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sy_liucheng li img {
	width: 80px;
}
.sy_liucheng li .t1 {
	font-size: 46px;
	overflow: hidden;
	color: #b60000;
	font-family: fantasy;
}
.sy_liucheng li .t2 {
	font-size: 18px;
	font-weight: bold;
}
.sy_liucheng li .t3 {
	text-align: justify;
	text-align-last: center;
	color: #666;
	margin-top: 5px;
	font-size: 13px;
}
.index_news {
	padding: 70px 0;
}
.index_news .tabs {
	display: flex;
	gap: 20px;
	margin: 30px 0 40px 0;
	justify-content: center;
}
.index_news .tabs li {
	font-size: 18px;
	color: #555555;
	line-height: 1;
}
.index_news .tabs li a {
	color: #333333;
	padding-bottom: 10px;
}
.index_news .tabs li.active a {
	color: #b60000;
	border-bottom: 2px solid #b60000;
}
.index_news .tab_conbox {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.index_news .tab_conbox .tab_con {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease, transform 0.3s ease;
	position: absolute;
	z-index: 0;
}
.index_news .tab_conbox .tab_con.active {
	opacity: 1;
	transform: translateY(0);
	position: relative;
	z-index: 1;
}
.index_news .left {
	width: 46%;
	border: 1px solid #f2f2f2;
	padding: 15px;
}
.index_news .left .img {
	width: 100%;
	padding-top: 57.5%;
	overflow: hidden;
	position: relative;
}
.index_news .left .img img {
	transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.index_news .left .img:hover img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.index_news .left .title {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin: 20px 0 10px 0;
}
.index_news .left .content {
	font-size: 15px;
	color: #888888;
	margin-bottom: 10px;
}
.index_news .tab_con .list {
	width: 52%;
}
.index_news .tab_con .list li {
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.index_news .tab_con .list li:last-child {
	margin-bottom: 0;
}
.index_news .tab_con .list li a {
	display: flex;
	justify-content: space-between;
}
.index_news .tab_con .list li:first-child {
	margin-bottom: 0;
}
.index_news .tab_con li .img {
	width: 30%;
	padding-top: 20%;
	position: relative;
	overflow: hidden;
}
.index_news .tab_con li .img img {
	transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.index_news .tab_con li:hover .img img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.index_news .tab_con li .msg {
	width: 67%;
}
.index_news .tab_con li .jz1 {
	font-size: 18px;
	color: #000000;
}
.index_news .tab_con li .jz2 {
	font-size: 14px;
	color: #555;
	display: block;
	margin: 10px 0 5px 0;
}
.index_news .tab_con li .jz22 {
	color: #888;
	font-size: 14px;
}
.index_news .tab_con li:hover .jz1 {
	color: #b60000;
}
.index_news .more {
	width: 100%;
}
.index_news .more a {
	width: 160px;
	height: 45px;
	margin: 40px auto 0 auto;
	border: 1px solid #cdac7d;
	color: #c7ad83;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_news .more:hover a {
	border: 1px solid #b60000;
	color: #b60000;
}
.xxmd {
	padding: 70px 0;
	background: #fff url("/skin/images/xxmd_bg.png") no-repeat center center;
	background-size: cover;
}
.xxmd .xxmd_box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding-top: 30px;
}
.xxmd .xxmd_box img {
	width: 65%;
	object-fit: cover;
}
.xxmd .xxmd_box .company_info {
	background-color: #fff;
	width: 35%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xxmd .xxmd_box .company_info .company_name {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}
.xxmd .xxmd_box .company_info .company_stats {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.xxmd .xxmd_box .company_info hr {
	border: none;
	border-top: 1px solid #eee;
	margin: 15px 0;
}
.xxmd .xxmd_box .company_info .contact_info,
.xxmd .xxmd_box .company_info .address {
	font-size: 14px;
	margin-bottom: 7px;
}
.xxmd .xxmd_box .company_info .phone_number {
	color: #b60000;
	font-weight: bold;
}
.xxmd .xxmd_box .company_info .promotion {
	color: #d4af37;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.xxmd .xxmd_box .company_info .booking_form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 500px;
	margin: 0 auto;
}
.xxmd .xxmd_box .company_info .input_field {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: calc((100% - 10px) / 2);
	font-size: 14px;
}
.xxmd .xxmd_box .company_info .book_button {
	background-color: #b60000;
	width: calc((100% - 10px) / 2);
	color: white;
	border: none;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}
.footer {
	background-color: #2f3237;
}
.footer .copyright {
	color: #aaa;
	background: #16181f;
	font-size: 15px;
	padding: 20px 0 15px 0;
	text-align: center;
}
.footer .copyright a {
	display: block;
	color: #ddd;
}
.footer .footer_box {
	padding-top: 70px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.footer .footer_box .left .nav_section a {
	color: #fff;
	margin-right: 23px;
}
.footer .footer_box .left .company_logo {
	padding-top: 60px;
	padding-bottom: 5px;
	width: 180px;
}
.footer .footer_box .left .service_idea {
	color: #97999c;
}
.footer .footer_box .qr_section {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
.footer .footer_box .qr_section img {
	width: 150px;
}
.footer .footer_box .qr_section .qr_text {
	margin-bottom: 20px;
}
.footer .footer_box .contact_section {
	display: flex;
	flex-direction: column;
	color: #97999c;
	padding-left: 66px;
}
.footer .footer_box .contact_section .phone_name {
	font-size: 16px;
	padding-left: 60px;
	background: url("/skin/images/footer_3.png") no-repeat left top;
	background-size: 42px 42px;
	height: 42px;
	line-height: 42px;
}
.footer .footer_box .contact_section .phone_number {
	font-size: 32px;
	padding-left: 60px;
	font-weight: bold;
	padding-bottom: 25px;
}
.footer .footer_box .contact_section .work_hours {
	font-size: 14px;
	padding-left: 60px;
	padding-bottom: 22px;
}
.footer .footer_box .contact_section .contact_button {
	width: 190px;
	height: 45px;
	background-color: #b60000;
	color: #fff;
	border: none;
	border-radius: 27px;
	cursor: pointer;
	margin-left: 60px;
	text-align: center;
	line-height: 45px;
}
.xbanner {
	width: 100%;
}
.xbanner h2 {
	height: 310px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 42px;
}
.xbanner .menu_box {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
.xbanner .menu_box span,
.xbanner .menu_box a {
	color: #fff;
	margin: 0 5px;
}
.xbanner .menu_box a:first-of-type {
	margin: 0 5px 0 0;
}
.mianbaoxie {
	background: #333;
}
.mianbaoxie .mianbaoxie_box {
	padding: 25px 0;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.mianbaoxie .mianbaoxie_box .item {
	width: 110px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	border: 1px solid #999;
	cursor: pointer;
}
.mianbaoxie .mianbaoxie_box .item.active {
	background: #b60000;
	border: 1px solid #b60000;
}
.mianbaoxie .mianbaoxie_box .item.active.all,
.mianbaoxie .mianbaoxie_box .item.all {
	background-color: #fff;
	color: #333;
	border: 1px solid #fff;
}
.caselist {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 60px;
}
.caselist .caselist_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
}
.caselist li {
	width: calc((100% - 40px) / 3);
	padding: 10px 10px 15px 10px;
	background-color: #fff;
	cursor: pointer;
}
.caselist li .img {
	width: 100%;
	padding-top: 66.667%;
	position: relative;
	overflow: hidden;
	border: 1px solid #f2f2f2;
}
.caselist li .img img {
	transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.caselist li:hover .img img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.caselist li .tt {
	padding: 10px;
	font-size: 16px;
	color: #333;
}
.caselist li:hover .tt {
	color: #b60000;
}
.caselist li .tag {
	color: #999;
	padding: 0 10px;
	font-size: 12px;
}
.pagebar {
	overflow: hidden;
	clear: both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 1
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st {
	font-family: 宋体
}
.hidden-sm {
	color: #999 !important;
	background-color: #f5f5f5 !important;
	border-color: #ddd !important;
	pointer-events: none;
	cursor: not-allowed;
}
.text-secondary {
	text-align: center;
	padding: 20px 0
}
.xiangqing {
	background-color: #f5f5f5;
	padding: 40px 0;
}
.xiangqing .xiangqing_box {
	display: flex;
	justify-content: space-between;
}
.xiangqing .xiangqing_box .left {
	width: 70%;
	background-color: #fff;
}
.xiangqing_box .left .top {
	padding: 40px 25px 10px 25px;
	border-bottom: 1px solid #e5e5e5;
}
.xiangqing_box .left .top .case_title {
	font-size: 24px;
	color: #333;
	padding-bottom: 10px;
	font-weight: bold;
}
.xiangqing_box .left .top .case_info {
	color: #999;
	font-size: 14px;
}
.xiangqing .xiangqing_box .right {
	width: 26%;
}
.xiangqing_box .left .bottom {
	padding: 25px;
	font-size: 14px;
	color: #444;
	line-height: 2;
}
.xiangqing_box .left .bottom .tt {
	font-weight: bold;
}
.xiangqing_box .left .bottom .img_content {
	margin-top: 10px;
}
.xiangqing_box .left .bottom .bot_con p {
	margin: 5px 0;
}
.case_tuijian {
	background: #fff;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 0 30px 20px;
}
.case_tuijian {
	padding-top: 20px;
	font-size: 18px;
}
.case_tuijian .avatar_placeholder {
	width: 200px;
	margin: 10px auto 20px;
}
.case_tuijian .designer_name {
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
}
.case_tuijian .designer_info {
	font-size: 14px;
	color: #666;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.case_tuijian .stats_container {
	padding: 20px 0;
	font-size: 14px;
	color: #666;
}
.case_tuijian .book_button {
	color: #fff;
	border: none;
	width: 100%;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	background-color: #b60000;
	cursor: pointer;
}
.list_news {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
.list_news li {
	background-color: #fff;
	margin-bottom: 25px;
	display: flex;
}
.list_news li a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.list_news li .img {
	width: 21%;
	padding-top: 14%;
	position: relative;
	overflow: hidden;
}
.list_news li .img img {
	transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.list_news li:hover .img img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.list_news li .msg {
	width: 58%;
}
.list_news li .msg .title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.list_news li:hover .msg .title {
	color: #b60000;
}
.list_news li .msg .content {
	font-size: 14px;
	color: #333333;
	margin: 12px 0;
}
.list_news li .msg .more {
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #333333;
	display: inline-block;
}
.list_news li .time {
	text-align: center;
	width: 15%;
}
.list_news li .time p {
	font-size: 36px;
	color: #888888;
	font-family: "SourceHanSansCNBold";
}
.list_news li .time span {
	font-size: 14px;
	color: #888888;
}
.news_tuijian {
	width: 26%;
}
.news_tuijian .title {
	width: 100%;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 24px;
	color: #333333;
}
.news_tuijian ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.news_tuijian ul li .img {
	width: 36%;
	padding-top: 24%;
	overflow: hidden;
	position: relative;
}
.news_tuijian ul li .img img {
	transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.news_tuijian ul li:hover .img img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_tuijian ul li .msg {
	width: 60%;
}
.news_tuijian ul li .msg span {
	font-size: 14px;
	color: #888888;
}
.news_tuijian ul li .msg p {
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
.news_tuijian ul li:hover .msg p {
	color: #111;
}
.prenext {
	margin-top: 20px;
	justify-content: space-between;
	display: flex;
	gap: 5px;
}
.content_wrap {
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 120px;
}
.map {
	position: relative;
	width: 100%;
	padding-top: 40%;
	overflow: hidden;
	margin-bottom: 20px;
}
.map #container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.container {
	background-color: #fff;
	padding: 40px 40px 60px 40px;
}
.container .header11 {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 27px;
}
.container .header11 .title {
	font-size: 30px;
	margin-bottom: 18px;
}
.container .header11 .company {
	font-size: 20px;
}
.container .contact-info .phone {
	margin-bottom: 20px;
}
.container .contact-info .phone span {
	color: #b60000;
}
.container .contact-info .address {
	margin-bottom: 20px;
}
.container .contact-info .qrcodes {
	display: flex;
	margin-bottom: 30px;
}
.container .contact-info .qrcodes .qr-code {
	text-align: center;
	margin-right: 37px;
}
.container .contact-info .qrcodes .qr-code .image {
	width: 150px;
	height: 150px;
	background-color: #ccc;
	margin-bottom: 10px;
}
.container .contact-info .qrcodes .qr-code .text {
	font-size: 14px;
}
.container .form-title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #b60000;
}
.container .contact-form {
	margin: 0 auto;
	display: flex;
	gap: 15px;
}
.container .contact-form .form-group {
	flex: 1;
}
.container .contact-form .form-group input {
	width: 100%;
	height: 44px;
	padding: 10px;
	border: none;
	outline: none;
	font-size: 14px;
	background-color: #f3f3f3;
}
.container .contact-form .submit-btn {
	width: 100%;
	height: 44px;
	padding: 0px;
	background-color: #b60000;
	color: white;
	border: none;
	border-radius: 0px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.sjs_wrap {
	width: 100%;
	background-color: #f5f5f5;
}
.sjs_wrap .sjs_box {
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.designer_card {
	background: #fff;
	width: calc((100% - 60px) / 4);
}
.designer_card .img {
	width: 100%;
	padding-top: 150%;
	overflow: hidden;
	position: relative;
}
.designer_card .img img {
	transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.designer_card .img:hover img {
	transform: scale(1.08);
}
.designer_card .text {
	padding: 30px;
	background-color: #ffffff;
}
.designer_card .text .name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}
.designer_card .content {
	font-size: 14px;
	color: #666666;
}
.designer_card .name .styles {
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
}
.ppjj {
	display: flex;
}
.ppjj .left {
	width: 50%;
	height: auto;
}
.ppjj .left img {
	width: 100%;
}
.ppjj .right {
	width: 34%;
	height: auto;
	padding-left: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ppjj .right .title_box {
	width: 100%;
	height: 87px;
	background: url("/skin/images/aboutus.jpg") no-repeat right bottom;
	margin-bottom: 50px;
}
.ppjj .right .title_box .title_big {
	font-size: 40px;
	color: #b60000;
	padding-bottom: 10px;
}
.ppjj .right .title_box .title_small {
	font-size: 20px;
	color: #999;
	text-spacing-trim: 1px;
}
.ppjj .right .content {
	display: block;
	line-height: 28px;
	font-size: 14px;
}
.ppjj .right .content p {
	padding-bottom: 20px;
}
.ppjj .right .tag {
	width: 100%;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}
.ppjj .right .tag img {
	width: calc((100% - 30px) / 3);
}
.whln_wrap_parent {
	padding-bottom: 121px;
	background: url("/skin/images/whln.jpg") no-repeat right bottom;
}
.whln_wrap {
	padding-top: 70px;
}
.children_title {
	width: 100%;
	height: auto;
	color: #333;
	position: relative;
	font-size: 30px;
}
.children_title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 15px;
	height: 15px;
	background-color: #993333;
}
.whln_wrap .children_title::after {
	z-index: -1;
}
.whln_wrap .whln_box {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.whln_wrap .whln_box .line {
	display: flex;
	gap: 15px;
}
.whln_wrap .whln_content {
	padding: 25px;
	position: relative;
	background-color: #999;
	margin-bottom: 15px;
}
.whln_wrap .whln_content.n1 {
	width: 500px;
	padding-right: 84px;
	color: #fff;
	background-color: #b60000;
}
.whln_wrap .whln_content.n2 {
	flex: 1;
	color: #fff;
	background-color: #555;
}
.whln_wrap .whln_content.n3 {
	width: calc((100% - 30px) / 3);
	color: #fff;
	background-color: #787878;
}
.whln_wrap .whln_content.n4 {
	width: calc((100% - 30px) / 3);
	color: #fff;
	background-color: #a1a1a1;
}
.whln_wrap .whln_content.n5 {
	width: calc((100% - 30px) / 3);
	color: #333;
	background-color: #e3e3e3;
}
.whln_wrap .whln_content.n6 {
	width: 340px;
	color: #333;
	background-color: #ebebeb;
}
.whln_wrap .whln_content.n7 {
	width: 340px;
	color: #fff;
	background-color: #afafaf;
}
.whln_wrap .whln_content .heng {
	width: 28px;
	margin-top: 10px;
	height: 2px;
	background-color: #fff;
}
.whln_wrap .whln_content.n5 .heng,
.whln_wrap .whln_content.n6 .heng {
	background-color: #999;
}
.whln_wrap .whln_content .title_1 {
	font-size: 16px;
}
.whln_wrap .whln_content .content_1 {
	font-size: 21px;
	font-weight: bold;
}
.zzjg_wrap {
	display: flex;
}
.zzjg_wrap .left {
	width: 50%;
	height: auto;
}
.zzjg_wrap .left img {
	width: 100%;
}
.zzjg_wrap .right {
	padding-left: 40px;
	width: 38%;
	color: #666666;
	padding-top: 76px;
}
.zzjg_wrap .right p {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
}
.ksbj_wrap {
	width: 100%;
	height: 415px;
	background: url("/skin/images/ksbj.png") no-repeat center center;
	background-size: cover;
	padding-top: 120px;
}
.ksbj_wrap .ksbj_box .ksbj_title .title1 {
	font-size: 40px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.ksbj_wrap .ksbj_box .ksbj_title .title2 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
.ksbj_wrap .ksbj_box .ksbj_form {
	display: flex;
	gap: 10px;
}
.ksbj_wrap .ksbj_box .ksbj_form .item {
	flex: 1;
	height: 52px;
	font-size: 14px;
	outline: none;
	box-shadow: none;
	border: none;
}
.ksbj_wrap .ksbj_box .ksbj_form input {
	border: none;
	background: #fff;
	padding-left: 17px;
}
.ksbj_wrap .ksbj_box .ksbj_form button {
	background: #b60000;
	color: #fff;
	border: none;
	cursor: pointer;
}
.box_1 .title {
	padding-top: 100px;
	font-size: 36px;
	color: #333;
	text-align: center;
}
.box_1 .sub_title {
	padding-top: 23px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.box_1 .img_wrap {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 80px;
	gap: 10px;
	justify-content: space-between;
}
.box_1 .img_wrap .img_box {
	flex: 1;
}
.box_1 .img_wrap .img_box img {
	width: 100%;
}
.box_1 .img_wrap .img_box:nth-child(odd) {
	padding-top: 44px;
}
.box_2 {
	width: 100%;
	background-color: #f5f5f5;
	overflow: hidden;
}
.box_2 img {
	width: 100%;
}
.box_3 {
	padding-top:60px;
	background-color: #f5f5f5;
}
.box_3 img {
	width: 100%;
}
.box_5 {
	width: 100%;
	background: url("/skin/images/box_5_bg.png") no-repeat center center;
	background-size: cover;
}
.box_5 .title {
	padding-top: 70px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.box_5 .sub_title {
	padding-top: 23px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}
.box_5 .content {
	padding-bottom: 105px;
}
.box_5 .content .item {
	display: flex;
	margin-bottom: 10px;
	width: calc(100% - 120px);
}
.box_5 .content .item:nth-child(1) {
	margin-left: 120px;
}
.box_5 .content .item:nth-child(3) {
	margin-left: 120px;
}
.box_5 .content .item img {
	display: block;
	width: 26%;
	object-fit: cover;
}
.box_5 .content .item .txt {
	width: 34%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #b60000;
	font-size: 32px;
	font-weight: bold;
}
.box_5 .content .item .tag {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #666;
	font-size: 20px;
}
.box_6 {
	padding-bottom: 90px;
}
.box_6 .title {
	padding-top: 100px;
	font-size: 36px;
	text-align: center;
}
.box_6 .sub_title {
	padding-top: 23px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 50px;
}
.box_6 .img_box {
	display: flex;
}
.box_6 .img_box .img1,
.box_6 .img_box .img2 {
	display: block;
	flex: 1;
}
.box_6 .img_box .img3 {
	width: 426px;
	flex-shrink: 0;
}
.box_6 .img_box .img4 {
	flex: 1;
}
.box_7 {
	width: 100%;
	overflow: hidden;
}
.box_7 img {
	width: 100%;
}
.box_8 {
	background: url("/skin/images/box_8_bg.png") no-repeat bottom right;
	background-size: cover;
	padding: 80px 0 60px;
}
.box_8 img {
	display: block;
}
@media (min-width: 1024px) and (max-width: 1300px) {
	.w1300 {
		width: 1000px;
	}
	.banner_bd .left .title {
		font-size: 22px;
	}
	.banner_bd input {
		width: 200px;
		height: 44px;
		line-height: 42px;
	}
	.sy_youshi li {
		padding: 20px 25px;
	}
	.sy_baojia .img {
		margin-left: -15%;
	}
	.sy_baojia .biaodan {
		padding: 10px 30px 10px 10px;
	}
	.sy_baojia .biaodan .title {
		font-size: 22px;
	}
	.pages_title h2 {
		font-size: 32px;
	}
	.sy_shejishi .sjs_left {
		width: 300px;
		height: 500px;
	}
	.sy_shejishi .sjs_right {
		width: 680px;
	}
	.sy_shejishi .sjs_right .sjs_item {
		height: 245px;
	}
	.sy_guanyu .about_box .img {
		width: 450px;
		height: 460px;
	}
	.sy_guanyu .about_box .txt_box {
		width: 650px;
		margin-left: -100px;
	}
	.sy_guanyu .about_box .txt_box .description {
		margin: 20px 0;
	}
	.sy_liucheng ul {
		flex-wrap: wrap;
	}
	.sy_liucheng li {
		width: calc((100% - 75px) / 3);
		padding: 30px 20px 15px 20px;
	}
	.xxmd .xxmd_box .company_info {
		padding: 30px;
	}
	.xxmd .xxmd_box .company_info .company_name {
		font-size: 20px;
	}
	.xxmd .xxmd_box .company_info hr {
		margin: 12px 0;
	}
	.xxmd .xxmd_box .company_info .contact_info,
	.xxmd .xxmd_box .company_info .address {
		margin: 2px 0;
	}
	.xxmd .xxmd_box .company_info .promotion {
		font-size: 15px;
	}
	.footer .footer_box .contact_section .phone_number {
		font-size: 28px;
	}
	.xbanner h2 {
		height: 240px;
		font-size: 38px;
	}
	.ppjj .right {
		width: 50%;
		padding: 30px;
	}
	.whln_wrap .whln_content .content_1 {
		font-size: 18px;
	}
	.zzjg_wrap {
		flex-direction: column;
	}
	.zzjg_wrap .left {
		width: 100%;
	}
	.zzjg_wrap .right {
		padding: 20px;
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.w1300 {
		width: 94%;
		margin: 0 3%;
	}
	.mb {
		display: block;
	}
	.toptou {
		height: 66px;
	}
	.head {
		width: 100%;
		padding: 14px 0;
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 999;
		transition: top 0.3s ease;
	}
	.head_box {
		display: flex;
		justify-content: space-between;
		width: 94%;
		margin: 0 auto;
		align-items: center;
	}
	.head-logo {
		height: 38px;
	}
	.head-logo a {
		display: block;
		height: 100%;
	}
	.head-logo img {
		height: 100%;
	}
	#top #nav {
		width: 24px;
		height: 24px;
		text-align: center;
		cursor: pointer;
	}
	#top .nav {
		width: 24px;
		height: 24px;
		background: url(../images/icont.png) no-repeat;
		background-size: 24px auto;
	}
	#top .close {
		width: 24px;
		height: 24px;
		background: url(../images/iconx.png) no-repeat;
		background-size: 24px auto;
	}
	.subNav {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 66px;
		z-index: 999;
		background: rgb(0, 0, 0, 0.5);
		display: none;
		transition: top 0.3s ease;
	}
	.subNav .sub {
		width: 100%;
		display: none;
	}
	.subNav .sub a {
		font-size: 15px;
		line-height: 36px;
		border-top: 1px solid #e0e0e0;
		padding: 0 25px;
		background-color: #f5f5f5;
		display: block;
	}
	.subNav li {
		width: 100%;
		display: block;
		line-height: 48px;
		margin: 0 auto;
		position: relative;
		background: #fff;
		border-top: 1px solid #f2f2f2;
	}
	.subNav li>a {
		display: block;
		padding: 0 20px;
		margin-right: 48px;
	}
	.subNav li i {
		float: right;
		height: 48px;
		width: 48px;
		background: url(../images/arrt.png) no-repeat center;
		background-size: 10px;
		position: relative;
		z-index: 1;
		cursor: pointer;
		transition: all .5s;
	}
	.subNav li.open i {
		transform: rotate(90deg);
	}
	.header {
		display: none;
	}
	.menu {
		display: none;
	}
	.banner {
		padding-top: 0;
	}
	.banner .img {
		display: none;
	}
	.banner_bd {
		display: none;
	}
	.banner .img2 {
		display: block;
	}
	.sy_youshi {
		padding-top: 40px;
	}
	.sy_youshi .w1300 {
		flex-wrap: wrap;
		gap: 10px;
	}
	.sy_youshi li {
		width: calc((100% - 10px) / 2);
		padding: 12px;
	}
	.sy_baojia {
		padding: 40px 0;
	}
	.sy_baojia .w1300 {
		flex-direction: column;
		padding: 20px;
	}
	.sy_baojia .img {
		display: none;
	}
	.sy_baojia .biaodan {
		width: 100%;
		padding: 0 0 30px 0;
		background: url(/skin/images/bj_bian2.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.sy_baojia .biaodan .title {
		font-size: 22px;
	}
	.sy_baojia .right {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		padding: 10px 0 0 0;
	}
	.sy_baojia .right .title {
		margin-bottom: 5px;
	}
	.sy_baojia .right .amount {
		margin-bottom: 10px;
	}
	.case {
		padding: 40px 10px;
	}
	.pages_title h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.case .case_tab {
		padding: 20px 0 15px 0;
		gap: 10px;
	}
	.case .case_tab .case_tab_btn {
		width: calc((100% - 20px) / 3);
		font-size: 15px;
	}
	.case .case_content {
		gap: 10px;
	}
	.case .case_content li {
		width: calc((100% - 10px) / 2);
	}
	.case .case_content li .txt .name {
		font-size: 15px;
	}
	.case .case_content li .txt .tag {
		display: none;
	}
	.case .case_content li .txt {
		height: 40px;
		padding: 0 10px;
	}
	.case .case_content li:hover .txt {
		height: 40px;
	}
	.case .case_btn {
		margin-top: 20px;
	}
	.sy_shejishi {
		padding: 40px 0;
		background: url(/skin/images/sjs_bg.png) no-repeat center 140px;
		background-size: 100% calc(100% - 140px);
	}
	.sy_shejishi .w1300 {
		margin-top: 50px;
		flex-wrap: wrap;
	}
	.sy_shejishi .sjs_left {
		width: 100%;
		height: 550px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.sy_shejishi .sjs_right {
		width: 100%;
	}
	.sy_shejishi .sjs_right .sjs_item {
		width: calc((100% - 10px) / 2);
		height: 240px;
	}
	.sjs_right .sjs_item:nth-child(3) {
		order: 4;
	}
	.sjs_right .sjs_item:nth-child(4) {
		order: 3;
	}
	.sjs_right .sjs_item:nth-child(5) {
		order: 5;
	}
	.sjs_right .sjs_item:nth-child(6) {
		order: 6;
	}
	.sy_guanyu .about_box .img {
		width: 100%;
		height: auto;
	}
	.sy_guanyu .about_box {
		flex-direction: column;
	}
	.sy_guanyu .about_box .txt_box {
		width: 100%;
		margin-left: 0;
		padding: 25px 20px;
	}
	.sy_guanyu .about_box .txt_box .description {
		margin: 15px 0;
	}
	.sy_liucheng {
		padding: 40px 0;
	}
	.sy_liucheng ul {
		flex-wrap: wrap;
		margin-top: 20px;
		gap: 10px;
	}
	.sy_liucheng li {
		width: calc((100% - 10px) / 2);
		padding: 20px 15px 15px 15px;
	}
	.sy_liucheng li .t1 {
		font-size: 36px;
	}
	.index_news .tabs li {
		font-size: 16px;
	}
	.index_news {
		padding: 40px 0;
	}
	.index_news .left {
		width: 100%;
		padding: 10px;
	}
	.index_news .tab_con .list {
		width: 100%;
		margin-top: 10px;
	}
	.index_news .tab_con li .img {
		width: 36%;
		padding-top: 24%;
	}
	.index_news .tab_con li .msg {
		width: 61%;
	}
	.index_news .tab_con li .jz1 {
		font-size: 16px;
		color: #000000;
	}
	.index_news .tab_con li .jz2 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 8px 0 3px 0;
	}
	.case .case_btn a {
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.sy_shejishi .btn_more {
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 15px;
		margin: 20px auto 0 auto;
	}
	.index_news .more a {
		width: 120px;
		height: 40px;
		line-height: 38px;
		margin: 20px auto 0 auto;
		font-size: 15px;
	}
	.xxmd {
		padding: 40px 0;
	}
	.xxmd .xxmd_box {
		padding-top: 20px;
		flex-direction: column;
	}
	.xxmd .xxmd_box img {
		width: 100%;
	}
	.xxmd .xxmd_box .company_info {
		width: 100%;
		padding: 20px;
	}
	.xxmd .xxmd_box .company_info .company_name {
		font-size: 22px;
	}
	.xxmd .xxmd_box .company_info .promotion {
		font-size: 17px;
	}
	.footer .footer_box {
		padding-top: 40px;
		padding-bottom: 25px;
		flex-wrap: wrap;
	}
	.footer .left {
		width: 100%;
	}
	.footer .footer_box .left .company_logo {
		padding-top: 30px;
		width: 180px;
	}
	.footer .footer_box .qr_section .qr_text {
		margin-bottom: 10px;
	}
	.footer .footer_box .qr_section {
		border: unset;
		padding: 30px 50px;
		width: 100%;
	}
	.footer .footer_box .contact_section {
		width: 100%;
		padding-left: 0;
	}
	.footer .footer_box .contact_section .phone_number {
		font-size: 28px;
		padding-left: 60px;
		padding-bottom: 15px;
	}
	.xbanner h2 {
		height: 120px;
		font-size: 30px;
	}
	.xbanner .menu_box {
		padding-bottom: 10px;
	}
	.ppjj {
		padding-top: 20px;
		flex-direction: column;
		width: 94%;
		margin: 0 auto;
	}
	.ppjj .left {
		width: 100%;
	}
	.ppjj .right {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.ppjj .right .title_box .title_big {
		font-size: 26px;
		padding-bottom: 0;
	}
	.ppjj .right .title_box {
		background-size: 100% auto;
		margin-bottom: 20px;
	}
	.ppjj .right .content p {
		padding-bottom: 10px;
	}
	.whln_wrap {
		padding-top: 40px;
	}
	.whln_wrap_parent {
		padding-bottom: 50px;
		background: url(/skin/images/whln.jpg) no-repeat center bottom;
		background-size: 94% auto;
	}
	.children_title {
		font-size: 26px;
	}
	.whln_wrap .whln_box {
		margin-top: 20px;
	}
	.whln_wrap .whln_box .line {
		flex-direction: column;
		gap: 0;
	}
	.whln_wrap .whln_content.n1,
	.whln_wrap .whln_content.n3,
	.whln_wrap .whln_content.n4,
	.whln_wrap .whln_content.n5,
	.whln_wrap .whln_content.n6,
	.whln_wrap .whln_content.n7 {
		width: 100%;
		padding: 20px;
	}
	.whln_wrap .whln_content .content_1 {
		font-size: 17px;
	}
	.zzjg_wrap {
		flex-direction: column;
		width: 94%;
		margin: 20px auto;
	}
	.zzjg_wrap .left {
		width: 100%;
	}
	.zzjg_wrap .right {
		width: 100%;
		padding: 20px 0;
	}
	.zzjg_wrap .right p {
		font-size: 15px;
		line-height: 27px;
		padding-bottom: 10px;
	}
	.ksbj_wrap {
		background: url(/skin/images/ksbj.png) no-repeat center center;
		padding: 40px 0;
		height: auto;
	}
	.ksbj_wrap .ksbj_box .ksbj_title .title1 {
		font-size: 30px;
		padding-bottom: 0;
	}
	.ksbj_wrap .ksbj_box .ksbj_title .title2 {
		padding-bottom: 20px;
	}
	.ksbj_wrap .ksbj_box .ksbj_form {
		flex-direction: column;
	}
	.ksbj_wrap .ksbj_box .ksbj_form .item {
		flex: auto;
		height: 45px;
	}
	.mianbaoxie .mianbaoxie_box {
		gap: 10px;
	}
	.mianbaoxie .mianbaoxie_box .item {
		width: calc((100% - 20px) / 3);
		height: 36px;
	}
	.caselist .caselist_box {
		gap: 10px;
		margin-bottom: 15px;
	}
	.caselist {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.caselist li {
		width: 100%;
		padding: 5px 5px 10px 5px;
	}
	.caselist li .tt {
		padding: 10px 5px 5px 5px;
		font-size: 16px;
		color: #333;
	}
	.caselist li .tag {
		padding: 0 5px;
	}
	.xiangqing .xiangqing_box {
		flex-direction: column;
	}
	.xiangqing .xiangqing_box .left {
		width: 100%;
	}
	.xiangqing .xiangqing_box .right {
		display: none;
	}
	.xiangqing_box .left .top {
		padding: 30px 20px 10px 20px;
		border-bottom: 1px solid #e5e5e5;
	}
	.xiangqing_box .left .top .case_title {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.xiangqing_box .left .bottom {
		padding: 15px;
	}
	.prenext {
		flex-direction: column;
	}
	.news_tuijian {
		width: 100%;
		margin-top: 30px;
	}
	.sjs_wrap .sjs_box {
		padding: 30px 0;
		gap: 10px;
	}
	.designer_card {
		width: calc((100% - 10px) / 2);
	}
	.designer_card .text {
		padding: 15px;
	}
	.designer_card .text .name {
		font-size: 18px;
	}
	.designer_card .name .styles {
		padding-left: 10px;
	}
	.box_1 .title {
		padding-top: 40px;
		font-size: 30px;
	}
	.box_1 .sub_title {
		padding-top: 10px;
	}
	.box_1 .img_wrap {
		padding-top: 25px;
		padding-bottom: 40px;
	}
	.box_1 .img_wrap .img_box {
		flex: auto;
		width: calc((100% - 20px) / 3);
	}
	.box_1 .img_wrap .img_box:nth-child(odd){
		padding-top: 0;
	}
	.box_1 .img_wrap .img_box:nth-child(1),
	.box_1 .img_wrap .img_box:nth-child(3){
		padding-top: 40px;
	}
	.box_1 .img_wrap .img_box:nth-child(5){
		margin-top: -40px;
	}
	.box_2 img {
		width: 150%;
		max-width: unset;
		margin-left:-25%;
	}
	.box_3 {
		padding-top: 0;
	}
	.box_5 .content {
		padding-bottom: 40px;
	}
	.box_5 .title {
		padding-top: 40px;
		font-size: 30px;
	}
	.box_5 .sub_title {
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.box_5 .content .item {
		width: 100%;
		margin-left: 0!important;
		flex-direction: column;
	}
	.box_5 .content .item img {
		width: 100%;
	}
	.box_5 .content .item .txt {
		width: 100%;
		justify-content: flex-start;
		font-size: 20px;
		padding:10px 10px 0  10px;
	}
	.box_5 .content .item .tag {
		width: 100%;
		justify-content: flex-start;
		font-size: 16px;
		padding:0  10px 10px 10px;
	}
	.box_5 .content .item:nth-child(2n) {
		flex-direction: column-reverse;
	}
	.box_6 {
		padding-bottom: 40px;
	}
	.box_6 .title {
		padding-top: 40px;
		font-size: 30px;
	}
	.box_6 .sub_title {
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.box_6 .img_box {
		flex-direction: column;
	}
	.box_7 img {
		width: 150%;
		max-width: unset;
		margin-left:-25%;
	}
	.box_8 {
		padding: 40px 0;
	}
	.list_news {
		padding-top: 30px;
		padding-bottom: 40px;
		background-color: #f5f5f5;
	}
	.list_news .w1300 {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	.list_news li {
		width: calc((100% - 10px) / 2);
	}
	.list_news li a {
		flex-direction: column;
	}
	.list_news li .img {
		width: 100%;
		padding-top: 66.66%;
	}
	.list_news li .msg {
		width: 100%;
		padding: 10px 10px 0 10px;
	}
	.list_news li .time {
		text-align: left;
		width: 100%;
		padding: 0 10px 10px 10px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.list_news li .msg .more {
		display: none;
	}
	.list_news li .msg .title {
		font-size: 15px;
	}
	.list_news li .msg .content {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 12px;
		margin: 5px 0;
		overflow: hidden;
	}
	.list_news li .time p {
		font-size: 24px;
	}
	.content_wrap {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.container {
		padding: 20px 20px 30px 20px;
	}
	.map {
		padding-top: 80%;
		margin-bottom: 20px;
	}
	.container .header11 .title {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.container .contact-info .phone,
	.container .contact-info .address {
		margin-bottom: 10px;
	}
	.container .contact-info .qrcodes {
		margin-bottom: 20px;
	}
	.container .form-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.container .contact-form {
		flex-wrap: wrap;
		gap: 10px;
	}
	.container .contact-form .form-group {
		flex:auto;
		width: calc((100% - 10px) / 2);
	}
}