body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
/*img{vertical-align:top;}*/
input,
button {
  vertical-align: middle;
  color: #6b5f53;
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1a4e92;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body,
html {
  font-size: 16px;
  overflow-x: hidden;
  color: #333;
  background: #fff;
}
body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.wrap {
  width: 1680px;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.page-wrap {
  width: 1440px;
  margin: 0 auto;
  *zoom: 1;
}
.page-wrap:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pad-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}
.margin-spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}
.marginb-spacing {
  margin-bottom: 50px;
}
.margin-spacing-big {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.lineheight-18 {
  line-height: 1.8;
}
.text-primary {
  color: #1a4e92 !important;
}
.text-info {
  color: #666 !important;
}
.fcbase {
  color: #1a4e92 !important;
}
.fcred {
  color: #e3272b !important;
}
hr.line {
  margin: 50px 0;
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
.list-disc {
  padding-left: 20px;
  list-style: disc;
}
.list-disc li {
  margin: 5px 0;
}
.list-disc li::marker {
  color: #1a4e92;
}
.page-title-line {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
  border-left: 6px solid #1a4e92;
  color: #1a4e92;
  padding-left: 10px;
}
.page-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.page-title.normal {
  font-weight: normal;
}
.page-title.center {
  text-align: center;
}
.back-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(26, 78, 146, 0.8);
  display: none;
} 
.nav-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.banner {
  width: 1920px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  z-index: 3;
}
.banner:after {
  display: none;
  content: '';
  clear: both;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.banner.curr:after {
  display: block;
  z-index: 1;
}
.banner .page-tit img {
  display: block;
  width: 100%;
}
.banner .banner-con .swiper-slide {
  text-align: center;
  position: relative;
}
.banner .banner-con .swiper-slide img {
  display: block;
}
.banner .banner-con .swiper-slide .but {
  position: absolute;
  left: 0;
  bottom: 25%;
  text-align: left;
  width: 100%;
}
.banner .banner-con .swiper-slide .but a {
  background: #1a4e92;
  padding: 15px 45px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .banner-con .swiper-slide .but a:last-of-type {
  background: #cf0b0b;
}
.banner .banner-con .swiper-slide .but a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 25;
}
.banner .top .logo {
  margin-top: 40px;
  float: left;
}
.banner .top .logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banner .top .logo a .img {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.banner .top .logo a .img img {
  display: block;
  width: 160px;
}
.banner .top .logo a .title {
  color: #fff;
  align-self: center;
  font-size: 18px;
  line-height: 30px;
}
.banner .top .logo a .title span {
  letter-spacing: 4px;
}
.banner .top .nav {
  float: right;
  margin-top: 55px;
  *zoom: 1;
}
.banner .top .nav:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.banner .top .nav .li {
  float: left;
}
.banner .top .nav .li .a {
  padding: 10px 10px 10px;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  font-size: 16px;
}
.banner .top .nav .li .a .fas {
  color: #1f96fe;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .top .nav .li .subordinate {
  position: absolute;
  /* left: 0; */
  top: 115px;
  width: 50%;
  display: none;
}
.banner .top .nav .li .subordinate .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.banner .top .nav .li .subordinate .con .title-t {
  font-size: 22px;
  color: #1a4e92;
  margin-bottom: 14px;
}
.banner .top .nav .li .subordinate .con .menu {
  background: #1a4e92;
  color: #fff;
  width: 14%;
  padding: 10px 0;
  border-radius: 10px 0 0 10px;
}
.banner .top .nav .li .subordinate .con .menu .menu-a {
  padding: 15px 35px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.banner .top .nav .li .subordinate .con .menu .menu-a.curr {
  background: #174683;
}
.banner .top .nav .li .subordinate .con .menu .menu-a.curr:after {
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  display: block;
  content: '';
  clear: both;
  width: 6px;
  height: 22px;
  background: #e62129;
}
.banner .top .nav .li .subordinate .con .menu-box {
  background: #fff;
  padding: 30px;
  width: 41%;
}
.banner .top .nav .li .subordinate .con .menu-box .nav-a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.banner .top .nav .li .subordinate .con .menu-box .nav-a a {
  margin-right: 14px;
  padding-right: 14px;
  margin-bottom: 15px;
  position: relative;
}
.banner .top .nav .li .subordinate .con .menu-box .nav-a a:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 12px;
  background: #ddd;
}
.banner .top .nav .li .subordinate .con .menu-box .nav-a a:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.banner .top .nav .li .subordinate .con .menu-box .nav-a a:last-of-type:after {
  display: none;
}
.banner .top .nav .li .subordinate .con .menu-box .nav-a a .fas {
  display: none;
}
.banner .top .nav .li .subordinate .con .menu-box .quick {
  margin: 40px 0 20px 0;
}
.banner .top .nav .li .subordinate .con .menu-box .quick span {
  color: #fff;
  background: #1a4e92;
  padding: 6px 10px;
  font-size: 16px;
}
.banner .top .nav .li .subordinate .con .basic {
  background: #fff;
  padding: 30px;
  width: 25%;
}
.banner .top .nav .li .subordinate .con .basic .basic-con {
  color: #666;
  line-height: 25px;
}
.banner .top .nav .li .subordinate .con .basic .scan-code {
  border-radius: 5px;
  margin-top: 18px;
  padding: 15px;
  background: url(../images/img38.jpg) no-repeat center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.banner .top .nav .li .subordinate .con .basic .scan-code .tit {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  align-self: center;
}
.banner .top .nav .li .subordinate .con .basic .scan-code .img img {
  display: block;
  max-height: 120px;
}
.banner .top .nav .li .subordinate .con .participate {
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 30px;
  width: 20%;
}
.banner .top .nav .li .subordinate .con .participate .participate-li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 25px 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .top .nav .li .subordinate .con .participate .participate-li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .top .nav .li .subordinate .con .participate .participate-li:last-of-type {
  margin-bottom: 0;
  background: #1a4e92;
}
.banner .top .nav .li .subordinate .con .participate .participate-li .fas {
  width: 40%;
  text-align: center;
  font-size: 56px;
  align-self: center;
}
.banner .top .nav .li .subordinate .con .participate .participate-li .text {
  width: 60%;
  align-self: center;
}
.banner .top .nav .li .subordinate .con .participate .participate-li .text .h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.banner .top .nav .li.curr .a {
  background: #fff;
  color: #1f96fe;
}
.banner .top .nav .li.curr .a .fas {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner .top .search-top {
  float: right;
  margin-top: 55px;
  font-size: 16px;
  margin-left: 10px;
  color: #fff;
}
.banner .top .search-top a {
  cursor: pointer;
  color: #fff;
  position: relative;
  padding-right: 12px;
  margin-right: 14px;
}
.banner .top .search-top a .fas {
  margin-right: 5px;
}
.banner .top .search-top a:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.banner .top .search-top a:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.banner .top .search-top a:last-of-type:after {
  display: none;
}
.banner .page-tit .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
}
.banner .page-tit .info .wrap {
  position: relative;
  margin-top: 55px;
}
.banner .page-tit .info .wrap:before {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #e3272b;
}
.banner .page-tit .info .tit {
  padding-left: 22px;
  font-size: 24px;
}
.banner .page-tit .info .text {
  padding-left: 22px;
  font-weight: bold;
  font-size: 30px;
}
.banner .higher-banner {
  width: 45%;
  position: absolute;
  right: 122px;
  top: calc(50% - 94px);
  overflow: hidden;
}
.banner .higher-banner .li {
  position: relative;
  *zoom: 1;
}
.banner .higher-banner .li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.banner .higher-banner .li .img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 90px);
  z-index: 1;
}
.banner .higher-banner .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .higher-banner .li .info {
  float: right;
  background: #fff;
  border-radius: 10px;
  width: calc(100% - 320px);
  padding: 38px 100px 58px 130px;
  position: relative;
  overflow: hidden;
  min-height: 160px;
}
.banner .higher-banner .li .info .symbol {
  position: absolute;
  right: 15px;
  top: -18px;
  color: #e3272b;
  opacity: 0.4;
  font-size: 180px;
}
.banner .higher-banner .li .info:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 250px;
  height: 90px;
  background: #e3272b;
  left: -175px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner .higher-banner .li .info:before {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 250px;
  height: 90px;
  background: #305f9d;
  left: -130px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner .higher-banner .li .info .ico:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 250px;
  height: 90px;
  background: #e3272b;
  right: -175px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner .higher-banner .li .info .ico:before {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 250px;
  height: 90px;
  background: #305f9d;
  right: -130px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner .higher-banner .li .info .name {
  font-size: 24px;
}
.banner .higher-banner .li .info .introduce {
  font-size: 16px;
  margin: 8px 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .higher-banner .li .info .text {
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner .higher-banner .swiper-pagination {
  width: auto;
  padding-left: 218px;
  bottom: 26px;
}
.banner .higher-banner .swiper-pagination-bullet {
  width: 18px;
  height: 6px;
  border-radius: 0;
}
.banner .higher-banner .swiper-pagination-bullet-active {
  background: #1a4e92;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) skew(0deg) scale(1);
    -ms-transform: rotate(0deg) skew(0deg) scale(1);
    /* IE 9 */
    -moz-transform: rotate(0deg) skew(0deg) scale(1);
    /* Firefox */
    -webkit-transform: rotate(0deg) skew(0deg) scale(1);
    /* Safari ºÍ Chrome */
    -o-transform: rotate(0deg) skew(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) skew(0deg) scale(1);
    -ms-transform: rotate(360deg) skew(0deg) scale(1);
    /* IE 9 */
    -moz-transform: rotate(360deg) skew(0deg) scale(1);
    /* Firefox */
    -webkit-transform: rotate(360deg) skew(0deg) scale(1);
    /* Safari ºÍ Chrome */
    -o-transform: rotate(360deg) skew(0deg) scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg) skew(0deg) scale(1);
    -ms-transform: rotate(0deg) skew(0deg) scale(1);
    /* IE 9 */
    -moz-transform: rotate(0deg) skew(0deg) scale(1);
    /* Firefox */
    -webkit-transform: rotate(0deg) skew(0deg) scale(1);
    /* Safari ºÍ Chrome */
    -o-transform: rotate(0deg) skew(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) skew(0deg) scale(1);
    -ms-transform: rotate(360deg) skew(0deg) scale(1);
    /* IE 9 */
    -moz-transform: rotate(360deg) skew(0deg) scale(1);
    /* Firefox */
    -webkit-transform: rotate(360deg) skew(0deg) scale(1);
    /* Safari ºÍ Chrome */
    -o-transform: rotate(360deg) skew(0deg) scale(1);
  }
}
.ind-about {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  margin: 50px 0 50px 0;
}
.ind-about .wrap {
  position: relative;
  z-index: 1;
}
.ind-about:after {
  /* position: absolute;
  left: -50%;
  top: 23%;
  display: block;
  content: '';
  clear: both;
  width: 4000px;
  height: 4000px;
  border-radius: 50%;
  border: 1px dashed #1f96fe;
  transform: rotate(0deg) skew(0deg) scale(1);
  -ms-transform: rotate(0deg) skew(0deg) scale(1);
  /* IE 9 */
  -moz-transform: rotate(0deg) skew(0deg) scale(1);
  /* Firefox */
  -webkit-transform: rotate(0deg) skew(0deg) scale(1);
  /* Safari ºÍ Chrome */
  -o-transform: rotate(0deg) skew(0deg) scale(1);
  animation: rotate 10s linear infinite;
  -webkit-animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite; */
}
.ind-about:before {
  /* position: absolute;
  left: -40%;
  top: 24%;
  display: block;
  content: '';
  clear: both;
  width: 4000px;
  height: 4000px;
  border-radius: 50%;
  border: 1px dashed #ff3d3d;
  transform: rotate(0deg) skew(0deg) scale(1);
  -ms-transform: rotate(0deg) skew(0deg) scale(1);
  /* IE 9 */
  -moz-transform: rotate(0deg) skew(0deg) scale(1);
  /* Firefox */
  -webkit-transform: rotate(0deg) skew(0deg) scale(1);
  /* Safari ºÍ Chrome */
  -o-transform: rotate(0deg) skew(0deg) scale(1);
  animation: rotate 10s linear infinite;
  -webkit-animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite; */
}
.ind-about .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ind-about .info .title {
  width: 445px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  position: relative;
}
.ind-about .info .title:after {
  content: '';
  clear: both;
  display: block;
  width: 100px;
  height: 100px;
  /* border-radius: 50%; */
  /* background: #ff3d3d; */
  background: url(../images/weixing.png) no-repeat;
  position: absolute;
  left: 0;
  top: -50px;
  animation: tada 4s linear infinite;
}
.ind-about .info .title:before {
  /* content: '';
  clear: both;
  display: block;
  width: 50px;
  height: 2px;
  background: #1a4e92;
  position: absolute;
  left: 40px;
  top: 0;
  transform: rotate(36deg); */
}
.ind-about .info .title .h2 {
  color: #ff3d3d;
}
.ind-about .info .title .h3 {
  font-size: 44px;
}
.ind-about .info .p {
  width: calc(100% - 845px);
  align-self: center;
  line-height: 35px;
}
.ind-about .leading {
  margin-top: 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.ind-about .leading .img {
  width: 60%;
}
.ind-about .leading .img img {
  max-width: 100%;
}
.ind-about .leading .info-p {
  width: 31%;
  align-self: center;
}
.ind-about .leading .info-p .tit {
  font-weight: bold;
  font-size: 48px;
  color: #1a4e92;
}
.ind-about .leading .info-p .tit span {
  color: #ff0000;
}
.ind-about .leading .info-p .h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
.ind-about .leading .info-p .p {
  /* margin-top: 20px; */
  line-height: 30px;
}
.ind-about .leading .info-p .a {
  position: relative;
  width: 295px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #fff;
  /* left: -43%; */
  margin-top: 14%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ind-about .leading .info-p .a span {
  position: relative;
  z-index: 1;
  letter-spacing: 4px;
}
.ind-about .leading .info-p .a:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #1a4e92;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ind-about .leading .info-p .a:before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  right: -38px;
  top: -10px;
  background: #ff0000;
  width: 66px;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ind-about .leading .info-p .a:hover {
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ind-about .leading .info-p .a:hover:before {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skew(-20deg) translateX(10px);
  -moz-transform: skew(-20deg) translateX(10px);
  -o-transform: skew(-20deg) translateX(10px);
}
.ind-about .leading .info-p .a:hover:after {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0.9;
  box-shadow: 25px 25px 0 rgba(0, 0, 0, 0.1);
}
.index-banner {
  width: 100%;
  overflow: hidden;
}
.index-banner .swiper-slide {
  cursor: pointer;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pavilion {
  background: #f4f4f4;
  padding: 30px 40px;
  position: relative;
}
.pavilion .con {
  padding: 20px;
  background: #fff;
}
.pavilion .swiper-pagination-bullet-active {
  background: #1a4e92;
}
.pavilion .swiper-button-next,
.pavilion .swiper-button-prev {
  top: calc(50% + 12px);
  font-size: 15px;
  width: 14px;
  height: 24px;
}
.pavilion .swiper-button-next:after,
.pavilion .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #1a4e92;
}
.pavilion .swiper-button-next:focus,
.pavilion .swiper-button-prev:focus {
  outline: none;
}
.pavilion .swiper {
  overflow: hidden;
}
.pavilion .swiper-slide {
  cursor: pointer;
}
.pavilion .swiper-slide a {
  overflow: hidden;
  display: block;
  position: relative;
  height: 13vw;
}
.pavilion .swiper-slide a:after {
  display: block;
  content: '';
  clear: both;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pavilion .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pavilion .swiper-slide .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  color: #fff;
  padding: 10px 5%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.pavilion .swiper-slide .info .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-break: break-all;
}
.pavilion .swiper-slide .info .text {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-break: break-all;
}
.pavilion .mySwiper .swiper-slide-thumb-active a:after {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pavilion .mySwiper .swiper-slide-thumb-active img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.index-title {
  font-size: 36px;
  color: #1a4e92;
  font-weight: bold;
  *zoom: 1;
}
.index-title:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-title span {
  color: #ff0000;
}
.index-title .title {
  float: left;
}
.index-title .more {
  float: right;
  background: #1a4e92;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.index-title .more .fas {
  margin-left: 5px;
}
.index-title .more:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0.7;
}
.Brand-exhibitors {
  padding: 118px 0;
}
.Brand-exhibitors .index-brand {
  margin-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.Brand-exhibitors .index-brand .swiper-slide .img {
  border: 1px solid #ddd;
  text-align: center;
  height: 120px;
  line-height: 116px;
  overflow: hidden;
}
.Brand-exhibitors .index-brand .swiper-slide .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.Brand-exhibitors .index-brand .swiper-slide:hover img {
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.Brand-exhibitors .index-brand .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
.Brand-exhibitors .index-brand .swiper-pagination-bullet-active {
  background: #1a4e92;
}
.Brand-exhibitors-img {
  margin-top: 30px;
}
.Brand-exhibitors-img img {
  width: 100%;
  max-width: 100%;
}
.Brand-exhibitors-imgs-box {
  display: flex;
  flex-wrap: wrap;
}
.Brand-exhibitors-imgs-box .img {
  width: calc(100%/3 - 6.67px);
  margin-right: 10px;
  margin-bottom: 14px;
}
.Brand-exhibitors-imgs-box .img:nth-child(3n) {
  margin-right: 0;
}
.Brand-exhibitors-imgs-box .img img {
  display: block;
  width: 100%;
}
.pavilion5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pavilion5 .img {
  border: 1px solid #ddd;
  text-align: center;
  height: 120px;
  width: calc(16% - 2px);
  line-height: 116px;
  overflow: hidden;
  margin-bottom: 12px;
}
.pavilion5 .img img {
  max-width: 90% !important;
  max-height: 90%;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pavilion5 .img:hover img {
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.activities-title {
  width: calc(100% - 6vw);
}
.activities {
  margin-bottom: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activities .info {
  width: 450px;
  align-self: center;
  margin-left: 3vw;
}
.activities .info .text {
  margin-top: 25px;
  line-height: 26px;
}
.activities .info .s-button {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
}
.activities .info .s-button .swiper-pagination {
  position: relative;
  margin: 0 20px;
}
.activities .info .s-button .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.activities .info .s-button .swiper-pagination-bullet:focus {
  outline: none;
}
.activities .info .s-button .swiper-pagination-bullet-active {
  background: #1a4e92;
}
.activities .info .s-button .swiper-button-next,
.activities .info .s-button .swiper-button-prev {
  position: relative;
  top: 20px;
  font-size: 15px;
  width: 14px;
  height: 24px;
  left: auto;
  right: auto;
}
.activities .info .s-button .swiper-button-next:after,
.activities .info .s-button .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #1a4e92;
}
.activities .info .s-button .swiper-button-next:focus,
.activities .info .s-button .swiper-button-prev:focus {
  outline: none;
}
.activities .con {
  width: calc(100% - 520px - 3vw);
}
.activities .con .content {
  overflow: hidden;
}
.activities .con .swiper-slide {
  overflow: hidden;
}
.activities .con .swiper-slide .li {
  height: 19vw;
  overflow: hidden;
  position: relative;
}
.activities .con .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 15px 15px 15px;
  color: #fff;
  width: calc(100% - 30px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.activities .con .swiper-slide .text:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.01), #000);
}
.activities .con .swiper-slide .text .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-break: break-all;
  z-index: 1;
  position: relative;
}
.activities .con .swiper-slide .text .time {
  z-index: 1;
  position: relative;
  margin-top: 5px;
}
.activities .con .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.activities .con .swiper-slide:hover img {
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.activities .con .swiper-slide:hover .text {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-bottom: 30px;
}
.activities.higher-ups {
  position: relative;
  flex-flow: row-reverse;
}
.activities.higher-ups .info {
  margin-left: 0;
  margin-right: 3vw;
}
.activities.higher-ups .con .content {
  width: 100%;
  margin-left: 0;
}
.activities.higher-ups .con .swiper-slide .li:last-of-type {
  height: 16vw;
}
.activities.higher-ups .con .swiper-slide:nth-of-type(2n) .li {
  height: 16vw;
}
.testimony {
  width: 100%;
  background: #1d5eb2;
  text-align: center;
  color: #fff;
}
.testimony .top {
  padding-top: 38px;
}
.testimony .top .tit {
  font-size: 36px;
}
.testimony .top .info {
  font-size: 16px;
  margin-top: 5px;
}
.testimony .top .introduce {
  width: 40%;
  margin: 60px auto 0;
}
.testimony .top .introduce .name {
  font-size: 24px;
  margin-bottom: 10px;
}
.testimony .top .introduce .position {
  font-size: 15px;
}
.testimony .top .introduce .sw {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  min-height: 64px;
}
.testimony .top .introduce .sw .swiper-button-next,
.testimony .top .introduce .sw .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: 0;
  transform: translateY(-50%);
  top: 50%;
}
.testimony .top .introduce .sw .swiper-button-next:after,
.testimony .top .introduce .sw .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}
.testimony .top .introduce .sw .swiper-button-next:focus,
.testimony .top .introduce .sw .swiper-button-prev:focus {
  outline: none;
}
.testimony .top .testimony-sw {
  width: 95%;
  margin: 42px auto 0;
}
.testimony .top .testimony-sw .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  cursor: pointer;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.testimony .top .testimony-sw .swiper-slide video,
.testimony .top .testimony-sw .swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.testimony .top .testimony-sw .swiper-slide video:focus,
.testimony .top .testimony-sw .swiper-slide img:focus {
  outline: none;
}
.testimony .top .testimony-sw .swiper-slide .fas {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.testimony .top .testimony-sw .swiper-slide-active,
.testimony .top .testimony-sw .swiper-slide-duplicate-active {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.testimony .top .testimony-sw .swiper-slide-active .fas,
.testimony .top .testimony-sw .swiper-slide-duplicate-active .fas {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.prop-video {
  width: 100%;
  position: relative;
}
.prop-video video {
  display: block;
  width: 100%;
  height: 600px;
}
.prop-video .fas {
  position: absolute;
  right: -30px;
  top: -30px;
  color: #fff;
  font-size: 24px;
}
.video-porp {
  background: #000 !important;
}
.video-porp .layui-layer-content {
  height: auto !important;
}
.news {
  padding-top: 115px;
}
.news .more {
  text-align: right;
  margin-top: -33px;
}
.news .more a {
  background: #1a4e92;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .more a .fas {
  margin-left: 5px;
}
.news .more a:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0.7;
}
.news .con {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.news .con .info-img {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 63%;
}
.news .con .info-img .li {
  width: 50%;
}
.news .con .info-img .li .img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 12/7;
}
.news .con .info-img .li .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news .con .info-img .li:last-of-type {
  margin-left: 30px;
}
.news .con .list {
  width: 33%;
}
.news .con .list .li > a {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
}
.news .con .list .li .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: auto;
}
.news .con .list .li .time {
  margin-top: 28px;
  padding-bottom: 26px;
  display: none;
}
.news .con .li .tit {
  font-size: 16px;
  line-height: 30px;
  margin-top: 14px;
  height: 60px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .con .li .time {
  margin-top: 8px;
  color: #b8bcbc;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
}
.partners {
  margin: 100px 0 0 0;
}
.partners .con {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 50px;
}
.partners .con .swiper-slide .img {
  border: 1px solid #ddd;
  text-align: center;
  height: 120px;
  line-height: 116px;
}
.partners .con .swiper-slide .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.partners .con .swiper-slide:hover img {
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.partners .con .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
.partners .con .swiper-pagination-bullet-active {
  background: #1a4e92;
}
.link .wrap {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
  margin-top: 30px;
}
.link a {
  margin-right: 10px;
}
.scan-code {
  margin-top: 90px;
  background: url(../images/img38.jpg) no-repeat center center;
}
.scan-code .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  height: 250px;
  align-items: center;
}
.scan-code .wrap:after {
  display: none;
}
.scan-code .info {
  color: #fff;
}
.scan-code .info .tit {
  font-size: 30px;
  margin-bottom: 10px;
}
.scan-code .info .text {
  font-size: 16px;
}
.footer {
  background: #f2f2f2;
}
.footer .top {
  *zoom: 1;
  padding-top: 60px;
}
.footer .top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.footer .top .info {
  float: left;
}
.footer .top .info .tit {
  font-size: 24px;
}
.footer .top .info .text {
  margin: 12px 0 15px 0;
}
.footer .top .info .subscription input {
  width: 320px;
  height: 46px;
  border-radius: 8px;
  background: #fff;
  border: none;
  padding: 0 15px;
  margin-right: 8px;
}
.footer .top .info .subscription .sub {
  background: #1d5eb2;
  border-radius: 8px;
  color: #fff;
  height: 46px;
  line-height: 46px;
  width: 120px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .top .info .subscription .sub:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0.7;
}
.footer .top .share {
  float: right;
  margin-top: 78px;
}
.footer .top .share span,
.footer .top .share a {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 53px;
  display: block;
  text-align: center;
  float: right;
  margin-left: 20px;
  position: relative;
}
.footer .top .share span .fab,
.footer .top .share a .fab {
  font-size: 22px;
}
.footer .top .share span .fa-linkedin-in,
.footer .top .share a .fa-linkedin-in {
  color: #0077b5;
}
.footer .top .share span .fa-weibo,
.footer .top .share a .fa-weibo {
  color: #dc1902;
}
.footer .top .share span .fa-weixin,
.footer .top .share a .fa-weixin {
  color: #4caf50;
}
.footer .top .share span .code-img,
.footer .top .share a .code-img {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 60px;
  width: 140px;
  height: 140px;
  display: none;
}
.footer .top .share span .code-img img,
.footer .top .share a .code-img img {
  width: 100%;
}
.footer .top .share span .code-img:after,
.footer .top .share a .code-img:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}
.footer .con {
  border-top: 1px solid #d9d9d9;
  margin-top: 25px;
  padding: 12px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.footer .con .foot-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.footer .con .foot-logo .img img {
  display: block;
  width: 108px;
}
.footer .con .foot-logo .text {
  margin-left: 15px;
  font-size: 14px;
  line-height: 22px;
}
.footer .con .index-content {
  font-size: 14px;
  align-self: center;
  display: flex;
  align-items: center;
}
.footer .foot {
  background: #d5d5d5;
  padding: 20px 0;
  color: #838383;
  font-size: 14px;
}
.footer .foot .tit {
  float: left;
}
.footer .foot .copyright {
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .foot .copyright a {
  color: #838383;
}
.crumbs {
  color: #aaaaaa;
  margin: 10px 0 68px 0;
}
.crumbs a {
  margin-right: 2px;
  position: relative;
  color: #aaaaaa;
}
.higher-ups-list {
  *zoom: 1;
}
.higher-ups-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.higher-ups-list .li {
  width: 31.33%;
  margin-right: 3%;
  float: left;
  margin-bottom: 60px;
}
.higher-ups-list .li:nth-of-type(3n) {
  margin-right: 0;
}
.higher-ups-list .li .video {
  height: 260px;
  line-height: 256px;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.higher-ups-list .li .video video,
.higher-ups-list .li .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.higher-ups-list .li .video video:focus,
.higher-ups-list .li .video img:focus {
  outline: none;
}
.higher-ups-list .li .video .fas {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.higher-ups-list .li .video:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.higher-ups-list .li .video:hover .fas {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.higher-ups-list .li .name {
  font-size: 16px;
  margin: 12px 0 8px 0;
}
.higher-ups-list .li .text {
  font-size: 16px;
  color: #666;
  height: 21px;
  overflow: hidden;
}
.photo-list {
  *zoom: 1;
  position: relative;
}
.photo-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.photo-list .li {
  width: 19.2%;
  height: 160px;
  margin-right: 1%;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
}
.photo-list .li:nth-of-type(5n) {
  margin-right: 0;
}
.photo-list .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-list .more {
  overflow: hidden;
  width: 100%;
  text-align: right;
  padding: 15px 0 30px;
}
.photo-list .more a {
  padding: 10px 25px;
  border-radius: 5px;
  background: #1a4e92;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.photo-list .more a .fas {
  margin-left: 5px;
}
.photo-list .more a:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0.7;
}
.Previous-reviews-list {
  *zoom: 1;
}
.Previous-reviews-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.Previous-reviews-list .li {
  width: 31.33%;
  margin-right: 3%;
  float: left;
  margin-bottom: 35px;
}
.Previous-reviews-list .li:nth-of-type(3n) {
  margin-right: 0;
}
.Previous-reviews-list .li .img {
  border: 1px solid #e8e8e8;
  height: 260px;
  line-height: 256px;
  overflow: hidden;
  text-align: center;
}
.Previous-reviews-list .li .img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.Previous-reviews-list .li .name {
  font-size: 16px;
  margin: 12px 0 8px 0;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Previous-reviews-list .li .text {
  font-size: 16px;
  color: #666;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.develop-bg {
  position: relative;
  margin-bottom: 130px;
}
.develop-bg:after {
  display: block;
  content: '';
  clear: both;
  background: #2159b7;
  height: 250px;
  width: 86px;
  position: absolute;
  left: -35px;
  bottom: -70px;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
.develop-list {
  overflow: hidden;
  min-height: 500px;
}
.develop-list .year-box {
  margin-bottom: 80px;
}
.develop-list .year-box .swiper-slide {
  text-align: center;
  font-size: 36px;
  color: #cccccc;
  position: relative;
}
.develop-list .year-box .swiper-slide:after {
  display: block;
  content: '';
  clear: both;
  right: -18px;
  top: 24px;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #eeeeee;
}
.develop-list .year-box .swiper-slide:last-of-type:after {
  display: none;
}
.develop-list .year-box .swiper-slide span {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: block;
}
.develop-list .year-box .swiper-slide-thumb-active span {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #1a4e92;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.develop-list .year-info {
  padding-bottom: 20px;
  position: relative;
}
.develop-list .year-info .con-li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.develop-list .year-info .con-li .img {
  position: relative;
  width: 46%;
}
.develop-list .year-info .con-li .img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.develop-list .year-info .con-li .img:after {
  display: block;
  content: '';
  clear: both;
  width: 70%;
  height: 80%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: #f0f4f9;
  z-index: -1;
}
.develop-list .year-info .con-li .info {
  width: 49%;
}
.develop-list .year-info .con-li .info .tit {
  font-size: 24px;
}
.develop-list .year-info .con-li .info .tit span {
  color: #1a4e92;
  margin-right: 8px;
}
.develop-list .year-info .con-li .info .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  height: 240px;
  overflow: hidden;
}
.develop-list .year-info .swiper-button-next,
.develop-list .year-info .swiper-button-prev {
  top: 88%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #1a4e92;
  background: #fff;
}
.develop-list .year-info .swiper-button-next:after,
.develop-list .year-info .swiper-button-prev:after {
  font-size: 22px;
  color: #1a4e92;
}
.develop-list .year-info .swiper-button-next {
  right: calc(50% - 165px);
}
.develop-list .year-info .swiper-button-prev {
  left: calc(50% + 15px);
}
.brand-list-tit {
  font-size: 30px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.brand-list-tit span {
  font-size: 14px;
  color: #999;
}
.brand-list {
  *zoom: 1;
}
.brand-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.brand-list .li {
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  height: 120px;
  width: calc(14.98% - 2px);
  margin-right: 2%;
  margin-bottom: 30px;
  line-height: 116px;
}
.brand-list .li:nth-of-type(6n) {
  margin-right: 0;
}
.brand-list .li img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.video-tab {
  *zoom: 1;
  margin-bottom: 50px;
  border-bottom: 2px solid #e7e7e7;
}
.video-tab:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.video-tab .li {
  float: left;
  padding: 10px 54px;
  background: #e7e7e7;
  font-size: 24px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.video-tab .li:hover,
.video-tab .li.curr {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #1a4e92;
  color: #fff;
}
.video-tab-li {
  display: none;
}
.video-tab-li:first-of-type {
  display: block;
}
.forum-list .title {
  font-size: 30px;
}
.forum-list .time {
  margin: 42px 0 15px 0;
  *zoom: 1;
}
.forum-list .time:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-list .time a {
  background: #ebebeb;
  border-radius: 30px;
  padding: 8px 25px;
  color: #666666;
  margin-right: 6px;
}
.forum-list .time a.curr {
  background: #1a4e92;
  color: #fff;
}
.forum-list .time .forum-search {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  float: right;
  padding: 2px 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.forum-list .time .forum-search input {
  border: none;
  background: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  width: 250px;
}
.forum-list .time .forum-search .forum-sub {
  align-self: center;
  padding: 0 6px;
  cursor: pointer;
}
.forum-box:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
.forum-box .tit {
  font-size: 24px;
  padding: 12px 0 12px 50px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.forum-box .tit:after {
  display: block;
  content: '';
  clear: both;
  border-radius: 50%;
  background: #ffc535;
  left: 15px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  position: absolute;
}
.forum-box .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.forum-box .con .con-time {
  width: 69px;
  text-align: center;
  padding: 36px 0;
  border-right: 1px solid #dbdbdb;
  color: #999;
}
.forum-box .con .box {
  background: #fafafa;
  width: 100%;
  padding: 20px;
  *zoom: 1;
}
.forum-box .con .box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-box .con .box .box-li {
  width: calc(25% - 48px);
  background: #fff;
  border-left: 4px solid #1a4e92;
  padding: 18px 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 8px 6px;
  float: left;
}
.forum-box .con .box .box-li .box-tit {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.forum-box .con .box .box-li .box-info {
  line-height: 26px;
}
.forum-box .con .box .box-li .box-info .fas {
  width: 18px;
  margin-right: 5px;
  color: #1a4e92;
  text-align: center;
}
.news-info .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.news-info .info {
  text-align: center;
  margin: 34px 0;
  padding-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.news-info .con {
  line-height: 30px;
}
.news-info .con img {
  max-width: 100%;
}
.news-info .pictures-all-list .li .img img {
  width: 100% !important;
  height: 16vw !important;
  object-fit: cover;
}
.news-info .pictures-all-list .li .name {
  line-height: 21px;
}
.news-info .pictures-all-list .li .info {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 20px;
}
.handover {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}
.handover a {
  display: block;
  width: 100%;
  color: #666666;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  *zoom: 1;
}
.handover a:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.handover a span {
  float: right;
}
.handover a:hover {
  color: #1a4e92;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pictures-all {
  margin-top: 68px;
  *zoom: 1;
}
.pictures-all:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pictures-all .forum-search {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  float: right;
  padding: 2px 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.pictures-all .forum-search input {
  border: none;
  background: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  width: 250px;
}
.pictures-all .forum-search .forum-sub {
  align-self: center;
  padding: 0 6px;
  cursor: pointer;
  font-size: 16px;
}
.pictures-all .letter {
  margin-right: 20px;
  float: right;
  line-height: 24px;
}
.pictures-all .letter a {
  font-size: 13px;
  color: #999;
}
.pictures-all .letter a.curr {
  color: #1f96fe;
}
.pictures-top {
  position: relative;
}
.pictures-top .swiper {
  overflow: hidden;
}
.pictures-top .swiper-button-next:after,
.pictures-top .swiper-button-prev:after {
  font-size: 28px;
  font-weight: bold;
  color: #b8b8b8;
}
.pictures-top .swiper-button-next:focus,
.pictures-top .swiper-button-prev:focus {
  outline: none;
}
.pictures-top .swiper-button-next {
  right: -50px;
}
.pictures-top .swiper-button-prev {
  left: -50px;
}
.pictures-top .swiper-slide .li {
  position: relative;
}
.pictures-top .swiper-slide .li .img {
  width: 100%;
  height: 24vw;
}
.pictures-top .swiper-slide .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pictures-top .swiper-slide .li .img:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 33%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.01), #000);
}
.pictures-top .swiper-slide .li .name {
  position: absolute;
  left: 0;
  bottom: 78px;
  z-index: 2;
  color: #fff;
  padding: 8px 40% 8px 20px;
  font-size: 20px;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #1f96fe);
}
.pictures-top .swiper-slide .li .info {
  position: absolute;
  width: calc(100% - 40px);
  padding: 0 20px;
  left: 0;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pictures-all-list {
  *zoom: 1;
}
.pictures-all-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pictures-all-list .li {
  width: 17%;
  float: left;
  margin-right: 3.75%;
  margin-bottom: 20px;
}
.pictures-all-list .li:nth-of-type(5n) {
  margin-right: 0;
}
.pictures-all-list .li .img {
  width: 100%;
  height: 16vw;
}
.pictures-all-list .li .img img {
  width: 100%;
  height: 16vw;
  object-fit: cover;
}
.pictures-all-list .li .name {
  font-size: 16px;
  text-align: center;
  margin: 14px 0 8px 0;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pictures-all-list .li .info {
  text-align: center;
  color: #666;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalogue-li {
  *zoom: 1;
}
.catalogue-li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.catalogue-li .li {
  width: 48.5%;
  margin-right: 3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  float: left;
}
.catalogue-li .li:nth-of-type(2n) {
  margin-right: 0;
}
.catalogue-li .li .img {
  width: 166px;
  height: 166px;
  line-height: 166px;
  text-align: center;
  border: 2px solid #ddd;
}
.catalogue-li .li .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.catalogue-li .li .info {
  width: calc(100% - 200px);
}
.catalogue-li .li .info .company {
  font-size: 24px;
  color: #1a4e92;
}
.catalogue-li .li .info .no {
  line-height: 30px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalogue-li .li .info .no .fas {
  color: #1a4e92;
}
.catalogue-li .li .info .text {
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #999;
}
.catalogue-box .catalogue-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.catalogue-box .catalogue-list .img {
  width: 280px;
  height: 140px;
  line-height: 140px;
  border: 1px solid #ddd;
  text-align: center;
}
.catalogue-box .catalogue-list .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.catalogue-box .catalogue-list .info-p {
  width: calc(100% - 310px);
}
.catalogue-box .catalogue-list .info-p .company {
  font-size: 24px;
  color: #1a4e92;
  margin-bottom: 25px;
}
.catalogue-box .catalogue-list .info-p .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalogue-box .catalogue-list .info-p .box .p {
  margin-right: 60px;
  line-height: 30px;
}
.catalogue-box .catalogue-list .info-p .box .p a {
  border-bottom: 1px solid #2664ff;
  color: #2664ff;
}
.catalogue-box .Introduction {
  line-height: 28px;
}
.catalogue-box .classic {
  margin-top: 40px;
}
.catalogue-box .classic .title {
  font-size: 18px;
  margin-bottom: 30px;
}
.catalogue-box .classic .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.catalogue-box .classic .box .li {
  width: 48%;
  margin-bottom: 50px;
}
.catalogue-box .classic .box .li .img {
  width: 45%;
  height: 250px;
  line-height: 250px;
  vertical-align: middle;
}
.catalogue-box .classic .box .li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.catalogue-box .classic .box .li .tit {
  font-size: 16px;
  margin: 15px 0;
}
.table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table table {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.table table:last-of-type {
  margin-right: 0;
}
.table table tr td {
  line-height: 26px;
  font-size: 14px;
}
.table table tr td:first-of-type {
  text-align: center;
  width: 90px;
  font-size: 15px;
}
.table table tr:first-of-type td:first-of-type {
  border-radius: 8px 0 0 0;
}
.table table tr:first-of-type td:last-of-type {
  border-radius: 0 8px 0 0;
}
.table table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}
.table table tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
.table table td {
  padding: 12px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.table table td:first-of-type {
  background: #0032a0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.table.table-center table tr td {
  text-align: center;
}
.table-process {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table-process table {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.table-process table:last-of-type {
  margin-right: 0;
}
.table-process table tr td {
  line-height: 26px;
  font-size: 14px;
}
.table-process table tr td:first-of-type {
  text-align: center;
  width: 32px;
  font-size: 15px;
}
.table-process table tr:first-of-type td {
  background: #eeeeee;
  color: #999999;
}
.table-process table tr:first-of-type td:nth-of-type(2) {
  background: #0032a0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.table-process table tr:first-of-type td:first-of-type {
  border-radius: 8px 0 0 0;
}
.table-process table tr:first-of-type td:last-of-type {
  border-radius: 0 8px 0 0;
}
.table-process table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}
.table-process table tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
.table-process table td {
  text-align: center;
  padding: 12px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table-process table td:nth-of-type(2) {
  background: #0032a0;
  color: #fff;
  font-size: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pavilion-table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.pavilion-table table {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pavilion-table table:last-of-type {
  margin-right: 0;
}
.pavilion-table table tr td {
  line-height: 26px;
  font-size: 14px;
}
.pavilion-table table tr:first-of-type td {
  background: #0032a0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.pavilion-table table td {
  padding: 12px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table-Advertising {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table-Advertising table {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.table-Advertising table:last-of-type {
  margin-right: 0;
}
.table-Advertising table tr th {
  background: #0032a0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.table-Advertising table tr td {
  line-height: 26px;
  font-size: 14px;
}
.table-Advertising table tr td:first-of-type {
  text-align: center;
  width: 90px;
  font-size: 15px;
}
.table-Advertising table tr td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.table-Advertising table tr td img {
  width: 200px;
}
.table-Advertising table tr:first-of-type th:first-of-type {
  border-radius: 8px 0 0 0;
}
.table-Advertising table tr:first-of-type th:last-of-type {
  border-radius: 0 8px 0 0;
}
.table-Advertising table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}
.table-Advertising table tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
.table-Advertising table td,
.table-Advertising table th {
  padding: 12px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.table-Advertising.table-left table tr td:first-of-type {
  background: #0032a0;
  color: #fff;
}
.Activities-table table th,
.Activities-table table td {
  text-align: left;
}
.Activities-table table tr td:first-of-type {
  text-align: left;
}
.Activities-img {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.Activities-img .img {
  width: 48.5%;
  border-radius: 15px;
  overflow: hidden;
}
.Activities-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-th-bg {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.table-th-bg.striped tbody tr:nth-child(2n) td {
  background-color: #f4f4f4;
}
.table-th-bg th,
.table-th-bg td {
  padding: 15px 22px;
  border: 1px solid #dddddd;
}
.table-th-bg th {
  background-color: #0032a0;
  color: #fff;
}
.table-th-bg tr:first-of-type th:first-of-type,
.table-th-bg tr:first-of-type td:first-of-type {
  border-radius: 8px 0 0 0;
}
.table-th-bg tr:first-of-type th:last-of-type,
.table-th-bg tr:first-of-type td:last-of-type {
  border-radius: 0 8px 0 0;
}
.exhibit-process {
  display: flex;
}
.exhibit-process .table-half {
  flex: 1;
  border-collapse: collapse;
  font-size: 16px;
}
.exhibit-process .table-half th,
.exhibit-process .table-half td {
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.exhibit-process .table-half th {
  background: #eeeeee;
  color: #999999;
}
.exhibit-process .table-half td:nth-child(1),
.exhibit-process .table-half td:nth-child(3) {
  background-color: #2159b7;
  color: #fff;
}
.news-box .li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.news-box .li .img {
  width: 240px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  overflow: hidden;
}
.news-box .li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.news-box .li .info {
  width: calc(100% - 440px);
  align-self: center;
}
.news-box .li .info .tit {
  font-size: 24px;
  margin-bottom: 15px;
}
.news-box .li .info .text {
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .li .time {
  width: 100px;
  height: 140px;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-box .li .time .day {
  font-size: 36px;
  margin-bottom: 10px;
}
.download-box {
  min-height: 700px;
}
.download-box .title {
  font-size: 30px;
}
.download-box .title2 {
  margin-top: 40px;
}
.download-box .box-list {
  margin-top: 34px;
  *zoom: 1;
}
.download-box .box-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.download-box .box-list .li {
  background: #f1f1f1;
  border-radius: 8px;
  width: calc(31.3% - 40px);
  margin-right: 3%;
  float: left;
  margin-bottom: 30px;
  padding: 26px 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-box .box-list .li:hover {
  background: #d1dce9;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.download-box .box-list .li:nth-of-type(3n) {
  margin-right: 0;
}
.download-box .box-list .li .ico {
  width: 87px;
}
.download-box .box-list .li .ico .fas {
  color: #efce4a;
  font-size: 50px;
}
.download-box .box-list .li .info {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-box .box-list .li .info .text {
  width: calc(100% - 120px);
}
.download-box .box-list .li .info .text .name {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-box .box-list .li .info .text .size {
  color: #999;
}
.download-box .box-list .li .info .a {
  background: #1a4e92;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.about-page:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  right: -210px;
  bottom: calc(-50% + 300px);
  width: 340px;
  height: 600px;
  background: #f5f5f5;
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -o-transform: skewX(25deg);
  transform: skewX(25deg);
}
.about-page .title {
  font-size: 48px;
  color: #1a4e92;
  text-align: center;
}
.about-page .title span {
  color: #e3272b;
}
.about-page .tit-p {
  text-align: center;
  font-size: 16px;
}
.about-page .info-img {
  text-align: center;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
.about-page .info-img img {
  width: 100%;
  display: block;
}
.about-page .info-img:after {
  position: absolute;
  left: -22px;
  top: -50px;
  width: 122px;
  height: 330px;
  display: block;
  content: '';
  clear: both;
  background: #c90f0f;
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -o-transform: skewX(25deg);
  transform: skewX(25deg);
}
.about-page .info-img .info-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #2159b7;
  padding: 30px;
  width: 60%;
  text-align: left;
  color: #fff;
}
.about-page .info-img .info-box .info-p {
  line-height: 30px;
}
.about-page .info-img .info-box .info-tit {
  font-size: 24px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .science-technology {
  margin: 80px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about-page .science-technology:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  right: -50px;
  bottom: -80px;
  width: 85px;
  height: 200px;
  background: #d3def1;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.about-page .science-technology .li {
  width: 47%;
  position: relative;
  z-index: 1;
}
.about-page .science-technology .li .tit {
  color: #1a4e92;
  font-size: 24px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
}
.about-page .science-technology .li .tit:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  height: 100%;
  width: 6px;
  background: #1a4e92;
  left: 0;
  top: 0;
}
.about-page .science-technology .li .tit-t {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 10px;
}
.about-page .science-technology .li .info {
  line-height: 30px;
}
.about-page .science-technology .li .info.curr {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-page .science-technology .li .more {
  text-align: right;
  font-size: 14px;
  color: #1a4e92;
  cursor: pointer;
}
.about-page .science-technology .li .more .fa {
  margin-left: 4px;
}
.about-baseinfo {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}
.about-baseinfo:before {
  content: "";
  display: block;
  width: 8%;
  max-width: 126px;
  height: 100%;
  background: url(../images/bg-ico1.png) no-repeat right top;
  background-size: 100%;
  position: absolute;
  top: -100px;
  right: 0;
}
.about-baseinfo .info {
  color: #666;
  line-height: 1.8;
}
.about-baseinfo .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.about-baseinfo .top .title {
  font-size: 48px;
  color: #1a4e92;
}
.about-baseinfo .top .title span {
  color: #e3272b;
}
.about-baseinfo .top .tit-p {
  font-size: 18px;
}
.about-baseinfo .top .info {
  margin: 40px 0 50px;
}
.about-baseinfo .top .hight {
  font-weight: bold;
  font-size: 24px;
  color: #1a4e92;
}
.about-baseinfo .top .txtbox {
  width: 45%;
}
.about-baseinfo .top .imgbox {
  width: 55%;
}
.about-baseinfo .top .imgbox img {
  display: block;
  max-width: 100%;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.science-page .title {
  font-size: 36px;
}
.science-page .info-img .info-box {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.science-page .science-technology .li {
  width: 100%;
}
.about-advantage {
  position: relative;
}
.about-advantage .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.about-advantage .img img {
  width: 100%;
  display: block;
}
.about-advantage .title {
  color: #1a4e92;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.about-advantage .subtit-img img {
  display: block;
  width: 100%;
}
.advantage-list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantage-list .li {
  width: 32%;
  margin-bottom: 30px;
  margin-right: 5%;
}
.advantage-list .li:nth-last-child(1),
.advantage-list .li:nth-last-child(2) {
  margin-bottom: 0;
}
.advantage-list .li:nth-child(2n) {
  text-align: right;
  margin-left: 5%;
  margin-right: 0;
}
.advantage-list .li .tit {
  font-weight: bold;
  font-size: 18px;
  color: #1a4e92;
  margin-bottom: 10px;
}
.advantage-list .li .tit .num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1a4e92;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.advantage-list .li .info {
  line-height: 1.8;
  color: #666;
}
.advantage-list2 {
  display: flex;
  gap: 40px;
  background: url(../images/bg-adv.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 100px;
}
.advantage-list2 li {
  position: relative;
  flex: 1;
  border-radius: 10px;
  background: transparent;
  text-align: center;
}
.advantage-list2 li:before {
  content: "";
  display: block;
  width: 140%;
  height: 120%;
  background: url('../images/adv-bg3.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -10%;
  left: -20%;
}
.advantage-list2 li .txt {
  padding: 30px 20px 20px;
  position: relative;
  z-index: 2;
}
.advantage-list2 li:nth-child(1):before {
  background-image: url(../images/adv-bg1.png);
}
.advantage-list2 li:nth-child(2) {
  margin-top: 2%;
}
.advantage-list2 li:nth-child(2):before {
  background-image: url(../images/adv-bg2.png);
}
.advantage-list2 li:nth-child(3) {
  margin-top: 3%;
}
.advantage-list2 li:nth-child(4) {
  margin-top: 2%;
}
.advantage-list2 li:nth-child(4):before {
  background-image: url(../images/adv-bg4.png);
}
.advantage-list2 li:nth-child(5):before {
  background-image: url(../images/adv-bg5.png);
}
.advantage-list2 li .icon {
  text-align: center;
  max-height: 50px;
}
.advantage-list2 li .icon img {
  max-height: 100%;
  max-width: 100%;
}
.advantage-list2 li .tit {
  display: inline-block;
  margin: 15px 0;
  font-weight: bold;
  font-size: 18px;
  background: url('../images/tit-bg.png') no-repeat center;
  background-size: cover;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  line-height: 1;
}
.advantage-list2 li .tit span {
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #0664c5, #25aebe);
  -webkit-background-clip: text;
  color: transparent;
}
.advantage-list2 li .info {
  line-height: 1.8;
  text-align: left;
  color: #666666;
}
.data-statistics {
  position: relative;
}
.data-statistics:before {
  content: "";
  display: block;
  width: 8%;
  height: 523px;
  max-width: 126px;
  background: url(../images/bg-ico2.png) no-repeat left top;
  background-size: 100%;
  position: absolute;
  bottom: 80%;
  left: 0;
  z-index: 2;
}
.data-statistics .data-statistics-con {
  background: #2159b7;
  padding: 110px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.data-statistics .sp {
  display: block;
  content: '';
  clear: both;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 500px;
  height: 500px;
  position: absolute;
  left: calc(50% - 250px);
  top: 64px;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -o-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}
.data-statistics .sp:nth-of-type(1) {
  left: calc(50% - 700px);
}
.data-statistics .sp:nth-of-type(3) {
  left: calc(50% + 210px);
}
.data-statistics .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.data-statistics .con .li {
  text-align: center;
}
.data-statistics .con .li .digital span {
  font-size: 48px;
}
.data-statistics .con .li .tit {
  font-size: 16px;
  margin-top: 4px;
}
.exhibitors-data {
  margin: 80px 0;
}
.exhibitors-data.bg {
  background: url(../images/bg.png) no-repeat top center;
  background-size: 100%;
}
.exhibitors-data .title {
  color: #1a4e92;
  font-size: 24px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
}
.exhibitors-data .title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  height: 100%;
  width: 6px;
  background: #1a4e92;
  left: 0;
  top: 0;
}
.exhibitors-data .pie {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #2c50ee;
  overflow: hidden;
  background-image: linear-gradient(to left, transparent 50%, #f7f7f7 0);
  position: relative;
}
.exhibitors-data .pie:nth-of-type(2) {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.exhibitors-data .pie:before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0/50%;
  background-color: inherit;
  transform-origin: left;
  transform: rotate(0.4turn);
}
.exhibitors-data .pie:after {
  content: '';
  display: block;
  width: 185px;
  height: 185px;
  position: absolute;
  left: calc(50% - 92.5px);
  top: calc(50% - 92.5px);
  border-radius: 50%;
  background: #fff;
}
.exhibitors-data .box {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.exhibitors-data .box:after {
  display: block;
  content: '';
  clear: both;
  width: 40px;
  height: 1px;
  background: #c90f0f;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.exhibitors-data .box .tit {
  position: absolute;
  left: calc(50% - 90px);
  top: calc(50% - 90px);
  z-index: 1;
  width: 180px;
  height: 180px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exhibitors-data .box .tit b,
.exhibitors-data .box .tit strong {
  display: block;
  color: #2c50ee;
  font-size: 24px;
  margin-bottom: 8px;
}
.exhibitors-data .box .tit span {
  line-height: 26px;
  font-size: 14px;
}
.exhibitors-data .Brand-exhibition-page {
  margin-top: 40px;
}
.exhibitors-data .Brand-exhibition-page .title b {
  font-weight: normal;
  color: #c90f0f;
}
.exhibitors-data .Brand-exhibition-page .title:after {
  background: #c90f0f;
}
.exhibitors-data .Brand-exhibition-page .title span {
  font-size: 14px;
  color: #999;
}
.exhibitors-data .Brand-exhibition-page .Brand-exhibitors {
  padding: 0;
}
.exhibitors-data.reason-box {
  margin: 50px 0;
}
.exhibitors-data.reason-box .title span {
  color: #c90f0f;
}
.exhibitors-data.reason-box .ul {
  line-height: 35px;
  background: #efefef;
  border-radius: 8px;
  padding: 20px 30px;
}
.exhibitors-data.reason-box .ul .fas {
  color: #1a4e92;
  margin-right: 5px;
}
.exhibitors-data.reason-box .apply-tit {
  margin: 30px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.exhibitors-data.reason-box .apply-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exhibitors-data.reason-box .apply-box span {
  width: 19.5%;
  margin: 5px 0;
  background: #c90f0f;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.exhibitors-data.reason-box .apply-box span:nth-of-type(2n) {
  background: #1a4e92;
}
.exhibitors-data.reason-box .apply-box span .fas {
  width: 30px;
  text-align: center;
  font-size: 20px;
}
.exhibitors-data.reason-box .img {
  text-align: center;
  margin: 30px 0;
}
.exhibitors-data.reason-box .img img {
  max-width: 100%;
}
.exhibitors-data.exposure-box .info {
  line-height: 30px;
}
.exhibitors-data.exposure-box .img {
  text-align: center;
  margin: 30px 0 0;
}
.exhibitors-data.exposure-box .img img {
  width: 100%;
}
.exhibitors-data.exposure-box .t {
  background: #1a4e92;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.swiper-pagination-circle {
  position: static;
  margin-top: 20px;
}
.swiper-pagination-circle .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
.swiper-pagination-circle .swiper-pagination-bullet-active {
  background: #1a4e92;
}
.about-media-con {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.about-media-con.block {
  flex-direction: column;
  gap: 30px;
}
.about-media-con.block .txtbox {
  width: 100%;
  display: flex;
  padding: 20px;
}
.about-media-con.block .txtbox .item {
  padding: 0 20px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  margin: unset !important;
  font-size: 16px;
  justify-content: center;
}
.about-media-con.block .txtbox .item:last-child {
  border-right: 0;
}
.about-media-con.block .txtbox .item .icon {
  display: none;
  margin-right: 10px;
}
.about-media-con.block .txtbox .item .icon img {
  max-width: 50px;
}
.about-media-con.block .txtbox .item .txt {
  text-align: center;
}
.about-media-con.block .logos {
  width: 100%;
  padding: 0;
}
.about-media-con .txtbox {
  background-color: #2159b7;
  color: #fff;
  border-radius: 0 30px 0 30px;
  padding: 0 20px;
  width: 32%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.about-media-con .txtbox .item {
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0;
  padding-left: 22%;
  display: flex;
  align-items: center;
  font-size: 18px;
  min-height: 86px;
}
.about-media-con .txtbox .item:last-child {
  border-bottom: 0;
}
.about-media-con .txtbox .item .icon {
  margin-right: 15px;
  font-size: 0;
}
.about-media-con .txtbox .item .counter {
  font-size: 48px;
  line-height: 1;
}
.about-media-con .txtbox .item .p1 {
  margin-bottom: 5px;
}
.about-media-con .txtbox .item .txt {
  text-align: left;
}
.about-media-con .logos {
  width: 68%;
  padding-left: 30px;
  box-sizing: border-box;
}
.media-swiper {
  width: 100%;
}
.media-swiper .img {
  border: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.media-swiper .img img {
  max-width: 90%;
  max-height: 90%;
}
.promote-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.promote-box .li {
  width: calc(32% - 60px);
  padding: 25px 30px;
  background: rgba(26, 78, 146, 0.1);
  color: #1a4e92;
  border-radius: 8px;
}
.promote-box .li .ico {
  font-size: 64px;
}
.promote-box .li .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
}
.promote-box .li .url {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.promote-box .li .text {
  line-height: 30px;
}
.content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-wrap .li {
  position: relative;
  border: 1px solid #1a4e92;
  border-radius: 5px;
  margin-bottom: 30px;
  width: calc(49% - 52px);
  padding: 25px;
  font-weight: bold;
}
.content-wrap .li .fa-phone-volume {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 152px;
  opacity: 0.1;
  color: #1a4e92;
}
.content-wrap .li .tit {
  font-size: 24px;
  color: #1a4e92;
}
.content-wrap .li .p {
  font-size: 14px;
  color: #1a4e92;
  margin-top: 8px;
}
.content-wrap .li .name {
  font-size: 16px;
  margin-top: 20px;
}
.content-wrap .li .box {
  margin: 20px 0;
  line-height: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-wrap .li .box p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-wrap .li .box .fas {
  color: #1a4e92;
  width: 18px;
  margin: 6px 5px 0 0;
  text-align: center;
}
.media-page {
  line-height: 28px;
}
.media-ul-tit {
  margin-bottom: 20px;
  font-size: 16px;
}
.media-ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0 20px 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
}
.media-ul li {
  width: 30%;
  padding-left: 25px;
  position: relative;
  line-height: 40px;
}
.media-ul li:after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
  background: #1a4e92;
  display: block;
  content: '';
  clear: both;
}
.pavilion-page-tit {
  color: #1a4e92;
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
}
.pavilion-page-tit.normal {
  font-weight: normal;
}
.pavilion-page-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.pavilion-page-img .img {
  width: 50%;
}
.pavilion-page-img .img img {
  cursor: pointer;
  max-width: 100%;
}
.pavilion-page-info {
  line-height: 28px;
  margin-top: 10px;
}
.booth-figure {
  margin: 60px 0;
  text-align: center;
}
.booth-figure a {
  cursor: pointer;
  padding: 15px 35px;
  background: #1a4e92;
  color: #fff;
  border-radius: 8px;
}
.theme-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.theme-top .title {
  writing-mode: vertical-lr;
  width: 110px;
  font-size: 12px;
  position: relative;
}
.theme-top .title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 25px;
  top: 0;
  height: 20px;
  border-right: 1px solid #c90f0f;
}
.theme-top .title:before {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 25px;
  top: 0;
  height: 100%;
  border-right: 1px solid #e9e9e9;
}
.theme-top .con {
  width: calc(100% - 110px);
}
.theme-top .con .tit {
  font-size: 24px;
  margin-bottom: 15px;
}
.theme-top .con .text {
  line-height: 30px;
}
.theme-img {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}
.theme-img:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 1px solid #c90f0f;
}
.theme-img:before {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.theme-img img {
  max-width: 100%;
  width: 100%;
}
.theme-li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.theme-li .info {
  width: 50%;
  padding-left: 3vw;
  padding-right: 82px;
}
.theme-li .info .tit {
  font-size: 24px;
  color: #1a4e92;
  margin-bottom: 25px;
}
.theme-li .info .text {
  line-height: 28px;
}
.theme-li .img {
  width: calc(50% + 3vw + 107px);
}
.theme-li .img img {
  width: 100%;
  display: block;
}
.theme-li:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.theme-li:nth-of-type(2n) .info {
  padding-right: 3vw;
  padding-left: 82px;
}
.advertising-wrap .top-tab {
  *zoom: 1;
  border-radius: 8px 8px 0 0;
  border: 1px solid #dddddd;
}
.advertising-wrap .top-tab:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.advertising-wrap .top-tab .li {
  float: left;
  padding: 18px 25px;
  position: relative;
  cursor: pointer;
}
.advertising-wrap .top-tab .li.curr {
  color: #c90f0f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advertising-wrap .top-tab .li.curr:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #c90f0f;
}
.advertising-wrap .con-tab {
  margin: 30px 0;
}
.advertising-wrap .con-tab .tab-li {
  display: none;
  line-height: 28px;
}
.advertising-wrap .con-tab .tab-li .table {
  margin: 20px 0;
}
.advertising-wrap .con-tab .tab-li .table table tr td:first-of-type {
  width: auto;
}
.advertising-wrap .con-tab .tab-li .subarea-li {
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  margin-top: 30px;
}
.advertising-wrap .con-tab .tab-li .subarea-li .t {
  font-size: 16px;
  font-weight: bold;
}
.advertising-wrap .con-tab .tab-li .subarea-li .p {
  font-size: 14px;
  color: #999;
}
.advertising-wrap .con-tab .tab-li .subarea-li .img {
  margin: 20px 0;
}
.advertising-wrap .con-tab .tab-li .subarea-li .img img {
  max-width: 100%;
}
.advertising-wrap .con-tab .tab-li .distribute-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.advertising-wrap .con-tab .tab-li .distribute-box .distribute-li {
  margin-right: 10%;
}
.advertising-wrap .con-tab .tab-li .distribute-box .distribute-li:last-of-type {
  margin-right: 0;
}
.Display-range {
  margin-bottom: 80px;
}
.Display-range .title {
  color: #1a4e92;
  font-size: 24px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.Display-range .title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  height: 100%;
  width: 6px;
  background: #1a4e92;
  left: 0;
  top: 0;
}
.Display-range .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.Display-range .box .li {
  width: calc(50% - 51px);
  padding: 30px 50px 30px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.Display-range .box .li:nth-of-type(2n) {
  border-right: 0;
  padding: 30px 0 30px 50px;
}
.Display-range .box .li .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.Display-range .box .li .p {
  line-height: 28px;
}
.Display-range-data .con {
  justify-content: space-around;
}
.Exhibition-planning {
  margin: 40px 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
}
.Exhibition-planning .title {
  color: #1a4e92;
  font-size: 24px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.Exhibition-planning .title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  height: 100%;
  width: 6px;
  background: #1a4e92;
  left: 0;
  top: 0;
}
.Exhibition-planning .p {
  margin-bottom: 10px;
}
.Exhibition-planning .img {
  text-align: center;
}
.Exhibition-planning .img img {
  max-width: 100%;
}
.Exhibition-planning .Brand-exhibitors {
  padding: 0;
}
.Exhibition-planning .exhibitors-data .box {
  padding-bottom: 0;
  border-bottom: 0;
}
.Exhibition-planning .exhibitors-data .box:after {
  display: none;
}
.Exhibition-planning .info {
  line-height: 35px;
}
.Exhibition-planning .img-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.Exhibition-planning .img-box .img {
  width: 24%;
  border-radius: 10px;
  overflow: hidden;
}
.Exhibition-planning .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pavilion-img .img-box {
  flex-wrap: wrap;
}
.pavilion-img .img-box .img {
  width: 31.33%;
  margin-bottom: 40px;
}
.analyse-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.cluster-box .li {
  width: 48%;
}
.cluster-box .li .p {
  line-height: 35px;
}
.watching-focus-t {
  color: #e3272b;
  font-weight: bold;
  font-size: 24px;
}
.watching-focus-t span {
  font-size: 14px;
}
.Booth-layout-box .title {
  color: #1a4e92;
  font-size: 24px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.Booth-layout-box .title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  height: 100%;
  width: 6px;
  background: #1a4e92;
  left: 0;
  top: 0;
}
.Booth-layout-box .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.Booth-layout-box .box .li {
  width: 48%;
}
.Booth-layout-box .box .li .img img {
  max-width: 100%;
}
.Booth-layout-box .Booth-img {
  text-align: center;
  margin-top: 80px;
}
.Booth-layout-box .Booth-img img {
  max-width: 100%;
}
.instructions-box {
  margin-top: 40px;
}
.instructions-box .box {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.instructions-box .box:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.instructions-box .box .li {
  width: 50%;
}
.instructions-box .box .li .tit {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.instructions-box .box .li .tit .fas {
  margin-right: 5px;
  font-size: 22px;
  color: #1a4e92;
  vertical-align: bottom;
}
.instructions-box .box .li .info {
  color: #666666;
  line-height: 30px;
}
.requirements-box {
  margin-top: 60px;
  background: #eaeff5;
  border-radius: 10px;
  padding: 60px;
  position: relative;
}
.requirements-box .fas {
  font-size: 360px;
  position: absolute;
  right: 15%;
  top: 15%;
  color: #1a4e92;
  opacity: 0.1;
}
.requirements-box .con {
  position: relative;
  z-index: 1;
}
.requirements-box .tit {
  color: #e3272b;
  font-size: 20px;
  margin-bottom: 15px;
}
.requirements-box .box {
  line-height: 34px;
}
.fa-check-c {
  color: #1a4e92;
  font-size: 18px;
}
.fa-times-c {
  color: #e3272b;
  font-size: 18px;
}
.Group-Visit-t {
  font-size: 22px;
  color: #1a4e92;
}
.Group-Visit-t span {
  color: #666;
  font-size: 16px;
}
.Group-Visit-info {
  margin: 25px 0 25px 0;
  position: relative;
  padding-left: 20px;
}
.Group-Visit-info:after {
  display: block;
  content: '';
  clear: both;
  width: 10px;
  height: 10px;
  background: #e3272b;
  left: 0;
  top: calc(50% - 4px);
  position: absolute;
}
.Group-Visit-tit {
  font-size: 18px;
}
.Group-Visit-p {
  line-height: 32px;
  margin-top: 6px;
}
.Group-Visit-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.Group-Visit-img .img {
  width: 31.33%;
}
.Group-Visit-img .img img {
  max-width: 100%;
}
.Visit-registration-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page {
  margin-top: 10px;
}
.pages,
.paginate {
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.pages a,
.paginate a,
.pages span,
.paginate span {
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #d1e0ec;
  color: #333;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin: 0 2px;
}
.pages a:hover,
.paginate a:hover,
.pages span:hover,
.paginate span:hover {
  background: #1a4e92;
  border-color: #1a4e92;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pages span,
.paginate span {
  background: #1a4e92;
  border-color: #1a4e92;
  color: #fff;
}
.pages .pagination,
.paginate .pagination {
  justify-content: center;
}
.newsList-row {
  max-width: 1200px;
  margin: auto;
}
.newsList-row .newsList-ul .newsList {
  overflow: hidden;
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
  padding-bottom: 30px;
  transition: 0.6s;
}
.newsList-row .newsList-ul .newsList .newsList-img {
  width: 300px;
  float: left;
  height: 200px;
  border: 1px #ddd solid;
  text-align: center;
  vertical-align: middle;
}
.newsList-row .newsList-ul .newsList .newsList-img img {
  max-width: 100%;
  max-height: 100%;
}
.newsList-row .newsList-ul .newsList .newsList-text-row .newsList-name {
  font-size: 18px;
  font-weight: bold;
}
.newsList-row .newsList-ul .newsList .newsList-text-row .newsList-text {
  line-height: 1.5;
  margin-top: 10px;
}
.newsList-row .newsList-ul .newsList:hover {
  transform: translate(-10px);
}
.newsList-row .newsList-ul .newsList:hover a {
  color: #1a4e92;
}
.activity-box .activity-title {
  font-weight: bold;
  font-size: 30px;
  color: #1a4e92;
  margin-bottom: 20px;
}
.activity-item .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.activity-item .subtit {
  font-size: 18px;
  margin-bottom: 10px;
}
.activity-item .info {
  line-height: 1.8;
  margin-bottom: 20px;
}
.activity-item .imgbox {
  border-radius: 5px;
  overflow: hidden;
}
.activity-item .imgbox img {
  display: block;
  width: 100%;
}
.activity-item .two-box {
  display: flex;
  justify-content: space-between;
}
.activity-item .two-box .half {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activity-item .imgs-list {
  display: flex;
  flex-wrap: wrap;
}
.activity-item .imgs-list .li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.activity-item .imgs-list .li:nth-child(4n) {
  margin-right: 0;
}
.activity-item .imgs-list .li .p {
  text-align: center;
  margin-top: 10px;
}
.activity-item.txt-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity-item.txt-img .tit {
  margin-bottom: 20px;
}
.activity-item.txt-img .imgbox {
  width: 48%;
}
.activity-item.txt-img .txtbox {
  width: 48%;
}
.activity-item.txt-img .info {
  margin-bottom: 0;
}
.group-baseinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group-baseinfo .item {
  width: 48%;
}
.group-baseinfo .tit {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.group-baseinfo .whyvist {
  border-radius: 5px;
  overflow: hidden;
  background-color: #edf4fd;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 51px);
  box-sizing: border-box;
}
.group-baseinfo .whyvist .img {
  margin-top: 30px;
}
.group-baseinfo .whyvist .img img {
  max-width: 100%;
}
.group-baseinfo .whyvist .p {
  margin-bottom: 5px;
}
.group-table {
  width: 100%;
  border-collapse: collapse;
}
.group-table th {
  background-color: #edf4fd;
}
.group-table th,
.group-table td {
  padding: 10px;
  border: 1px solid #e2e2e2;
}
.group-name-list {
  display: flex;
  justify-content: space-between;
}
.group-name-list .li {
  flex: 0 0 24%;
  border: 1px solid #e2e2e2;
  padding: 0 20px;
  border-radius: 5px;
  box-sizing: border-box;
}
.group-name-list .li p {
  margin: 20px 0;
}
.group-imgs-list {
  display: flex;
  justify-content: space-between;
}
.group-imgs-list .img {
  flex: 0 0 24%;
  border-radius: 5px;
  overflow: hidden;
}
.group-imgs-list .img img {
  display: block;
  width: 100%;
}
.value-added-services {
  display: flex;
  flex-wrap: wrap;
}
.value-added-services .item {
  width: calc(100%/3 - 6.67%);
  margin-right: 4%;
  margin-bottom: 3%;
}
.value-added-services .item:nth-child(3n) {
  margin-right: 0;
}
.value-added-services .item .imgbox {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.value-added-services .item .imgbox:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.value-added-services .item .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.value-added-services .item .tit {
  font-size: 18px;
  margin-bottom: 10px;
}
.value-added-services .item .info {
  line-height: 1.8;
}
.vstreg-box .top {
  text-align: center;
}
.vstreg-box .top .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.vstreg-box .top .sub span {
  display: inline-block;
  margin-right: 30px;
}
.vstreg-box .top .sub span:last-child {
  margin-right: 0;
}
.vstreg-box .top .info {
  line-height: 1.8;
  margin: 40px 0 30px;
}
.vstreg-box .top .ewmbox {
  text-align: center;
}
.vstreg-box .top .ewmbox img {
  max-width: 250px;
}
.message-box .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.message-list {
  display: flex;
  flex-wrap: wrap;
}
.message-list .li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.message-list .li:nth-child(4n) {
  margin-right: 0;
}
.message-list .li .info {
  padding: 15px 20px;
  background-color: #f6faff;
  line-height: 1.8;
  border-radius: 5px;
  position: relative;
  margin-bottom: 24px;
  height: 100%;
}
.message-list .li .info:after {
  content: '';
  position: absolute;
  left: 0;
  margin-left: 20px;
  bottom: -22px;
  width: 0;
  height: 0;
  border-width: 15px 8px 8px 8px;
  border-style: solid;
  border-color: #f6faff transparent transparent transparent;
}
.message-list .li .namebox {
  display: flex;
  align-items: center;
}
.message-list .li .namebox .head {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.message-list .li .namebox .head img {
  width: 100%;
}
.message-list .li .namebox .p {
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.8;
}
.value-added-services2,
.message-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.value-added-services2 .li,
.message-list2 .li {
  width: 48%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.value-added-services2 .li .imgbox,
.message-list2 .li .imgbox {
  width: 35%;
  flex-shrink: 0;
  border-radius: 10px;
}
.value-added-services2 .li .imgbox img,
.message-list2 .li .imgbox img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
}
.value-added-services2 .li .txtbox,
.message-list2 .li .txtbox {
  flex-grow: 1;
  margin-left: 30px;
}
.value-added-services2 .li .txtbox .tit,
.message-list2 .li .txtbox .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.value-added-services2 .li .txtbox .info,
.message-list2 .li .txtbox .info {
  line-height: 1.8;
  color: #666;
}
.buyer-gift {
  display: flex;
  flex-wrap: wrap;
}
.buyer-gift .item {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f6faff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 18px;
}
.buyer-gift .item:nth-child(4n) {
  margin-right: 0;
}
.matchme-join-condition {
  float: left;
  width: 70%;
}
.matchme-howjoin {
  width: calc(100%/4 - 15px);
  float: right;
}
.matchme-howjoin .ewmbox {
  width: 190px;
  max-width: 100%;
  background-color: #1a4e92;
  padding: 8px;
  box-sizing: border-box;
}
.matchme-howjoin .ewmbox img {
  display: block;
  width: 100%;
}
.matchme-demand {
  background-color: #f6faff;
}
.matchme-demand .txtbox {
  width: 50%;
  float: left;
}
.matchme-demand .imgbox {
  float: right;
  width: 44%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.matchme-demand .imgbox .img {
  border-radius: 5px;
  overflow: hidden;
  width: calc(100%/2 - 5px);
  margin-bottom: 10px;
}
.matchme-demand .imgbox .img img {
  display: block;
  width: 100%;
}
.matchme-data {
  display: flex;
}
.matchme-data .item {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.matchme-data .item img {
  max-width: 60px;
  max-height: 40px;
  margin-right: 10px;
}
.matchme-data .item .p1 {
  color: #1a4e92;
  font-size: 48px;
  line-height: 0.8;
  margin-bottom: 5px;
}
.matchme-data .item .p1 .small {
  color: #333;
  font-size: 16px;
}
.buyer-list {
  display: flex;
  flex-wrap: wrap;
}
.buyer-list .li {
  border-radius: 5px;
  background-color: #f6faff;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc(100%/3 - 13.34px);
  box-sizing: border-box;
}
.buyer-list .li:nth-child(3n) {
  margin-right: 0;
}
.buyer-list .li .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.buyer-list .li .title img {
  max-width: 35px;
  max-height: 35px;
  margin-right: 10px;
  vertical-align: middle;
}
.buyer-list .li .info {
  text-align: justify;
}
.registration-form {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.registration-form .left {
  width: 40%;
  margin-right: 100px;
}
.registration-form .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.registration-form .right .code {
  margin-right: 20px;
}
.registration-form .right .code p {
  color: #1a4e92;
  text-align: center;
  margin-bottom: 15px;
}
.registration-form .right .code img {
  width: 220px;
}
.registration-form .right .blue {
  margin-top: 36px;
  margin-right: 20px;
}
.registration-form .right .blue .border {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #4d76aa;
  width: 160px;
  height: 160px;
}
.registration-form .right .blue p {
  color: #4d76aa;
  text-align: center;
  margin-top: 15px;
}
.registration-form .right .red {
  margin-top: 36px;
}
.registration-form .right .red .border {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #e3272b;
  width: 160px;
  height: 160px;
}
.registration-form .right .red p {
  margin-top: 15px;
  text-align: center;
  color: #e3272b;
}
.registration-form .form-con {
  display: flex;
  flex-wrap: wrap;
}
.registration-form .form-con .form-item {
  width: calc(100%/3 - 13.34px);
  margin-right: 20px;
}
.registration-form .form-con .form-item:nth-child(3n) {
  margin-right: 0;
}
input:focus {
  outline: none;
  border: 1px solid #4d76aa;
}
.form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.form-item label {
  color: #666;
  margin-bottom: 5px;
}
.form-item .button {
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  background-color: #e3272b;
  border: 0;
  outline: none;
  font-size: 16px;
}
.form-item input {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding-left: 15px;
  font-size: 1rem;
}
.form-item .code-box {
  width: 100%;
  display: flex;
}
.form-item .code-box .code {
  flex-shrink: 0;
  width: 150px;
  margin-left: 10px;
  height: 60px;
  border-radius: 5px;
}
.form-item .code-box input {
  flex-grow: 1;
}
.booth-imgbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.booth-imgbox .item {
  width: 50%;
}
.booth-imgbox .item:nth-child(1) {
  width: 45%;
  max-width: 576px;
}
.booth-imgbox .title {
  color: #1a4e92;
  margin-bottom: 15px;
  font-weight: bold;
}
.booth-imgbox .imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.booth-imgbox .imgs .img {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 4%;
}
.booth-imgbox .imgs .img img {
  display: block;
  width: 100%;
}
.cates-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cates-list .li {
  width: 48%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.cates-list .li .imgbox {
  width: 35%;
  flex-shrink: 0;
  border-radius: 0 10px 0 10px;
}
.cates-list .li .imgbox img {
  display: block;
  width: 100%;
  border-radius: 0 10px 0 10px;
}
.cates-list .li .txtbox {
  flex-grow: 1;
  margin-left: 30px;
}
.cates-list .li .txtbox .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cates-list .li .txtbox .info {
  line-height: 1.8;
  color: #666;
}
.media-rect {
  background-color: #2159b7;
  padding: 10px;
  border-radius: 0 30px 0 30px;
  display: flex;
  justify-content: space-between;
}
.media-rect .li {
  padding: 10px;
  color: #fff;
  text-align: center;
  flex-grow: 1;
}
.media-rect .li .tit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.media-rect .li .tit img {
  margin-right: 10px;
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}
.media-rect .li .counter {
  font-size: 30px;
}
.media-rect .li .p1 {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-rect .li .flex {
  display: flex;
  justify-content: center;
}
.media-rect .li .flex .item {
  margin-right: 20px;
}
.media-rect .li .flex .item:last-child {
  margin-right: 0;
}
.media-rect .li .flex .item .counter {
  font-size: 24px;
}
.live-marketing {
  display: flex;
}
.live-marketing .live {
  width: 35%;
  margin-right: 30px;
  flex-shrink: 0;
}
.live-marketing .marketing {
  flex-grow: 1;
}
.live-marketing .conbox {
  border-radius: 10px;
  background-color: #e8edf4;
  padding: 30px;
  height: calc(100% - 50px);
  box-sizing: border-box;
}
.live-marketing .conbox .info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}
.live-marketing .data {
  display: flex;
  justify-content: space-between;
}
.live-marketing .data .counter {
  font-size: 30px;
}
.live-marketing .data .p1 {
  color: #1a4e92;
}
.live-marketing .data .p2 {
  color: #666666;
}
.live-marketing .data .li {
  margin-right: 20px;
}
.live-marketing .data .li:last-child {
  margin-right: 0;
}
.live-marketing .marketing-list {
  display: flex;
}
.live-marketing .marketing-list .li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.live-marketing .marketing-list .li .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 60px;
  text-align: center;
  background-color: #d5deef;
}
.live-marketing .marketing-list .li .icon img {
  max-height: 50%;
  max-width: 50%;
  vertical-align: middle;
}
.promotion-con {
  border-radius: 10px;
  background-color: #e8edf4;
  padding: 30px;
  display: flex;
}
.promotion-con .item {
  flex: 1;
  display: flex;
  align-items: center;
}
.promotion-con .item:not(:last-child) {
  margin-right: 4%;
  padding-right: 4%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.promotion-con .item .icon {
  margin-right: 15px;
}
.promotion-con .item .tit {
  color: #1a4e92;
  font-size: 18px;
  margin-bottom: 6px;
}
.promotion-con .item .info {
  line-height: 1.8;
}
.digib-base {
  display: flex;
}
.digib-base .txtbox {
  flex-grow: 1;
}
.digib-base .txtbox p {
  line-height: 1.8;
}
.digib-base .imgbox {
  width: 30%;
  flex-shrink: 0;
  margin-left: 30px;
  background: url(../images/bg-grid.png) repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.digib-base .imgbox img {
  max-width: 80%;
  max-height: 100%;
}
.activity-hight .item {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(to right, #c5d6fd, #fff);
  padding: 20px;
  padding-left: 80px;
  margin-top: 40px;
}
.activity-hight .item:nth-child(2n) {
  background: linear-gradient(to right, #fff, #ffe4e5);
  padding-left: 20px;
  padding-right: 80px;
}
.activity-hight .item:nth-child(2n) .num {
  left: auto;
  right: 0;
  background-color: #e3272b;
}
.activity-hight .item:nth-child(2n) .tit {
  color: #e3272b;
}
.activity-hight .item .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0032a0;
  position: absolute;
  top: -20px;
  left: 0;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  font-style: italic;
  text-indent: -6px;
}
.activity-hight .item .tit {
  margin-bottom: 10px;
  font-weight: bold;
  color: #1a4e92;
  font-size: 18px;
}
.area-plaining {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-plaining .item {
  width: 48%;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.area-plaining .item:nth-last-child(1),
.area-plaining .item:nth-last-child(2) {
  margin-bottom: 0;
}
.area-plaining .item .imgbox {
  position: relative;
  border-radius: 0 10px 0 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.area-plaining .item .imgbox:before {
  content: "";
  display: block;
  padding-top: 35.4%;
}
.area-plaining .item .imgbox img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.area-plaining .item .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.area-plaining .item .tit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 22px;
  background: url(../images/bg-tit.png) no-repeat center right;
  background-size: 100%;
}
.cates-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cates-box .item {
  width: 48%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(to right, #c5d6fd, #fff);
  padding: 20px;
  box-sizing: border-box;
}
.cates-box .item:nth-last-child(1),
.cates-box .item:nth-last-child(2) {
  margin-bottom: 0;
}
.cates-box .item .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2159b7;
}
.cates-box .item .tit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 22px;
  background: url(../images/bg-tit.png) no-repeat center right;
  background-size: 100%;
}
.organizer-intro {
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}
.organizer-intro .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.organizer-intro .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.organizer-intro .item .tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.organizer-intro .item .info {
  line-height: 1.8;
}
.contact-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8edf4;
  padding: 30px;
}
.contact-item .tit {
  font-weight: bold;
  color: #2159b7;
  margin-bottom: 15px;
  font-size: 18px;
}
.contact-item .item {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  margin: 5px 30px 5px 0;
}
.contact-item .item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d5deef;
  text-align: center;
  line-height: 60px;
  font-size: 0;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0;
}
.contact-item .item .icon img {
  vertical-align: middle;
  max-width: 50%;
  max-height: 50%;
}
.previous-swiper .img {
  border: 1px solid #ddd;
  height: 120px;
  text-align: center;
  font-size: 0;
  line-height: 120px;
}
.previous-swiper .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.guest-swiper .li .imgbox {
  border-radius: 0 20px 0 20px;
  position: relative;
  overflow: hidden;
}
.guest-swiper .li .imgbox:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.guest-swiper .li .imgbox img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guest-swiper .li .txtbox {
  text-align: center;
  margin-top: 10px;
}
.guest-swiper .li .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.guest-swiper .li .p {
  color: #666;
  line-height: 1.8;
}
.guest-swiper .li .p span {
  display: block;
}
.hotel-list .item {
  display: flex;
  align-items: center;
}
.hotel-list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.hotel-list .item:nth-child(2n) .imgbox {
  margin-right: 0;
  margin-left: 5%;
}
.hotel-list .item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.hotel-list .item .imgbox {
  border-radius: 10px;
  overflow: hidden;
  width: 40%;
  flex-shrink: 0;
  margin-right: 5%;
}
.hotel-list .item .imgbox img {
  display: block;
  width: 100%;
}
.hotel-list .item .txtbox {
  flex-grow: 1;
}
.hotel-list .item .txtbox .tit {
  font-weight: bold;
  margin-bottom: 20px;
  color: #1a4e92;
  font-size: 24px;
}
.hotel-list .item .txtbox .info {
  line-height: 1.8;
  color: #666;
}
.hotel-list .item .txtbox .info p {
  margin-bottom: 10px;
}
.hotel-list .item .txtbox .info p:last-child {
  margin-bottom: 0;
}
.why-list li {
  margin-bottom: 20px;
}
.why-list li .info {
  margin-top: 5px;
  line-height: 1.8;
  color: #666;
}
.evaluation-list .item {
  position: relative;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 1px solid #1a4e92;
}
.evaluation-list .item:nth-child(2n) {
  border-color: #e3272b;
}
.evaluation-list .item:nth-child(2n):after {
  border-color: #e3272b;
  left: auto;
  right: 30px;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(30deg) skewX(15deg);
  -ms-transform: rotate(30deg) skewX(15deg);
  -o-transform: rotate(30deg) skewX(15deg);
  transform: rotate(30deg) skewX(15deg);
}
.evaluation-list .item:nth-child(2n) .itemcon {
  flex-direction: row-reverse;
}
.evaluation-list .item:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 15px;
  background-color: #fff;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #1a4e92;
  left: 30px;
  bottom: -9px;
  -webkit-transform: rotate(-30deg) skewX(-15deg);
  -ms-transform: rotate(-30deg) skewX(-15deg);
  -o-transform: rotate(-30deg) skewX(-15deg);
  transform: rotate(-30deg) skewX(-15deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.evaluation-list .item .itemcon {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 20px 60px;
}
.evaluation-list .item .itemcon:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/dou-red.png') no-repeat top left;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.evaluation-list .item .itemcon:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/dou-blue.png') no-repeat top left;
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.evaluation-list .item .imgbox {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evaluation-list .item .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.evaluation-list .item .txtbox {
  flex-grow: 1;
}
.evaluation-list .item .txtbox .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.evaluation-list .item .txtbox .info {
  line-height: 1.8;
  color: #666;
}
@media screen and (min-width: 1921px) {
  .banner {
    width: 100%;
  }
  .banner .banner-con .swiper-slide img {
    width: 100%;
  }
  .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .page-wrap {
    width: 85%;
    margin: 0 7.5%;
  }
  .scan-code {
    background-size: cover;
  }
}
@media screen and (max-width: 1700px) {
  .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .page-wrap {
    width: 85%;
    margin: 0 7.5%;
  }
  .banner {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .banner .banner-con .swiper-slide img {
    width: 100%;
  }
  .buyer-gift .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .banner .top .search-top {
    font-size: 14px;
  }
  .banner .top .logo a .title {
    line-height: 1.5;
    font-size: 12px;
  }
  .banner .top .logo a .img {
    padding-right: 10px;
    margin-right: 10px;
  }
  .banner .top .logo a .img img {
    width: 140px;
  }
  .banner .top .nav .li .a {
    font-size: 14px;
  }
  .banner .page-tit .info .wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .matchme-data .item .p1 {
    font-size: 30px;
  }
  .registration-form {
    width: 1000px;
    padding: 0 20px;
  }
  .registration-form .right .code img {
    width: 150px;
  }
  .registration-form .right .red .border,
  .registration-form .right .blue .border {
    width: 120px;
    height: 120px;
  }
  .advantage-list2 {
    gap: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .data-statistics .con .li .digital span {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .registration-form {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  .right > div {
    margin-right: unset !important;
  }
  .registration-form .left,
  .registration-form .right {
    width: 100%;
  }
  .right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .guest-swiper .li .p span {
    display: inline;
  }
}
