.contact-hd {
  width: 100%;
  height: 620px;
  padding-top: 90px;
  box-sizing: border-box;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 120px;
  /*等于 contact-hd-card-ft 的高度*/
}

.contact-hd-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 58px;
  font-weight: bolder;
  color: #0A2053;
  -webkit-text-stroke: 2px #fff;
  /* text-stroke: 2px #fff; */
  text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}

.contact-hd-desc {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.contact-hd-main {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.contact-hd-main .layui-col-xs6 {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-hd-card {
  height: 280px;
  position: relative;
  text-align: center;
  color: #fff;
}

.contact-hd-card-bd {
  height: 100%;
  background-color: rgba(10, 32, 83, 0.6);
  border-radius: 10px 10px 0 0;
  padding: 24px;
  box-sizing: border-box;
}


.contact-hd-card-img {
  margin-top: 32px;
}

.contact-hd-card-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
}

.contact-hd-card-desc {
  font-size: 16px;
  margin-top: 32px;
}

.contact-hd-card-ft {
  background-color: #0A2053;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  line-height: 120px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.contact-hd-card-ft .layui-btn {
  background-color: #E71A41;
  font-weight: 500;
  border-radius: 10px;
  width: 270px;
}

.contact-card{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 60px;
  margin: 180px auto 60px;
  
}

.contact-card h2{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-family: "Georgia";
  font-weight: bold;
  font-style: italic;
}
.contact-card p{
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}

.contact-card ul li{
  font-size: 18px;
  line-height: 24px;
  list-style: disc;
  margin-left: 1em;
}

.contact-card span{
  color: #E71A41;
}

/* Offices */
.contact-bd {
  padding-bottom: 20px;
}

.contact-bd .contact-bd-title {
  /* text-wrap: balance; */
  font-size: 18px;
  color: #333333;
  margin: 0;
  padding: 40px;
  text-align: center;
  font-weight: 400;
}

.contact-bd-main {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.contact-bd-main-title {
  text-align: center;
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}

.contact-bd-main-desc {
  padding:0 60px;
  padding-top: 16px;
  padding-bottom: 40px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 0;
}

.contact-bd-main-search {
  width: 480px;
  margin: 0 auto;
  padding: 16px 0;
  height: 76px;
}

.contact-bd-main-search .ant-select-selection {
  border-color: #E71A41;
  border-radius: 22px;
  height: 44px;
  /* box-shadow: 0 0 0 2px rgba(245,34,45,.2); */
  box-shadow: none;
}

.contact-bd-main-search .ant-select-selection .ant-select-selection__rendered {
  line-height: 42px;
  margin-left: 20px;

}

.contact-bd-main-search .ant-select-selection .ant-select-arrow,
.contact-bd-main-search .ant-select-selection .ant-select-selection__clear {
  right: 20px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin-top: -8px;
}

.contact-list {
  padding: 0 60px;
}

.contact-item {
  margin-top: 40px;
  color: #333;
  border-radius: 4px;
  padding: 20px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

/* .contact-item:hover {
  background-color: #efefef;
} */

.contact-item a {
  color: #333;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-weight: 700;
  text-decoration: underline;
}

.contact-item a svg {
  vertical-align: middle;
  fill: #333;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
}

.contact-item a:hover {
  color: #E71A41;
}

.contact-item a:hover svg {
  vertical-align: middle;
  fill: #E71A41;
}

.contact-country-city {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.contact-email {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-address {
  font-size: 14px;
  color: #999;
  line-height: 16px;
  height: 64px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.contact-address-directions {
  line-height: 24px;
  height: 24px;
}

.contact-address-directions .contact-address-directions-disabled {
  cursor: not-allowed;
}

/* .contact-address-directions .contact-address-directions-disabled:hover{
  cursor: not-allowed;
  color: #333;
} */

.contact-form-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
  margin-bottom: 20px;
  display: flex;
}

.contact-form-img {
  width: calc(46.5% - 50px);
  border-radius: 10px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:linear-gradient(0deg,#48c6ef 0%, #6f86d6 100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form-img-hd{
  width: 330px;
  height: 330px;
  border: 6px solid #1A237E;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.contact-form-img-hd img{
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.contact-form-img-bd{
  margin-top: 16px;
  padding: 32px;
  width: 100%;
  /* height: 330px; */
  flex: 1;
  border: 6px solid #1A237E;
  border-radius: 16px;
  background-color: #fff;
  color: #01579B;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form {
  width: calc(53.5% - 50px);
  margin-right: 100px;
  min-height: 608px;
}

.contact-form .contact-form-title {
  font-size: 40px;
  font-weight: bold;
  color:#333;
  line-height: 48px;
  margin-bottom: 22px;
}

.contact-form-title-line{
  width: 200px;
  height: 0;
  border-bottom: 10px solid #E71A41;
}

.contact-form-text-tips{
  margin-top: 24px;
  margin-bottom: 32px;
}

.tips-title{
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  margin-bottom: 24px;
}

.tips-text-form{
  font-size: 20px;
  color: #666;
  line-height: 40px;
}

.index-inquiry-main-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

.index-inquiry-form .index-inquiry-form-item {
  width: 95%;
  margin-top: 20px;
}

.index-inquiry-form .index-inquiry-form-item .layui-input {
  border-radius: 5px;
  padding: 10px 0 10px 10px;
  height: 42px;
  line-height: 28px;
}

.index-inquiry-form .index-inquiry-form-item .layui-textarea {
  height: 131px;
  border-radius: 10px;
  padding: 10px 0 10px 10px;
  resize: none;
}

.index-inquiry-form .index-inquiry-form-item .index-inquiry-form-btn {
  display: block;
  width: 100%;
  height: 40px;
  background: #E71A41;
  border: 1px solid #E71A41;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
}

.offer-modal .offer-error-modal-bd {
  text-align: center;
  padding-bottom: 8px;
}

.offer-modal .offer-error-modal-bd svg {
  fill: #E71A41 !important;
}

.offer-modal .offer-error-modal-bd .offer-error-modal-desc {
  font-size: 18px;
  color: #E71A41;
  font-weight: bold;
  line-height: 30px;
  margin-top: 24px;
}


/* .contact-form .ant-form-item-control::before {
  display: table;
  content: '*';
  color: #E71A41;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  left: 6px;
  top: 0;
  z-index: 2;
} */

.contact-form .ant-form-item-whatsapp .ant-form-item-control::before {
  display: none;
}

.request-form-button{
  width: 95%;
}

.contact-form .ant-form-item-whatsapp .ant-input-wrapper.ant-input-group::before {
  display: table;
  content: '*';
  color: #E71A41;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  left: 206px;
  top: 0;
  z-index: 2;
}

.contact-form .ant-form-item {
  margin-bottom: 16px;
}

.contact-form .ant-form-item.ant-form-item-with-help {
  margin-bottom: 18px;
}

.contact-form .ant-form-explain {
  margin: 0;
}

.contact-form .ant-input {
  padding-left: 24px;
}

.contact-form textarea.ant-input {
  padding-top: 10px;
  padding-bottom: 23px;
  margin-bottom: 0;
  resize: none;
}

.contact-form .ant-input:focus {
  box-shadow: none;
}

.contact-form .ant-input:focus,
.contact-form .ant-input:hover {
  border-color: #d9d9d9;
}

.contact-form [data-count]:after {
  color: #999;
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 118px;
  font-size: 12px;
  line-height: 12px;
}

.contact-form .ant-btn.ant-btn-danger {
  background-color: #E71A41;

}

.contact-form ::placeholder,
.contact-form .ant-select-selection__placeholder {
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
}

.offer-modal .ant-modal-body {
  padding: 48px 50px 40px;
}

.offer-modal .offer-success-modal-bd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-modal .offer-success-modal-bd svg {
  fill: #35C608 !important;
  margin-right: 56px;
}

.offer-modal .offer-success-modal-bd .offer-success-modal-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}

.offer-modal .offer-success-modal-bd .offer-success-modal-desc {
  font-size: 16px;
  color: #999;
  line-height: 18px;
  margin-top: 6px;
}

.offer-modal .offer-success-modal-bd .offer-success-modal-desc.offer-success-modal-desc-sub {
  font-size: 14px;
}

.offer-modal .offer-success-modal-bd.offer-success-modal-pd {
  padding: 72px 0 80px;
}

.offer-modal .ant-btn-danger {
  background-color: #E71A41;
  border-color: #E71A41;
  font-weight: bold;
  margin-top: 32px;
}

.offer-modal .offer-error-modal-bd {
  text-align: center;
  padding-bottom: 8px;
}

.offer-modal .offer-error-modal-bd svg {
  fill: #E71A41 !important;
}

.offer-modal .offer-error-modal-bd .offer-error-modal-desc {
  font-size: 18px;
  color: #E71A41;
  font-weight: bold;
  line-height: 30px;
  margin-top: 24px;
}


.about-group-hd {
  padding: 96px 0;
  background-color: #1C3979;
  height: 620px;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-group-hd .about-group-hd-main {
  color: #fff;
  line-height: 36px;
  font-size: 22px;
  padding: 0 16px;
}

.about-group-title {
  font-weight: bold;
  color: #333333;
  line-height: 70px;
  text-align: center;
  margin: 0 0 72px;
  position: relative;
  z-index: 1;
}

.about-group-title>.about-group-title-main {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  font-size: 40px;
  position: relative;
  z-index: 1;
}

.about-group-title>.about-group-title-main::before {
  display: block;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #E71A41;
  position: absolute;
  bottom: 15px;
  left: 5%;
  /* margin-left: -130px; */
  z-index: 2;
}

.about-group-title>.about-group-title-main>span {
  position: relative;
  z-index: 10;
}





/* 成就 */
.about-group-achievement {
  padding: 96px 0;
  background-color: #fff;
}

.about-group-achievement-home {
  position: relative;
}

.about-group-achievement-home img {
  display: block;
  width: 100%;
}

.about-group-achievement-home-desc {
  background: #0A2053;
  width: 70%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 40px;
  position: absolute;
  right: -20px;
  bottom: 16px;
}

.about-group-achievement-home-desc::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
  border-top: 8px solid #1D48AB;
  border-right: 10px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #1D48AB;
}

.about-group-achievement-item {
  padding: 56px 8px;
}

.about-group-achievement-bd {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A2053;
}

.about-group-achievement-num {
  font-size: 80px;
  line-height: 80px;
  padding: 0 8px;
}

.about-group-achievement-adorn {
  line-height: 30px;
  font-size: 30px;
}

.about-group-achievement-desc {
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  line-height: 18px;
}

.about-group-business {
  background-color: #F8F8F8;
  padding: 96px 0;
}

.about-group-business-item {
  display: block;
  padding-top: 150%;
  background-color: #0A2053;
  position: relative;
  transition: margin 0.3s;
}

.about-group-business-item:hover {
  margin-top: -20px;
}

.about-group-business-item-bd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about-group-business-item-bd img {
  display: block;
  width: 100%;
}

.about-group-business-item-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 35%;
}

.about-group-business-item-ft .about-group-business-item-title {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 24px;
  color: #FEFEFE;
  line-height: 30px;
  max-height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.about-group-desc {
  background-color: #808FA7;
  padding: 88px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-group-desc-main {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 42px;
  padding: 0 110px;
}

.about-group-website {
  padding: 72px 0;
  background-color: #fff;
}

.about-group-title-other {
  font-weight: bold;
  color: #333333;
  line-height: 70px;
  margin-bottom: 72px;
  position: relative;
  z-index: 1;
}

.about-group-title-other::before {
  display: block;
  content: '';
  width: 160px;
  height: 10px;
  background-color: #E71A41;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
}

.about-group-title-other>h2 {
  font-size: 40px;
  position: relative;
  z-index: 10;
}

.about-group-website-row {
  display: flex;
  align-items: center;
}

/* 横行轮播 */
.about-group-website-horizontal {
  max-width: 785px;
  position: relative;
}

.about-group-website-horizontal .slick-list {
  box-shadow: 0px 0px 26px 3px rgba(10, 32, 83, 0.2);
  border-radius: 2px;
  overflow: hidden;
}

.about-group-website-horizontal .slick-slide img {
  display: block;
  width: 100%;
}

.about-group-website-url {
  display: block;
  text-align: center;
  margin: 56px auto 0;
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}

.about-group-website-url:hover {
  color: #E71A41;
  text-decoration: underline;
}

.about-group-website-horizontal-dont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.about-group-website-nav-btn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 50%;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #ddd;
}

.about-group-website-horizontal .about-group-website-nav-btn:hover {
  border-color: #E71A41;
  fill: #E71A41;
}

.about-group-website-horizontal-dont-line {
  height: 2px;
  width: 78px;
  margin: 0 8px;
  background-color: #ddd;
}

/* 竖向轮播 */
.about-group-website-vertical {
  padding: 0 40px;
}

.about-group-website-nav {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 320px;
}

.about-group-website-nav>div {
  box-sizing: border-box;
  padding: 40px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.about-group-website-nav-title {
  font-size: 24px;
  font-weight: bolder;
  color: #0A2053;
  line-height: 30px;
  /* -webkit-text-stroke: 1px #fff; */
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

.about-group-website-nav-desc {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  max-height: 112px;
  margin-top: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about-group-website-nav .about-group-website-nav-btn {
  margin-top: 24px;
}

.about-group-website-nav .about-group-website-nav-btn .layui-icon {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.about-group-website-nav .about-group-website-nav-btn:hover {
  border-color: #E71A41;
  background-color: #E71A41;
}

.about-group-website-nav.active {
  margin: 0 -40px;
  height: 390px;
  z-index: 3;
}

.about-group-website-nav.active>div {
  background-color: #0A2053;
}

.about-group-website-nav.active .about-group-website-nav-desc {
  max-height: 252px;
  -webkit-line-clamp: 9;
}

.about-group-website-nav.active .about-group-website-nav-btn {
  display: none;
}

/* 地图 */
.about-group-map {
  background-color: #0A2053;
  padding: 96px 0;
}

.about-group-map-main {
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
  display: flex;
}

.about-group-map-main-img {
  flex: 1;
}

.about-group-map-main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-group-map-main-bd {
  min-width: 480px;
  background-color: #F9F9F9;
  box-sizing: border-box;
  padding: 80px 32px;
}

.about-group-map-item {
  display: flex;
  align-items: center;
  margin-top: 96px;
}

.about-group-map-item svg {
  margin-right: 16px;
}

.about-group-map-item-bd {
  font-size: 24px;
  color: #333;
}

a .about-group-map-item-bd {
  text-decoration: underline;
}

a:hover .about-group-map-item-bd {
  color: #E71A41;
}

.about-group-contact-form .contact-form-card {
  margin: 60px auto;
}