@charset "UTF-8";
.header {
  position: static !important;
}

.zoom-img-box .zoom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.zoom-img-box .zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 450ms;
}
.zoom-img-box:hover .zoom-img img {
  width: 105%;
  height: 105%;
}

.entry {
  height: 0;
}

.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .text {
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .text .en {
  font-size: 36px;
  font-weight: bold;
  color: #E5000E;
  line-height: 52px;
  margin-bottom: 7px;
}
.banner .text .zh {
  font-size: 42px;
  font-weight: bold;
  color: #E5000E;
  line-height: 61px;
}

.page-tabbar {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.page-tabbar .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-tabbar .tab .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-tabbar .tab .right img {
  width: 19px;
  height: 17px;
  margin-right: 6px;
}
.page-tabbar .tab .right a {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  flex-shrink: 0;
}
.page-tabbar .tab .left {
  display: flex;
  align-items: center;
}
.page-tabbar .tab .left a {
  padding: 22px 0;
  margin-right: 80px;
  position: relative;
  overflow: hidden;
  transition: 450ms;
  font-size: 16px;
}
.page-tabbar .tab .left a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  background: #E5000E;
  bottom: 0;
  transition: 450ms;
}
.page-tabbar .tab .left .active {
  color: #E5000E;
}
.page-tabbar .tab .left .active::after {
  width: 100%;
}

.container-fluid {
  padding: 0 !important;
}
.container-fluid .bg-img {
  z-index: -4;
}

@media (min-width: 768px) {
  .container.page {
    padding: 3.125vw 1.5625vw !important;
  }
}
.container.page .top-title {
  margin-bottom: 40px;
}
.container.page .top-title .name {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  margin-bottom: 9px;
}
.container.page .top-title .en {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  text-transform: uppercase;
}

.anchorBL {
  display: none;
}

.label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.label > p {
  width: 100%;
}
.label > p img {
  margin: 12px auto;
  display: block;
}
.label td {
  padding: 14px 23px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  border: 1px solid #D8D8D8;
}
.label div {
  width: 100%;
  text-align: end !important;
}
.label div:nth-child(4) {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.label div {
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

table {
  width: 100% !important;
  transform: scale(0.86);
}
table tr:first-child {
  background: #E6E6E6;
}
table tr:first-child td {
  color: white;
}
table tr:first-child td {
  padding: 26px 0;
  font-size: 24px !important;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}
table tr {
  text-align: center;
}
table td {
  background: #EFEFEF;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.page-continuity__bottom > .page-box {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.black-block tr:first-child {
  background: #E6E6E6;
}
.black-block tr:first-child td:first-child {
  color: white;
  background: #979797;
}
.black-block tr:first-child td {
  color: white;
}
.black-block tr:first-child td {
  padding: 26px 0;
  font-size: 24px !important;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}

.table-out + .table-out {
  margin-top: 80px;
}

.table-out .bottom-tip .say {
  margin-bottom: 12px;
}
.table-out .table-bottom-img {
  margin-top: 40px;
}
.table-out .mt-30 {
  margin-top: 30px;
}
.table-out .text + .text {
  margin: 0;
}
.table-out .text {
  font-size: 16px;
  margin-bottom: 10px !important;
}

.box-shadow-img {
  z-index: -1;
  position: relative;
}
.box-shadow-img img {
  z-index: -1;
}
.box-shadow-img .box-shadow {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.zs-list li {
  width: 100%;
  margin-bottom: 20px;
}
.zs-list li:nth-child(odd) a {
  display: grid;
  grid-template-columns: 74.6% 25.4%;
}
.zs-list li:nth-child(even) a {
  display: grid;
  grid-template-columns: 25.4% 74.6%;
}
.zs-list li:nth-child(even) a .left {
  grid-column-start: 2;
}
.zs-list li:nth-child(even) a .right {
  grid-column-start: 1;
  grid-row-start: 1;
}
.zs-list .red-icon {
  display: none;
}
.zs-list li:hover .white-icon {
  display: none;
}
.zs-list li:hover .red-icon {
  display: block;
}
.zs-list .left {
  aspect-ratio: 100/39;
}
.zs-list .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  background-color: #F9F9F9;
}
.zs-list .right .name {
  font-size: 26px;
  color: #333333;
  line-height: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E9EC;
  margin-bottom: 25px;
}
.zs-list .right .detail {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 32px;
}
.zs-list .right .look-detail span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-right: 14px;
}
.zs-list .right .look-detail img {
  width: 26px;
  height: 26px;
  animation: small-left-right 1s linear infinite;
}

.line-active::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #E5000E;
  left: 0;
  bottom: 0;
}

.line-active > a {
  color: #E5000E;
  font-weight: bold;
}

.video-play-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-play-box video {
  width: 65vw;
}
.video-play-box .cha {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  top: -36px;
  cursor: pointer;
}

.yrln p, .yrln span {
  line-height: 32px;
}

.header-lang-item {
  width: 1.875vw;
  height: 1.875vw;
  font-size: 0.9375vw;
}
.header-lang-item::before {
  width: 1.25vw;
  height: 1.25vw;
}

.component-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123456789;
  background-color: #fff;
  display: none;
}

.page-search {
  padding: 32px 0 20px;
  max-width: 1000px;
}
.page-search img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.page-search .left {
  margin-right: 40px;
  border-bottom: 1px solid #E8E9EC;
}
.page-search input {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  padding-bottom: 11px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zs-list .right .detail {
    font-size: 14px;
  }
  .zs-list .right .name {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .entry {
    height: 62px !important;
  }
  .container {
    padding: 24px 16px;
  }
  .bg-img {
    z-index: -1;
  }
  .zh-en-title .en {
    font-size: 22px;
    color: #999999;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .zh-en-title .zh {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 26px;
    position: relative;
    font-weight: bold;
  }
  .zh-en-title .zh::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #E5000E;
    bottom: 20px;
    left: calc(50% - 12px);
  }
  table {
    width: max-content !important;
    transform: scale(1) !important;
  }
  table td {
    font-size: 14px !important;
  }
  .black-block tr td {
    min-width: 140px;
  }
  .black-block tr:first-child {
    background: #E6E6E6;
  }
  .black-block tr:first-child td:first-child {
    color: white;
    background: #979797;
  }
  .black-block tr:first-child td {
    color: white;
  }
  .black-block tr:first-child td {
    padding: 26px 0;
    font-size: 18px !important;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
  }
  header {
    height: auto !important;
    padding: 0 !important;
  }
  header .red-icon {
    display: none;
  }
  header .active > div > a {
    color: #E5000E !important;
  }
  header .active > div > .noactive {
    display: none;
  }
  header .active > div > .yesactive {
    display: block;
  }
  header .active > a {
    color: #E5000E !important;
  }
  header .top {
    padding: 6px 16px;
    background: #FFFFFF;
  }
  header .top img:first-child {
    width: 122px;
    height: 50px;
  }
  header .top .state .navbar-state {
    width: 20px;
    height: 20px;
  }
  header .top .state img:last-child {
    display: none;
  }
  header .mb-select-list {
    display: none;
    height: calc(100vh - 52px);
    padding-top: 3px;
    background: white;
    overflow-y: scroll;
    /*折叠*/
    /*默认折叠*/
  }
  header .mb-select-list .t0 {
    min-height: calc(100% + 1px);
  }
  header .mb-select-list .t0 > li {
    border-bottom: 1px solid #E8E9EC;
  }
  header .mb-select-list .t0 > li .t0-item {
    padding: 16px 20px;
  }
  header .mb-select-list .t0 > li .t0-item a {
    font-size: 18px;
  }
  header .mb-select-list li {
    font-size: 16px;
  }
  header .mb-select-list li .icon {
    width: 20px;
    height: 20px;
  }
  header .mb-select-list li .icon img {
    width: 100%;
    height: 100%;
  }
  header .mb-select-list li .icon img:last-child {
    display: none;
  }
  header .mb-select-list .t1 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t1 li .t1-item {
    padding: 14px 20px 14px 18px;
  }
  header .mb-select-list .t1 li .t1-item a {
    color: #666666;
    font-size: 16px;
  }
  header .mb-select-list .t1 li:last-child {
    padding-bottom: 0;
  }
  header .mb-select-list .t2 li {
    font-size: 14px;
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
  }
  header .mb-select-list .t2 li .t2-item {
    padding: 14px 0 14px 20px;
  }
  header .mb-select-list .t2 li .t2-item a {
    font-size: 16px;
    color: #666666;
  }
  header .mb-select-list .t3 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t3 li .t2-item {
    padding: 14px 0 14px 54px;
  }
  header .mb-select-list .t1, header .mb-select-list .t2, header .mb-select-list .t3 {
    padding-left: 20px;
    display: none;
  }
  header .yesactive {
    display: none;
  }
  footer .contentUs {
    padding: 20px 16px;
    background-color: rgb(54, 54, 54);
  }
  footer .contentUs .info-item {
    margin-top: 14px;
    display: flex;
  }
  footer .contentUs .info-item img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline-block;
    line-height: 20px;
  }
  footer .contentUs .info-item p {
    flex: 1;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  footer .contentUs .ewm img {
    width: 90px;
    height: 90px;
    margin-right: 16px;
  }
  footer .contentUs .ewm .name {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
  }
  footer .contentUs .ewm .sys {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  footer .beian {
    padding: 14px 16px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    background: #212121;
  }
  footer .beian span {
    margin-left: 10px;
  }
  .tab {
    display: block !important;
    padding: 0 8px !important;
    overflow-x: scroll;
    width: 100%;
  }
  .tab::-webkit-scrollbar {
    display: none;
  }
  .tab .left {
    width: max-content;
    flex-wrap: nowrap;
  }
  .tab .left a {
    margin-right: 32px !important;
    padding: 18px 0 !important;
    font-size: 14px !important;
  }
  .page.container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page.container .top-title {
    margin-bottom: 20px;
  }
  .page.container .top-title .name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .page.container .top-title .en {
    font-size: 14px;
  }
  .page.container p img {
    width: 100% !important;
    object-fit: cover;
    display: block !important;
  }
  .banner .text .en {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .text .zh {
    font-size: 22px;
    line-height: 32px;
  }
  .zs-list a {
    display: block !important;
  }
  .zs-list .right {
    padding: 12px 16px 12px;
  }
  .zs-list .right .mb-see-detail {
    font-size: 12px;
    color: #E5000E;
    line-height: 24px;
  }
  .zs-list .right .look-detail {
    display: none !important;
  }
  .zs-list .right .name {
    text-align: center;
    font-size: 18px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .zs-list .right .detail {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .label {
    display: flex;
    justify-content: start;
    width: 100%;
    overflow-x: scroll;
  }
  .label div {
    text-align: center !important;
  }
  .label div:nth-child(4) {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .label div:nth-child(5) {
    font-size: 14px !important;
    margin-bottom: 12px;
  }
  * {
    overscroll-behavior: auto;
  }
  .label::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .label::-webkit-scrollbar-thumb {
    background: #B5261F;
    border-radius: 10px;
  }
  .label::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
  }
  .table-out > img {
    width: 100%;
  }
  .video-play-box video {
    width: 100vw;
  }
  .video-play-box .cha {
    width: 20px;
    height: 20px;
    right: 10px;
    top: -30px;
  }
}
.form .top {
  display: flex;
  margin-bottom: 30px;
}
.form .top .input + .input {
  margin-left: 24px;
}
.form .top .input {
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E8E9EC;
  padding: 26px 20px;
}
.form .top .input img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.form .top .input input {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  background: transparent;
  width: 100%;
}
.form .top .email img {
  width: 20px;
  height: 15px;
}
.form .bottom {
  padding: 20px 22px;
  display: flex;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E8E9EC;
  width: 100%;
  aspect-ratio: 4/1;
  margin-bottom: 60px;
}
.form .bottom img {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(4px);
}
.form .bottom textarea {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  height: 100%;
  background-color: transparent;
}
.form .btn {
  padding: 16px 84px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E5000E;
  font-size: 18px;
  font-weight: 400;
  color: #E5000E;
  line-height: 26px;
}
.form .tj {
  background: #E5000E;
  color: #FFFFFF;
  margin-left: 110px;
}

.box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.box > div:first-child {
  border-right: 1px solid #E8E9EC;
}
.box > div {
  padding: 40px;
  cursor: pointer;
}
.box > div > img:nth-child(2) {
  display: none;
}
.box > div img {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
}
.box > div .name {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  margin-bottom: 24px;
}
.box > div .text + .text {
  margin-top: 22px;
}
.box > div .text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.box > div > img:nth-child(2) {
  display: none;
}
.box .active > img:nth-child(1) {
  display: none;
}
.box .active > img:nth-child(2) {
  display: block;
}
.box .active .name {
  color: #E5000E;
}

@media (min-width: 992px) {
  .saywhat {
    margin-bottom: 70px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .form .top {
    display: block;
    margin-bottom: 0;
  }
  .form .top .input + .input {
    margin: 0;
  }
  .form .top .input {
    padding: 16px;
    margin-bottom: 16px !important;
  }
  .form .top .input input {
    font-size: 14px;
  }
  .form .bottom {
    padding: 16px;
    min-height: 140px;
    margin-bottom: 40px;
  }
  .form .bottom textarea {
    font-size: 14px;
  }
  .form .submit .btn {
    padding: 11px 38px;
  }
  .form .submit .tj {
    margin-left: 21px;
  }
  .box {
    display: block;
  }
  .box > div:first-child {
    border-right: none;
    border-bottom: 1px solid #E8E9EC;
  }
  .box > div {
    padding: 20px 16px;
  }
  .box > div img {
    width: 24px;
    height: 24px;
    margin-bottom: 14px;
  }
  .box > div .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .box > div .text + .text {
    margin: 0;
  }
  .box > div .text {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
}

/*# sourceMappingURL=contact.css.map */
