/* reset */
body,
html {
  width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  color: #373737;
  font-size: 14px;
  font-family: '思源黑体', Arial, sans-serif;
  position: relative;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

a,
a:active,
a:hover,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none;
}

a {
  color: #242629;
}

a:hover {
  /* color: #0068B7; */
  color: #C82020;
  text-decoration: none;
}

.list .list-item .text .more,
.list .col-xs-4 .list-item .pic .more,
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

button {
  outline: none;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

.field-input::-webkit-input-placeholder {
  color: #B9BED1;
}

.field-input::-moz-placeholder {
  color: #B9BED1;
}

.field-input:-ms-input-placeholder {
  color: #B9BED1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

hr {
  display: block;
  width: 100%;
  height: 3px;
  background: #eee;
  border: 0;
  margin: 0 0 40px;
}

/* 栅格布局  */
/*.row { padding: 0; margin-left: -15px; margin-right: -15px; }
.row:after{clear:both;display:block;visibility:hidden;height:0;content:" "; font-size: 0;}
.col-sm-1,.col-sm-2,.col-sm-4,.col-sm-6,.col-sm-7,.col-sm-8,.col-md-2,.col-md-5,.col-md-10,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left;position:relative;min-height:1px; padding-left: 15px; padding-right: 15px; }
.col-xs-12{width:100%;}
.col-xs-11{width:91.66666667%;}
.col-xs-10{width:83.33333333%;}
.col-xs-9{width:75%;}
.col-xs-8{width:66.66666667%;}
.col-xs-7{width:58.33333333%;}
.col-xs-6{width:50%;}
.col-xs-5{width:41.66666667%;}
.col-xs-4{width:33.33333333%;}
.col-xs-3{width:25%;}
.col-xs-2{width:16.66666667%;}
.col-xs-1{width:8.33333333%;}*/


.gray-bg {
  background: #F6F8FB;
}

.white-bg {
  background: #fff;
}

.gray-3 {
  color: #333 !important;
}

.gray-6 {
  color: #666;
}

.gray-7 {
  color: #777A80;
}

.fz-12 {
  font-size: 12px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-24 {
  font-size: 24px;
}

.fw {
  font-weight: bold;
}

.blue {
  /* color: #0068B7; */
  color: red;
}

.white {
  color: #fff;
}

.theChineseRed {
  color: #d32430;
}

.pt-10 {
  padding-top: 10px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-30 {
  padding: 30px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-42 {
  margin-left: 42px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-20 {
  padding-top: 20px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.cell {
  display: flex;
  align-items: center;
  position: relative;
}

.cell-bd {
  flex: 1;
}

.hidden {
  overflow: hidden;
}

.flex-hidden {
  overflow: hidden;
}

.rightline {
  border-right: #DFE3E8 solid 1px;
}

.desktop-hide {
  display: none;
}

/* 按钮 */
.modal {
  top: 20%;
}

.modal-header {
  text-align: center;
  font-weight: bold;
  /* color: #0068B7; */
  color: #C82020;
  border: 0;
  padding: 40px 30px 10px;
}

.modal-title {
  font-weight: bold;
}

.modal-footer {
  display: flex;
  justify-content: center;
  border: 0;
  padding: 0 0 50px;
}

.modal-content {
  display: flex;
  align-items: center;
}

.modal-content .modal-pic img {
  max-width: 400px;
  aspect-ratio: 4/5;
  object-fit: cover; 
  object-position: center; 
}

.btn {
  border-radius: 38px;
  padding: 8px 12px;
  margin: 0 10px;
  min-width: 100px;
}

.btn-primary {
  /* background-color: #0068B7;     */
  /* border-color: #0068B7; */
  background-color: #C82020;
  border-color: #C82020;
}

.modal-header .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.form-group .red {
  /* color: #ff0000; */
  color: #d32430;
  position: relative;
  top: 3px;
}

.form-group label {
  width: 90px;
  padding-right: 10px;
  text-align: right;
}

.form-group .form-control {
  width: 50%;
}

.swiper-slide img {
  width: 100%;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(36, 38, 41, 0.5);
  margin: 0 5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 18px;
}

#banner-swiper .swiper-pagination {
  justify-content: flex-end;
  padding-right: 15px;
}

#banner-swiper .tran {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 110px;
  background: url('../images/tran.png') no-repeat 0 0;
}

#banner-swiper .swiper-slide a {
  display: block;
  position: relative;
}

#banner-swiper .swiper-slide img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

#banner-swiper .swiper-slide p {
  display: block;
  width: 100%;
  padding: 0 100px 0 30px;
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 4;
  color: #fff;
}

#pic-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

#pic-swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.8);
}

#picbg-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

#picbg-swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.8);
}

#piccz-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

#piccz-swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.8);
}

.section-welfare .swiper-container {
  padding: 40px 0;
}

.section-welfare .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.section-welfare .swiper-slide-active,
.section-welfare .swiper-slide-duplicate-active {
  transform: scale(1.6);
  z-index: 2;
}

#result-swiper.swiper-container {
  padding: 30px 0;
}

#result-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

#result-swiper .swiper-slide-active,
.section-welfare .swiper-slide-duplicate-active {
  transform: scale(1.4);
  z-index: 2;
}

.case-swiper {
  position: relative;
}

.case-swiper .swiper-slide a {
  display: block;
  position: relative;
}

.case-swiper .swiper-slide img {
  position: relative;
  z-index: 1;
}

.case-swiper .text {
  position: absolute;
  color: #fff;
  padding: 35px 20px 20px;
  left: 0;
  bottom: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background: rgba(31, 79, 178, 0.8); */
  background: rgba(200, 50, 35, 0.8);
  font-size: 16px;
}

.case-swiper .swiper-slide a:hover .text {
  color: #fff;
  bottom: 0;
}

.case-swiper .clamp-three {
  height: 75px;
  margin-bottom: 20px;
}

.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  z-index: 10;
}

.case-swiper .swiper-button-next {
  right: -19px;
  background-size: 11px auto;
  background-color: rgba(73, 127, 212, 1);
}

.case-swiper .swiper-button-prev {
  left: -19px;
  background-size: 11px auto;
  background-color: rgba(73, 127, 212, 1);
}

.case-swiper .swiper-button-next.swiper-button-disabled,
.case-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: rgba(179, 183, 189, 1);
}

.case-swiper .text,
.case-swiper .caption,
.case-swiper .swiper-slide a:hover .caption {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.case-swiper .caption {
  text-align: center;
  /* background: rgba(31, 79, 178, 0.8); */
  background: rgba(200, 50, 35, 0.8);
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -52px;
  left: 0;
  z-index: 3;
}

.case-swiper .caption h4 {
  line-height: 50px;
  color: #fff;
}

.case-swiper .caption span {
  color: #fff;
  padding-bottom: 20px;
  display: inline-block;
  padding: 15px 10px;
  border-top: #fff solid 1px;
}

.case-swiper .swiper-slide a:hover .caption {
  color: #fff;
  height: 100%;
  bottom: 0;
  padding-top: 38%;
}

.case-swiper .swiper-slide a:hover .introduction {
  color: #fff;
}

.gallery-result {
  position: relative;
}

.gallery-result .swiper-button-next,
.gallery-result .swiper-button-prev {
  width: 21px;
  height: 38px;
  bottom: 80px;
  top: inherit;
}

.gallery-result .swiper-button-next {
  right: 10%;
  background: url('../images/icon-next.png') no-repeat 0 0 / 21px auto;
}

.gallery-result .swiper-button-prev {
  left: 10%;
  background: url('../images/icon-prev.png') no-repeat 0 0 / 21px auto;
}

.gallery-result .swiper-button-next.swiper-button-disabled {
  background: url('../images/icon-next-disabled.png') no-repeat 0 0 / 21px auto;
}

.gallery-result .swiper-button-prev.swiper-button-disabled {
  background: url('../images/icon-prev-disabled.png') no-repeat 0 0 / 21px auto;
}

.gallery-result .swiper-pagination {
  position: static;
  padding-top: 20px;
}

.gallery-result .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  display: none;
}

.gallery-result .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: block;
  background: transparent;
}

.gallery-result .swiper-container {
  padding: 30px 0;
}

.gallery-result .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  z-index: 1;
}

.gallery-result .swiper-slide-active,
.gallery-result .swiper-slide-duplicate-active {
  z-index: 2;
  transform: scale(1);
}

/*.gallery-result .tab-content { padding-top: 30px;}*/
.gallery-result h4 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.gallery-result p {
  max-width: 700px;
  margin: 0 auto 25px;
  min-height: 44px;
  line-height: 1.6;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.gallery-crane {
  position: relative;
}

.gallery-crane .swiper-button-next,
.gallery-crane .swiper-button-prev {
  width: 21px;
  height: 38px;
  bottom: 80px;
  top: inherit;
}

.gallery-crane .swiper-button-next {
  right: 10%;
  background: url('../images/icon-next.png') no-repeat 0 0 / 21px auto;
}

.gallery-crane .swiper-button-prev {
  left: 10%;
  background: url('../images/icon-prev.png') no-repeat 0 0 / 21px auto;
}

.gallery-crane .swiper-button-next.swiper-button-disabled {
  background: url('../images/icon-next-disabled.png') no-repeat 0 0 / 21px auto;
}

.gallery-crane .swiper-button-prev.swiper-button-disabled {
  background: url('../images/icon-prev-disabled.png') no-repeat 0 0 / 21px auto;
}

.gallery-crane h4 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.gallery-crane p {
  max-width: 700px;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.gallery-crane .swiper-pagination {
  position: static;
  padding-top: 20px;
}

.gallery-crane .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  display: none;
}

.gallery-crane .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: block;
  background: transparent;
}

.gallery-crane .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  position: relative;
  z-index: 1;
}

.gallery-crane .swiper-slide-active,
.gallery-crane .swiper-slide-duplicate-active {
  z-index: 2;
  transform: scale(1);
  box-shadow: 0 2px 10px 0 rgba(36, 38, 41, 0.2);
}

.gallery-crane .tab-content {
  padding-top: 30px;
}

.look-detail.fr {
  float: right;
  margin-bottom: 0;
}

.look-detail {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 100px;
  height: 38px;
  line-height: 38px;
  /* border: 1px solid #0068B7; */
  /* color: #0068B7; */
  border: 1px solid #C82020;
  color: #C82020;
  border-radius: 19px;
}

.look-detail:hover {
  /* background: #0068B7; */
  background: #C82020;
  color: #fff;
}

.look-detail.mt-30 {
  margin: 30px 0 0;
}

.look-detail.width200 {
  width: 200px;
}

.section-visit .model-list li {
  margin-bottom: 20px;
}

.visit-list li {
  margin-bottom: 30px;
}

.policy-swiper {
  position: relative;
  margin-bottom: 10px;
}

.policy-swiper .swiper-pagination {
  position: static;
  z-index: 2;
}

.policy-swiper .swiper-container-horizontal>.swiper-pagination-bullets {}

.policy-swiper .swiper-pagination-bullet {
  background: rgba(36, 38, 41, 0.2);
}

.policy-swiper .swiper-pagination-bullet-active {
  /* background: rgba(31, 79, 178, 0.8); */
  background: rgba(200, 50, 35, 0.8);
}

.section-policy {
  background: url("../images/xiehui-bg.jpg") no-repeat 0 0 / cover;
}

.section-policy .swiper-container {
  padding: 50px 0 0;
  min-height: 260px;
}

.section-policy .swiper-slide {
  padding: 10px;
  text-align: center;
  display: block;
  transition: 300ms;
  position: relative;
  z-index: 1;
  transform: scale(1);
}

.section-policy .swiper-slide-prev,
.section-policy .swiper-slide-next {
  transform: scale(1.3);
  z-index: 2;
}

.section-policy .swiper-slide-active,
.section-policy .swiper-slide-duplicate-active {
  transform: scale(1.6);
  z-index: 3;
}

.section-policy .swiper-slide-active img,
.section-policy .swiper-slide-duplicate-active img {
  box-shadow: 0 0 10px 0 rgba(36, 38, 41, 0.2);
  position: relative;
  top: 12px;
}

.section-policy .swiper-slide h4 {
  margin: 20px auto 10px;
  transform: scale(0.9) !important;
  line-height: 1.6;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  height: 66px;
  font-size: 12px;
}

.section-policy .swiper-slide h4 {
  display: none;
}

.section-policy .swiper-slide.swiper-slide-active h4,
.section-policy .swiper-slide.swiper-slide-duplicate-active h4 {
  display: block;
}

.section-star {
  background: url("../images/jieshaobj.png") no-repeat 0 0 / cover;
}

.banner img {
  width: 100%;
}

.hover-img {
  overflow: hidden;
  display: block;
}

.hover-img img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.hover-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.flex {
  flex: 1;
  cursor: pointer;
}

.flexLeft {
  display: flex;
}

.flexLeftCenter {
  display: flex;
  align-items: center;
}

.flexRightCenter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexColumnBetween {
  display: flex;
  justify-content: space-between;
}

.clamp-one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clamp-two {
  line-height: 1.6;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.clamp-three {
  line-height: 1.6;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

/* 中间容器 */
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.header-left-container {
  width: max-content;
  height: 60px;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 3px solid #C30322;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.header.fixed {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  height: 60px;
}

.header-left {
  width: max-content;
}

.header-left .header-left-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left .header-left-container .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 32px;
}

.header-left .header-left-container .logo img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header-left .header-left-container .logo .logo-text {
  font-family: 'LXGW_WenKai';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
}

.header-left .header-left-container:before {
  display: none;
}

.header-left .header-left-container:after {
  display: none;
}

.logo {
  position: relative;
  z-index: 2;
  max-width: 329px;
}

.nav {
  width: max-content;
  background-color: transparent;
  padding: 0 32px 0 0;
}

.header.fixed .nav {
  /* background-color: #d32430; */
}

.nav .nav_container>ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav .nav_container>ul>li {
  display: inline-block;
  position: relative;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.nav .nav_container>ul>li>a {
  display: block;
  /* padding: 0 42px; */
  line-height: 60px;
  width: 120px;
  color: #FFFFFF;
  transition: all .3s ease;
}

.header .nav .nav_container>ul>li.active>a,
.header .nav .nav_container>ul>li>a:hover {
  /* background-color: transparent; */
  background-color: #d32430;
  color: #ffffff;
}

.header.fixed .nav .nav_container>ul>li.active>a,
.header.fixed .nav .nav_container>ul>li>a:hover {
  /* background: #fff;
  color: #d32430; */
  background-color: #d32430;
  color: #ffffff;
}

.nav .nav_container>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.nav .nav_container>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  min-width: 145px;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  /* box-shadow:2px 0 11px -3px rgba(0,0,0,.2); */
  transition: all .5s ease;
}

.nav .nav_container>ul>li>ul>li {
  display: block;
  line-height: 46px;
  position: relative;
  text-align: left;
}

.nav .nav_container>ul>li>ul>li>a {
  display: block;
  font-weight: 500;
  background: #f7f8fc;
  text-align: center;
  padding: 0 15px;
  text-transform: capitalize;
  color: #777a7f;
  border-bottom: 1px solid #d9d9d9;
  transition: all .3s ease;
}

.nav .nav_container>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.nav .nav_container>ul>li>ul>li:hover>a {
  /* background:#0068B7; */
  background: #d32430;
  color: #fff;
  border: 0;
}

.nav .nav_container>ul>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.nav .nav_container>ul>li>ul>li>ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 240px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  background: #fff;
  box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
  transition: all .5s ease;
}

.nav .nav_container>ul>li>ul>li>ul>li {
  display: block;
  position: relative;
}

/* .nav .nav_container > ul > li > ul > li > ul > li > a {display:block;font-size:14px;font-weight:500;text-transform:capitalize;color:#025596;padding:14px 19px;border-bottom:1px solid #E9E9E9;transition:all .3s ease;} */
.nav .nav_container>ul>li>ul>li>ul>li>a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #d32430;
  padding: 14px 19px;
  border-bottom: 1px solid #E9E9E9;
  transition: all .3s ease;
}

/* .nav .nav_container > ul > li > ul > li > ul > li:hover > a {background:#186AAB;color:#fff;border:0;} */
.nav .nav_container>ul>li>ul>li>ul>li:hover>a {
  background: #d32430;
  color: #fff;
  border: 0;
}

.search {
  width: 380px;
}

.search .search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #B3B7BD;
  border-radius: 19px;
  overflow: hidden;
  padding: 0 18px;
  margin-bottom: 8px;
}

.search .search-keyword {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.search .search-keyword input {
  line-height: 36px;
  height: 36px;
  background: #fff;
  color: #242629;
  font-size: 14px;
  border: 0;
  width: 100%;
  display: block;
}

.search .search-keyword input::-webkit-input-placeholder {
  color: #B3B7BD;
}

.search .search-keyword input::-moz-placeholder {
  color: #B3B7BD;
}

.search .search-keyword input:-ms-input-placeholder {
  color: #B3B7BD;
}

.search .search-btn {
  cursor: pointer;
  border: 0;
  width: 40px;
  height: 36px;
  background: url('../images/icon-search.png') no-repeat right 50%;
}

.search .hot-search {
  padding-left: 19px;
}

.search .hot-search a:hover {
  color: #d32430;
}

/* home */
.home {
  margin-top: 159px;
}

.main {
  margin-top: 0px;
}

.page-section {
  padding: 40px 0;
  position: relative;
}

.section-banner {
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  padding: 0;
}

.section-banner .banner-img {
  margin: 0;
  min-width: 100%;
  height: auto;
}

.space40.row {
  margin-left: -20px;
  margin-right: -20px;
}

.space40 .col-xs-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.space40 .col-xs-7 {
  width: 56.4516129%;
  padding-left: 20px;
  padding-right: 20px;
}

.space40 .col-xs-5 {
  width: 43.5483871%;
  padding-left: 20px;
  padding-right: 20px;
}

.space40 .col-xs-4 {
  width: 35.48387097%;
  padding-left: 20px;
  padding-right: 20px;
}

.space40 .col-xs-8 {
  width: 64.51612903%;
  padding-left: 20px;
  padding-right: 20px;
}

.space40 .col-xs-6 .model-list li {
  margin-bottom: 10px;
}

.space40 .col-xs-8 .model-list li {
  margin-bottom: 10px;
}

.space40 .col-xs-6 .model-list li:last-child {
  margin-bottom: 0;
}

.space40 .col-xs-8 .model-list li:last-child {
  margin-bottom: 0;
}

.headline {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.headline h3 {
  font-weight: bold;
  padding-right: 14px;
}

.headline .line {
  width: 218px;
  height: 2px;
  background: url('../images/line.png') no-repeat 0 0;
}

.headline p {
  font-size: 12px;
  text-transform: uppercase;
  color: #777A80;
}

.headline .more {
  font-size: 16px;
  font-weight: bold;
  /* color: #0068B7; */
  color: #d32430;
}

.headline .look-more {
  min-width: 100px;
  text-align: center;
  height: 38px;
  line-height: 36px;
  background: #FFFFFF;
  /* color: #0068B7;  
    border: 1px solid #0068B7; */
  color: #d32430;
  border: 1px solid #d32430;
  border-radius: 19px;
}

.headline .look-more:hover {
  /* background: #0068B7; */
  background: #d32430;
  color: #fff;
}

.headline.mb-20 {
  margin-bottom: 20px;
}

.headline .cell-bd {
  overflow: hidden;
  padding-right: 10px;
}

.center-headline {
  text-align: center;
}

.center-headline .cell {
  justify-content: center;
  margin-bottom: 5px;
}

.center-headline p {
  text-transform: uppercase;
}

.center-headline h2 {
  font-size: 28px;
  padding: 0 12px;
}

.center-headline h3 {
  padding: 0 12px;
  font-weight: bold;
}

.center-headline .left-linear-white {
  width: 268px;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.center-headline .right-linear-white {
  width: 268px;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.center-headline .left-linear-blue {
  width: 268px;
  height: 2px;
  background: linear-gradient(to right, rgba(31, 79, 178, 0), rgba(31, 79, 178, 1))
}

.center-headline .right-linear-blue {
  width: 268px;
  height: 2px;
  background: linear-gradient(to right, rgba(31, 79, 178, 1), rgba(31, 79, 178, 0))
}

.center-headline .round-blue {
  width: 6px;
  height: 6px;
  background: url(../images/lan.png) no-repeat 0 0;
}

.ad-list {
  padding-top: 40px;
}

.model-list li {
  margin-bottom: 24px;
}

.model-list li:last-child {
  margin-bottom: 0;
}

.model-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.model-list .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 1px;
  background: #DFE3E8;
}

.img-list .item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.img-list .item .text {
  flex: 1;
  overflow: hidden;
}

.img-list .item .show-img {
  display: flex;
}

.img-list .item .show-img img {
  margin-right: 10px;
  width: 70px;
  height: auto;
}

.section-dynamic {
  padding-top: 0.88rem;
  box-sizing: border-box;
  height: max-content;
  position: relative;
  background: url(../images/dynamic-bg.png) no-repeat 0 0 / cover;
}

.section-dynamic .container {
  position: relative;
  z-index: 2;
}

/* 模块标题 */

.page-section-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0;
}

.page-section-title h1 {
  font-family: 'Alibaba_PuHuiTi_30';
  font-weight: bold;
  font-size: 0.36rem !important;
  color: #1F2021;
  line-height: 0.44rem !important;
  margin: 0rem 0px 0px 0px;
  text-align: center;
}

.page-section-title h4 {
  font-family: 'Alibaba_PuHuiTi_30';
  font-weight: normal;
  font-size: 0.16rem !important;
  color: #1F2021;
  line-height: 0.24rem !important;
  margin: 4px 0px 0px 0px;
  text-align: center;
}

/* 商会活动 */

.page-section.section-service {
  padding: 0px 0px 0.6rem 0px;
  height: max-content;
  background: url(../images/service-swiper-bg.png) no-repeat 0 0 / cover;
}

#activity-swiper .swiper-wrapper {
  width: 100%;
  height: max-content;
}

.service-swiper-container {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}

#activity-swiper .swiper-wrapper .swiper-slide {
  width: calc(25% - 0.15rem);
}

/* 下标 */
#activity-swiper .service-swiper-pagination {
  width: 100%;
  height: 0.24rem;
  margin: 0.4rem 0px 0px 0px;
  position: relative;
  top: 0;
  left: 0;
}

#activity-swiper .service-swiper-pagination .swiper-pagination {
  width: 100%;
  padding: 0px 0.68rem;
}

/* 按钮健块 */
.service-swiper-button {
  
}

#activity-swiper .service-swiper-pagination .service-swiper-button {
  width: max-content;
  min-width: 0.68rem;
  height: 100%;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

/* 左箭头 */
#activity-swiper .service-swiper-pagination .swiper-button-prev {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
  background-image: url("../images/icon-prev.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}

#activity-swiper .service-swiper-pagination .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/icon-prev-disabled.png");
  opacity: 1;
}

/* 右箭头 */
#activity-swiper .service-swiper-pagination .swiper-button-next {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../images/icon-next.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}

#activity-swiper .service-swiper-pagination .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/icon-next-disabled.png");
  opacity: 1;
}

/* 分页下标 */
#activity-swiper .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets {
  gap: 10px;
}

#activity-swiper .service-swiper-pagination .swiper-pagination-bullet {
  width: 0.72rem;
  height: 0.04rem;
  background: #C30322;
  border-radius: 1px;
  opacity: 0.1;
}

#activity-swiper .service-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item:hover p {
  color: #C82020;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item {
  display: block;
  height: max-content;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .image {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  margin: 0;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .image img {
  width: 100%;
  margin: 0;
  aspect-ratio: 5/3; /* 宽高比 16:9，可改为 4/3（经典图）、1/1（正方形）等 */
  object-fit: cover; /* 保持比例填充容器，超出部分裁剪（不会变形） */
  object-position: center; /* 图片在容器内居中显示（可选） */
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .logo {
  width: auto;
  height: 0.32rem;
  margin: 0.16rem 0px 0.1rem 0px;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .title {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.2rem;
  color: #1F2021;
  line-height: 0.28rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 0.12rem 0px 0.16rem 0px;
  padding: 0px 0.16rem;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .summary {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.14rem;
  color: #1F2021;
  line-height: 0.22rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  min-height: 0.44rem;
  margin: 0px 0px 0.12rem 0px;
  padding: 0px 0.16rem;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .tap {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  margin: 0px 0px 0px 16px;
  width: max-content;
  padding: 0px 8px;
  height: 24px;
  border-radius: 2px;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .tap.tap-1 {
  background: #DCEEFF;
  color: #0080FF;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .tap.tap-2 {
  background: #FFE8E8;
  color: #FF0D00;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .tap.tap-3 {
  background: #DDFFE1;
  color: #23AF10;
}

#activity-swiper .swiper-wrapper .swiper-slide .service-item .tap.tap-4 {
  background: #C2FBFF;
  color: #00908D;
}

/* 商会服务 */

.hover-scale {
  overflow: hidden;
  position: relative;
}

.hover-scale img {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.hover-scale:hover img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
}

.section-service .cards-container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.section-service .cards {
  flex-wrap: wrap;
  margin: 0 -10px 0 -10px;
}

.section-service .cards .card {
  
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.section-service .card h3 {
  font-size: 28px;
  padding: 0 30px 20px;
}

.section-service .card p {
  font-size: 20px;
  padding: 0 30px;
}

.section-service .card .hover-scale:hover h3 {
  top: 90px;
}

.section-service .card .hover-scale:hover p {
  top: 150px;
}

.section-service .cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.section-service .card {
  padding: 0 10px;
}

.section-service .card .hover-scale {
  display: block;
  position: relative;
}

.section-service .card figure img {
  width: 100%;
  aspect-ratio: 3/4; /* 宽高比 16:9，可改为 4/3（经典图）、1/1（正方形）等 */
  object-fit: cover; /* 保持比例填充容器，超出部分裁剪（不会变形） */
  object-position: center; /* 图片在容器内居中显示（可选） */
}

.section-service .card h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -24px 0 0;
  padding: 0 30px 20px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
  z-index: 4;
  text-align: center;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section-service .card h3:after {
  content: " ";
  display: block;
  width: 48px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
}

.section-service .card p {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 0 30px;
  line-height: 1.4;
  z-index: 3;
  opacity: 0;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section-service .btn-outline {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -73px;
  opacity: 0;
  z-index: 2;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section-service .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f23046;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section-service .card .hover-scale:hover h3 {
  top: 90px;
  color: #FFFFFF;
}

.section-service .card .hover-scale:hover h3::after {
  background-color: #FFFFFF;
}

.section-service .card .hover-scale:hover p {
  top: 150px;
  opacity: 1;
}

.section-service .card .hover-scale:hover .btn-outline {
  bottom: 30px;
  opacity: 1;
}

.section-service .card .hover-scale:hover .overlay {
  height: 100%;
}

/* 商会动态 */

.page-section.section-activity {
  width: 100%;
  height: max-content;
  padding: 0px 0px 0.4rem 0px;
  margin: 0px !important;
}

.section-dynamic-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.dynamic-top {
  width: 100%;
  margin: 0px auto;
  gap: 0.5%;
  padding: 0px 0px 0.12rem 0px;
  display: none;
}

.dynamic-top .dynamic-top-title {
  width: 12%;
  padding: 0px 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  border-radius: 0.04rem;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.12rem;
  color: #1F2021;
  cursor: pointer;
  border: 1px solid #EFF0F1;
}

.dynamic-top  .dynamic-top-title.active {
  background: #C30322;
  color: #FFFFFF;
  border: 1px solid #C30322;
}

.dynamic-left {
  width: 8.75rem;
  height: 5.25rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.dynamic-left .dynamic_new_item {
  width: 100%;
  height: 100%;
}

.dynamic-left .dynamic_new_item .swiper-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.dynamic-left .dynamic_new_item .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.dynamic-left .dynamic_new_item img.image-ae {
  width: 100%;
  border-radius: 2px;
  margin: 0;
}

.dynamic-left .subscript span.current-index {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: right;
}

.dynamic-left .subscript span.total-index {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  text-align: right;
}

.dynamic-right {
  width: calc(100% - 8.95rem);
  display: flex;
  flex-direction: column;
}

.dynamic-right .dynamic-right-title {
  width: 100%;
  cursor: pointer;
  /* border-bottom: 1px solid #EFF0F1; */
}

.dynamic-right .dynamic-right-title:nth-child(1) {
  /* width: 100%;
  height: 0.54rem;
  padding-top: 0rem; */
}

.dynamic-right .dynamic-right-title p {
  width: 100%;
  padding: 0px 0.12rem;
  height: 0.52rem;
  line-height: 0.52rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  border-radius: 4px;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.16rem;
  color: #1F2021;
  cursor: pointer;
}

.dynamic-right .dynamic-right-title:nth-child(1)::before {
  content: '';
  display: none;
} 

.dynamic-right .dynamic-right-title::before {
  content: '';
  width: 100%;
  height: 0.01rem;
  margin: 0.03rem 0rem;
  display: flex;
  background-color: #EFF0F1;
}

.dynamic-right .dynamic-right-title:last-child {
  border-bottom: 1px solid transparent;
}

.dynamic-right .dynamic-right-title.active p {
  background: #C30322;
  color: #FFFFFF;
}

.section-dynamic-container .dynamic-pop {
  position: absolute;
  left: 0;
  bottom: 0;
  /* 所有属性过渡（opacity+transform） */
  width: 100%;
  height: max-content;
  max-height: 1.72rem;
  padding: 0.1rem 0.32rem 0.12rem 0.32rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 0 0 2px 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.section-dynamic-container .dynamic-pop .dynamic-pop-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px;
}

.section-dynamic-container .dynamic-pop .dynamic-pop-content .pop-title {
  width: 100%;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  height: 0.28rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: none;
}

.section-dynamic-container .dynamic-pop .dynamic-pop-content .pop-title:hover {
  color: #C30322;
}

.section-dynamic-container .dynamic-pop .dynamic-pop-content p.pop-desc {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.22rem;
  text-align: left;
  margin: 0.04rem 0px 0px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.section-dynamic-container .dynamic-pop .dynamic-pop-content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1.04rem;
  height: 0.38rem;
  border-radius: 99px;
  border: 1px solid #FFFFFF;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.22rem;
  text-align: center;
  margin-top: 0.32rem;
}

.section-dynamic-container .dynamic-pop .dynamic-pop-content a img {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0 0 0.04rem;
}

.dynamic-left .dynamic-pop-bottom {
  width: max-content;
  position: absolute;
  right: 0.22rem;
  bottom: 0.12rem;
  z-index: 110;
}

/* 商会会员 */
.page-section.COC-Member {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0.6rem 0px;
  background-color: #FFFFFF;
}

.COC-Member-list {
  width: calc(100% - 0.64rem);
  height: max-content;
  padding: 0.3rem 0px 0px 0px;
  box-sizing: border-box;
  gap: 0.32rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.COC-Member-item {
  width: calc(50% - 0.32rem);
  height: 3.2rem;
  background: linear-gradient(274deg, #FFFFFF 0%, #F9E6E9 100%);
  box-shadow: 2px 0px 0.3rem 0px rgba(7, 20, 59, 0.1);
  border-radius: 2px;
  margin: 0px 0px 0.46rem 0px;
  display: flex;
  flex-direction: row;
}

.COC-Member-list .COC-Member-item:nth-last-child(-n+2) {
  margin: 0px !important;
}

.COC-Member-item:hover {
  color: inherit !important;
}

.COC-Member-item .left {
  width: 2.72rem;
  height: 100%;
  position: relative;
}

.COC-Member-item .left .user {
  width: 2.4rem;
  height: 3.2rem;
  border-radius: 0.88rem 2px 0.88rem 2px;
  border: 1px solid #C30322;
  position: absolute;
  right: 0.06rem;
  top: -0.3rem;
  overflow: hidden;
}

.COC-Member-item .left .user img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}

.COC-Member-item .right {
  width: calc(100% - 2.72rem);
  height: 3.2rem;
  padding: 0.2rem 0px 0.2rem 0.2rem;
  position: relative;
  /* 必须 */
  box-sizing: border-box;
}

.COC-Member-item .right .scroll-container {
  position: relative;
  /* 必须 */
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px 0.2rem 0px 0px;
}

.COC-Member-item .right .scroll-container .title {
  width: 100%;
  height: max-content;
  border-bottom: 0.01rem solid rgba(195, 3, 34, 0.3);
  position: relative;
}

.COC-Member-item .right .scroll-container .title p {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.4rem;
  line-height: 0.4rem;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.28rem;
  color: #1F2021;
  text-align: left;
}

.COC-Member-item .right .scroll-container .title::after {
  content: "";
  width: 0.4rem;
  height: 0.04rem;
  background: #C30322;
  border-radius: 99px;
  position: absolute;
  bottom: -0.015rem;
  left: 0;
}

.COC-Member-item .right .scroll-container .synopsis {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding: 0.1rem 0px 0.16rem 0px;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.16rem;
  color: #1F2021;
  line-height: 0.24rem;
  text-align: left;
}

.COC-Member-item .right .scroll-container .custom-ul {
  list-style-type: disc;
  /* padding-left: 16px; */
}

.COC-Member-item .right .scroll-container .custom-ul li {
  display: list-item;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.14rem;
  color: #636466;
  line-height: 0.24rem;
  text-align: left;
  padding-left: 0.16rem;
  margin: 0px 0px 4px 0px;
  position: relative;
}

.COC-Member-item .right .scroll-container .custom-ul li::before {
  /* 忘记content（即使是空内容也需要） */
  content: '';
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 0.06rem;
  height: 0.06rem;
  background: #C30322;
  border-radius: 50%;
}

.COC-Member-item .right .scroll-container .ps__rail-y {
  width: 0.2rem;
  /* 轨道宽度（即滚动条宽度） */
  background-color: transparent;
  /* 轨道背景色 */
  border-radius: 4px;
  /* 轨道圆角 */
  right: 0px;
  /* 调整滚动条位置（默认右对齐，可改） */
  opacity: 1;
  /* 默认轨道是透明的，hover 才显示，这里设置一直显示 */
}

.COC-Member-item .right .scroll-container .ps__thumb-y {
  width: 2px;
  /* 滑块宽度继承轨道宽度 */
  margin-right: 0.1rem;
  background-color: #C30322;
  /* 滑块背景色 */
  border-radius: 4px;
  /* 滑块圆角 */
  transition: background-color 0.2s;
  /* hover 过渡效果 */
}

/* 会员单位 */
.page-section.member-units {
  background: #F9F9F9;
  padding: 0px 0px 0.6rem 0px !important;
}

.member-units-container {
  width: calc(100% - 64px);
  margin: 0 auto;
}

.member-units-container .member-units-in.swiper {
  width: 100%;
  margin: 0px 0px 0.25rem 0px;
  overflow: hidden;
}

.member-units-container .member-units-in.swiper:last-child {
  margin: 0px !important;
}

.member-units-container .member-units-in.swiper .swiper-wrapper {
  width: 100%;
  height: max-content;
}

.member-units-container .member-units-in.swiper .swiper-wrapper .swiper-slide {
  width: calc((100% - 175px) / 6);
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.member-units-container .member-units-in.swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  object-fit: contain;
}

.member-units-container .member-units-in.swiper .swiper-wrapper .swiper-slide a img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.member-units-container .member-units-in.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.member-units-container .member-units-in.swiper .swiper-wrapper .swiper-slide .member-units-in-img {
  width: 100%;
  height: 100%;
  background-position: center; /* 背景图水平垂直居中 */
  background-size: contain;    /* 保持图片比例，完整显示且不超出容器 */
  background-repeat: no-repeat; /* 禁止背景图重复 */
}

/*  */

/*  */

.page-section.section-top {
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 48.6vw;
  max-height: 700px;
  background-repeat: no-repeat;
  /* 禁止图片重复 */
  background-position: 0 0;
  /* 图片从容器顶部左侧开始显示 */
  background-size: 100% auto;
  /* 宽度匹配容器，高度随图片比例自适应 */
  position: relative;
}

.page-section.section-top-center {
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: max-content;
  background-repeat: no-repeat;
  /* 禁止图片重复 */
  background-position: 0 0;
  /* 图片从容器顶部左侧开始显示 */
  background-size: 100% auto;
  /* 宽度匹配容器，高度随图片比例自适应 */
  position: relative;
}

.page-section.section-top .co_co_img,
.page-section.section-top-center .co_co_img {
  width: 100%;
  max-height: 400px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.page-section.section-top-center .center-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.6rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.4rem;
  color: #FFFFFF;
}

.section-top .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.96rem;
  height: 1.2rem;
  text-align: center;
  background: linear-gradient(90deg, rgba(195, 3, 34, 0) 0%, #C30322 50%, rgba(195, 3, 34, 0) 100%);
}

.section-top .title span {
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: normal;
  font-size: 0.36rem;
  color: #FFFFFF;
  line-height: 1.2rem;
  text-align: center;
}

.statistics_link {
  position: absolute;
  left: 0;
  bottom: -0.88rem;
  z-index: 10;
  width: 100%;
}

.section-top .statistics {
  width: calc(100% - 0.64rem);
  max-width: 13.8rem;
  height: 1.28rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.2rem 0px rgba(60, 7, 7, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}

.section-top .statistics ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-top .statistics ul li:first-child {
  flex: 1;
  max-width: 2.24rem;
  height: 1.28rem;
  background: url(../images/section-top-statistics.png) no-repeat 0 0 / cover;
}

.section-top .statistics ul li:first-child p {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: center;
  margin-bottom: 0.1rem;
}

.section-top .statistics ul li:first-child a {
  border-radius: 99px;
  border: 1px solid #FFFFFF;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: center;
  padding: 0 0.16rem;
  display: block;
  width: max-content;
}

.section-top .statistics ul li {
  flex: 1;
  height: 1.28rem;
  max-width: 2.88rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-top .statistics ul li .number span:first-child {
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: normal;
  font-size: 0.48rem;
  color: #C30322;
  line-height: 0.54rem;
  text-align: left;
}

.section-top .statistics ul li .number span:last-child {
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: normal;
  font-size: 0.28rem;
  color: #C30322;
  line-height: 0.28rem;
  text-align: left;
}

.section-top .statistics ul li .label {
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: normal;
  font-size: 0.16rem;
  color: #1F2021;
  line-height: 0.24rem;
  text-align: left;
}

.tab {
  padding: 17px 30px;
  margin-bottom: 40px;
}

.tab-nav {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.tab-nav li a {
  display: block;
  line-height: 46px;
  padding: 0 35px;
}

/* .tab-nav li a:hover, */
/* .tab-nav li.active a { color: #fff; background: #0068B7; } */
.tab-nav li a:hover,
.tab-nav li.active a {
  color: #fff;
  background: #d32430;
}

.col-xs-8 .tab {
  padding: 30px;
  margin-bottom: 0;
}

.col-xs-8 .tab-nav {
  border-bottom: #DFE3E8 solid 1px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
}

.section-partner {
  padding: 40px 0;
  height: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* background-color: red; */
  /* background: url(../images/shizililiang_bg.png) no-repeat 0 0 / cover; */
}

.section-teacher {
  background: url(../images/shizililiang.png) no-repeat 0 0 / cover;
}

.pic-340 {
  width: 340px;
}

.pic-340 img {
  width: 100%;
  height: auto;
}

.mr-20 {
  margin-right: 20px;
}

.pic-160 {
  width: 150px;
  border: #b3b7c0 solid 1px;
  margin-right: 20px;
}

.pic-160 img {
  width: 100%;
  height: auto;
}

.ad {
  display: block;
}

.ad.desktop-hide {
  display: none;
}

.section-news .row {
  margin-left: -36px;
  margin-right: -36px;
}

.section-news .col-xs-6 {
  padding-left: 36px;
  padding-right: 36px;
}

.section-partner {
  /* background: url("../images/zhongdianhuiyuan.png") no-repeat 50% 0 / cover; */
}

.logo-gallery {
  position: relative;
  padding-top: 34px;
}

.logo-gallery.mobile {
  display: none;
}

.logo-group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: -68px;
}

.logo-gallery .flipper {
  width: 168px;
  height: 210px;
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
  z-index: 1;
}

.logo-gallery .flipper:hover {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: 150;
}

.logo-gallery .flipper .front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 210px;
  background-image: url("../images/front_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  padding: 0px;
}

.logo-gallery .flipper .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: absolute;
  left: -54.5px;
  top: -61px;
  width: 297px;
  height: 332px;
  background: url("../images/back_bg.png") no-repeat 0 0 / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-gallery .flipper .front {
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.logo-gallery .flipper .back {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.logo-gallery figure {
  width: 148px;
  height: 100%;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  overflow: hidden;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}

.logo-gallery figure .in_img {
  width: 148px;
  height: 80px;
  margin: 0 auto;
  /* 替换为实际图片路径 */
  background-position: center; /* 背景图水平垂直居中 */
  background-size: contain;    /* 保持图片比例，完整显示且不超出容器 */
  background-repeat: no-repeat; /* 禁止背景图重复 */
  transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
}

.logo-gallery figure .img {
  width: 100%;
  height: 110px;
  padding: 4px 0;
}


.logo-gallery figure img {
  width: 110px;
  height: 110px;
  border-radius: 0.1rem;
  margin: 0 auto;
  object-fit: contain;
  transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
}

.logo-gallery .flipper .back .back_in_block {
  width: 190px;
  height: 220px;
  margin: 0px 0px 18px 0px;
  background: url("../images/back_bg_in.png") no-repeat 0 0 / cover;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-gallery .flipper .back .back_in_block span {
  transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 18px;
  color: #1F2021;
  line-height: 1.1;
  text-align: center;
  display: inline-block;
  width: calc(100% - 24px);
  margin: 12px auto 16px auto;
}

.logo-gallery .flipper .back .back_in_block a {
  transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  width: 104px;
  height: 38px;
  border-radius: 99px;
  border: 1px solid #C30322;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 14px;
  color: #C30322;
  line-height: 38px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.logo-gallery .flipper .back .back_in_block a img {
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px !important;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: inherit;
}

.btn-primary.focus,
.btn-primary:focus {
  /* border-color: #0068B7; */
  border-color: #d32430;
}

#pic-swiper .hover-img,
#picbg-swiper .hover-img,
#piccz-swiper .hover-img {
  height: 230px;
}

/* footer */

.footer {
  width: 100%;
  height: 324px;
  background: url('../images/footer-bg.png') no-repeat 0 0 / cover;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer .left {
  /* flex: 1; */
  max-width: 335px;
  height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .left .loop {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: bold;
  font-size: 20px;
  color: #8C8D90;
  line-height: 24px;
  text-align: left;
}

.footer .left .apply {
  width: 104px;
  height: 38px;
  border-radius: 99px;
  border: 1px solid #8C8D90;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 14px;
  color: #8C8D90;
  line-height: 22px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 16px 0px 0px 0px;
}

.footer .left .apply img {
  width: 16px;
  height: 16px;
  margin: 0px 0px 0px 4px;
}

.footer .left .property-right {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 12px;
  color: #636466;
  line-height: 20px;
  text-align: left;
}

.footer .left .property-right a {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 12px;
  color: #636466;
  line-height: 20px;
  text-align: left;
}


.footer .center {
  padding: 0px 0px 0px 32px;
  gap: 9px;
  display: flex;
  flex-direction: column;
}

.footer .center a {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 12px;
  color: #8C8D90;
  line-height: 20px;
  text-align: left;
}

.footer .right {
  /* flex: 1; */
  max-width: 335px;
}

.footer .right .follow div.placement-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}

.footer .right .follow p {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 14px;
  color: #8C8D90;
  line-height: 22px;
  text-align: left;
  margin-bottom: 8px;
}

.footer .right .wechat-box {
  list-style: none;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  border: 1px solid #8C8D90;
  margin: 0px 12px 0px 0px;
  position: relative;
}

.footer .right .wechat-box .dropdown-card {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -110px;
  top: -34px;
  display: block;
  visibility: hidden;
  margin: 0;
  min-width: 100px;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
  opacity: 0;
  transition: opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
  transition: transform .3s, opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer .right .wechat-box:hover .dropdown-card {
  visibility: visible;
  opacity: 1;
  transition: opacity .1s, -webkit-transform .3s;
  transition: transform .3s, opacity .1s;
  transition: transform .3s, opacity .1s, -webkit-transform .3s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.footer .right .wechat-box .dropdown-card:after {
  position: absolute;
  top: 43px;
  right: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  content: "";
  line-height: 0;
  opacity: 0;
  transition: opacity .2s 0s;
}

.footer .right .wechat-box:hover .dropdown-card:after {
  opacity: 1;
  transition: opacity .2s 0s;
}

.footer .right .wechat-box a {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.footer .right .follow .icon img,
.footer .right .wechat-box a img {
  width: 16px;
  height: 16px;
  margin: 0;
}

.footer .right .follow .icon {
  padding: 0px;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  border: 1px solid #8C8D90;
  margin: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer .right .contact {
  gap: 8px;
}

.footer .right .contact p,
.footer .right .contact span,
.footer .right .contact a {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 14px;
  color: #8C8D90;
  line-height: 22px;
  text-align: left;
}

.footer .right .contact span,
.footer .right .contact a {
  margin: 0px 0px 0px 4px;
}

.footer .right .contact p {}

/* .footer .footer-logo {
    width: 329px;
    margin-bottom: 40px;
}

.footer .footer-info p {
    line-height: 1.2;
    margin-bottom: 10px;
}

.footer .two-card {
    width: 194px;
}

.footer .copyright {
    text-align: center;
    line-height: 1.2;
    padding: 20px 0;
    opacity: 0.5;
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

.footer .copyright a {
    color: #fff
} */

/*  */

/*  */

.footer-new .footer-new-apply-block {
  background-image: url(../images/section-top-statistics.png);
  background-repeat: no-repeat;
  /* 禁止图片重复 */
  background-position: 0 0;
  /* 图片从容器顶部左侧开始显示 */
  background-size: 100% auto;
  /* 宽度匹配容器，高度随图片比例自适应 */
}


.footer-new .footer-new-apply-block .apply-block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: #fff;
}

.footer-new .footer-new-apply-block .apply-block-content .text {}

.footer-new .footer-new-apply-block .apply-block-content .text h3 {
  font-size: 0.4rem;
  font-family: 'pingfang_b';
}

.footer-new .footer-new-apply-block .apply-block-content .text p {
  font-size: 0.2rem;
}

.footer-new .footer-new-apply-block .apply-block-content .opon-but {
  display: flex;
  align-items: center;
  line-height: 0.5rem;
  gap: 0.3rem;
}

.footer-new .footer-new-apply-block .apply-block-content .opon-but a {
  display: block;
  border-radius: 0.08rem;
  padding: 0 0.2rem;
}

.footer-new .footer-new-apply-block .apply-block-content .opon-but a.but-a-1 {
  color: #d81e06;
  background: #FFFFFF;
  opacity: 1;
}

.footer-new .footer-new-apply-block .apply-block-content .opon-but a.but-a-2 {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.footer-new .footer-new-apply-block .apply-block-content .opon-but a.but-a-1:hover,
.footer-new .footer-new-apply-block .apply-block-content .opon-but a.but-a-2:hover {
  opacity: 0.8;
}

.peripheral {
  max-width: 15rem;
  margin: 0 auto;
  width: 90%;
  /* padding: 0 1rem; */
  z-index: 2;
  position: relative;
}

.footer-new-bottom {
  background: #36353b;
  color: #fff;
}

.footer-new-bottom {
  position: relative;
  z-index: 99;
}

.footer-new-bottom-center {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-new-bottom .footer-new-bottom-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
}

.footer-new-bottom .footer-new-bottom-top .logo {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-new-bottom .footer-new-bottom-top .logo img {
  width: 0.52rem;
  height: 0.52rem;
  margin: 0px;
}

.footer-new-bottom .footer-new-bottom-top .logo .logo-text {
  font-size: 0.24rem;
  margin-left: 0.12rem;
}

.footer-new-bottom .footer-new-bottom-top .foot-in-us {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.footer-new-bottom .footer-new-bottom-top .foot-in-us span {}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one {
  position: relative;
}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one .imgj {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  /* background: rgba(255, 255, 255, 0.5); */
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one .imgj img {
  width: 0.25rem;
}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one .pop {
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0.6rem;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  display: none;
  padding: 0.1rem;
  z-index: 999;
}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one .pop img {
  width: 100%;
}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one:hover .imgj {}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one:hover .imgj .pop {}

.footer-new-bottom .footer-new-bottom-top .foot-in-us .one:hover .pop {
  display: block;
}

.footer-new-bottom-main-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-new-bottom-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.32rem 0;
  gap: 0.16rem;
}

.footer_new_bottom_main_right {
  display: flex;
  width: max-content;
  gap: 0.32rem;
}

.footer_new_bottom_main_right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 0.16rem;
}

.footer_new_bottom_main_right .item>img {
  border-radius: 4px;
  width: 1.6rem;
  height: 1.6rem;
}

.footer_new_bottom_main_right .item>p {
  margin-top: 0.16rem;
}

.footer-new-bottom-main .left {
  flex: 2.5;
}

.footer-new-bottom-main .left ul {
  display: flex;
}

.footer-new-bottom-main .left ul li {
  flex: 1;
}

.footer-new-bottom-main .left ul li a {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.35rem;
  display: block;
  margin: 0 0 0.15rem;
}

.footer-new-bottom-main .left ul li .two {}

.footer-new-bottom-main .left ul li .two:before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.03rem;
  background: #d81e06;
  margin: 0.2rem 0;
  border-radius: 50px;
  display: none;
}

.footer-new-bottom-main .left ul li .two a {
  font-size: 0.16rem;
  opacity: 0.5;
  margin: 0;
}

.footer-new-bottom-main .left ul li .two a:hover {
  opacity: 1;
}

.footer-new-bottom-main .right {
  flex: 1;
}

.footer-new-bottom-main .footer-new-bottom-tel {
  margin: 0rem 0 0.3rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.footer-new-bottom-main .footer-new-bottom-tel .text1 {
  display: flex;
  align-items: center;
  margin: 0 0 0.1rem;
  gap: 0.1rem;
  font-size: 0.18rem;
  flex: none;
}

.footer-new-bottom-main .footer-new-bottom-tel .text1 img {
  width: 0.22rem;
  margin: 0px;
}

.footer-new-bottom-main .footer-new-bottom-tel .text1 span {
  font-size: 0.18rem;
}

.footer-new-bottom-main .footer-new-bottom-tel .text2 {
  font-size: 0.18rem;
  opacity: 0.5;
}

.footer-new-bottom-main .footer-new-bottom-tel .text2 a {
  color: #FFFFFF;
}

.footer-new-bottom-main .min-box {
  display: flex;
  gap: 0.2rem;
  text-align: center;
  margin: 0.3rem 0 0;
}

.footer-new-bottom-main .min-box .one {}

.footer-new-bottom-main .min-box .one img {
  display: block;
  width: 1rem;
  border-radius: 0.1rem;
}

.footer-new-bottom-main .min-box .one span {
  font-size: 0.14rem;
  opacity: 0.5;
}

.footer-new-bottom-link {
  position: relative;
}

.footer-new-bottom-link .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  font-size: 0.18rem;
}

.footer-new-bottom-link .title span {
  opacity: 0.5;
  font-size: 0.18rem;
}

.footer-new-bottom-link .title i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/bjt.png) center center no-repeat;
  background-size: 0.07rem;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.footer-new-bottom-link:hover .title i {
  background: url(../images/hjt.png) center center no-repeat;
  background-size: 0.07rem;
  transform: rotate(-90deg);
}

.footer-new-bottom-link ul {
  position: absolute;
  bottom: 0.53rem;
  background: #fff;
  left: 0;
  right: 0;
  padding: 0.2rem;
  line-height: 0.34rem;
  opacity: 0;
  transform: translate(0, -0.3rem);
  transition: all 0.3s;
  display: none;
  box-shadow: 0px 0px 0.1rem 0px rgba(60, 7, 7, 0.1);
}

.footer-new-bottom-link ul li {}

.footer-new-bottom-link ul li a {
  display: block;
}

.footer-new-bottom-link:hover ul {
  opacity: 1;
  transform: translate(0, 0rem);
  display: block;
}

.footer-new-bottom-link:hover .title {
  background: #fff;
  color: #333;
  padding: 0 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-new-bottom-buttom {
  text-align: center;
  padding: 0.2rem;
  /* border-top: 1px solid rgba(255,255,255,0.2); */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-new-bottom-buttom p {
  opacity: 0.5;
}

.footer-new-bottom-buttom a {
  color: #fff;
}

/*  */

.sticky-bar {
  position: fixed;
  top: 50%;
  right: 30px;
  margin-top: -260px;
  z-index: 9999;
}

.sticky-bar ul {
  margin: 0;
  padding: 0;
}

.sticky-bar ul li {
  list-style: none;
  width: 60px;
  margin-bottom: 10px;
  position: relative;
}

.sticky-bar ul li.wechat-box {
  height: 60px;
}

.sticky-bar ul li a {
  width: 60px;
  height: 60px;
  background: #fff;
  border: transparent solid 1px;
  box-shadow: 0 0 10px 0 rgba(36, 38, 41, 0.2);
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242629;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
}

.sticky-bar ul li.wechat-box .dropdown-card {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -110px;
  top: -20px;
  display: block;
  visibility: hidden;
  margin: 0;
  min-width: 100px;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
  opacity: 0;
  transition: opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
  transition: transform .3s, opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky-bar ul li.wechat-box .dropdown-card:after {
  position: absolute;
  top: 43px;
  right: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  content: "";
  line-height: 0;
  opacity: 0;
  transition: opacity .2s 0s;
}

.sticky-bar ul li.wechat-box:hover .dropdown-card {
  visibility: visible;
  opacity: 1;
  transition: opacity .1s, -webkit-transform .3s;
  transition: transform .3s, opacity .1s;
  transition: transform .3s, opacity .1s, -webkit-transform .3s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.sticky-bar ul li.wechat-box:hover .dropdown-card:after {
  opacity: 1;
  transition: opacity .1s .2s;
}

.sticky-bar ul li a.back-top {
  flex-direction: column;
  font-size: 12px;
}

.sticky-bar ul li a:hover {
  /* border: #3091f2 solid 1px; */
  border: #f25131 solid 1px;
  /* box-shadow: 0 0 10px 0 rgba(31, 79, 178, 0.5); */
  box-shadow: 0 0 10px 0 rgba(200, 60, 35, 0.5);
  text-decoration: none;
}

.sticky-bar ul li p {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  opacity: 0;
  height: 60px;
  margin: 0;
  padding: 0 45px 0 15px;
  font-size: 16px;
  line-height: 60px;
  color: #242629;
  white-space: nowrap;
  transition: width 200ms;
  z-index: 1;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  /* border: #3091f2 solid 1px; */
  border: #f25131 solid 1px;
  /* box-shadow: 0 0 10px 0 rgba(31, 79, 178, 0.5);  */
  box-shadow: 0 0 10px 0 rgba(200, 60, 35, 0.5);
}

.sticky-bar ul li:hover p {
  width: auto;
  right: 25px;
  transition: width 800ms;
  opacity: 1;
}

.sticky-bar ul li a i {
  display: block;
  width: 60px;
  height: 60px;
}

.sticky-bar .icon-telephone {
  background: url("../images/icon-telephone.png") no-repeat 50% 50%;
}

.sticky-bar .icon-wechat {
  background: url("../images/icon-wechat.png") no-repeat 50% 50%;
}

.sticky-bar .icon-add {
  background: url("../images/icon-telephone.png") no-repeat 50% 50%;
}

.sticky-bar .icon-back-top {
  background: url("../images/icon-back-top.png") no-repeat 50% 50%;
}

.sticky-bar .call-demand {
  width: 60px;
  font-size: 16px;
  text-align: center;
  height: auto;
  padding: 26px 20px;
  box-shadow: 0 0 10px 0 rgba(36, 38, 41, 0.2);
}

.sticky-bar .icon-addmeeting {
  background: url("../images/icon-addmeeting.png") no-repeat 50% 50%;
  height: 153px;
}

.section-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 40px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.section-company-main {
  display: flex;
  justify-content: space-between;
  padding: 60px 32px;
  margin-left: -15px;
  margin-right: -15px;
}

/*  */

.sub-nav {
  width: 19.51219512%;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}

.sub-nav li {
  /*background: #016FBE; */
  border-bottom: #DFE3E8 solid 1px;
  border-right: #DFE3E8 solid 1px;
}

.sub-nav li:last-child {
  border-bottom: 0;
}

.sub-nav li a {
  display: block;
  color: #333;
  line-height: 60px;
  padding-left: 45px;
  position: relative;
}

.sub-nav li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -3px;
  background: url("../images/hui.png") no-repeat 0 0;
}

.sub-nav li a:hover,
.sub-nav li.active a {
  /* color: #016FBE; */
  color: #C82020;
  background: url("../images/sub-nav.png") repeat-y 0 0;
}

.sub-nav li a:hover:after,
.sub-nav li.active a:after {
  background: url("../images/lan.png") no-repeat 0 0;
}

/* 商会企业 */

.company-nav {
  width: 16%;
  background: #fff;
}

.company-nav-in {
  width: 100%;
  padding: 10px;
}

.company-nav ul.sidebar {
  width: 100%;
}

.company-nav li.sidebar-item {
  padding: 4px 0px 4px 0px;
  border-bottom: #EFF0F1 solid 1px;
  position: relative;
}

.company-nav li.sidebar-item:first-child {
  padding: 0px 0px 4px 0px;
}

.company-nav ul.sidebar-submenu li:last-child,
.company-nav li.sidebar-item:last-child {
  border-bottom: 0;
}

.company-nav li.sidebar-item a {
  display: block;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 16px;
  color: #1F2021;
  text-align: center;
  line-height: 50px;
}

.company-nav li.sidebar-item a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -3px;
}

.company-nav ul.sidebar-submenu li.active>a,
.company-nav ul.sidebar-submenu li:hover>a,
.company-nav li.sidebar-item:hover>a,
.company-nav li.sidebar-item.active>a {
  background: #C30322;
  color: #FFFFFF;
}

.company-nav li.sidebar-item.active ul.sidebar-submenu, 
.company-nav li.sidebar-item:hover ul.sidebar-submenu {
  display: block;
}


.company-nav ul.sidebar-submenu {
  width: 90%; /* 二级分类宽度 */
  background-color: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  display: none; /* 默认隐藏 */
  margin: 4px auto 0 auto;
  padding: 0px 5px;
}

.company-nav ul.sidebar-submenu li {
  padding: 4px 0px 4px 0px;
  border-bottom: #EFF0F1 solid 1px;
  position: relative;
}

.company-nav a.sidebar-submenu-link {
  display: block;
  width: 100%;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 12px;
  color: #1F2021;
  text-align: center;
  line-height: 36px;
}

.company-page {
  width: 82.55813953488%;
}

.company-list {
  width: 100%;
  gap: 0.2rem;
}

.company-list li {
  width: 100%;
  height: max-content;
  background-image: url("../images/company_item_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  margin: 0px 0px 0.2rem 0px;
  padding: 0.2rem;
}

.company-list .company-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  /* align-items: flex-start; */
  align-items: stretch;
  justify-content: space-between;
}

.company-list .company-item:hover .text h4,
.company-list .company-item:hover .clamp-remark {
  color: #C30322;
}

.company-list .company-item:hover .more {
  background: #C30322;
  color: #FFFFFF;
}

.company-list .company-item:hover .more>.arrow_r {
  color: #FFFFFF;
  background-image: url("../images/white_btn_arrow_r.png");
}

.company-list .company-item:hover .img {
  transform: scale(1.1);
}

.company-list .company-item .img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  overflow: hidden;
  transition: all .5s ease;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.company-list .company-item .img img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  border-radius: 2px;
  margin: 0 !important;
}

.company-list .company-item .text {
  width: calc(100% - 2.24rem);
  height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.company-list .company-item .text h4 {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.24rem !important;
  color: #1F2021;
  line-height: 1;
  text-align: left;
}

.clamp-taps span {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

.clamp-taps {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.company-list .company-item .clamp-taps {
  margin: 0.1rem 0px;
}

.clamp-taps .tap-plus {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .01);
  border-radius: 2px;
  cursor: text;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  line-height: 20px;
  margin: 6px 6px 0 0;
  padding: 0 0.08rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  background: #DCEEFF;
  color: #0080FF;
}

.tap-old {
  /* width: max-content;
  padding: 0px 0.08rem;
  height: 0.24rem;
  background: #DCEEFF;
  border-radius: 2px;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.12rem;
  color: #0080FF;
  line-height: 0.24rem;
  text-align: center; */
}

.clamp-taps .tap {
  color: #089944;
  background: #E9FCF1;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .01);
  border-radius: 2px;
  cursor: text;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  line-height: 20px;
  margin: 0;
  padding: 0 0.08rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.clamp-taps .partition {
  display: inline-block;
  width: 0.34rem;
  font-family: 'Alibaba_PuHuiTi_3.0';
  color: #8C8D90;
  text-align: center;
}

.clamp-taps .label {
  color: #636466;
  text-align: left;
}

.clamp-taps .content {
  color: #1F2021;
  text-align: left;
}

.clamp-remark {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.14rem;
  color: #1F2021;
  line-height: 0.22rem;
  text-align: left;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

.company-list .more {
  width: max-content;
  min-width: 1.04rem;
  height: 0.38rem;
  border-radius: 99px;
  border: 1px solid #C30322;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.14rem;
  color: #C30322;
  line-height: 0.22rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 0px;
}


.company-list .more>.arrow_r {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0px 0px 0px 0.04rem !important;
  background-image: url("../images/btn_arrow_r.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.company_in_nav {
  width: 90%;
  margin: 0 auto;
  background-color: transparent;
  padding: 0.6rem 0px 0.2rem 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.company_in_nav a,
.company_in_nav span {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.company_in_nav a {
  color: #828385;
}

.company_in_nav span {
  color: #1F2021;
}

.company_in_nav img {
  width: 16px;
  height: 16px;
  margin: 0.08rem !important;
}

.company-content {
  width: 90%;
  margin: 0 auto 0.4rem auto;
  border-radius: 2px;
  padding: 0.64rem 0.8rem 0.64rem 0.8rem;
  background-color: #FFFFFF;
}

.company-content .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.company-content .title .img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-content .title .img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.company-content .title>.text {
  width: calc(100% - 114px);
}

.company-content .title>.text h1 {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 24px;
  color: #1F2021;
  line-height: 1;
  text-align: left;
  padding: 0px 0px 0.1rem 0px;
}

.company-content .remark {
  width: 100%;
  min-height: 0.64rem;
  background: #FFF7F8;
  border-radius: 2px;
  border: 1px solid rgba(195, 3, 34, 0.3);
  padding: 0.08rem 0.16rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.2rem 0px 0px 0px;
}


.company-content .remark div.min {
  width: max-content;
  padding-right: 0.32rem;
  line-height: 1;
}

.company-content .remark div.max {
  width: 100%;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.company-content .remark span {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
}

.company-content .remark .label {
  color: #636466;
}

.company-content .remark .content {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  color: #1F2021;
}

.company-content-item {
  width: 100%;
  height: max-content;
}

.company-content-item .label-title {
  width: 100%;
  height: 31px;
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  text-align: left;
  margin: 0.2rem 0px 0px 0px;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(195, 3, 34, 0.3);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.company-content-item .label-title::after {
  content: "";
  width: 63px;
  height: 4px;
  background: #C30322;
  border-radius: 99px;
  position: absolute;
  bottom: -2.5px;
  left: 0;
}

.company-content-item .label-title .service-swiper-button {
  width: 1rem;
  height: 0.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.company-content-item .label-title .swiper-button-prev,
.company-content-item .label-title .swiper-button-next {
  width: 0.24rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0px 0px 0px 0.1rem !important;
}


.company-content-item .label-title .swiper-button-prev {
  background-image: url("../images/icon-prev.png");
}

.company-content-item .label-title .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/icon-prev-disabled.png");
  opacity: 1;
}


.company-content-item .label-title .swiper-button-next {
  background-image: url("../images/icon-next.png");
}

.company-content-item .label-title .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/icon-next-disabled.png");
  opacity: 1;
}

.company-content-item .content-text {
  font-family: 'Alibaba_PuHuiTi_3.0';
  font-weight: normal;
  font-size: 0.14rem;
  color: #1F2021;
  line-height: 0.22rem;
  text-align: left;
  margin-top: 0.12rem;
}

.company-services {
  width: 100%;
}

.company-services-container {
  width: 100%;
  overflow: hidden;
}

.company-services-container .swiper-wrapper {
  margin-top: 0.22rem;
  width: 100%;
}

.company-services-container .swiper-wrapper .swiper-slide {
  /* width: calc(25% - 0.15rem); */
  width: 25%;
  height: max-content;
}

.company-services-container .swiper-slide-item {
  width: 100%;
}

.company-services-container .swiper-slide-item img {
  width: 100%;
  /* height: 1.1rem; */
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.company-services-container .swiper-slide-item p {
  width: 100%;
  height: 0.4rem;
  font-family: 'Alibaba PuHuiTi 3.0';
  font-weight: normal;
  font-size: 0.16rem;
  color: #1F2021;
  line-height: 0.4rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/*  */

.main-page {
  width: 80.48780488%;
  padding-left: 15px;
  padding-right: 15px;
}

.company-nav-title {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  box-shadow: -5px -5px 10px -4px rgba(36, 38, 41, 0.2), 5px -5px 10px -4px rgba(36, 38, 41, 0.2);
  padding: 20px 0 0;
  text-align: center;
  background: url("../images/sub-title.png") repeat-x 0 0;
}

.company-nav-title h2 {
  font-size: 28px;
  margin-bottom: 3px;
  /* color: #0068B7; */
  color: #d32430;
}

.company-nav-title p {
  color: #777A80;
  text-transform: uppercase;
}

.sub-title {
  width: 210px;
  height: 100px;
  margin-bottom: 30px;
  box-shadow: -5px -5px 10px -4px rgba(36, 38, 41, 0.2), 5px -5px 10px -4px rgba(36, 38, 41, 0.2);
  padding: 20px 0 0;
  text-align: center;
  background: url("../images/sub-title.png") repeat-x 0 0;
}

.sub-title h2 {
  font-size: 28px;
  margin-bottom: 3px;
  /* color: #0068B7; */
  color: #d32430;
}

.sub-title p {
  color: #777A80;
  text-transform: uppercase;
}

.breadcrumb-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
}

.breadcrumb-nav p {
  margin: 0 2px 0 0;
  font-size: 14px;
  /* color: #0068B7; */
  color: #d32430;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb-nav p .icon-location {
  background: url("../images/icon-location.png") no-repeat 0 0;
  width: 15px;
  height: 19px;
  margin-right: 5px;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
}

.flexBetween .breadcrumb-nav {
  padding: 0;
}

.breadcrumb>li {
  position: relative;
  padding-left: 12px;
}

.breadcrumb>li+li:before {
  content: '';
  display: inline-block;
  padding: 0;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #242629;
  border-style: solid;
  -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
  transform: matrix(.71, .71, -.71, .71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.content {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.content h1 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.article-body p.mb-0 {
  margin-bottom: 0;
}

.article-body p {
  font-size: 16px;
  color: #242629;
  line-height: 1.8;
  margin-bottom: 30px;
}

.article-body h1 {
  margin-bottom: 30px;
}

.article-body h2 {
  margin-bottom: 30px;
}

.article-body h3 {
  margin-bottom: 30px;
}

.article-body h4 {
  margin-bottom: 30px;
}

.article-body h5 {
  margin-bottom: 30px;
}

.article-body h6 {
  margin-bottom: 30px;
}

.article-body img {
  margin-bottom: 30px;
}

.article p.mb-0 {
  margin-bottom: 0;
}

.article p {
  font-size: 16px;
  color: #242629;
  line-height: 1.8;
  margin-bottom: 30px;
}

.article img {
  margin-bottom: 30px;
}

.content.about .article-body p {
  font-size: 16px;
  color: #666;
  text-indent: 24px;
}

.content .tag {
  color: #777A80;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.content .tag:after {
  content: '';
  border-bottom: #eee solid 1px;
  width: 800px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -400px;
}

/* share */
.share-box {
  padding-bottom: 40px
}

.share-box p {
  margin-bottom: 15px;
  text-align: center;
}

.social-share {
  display: flex;
  justify-content: center;
}

.social-share a {
  width: 32px;
  height: 32px;
  margin: 0 6px;
}

.social-share .icon-weibo,
.social-share .icon-weibo:hover {
  background: url(../images/icon-weibo.png) no-repeat 50% 50% / 32px auto;
}

.social-share .icon-wechat,
.social-share .icon-wechat:hover {
  background: url(../images/icon-weixin.png) no-repeat 50% 50% / 32px auto;
}

.social-share .icon-qq,
.social-share .icon-qq:hover {
  background: url(../images/icon-qq.png) no-repeat 50% 50% / 32px auto;
}

.social-share .icon-qzone,
.social-share .icon-qzone:hover {
  background: url(../images/icon-qzone.png) no-repeat 50% 50% / 32px auto;
}

.social-share .icon-qq:before,
.social-share .icon-qzone:before,
.social-share .icon-wechat:before,
.social-share .icon-weibo:before {
  display: none;
}

.social-share .social-share-icon {
  border: 0;
  border-radius: 0;
}

.annex {
  padding: 20px;
  background: #F6F8FB;
  display: flex;
  margin-bottom: 40px;
}

.annex h4 {
  padding-right: 20px;
  color: #242629;
}

.annex img {
  width: 28px;
  margin: 0 10px;
}

.annex p {
  color: #777A80;
  margin-bottom: 15px;
}

.annex p:last-child {
  margin-bottom: 0;
}

.main-page-head {
  margin-bottom: 8px;
}

/* 列表 */
.list {
  position: relative
}

.list .list-item {
  display: flex;
  margin-bottom: 40px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

/*.list li:first-child .list-item { margin-bottom: 0; }*/
.list .list-item .pic {
  width: 280px;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.list .list-item .pic img {
  width: 100%;
}

.list .list-item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1
}

.list .list-item .text h3 {
  margin-bottom: 5px;
  font-weight: bold;
}

.list .list-item .text h4 {
  height: max-content;
  margin-bottom: 10px;
  font-weight: bold;
}

.list .list-item .text p {
  margin-bottom: 20px
}

.list .list-item .text .more {
  display: block;
  text-align: center;
  /* color: #0068B7; */
  color: #C82020;
  width: 100px;
  height: 38px;
  line-height: 36px;
  background: #FFFFFF;
  /* border: 1px solid #0068B7; */
  border: 1px solid #C82020;
  border-radius: 19px;
}

.list .list-item .clamp-two {
  height: 44px;
}

.list .list-item .time {
  padding-left: 10px;
}

.list li:hover .list-item h3 {
  /* color: #0068B7; */
  color: #C82020;
  font-weight: bold;
}

.list li:hover .list-item h4 {
  /* color: #0068B7; */
  color: #C82020;
  font-weight: bold;
}

.list li:hover .list-item .more {
  /* background: #0068B7; */
  background: #C82020;
  color: #fff;
}

.list .row {
  margin-left: -20px;
  margin-right: -20px;
}

.list .col-xs-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.list .col-xs-4 .list-item {
  display: block;
}

.list .col-xs-4 .list-item .pic {
  display: block;
  width: 100%;
  margin-right: 0;
}

.list .col-xs-4 .list-item .pic .more {
  display: none;
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url('../images/xuanzhong.png') repeat-x 0 0;
  padding-top: 60px;
  color: #fff;
}

.list .col-xs-4:hover .list-item .pic .more {
  display: block;
}

.list .col-xs-4 .list-item .text {
  padding: 20px 10px;
}

.list .col-xs-4:hover .list-item {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(36, 38, 41, 0.2);
}

.list .show-img {
  display: flex;
}

.list .show-img img {
  margin: 0 10px 0 0;
}

.search-list {
  padding-top: 20px;
}

.search-list .list {
  margin-bottom: 40px;
}

.search-list .list .list-item {
  margin-bottom: 30px;
}

.search-list .list .list-item .text p {
  margin-bottom: 0;
}

.pagination ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  color: #666;
  justify-content: center;
  padding-top: 40px;
}

.pagination .nav-item {
  display: block;
  color: #666;
  background: #fff;
  margin: 0 5px;
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a {
  color: #ccc;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
}

.pagination li .active {
  display: block;
  text-align: center;
  border-radius: 5px;
  background: #1171CF;
  border: 1px solid #1171CF;
  color: #fff;
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
}

.pagination .page-left {
  line-height: 40px;
  padding: 0 10px;
}

.list-img {
  padding: 80px 0 40px;
  margin-bottom: 40px;
}

.list-img li {
  margin-bottom: 30px;
}

.list-img .boxShadow {
  position: relative;
}

.list-img .card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0068b7;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.list-img .card:hover .overlay {
  height: 100%;
}

.list-img img {
  width: 100%;
  height: auto;
}

.list-img .text {
  padding: 40px 0;
  opacity: 0;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.list-img .text p {
  min-width: 100px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.list-img.mb-0 {
  padding: 0;
}

.list-img .card:hover .text {
  top: 50%;
  opacity: 1;
}

.list-img .card:hover p {
  color: #fff;
}

.list-img .card:hover .look-detail {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.js_tab_list {
  display: none;
}

.js_tab_list.show {
  display: block;
}

.report-list li {
  width: 20%
}

.section-result {
  background: url('../images/keyanchengguo.png') no-repeat;
}


/*------------- mobile nav ---------------*/
.icon-nav {
  display: none;
  width: 40px;
  height: 40px;
}

.icon-nav .hamburger {
  display: flex;
  padding-top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .2s ease-out .2s;
  justify-content: center;
  flex-direction: column;
}

.icon-nav .hamburger .icon-bar {
  display: block;
  margin: 3px 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #0068b7;
}

.icon-nav .hamburger .icon-bar:nth-child(2) {
  width: 18px;
}

.navbar-show .icon-nav {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 1000;
  margin-right: 0;
  width: 50px;
  height: 50px;
  border: 0 !important;
  background: #fff !important;
  transition: all .3s ease-out 0s;
}

.navbar-show .icon-nav .hamburger {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 12;
  align-items: center;
}

.navbar-show .icon-nav .hamburger .icon-bar {
  position: absolute;
}

.navbar-show .icon-nav .hamburger .icon-bar:nth-child(1) {
  margin: 0;
  -webkit-transform: rotate(-0deg);
}

.navbar-show .icon-nav .hamburger .icon-bar:nth-child(3) {
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-show .icon-nav .hamburger .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-show .navbar-show-shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  content: "";
}

.partner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.partner .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.partner li {
  padding: 0 10px;
  margin-bottom: 20px;
}

.partner li .item {
  display: block;
  border: #c0c3c8 solid 1px;
}

.partner li .item:hover {
  display: block;
  border: #0068B7 solid 1px;
  box-shadow: 0 2px 10px rgba(70, 31, 79, 0.61);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}

@media (max-width: 1259px) {
  .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0 15px;
  }

  .header-left {
    width: 100%;
  }

  .header-left-container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .header-left .header-left-container .logo {
    width: max-content;
    padding: 0px;
  }

  .nav {
    padding: 0;
  }

  .nav .nav_container>ul>li>a {
    padding: 0 20px;
  }

  .nav .nav_container>ul>li>ul {
    min-width: 104px;
  }

  .section-service .cards .card {
    max-width: 25%;
  }

}

@media (min-width: 1270px) {
  .section-service .cards .card {
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .section-service .card h3 {
    font-size: 18px;
    padding: 0 20px 15px;
  }

  .section-service .card p {
    font-size: 14px;
  }

  .section-service .card .hover-scale:hover p {
    top: 120px;
  }

  .btn-outline,
  .btn-primary,
  .btn-default {
    padding: 13px 30px;
    font-size: 14px;
  }

  .section-service .btn-outline {
    margin-left: -59px;
  }
}

@media (max-width: 1200px) {

  .page-section.section-activity {
    height: max-content;
  }
  .logo-gallery {
    padding-top: 40px;
  }

  .logo-gallery.desktop {
    display: none;
  }

  .logo-gallery.mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .logo-gallery.mobile .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-group {
    margin-top: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .logo-gallery .flipper {
    width: 144px;
    height: 144px;
    padding: 5px;
  }

  .logo-gallery .flipper .front {
    /* position: static; */
    position: relative;
  }

  .logo-gallery .flipper .front,
  .logo-gallery .flipper .back {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .logo-gallery .flipper .back {
    padding: 5px;
  }

  .logo-gallery figure {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
  }

  .logo-gallery figure img {
    max-width: 100%;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  .logo-gallery .flipper .back .back_in_block {
    width: 190px;
    height: 218px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  .logo-gallery .flipper .back .back_in_block span {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  .logo-gallery.mobile figure img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1023px) {

  /* ipad vertical */
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  /*  .col-sm-1,.col-sm-2,.col-sm-4,.col-sm-6,.col-sm-7,.col-sm-8,.col-md-2,.col-md-5,.col-md-10,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{width: 100%; padding-left: 10px; padding-right: 10px;}
    */
  body {
    transition: all .3s ease-out 0s;
  }

  .space40.row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .header-left {
    height: 56px;
  }

  .logo {
    width: 280px;
  }

  .logo:after {
    display: none;
  }

  .header .right {
    display: block;
  }

  .search {
    width: 100%;
    padding: 0 15px;
  }

  .search.mobile-hide {
    display: none;
  }

  .header-right {
    width: 160px;
  }

  .header .right {
    display: block;
  }

  .icon-nav {
    display: block;
    position: relative;
    right: -10px;
    margin-left: auto;
  }

  .navbar-show {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }

  .nav {
    position: fixed;
    top: 0;
    right: 100%;
    bottom: 0;
    z-index: 999;
    display: none;
    overflow: auto;
    padding: 50px 0;
    width: 80%;
    height: 100%;
    border: 0;
    background: #fff;
    transition: all .3s ease-out 0s;
  }

  .nav .nav_container {
    padding: 0;
  }

  .nav .nav_container>ul {
    display: block;
  }

  .nav .nav_container>ul>li {
    display: block;
    display: flex;
    border-bottom: #b3b6bd solid 1px;
    flex-flow: row wrap;
    align-items: center;
  }

  .nav .nav_container>ul>li.open {
    border-bottom: transparent solid 1px;
  }

  .nav .nav_container>ul>li:last-child {
    border: 0;
  }

  .nav .nav_container>ul>li>a {
    display: flex;
    padding: 0 0 0 30px;
    color: #242629;
    font-size: 16px;
    line-height: 40px;
    align-items: center;
    flex-grow: 1;
    z-index: 1;
  }

  .nav .nav_container>ul>li.open>a,
  .nav .nav_container>ul>li>a:hover {
    /* background: #0068B7; */
    background: #C82020;
    color: #fff;
  }

  .nav .nav_container>ul>li>ul {
    position: relative;
    display: none;
    visibility: visible;
    width: 100%;
    background: 0 0;
    box-shadow: none;
    opacity: .5;
    transition: none;
  }

  .nav .nav_container>ul>li>ul>li>a {
    padding: 0 0 0 50px;
    height: 38px;
    text-align: left;
    line-height: 38px;
  }

  .mobile-level-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 70px;
    height: 40px;
    background-image: url(../images/ic_down.png);
    background-position: 50% 50%;
    background-size: 14px auto;
    background-repeat: no-repeat;
  }

  .nav .nav_container>ul>li.open>ul {
    display: block;
  }

  .nav .nav_container>ul>li.open .mobile-level-button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .nav .nav_container>ul>li.active>a,
  .nav .nav_container>ul>li>a:hover {
    /* background: #0068B7; */
    background: #C82020;
    color: #fff;
  }

  .mobile-nav {
    display: flex;
  }

  .navbar-show .nav {
    display: block;
  }

  .section-dynamic .tab-nav li a {
    padding: 0 15px;
  }

  .section-top .tab-nav li a {}

  #banner-swiper {
    margin-bottom: 20px;
  }

  .ad-list {
    padding-top: 0;
  }

  .ad-list .col-xs-4 {
    width: 33.33333333%;
  }

  .section-news .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .section-news .col-xs-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .partner .col-xs-3 {
    width: 50%;
  }

  .main-page {
    width: 100%;
  }

  .sub-nav {
    display: none;
  }

  .company-nav {
    display: none;
  }

  .content .tag:after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .list-img {
    padding: 40px 0 0;
  }

  .section-policy .swiper-container {
    min-height: 198px;
  }

  #pic-swiper .hover-img,
  #picbg-swiper .hover-img,
  #piccz-swiper .hover-img {
    height: 150px;
  }

  .modal-pic {
    display: none;
  }

}

@media (max-width: 991px) {
  .section-service .card h3 {
    font-size: 16px;
  }

  .section-service .card p {
    padding: 0 15px;
  }

  .section-service .card .hover-scale:hover h3 {
    top: 60px;
  }

  .section-service .card .hover-scale:hover p {
    top: 85px;
  }

  .dynamic-top {
    /* display: flex;
    flex-direction: row; */
  }

  .dynamic-right {
    display: none;
  }

  .dynamic-left {
    width: 100%;
  }
}

@media (max-width: 767px) {

  #activity-swiper .service-swiper-pagination .service-swiper-button {
    display: none;
  }

  .service-swiper-container {
    height: max-content;
  }

  .dynamic-left {
    width: 100%;
    height: max-content;
  }

  .dynamic-left .dynamic_new_item {
    width: 100%;
    height: max-content;
    overflow: hidden;
  }

  .dynamic-left .dynamic_new_item .swiper-wrapper {
    width: 100%;
    height: max-content;
    border-radius: 2px;
  }

  .dynamic-left .dynamic_new_item .swiper-wrapper .swiper-slide {
    width: 100%;
    height: max-content;
  }

  .dynamic-left .dynamic_new_item img.image-ae {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 0;
  }

  /* 商会委员 */
  .COC-Member-item {
    flex-direction: column;
    height: max-content;
  }

  .COC-Member-item .left {
    width: 100%;
    height: 3.2rem;
  }
  .COC-Member-item .right {
    width: 100%;
    height: 2.72rem;
  }

  .COC-Member-item .left .user {
    right: 50%;
    transform: translateX(50%);
  }

  .COC-Member-item .right {
    padding: 0rem 0.2rem 0.2rem 0.2rem;
  }

  .peripheral {
    width: calc(100% - 0.48rem);
  }

  .footer-new-bottom-main-block {
    gap: 0.32rem;
  }

  .footer-new-bottom-main .left ul li {
    flex: none;
    width: max-content;
    padding-right: 4px;
  }

  .member-units-container {
    width: 100%;
  }

  .company-services-container .swiper-wrapper .swiper-slide {
    width: calc(50% - 0.15rem);
  }

  .company-page {
    width: 100%;
  }
  .company-list .company-item {
    flex-wrap: wrap;
  }

  .company-list li {
    max-height: none;  
  }

  .company-list .clamp-taps .tap {
    font-size: 0.12rem;
    height: 0.22rem;
    line-height: 0.2rem;
  }

  .company-list .clamp-taps span {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .company-list .company-item .text .clamp-taps {
    flex-wrap: wrap;
  }

  .company_in_nav a,
  .company_in_nav span {
    font-size: 12px;
    line-height: 20px;
  }

  .company_in_nav img {
    width: 12px;
    height: 12px;
  }

  .company-content .title .text .clamp-taps {
    flex-wrap: wrap;
  }

  .company-content .title>.text h1 {
    font-size: 16px;
  }

  .section-service .cards {
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
  }

  .section-service .cards .card {
    max-width: 50%;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .section-service .card h3 {
    font-size: 28px;
    padding: 0 30px 20px;
  }

  .section-service .card p {
    font-size: 20px;
    padding: 0 30px;
  }

  .section-service .card .hover-scale:hover h3 {
    top: 90px;
  }

  .section-service .card .hover-scale:hover p {
    top: 150px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-4,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-md-2,
  .col-md-5,
  .col-md-10,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  body {
    font-size: 12px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 13px;
  }

  h6 {
    font-size: 12px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktop-hide {
    display: block;
  }

  .ad.desktop-hide {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .header.fixed {
    border-bottom: #DFE3E8 solid 1px;
    background: #d32430;
  }

  .logo {
    width: 132px;
  }

  .page-section {
    padding: 20px 0;
  }

  .page-section.section-dynamic {
    padding: 0.88rem 0 0 0;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .section-news .col-xs-6.rightline {
    margin-bottom: 20px;
    border: 0;
  }

  .section-news .col-xs-6 {
    width: 100%;
  }

  .section-dynamic {
    height: max-content;
    min-height: auto;
  }

  .section-dynamic .tab {
    padding: 10px;
    margin-bottom: 20px;
  }

  .section-dynamic .tab-nav {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .section-dynamic .tab-nav li {
    width: 33.333333%;
  }

  .section-dynamic .tab-nav li a {
    padding: 0 10px;
  }

  .section-top .tab {
    padding: 10px;
    margin-bottom: 20px;
  }

  .section-top .tab-nav {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .section-top .tab-nav li {
    width: 33.333333%;
  }

  .section-top .tab-nav li a {
    padding: 0 10px;
  }

  .sticky-bar {
    display: none;
  }

  .center-headline h2 {
    font-size: 15px;
  }

  .center-headline p {
    font-size: 9px;
  }

  .center-headline .left-linear-white {
    width: 128px;
  }

  .center-headline .right-linear-white {
    width: 128px;
  }

  .center-headline .left-linear-blue {
    width: 128px;
  }

  .center-headline .right-linear-blue {
    width: 128px;
  }

  .logo-gallery {
    padding-top: 20px;
  }

  .section-welfare .swiper-container {
    padding: 20px 0;
  }

  .partner .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .ad.desktop-hide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ad-list .col-xs-4 {
    width: 100%;
    margin-bottom: 12px;
  }

  .ad-list .col-xs-4:last-child {
    margin-bottom: 0;
  }

  .model-list {
    margin-bottom: 20px;
  }

  .look-more {
    margin: 0 auto;
    width: 250px;
    height: 36px;
    /* color: #0068B7; */
    color: #C82020;
    font-size: 13px;
    text-align: center;
    line-height: 34px;
    /* border: 1px solid #0068B7; */
    border: 1px solid #C82020;
    border-radius: 36px;
  }

  .look-detail {
    width: 100%;
  }

  .look-detail.width200 {
    width: 100%;
  }

  .section-policy .swiper-container {
    min-height: 10px;
    padding: 0;
  }

  .section-policy .swiper-slide-prev img,
  .section-policy .swiper-slide-next img {
    transform: scale(1);
  }

  .section-policy .swiper-slide-active img,
  .section-policy .swiper-slide-duplicate-active img {
    transform: scale(1);
    box-shadow: none;
  }

  .section-policy .swiper-slide-active,
  .section-policy .swiper-slide-duplicate-active {
    padding: 0;
  }

  .visit-list {
    padding-top: 20px;
  }

  .visit-list.mobile-top0 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .model-list.mobile-bot0 {
    margin-bottom: 0;
  }

  .list-img {
    padding: 20px 0 0;
  }

  .visit-list .col-xs-4 {
    width: 50%;
  }

  .visit-list li {
    margin-bottom: 15px;
  }

  .visit-list li:last-child,
  .visit-list li:nth-last-child(2) {
    margin-bottom: 0;
  }

  .section-star p {
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 24px;
    font-size: 10px;
  }

  .footer .footer-logo {
    width: 150px;
    margin: 0 auto 20px;
  }

  .footer .flexBetween {
    display: block;
  }

  .footer .two-card {
    width: 80px;
    margin: 0 auto 20px;
  }

  .footer-info {
    text-align: center;
  }

  .footer-info p span {
    display: inline-block;
    padding: 0 5px;
  }

  .footer .footer-info p.ml-42 {
    margin-left: 0;
  }

  .footer .copyright {
    border-top: 0;
    padding-top: 0;
  }

  .footer .copyright span {
    display: block;
    margin: 0;
  }

  .section-main {
    padding: 20px 0 0;
  }

  .section-company-main {
    padding: 20px 12px;
  }


  .gallery-result .swiper-container {
    padding: 20px 0;
  }

  .gallery-result .swiper-button-next,
  .gallery-result .swiper-button-prev {
    top: 75px;
  }

  .gallery-result h4 {
    margin-bottom: 15px;
  }

  .gallery-result p {
    margin-bottom: 15px;
  }

  .gallery-crane .tab-content {
    padding-top: 20px;
  }

  .space40 .col-xs-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .space40 .col-xs-7 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .space40 .col-xs-5 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .space40 .col-xs-4 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .space40 .col-xs-8 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-page-head.flexBetween {
    display: block;
  }

  .breadcrumb-nav {
    padding: 20px 0;
    display: none;
  }

  .main-page-head .breadcrumb-nav {
    margin-bottom: 20px;
  }

  .list {
    padding: 0;
  }

  .list .list-item {
    padding: 20px 0;
    margin-bottom: 0;
    display: block;
  }

  .list .list-item:first-child {
    padding-top: 0;
  }

  .list .list-item .pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .list .list-item .text {
    margin-right: 0;
  }

  .list .list-item .text h3 {
    margin-bottom: 14px;
  }

  .list .list-item .text p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .list .list-item .clamp-two {
    height: auto;
  }

  .list .list-item .mb-20 {
    margin-bottom: 10px;
  }

  .list .list-item .text .more {
    width: 100%;
  }

  .list .col-xs-4 .list-item .text {
    padding: 0;
  }

  .list .col-xs-4 .list-item .pic .more {
    font-size: 13px;
  }

  .list-img li {
    margin-bottom: 20px;
  }

  .list-img li:last-child {
    margin-bottom: 0;
  }

  .list-img .text p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .list-img .card .text,
  .list-img .card:hover text {
    top: 85%;
    opacity: 1;
  }

  .list-img .card .text p {
    color: #fff;
  }

  .list-img .card .look-detail {
    width: 100px;
    border: 1px solid #fff;
    color: #fff;
  }

  .list-img .card .overlay {
    height: 33.33333%;
  }

  .banner {
    margin-bottom: 20px;
  }

  .content {
    padding: 20px;
    margin-bottom: 20px;
  }

  .content h1 {
    margin-bottom: 10px;
  }

  .content .tag {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .article-body p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .article p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .annex {
    padding: 10px;
    display: block;
    margin-bottom: 20px;
  }

  .annex h4 {
    padding-right: 10px;
    margin-bottom: 10px;
  }

  .annex img {
    width: 18px;
  }

  .pagination {
    padding: 0 0 10px;
    margin: 0;
    font-size: 12px;
  }

  .pagination ul {
    font-size: 12px;
    display: block;
  }

  .pagination li {
    display: inline-block;
    margin-bottom: 10px;
  }

  .pagination .nav-item {
    margin: 0 5px;
    font-size: 12px;
    line-height: 30px;
    min-width: 30px;
    height: 30px;
  }

  .pagination .prev-page {
    margin-right: 5px;
    margin-left: 0;
  }

  .pagination .next-page {
    margin-left: 5px;
    margin-right: 0;
  }

  .pagination .total-page {
    display: none;
  }

  .pagination .icon {
    display: block;
  }

  .pagination li a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .pagination li .active {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .pagination .page-left {
    line-height: 30px;
    display: none;
  }

  .modal-header {
    padding: 30px 20px 10px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .modal-footer {
    padding-bottom: 30px;
  }

  #pic-swiper .hover-img,
  #picbg-swiper .hover-img,
  #piccz-swiper .hover-img {
    height: auto;
  }

  .company-content {
    padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  }

}

@media (max-width: 640px) {
  .section-service .card h3 {
    font-size: 18px;
    padding: 0 15px 15px;
  }

  .section-service .card p {
    font-size: 14px;
    padding: 15px;
  }

  .section-service .card .hover-scale:hover h3 {
    top: 60px;
  }

  .section-service .card .hover-scale:hover p {
    top: 80px;
  }

  .section-service .card .hover-scale:hover .btn-outline {
    bottom: 20px;
  }
  .dynamic-top {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px; */
  }

  .dynamic-top .dynamic-top-title {
    width: calc(25% - 8px);
  }

}

@media (max-width: 480px) {
  .section-service .cards {
    margin: 0 -6px 0 -6px;
  }

  .section-service .cards .card {
    padding: 0 6px;
    margin-bottom: 12px;
  }

  .section-service .card h3 {
    font-size: 16px;
  }

  .section-service .card p {
    font-size: 12px;
  }

  .section-service .btn-outline {
    display: none;
  }

  .company-services-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 414px) {
  /* iphone plus */
}

@media (max-width: 375px) {
  /* iphone */
}

@media (max-width: 360px) {
  /*  */
}

@media (max-width: 320px) {

  /* iphone 5 */
  .layer-item {
    width: 300px !important;
  }
}