* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,
ol {
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover,
a:focus {
	text-decoration: none;
}
img {
	vertical-align: middle;
}
i,
em {
	font-style: normal;
}
p {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
	margin-bottom: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container {
	padding: 0;
}
html {
	overflow-x: hidden;
}

body {
	font-family: PingFang SC, sans-serif;
}

/* 先隐藏掉 */
.foot .footer-main .left .qrcode {
	display: none;
}

.br {
	display: none;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-active {
	outline: none;
}

/* 去除按钮点击边框 */
.swiper-button-prev,
.swiper-button-next {
	outline: none !important;
}

/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus {
	outline: none !important;
}

/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: auto !important;
}

.more-business {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 165px;
	height: 49px;
	margin: 77px auto 0px;
}
.more-business p {
	border-bottom: 1px solid #d9d9d9;
	flex: 1;
	padding-bottom: 10px;
	text-align: center;
}
.more-business div {
	width: 49px;
	height: 49px;
	background-color: #a93135;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-45deg);
	transition: all 0.5s;
}
.more-business:hover p {
	color: #a93135;
}
.more-business:hover div {
	transform: rotate(0deg);
}
.fenye {
	display: flex;
	margin-bottom: 100px;
}
.fenye .prev,
.fenye .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 124px;
	height: 42px;
	border: 1px solid #e7e7e7;
	background: #fff;
	color: #212121;
	font-size: 15px;
	border-collapse: collapse;
}
.fenye .default {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 42px;
	color: #212121;
	border: 1px solid #e7e7e7;
	border-collapse: collapse;
	background: #fff;
	font-size: 15px;
}
.fenye .current {
	background: #a93135;
	color: #fff;
}
.bread {
	margin-top: 25px;
	margin-bottom: 29px;
}
.bread img {
	margin-right: 5px;
}
.bread span,
.bread a {
	color: #6b6b6b;
	font-size: 16px;
	vertical-align: middle;
}

.common-banner {
	position: relative;
}
.common-banner .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.common-banner .txt p:nth-child(1) {
	color: #fff;
	font-size: 44px;
	font-weight: 900;
	line-height: 40px;
}
.common-banner .txt p:nth-child(2) {
	color: #e7e7e7;
	font-size: 22px;
	font-weight: 700;
	margin-top: 9px;
}
.common-title {
	text-align: center;
}
.common-title h4 {
	color: #2e2e2e;
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 12px;
}
.common-title p {
	color: #545454;
	font-size: 14px;
}
.head-wrap {
	width: 100%;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}
#header {
	position: relative;
	height: 92px;
	display: flex;
	align-items: center;
}
#header .logo {
	margin-top: 0;
	margin-bottom: 0;
}
#header .logo a {
	display: inline-block;
}
#header .desc {
	height: 48px;
	border-left: 1px solid #d7d7d7;
}
#header .desc p {
	margin-left: 19px;
}
#header .desc p:nth-child(1) {
	color: #949494;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#header .desc p:nth-child(2) {
	color: #343434;
	font-size: 20px;
	font-weight: 900;
}
#header #nav {
	position: absolute;
	right: 0;
	display: flex;
	height: 100%;
}
#header #nav li {
	height: 100%;
	margin-right: 48px;
}
#header #nav li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 0 10px;
	color: #000;
	border-bottom: 3px solid transparent;
}
#header #nav li a.active {
	color: #a93135;
	border-bottom-color: #a93135;
	font-weight: 700;
}
#header #nav li a:hover {
	color: #a93135;
	border-bottom-color: #a93135;
	font-weight: 700;
}
#header .phone-btn {
	width: 35px;
	height: 35px;
	color: #fff;
	display: none;
}
#header .phone-btn img {
	display: block;
	max-width: 100%;
	height: auto;
	display: none;
}
#header .phone-btn img.active {
	display: block;
}
.banner {
	width: 100%;
	height: auto;
}
.banner .swiper .swiper-slide {
	position: relative;
}
.banner .swiper .swiper-slide .bannner-panel {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner .swiper .swiper-slide .bannner-panel img {
	width: 50%;
	margin: 0 auto;
}
.banner .swiper .swiper-slide .bannner-panel p {
	color: #fff;
	margin-top: 32px;
	font-size: 32px;
	font-weight: 700;
}
.banner .swiper .swiper-pagination {
	position: absolute;
	left: 50%;
	bottom: 33px;
	transform: translateX(-50%);
}
.banner .swiper .swiper-pagination-bullet {
	width: 57px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin-right: 14px;
	margin-left: 0;
	opacity: 1;
}
.banner .swiper .swiper-pagination-bullet-active {
	background-color: #dc4c51;
}
.do-something {
	padding-top: 90px;
	text-align: center;
}
.do-something h3 {
	color: #2e2e2e;
	font-size: 42px;
	font-weight: 900;
}
.do-something .subtitle {
	color: #545454;
	margin-top: 12px;
	font-size: 14px;
	margin-bottom: 69px;
}
.do-something .show-list {
	display: flex;
	justify-content: space-between;
}
.do-something .show-list .show-item {
	position: relative;
	width: 303px;
	height: 339px;
	background-color: #f4f4f4;
	cursor: pointer;
	overflow: hidden;
}
.do-something .show-list .show-item:hover .box {
	top: -100%;
}
.do-something .show-list .show-item:hover .box-hover {
	top: 0;
}
.do-something .show-list .show-item .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.do-something .show-list .show-item .box p {
	color: #2f2f2f;
	font-size: 24px;
	font-weight: 700;
	margin-top: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.do-something .show-list .show-item .box-hover {
	position: absolute;
	padding-top: 67px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	transition: all 0.5s;
	background: linear-gradient(180deg, #d8343a 0%, #b5292d 100%);
	box-shadow: 0px 15px 30px 0px rgba(202, 47, 53, 0.1);
	overflow: hidden;
}
.do-something .show-list .show-item .box-hover p:nth-of-type(1) {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 11px;
}
.do-something .show-list .show-item .box-hover .sub-title {
	width: 65%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-top: 27px;
	margin-top: 35px;
	border-top: 1px dashed #fff;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 15;
}
.do-something .show-list .show-item .box-hover .hover-img {
	width: 80px;
	height: 80px;
	display: inline-block;
}
.do-something .show-list .show-item .box-hover .hover-img img {
	width: auto;
	height: auto;
}
.do-something .show-list .show-item .box-hover .circle {
	position: absolute;
	width: 50%;
	height: 50%;
	right: 0;
	bottom: 0;
}
.about {
	margin-top: 88px;
	padding-top: 189px;
	padding-left: 198px;
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.about .about-content {
	display: flex;
}
.about .about-content .about-img {
	width: 590px;
	height: 431px;
	border-radius: 4px;
}
.about .about-content .text {
	width: 802px;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	margin-left: 106px;
	text-align: justify;
}
.about .about-content .text span.custom {
	color: #ffb462;
}
.about .about-content .text h4 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 23px;
}
.about .about-content .text .more-business {
	margin: 43px 0 0;
}
.about .about-content .text .more-business:hover p {
	color: #a93135;
}
.about .about-content .text .more-business p {
	color: #fff;
}
.news {
	padding-top: 90px;
}
.news .news-content {
	padding-top: 88px;
	display: flex;
}
.news .news-content .left {
	width: 626px;
}
.news .news-content .left .swiper {
	height: auto;
}
.news .news-content .left .swiper-slide {
	display: inline-block;
	cursor: pointer;
}
.news .news-content .left .swiper-slide > * {
	display: block;
}
.news .news-content .left .swiper-slide p {
	padding-left: 5px;
	text-align: left;
}
.news .news-content .left .swiper-slide .time {
	color: #787878;
	font-size: 15px;
	margin-top: 25px;
}
.news .news-content .left .swiper-slide .title {
	margin-top: 34px;
	color: #3a3a3a;
	font-size: 28px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news .news-content .left .swiper-slide .desc {
	margin-top: 50px;
	color: #828282;
	font-size: 16px;
	line-height: 32px;
	max-width: 95%;
	display: -webkit-box;
	/* 将文本视为弹性盒子 */
	-webkit-box-orient: vertical;
	/* 设置盒子方向为垂直 */
	-webkit-line-clamp: 2;
	/* 设置显示的最大行数 */
	text-overflow: ellipsis;
	/* 溢出部分显示省略号 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-align: left;
}
.news .news-content .left .more-business {
	margin: 0;
	margin-top: 63px;
}
.news .news-content .left .arrow-content {
	display: flex;
	margin-top: -14px;
}
.news .news-content .left .arrow-content .left-arrow,
.news .news-content .left .arrow-content .right-arrow {
	width: 44px;
	height: 44px;
	background-color: #d9d9d9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	transition: all 0.5s;
	outline: none;
}
.news .news-content .left .arrow-content .left-arrow .arrow-hover,
.news .news-content .left .arrow-content .right-arrow .arrow-hover {
	display: none;
}
.news .news-content .left .arrow-content .left-arrow:hover,
.news .news-content .left .arrow-content .right-arrow:hover {
	background-color: #a93135;
}
.news .news-content .left .arrow-content .left-arrow:hover .arrow-default,
.news .news-content .left .arrow-content .right-arrow:hover .arrow-default {
	display: none;
}
.news .news-content .left .arrow-content .left-arrow:hover .arrow-hover,
.news .news-content .left .arrow-content .right-arrow:hover .arrow-hover {
	display: block;
}
.news .news-content .left .arrow-content .right-arrow {
	margin-left: 27px;
}
.news .news-content .right {
	margin-left: 96px;
	padding-bottom: 10px;
	width: 874px;
	border-top: 1px solid #dbdbdb;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #dbdbdb;
}
.news .news-content .right .news-item {
	padding-top: 26px;
	display: block;
	width: 377px;
	cursor: pointer;
	user-select: none;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}
.news .news-content .right .news-item::before {
	content: "";
	position: absolute;
	left: -100%;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #a93135;
	transition: all 0.5s;
}
.news .news-content .right .news-item .time {
	color: #b7b7b7;
	font-size: 15px;
}
/* 修改 */
.news .news-content .right .news-item .title {
	color: #585858;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .news-content .right .news-item:hover::before {
	left: 0;
}
.news .news-content .right .news-item:hover .time,
.news .news-content .right .news-item:hover .title {
	color: #a93135;
}
.value-platform {
	margin-top: 101px;
	padding-top: 61px;
	width: 100%;
	height: 316px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.value-platform .zixun {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 140px;
	height: 36px;
	border-radius: 1px;
	border: 1px solid #fff;
	font-weight: 900;
}
.value-platform .zixun:hover {
	background-color: #fff;
	color: #a93135;
}
.value-platform p:nth-of-type(1) {
	font-size: 36px;
	font-weight: 700;
}
.value-platform p:nth-of-type(2) {
	font-size: 16px;
	margin-top: 12px;
}

.value-platform p:nth-of-type(3) {
	margin-top: 12px;
	font-weight: 900;
	font-size: 24px;
}

.value-platform p:nth-of-type(3) a {
	font-size: 24px;
	color: #fff;
}
.customer {
	padding-top: 91px;
	padding-bottom: 91px;
}
.customer .customer-list {
	padding-top: 75px;
	display: flex;
	flex-wrap: wrap;
}
.customer .customer-list .item {
	width: 20%;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
	overflow: hidden;
}
.customer .customer-list .item:hover img {
	transform: scale(1.1);
}
.customer .customer-list .item img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all 0.45s;
	object-fit: cover;
	object-position: center;
}
.customer .customer-list .item:nth-child(5n) {
	border-right: none;
}
.customer .customer-list .item:nth-child(n + 11) {
	border-bottom: none;
}
.foot {
	padding-top: 53px;
	background-color: #a93035;
}
.foot .container {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.foot .footer-main {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cb4f54;
	/* padding-bottom: 56px; */
}
.foot .footer-main .left {
	color: #fff;
}
.foot .footer-main .left p:nth-of-type(1) {
	margin-top: 47px;
	font-size: 16px;
	font-weight: 700;
}
.foot .footer-main .left p:nth-of-type(2) {
	margin-top: 8px;
	margin-bottom: 22px;
	font-size: 26px;
	font-weight: 900;
}
.foot .footer-main .left p:nth-of-type(3) {
	/* font-size: 16px; */
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 8px;
}
.foot .footer-main .left p:nth-of-type(4) {
	/* font-size: 15px; */
	font-size: 14px;
	font-weight: 900;
}
.foot .footer-main .right {
	position: relative;
	padding-top: 30px;
}
.foot .footer-main .right .foot-list {
	display: flex;
}
.foot .footer-main .right .foot-list ul {
	/* margin-right: 89px; */
	margin-right: 4.6354vw;
	white-space: nowrap;
}
.foot .footer-main .right .foot-list ul h4 {
	margin-bottom: 25px;
}
.foot .footer-main .right .foot-list ul h4 a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.foot .footer-main .right .foot-list ul li {
	margin-bottom: 12px;
}
.foot .footer-main .right .foot-list ul li a {
	color: #f1f1f1;
	font-size: 14px;
}
.foot .footer-main .right .foot-list ul:last-child {
	margin-right: 0;
}
/* 修改二维码位置 */
.foot .footer-main .right .qrcode {
	display: flex;
	position: relative;
	top: -80px;
	float: right;
	z-index: 9;
}
.foot .footer-main .right .qrcode p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.foot .footer-note {
	padding-top: 18px;
	padding-bottom: 24px;
	color: #fff;
	/* font-size: 15px; */
	font-size: 14px;
	font-weight: 900;
}
.foot .footer-note a {
	color: #fff;
}
.fixed-tool {
	position: fixed;
	right: 0;
	top: 277px;
	z-index: 99;
	cursor: pointer;
}
.fixed-tool .tool-item {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6px;
	background-color: #f20c2b;
	border-radius: 6px;
}
.fixed-tool .tool-item .hover-box {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	text-align: center;
	padding: 11px 7px;
	display: none;
}
.fixed-tool .tool-item .hover-tool {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	width: 271px;
	height: 101px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding-left: 10px;
	display: none;
}
.fixed-tool .tool-item .hover-tool .text {
	padding-left: 8px;
}
.fixed-tool .tool-item .hover-tool .text .red {
	color: #d72227;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 2px;
}
.fixed-tool .tool-item .hover-tool .text .gray {
	color: #ababab;
	font-size: 14px;
	font-weight: 700;
}
.fixed-tool .tool-item .hover-tool::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #d51419;
}
.fixed-tool .tool-item .hover-tool::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	z-index: 101;
	border-top: 10px solid transparent;
	/* 三角形上边的边框 */
	border-bottom: 10px solid transparent;
	/* 三角形下边的边框 */
	border-left: 10px solid white;
	/* 三角形左边的边框 */
}
.fixed-tool .tool-item .wechat-hover-box {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	width: 138px;
	height: 153px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
	background-color: #fff;
}
.fixed-tool .tool-item .wechat-hover-box .wechat-img {
	width: 106px;
	height: 106px;
	background-color: #f1ac60;
}
.fixed-tool .tool-item .wechat-hover-box .wechat-img img {
	width: inherit;
	height: inherit;
	object-fit: contain;
}
.fixed-tool .tool-item .wechat-hover-box .wechat-text {
	color: #505050;
	font-size: 12px;
	padding-top: 5px;
}
.fixed-tool .tool-item .wechat-hover-box::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	z-index: 101;
	border-top: 10px solid transparent;
	/* 三角形上边的边框 */
	border-bottom: 10px solid transparent;
	/* 三角形下边的边框 */
	border-left: 10px solid white;
	/* 三角形左边的边框 */
}
.fixed-tool .tool-item .go-top {
	width: inherit;
	height: inherit;
	border-radius: 6px;
	user-select: none;
}
.fixed-tool .tool-item:hover .default-box {
	display: none;
}
.fixed-tool .tool-item:hover .hover-box {
	display: block;
}
.fixed-tool .tool-item:hover .hover-tool {
	display: flex;
}
.fixed-tool .tool-item:hover .wechat-hover-box {
	display: flex;
}
.fixed-tool #go-top:hover {
	background-color: #f8f8f8;
}
.wrap-small,
.wrap-large {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.contact-content {
	padding-top: 102px;
	padding-bottom: 174px;
}
.contact-content .wrap-small {
	display: flex;
}
.contact-content .title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
}
.contact-content .left {
	padding-right: 105px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #e1e1e1;
}
.contact-content .left .title {
	width: 427px;
	padding-bottom: 26px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
}
.contact-content .left .contact-item {
	margin-bottom: 40px;
}
.contact-content .left .contact-item .head {
	display: flex;
	align-items: center;
}
.contact-content .left .contact-item .head h5 {
	margin-left: 8px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}
.contact-content .left .contact-item .main {
	margin-top: 13px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.contact-content .left .contact-item .main p {
	color: #494949;
	font-size: 16px;
}
.contact-content .left .contact-item .main .phone {
	color: #a93135;
	font-size: 22px;
	font-weight: 900;
}
.contact-content .left .contact-item .main .sub-title {
	color: #949494;
	font-size: 16px;
	font-weight: 900;
	display: inline-block;
}
.contact-content .left .contact-item .main .contact-wechat {
	margin-top: 8px;
}
.contact-content .right {
	padding-left: 88px;
}
.contact-content .right .row1 {
	padding-top: 61px;
	display: flex;
}
.contact-content .right .row1 input {
	width: 316px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	background: #f9f9f9;
	padding-left: 20px;
	outline: none;
	color: #949494;
	font-size: 16px;
	font-weight: 700;
}
.contact-content .right .row1 input:nth-child(2) {
	margin-left: 25px;
}
.contact-content .right .row2 {
	margin-top: 32px;
}
.contact-content .right .row2 textarea {
	width: 656px;
	height: 315px;
	outline: none;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	background: #f9f9f9;
	resize: none;
	color: #949494;
	font-size: 16px;
	font-weight: 700;
	padding-top: 16px;
	padding-left: 20px;
}
.contact-content .right .row3 {
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.contact-content .right .row3 input {
	width: 221px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	background: #f2f2f2;
	padding-left: 20px;
	color: #949494;
	font-size: 16px;
	outline: none;
	font-weight: 700;
}
.contact-content .right .row3 img {
	margin: 0 20px;
}
.contact-content .right .row3 a {
	color: #4f4f4f;
	font-size: 15px;
	font-weight: 700;
	user-select: none;
	cursor: pointer;
}
.contact-content .right .row4 {
	margin-top: 22px;
}
.contact-content .right .row4 button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 155px;
	height: 54px;
	border-radius: 4px;
	background: #ce3035;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border: none;
}
.news-page .news-page-swiper {
	margin-bottom: 50px;
}
.news-page .news-page-swiper .swiper-wrapper {
	position: relative;
}
.news-page .news-page-swiper .swiper-slide {
	display: flex;
	height: 420px;
}
.news-page .news-page-swiper .swiper-slide .img {
	width: 720px;
	height: 100%;
	flex-shrink: 0;
}
.news-page .news-page-swiper .swiper-slide .img img {
	object-fit: cover;
	object-position: center center;
}
.news-page .news-page-swiper .swiper-slide .text {
	flex: 1;
	height: 100%;
	background: #f6f6f6;
	padding-left: 64px;
	padding-top: 68px;
	padding-right: 60px;
	text-align: left;
}
.news-page .news-page-swiper .swiper-slide .text .time {
	color: #df9412;
	font-size: 24px;
	font-weight: 900;
}
.news-page .news-page-swiper .swiper-slide .text .title {
	color: #3a3a3a;
	font-size: 28px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 21px;
	max-width: 100%;
}
.news-page .news-page-swiper .swiper-slide .text .content {
	cursor: pointer;
	color: #717171;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-page .news-page-swiper .swiper-pagination {
	position: absolute;
	width: auto !important;
	left: 785px;
	bottom: 55px;
}
.news-page .news-page-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 27px;
	height: 5px;
	background: #d2d2d2;
	border-radius: 0;
	margin-right: 10px;
	opacity: 1 !important;
}
.news-page .news-page-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #a93135;
}
.news-page .news-list {
	margin-bottom: 46px;
	width: 100%;
}
.news-page .news-item {
	width: 100%;
	display: flex;
	padding-bottom: 42px;
	padding-top: 42px;
	border-bottom: 1px solid #ededed;
}

.news-page .news-item .left img {
	width: 295px;
	height: 189px;
	/* object-fit: contain; */
	object-fit: cover;
	object-position: center;
}
.news-page .news-item:first-child {
	padding-top: 0;
}
.news-page .news-item .right {
	padding-left: 41px;
	padding-top: 14px;
	flex: 1;
}

.news-page .news-item .right:hover .title {
	color: #a93135;
}
.news-page .news-item .right .title {
	color: #3a3a3a;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-page .news-item .right p {
	color: #717171;
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-page .news-item .right .more-business {
	margin: 15px 0 0;
}
.news-page .news-item .right .more-business:hover p {
	color: #a93135;
	border-bottom-color: #a93135;
}
.cooperate .title-wrap {
	margin-top: 85px;
	margin-bottom: 34px;
	text-align: center;
}
.cooperate .title-wrap .title {
	color: #181818;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
}
.cooperate .title-wrap .sub-title {
	color: #cfcfcf;
	font-size: 22px;
	font-weight: 700;
	margin-top: 9px;
}
.cooperate .img-list {
	display: flex;
	flex-wrap: wrap;
}
.cooperate .img-list .img-item {
	margin-bottom: 30px;
	cursor: pointer;
	margin-right: 15px;
}
.cooperate .img-list .img-item img {
	transition: all 0.5s ease;
	border: 1px solid #e9e9e9;
	width: 302px;
	height: 186px;
	object-fit: contain;
	object-position: center;
}
.cooperate .img-list .img-item img:hover {
	transform: scale(0.9);
}
.cooperate .img-list .img-item p {
	color: #434343;
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
}
.cooperate .fenye {
	margin-top: 41px;
	margin-bottom: 82px;
	display: flex;
	justify-content: center;
}
.team-page .banner {
	position: relative;
}
.team-page .banner img {
	display: block;
	max-width: 100%;
	height: auto;
}
.team-page .banner .text {
	position: absolute;
	left: 50%;
	top: 57%;
	transform: translate(-50%, -50%);
}
.team-page .banner .text p:nth-child(1) {
	color: #fff;
	font-size: 44px;
	font-weight: 900;
	line-height: 40px;
}
.team-page .banner .text p:nth-child(2) {
	color: #e7e7e7;
	font-size: 22px;
	font-weight: 700;
	margin-top: 9px;
}
.team-page .team-show {
	text-align: center;
	margin-bottom: 46px;
	margin-top: 126px;
}
.team-page .team-show h4 {
	color: #343434;
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 17px;
}
.team-page .team-show p {
	color: #585858;
	font-size: 18px;
	line-height: 1.75;
}
.team-page .swiper-content {
	position: relative;
	cursor: pointer;
	margin-bottom: 93px;
}
.team-page .swiper-content .arrow-left,
.team-page .swiper-content .arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.team-page .swiper-content .arrow-left .hover-img,
.team-page .swiper-content .arrow-right .hover-img {
	display: none;
}
.team-page .swiper-content .arrow-left:hover img,
.team-page .swiper-content .arrow-right:hover img {
	display: none;
}
.team-page .swiper-content .arrow-left:hover .hover-img,
.team-page .swiper-content .arrow-right:hover .hover-img {
	display: block;
}
.team-page .swiper-content .arrow-left {
	left: -72px;
	outline: none;
}
.team-page .swiper-content .arrow-right {
	right: -72px;
	outline: none;
}
.team-page .card-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 137px;
}
.team-page .card-list .card-item {
	position: relative;
	width: 339px;
	height: 240px;
	border: 1px solid #d9d9d9;
	background: #fff;
	padding: 37px 49px 0;
	overflow: hidden;
	cursor: pointer;
	transition: 0.25s ease;
}
.team-page .card-list .card-item h5 {
	color: #212121;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 10px;
	text-align: center;
}
.team-page .card-list .card-item p {
	color: #434343;
	font-size: 16px;
	line-height: 26px;
	max-width: 100%;
}
.team-page .card-list .card-item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: -100%;
	top: 0;
	background-color: #d62f35;
	transition: all 0.25s ease;
}
.team-page .card-list .card-item:hover {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.team-page .card-list .card-item:hover h5 {
	color: #c6282d;
}
.team-page .card-list .card-item:hover::before {
	left: 0;
}
.detail-page .news-main {
	border-top: 12px solid #f9f9f9;
	padding-top: 46px;
}
.detail-page .news-main .title-box {
	text-align: center;
	padding-bottom: 27px;
}
.detail-page .news-main .title-box h5 {
	color: #181818;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
}
.detail-page .news-main .title-box p {
	margin-top: 26px;
}
.detail-page .news-main .title-box p span {
	color: #666672;
	font-size: 14px;
}
.detail-page .news-main .title-box p span:nth-child(1) {
	margin-right: 19px;
}
.detail-page .news-main .content {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.detail-page .news-main .content p {
	margin-top: 36px;
	margin-bottom: 36px;
	color: #505050;
	font-size: 16px;
	line-height: 2;
}
.detail-page .news-main .content .foot-title {
	color: #000;
	font-size: 16px;
	line-height: 2;
}
.detail-page .news-main .news-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 26px;
	padding-bottom: 88px;
}
.detail-page .news-main .news-footer .toggle {
	display: flex;
	flex-direction: column;
}
.detail-page .news-main .news-footer .toggle a {
	color: #666672;
	font-size: 14px;
	line-height: 26px;
}
.detail-page .news-main .news-footer .share {
	display: flex;
	align-items: center;
}
.detail-page .news-main .news-footer .share div {
	margin-left: 6px;
	width: 28px;
	height: 28px;
	background-color: #ccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
}
.detail-page .news-main .news-footer .share div:hover {
	cursor: pointer;
	background-color: #9bd355;
}
.profile-page .culture-text {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.profile-page .culture-text h5 {
	color: #343434;
	font-size: 46px;
	font-weight: 900;
}
.profile-page .culture-text p {
	color: #5c5c5c;
	font-size: 20px;
	margin-top: 12px;
}
.profile-page .company-profile {
	padding-top: 104px;
	padding-bottom: 108px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}
.profile-page .company-profile .wrap-large {
	display: flex;
}
.profile-page .company-profile .left {
	padding-right: 26px;
}
.profile-page .company-profile .left h5 {
	color: #343434;
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 38px;
}
.profile-page .company-profile .left p {
	color: #5c5c5c;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 40px;
}
.profile-page .company-profile .right img {
	box-shadow: 40px 37px #ffe7e8;
}
.profile-page .culture {
	padding-top: 120px;
	padding-bottom: 141px;
	background-color: #f5f5f5;
}
.profile-page .culture .main {
	display: flex;
	margin-top: 56px;
	height: 607px;
}
.profile-page .culture .main .left {
	width: 717px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 71px 58px 0;
}
.profile-page .culture .main .left .item {
	padding-bottom: 22px;
	border-bottom: 1px solid #fff;
}
.profile-page .culture .main .left .item .top-box {
	display: flex;
	align-items: center;
}
.profile-page .culture .main .left .item .top-box .text-wrap {
	flex: 1;
	margin-left: 9px;
}
.profile-page .culture .main .left .item .top-box .text-wrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
}
.profile-page .culture .main .left .item .top-box .show-btn {
	cursor: pointer;
	user-select: none;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-page .culture .main .left .item .top-box .show-btn .close-img {
	display: none;
}
.profile-page .culture .main .left .item .top-box .show-btn.active img {
	display: none;
}
.profile-page .culture .main .left .item .top-box .show-btn.active .close-img {
	display: block;
}
.profile-page .culture .main .left .item .hidden-text {
	color: #efefef;
	font-size: 16px;
	line-height: 28px;
	padding-left: 60px;
	display: none;
}
.profile-page .culture .main .left .item:nth-child(n + 2) {
	padding-top: 21px;
}
.profile-page .culture .main .right {
	flex: 1;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-page .honor {
	padding-top: 112px;
	padding-bottom: 120px;
}
.profile-page .honor .wrap-large {
	position: relative;
}
.profile-page .honor .wrap-large .swiper {
	margin-top: 69px;
	user-select: none;
	cursor: pointer;
}
.profile-page .honor .wrap-large .swiper .swiper-wrapper {
	align-items: center;
}
.profile-page .honor .wrap-large .swiper .swiper-slide {
	border: 4px solid #250b0e;
}
.profile-page .honor .wrap-large .swiper .swiper-slide img {
	border: 8px solid #443c49;
}
.profile-page .honor .wrap-large .arrow-left,
.profile-page .honor .wrap-large .arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
}
.profile-page .honor .wrap-large .arrow-left .hover-img,
.profile-page .honor .wrap-large .arrow-right .hover-img {
	display: none;
}
.profile-page .honor .wrap-large .arrow-left:hover img,
.profile-page .honor .wrap-large .arrow-right:hover img {
	display: none;
}
.profile-page .honor .wrap-large .arrow-left:hover .hover-img,
.profile-page .honor .wrap-large .arrow-right:hover .hover-img {
	display: block;
}
.profile-page .honor .wrap-large .arrow-left {
	left: -73px;
}
.profile-page .honor .wrap-large .arrow-right {
	right: -73px;
}
.profile-page .compony-vibe {
	width: 100%;
	padding: 120px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
}
.profile-page .compony-vibe .main {
	display: flex;
	justify-content: space-between;
	margin-top: 66px;
	overflow: hidden;
}
.profile-page .compony-vibe .main .custom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.profile-page .compony-vibe .main .custom img {
	border: 14px solid #fff;
}
.profile-page .compony-vibe .main .default img {
	border-width: 17px 14px;
	border-style: solid;
	border-color: #fff;
}
.profile-page .compony-vibe .main img {
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
}
.service-page .content {
	display: flex;
	margin-top: 63px;
	margin-bottom: 96px;
}
.service-page .content .left {
	margin-right: 50px;
}
.service-page .content .left h5 {
	width: 277px;
	height: 83px;
	background-color: #a93135;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.service-page .content .left h5 .collapse-btn {
	display: none;
}
.service-page .content .left ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 277px;
	height: 55px;
	background-color: #f5f5f5;
	color: #626262;
	font-size: 16px;
	margin-bottom: 12px;
}
.service-page .content .left ul a.current {
	background-color: #666;
	color: #ffff !important;
}
.service-page .content .left ul a:hover {
	background-color: #666;
	color: #ffff;
}
.service-page .content .right {
	flex: 1;
}
.service-page .content .right p {
	max-width: 100%;
}
.service-page .content .right .top {
	width: 100%;
	height: 57px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	padding-left: 28px;
	color: #5f5f5f;
	font-size: 18px;
	font-weight: 700;
}
.service-page .content .right .main {
	margin-top: 30px;
	padding-left: 7px;
	max-width: 100%;
}
.service-page .content .right .main .title {
	color: #282828;
	font-size: 16px;
	font-weight: 900;
	line-height: 2;
}
.service-page .content .right .main .article {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 2;
	max-width: 100%;
}
.service-page .content .right .main .split {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.wrap-small,
	.wrap-large {
		width: 750px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.wrap-small,
	.wrap-large {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.wrap-small,
	.wrap-large {
		width: 1170px;
	}
}
@media (min-width: 1400px) {
	.wrap-small,
	.wrap-large {
		width: 1277px;
	}
}
@media (min-width: 1650px) {
	.wrap-large {
		width: 1439px;
	}
}
@media (min-width: 1700px) {
	.container {
		width: 1600px;
	}
}
@media (max-width: 1700px) {
	#header .desc p {
		margin-left: 10px;
	}
	#header #nav li {
		margin-right: 25px;
	}
	.banner .swiper .swiper-slide .bannner-panel p {
		white-space: nowrap;
	}
	.do-something .show-list {
		padding: 0 15px;
	}
	.do-something .show-list .show-item {
		width: 19%;
	}
	.about {
		padding-left: 25px;
		height: auto;
		padding-bottom: 150px;
	}
	.about .about-content .about-img {
		border: none;
	}
	.about .about-content .text {
		margin-left: 60px;
		width: auto;
		flex: 1;
	}
	.about .about-content .text p {
		max-width: 90%;
	}
	.news .news-content {
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.news .news-content .left {
		flex: 1;
	}
	.news .news-content .right {
		flex: 1;
		margin-left: 45px;
	}
	.news .news-content .right .news-item {
		width: 47%;
	}
	.news .news-content .right .news-item .title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.foot .footer-main {
		justify-content: space-evenly;
	}
	.foot .footer-main .right .foot-list ul {
    margin-right: 2.7vw;
  }
	.team-page .swiper-content .arrow-left,
	.team-page .swiper-content .arrow-right {
		z-index: 19;
	}
	.team-page .swiper-content .arrow-left {
		left: 15px;
	}
	.team-page .swiper-content .arrow-right {
		right: 15px;
	}
	.team-page .card-list .card-item {
		width: 23%;
		padding: 20px;
	}
}
@media (max-width: 1500px) {
	.profile-page .company-profile .right {
		padding-right: 25px;
		flex: 1;
	}
	.profile-page .culture .main .left,
	.profile-page .culture .main .right {
		flex: 1;
	}
	.profile-page .compony-vibe .main {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.profile-page .compony-vibe .main div {
		width: 32%;
		margin-bottom: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.profile-page .compony-vibe .main div img,
	.profile-page .compony-vibe .main .custom img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		border: 5px solid #fff;
		box-shadow: none;
	}
	.profile-page .honor .wrap-large .arrow-left,
	.profile-page .honor .wrap-large .arrow-right {
		z-index: 99;
		width: 45px;
		height: 45px;
	}
	.profile-page .honor .wrap-large .arrow-left img,
	.profile-page .honor .wrap-large .arrow-right img {
		width: inherit;
		height: inherit;
		object-position: center;
		object-fit: contain;
	}
	.profile-page .honor .wrap-large .arrow-left {
		left: 10px;
	}
	.profile-page .honor .wrap-large .arrow-right {
		right: 10px;
	}
}
@media (max-width: 1400px) {
	.contact-content .wrap-small .left {
		flex: 1;
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact-content .wrap-small .right {
		flex: 1;
		padding-left: 30px;
	}
	.contact-content .wrap-small .right .row1 {
		justify-content: space-between;
	}
	.contact-content .wrap-small .right .row1 input {
		width: 47%;
		flex-shrink: 0;
	}
	.contact-content .wrap-small .right .row2 textarea {
		width: 100%;
	}
	.cooperate .img-list {
		justify-content: space-evenly;
	}
	.service-page .content .left {
		margin-right: 25px;
	}
	.service-page .content .left h5 {
		width: 205px;
	}
	.service-page .content .left ul a {
		width: 205px;
	}
}
@media (max-width: 1200px) {
	#header .logo a img {
		width: 160px;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	#header .desc p:nth-child(2) {
		font-size: 18px;
	}
	#header .desc p:nth-child(2) #header .logo a img {
		width: 150px;
		height: auto;
	}
	#header #nav li {
		margin-right: 7px;
	}
	.banner .swiper .swiper-slide .bannner-panel p {
		margin-top: 15px;
		font-size: 29px;
	}
	.do-something .show-list {
		flex-wrap: wrap;
	}
	.do-something .show-list .show-item {
		width: 49%;
		margin-bottom: 15px;
	}
	.about {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.about .about-content .about-img {
		height: 345px;
		width: auto;
	}
	.news .news-content {
		flex-wrap: wrap;
	}
	.news .news-content .left,
	.news .news-content .right {
		width: 95%;
		flex: none;
		margin-left: auto;
		margin-right: auto;
	}
	.news .news-content .right {
		margin-top: 65px;
	}
	.value-platform {
		height: auto;
		padding-bottom: 61px;
	}
	.foot .footer-main {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}
	.foot .footer-main .left,
	.foot .footer-main .right {
		width: 100%;
		text-align: center;
	}
	.foot .footer-main .right .foot-list {
		justify-content: center;
	}
	.foot .footer-main .right .foot-list ul {
		margin-top: 25px;
		margin-right: 45px;
	}
	.foot .footer-note {
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}
	.contact-content {
		padding-top: 35px;
	}
	.contact-content .wrap-small {
		flex-wrap: wrap;
	}
	.contact-content .wrap-small .left,
	.contact-content .wrap-small .right {
		width: 100%;
		flex: none;
	}
	.contact-content .wrap-small .left {
		border-right: none;
	}
	.contact-content .wrap-small .right {
		padding-right: 30px;
	}
	.contact-content .wrap-small .right .title {
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 26px;
	}
	.news-page .swiper {
		height: auto;
	}
	.news-page .news-page-swiper .swiper-slide {
		height: auto !important;
		flex-wrap: wrap !important;
	}
	.news-page .news-page-swiper .swiper-slide .img {
		width: 100%;
		height: auto;
	}
	.news-page .news-page-swiper .swiper-slide .img img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.news-page .news-page-swiper .swiper-slide .text {
		flex: none;
		width: 100%;
		height: auto;
		padding: 35px;
		padding-right: 15px;
	}
	.news-page .news-page-swiper .swiper-slide .text .content {
		margin-bottom: 15px;
	}
	.news-page .news-page-swiper .swiper-pagination {
		left: 4%;
		bottom: 20px;
	}
	.team-page .swiper-content .arrow-left,
	.team-page .swiper-content .arrow-right {
		width: 31px;
		height: 52px;
	}
	.team-page .swiper-content .arrow-left img,
	.team-page .swiper-content .arrow-right img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center center;
	}
	.team-page .card-list {
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin-bottom: 45px;
	}
	.team-page .card-list .card-item {
		width: 45%;
	}
	.team-page .card-list .card-item:nth-child(1),
	.team-page .card-list .card-item:nth-child(2) {
		margin-bottom: 25px;
	}
	.profile-page .company-profile .wrap-large .left {
		width: 100%;
		flex: 1.5;
	}
	.profile-page .company-profile .wrap-large .right {
		flex: 1;
		display: flex;
		align-items: center;
	}
	.profile-page .company-profile .wrap-large .right img {
		display: block;
		max-width: 100%;
		height: auto;
		box-shadow: none;
		border-radius: 10px;
	}
	.profile-page .culture .main .left {
		flex: 1;
		width: auto;
		padding: 25px 25px 15px;
	}
	.profile-page .culture .main .right img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

/* 单独设置图片问题 */
@media (max-width: 1200px) and (min-width: 992px) {
	.profile-page .compony-vibe .main .custom img {
		width: 100%;
		height: 50%;
		object-fit: contain;
	}
}
@media (max-width: 992px) {
	#header .phone-btn {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		user-select: none;
		cursor: pointer;
	}
	#header #nav {
		display: none;
		top: 100%;
		width: 100%;
		height: auto;
		flex-wrap: wrap;
		z-index: 999;
		background-color: #f5f5f5;
	}
	#header #nav li {
		width: 100%;
		display: flex;
		align-items: center;
		height: 45px;
	}
	.banner .swiper .swiper-slide .bannner-panel p {
		font-size: 20px;
	}
	.banner .swiper .swiper-pagination {
		bottom: 15px;
	}
	.do-something {
		padding-top: 45px;
	}
	.do-something .subtitle {
		margin-bottom: 45px;
		text-align: center;
	}
	.do-something .show-list .show-item {
		margin-bottom: 25px;
	}
	.about {
		margin-top: 45px;
	}
	.about .about-content {
		flex-wrap: wrap;
	}
	.about .about-content .about-img {
		height: auto;
		border-radius: 10px;
	}
	.about .about-content .about-img,
	.about .about-content .text {
		width: 95%;
		margin-left: 0;
		margin-top: 25px;
	}
	.customer {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.customer .customer-list {
		justify-content: center;
	}
	.customer .customer-list .item {
		width: 30%;
		border: 1px solid #efefef !important;
		border-collapse: collapse;
	}
	.foot .footer-main .right .foot-list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.foot .footer-main .right .foot-list ul {
		width: 32%;
		margin-right: 0;
	}
	.news-page {
		padding-left: 15px;
		padding-right: 15px;
	}
	.service-page .content {
		flex-direction: column;
	}
	.service-page .content .left {
		width: 100%;
		margin-bottom: 25px;
	}
	.service-page .content .left h5 {
		position: relative;
		width: 100%;
		height: 65px;
		margin-bottom: 0;
	}
	.service-page .content .left h5 .collapse-btn {
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		width: 45px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.25s ease;
	}
	.service-page .content .left h5 .collapse-btn img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.service-page .content .left h5 .collapse-btn.active {
		transform: translateY(-50%) rotate(-180deg);
	}
	.service-page .content .left ul {
		width: 100%;
		display: none;
	}
	.service-page .content .left ul a {
		width: 100%;
		margin-bottom: 0px;
	}
	.profile-page .company-profile {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.profile-page .company-profile .wrap-large {
		flex-wrap: wrap;
	}
	.profile-page .company-profile .wrap-large .left,
	.profile-page .company-profile .wrap-large .right {
		flex: none;
		padding-right: 0;
	}
	.profile-page .company-profile .wrap-large .left {
		width: 100%;
	}
	.profile-page .company-profile .wrap-large .left h5 {
		text-align: center;
		font-size: 32px;
		margin-bottom: 25px;
	}
	.profile-page .company-profile .wrap-large .left p {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.profile-page .company-profile .wrap-large .right {
		width: 100%;
		order: -1;
		margin-bottom: 25px;
	}
	.profile-page .company-profile .wrap-large .right img {
		width: 100%;
		height: auto;
	}
	.profile-page .culture {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.profile-page .culture-text h5 {
		font-size: 32px;
	}
	.profile-page .culture .main {
		flex-wrap: wrap;
		height: auto;
	}
	.profile-page .culture .main .left,
	.profile-page .culture .main .right {
		flex: none;
		width: 100%;
	}
	.profile-page .culture .main .right {
		order: -1;
		margin-bottom: 25px;
		padding: 25px 0;
	}
	.profile-page .compony-vibe {
		padding: 45px 0;
	}
	.profile-page .culture-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.profile-page .compony-vibe .main div {
		width: 100%;
	}
	.profile-page .compony-vibe .main div img {
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center;
	}
}
@media (max-width: 768px) {
	.split {
		display: none;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header {
		height: 80px;
	}
	#header .phone-btn {
		right: 15px;
	}
	#header #nav li a:hover {
		border-bottom-color: transparent;
	}
	.banner .swiper .swiper-slide .bannner-panel p {
		font-size: 16px;
	}
	.do-something .subtitle {
		max-width: 95%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.5;
	}
	.more-business {
		margin-top: 25px;
	}
	.news .news-content .right .news-item {
		width: 100%;
		border-bottom: 1px solid #efefef;
	}
	.foot .footer-main .right .foot-list ul {
		text-align: left;
		width: 50%;
	}
	.foot .footer-main .right .foot-list ul li {
		display: inline-block;
		margin-right: 15px;
	}
	.fixed-tool .tool-item {
		display: none;
	}
	.fixed-tool #go-top {
		display: flex;
	}
	#go-top {
		position: fixed;
		right: 0;
		bottom: 5%;
	}
	#go-top:hover {
		background-color: #f20c2b !important;
	}
	#go-top:hover .default-box {
		display: block !important;
	}
	#go-top:hover .hover-box {
		display: none !important;
	}
	.contact-content {
		padding-bottom: 65px;
	}
	.contact-content .title {
		font-size: 32px;
	}
	.contact-content .right .row4 button {
		width: 100%;
	}
	.news-page .news-page-swiper .swiper-slide .text {
		padding-left: 15px;
	}
	.news-page .news-page-swiper .swiper-slide .text .title {
		font-size: 26px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.news-page .news-item {
		flex-wrap: wrap;
		padding-bottom: 15px;
	}
	.news-page .news-item .left,
	.news-page .news-item .right {
		width: 100%;
	}
	.news-page .news-item .left img {
		display: block;
		width: 100%;
		height: auto;
	}
	.news-page .news-item .right {
		padding-left: 0;
		max-width: 100%;
	}
	.fenye {
		margin-bottom: 35px;
		margin-left: auto;
		margin-right: auto;
	}

	.team-page .banner {
		height: 230px;
	}
	.team-page .banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.team-page .banner .text p:nth-child(1) {
		font-size: 28px;
		text-align: center;
	}
	.team-page .banner .text p:nth-child(2) {
		margin-top: 0;
	}
	.team-page .team-show {
		margin-top: 35px;
	}
	.team-page .team-show h4 {
		font-size: 32px;
	}
	.team-page .team-show p {
		text-align: left;
		max-width: 100%;
		text-indent: 2em;
	}
	.team-page .swiper-content {
		margin-bottom: 35px;
	}
	.team-page .swiper-content .arrow-left,
	.team-page .swiper-content .arrow-right {
		width: 32px;
		height: 32px;
	}
	.team-page .swiper-content .arrow-left {
		left: 0;
	}
	.team-page .swiper-content .arrow-right {
		right: 0;
	}
	.team-page .card-list .card-item {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.detail-page .news-main {
		padding-top: 25px;
	}
	.detail-page .news-main .title-box h5 {
		font-size: 20px;
		text-align: left;
	}
	.detail-page .news-main .content p {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.detail-page .news-main .news-footer {
		padding-top: 25px;
		padding-bottom: 25px;
		flex-wrap: wrap;
	}
	.detail-page .news-main .news-footer .toggle {
		width: 100%;
		flex-direction: column;
	}
	.detail-page .news-main .news-footer .share {
		justify-content: flex-end;
		width: 100%;
		margin-top: 25px;
	}
	.common-banner .txt p:nth-child(1) {
		font-size: 34px;
		text-align: center;
	}
	.common-banner .txt p:nth-child(2) {
		font-size: 18px;
		margin-top: 0;
	}
	.service-page .content .left h5 {
		height: 55px;
		font-size: 24px;
	}
	.common-banner {
		height: 230px;
	}
	.common-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.profile-page .company-profile .wrap-large .left h5 {
		font-size: 28px;
	}
	.profile-page .company-profile .wrap-large .left p {
		font-size: 17px;
	}
	.profile-page .culture-text h5 {
		font-size: 26px;
	}
	.profile-page .culture-text p {
		font-size: 18px;
	}
	.profile-page .culture-text {
		padding: 0 15px;
	}
	.profile-page .culture .main .left .item .top-box .text-wrap p {
		font-size: 18px;
	}
	.profile-page .honor {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.profile-page .culture .main .left {
		padding-bottom: 25px;
	}
	.profile-page .culture .main .left .item .hidden-text {
		padding-left: 10px;
	}
	.profile-page .compony-vibe .main {
		margin-top: 25px;
	}
	.profile-page .company-profile .wrap-large .left p {
		text-indent: 2em;
	}

	/* 合作客户 */

	.cooperate .img-list {
		justify-content: flex-start;
	}
	/* 修改 */
	.cooperate .img-list .img-item {
		width: 47%;
		height: auto;
		margin-right: 2%;
	}
	.cooperate .img-list .img-item img {
		display: block;
		width: 100%;
		/* height: 100%; */
		height: 150px;
		object-fit: contain;
		object-position: center;
	}

	.cooperate .img-list .img-item p {
		margin-top: 0;
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	.br {
		display: block;
	}
	#header {
		height: 75px;
	}
	#header .logo a img {
		height: 45px;
	}
	#header .desc {
		display: none;
	}
	#header .desc p:nth-child(1) {
		font-size: 14px;
	}
	#header .desc p:nth-child(2) {
		font-size: 12px;
	}
	.banner .swiper .swiper-slide .bannner-panel {
		width: 95%;
	}
	.banner .swiper .swiper-slide .bannner-panel img {
		width: 45%;
	}
	.banner .swiper .swiper-slide .bannner-panel p {
		font-size: 12px;
	}
	.banner .swiper .swiper-pagination-bullet {
		width: 28px;
	}
	.do-something h3 {
		font-size: 25px;
	}
	.do-something .show-list {
		padding-left: 0;
		padding-right: 0;
	}
	.do-something .show-list .show-item {
		width: 48%;
		height: 185px;
		/* aspect-ratio: 0.9/1; */
	}
	.do-something .show-list .show-item .box p {
		font-size: 17px;
		font-weight: 400;
	}
	.do-something .show-list .show-item .box img {
		width: 65px;
		height: 65px;
		object-fit: contain;
		object-position: center center;
	}
	.do-something .show-list .show-item .box-hover {
		padding-top: 0;
	}
	.do-something .show-list .show-item .box-hover p:nth-of-type(1) {
		padding-top: 15px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.do-something .show-list .show-item .box-hover .sub-title {
		margin-top: 10px;
		padding-top: 10px;
		font-weight: normal;
	}
	.do-something .show-list .show-item .box-hover .hover-img {
		width: 45px;
		height: 45px;
	}
	.do-something .show-list .show-item .box-hover .hover-img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center center;
	}
	.about {
		padding-left: 0;
		padding-top: 45px;
	}
	.about .about-content .about-img,
	.about .about-content .text {
		width: 100%;
	}
	.about .about-content .text h4 {
		font-size: 25px;
	}
	.about .about-content .text p {
		max-width: 100%;
		font-size: 15px;
	}
	.news {
		padding-top: 45px;
	}
	.common-title h4 {
		font-size: 25px;
	}
	.common-title p {
		max-width: 95%;
		line-height: 1.5;
		margin-left: auto;
		margin-right: auto;
	}
	.news .news-content {
		padding-top: 25px;
	}
	.news .news-content .left,
	.news .news-content .right {
		width: 100%;
	}
	.news .news-content .left .swiper-slide .title {
		margin-top: 25px;
		font-size: 22px;
	}
	.news .news-content .left .swiper-slide .desc {
		margin-top: 25px;
	}
	.news .news-content .left .more-business {
		margin-top: 25px;
	}
	.news .news-content .right {
		margin-top: 25px;
	}

	.news .news-content .right .news-item {
		width: 100%;
		padding-top: 10px;
		border-bottom: 1px solid #efefef;
	}
	.news .news-content .right .news-item:last-child {
		border-bottom: none;
	}
	.value-platform {
		margin-top: 45px;
	}
	.value-platform p:nth-of-type(1) {
		font-size: 22px;
	}
	.value-platform p:nth-of-type(2) {
		font-size: 14px;
	}

	.value-platform p:nth-of-type(3) {
		font-size: 20px;
	}
	.value-platform p:nth-of-type(3) a {
		font-size: 20px;
		color: #fff;
	}
	.customer .customer-list {
		padding-top: 45px;
	}
	.customer .customer-list {
		justify-content: space-between;
	}
	.customer .customer-list .item {
		width: 50%;
	}
	.foot .footer-note a {
		line-height: 1.5;
	}
	.foot .footer-main {
		padding-left: 0;
		padding-right: 0;
	}
	.foot .footer-main .left p:nth-of-type(4) {
		font-size: 13px;
	}
	.contact-content .title {
		width: 100% !important;
	}
	.contact-content {
		padding-bottom: 35px;
	}
	.contact-content .wrap-small .left,
	.contact-content .wrap-small .right {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.contact-content .wrap-small .left p,
	.contact-content .wrap-small .right p {
		max-width: 100%;
	}
	.contact-content .wrap-small .right .row1 {
		padding-top: 0;
		margin-top: 15px;
		flex-wrap: wrap;
	}
	.contact-content .wrap-small .right .row1 input {
		width: 100%;
	}
	.contact-content .wrap-small .right .row1 input:nth-child(2) {
		margin-left: 0;
		margin-top: 15px;
	}
	.contact-content .wrap-small .right .row2,
	.contact-content .wrap-small .right .row3 {
		margin-top: 15px;
	}

	.contact-content .wrap-small .right .row3 {
		justify-content: space-between;
	}

	.contact-content .wrap-small .right .row3 input {
		width: 55%;
	}
	.contact-content .wrap-small .right .row3 img {
		width: 40%;
		align-self: center;
	}
	.news-page .news-page-swiper {
		margin-bottom: 35px;
	}
	.news-page .news-page-swiper .swiper-slide .text .time {
		font-size: 18px;
	}
	.news-page .news-page-swiper .swiper-slide .text .title {
		font-size: 20px;
	}
	.cooperate .title-wrap {
		margin-top: 35px;
	}
	.cooperate .title-wrap .title {
		font-size: 24px;
	}

	.cooperate .fenye {
		margin-bottom: 41px;
	}
	.common-banner .txt p:nth-child(1) {
		font-size: 24px;
		line-height: normal;
	}
	.common-banner .txt p:nth-child(2) {
		font-size: 22px;
	}
	.service-page .content {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.service-page .content .left h5 {
		height: 50px;
		font-size: 20px;
		font-weight: normal;
	}
	.service-page .content .left ul a {
		height: 45px;
	}

	/* 修改 */

	.team-page .team-show p {
		font-size: 17px;
	}
	.foot {
		padding-top: 0;
	}
	.foot .footer-main .left,
	.foot .footer-main .right {
		text-align: left;
	}

	.foot .footer-main .left {
		position: relative;
		padding-bottom: 15px;
	}

	.foot .footer-main .left .footer-logo {
		display: none;
	}

	/* 隐藏右侧的qrcode */
	.foot .footer-main .right .qrcode {
		display: none;
	}

	.foot .footer-main .left p {
		max-width: 60%;
	}

	.foot .footer-main .right .foot-list ul h4 {
		margin-bottom: 15px;
	}

	.foot .footer-main .right {
		order: -1;
	}

	.foot .footer-main .right .foot-list ul {
		width: 25%;
		margin-top: 0;
	}

	.foot .footer-main .left p:nth-of-type(2) {
		font-size: 16px;
	}

	.foot .footer-main .right .foot-list ul li {
		display: none;
	}

	/* 左侧的二维码 */
	.foot .footer-main .left .qrcode {
		display: block;
		position: absolute;
		bottom: 16%;
		/* right: 15px; */
		right: 7%;
	}

	.foot .footer-main .left .qrcode p {
		margin: 0;
		max-width: 100%;
		margin-top: 5px;
	}

	.foot .footer-main .left p:nth-of-type(1) {
		margin-top: 5px;
	}

	.pc-br {
		display: none;
	}
	.profile-page .culture-text p {
		text-align: left;
		font-size: 16px;
	}

	.contact-content .left .title,
	.contact-content .wrap-small .right .title {
		padding-bottom: 15px;
	}
	.contact-content .title {
		font-size: 24px;
	}

	.contact-content .left .contact-item .head h5 {
		font-size: 20px;
	}

	.contact-content .left .contact-item {
		margin-bottom: 25px;
	}

	.profile-page .culture .main .right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.profile-page .honor .wrap-large .swiper {
		margin-top: 35px;
	}

	.team-page .banner .text p:nth-child(1) {
		font-size: 24px;
	}

	.team-page .card-list .card-item h5 {
		font-size: 18px;
	}

	.team-page .team-show h4 {
		font-size: 20px;
	}
	/* .cooperate .img-list {
    justify-content: space-evenly;
  } */

	.news-page .news-page-swiper .swiper-slide .text .content {
		font-size: 15px;
	}

	.news-page .news-item .right p {
		font-size: 15px;
	}

	.more-business div {
		width: 36px;
		height: 36px;
	}

	.service-page .content .left h5 .collapse-btn {
		width: 24px;
		height: 24px;
	}

	.service-page .content .right .top {
		font-weight: normal;
	}

	.service-page .content .right .top {
		height: 45px;
	}

	.news-page .news-item .right {
		padding-top: 20px;
	}

	.news-page .news-item .right h5 {
		margin-bottom: 10px;
	}

	.news-page .news-page-swiper .swiper-slide .text {
		padding-top: 20px;
	}

	.news-page .news-page-swiper .swiper-slide .text .title {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.news-page .news-page-swiper .swiper-slide .text .content {
		line-height: 1.5;
	}

	.profile-page .company-profile .wrap-large .left h5 {
		font-size: 24px;
	}

	.profile-page .culture-text h5 {
		font-size: 24px;
	}

	.profile-page .culture .main {
		margin-top: 35px;
	}

	/* 关于我们 */
	.profile-page .compony-vibe .main div {
		margin-bottom: 10px;
	}

	.profile-page .compony-vibe .main .default img,
	.profile-page .compony-vibe .main .custom img {
		border: none;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	.profile-page .compony-vibe .main .custom img:nth-child(1) {
		margin-bottom: 10px;
	}

	/* 企业文化 */
	/* .profile-page .culture .main .left .item .top-box img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
  }
  .profile-page .culture .main .left .item .top-box .text-wrap p {
    font-size: 16px;
  } */

	.foot .footer-main .left .qrcode img {
		width: 84px;
		height: 84px;
		object-fit: contain;
		object-position: center;
	}
}

.footer-logo {
	width: max(130px, 11.8229vw);
  object-fit: contain;
}
