/*
 * @Author: luocaisen 
 * @Date: 2023-07-05 16:16:32 
 * @Last Modified by:   Jason
 * @Last Modified time: 2024-09-27 15:23:38
 * @Description 通用页面样式
 */
@charset "utf-8";

.container {
	min-width: 1300px;
}

/* header */
.pb-header {
	width: 100%;
	height: 100px;
	padding-left: 3%;
	padding-right: 3%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
	background-color: #ffffff;
	top: 0;
	left: 0;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.4s;
	min-width: 1300px;
}

.highlight {
	background-color: rgba(0, 0, 0, 0.24);
}

.h-logo-box {
	display: flex;
}

.h-logo {
	width: 64px;
	height: 64px;
	background-image: url('../images/bg_logo.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 21px;
}

.h-company {
	margin-left: 13px;
	margin-top: 17px;
}

.companyName-cn {
	display: inline-block;
	font-size: 30px;
	line-height: 44px;
	color: #333333;
	letter-spacing: 10px;
}

.highlight .companyName-cn {
	color: #F7F8FA;
}

.companyName-en {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
}

.highlight .companyName-en {
	color: #F7F8FA;
}

.h-nav-box {
	display: flex;
	justify-content: space-between;
}

.h-nav-box a {
	display: inline-block;
	font-size: 16px;
	line-height: 100px;
	color: #333333;
	text-decoration: none;
	margin-left: 51px;
	margin-right: 51px;
}

.h-nav-box .active a {
	color: #F68002;
}

.highlight .h-nav-box a {
	color: #ffffff;
}

.h-nav-box li:first-child a {
	margin-left: 0;
}

.h-nav-box li:last-child a {
	margin-right: 20px;
}

.h-nav-box .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	vertical-align: middle;
}

.highlight .icon-expand {
	background-image: url('../images/icon_expand_highlight.png');
}

/* footer */
.pb-footer {
	background-color: #1B1B1C;
}

.f-understand {
	display: flex;
	justify-content: space-between;
	padding-bottom: 55px;
	padding-left: 3%;
	padding-right: 3%;
	border-bottom: 1px solid #282828;
}

.uns-info {}

.uns-title {
	font-size: 36px;
	line-height: 52px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 62px;
}

.uns-desc {
	font-size: 18px;
	line-height: 26px;
	color: #6C6C6C;
	margin-top: 15px;
}

.uns-contact {
	margin-top: 49px;
}

.contactInfo {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 5px;
}

.uns-form {
	width: 837px;
}

.uns-form form {
	margin-top: 204px;
	display: flex;
}

.form-column {
	font-size: 0;
}

.form-column+.form-column {
	margin-left: 16px;
}

.form-row {
	display: flex;
}

.form-row+.form-row {
	margin-top: 15px;
}

.input-cell+.input-cell {
	margin-left: 16px;
}

.form-name {
	width: 120px;
}

.form-phone {
	width: 180px;
}

.formInput {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #333333;
	padding: 13px 8px 12px;
	border-radius: 5px;
}

.uns-form textarea {
	width: 389px;
	height: 105px;
	resize: none;
}

.btn-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.btn-ask {
	width: 100px;
	height: 45px;
	border: none;
	font-size: 16px;
	line-height: 45px;
	font-weight: 500;
	background-color: #333333;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	text-align: center;
}

.f-copyright {
	font-size: 14px;
	line-height: 20px;
	color: #6B6B6B;
	display: flex;
	justify-content: space-between;
	padding: 15px 0 18px;
	padding-left: 3%;
	padding-right: 3%;
}

.f-copyright a {
	color: #6B6B6B;
}
.f-copyright a:hover {
	color: #fff;
}
