@charset "utf-8";

/* Shared responsive layout for desktop, tablet and mobile. */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

.site-nav-toggle,
.site-nav-backdrop {
	display: none;
}

@media screen and (max-width: 1199px) {
	.container,
	.containerno {
		box-sizing: border-box;
		width: calc(100% - 40px);
		min-width: 0;
	}

	.swiper-container,
	.swiper-slide,
	.home-banner .swiper-slide {
		min-width: 0;
	}

	.advantages-grid,
	.business-grid,
	.home-news-grid {
		width: 100%;
	}

	.advantage-card {
		width: calc(33.333% - 14px);
		margin-right: 20px;
	}

	.advantage-card:nth-child(3n) {
		margin-right: 0;
	}

	.advantage-content {
		float: none;
		width: auto;
		margin-left: 70px;
	}

	.business-card {
		width: calc(25% - 15px);
	}

	.business-card:nth-child(5) {
		margin-left: calc(12.5% - 10px);
	}

	.home-about-copy {
		width: 47%;
		padding-left: 0;
	}

	.home-about-image {
		width: 49%;
	}

	.home-news-card {
		width: calc(33.333% - 14px);
	}

	.home-news-card:nth-child(2n) {
		margin-right: 20px;
	}

	.home-news-card:nth-child(3n) {
		margin-right: 0;
	}

	.home-news-thumb {
		width: 100%;
	}

	.home-news-info {
		width: 100%;
	}

	.con-left {
		width: 20%;
	}

	.con-right {
		box-sizing: border-box;
		width: 78%;
	}

	.business-page-grid {
		width: 100%;
	}

	.business-page-item {
		width: calc(50% - 9px);
	}

	.business-page-item:nth-child(2n) {
		margin-right: 0;
	}

	.news-card-image {
		height: 20vw;
		min-height: 180px;
		max-height: 230px;
	}

	.feedback-list ul li {
		box-sizing: border-box;
		width: calc(33.333% - 16px);
		margin-right: 24px;
	}

	.feedback-list ul li input[type=text] {
		box-sizing: border-box;
		width: calc(100% - 69px);
	}
}

@media screen and (min-width: 1101px) and (max-width: 1199px) {
	.site-brand {
		width: 235px;
	}

	.site-brand-logo {
		max-width: 235px;
	}

	.site-nav {
		margin-right: 8px;
	}

	.site-nav > ul > li > a {
		padding-right: 10px;
		padding-left: 10px;
	}

	.site-header-phone {
		width: 172px;
		padding-left: 12px;
	}
}

@media screen and (max-width: 1100px) {
	body.site-nav-open {
		overflow: hidden;
	}

	.site-header-modern,
	.site-brand,
	.site-nav {
		height: 72px;
	}

	.site-header-modern {
		position: relative;
		z-index: 10020;
	}

	.site-brand {
		width: calc(100% - 62px);
	}

	.site-brand-logo {
		max-width: min(260px, 100%);
		max-height: 54px;
		margin-top: 9px;
	}

	.site-header-phone {
		display: none;
	}

	.site-nav-toggle {
		position: absolute;
		right: 0;
		top: 14px;
		display: block;
		box-sizing: border-box;
		width: 44px;
		height: 44px;
		padding: 10px;
		background: transparent;
		border: 0;
		cursor: pointer;
		z-index: 10022;
	}

	.site-nav-toggle span {
		display: block;
		width: 24px;
		height: 2px;
		margin: 5px 0;
		background: #16345f;
		border-radius: 2px;
		transition: transform .25s ease, opacity .25s ease;
	}

	.site-nav-open .site-nav-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.site-nav-open .site-nav-toggle span:nth-child(2) {
		opacity: 0;
	}

	.site-nav-open .site-nav-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.site-nav {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 10021;
		box-sizing: border-box;
		width: min(86vw, 370px);
		height: 100vh;
		margin: 0;
		padding: 78px 22px 30px;
		background: #fff;
		box-shadow: -12px 0 30px rgba(20, 48, 70, .16);
		overflow-y: auto;
		transform: translateX(105%);
		transition: transform .28s ease;
	}

	.site-nav-open .site-nav {
		transform: translateX(0);
	}

	.site-nav > ul > li {
		float: none;
		height: auto;
		border-bottom: 1px solid #edf1f4;
	}

	.site-nav > ul > li > a {
		height: 52px;
		padding: 0 4px;
		font-size: 16px;
		line-height: 52px;
	}

	.site-nav > ul > li > a:after {
		display: none;
	}

	.site-subnav {
		position: static;
		box-sizing: border-box;
		width: 100%;
		padding: 0 0 8px 13px;
		background: #f7fafc;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.site-nav > ul > li:hover .site-subnav {
		transform: none;
	}

	.site-subnav a {
		height: 40px;
		padding: 0 12px;
		line-height: 40px;
	}

	.site-nav-backdrop {
		position: fixed;
		inset: 0;
		z-index: 10019;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(12, 28, 40, .48);
		border: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity .28s ease, visibility .28s ease;
	}

	.site-nav-open .site-nav-backdrop {
		opacity: 1;
		visibility: visible;
	}

	.advantage-card,
	.advantage-card:nth-child(2n),
	.advantage-card:nth-child(3n) {
		float: none;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		min-height: 174px;
		margin: 0 0 16px;
	}

	.business-card,
	.business-card:nth-child(2n),
	.business-card:nth-child(5) {
		float: none;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		min-height: 205px;
		margin: 0 0 16px;
	}

	.home-about-copy,
	.home-about-image {
		float: none;
		box-sizing: border-box;
		width: 100%;
	}

	.home-about-copy {
		padding-left: 0;
	}

	.home-about-intro {
		height: auto;
		max-height: 174px;
	}

	.home-about-image {
		height: min(56vw, 470px);
		margin-top: 34px;
	}

	.home-news-card {
		float: none;
		width: 100%;
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
	}

	.home-news-card:nth-child(2n) {
		margin-right: auto;
	}

	.home-news-card:nth-child(3n) {
		margin-right: auto;
	}

	.footer-nav ul li,
	.footer-nav ul li:first-child,
	.footer-nav ul li:last-child {
		box-sizing: border-box;
		float: left;
		width: 50%;
		margin: 0 0 26px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 900px) {
	.con-left,
	.con-right {
		float: none;
		width: 100%;
	}

	.con-left {
		overflow: visible;
	}

	.con-left .subcat .sub-tit {
		box-sizing: border-box;
		width: 100%;
	}

	.con-left .subcat ul {
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #ededed;
	}

	.con-left .subcat ul li,
	.con-left .subcat ul.subTree li.on {
		box-sizing: border-box;
		width: 33.333%;
		height: 44px;
		border-right: 1px solid #ededed;
	}

	.con-left .subcat ul li:nth-child(3n) {
		border-right: 0;
	}

	.con-left .subtac {
		display: none;
	}

	.con-right {
		margin-top: 16px;
	}

	.contact-us .us-right,
	.pro-content .pro-layer-detail .detail-right {
		width: 100%;
	}

	.layui-layer-content,
	.pro-layer-detail,
	.map-layer-detail .layui-layer-content,
	.map-layer-detail,
	.team-layer {
		box-sizing: border-box;
		max-width: calc(100vw - 30px);
		width: calc(100vw - 30px) !important;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		background: #fff;
	}

	.container,
	.containerno {
		width: calc(100% - 28px);
	}

	.site-header-modern,
	.site-brand {
		height: 64px;
	}

	.site-brand-logo {
		max-width: min(220px, 100%);
		max-height: 48px;
		margin-top: 8px;
	}

	.site-nav-toggle {
		top: 10px;
		right: -2px;
	}

	.home-banner,
	.home-banner .swiper-wrapper,
	.home-banner .swiper-slide {
		height: 54vw;
		min-height: 205px;
		max-height: 340px;
	}

	.home-banner .swiper-slide {
		background-position: 12% center;
	}

	.service-advantages,
	.core-business-home,
	.home-about-modern,
	.home-news-center {
		padding: 36px 0;
	}

	.advantages-heading {
		margin-bottom: 24px;
	}

	.advantages-heading h2,
	.business-heading h2 {
		font-size: 25px;
		line-height: 36px;
	}

	.advantages-heading p,
	.business-heading p {
		font-size: 13px;
		line-height: 22px;
	}

	.advantage-card,
	.advantage-card:nth-child(2n),
	.advantage-card:nth-child(3n) {
		float: none;
		width: 100%;
		height: auto;
		min-height: 174px;
		margin: 0 0 14px;
		padding: 23px 20px;
	}

	.advantage-content h3 {
		font-size: 16px;
	}

	.business-heading > div,
	.home-news-heading > div {
		float: none;
	}

	.business-all,
	.home-news-all {
		float: none;
		display: inline-block;
		margin-top: 15px;
	}

	.business-card,
	.business-card:nth-child(2n),
	.business-card:nth-child(5) {
		float: none;
		width: 100%;
		height: auto;
		min-height: 205px;
		margin: 0 0 14px;
	}

	.home-about-copy,
	.home-about-image {
		float: none;
		width: 100%;
	}

	.home-about-copy {
		padding-top: 0;
	}

	.home-about-copy h2 {
		font-size: 24px;
	}

	.home-about-intro {
		height: auto;
		max-height: 174px;
	}

	.home-about-values {
		display: flex;
		justify-content: space-between;
		margin: 24px 0;
	}

	.home-about-values li {
		float: none;
		width: 31%;
		margin: 0;
		text-align: center;
	}

	.home-about-icon {
		margin-right: auto;
		margin-left: auto;
	}

	.home-about-image {
		height: 62vw;
		max-height: 420px;
		margin-top: 30px;
	}

	.home-news-heading h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.home-news-heading p {
		font-size: 20px;
	}

	.home-news-card {
		height: auto;
		min-height: 128px;
	}

	.home-news-thumb {
		width: 100%;
		height: 52vw;
		min-height: 190px;
		max-height: 320px;
	}

	.home-news-info {
		width: 100%;
		padding: 17px 4px 4px;
	}

	.home-news-info p {
		height: 44px;
	}

	.footer-nav {
		padding: 26px 0 4px;
	}

	.footer-nav ul li,
	.footer-nav ul li:first-child,
	.footer-nav ul li:last-child {
		width: 50%;
		min-height: 110px;
		margin-bottom: 18px;
		padding: 0 14px 0 0;
	}

	.footer-nav ul li:nth-child(2n) {
		padding: 0 0 0 14px;
	}

	.footer-nav ul li a {
		padding: 12px 18px 0 0;
	}

	.footer .copyright {
		padding: 16px 0 calc(14px + env(safe-area-inset-bottom));
		font-size: 12px;
		line-height: 22px;
		text-align: center;
	}

	.kefu_q3 {
		display: none;
	}

	.hg20-color {
		height: 10px;
	}

	.back-color {
		padding-top: 4px;
	}

	.con-left .subcat ul li,
	.con-left .subcat ul.subTree li.on {
		width: 50%;
	}

	.con-left .subcat ul li:nth-child(3n) {
		border-right: 1px solid #ededed;
	}

	.con-left .subcat ul li:nth-child(2n) {
		border-right: 0;
	}

	.con-right {
		padding: 0 14px;
	}

	.con-right .current {
		height: 56px;
		line-height: 56px;
	}

	.con-right .current .curr-left h3 {
		font-size: 18px;
	}

	.con-right .current .curr-right {
		display: none;
	}

	.detail {
		padding: 20px 0;
		font-size: 14px;
		line-height: 1.8;
		overflow-wrap: anywhere;
	}

	.detail table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	.detail iframe,
	.detail video {
		max-width: 100%;
	}

	.page-about .detail h2 {
		font-size: 19px;
	}

	.business-page-intro {
		padding: 15px;
	}

	.business-page-item,
	.business-page-item:nth-child(2n) {
		float: none;
		width: 100%;
		height: auto;
		min-height: 145px;
		margin: 0 0 14px;
	}

	.news-list ul li h5,
	.article-list ul li h5 {
		padding-top: 2px;
		font-size: 16px;
		line-height: 24px;
	}

	.news-list ul li p.reamk,
	.article-list ul li p.reamk {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.news-card-item,
	.news-card-item:nth-child(2n) {
		float: none;
		width: 100%;
		margin: 0 0 16px;
	}

	.news-card-image {
		height: 52vw;
		min-height: 190px;
		max-height: 320px;
	}

	.news-card-body {
		min-height: 0;
		padding: 17px 18px 16px;
	}

	.news-card-body strong {
		font-size: 17px;
	}

	.content-title {
		padding-top: 20px;
	}

	.content-title h1 {
		font-size: 19px;
		line-height: 28px;
	}

	.team-list ul li {
		padding: 12px;
	}

	.team-list ul li img {
		width: 34%;
		height: auto;
		margin-right: 14px;
	}

	.team-list ul li h5 {
		padding-top: 0;
	}

	.team-list ul li p.remark {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.feedback-list ul {
		display: block;
	}

	.feedback-list ul li,
	.feedback-list ul li:nth-of-type(3) {
		float: none;
		width: 100%;
		margin: 0 0 14px;
	}

	.feedback-list ul li.textarea {
		margin: 0 0 18px;
	}

	.feedback-list ul li input[type=text] {
		width: calc(100% - 69px);
	}

	.feedback-list ul li.submit input[type=submit] {
		width: 100%;
	}

	.Pre-Next {
		text-align: left;
	}

	.Pre-Next p,
	.Pre-Next p.page-prev,
	.Pre-Next p.page-next {
		float: none;
		box-sizing: border-box;
		max-width: 100%;
		margin: 0 0 10px;
		text-align: left;
	}

	.Pre-Next p.page-next {
		padding-right: 23px;
	}

	.Pre-Next a.return {
		display: block;
		width: max-content;
		margin: 12px auto 0;
	}

	.page-index,
	.page-last,
	.page-next,
	.page-num,
	.page-pre,
	.page-status {
		padding-right: 11px;
		padding-left: 11px;
	}
}

@media screen and (max-width: 480px) {
	.home-banner,
	.home-banner .swiper-wrapper,
	.home-banner .swiper-slide {
		height: 58vw;
		min-height: 190px;
	}

	.home-banner .swiper-slide {
		background-position: 10% center;
	}

	.advantage-icon {
		width: 46px;
		height: 46px;
	}

	.advantage-icon svg {
		width: 26px;
		height: 26px;
		margin-top: 10px;
	}

	.advantage-content {
		margin-left: 58px;
	}

	.home-about-values strong {
		font-size: 13px;
	}

	.home-news-card > a {
		padding: 9px;
	}

	.home-news-thumb {
		height: 102px;
	}

	.home-news-info h3 {
		font-size: 14px;
	}

	.home-news-info p {
		display: block;
		height: 48px;
	}

	.footer-nav ul li,
	.footer-nav ul li:first-child,
	.footer-nav ul li:last-child,
	.footer-nav ul li:nth-child(2n) {
		float: none;
		width: 100%;
		min-height: 0;
		padding: 0;
	}

	.team-list ul li img {
		float: none;
		width: 100%;
		margin: 0 0 14px;
	}
}
