@charset "UTF-8";
@font-face {
  font-family: "DIN-Medium";
  src: url("/assets/fonts/DIN-Medium.otf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-Thin";
  src: url("/assets/fonts/AlibabaPuHuiTi-2-35-Thin.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-Light";
  src: url("/assets/fonts/AlibabaPuHuiTi-2-45-Light.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-Regular";
  src: url("/assets/fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-Medium";
  src: url("/assets/fonts/AlibabaPuHuiTi-2-65-Medium.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-SemiBold";
  src: url("/assets/fonts/AlibabaPuHuiTi-2-75-SemiBold.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-Bold";
  src: url("/assets/fonts/AlibabaPuHuiTi-2-85-Bold.ttf");
}
html, body {
  background: #f7f8f8 !important;
}

.column-head {
  width: 100%;
  padding: 40px 0 30px;
  position: relative;
}
.column-head .main {
  height: 50px;
  line-height: 50px;
  font-size: 39px;
  font-family: "AlibabaPuHuiTi-Medium";
}
.column-head .secondary {
  font-size: 30px;
  text-transform: uppercase;
  color: #03010F;
  font-family: "AlibabaPuHuiTi-Thin";
}
.column-head .more {
  position: absolute;
  bottom: 40px;
  right: 0;
  font-size: 20px;
  display: inline-flex;
  height: 20px;
  line-height: 20px;
}
.column-head .more a {
  color: #000;
}
.column-head .more i:after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.column-head .more a:hover i:after {
  border-right: 2px solid #004097;
  border-bottom: 2px solid #004097;
}

.home-menu {
  height: 110px;
}
.home-menu .logo {
  height: 54px;
  width: 210px;
  margin-top: 28px;
  margin-left: 86px;
}
.home-menu .logo img {
  height: 54px;
  width: 210px;
}
.home-menu .nav {
  margin-top: 41px;
  height: 28px;
  line-height: 28px;
  padding-right: 98px;
}
.home-menu .nav a {
  margin: 0 25px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi-Light;
  color: #ffffff !important;
}
.home-head {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-head-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-head-swiper .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #ffffff; /* 设置Swiper风格 */
  --swiper-navigation-color: #ffffff; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 70px; /* 设置按钮大小 */
}
.home-head-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-head-bottom {
  position: absolute;
  bottom: 0;
  height: 98px;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
  z-index: 99;
}
.home-head-bottom .col {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  text-align: center;
}
.home-head-bottom .col img {
  width: 32px;
  height: 32px;
}
.home-head-bottom .col .item-1, .home-head-bottom .col .item-2 {
  width: 100%;
  height: 98px;
  background: #2AA7C4;
  display: flex;
  font-size: 25px;
  font-family: "AlibabaPuHuiTi-Regular";
}
.home-head-bottom .col .item-1-box, .home-head-bottom .col .item-2-box {
  text-align: center;
  height: 32px;
  margin: 33px auto 0;
}
.home-head-bottom .col .item-1-box .img, .home-head-bottom .col .item-2-box .img {
  width: 32px;
  height: 32px;
}
.home-head-bottom .col .item-2 {
  width: 100%;
  height: 100%;
  background: #002FA6;
}
.home-about {
  padding-top: 120px !important;
}
.home-about-box {
  padding-bottom: 123px !important;
  border-bottom: 1px solid #666666;
}
.home-about .dexter {
  padding-left: 100px;
}
.home-about .dexter .exhibition {
  font-family: "AlibabaPuHuiTi-Bold";
}
.home-about .dexter .exhibition-name {
  width: 100%;
  line-height: 66px;
  font-size: 48px;
  font-weight: bolder;
}
.home-about .dexter .exhibition-subname {
  font-size: 28px;
  font-weight: bold;
}
.home-about .dexter .content {
  margin-top: 28px;
  line-height: 35px;
  font-size: 18px;
  font-weight: lighter;
  font-family: "AlibabaPuHuiTi-Light";
}
.home-about .dexter .img {
  margin-top: 30px;
}
.home-about .dexter .img img {
  width: 440px;
  height: 440px;
}
.home-area {
  padding-top: 98px !important;
  padding-bottom: 138px !important;
}
.home-area .swiper-container {
  overflow: hidden;
}
.home-area .swiper-slide {
  background: #fff;
}
.home-area .swiper-slide .img {
  overflow: hidden;
}
.home-area .swiper-slide .tip {
  padding: 25px 16px 34px 20px;
  height: 208px;
}
.home-area .swiper-slide .tip .title {
  font-size: 24px;
  font-family: AlibabaPuHuiTi-Medium;
  color: #000;
  line-height: 30px;
  height: 60px;
}
.home-area .swiper-slide .tip .content {
  margin-top: 20px;
  font-size: 12px;
  font-family: AlibabaPuHuiTi-Light;
}
.home-area .swiper-slide .tip-position {
  position: absolute;
  padding: 25px 16px 34px 20px;
  bottom: 0;
  width: 100%;
  height: 280px;
  color: #fff;
  background-color: #2AA7C4;
  display: none;
}
.home-area .swiper-slide .tip-position .title {
  font-size: 24px;
  font-family: AlibabaPuHuiTi-Medium;
  color: #fff;
  line-height: 30px;
  height: 60px;
}
.home-area .swiper-slide .tip-position .content {
  margin-top: 20px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi-Light;
  color: #fff;
}
.home-area .swiper-slide .tip-position .more {
  display: flex;
  align-items: center;
  justify-content: center !important;
  margin: 30px auto 0;
  padding: 8px 0;
  text-align: center;
  width: 100px;
  color: #fff !important;
  background-color: #ff0000;
  cursor: pointer;
}
.home-area .swiper-slide .tip-position .more a {
  color: #fff !important;
}
.home-area .swiper-slide:hover .tip-position {
  display: inline;
}
.home-scale {
  width: 1920px;
  height: 690px;
}
.home-scale-box {
  padding: 137px 0 0 177px;
}
.home-scale-box .name {
  width: 700px;
  height: 70px;
  margin-bottom: 40px;
}
.home-scale-box .name-box {
  width: 478px;
  height: 70px;
  border-bottom: 1px solid #808080;
  line-height: 66px;
  font-family: AlibabaPuHuiTi-SemiBold;
  font-size: 47px;
  color: #ffffff;
}
.home-scale-box .data {
  width: 700px;
}
.home-scale-box .data .item {
  width: 350px;
  margin-top: 30px;
}
.home-scale-box .data .item .num {
  width: 350px;
  line-height: 68px;
  font-family: DIN-Medium;
  font-size: 24px;
  color: #ffffff;
}
.home-scale-box .data .item .num span {
  color: #2AA7C4;
  font-size: 75px;
  font-weight: bolder;
}
.home-scale-box .data .item .state {
  height: 28px;
  line-height: 28px;
  background: #2AA7C4;
  padding: 0 8px;
  font-size: 17px;
  font-family: AlibabaPuHuiTi-SemiBold;
  color: #000000;
  overflow: hidden;
}
.home-theme {
  width: 1520px;
  margin-top: 148px !important;
  margin-bottom: 87px !important;
  display: block;
}
.home-theme .img {
  width: 886px;
  height: 780px;
  position: relative;
}
.home-theme .img .rhomboid {
  width: 200px;
  height: 780px;
  border: 1px solid #2AA7C4;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  margin-left: 350px;
}
.home-theme .img-box {
  position: absolute;
  width: 886px;
  height: 636px;
  top: 80px;
}
.home-theme .img-box img {
  width: 886px;
  height: 636px;
}
.home-theme .list {
  width: 634px;
  height: 590px;
  background: #2AA7C4;
  display: flex;
}
.home-theme .list .block {
  width: 20px;
  height: 72px;
  background: #000000;
  margin-top: 80px;
}
.home-theme .list-box {
  width: 480px;
  margin-top: 30px;
  margin-left: 80px;
  color: #ffffff;
}
.home-theme .list-box .title {
  width: 480px;
  line-height: 52px;
  font-size: 37px;
  font-family: AlibabaPuHuiTi-Bold;
}
.home-theme .list-box ul li {
  width: 480px;
  height: 80px;
  line-height: 36px;
  padding: 26px 0 22px 0;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  font-family: AlibabaPuHuiTi-Regular;
}
.home-theme .list-box ul li span {
  float: right;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 17px;
  line-height: 34px;
}
.home-meeting {
  width: 100%;
  background: #ffffff;
}
.home-meeting-box {
  max-width: 1920px;
  width: 1920px;
  position: relative;
}
.home-meeting-box .rhomboid {
  width: 200px;
  height: 700px;
  border: 1px solid #2AA7C4;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  margin-left: 800px;
  margin-top: 142px;
}
.home-meeting-box .meeting {
  width: 1920px;
  position: absolute;
  top: 130px;
  left: 0;
}
.home-meeting-box .meeting-head {
  width: 1372px;
  margin: 0 auto;
  display: flex;
}
.home-meeting-box .meeting-head .title {
  width: 1240px;
}
.home-meeting-box .meeting-head .title .main {
  height: 50px;
  line-height: 50px;
  font-size: 39px;
  font-family: "AlibabaPuHuiTi-Medium";
}
.home-meeting-box .meeting-head .title .secondary {
  font-size: 30px;
  text-transform: uppercase;
  color: #03010F;
  font-family: "AlibabaPuHuiTi-Thin";
}
.home-meeting-box .meeting-head .swiper-button {
  width: 162px;
  height: 54px;
  margin-top: 28px;
}
.home-meeting-box .meeting-head .swiper-button .arrow {
  width: 54px;
  height: 54px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  outline: none;
  overflow: hidden;
}
.home-meeting-box .meeting-head .swiper-button .arrow:hover {
  width: 58px;
  height: 58px;
  border: 4px solid #2AA7C4;
  border-radius: 50%;
}
.home-meeting-box .meeting-list {
  width: 1920px;
  height: 432px;
  margin-top: 54px;
  overflow: hidden;
}
.home-meeting-box .meeting-list .swiper-slide {
  width: 760px !important;
  height: 432px;
}
.home-meeting-box .meeting-list .swiper-slide img {
  width: 760px;
  height: 432px;
}
.home-brand, .home-media {
  width: 100%;
  background: #ffffff;
  padding-top: 110px !important;
}
.home-brand .brand, .home-brand .media, .home-media .brand, .home-media .media {
  width: 1520px;
}
.home-brand .brand img, .home-brand .media img, .home-media .brand img, .home-media .media img {
  width: 1520px;
}
.home-bottom-box {
  padding-bottom: 200px !important;
}
.home-friendlink {
  height: 50px;
  background: #F0F0F0;
}
.home-friendlink .friendlink {
  line-height: 50px;
  text-align: center;
}
.home-friendlink .friendlink a {
  padding: 0 16px;
  border-right: 1px solid #cccccc;
}
.home-friendlink .friendlink a:last-child {
  border-right: 0;
}
.home-foot {
  height: 234px;
  background: #000000;
}
.home-foot .title {
  margin-top: 68px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #fff;
  font-size: 26px;
  font-family: AlibabaPuHuiTi-Bold;
}
.home-foot .nav a {
  margin: 0 25px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi-Light;
  color: #ffffff !important;
}
.home-foot .nav a:nth-child(1) {
  margin-left: 0;
}
.home-foot .right {
  padding-top: 67px;
}
.home-foot .right .foot-contact {
  width: 274px;
}
.home-foot .right .foot-contact-title {
  width: 274px;
  height: 53px;
  line-height: 40px;
  padding: 13px 0 0 30px;
  font-size: 16px;
  color: #fff;
  font-family: AlibabaPuHuiTi-Regular;
}
.home-foot .right .foot-contact-li {
  width: 274px;
  height: 30px;
  font-size: 16px;
  color: #fbfbfc;
  line-height: 20px;
  font-family: AlibabaPuHuiTi-Light;
}
.home-foot .right .wxqr {
  width: 106px;
}
.home-foot .right .wxqr img {
  width: 106px;
  height: 106px;
}
.home-copyright {
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #000000;
  border-top: 1px solid #686B7F;
  color: #686B7F;
  font-family: AlibabaPuHuiTi-Regular;
}

.sidebar {
  width: 70px;
  height: 250px;
  position: fixed;
  bottom: 50px;
  right: 42px;
  background: #2AA7C4;
  z-index: 9;
}
.sidebar-box {
  width: 70px;
  height: 250px;
  position: relative;
}
.sidebar-box .item {
  width: 50px;
  height: 76px;
  border-bottom: 1px solid #ffffff;
  margin: 0 10px;
  cursor: pointer;
}
.sidebar-box .item .img {
  width: 50px;
  height: 24px;
  margin: 15px 0 10px;
  text-align: center;
}
.sidebar-box .item .img img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.sidebar-box .item .text {
  width: 50px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.sidebar-box .gotop {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  background: #000000;
}

.reserve-ticket, .reserve-exhibition {
  width: 920px;
  height: 700px;
  position: relative;
  display: none;
}
.reserve-ticket .close, .reserve-exhibition .close {
  width: 54px;
  height: 54px;
  background: #2AA7C4;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  line-height: 54px;
  font-size: 18px;
  cursor: pointer;
}
.reserve-ticket-box, .reserve-exhibition-box {
  width: 920px;
  height: 650px;
  position: absolute;
  top: 0;
}
.reserve-ticket-box .title, .reserve-exhibition-box .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 80px;
  font-size: 36px;
  font-family: AlibabaPuHuiTi-Regular;
  text-align: center;
  margin-bottom: 54px;
}
.reserve-ticket-box .cell, .reserve-exhibition-box .cell {
  width: 644px;
  height: 90px;
  margin: 0 138px;
}
.reserve-ticket-box .cell .error-message, .reserve-exhibition-box .cell .error-message {
  width: 644px;
  height: 28px;
  line-height: 28px;
  color: #ff0000;
  font-size: 14px;
  font-family: AlibabaPuHuiTi-Regular;
  padding-left: 150px;
}
.reserve-ticket-box .cell .field, .reserve-exhibition-box .cell .field {
  width: 644px;
  height: 62px;
  display: flex;
}
.reserve-ticket-box .cell .field-box, .reserve-exhibition-box .cell .field-box {
  width: 612px;
  height: 62px;
  border: 1px solid #CCCCCC;
  padding: 9px 0;
  display: flex;
  font-family: AlibabaPuHuiTi-Regular;
  font-size: 18px;
}
.reserve-ticket-box .cell .field-box .label, .reserve-exhibition-box .cell .field-box .label {
  width: 138px;
  height: 44px;
  border-right: 1px solid #CCCCCC;
  padding-left: 20px;
  line-height: 44px;
}
.reserve-ticket-box .cell .field-box .input, .reserve-exhibition-box .cell .field-box .input {
  width: 473px;
  height: 44px;
  padding: 0 25px;
  position: relative;
}
.reserve-ticket-box .cell .field-box .input input, .reserve-exhibition-box .cell .field-box .input input {
  width: 423px;
  height: 44px;
  border: 0;
}
.reserve-ticket-box .cell .field-box .input input::-webkit-input-placeholder, .reserve-exhibition-box .cell .field-box .input input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.reserve-ticket-box .cell .field-box .input input::-moz-placeholder, .reserve-exhibition-box .cell .field-box .input input::-moz-placeholder {
  color: #CCCCCC;
}
.reserve-ticket-box .cell .field-box .input input::-ms-input-placeholder, .reserve-exhibition-box .cell .field-box .input input::-ms-input-placeholder {
  color: #CCCCCC;
}
.reserve-ticket-box .cell .field-box .input .getCode, .reserve-exhibition-box .cell .field-box .input .getCode {
  width: 160px;
  height: 62px;
  background: #F3F3F3;
  border: 0.5px solid #cccccc;
  position: absolute;
  top: -10px;
  right: -1px;
  color: #2AA7C4;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
}
.reserve-ticket-box .cell .field-asterisk, .reserve-exhibition-box .cell .field-asterisk {
  width: 30px;
  height: 64px;
  line-height: 64px;
  text-align: right;
  font-size: 18px;
  color: #E00000;
  font-family: AlibabaPuHuiTi-Regular;
}
.reserve-ticket-box .note, .reserve-exhibition-box .note {
  width: 760px;
  height: 22px;
  line-height: 22px;
  text-align: right;
  font-size: 16px;
  font-family: AlibabaPuHuiTi-Regular;
}
.reserve-ticket-box .btns, .reserve-exhibition-box .btns {
  width: 644px;
  height: 62px;
  margin: 30px 138px 0;
  display: flex;
}
.reserve-ticket-box .btns .submit, .reserve-ticket-box .btns .cancel, .reserve-exhibition-box .btns .submit, .reserve-exhibition-box .btns .cancel {
  width: 296px;
  height: 62px;
  background: #979797;
  font-size: 18px;
  font-family: AlibabaPuHuiTi-Medium;
  color: #ffffff;
  text-align: center;
  line-height: 62px;
  cursor: pointer;
}
.reserve-ticket-box .btns .submit, .reserve-exhibition-box .btns .submit {
  background: #2AA7C4;
  margin-left: 20px;
}
.reserve-exhibition {
  height: 892px;
}
.reserve-result {
  width: 380px;
  height: 350px;
  text-align: center;
  z-index: 999;
  background: #ffffff;
  display: none;
}
.reserve-result .title {
  width: 380px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 32px;
  font-weight: bolder;
}
.reserve-result .qr {
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.reserve-result .qr .tit {
  line-height: 22px;
  padding: 0 20px;
}
.reserve-result .qr img {
  margin: 10px auto 0;
  width: 160px;
}

/*# sourceMappingURL=home.css.map */
