#home {
  width: 100%;
}

.header {
  height: 100px;
}
.header .top {
  height: 30px;
  background-color: #0052c4;
}
.header .nav {
  overflow: hidden;
  height: 70px;
  background-color: rgba(100, 215, 255, 0.15);
}
.header .nav .logo {
  height: 36px;
  width: auto;
  margin-top: 35px;
  margin-left: 40px;
  transform: translateY(-18px);
  float: left;
}
.header .nav .right-nav {
  width: auto;
  float: right;
  font-size: 16px;
  color: #2c9cec;
  margin-top: 35px;
  transform: translateY(-18px);
}
.header .nav .right-nav span {
  display: block;
  float: right;
  line-height: 36px;
  padding: 0 24px;
  cursor: pointer;
  height: 36px;
  border-radius: 18px;
}
.header .nav .right-nav .nav-active {
  background-color: #a5fefb;
}
.header .nav .right-nav .contact-us {
  background-color: #005dc6;
  color: #04eef9;
}
.banner {
  height: 500px;
  z-index: 10;
}
.banner img {
  width: 100%;
  height: 100%;
}
.index-banner {
  width: 100%;
  height: 570px;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.index-banner .banner-num {
  position: absolute;
  left: 50%;
  bottom: 106px;
  z-index: 99;
  width: 1200px;
  margin-left: -560px;
}
.index-banner .banner-num span {
  width: 16px;
  height: 16px;
  background-color: #9fdaff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.index-banner .banner-num .swiper-pagination-bullet-active {
  background-color: #22abef;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.index-content {
  width: 100%;
  position: relative;
}
.index-content::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #009fe8, #0037b7);
}
.index-content .check-table {
  position: absolute;
  width: 1050px;
  top: -90px;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  height: 190px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #0091e1, #0047be);
  box-shadow: 0 0 20px rgba(0, 147, 277, 0.75);
  z-index: 1000;
}
.index-content .check-table .check-item {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.index-content .check-table .check-item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #86eff6;
}
.check-item-active {
  height: 200px !important;
  background-color: #ffe340;
  margin-top: -6px;
}
.check-item-active span {
  color: #0086e8 !important;
}
.check-item-active:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.check-item-active:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.field-detail-item-active .f-more {
  background-color: #ffb510 !important;
  color: #fff !important;
}
.index-content .check-table .check-item img {
  height: 75px;
  width: auto;
}
.index-content .check-table .check-item span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 23px;
  color: #ffff;
  line-height: 26px;
  text-align: center;
}

.sponsor {
  padding-top: 97px;
  width: 100%;
  height: 402px;
  background-image: url("../images/index-s-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sponsor .s-tab {
  margin-top: 50px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sponsor .s-tab .left-tab {
  width: 157px;
  height: 75px;
  font-size: 24px;
  color: #0086e8;
}
.sponsor .s-tab .left-tab1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sponsor .s-tab .left-tab h1 {
  font-weight: 900;
  line-height: 26px;
}
.sponsor .s-tab .left-tab .s-icon {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: flex-start;
}
.sponsor .s-tab .left-tab .s-icon img {
  cursor: pointer;
}
.inx_a {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.inx_la {
  background-image: url(../images/q-back.png);
}
.inx_ra {
  margin-left: 12px;
  background-image: url(../images/q-back.png);
  transform: rotate(180deg);
}
.inx_la:hover {
  background-image: url(../images/q-go.png);
  transform: rotate(180deg);
}
.inx_ra:hover {
  background-image: url(../images/q-go.png);
  transform: rotate(0deg);
}
.sponsor .s-tab .left-tab .s-icon img:last-child {
  margin-left: 12px;
}

.s-right-list-box {
  width: 1040px;
  overflow: hidden;
}
.s-right-list-box .s-right-content .s-item {
  width: 202px;
  margin-right: 28px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(158, 211, 247, 0.35);
  height: 75px;
  border-radius: 16px;
  background: #fff;
  float: left;
}
.s-right-list-box .s-right-content .s-item img {
  width: 202px;
  height: 75px;
  object-fit: fill;
}
.s-right-list-box .s-right-content .s-item:first-child {
  margin-left: 0;
}
.module-title {
  font-size: 28px;
  color: #0086e8;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  margin: 55px 0 40px 0;
}
.exhibition-introduction {
  padding-bottom: 59px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exhibition-introduction .left-video {
  width: 558px;
  height: 314px;
  overflow: hidden;
  position: relative;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(74, 169, 239, 0.45);
}
.exhibition-introduction .left-video #ex-video {
  width: 100%;
  height: 100%;
}
.exhibition-introduction .left-video .tr-box-video {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 294px;
  top: 157px;
  transform: translate(-100px, -50px);
}
.exhibition-introduction .ex-text {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  line-height: 34px;
  text-indent: 36px;
  width: 575px;
}

.field {
  width: 100%;
  background-image: url("../images/index/field-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 350px;
}

.field .field-title {
  font-size: 24px;
  color: #99fffa;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 43px;
  line-height: 24px;
}

.field .field-module {
  overflow: hidden;
}
.field .field-module .field-item {
  width: 140px;
  height: 190px;
  font-size: 20px;
  color: #8df1f6;
  line-height: 20px;
  margin-left: 63px;
  float: left;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}
.field .field-module .field-item:first-child {
  margin-left: 0;
}
.field .field-module .field-item img {
  width: 140px;
  height: 140px;
}

.field .field-module .field-item span {
  display: block;
  margin-top: 27px;
  font-weight: 300;
}

.field-detail-box {
  width: 100%;
}
.field-detail-box .field-detail {
  padding: 57px 0 62px 0;
  width: 100%;
  position: relative;
  height: 650px;
}
.field-detail-box .field-detail .field-detail-item {
  border-radius: 18px;
  width: 440px;
  position: absolute;
  height: 530px;
  overflow-y: scroll;
  box-shadow: 0 0 24px rgba(131, 196, 244, 0.6);
  cursor: pointer;
  top: 57px;
  background-size: 140px auto;
  background-position: 75px 329px;
  background-repeat: no-repeat;
  position: absolute;
  background-color: white;
}
.field-detail-box .field-detail .field-detail-item::-webkit-scrollbar {
  display: none !important;
}
.field-detail-box .field-detail .field-detail-item .field-container {
  height: 308px;
  overflow: hidden;
}
.field-detail-box .field-detail .field-detail-item h1 {
  font-size: 28px;
  color: #0086e8;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  padding: 38px 0 24px 0;
}
.field-detail-box .field-detail .field-detail-item .fd-text {
  font-size: 18px;
  color: #333333;
  padding: 0 35px;
  text-align: center;
  font-weight: 300;
  margin-top: 26px;
  line-height: 18px;
}
.field-detail-box .field-detail .field-detail-item .fd-text:hover {
  color: #005dc6;
}
.field-detail-box .field-detail .field-detail-item .fd-text:first-child {
  margin-top: 15px !important;
}
.field-detail-box .field-detail .field-detail-item:nth-child(1) {
  background-image: url("../images/index/index-s-1.png");
  left: 0;
  z-index: 2;
}
.field-detail-box .field-detail .field-detail-item:nth-child(2) {
  background-image: url("../images/index/index-s-2.png");
  left: 380px;
  z-index: 3;
}
.field-detail-box .field-detail .field-detail-item:nth-child(3) {
  background-image: url("../images/index/1.png");
  z-index: 1;
  left: 760px;
}
.field-detail-box .field-detail .field-detail-item-active {
  box-shadow: 0 0 24px rgba(212, 187, 137, 0.6);
  z-index: 10 !important;
  background-color: #fffff2;
  color: #d28913;
}
.field-detail-box .field-detail .field-detail-item-active .fd-text {
  color: #ce7f00;
}
.field-detail-box .field-detail .field-detail-item-active .fd-title {
  color: #ffb510;
}
.field-detail-box .field-detail .field-detail-item-active:nth-child(1) {
  background-image: url("../images/index/index-s-a1.png");
  left: 0;
  z-index: 3;
}
.field-detail-box .field-detail .field-detail-item-active:nth-child(2) {
  background-image: url("../images/index/index-s-a2.png");
  left: 380px;
  z-index: 2;
}
.field-detail-box .field-detail .field-detail-item-active:nth-child(3) {
  background-image: url("../images/index/index-s-a3.png");
  z-index: 1;
  left: 760px;
}

.field-detail-box .field-detail .field-detail-item:nth-child(3) .fd-text {
  margin-top: 38px;
}
/* .field-detail-box .field-detail .field-detail-item:nth-child(3) .f-3-text {
	margin-top: 26px;
} */

.field-detail-box .field-detail .f-more {
  border: 0;
  width: 172px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  bottom: 43px;
  color: #005dc6;
  background-color: #005dc6;
  cursor: pointer;
  color: #03ebf8;
  font-weight: 600;
  /* background-color: #ffb510; */
  border-radius: 30px;
  font-size: 18px;
}
.field-detail-box .field-detail .f-more i {
  margin-left: 5px;
}
.activity-box .activity-content {
  position: relative;
  overflow: hidden;
  width: 1260px;
  padding: 0 30px 96px;
}

.new_num {
  position: absolute;
  bottom: 50px !important;
  z-index: 20;
  left: 30px !important;
}
.new_num span {
  width: 26px;
  height: 10px;
  background-color: #e2e2e2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.new_num .swiper-pagination-bullet-active {
  background-color: #0086e8;
}
.activity-box .activity-content .activity-swiper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-top: 40px;
}
.activity-box .activity-content .activity-swiper .activity-item {
  width: 360px;
  height: 317px;
  cursor: pointer;
  margin-right: 60px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(43, 154, 236, 0.5);
  padding: 12px 10px 0 10px;
}
.activity-box .activity-content .activity-swiper .activity-item:first-child {
  margin-left: 0;
}
.activity-box .activity-content .activity-swiper .activity-item img {
  width: 340px;
  height: 200px;
}
.activity-box .activity-content .activity-swiper .activity-item .text-tip h3 {
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  line-height: 22px;
  margin-top: 28px;
}
.activity-box .activity-content .activity-swiper .activity-item .text-tip p {
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
  color: #a3a3a3;
}
.activity-box .activity-content .activity-more {
  position: absolute;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #a3a3a3;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}
.activity-box .activity-content .activity-more img {
  margin-left: 10px;
  height: 18px;
  width: auto;
}
.ex-data-box {
  background-image: url("../images/index/field-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 233px;
}

.ex-data-box .ex-data {
  text-align: center;
  line-height: 50px;
  display: flex;
  align-items: center;
  margin-top: 117px;
  transform: translateY(-50%);
  font-size: 50px;
  color: #ffe84c;
  justify-content: space-between;
}
.ex-data-box .ex-data .ex-data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center5;
  position: relative;
}
.ex-data-box .ex-data .text {
  font-size: 26px;
  color: #fffffe;
  line-height: 26px;
  margin-top: 20px;
}
.ex-data-box .ex-data h1 {
  font-weight: bold;
}
.ex-data-box .ex-data .flag {
  position: absolute;
  top: -11px;
  right: -72px;
  font-size: 22px;
}
.ex-data-box .ex-data .add-icon {
  right: -22px;
}

.ex-review {
  height: 951px;
  padding-top: 57px;
}
.left-company {
  position: relative;
}
.check-bl-item {
  width: 238px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  font-size: 22px;
  color: #73bbef;
  z-index: 2;
  background-color: #fff;
  border-top-right-radius: 10px;
  cursor: pointer;
  border-top-left-radius: 10px;
  box-shadow: 0 0 20px rgba(43, 154, 236, 0.5);
}
.active-set-item {
  padding-bottom: 8px;
  box-sizing: content-box;
  top: -8px;
  z-index: 4;
}
.check-bl-item .acitve-set {
  height: 30px;
  position: absolute;
  left: -2px;
  bottom: -28px;
  background-color: #fff;
  width: 105%;
}
.check-bl-item:nth-child(1) {
  left: 30px;
}
.check-bl-item:nth-child(2) {
  left: 260px;
}
.ex-review .company-list-box {
  z-index: 3;
  position: absolute;
  left: 0;
  border-radius: 12px;
  top: 48px;
  background-color: #fff;
  padding: 35px 24px 19px 28px;
  width: 560px;
  overflow: hidden;
  height: 827px;
  box-shadow: 0 0 20px rgba(43, 154, 236, 0.5);
}
.ex-review .company-list-box .company-list {
  height: 758px;
  overflow: hidden;
  /* overflow-y: scroll;
  overflow-x: hidden; */
  padding-bottom: 80px;
  position: absolute;
  left: 28px;
  top: 35px;
  width: 773px;
}
.ex-review .company-list-box .company-list li:hover {
  color: #0086e8;
}
.ex-review .company-list-box .company-item a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 415px;
}
.ex-review .company-list-box .company-list::-webkit-scrollbar-thumb {
  background-color: #cce7fa !important;
  border-radius: 5px;
  width: 10px;
}
.ex-review .company-list-box .company-list::-webkit-scrollbar-corner {
  width: 10px;
  height: 10px;
  background-color: red;
}
.ex-review .company-list-box .company-item {
  width: 494px;
  font-size: 18px;
  margin-top: 25px;
  cursor: pointer;
  color: #7f7f7f;
  display: flex;
}
.ex-review .company-list-box .company-item p,
img,
span {
  display: inline-block;
  line-height: 24px;
}
.ex-review .company-list-box .company-item img {
  height: auto;
  margin-left: 5px;
  display: inline-block;
}
.ex-review .company-list-box .company-item .new {
  font-size: 12px;
  margin-left: 5px;
  color: #ee3484;
}
.ex-review .company-list-box .company-item p {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 415px;
  overflow: hidden;
  font-weight: 500;
}
.ex-review .company-list-box .company-item:first-child {
  margin-top: 0;
}

.ex-review .right-data-show {
  width: 50%;
  float: right;
}

.ex-review .right-data-show .data-show-title {
  font-size: 28px;
  color: #0086e8;
  font-weight: bold;
  line-height: 28px;
}
.ex-review .right-data-show .data-or {
  font-size: 24px;
  line-height: 24px;
  color: #7bc0ff;
  padding-left: 3px;
  margin: 12px 0 26px 0;
  font-style: oblique;
}
.ex-review .right-data-show .data-show-child-title {
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  color: #0086e8;
  font-weight: bold;
}
.ex-review .right-data-show .data-show-item {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ex-review .right-data-show .data-show-item img {
  height: 288px;
  width: auto;
  margin-top: 15px;
}
.ex-review .right-data-show .data-show-item .data-show-img2 {
  margin-top: -29px;
}
.ex-review .right-data-show .data-show-foot-btn {
  display: flex;
  margin-top: 57px;
  align-items: center;
  justify-content: center;
}
.ex-review .right-data-show .data-show-foot-btn a{
	text-align: center;
}
.ex-review .right-data-show .data-show-foot-btn div {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
  line-height: 80px;
  border-radius: 40px;
  width: 240px;
  height: 80px;
}
.ex-review .right-data-show .data-show-foot-btn div:nth-child(1) {
  color: #04ffff;
  background-color: #005dc6;
}
.ex-review .right-data-show .data-show-foot-btn div:nth-child(2) {
  background-color: #ffb510;
  margin-left: 37px;
}
.ex-review .right-data-show .data-show-foot-btn i {
  font-size: 24px;
  margin-left: 5px;
}
.partner {
  width: 100%;
}
.partner .partner-swpier {
  height: 404px;
}
.partner .partner-title {
  font-size: 28px;
  color: #108ee9;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 59px;
}

.partner .p-a-title {
  font-size: 22px;
  color: #7f7f7f;
  text-align: center;
  line-height: 22px;
  margin-top: 36px;
}

.partner .med-show {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1240px;
  overflow: hidden;
  padding: 20px 20px 56px;
  position: relative;
}
.partner .med-show .med-item {
  width: 200px;
  height: 82px;
  cursor: pointer;
  border-radius: 41px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(43, 154, 236, 0.35);
  margin-right: 50px;
}
.partner .med-show .med-item:first-child {
  margin-left: 0;
}
.partner .med-show .med-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.partner .med-show .med-item img {
  max-width: 100%;
  max-height: 100%;
}

.cop_num {
  position: absolute;
  bottom: 20px !important;
  z-index: 20;
  /*left: 30px !important;*/
  text-align: center;
}
.cop_num span {
  width: 16px;
  height: 16px;
  background-color: #e2e2e2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cop_num .swiper-pagination-bullet-active {
  background-color: #a3a3a3;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.right-data-show .gz {
  display: none;
  height: 721px;
}
.right-data-show .index-qy {
  width: auto;
  height: 721px;
  display: block;
}
