@charset "UTF-8";
/**
 * 公司官网
 * date: 2023-10-9
 * author: TH;
 */
.pc-line.form-line {
	display: flex;
}
.mobile-line.form-line {
	display: none;
}
.get-code {
	position: absolute;
	right: 0;
	top: 50%;
	right: 10px;
	line-height: 24px;
	margin-top: -12px;
	color: #0068b7;
}
.form-select {
	width: 100%;
}
.form-select.first+.chosen-container {
	margin-top: 0;
}
.chosen-container {
	margin-top: 10px;
	width: 100% !important;
}
.com-tt {
	line-height: 64px;
	height: 64px;
	margin-top: 48px;
	font-size: 24px;
	font-weight: 500;
}
.com-tt::before {
	width: 68px;
}
.head {
	height: 404px;
	background: url("../images/contact_us/header_bg.jpg") center no-repeat;
	background-size: cover;
}
.head > .container {
	height: 100%;
}
.head-tip-txt {
	left: 54px;
	top: 138px;
}
.form-box {
	width: 938px;
	margin: 0 auto;
}
.form-tt {
	text-align: center;
	line-height: 52px;
	height: 52px;
	color: #606060;
	font-size: 42px;
	font-weight: bold;
	margin-top: 62px;
}
.form-tip {
	line-height: 38px;
	height: 38px;
	color: #606060;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.form-line {
	display: flex;
	margin-left: -48px;
}
.form-item {
	width: 100%;
	margin-left: 48px;
}
.form-item.l2 {
	width: calc(50% - 48px);
	margin-left: 48px;
}
.form-item .label {
	position: relative;
	color: #606060;
	line-height: 54px;
	height: 54px;
	/* margin-top: 10px; */
	font-size: 20px;
	display: inline-block;
}
.form-item .label:after {
	position: absolute;
	content: attr(data-error);
	font-size: 12px;
	line-height: 48px;
	height: 54px;
	left: -10px;
	top: 0;
	transform: translateX(100%);
	color: #e60012;
	width: 200px;
}
.form-item .label.required::before {
	position: absolute;
	content: "*";
	height: 20px;
	color: #e60012;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: -10px;
	margin-top: -10px;
}
.form-item .control {
	width: 100%;
	position: relative;
}
.form-input {
	width: 100%;
	border-radius: 18px;
	height: 34px;
	border: 1px solid #bababa;
	padding: 0 20px;
	font-size: 16px;
}
.form-input.error {
	border-color: #e60012;
	background-color: rgba(255, 0, 0, 0.046);
}
.form-input.error::-moz-placeholder {
 color: #e60012;
}
.form-input.error::placeholder {
 color: #e60012;
}
.form-input:focus {
	outline: none;
	padding: 0 20px;
	border-color: #2B7CE9;
}
.form-textarea {
	border: 1px solid #bababa;
	height: 88px;
	border-radius: 12px;
	width: 100%;
	padding: 10px 20px;
	resize: none;
}
.form-textarea:focus {
	outline: none;
	border-color: #2B7CE9;
}
.form-bottom {
	width: 938px;
	margin: 18px auto 54px auto;
	display: flex;
}
.form-bottom .read-agree {
	display: flex;
	align-items: center;
	height: 47px;
}
.form-bottom .read-agree .agree-btn {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #0068b7;
	cursor: pointer;
	margin-right: 6px;
}
.form-bottom .read-agree .agree-btn.active {
	position: relative;
}
.form-bottom .read-agree .agree-btn.active::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #0068b7;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
}
.form-bottom .read-agree .agree-text {
	color: #606060;
}
.form-bottom .read-agree .agree-text a {
	color: #0068b7;
}
.form-commit {
	width: 192px;
	text-align: center;
	margin-left: auto;
	height: 47px;
	line-height: 45px;
	box-sizing: border-box;
	color: #e60012;
	border: 1px solid #e60012;
	border-radius: 44px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 18px;
	transition: all 0.3s ease;
	font-weight: 700;
}
.form-commit:hover {
	background-color: #e60012;
	color: #fff;
}
.scroll-animate > .container {
	top: 100px;
	opacity: 0;
	transition: all 1s ease;
}
.view-animate > .container {
	top: 0;
	opacity: 1;
}
.public-select-address {
	height: 36px;
}
.public-select-address input {
	border-radius: 18px;
	height: 36px;
	border: 1px solid #bababa;
	padding: 0 20px;
	font-size: 16px;
}
.public-select-address input::-moz-placeholder {
 color: transparent;
}
.public-select-address input::placeholder {
 color: transparent;
}
.public-select-address.error input {
	border-color: #e60012;
	background-color: rgba(255, 0, 0, 0.046);
}
.public-select-address.error input::-moz-placeholder {
 color: #e60012;
}
.public-select-address.error input::placeholder {
 color: #e60012;
}
.public-select-address .public-select-address-con {
	padding-top: 6px;
}
.choose-box {
	display: flex;
}
.choose-group {
	width: 33.33%;
}
.choose-item {
	line-height: 36px;
	cursor: pointer;
	display: block;
	color: #606060;
	box-sizing: border-box;
	font-size: 16px;
	padding-left: 36px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("../images/contact_us/check.png");
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.choose-item.active {
	background-image: url("../images/contact_us/checked.png");
}
.contact {
	display: flex;
	flex-wrap: wrap;
}
.contact-item {
	position: relative;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	color: #fff;
}
.contact-item > * {
	position: relative;
	z-index: 1;
}
.contact-item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	transition: all 0.6s ease;
	z-index: 0;
	background-color: #000;
	left: 0;
	bottom: 0;
}
.contact-item:hover::before {
	height: 100%;
}
.contact-item.half {
	width: 50%;
}
.contact-item:nth-child(1) {
	background-image: url("../images/contact_us/contact_1.jpg");
}
.contact-item:nth-child(2) {
	background-image: url("../images/contact_us/contact_2.jpg");
}
.contact-item:nth-child(3) {
	background-image: url("../images/contact_us/contact_3.jpg");
}
.contact-item:nth-child(4) {
	background-image: url("../images/contact_us/contact_4.jpg");
}
.contact-item:nth-child(5) {
	background-image: url("../images/contact_us/contact_5.jpg");
}
.contact-item:nth-child(6) {
	background-image: url("../images/contact_us/contact_6.jpg");
}
.contact-item .center-box {
	width: 920px;
	margin: 0 auto;
}
.contact-item:nth-child(1) {
	padding-right: 70px;
}
.contact-item:nth-child(1) .contact-tt {
	margin-top: 60px;
	margin-left: auto;
	width: 390px;
}
.contact-item:nth-child(1) .contact-intro {
	margin-left: auto;
	margin-top: 9px;
	width: 390px;
}
.contact-item:nth-child(1) .detail {
	height: 136px;
	margin-top: 36px;
	width: 380px;
	display: flex;
	position: relative;
	margin-left: auto;
}
.contact-item:nth-child(1) .detail::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	background-color: #fff;
	left: 50%;
	margin-left: -0.5px;
}
.contact-item:nth-child(1) .detail-item {
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contact-item:nth-child(1) .detail-item .time {
	line-height: 42px;
	font-weight: bold;
	font-size: 20px;
}
.contact-item:nth-child(1) .detail-item .tip {
	line-height: 16px;
	font-weight: bold;
}
.contact-item:nth-child(1) .detail-item .contact-btn {
	width: 84px;
	height: 26px;
	border-radius: 13px;
	background-color: #fff;
	color: #0376b8;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	transition: all 0.3s ease;
	font-weight: bold;
}
.contact-item:nth-child(1) .detail-item .contact-btn:hover {
	transform: scale(1.2);
}
.contact-item:nth-child(1)::before {
	background-color: #0067a2;
}
.contact-item:nth-child(2) {
	padding-left: 80px;
	text-align: left;
}
.contact-item:nth-child(2) .contact-tt {
	margin-top: 60px;
}
.contact-item:nth-child(2) .contact-intro {
	margin-top: 9px;
	margin-bottom: 36px;
}
.contact-item:nth-child(2) .detail-item {
	display: flex;
	margin-bottom: 26px;
}
.contact-item:nth-child(2) .detail-item .label {
	line-height: 55px;
	width: 88px;
	font-weight: bold;
}
.contact-item:nth-child(2) .detail-item .tel-box {
	margin-left: 28px;
	border-left: 1px solid #fff;
	padding-left: 20px;
}
.contact-item:nth-child(2) .detail-item .tel-tip {
	line-height: 24px;
	font-size: 12px;
	font-weight: 500;
}
.contact-item:nth-child(2) .detail-item .tel-btn {
	width: 84px;
	height: 26px;
	border-radius: 13px;
	background-color: #fff;
	color: #0376b8;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	transition: all 0.3s ease;
	display: block;
	font-weight: bold;
	margin-top: 2px;
}
.contact-item:nth-child(2) .detail-item .tel-btn:hover {
	transform: scale(1.2);
}
.contact-item:nth-child(2)::before {
	background-color: #1192cc;
}
.contact-item:nth-child(3) .contact-tt {
	margin-top: 52px;
}
.contact-item:nth-child(3) .phone-box {
	display: flex;
	flex-wrap: wrap;
}
.contact-item:nth-child(3) .phone-box .contact-call-box {
	width: 33.33%;
	height: 55px;
	margin-top: 45px;
}
.contact-item:nth-child(3)::before {
	background-color: #0376ba;
}
.contact-item:nth-child(4) .right-box {
	margin-left: auto;
	width: 460px;
}
.contact-item:nth-child(4) .title {
	height: 40px;
	display: flex;
	margin-top: 117px;
}
.contact-item:nth-child(4) .title .contact-intro {
	line-height: 29px;
	margin-top: 11px;
	margin-left: 12px;
}
.contact-item:nth-child(4) .phone {
	line-height: 25px;
	margin-top: 25px;
	font-size: 24px;
	font-weight: 200;
}
.contact-item:nth-child(4)::before {
	background-color: #195d9a;
}
.contact-item:nth-child(5) {
	padding-left: 114px;
}
.contact-item:nth-child(5) .contact-tt {
	margin-top: 117px;
}
.contact-item:nth-child(5) .phone {
	line-height: 25px;
	margin-top: 35px;
	font-size: 24px;
	font-weight: 200;
}
.contact-item:nth-child(5)::before {
	background-color: #008bff;
}
.contact-item:nth-child(6) {
	padding: 0 20px;
}
.contact-item:nth-child(6) .contact-tt {
	margin-top: 95px;
}
.contact-item:nth-child(6)::before {
	background-color: #0376ba;
}
.contact-call-box {
	padding-left: 28px;
	border-left: 1px solid #fff;
}
.contact-call-box .name {
	line-height: 24px;
	font-size: 12px;
	font-weight: 500;
}
.contact-call-box .phone {
	line-height: 28px;
	font-size: 24px;
	font-weight: 200;
}
.contact-tt {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 24px;
}
.contact-intro {
	font-size: 16px;
	line-height: 22px;
}
.contact-mail {
	display: flex;
}
.contact-mail .mail-right {
	margin-left: auto;
	margin-top: -13px;
	text-align: center;
}
.contact-mail .mail-time {
	margin-top: 9px;
	line-height: 23px;
	font-size: 20px;
	font-weight: 750;
}
.contact-mail .mail-intro {
	line-height: 36px;
	font-weight: 500;
}
.contact-mail .mail-value {
	line-height: 32px;
	margin-top: 47px;
	font-size: 16px;
	font-weight: 300;
}
.contact-mail .mail-tip {
	line-height: 44px;
	font-size: 16px;
}
@media screen and (max-width: 1200px) {
.head {
	height: 200px;
}
.head-tip-txt {
	top: 84px;
	font-size: 24px;
	line-height: 44px;
}
.content > div {
	width: 100%;
}
.form-bottom,  .form-box {
	width: auto;
	padding: 0 20px;
}
.form-tt {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	margin-top: 15px;
}
.form-tip {
	height: auto;
	font-size: 14px;
	line-height: 16px;
}
.pc-line.form-line {
	display: none;
}
.mobile-line.form-line {
	display: flex;
}
.form-item {
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
}
.form-item.l2 {
	width: calc(100% - 48px);
}
.form-item .label {
	height: auto;
	line-height: 34px;
	font-size: 16px;
	/* margin-bottom: 8px; */
	width: 90px;
	padding-left: 10px;
}
.form-item .label::after {
	height: 10px;
	line-height: 10px;
	left: 100%;
 left"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
 left"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
 left"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
 left"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
 left"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
 left"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
	top: 34px;
	transform: none;
}
.form-item .label.required::before {
	left: 0;
	right: auto;
	top: 18px;
}
.form-item .control {
	width: 0;
	flex: 1;
}
.form-bottom {
	margin-bottom: 22px;
	margin-top: 0;
}
.form-bottom .read-agree {
	width: 100%;
	height: 34px;
}
.form-commit {
	width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 22px;
	margin-top: 8px;
}
.form-textarea {
	padding: 8px;
	height: 104px;
}
.form-line,  .form-bottom,  .choose-box {
	flex-wrap: wrap;
}
.choose-box {
	margin-top: -16px;
}
.choose-group {
	width: 50%;
	margin-top: 16px;
}
.choose-group:nth-child(3) {
	width: 100%;
}
.choose-item {
	line-height: 20px;
	padding: 6px 0;
	background-size: 14px 14px;
	padding-left: 22px;
}
.agree-btn {
	flex-shrink: 0;
}
.contact-call-box {
	padding: 0 0 0 10px;
}
.contact-call-box .name {
	line-height: 14px;
	height: 42px;
}
.contact-call-box .phone {
	font-size: 14px;
}
.contact-item {
	text-align: center;
}
.contact-item:nth-child(1) {
	padding-right: 0;
}
.contact-item:nth-child(1) .detail {
	width: 100%;
}
.contact-item:nth-child(1) .detail .detail-item {
	width: 50%;
}
.contact-item:nth-child(1) .contact-tt {
	margin-top: 40px;
	width: 100%;
	font-size: 20px;
}
.contact-item:nth-child(1) .contact-intro {
	width: 100%;
	margin-left: 0;
}
.contact-item:nth-child(2) {
	text-align: center;
	padding-left: 0;
}
.contact-item:nth-child(2) .contact-tt {
	margin-top: 40px;
}
.contact-item:nth-child(2) .detail-item .label {
	margin-right: 10px;
}
.contact-item:nth-child(2) .detail-item .tel-box {
	margin-left: 10px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}
.contact-item:nth-child(3) .phone-box .contact-call-box {
	width: 33.33%;
	padding: 0 10px;
}
.contact-item:nth-child(3) .phone-box .contact-call-box:nth-child(1), .contact-item:nth-child(3) .phone-box .contact-call-box:nth-child(4) {
	border: none;
}
.contact-item:nth-child(4) .right-box {
	width: auto;
}
.contact-item:nth-child(4) .title {
	justify-content: center;
}
.contact-item:nth-child(5) {
	padding-left: 0;
}
.contact-item:nth-child(6) .contact-tt {
	margin-top: 40px;
}
.contact-item:nth-child(6) .contact-mail {
	flex-wrap: wrap;
}
.contact-item:nth-child(6) .contact-mail .mail-left {
	width: 100%;
}
.contact-item:nth-child(6) .contact-mail .mail-right {
	width: 100%;
	margin-top: 20px;
}
.contact-item:nth-child(6) .contact-mail .mail-value {
	margin-top: 20px;
	font-size: 14px;
}
.contact-item:nth-child(6) .contact-mail .mail-tip {
	font-size: 14px;
	line-height: 18px;
}
.contact-item.half {
	width: 100%;
}
.contact-item .center-box {
	width: auto;
}
}
.chosen-container-single .chosen-single {
	padding: 0 0 0 20px;
	border: 1px solid #bababa;
	height: 34px;
	line-height: 32px;
	border-radius: 18px;
	font-size: 16px;
	color: #333;
}
.chosen-container-active .chosen-choices, .chosen-container-active .chosen-single {
	border-color: #0068b7;
	box-shadow: none;
}
.chosen-container .chosen-drop {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	border: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #bababa;
	border-radius: 18px;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.chosen-container .chosen-results li.highlighted {
	background: #0068b7;
}
.chosen-container .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container .chosen-results li {
	padding: 5px 20px;
	line-height: 24px;
}
.fs-wrap {
	width: 100%;
}
.fs-label-wrap {
	height: 34px;
	line-height: 32px;
	border: 1px solid #bababa;
	border-radius: 18px;
}
.fs-wrap +.fs-wrap {
	margin-top: 10px;
}
.fs-label-wrap .fs-label {
	padding-left: 20px;
	font-size: 16px;
}
.fs-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	height: 16px;
	width: 16px;
	background: url(../images/arrow_down.png) no-repeat center;
	background-size: 11px 8px;
	transition: all 0.2s ease-in-out;
	margin-top: -8px;
	border: 0;
}
.fs-dropdown {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	border: 0;
}
.fs-option {
	padding: 10px 20px;
	font-size: 14px;
}
.fs-wrap.multiple .fs-option {
	padding-left: 40px;
}
.fs-wrap.multiple .fs-checkbox {
	left: 10px;
}
.form-textarea.error {
	border-color: #e60012;
	background-color: rgba(255, 0, 0, 0.046);
}
