@charset "utf-8";
/* 解决方案 */
.solution {
	row-gap: 3rem;
	padding-bottom: 4rem;
}
.solution > div {
	row-gap: 3rem;
}
.solution .diacrisis {
	display: flex;
	column-gap: 6rem;
}
.solution .diacrisis > img {
	width: calc((100% / 2) - 3rem);
	object-fit: contain;
	border-radius: 2rem;
}
.solution .diacrisis .textual {
	width: calc((100% / 2) - 3rem);
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
	justify-content: center;
	counter-reset: item;
}
.solution .diacrisis .textual h3 {
	font-size: 3rem;
}
.solution .diacrisis .textual p {
	line-height: var(--line-height-bouble);
	counter-increment: item;
	color: var(--text-color-elite);
}
.solution .diacrisis .textual p::before {
	content: '0' counter(item) '. ';
	font-weight: bold;
	font-style: italic;
	color: var(--primary-color);
	border-radius: 50%;
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	line-height: 3.2rem;
	margin-right: 0.6rem;
	border: 1px solid var(--primary-color);
}
.solution .supply {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.solution .supply > div {
	display: flex;
	align-items: center;
}
.solution .supply > div > img {
	width: 40rem;
	object-fit: contain;
	border-radius: 2rem;
}
.solution .supply > div .textual {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	justify-content: center;
	counter-reset: item;
}
.solution .supply > div .textual .topTitle {
	/* display: flex; */
}
.solution .supply > div .textual h3 {
	font-size: 3rem;
}
.solution .supply > div .textual h4 {
	font-size: 2.4rem;
}
.solution .supply > div .textual p {
	line-height: var(--line-height-bouble);
	counter-increment: item;
	color: var(--text-color-elite);
}
.solution .supply > div .textual p {
	font-weight: bold;
	position: relative;
	padding-left: 0.8rem;
}
.solution .supply > div .textual p::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 0.3rem;
	height: 1.6rem;
	background-color: var(--primary-color);
	margin-right: 0.5rem;
	top: 0.8rem;
	left: 0;
}
/* -----------在线留言/联系方式---------*/
.innerContact {
	gap: 2%;
}
.innerContact .contactMain {
	padding-bottom: 6rem;
	padding-top: 4rem;
}
.innerContact .contactMain .topTitle {
	text-align: center;
}
.innerContact .contactMain .topTitle .overline {
	justify-content: center;
}
.innerContact .contactMain .portray {
	width: 60%;
	line-height: var(--line-height-bouble);
	color: var(--text-color-rare);
	margin: 0 auto;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.innerContact .contentText {
	display: flex;
	justify-content: space-between;
	background-color: #f8f8f8;
	padding: 5rem;
	border-radius: 0.4rem;
}
.innerContact .contentText .touch,
.innerContact .contentText .message {
	width: 48%;
}
.innerContact .contentText .message p {
	font-size: 1.6rem;
	line-height: 2;
	color: #666666;
}
.innerContact .contentText .message ul > li > .submit {
	width: 100% !important;
}
.innerContact .contentText .touch h3 {
	color: #333;
	font-size: 2.8rem;
	/* font-weight: normal; */
	/* line-height: 2; */
}
.innerContact .contentText .touch .row {
	border-bottom: solid 1px #e0e0e0;
	display: flex;
	column-gap: 4%;
	color: #666666;
	line-height: 4;
}
.innerContact .contentText .touch .row:last-of-type {
	border-bottom: none;
}
.innerContact .contentText .touch .row > p {
	width: 48%;
}
.innerContact .contentText .touch .row3 p {
	width: 100%;
}
.innerContact .contentText .touch .code2d {
	margin-top: 2rem;
	line-height: 2;
	text-align: center;
}
.innerContact .contentText .touch .code2d img {
	width: 100%;
	object-fit: contain;
}

/* 在线留言 */
.innerMessage {
	padding-bottom: 6rem;
	padding-top: 4rem;
}
.innerMessage .topTitle > h3 {
	text-align: center;
	font-weight: normal !important;
}
.innerMessage .topTitle .overline {
	justify-content: center;
}
.innerMessage .portray {
	width: 50%;
	line-height: var(--line-height-bouble);
	color: var(--text-color-rare);
	margin: 0 auto;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
/* 表单 */
.message {
	/* background-color: var(--background-color-rare); */
	width: 55%;
}
.message > div {
	font-size: var(--font-size-max);
	text-align: center;
	margin-bottom: 2rem;
	font-weight: bold;
	color: var(--text-color-elite);
}
.message ul {
	margin: 0 auto;
	gap: 2.5rem;
	align-items: center;
}
.message ul > li {
	text-align: center;
	width: calc((100% - 2.5rem) / 2);
	font-size: var(--font-size-base);
	display: flex;
	align-items: center;
}
.message ul > li > input {
	flex: 1;
	height: 5rem;
	border: 0.1rem solid var(--border-color-base);

	padding-left: 1rem;
	font-size: var(--font-size-base);
	color: var(--text-color-rare);
	outline: none;
	border-radius: var(--border-radius-base);
}
.message ul > li > textarea {
	flex: 1;
	height: 22rem;
	border: 0.1rem solid var(--border-color-base);
	font-size: var(--font-size-base);
	color: var(--text-color-rare);
	font-family: var(--font-family);
	border-radius: var(--border-radius-base);
}
.message ul > li > .formCode {
	gap: 1rem;
}
.message ul > li > .formCode > input {
	border-radius: var(--border-radius-base);
	height: 5rem;
	border: 0.1rem solid var(--border-color-base);
	font-size: var(--font-size-base);
	color: var(--text-color-rare);
	outline: none;
}
.message ul > li > .formCode > img {
	height: 5rem;
}
.message ul > li > .formCode > a {
	color: var(--text-color-ordinary);
	font-size: var(--font-size-small);
}
.message ul > li > .formCode > a:hover {
	color: var(--primary-color);
}
.message ul > li > .submit {
	flex: inherit;
	width: 30% !important;
	cursor: pointer;
	color: var(--text-color-epic);
	background-color: var(--primary-color);
	transition: font-size 0.5s;
	border-radius: var(--border-radius-base);
}
.message ul > li > .submit:hover {
	font-size: var(--font-size-medium);
}
/* -----------企业简介---------*/
.innerAbstract {
	padding-top: 3rem;
	padding-bottom: 5rem;
	min-height: 60rem;
}
.statistics {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 3rem;
	flex-wrap: wrap;
}
.statistics .model {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
	background-color: #f0f4f6;
	border-radius: 1rem;
	height: 18rem;
	width: calc((100% - 4rem) / 3);
}
.statistics .model:last-of-type {
	border-right: none;
}
.statistics .model > p {
	color: #ff5809;
	font-size: 2rem;
	text-align: center;
}
.statistics .model .count {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	column-gap: 1rem;
	justify-content: center;
}
.statistics .model .count::before {
	display: flex;
	color: #fff;
	font-size: 3rem;
	background-color: #ff5809;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.statistics .model .count .count-number {
	font-size: 3rem;
	font-weight: bold;
}
.statistics .model .count .count_text {
	font-size: 1.6rem;
}
.statistics .model .count p {
	text-align: center;
	line-height: 1.5;
}
/* -----------企业文化/关于我们---------*/
.innerAboutBox {
	background-color: #f5f5f5;
}
.innerAbout {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.innerAbout h3 {
	font-size: 3.2rem;
	line-height: 2;
}
.innerAbout h4 {
	font-size: 2.4rem;
	line-height: 2;
}
.innerAbout h5 {
	font-size: 2rem;
	line-height: 2;
}
.innerAbout p,
.innerAbout p * {
	font-size: 1.8rem;
	line-height: 2;
}
/* 事业部 */
.innerAgency {
	padding-top: 3rem;
	padding-bottom: 5rem;
	display: flex;
	column-gap: 3rem;
}
.innerAgency .rightSide .content {
	width: 100%;
}
.innerAgency .rightSide .content h3 {
	font-size: 3.2rem;
	line-height: 2;
}
.innerAgency .rightSide .content h4 {
	font-size: 2.4rem;
	line-height: 2;
}
.innerAgency .rightSide .content h5 {
	font-size: 2rem;
	line-height: 2;
}
.innerAgency .rightSide .atlas {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.innerAgency .rightSide .atlas .thumbnail {
	width: calc((100% - 3rem) / 3);
	position: relative;
	/* cursor: pointer; */
	overflow: hidden;
}
.innerAgency .rightSide .atlas .thumbnail img {
	width: 100%;
	object-fit: contain;
	transition: all 0.3s ease-in;
	cursor: pointer;
}
.innerAgency .rightSide .atlas .thumbnail p {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgb(240, 244, 246, 0.8);
	width: 100%;
	padding: 0.5rem 2rem;
	text-align: center;
	font-size: 1.6rem;
	color: #454545;
}
/* .innerAgency .rightSide .atlas .thumbnail:hover img {
	transform: scale(1.02);
} */
/* 企业文化 */

.innerCulture {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.innerCulture .card_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
}
.innerCulture .card_wrap .card {
	width: calc((100% - 4rem) / 3);
	padding: 5rem;
	color: #fff;
	border: 8px solid #bbbbbb;
	min-height: 29rem;
}
.innerCulture .card_wrap .card:nth-child(1) {
	background-color: #0b46d1;
}
.innerCulture .card_wrap .card:nth-child(2),
.innerCulture .card_wrap .card:nth-child(3) {
	padding: 0;
	border: none;
}
.innerCulture .card_wrap .card:nth-child(4) {
	background-color: #808080;
}
.innerCulture .card_wrap .card:nth-child(5) {
	background-color: #595959;
}
.innerCulture .card_wrap .card:nth-child(6) {
	background-color: #ff5809;
}
.innerCulture .card_wrap .card .title {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}
.innerCulture .card_wrap .card .text {
	font-size: 1.8rem;
	text-align: center;
	margin-top: 2rem;
	line-height: 2;
}
/* .innerCulture .card_wrap .card:nth-child(2){
	margin-left: auto;
} */
