@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

dl,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100px;
}

body {
  font-size: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  background: #f2f2f2;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #3198E9;
  outline: none;
}

li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2,
h3,
h4,
h5 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

textarea,
input {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  background: transparent;
  outline: none;
  border: 0px;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #FFF;
}

::-webkit-scrollbar-thumb {
  background-color: #a2a2a2;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a2a2a2;
}

::-webkit-scrollbar-thumb:active {
  background-color: #a2a2a2;
}

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: translate(0, 0px);
  }

  25% {
    -webkit-transform: translate(0, -20px);
  }

  75% {
    -webkit-transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-ms-keyframes anim1 {
  0% {
    -ms-transform: translate(0, 0px);
  }

  25% {
    -ms-transform: translate(0, -20px);
  }

  75% {
    -ms-transform: translate(0, 10px);
  }

  100% {
    -ms-transform: translate(0, 0);
  }
}

@keyframes anim1 {
  0% {
    transform: translate(0, 0px);
  }

  25% {
    transform: translate(0, -20px);
  }

  75% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes anim1 {
  0% {
    -moz-transform: translate(0, 0px);
  }

  25% {
    -moz-transform: translate(0, -20px);
  }

  75% {
    -moz-transform: translate(0, 10px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

@-o-keyframes anim1 {
  0% {
    -o-transform: translate(0, 0px);
  }

  25% {
    -o-transform: translate(0, -20px);
  }

  75% {
    -o-transform: translate(0, 10px);
  }

  100% {
    -o-transform: translate(0, 0);
  }
}

@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: translate(0, 0px);
  }

  25% {
    -webkit-transform: translate(-10px, 0px);
  }

  75% {
    -webkit-transform: translate(20px, 0px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-ms-keyframes animScale {
  0% {
    -ms-transform: scale(1);
  }

  50% {
    -ms-transform: scale(1.3);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-moz-keyframes animScale {
  0% {
    -moz-transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes animScale {
  0% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(1.3);
  }

  100% {
    -o-transform: scale(1);
  }
}

@-webkit-keyframes animRotate {
  0% {
    -webkit-transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0);
  }
}

@-ms-keyframes animRotate {
  0% {
    -ms-transform: rotate(0);
  }

  50% {
    -ms-transform: rotate(360deg);
  }

  100% {
    -ms-transform: rotate(0);
  }
}

@keyframes animRotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0);
  }
}

@-moz-keyframes animRotate {
  0% {
    -moz-transform: rotate(0);
  }

  50% {
    -moz-transform: rotate(360deg);
  }

  100% {
    -moz-transform: rotate(0);
  }
}

@-o-keyframes animRotate {
  0% {
    -o-transform: rotate(0);
  }

  50% {
    -o-transform: rotate(360deg);
  }

  100% {
    -o-transform: rotate(0);
  }
}

@-webkit-keyframes btssize {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: .5;
    -webkit-animation-timing-function: ease-in;
  }

  25% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  75% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  100% {
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: .5;
    -moz-animation-timing-function: ease-in;
  }

  25% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  75% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  100% {
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: .5;
    -o-animation-timing-function: ease-in;
  }

  25% {
    opacity: 1;
    -o-transform: scale(1);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.2);
  }

  75% {
    opacity: 1;
    -o-transform: scale(1);
  }

  100% {
    opacity: .5;
    -o-animation-timing-function: ease-out;
  }
}

@-ms-keyframes imageAnimation {
  0% {
    opacity: .5;
    -ms-animation-timing-function: ease-in;
  }

  25% {
    opacity: 1;
    -ms-transform: scale(1);
  }

  50% {
    opacity: 1;
    -ms-transform: scale(1.2);
  }

  75% {
    opacity: 1;
    -ms-transform: scale(1);
  }

  100% {
    opacity: .5;
    -ms-animation-timing-function: ease-out;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: .5;
    animation-timing-function: ease-in;
  }

  25% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: .5;
    animation-timing-function: ease-out;
  }
}


.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0px;
  display: block;
  _display: inherit;
}

.ellipsis,
.indexPart2 .swiper-slide .name a,
.footNav .list dd a,
.news li .name,
.honor .name,
.project .name p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.wal {
  max-width: 14rem;
  margin: 0 auto;
}

a,
.transition,
.loading .logo,
.head,
.indexPart1 .box,
.indexPart1 .name span,
.indexPart2 .swiper-slide,
.indexPart2 .swiper-slide .time,
.indexPart3 .list a p,
.news li,
.news li .name,
.honorLayer,
.project .box,
:before,
.adv-txt,
img,
.nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.itemsCenter {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.pcShow {
  display: block;
}

.phoneShow {
  display: none;
}






#index {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section {
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 100%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
}

.indexFlash .swiper-slide {
  /* height: 100vh;
  background: center no-repeat;
  background-size: cover;
  overflow: hidden; */
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }


.big_img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* .animate1 {
  -webkit-animation: imageAnimation 5s linear infinite;
  -moz-animation: imageAnimation 5s linear infinite;
  -o-animation: imageAnimation 5s linear infinite;
  -ms-animation: imageAnimation 5s linear infinite;
  animation: imageAnimation 5s linear infinite;
}
.animate2 {  
  -webkit-animation:animScale 8s linear infinite;
  animation:animScale 8s linear infinite;
  -ms-animation:animScale 8s linear infinite;
  -moz-animation:animScale 8s linear infinite;
  -o-animation:animScale 8s linear infinite;
}
.animate3 {
  -webkit-animation: imageAnimation 8s linear infinite;
  -moz-animation: imageAnimation 8s linear infinite;
  -o-animation: imageAnimation 8s linear infinite;
  -ms-animation: imageAnimation 8s linear infinite;
  animation: imageAnimation 8s linear infinite;
}
 */




@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

.slicknav_menu .slicknav_nav {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 95%;
  background: rgba(0, 0, 0, .3);
  border-radius: 0px;
}

.slicknav_menu .slicknav_nav a {
  margin: 8px 20px;
  color: #fff;
}

.slicknav_menu .slicknav_nav a a {
  margin: 0;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #5DB2FF;
}

.slicknav_menu .slicknav_nav a.active {
  color: #5DB2FF;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
  color: #fff;
}

.slicknav_menu .slicknav_nav a img {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -33px;
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 200;
  position: absolute;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  padding: 10px 30px;
  background: #fff;
  background: transparent;
}


.header-area .main-header-area .logo img {
  height: 80px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo img {
    margin-top: 12px;
    height:80px;
  }
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}



.header-area .main-header-area .Appointment .book_btn {
  margin-left: 10px;
  display: inline-block!important;
}

@media (min-width: 992px) and (max-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1500px) {
}

.header-area .main-header-area .Appointment .book_btn a {
  /* background: -moz-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: -webkit-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f50181f5', endColorstr='#f55db2ff', GradientType=0); */
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #fff;
  color: #3198E9;
}


.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 20px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 16px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a:hover {
  background: rgb(11, 69, 114);
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #5DB2FF;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 80px;
  background: rgb(11, 69, 114);
  width: 200px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .third-menu {
  left: 200px;
  top: 0;
  background: rgb(11, 69, 114);
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin: 0;
}

.header-area .main-header-area .main-menu ul li .submenu li img {
  margin: 0 12px 0 8px;
  height: 16px;
}

.header-area .main-header-area .main-menu ul li .submenu li i {
  float: right;
  margin-top: 4px;
  line-height: 16px;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #fff;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #fff;
  background-color: #06538B;
}

.header-area .main-header-area .main-menu ul li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  top: 64px;
}

.header-area .main-header-area .main-menu ul li:hover>.third-menu {
  top: 0;
}

.header-area .main-header-area .main-menu ul li:hover>.third-menu li a {
  background-color: inherit;
}

.header-area .main-header-area .main-menu ul li:hover>.third-menu li:hover a {
  color: #fff;
  background-color: #06538B;
}


.header-area .main-header-area .main-menu ul li:hover>a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #1c2d3e;
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.header-area .main-header-area.sticky ul li a::before {
  position: absolute;
  content: "";
  background: #5DB2FF;
  width: 100%;
  height: 3px;
  bottom: -27px;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.slicknav_nav li {
  position: relative;
}

.main-header-area .tip-new {
  position: absolute;
  right: -5px;
  top:  5px;
}
.main-header-area .tip-new img {
  height: 28px;
}
.slicknav_menu .tip-new {
  right: inherit!important;
  left:  100px;
  top: -5px;
}
.slicknav_menu .slicknav_icon {
  top: -20px;
}
.slicknav_menu .slicknav_nav a {
  font-size: 16px;
}


html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .layer {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../images/index-bluebg.png') no-repeat;
  background-size: cover;
  /* background-color: #f8fcff; */
}

.swiper-slide .layer .adv-txt {
  margin-top: -2rem;
  padding: .5rem;
  max-width: 10rem;
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slide .layer .adv-txt .name {
  margin-bottom: .2rem;
  font-size: .7rem;
  font-weight: 600;
  color: #000;
  letter-spacing: .1rem;
}
.color-a {
  color: #024CB7;
}

.color-b {
  color: #25FAF6;
}

.swiper-slide .layer .adv-txt .info {
  line-height: 2;
  font-weight: bolder;
  font-size: .35rem;
  color: white;
  letter-spacing: .05rem;
}

.dots {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 2.5rem;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.dots span {
  display: inline-block;
  margin: 0 .1rem;
  width: .16rem;
  height: .16rem;
  border: #fff solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.dots span.swiper-pagination-bullet-active {
  background: #3198E9;
  border-color: #3198E9;
  cursor: inherit;
}

.indexFlash a.arrow {
  display: block;
  width: .6rem;
  height: .6rem;
  background: center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -.4rem;
}

.indexFlash a.arrow.prev {
  left: -.8rem;
  background-image: url("../images/prev.png");
}

.indexFlash a.arrow.next {
  right: -.8rem;
  background-image: url("../images/next.png");
}

.indexFlash:hover a.arrow.prev {
  left: .8rem;
}

.indexFlash:hover a.arrow.next {
  right: .8rem;
}

.swiper-wrapper {
  display: inherit!important;
}
/*合作伙伴*/
.partners-section {
  height: 100vh;
  text-align: center;
}




.tabpage {
  overflow: hidden;
  margin:  0 auto;
  margin-top: -2%;
  max-width: 1140px;
  width: 80%;
}
.tabpage-title {
  height: 44px;
  font-size: 0;
  width: 100%;
  margin: 0 auto 80px;
}
.tabpage-title .tabpage-item {
  position: relative;
  display: inline-block;
  padding: 16px 30px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 24px;
}
.tabpage-title .tabpage-item:hover{
  /* color: rgba(1, 129, 245, 0.96); */
  color: #fff;
}
.tabpage-title .tabpage-item-cur {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}
/* .tabpage-title .tabpage-item-cur:after {
  position: absolute;
  bottom:  -10px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #333;
  content: '';
} */
.tabpage-count {
  position: relative;
  width: 1140px;
  height: 300px;
  overflow: hidden;
}
.tabpage-cont__wrap {
  position: absolute;
}
.tabpage-count .tabpage-item {
  width: 1140px;
  height: 300px;
}

.partners {
  /* overflow: hidden;
  margin:  0 auto;
  margin-top: -5%;
  max-width: 1400px; */
  width: 100%;
}
.partners .title-name {
  position: relative;
  margin-bottom: 80px;
  font-size: 40px;
  color: #333;
}
.partners .title-name:after {
  position: absolute;
  bottom:  -10px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #333;
  content: '';
}
.partners li {
  margin-bottom: 20px;
  width: 20%;
  text-align: center;
  float: left;
  padding: 0 5px;
}
.partners li img {
  max-width: 100%;
  transition: transform 0.3s ease;
}
.partners li img:hover {
  transform: translateY(-10px);
}

.guests {
  overflow: hidden;
  margin:  0 auto;
  margin-top: -2%;
  max-width: 1140px;
  width: 80%;
}
.guests .title-name {
  position: relative;
  margin-bottom: 50px;
  font-size: 40px;
  color: #333;
}
.guests .title-name:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #333;
  content: '';
}
.guests .guest-list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.guests .item {
  margin-bottom: 30px;
  padding: 0 20px;
  width: 33.33333%;
  box-sizing: border-box;
}
.guests .item .box {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background-color: rgba(255,255,255,.8);
  border-radius: 10px;
}
.guests .item .companyName {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
.guests .item .contactWay {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  display: inline-flex;
}
.guests .item .contactWay>div{
  width: 33.333%;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  display: flex;
  flex-direction: column;
}
.guests .item .contactWay>div.contacter {
  width: 28%;
}
.guests .item .contactWay>div.tel {
  width: 38.666%;
}
.guests .item .contactWay>div span {
  margin-top: 4px;
  display: block;
  color: #333;
}

@media (max-width: 1023px) {
  .guests .item {
      width: 100%;
  }
}


.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding: 20px 30px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #25384B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .container {
  display: flex;
  justify-content: space-between;
}

.footer .info {
  color: rgba(255, 255, 255, .7);
}

.footer .left-con {
  padding-right: 50px;
  flex: 1;
  display: flex;
  align-items: center;
}

.footer .right-con {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer h5 {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer .friendlink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .friendlink a {
  margin-right: 8px;
  color: rgba(255, 255, 255, .7);
  display: inline-flex;
  align-items: center;
}

.footer .friendlink a::after {
  margin-left: 8px;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, .1);
  display: inline-block;
  content: '';
}

.footer .friendlink a:last-child::after {
  display: none;
}
.footer .code {
  display: flex;
  justify-content: flex-end;
}
.footer .code .pic {
  display: flex;
  margin-left: 20px;
  width: 100px;
  height:  80px;
}
.footer .code .txt {
  margin-right: 10px;
  width: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.footer .code img {  
  width: 80px;
  height:  80px;
}
.footer .disclaimer {
  margin-left: 20px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #666;
  text-align: center;
  background-color: #fff;
  border:  0;
  border-radius: 5px;
  cursor: pointer;
}
.mz-con {
  padding: 30px;
  line-height: 24px;
}
.layui-layer-title {
  font-weight: 600;
}



.notice {
  position: absolute;
  top:  80px;
  right: 20px;
  display: flex;
  margin-left: 20px;
  max-width: 400px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1919px) {
  .header-area .main-header-area .main-menu ul li {
    margin: 0;
  }
  .notice {    
    max-width: 300px;
  }
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/*Gallery*/
.gallery-box{position: absolute;z-index:100;top: 120px; left: 0; right: 0;bottom: 0;width:100%;background-color:rgba(51,133,217,.9);margin:0 auto;overflow:hidden;}
.container_image{margin:0 auto;position:relative;width:100%;font-size:.8125em;} 
.roundabout-holder{width:1200px;height:496px;margin:0 auto;margin-top: 80px;}
.roundabout-moveable-item {width: 646px;height: 416px;cursor: pointer;border:3px solid #ccc;border:3px solid rgba(0, 0, 0, 0.08);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.roundabout-moveable-item img{width:100%;}
.roundabout-in-focus {border:3px solid rgba(0, 0, 0, 0.2);}
.gallery-box .gallery-close {position: absolute;top:30px;right: 30px;cursor: pointer;border: 1px solid #fff; width: 30px;height: 30px;border-radius: 50%;display: inline-flex;
    justify-content: center; align-items: center;cursor: pointer;transition: all .3s;}
.gallery-box .gallery-close img {width: 12px;height: 12px;}
.gallery-box .gallery-close:hover{transform:rotate(360deg);}

.ny-page .swiper-slide .layer {
  display: inherit;

}
.notice-list {
  position: relative;
  margin-top: 100px;
  background-color: rgba(255,255,255,.8);
  border-radius: 10px;
  padding: 30px;
  height: calc(100% - 240px);
  overflow: auto;
}
.notice-list .content-list{}
.notice-list .content-list li{
  position: relative;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.notice-list .content-list li:before {
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 50%;
  content: '';
}
.notice-list .content-list li a{
  display: inline-block;
  padding-left: 20px;
  max-width: 80%;
  text-overflow:ellipsis;
  overflow: hidden;
  height: 48px;
  color: #333;
  white-space: nowrap;
  float: left;
}
.notice-list .content-list li a:hover {
  color: #3198E9;
}
.notice-list .content-list li .time{
  float: right;
  color: #999;
}



 .notice-list .content-list li .tip-new {
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: -5px;
}
.notice-list .content-list li .tip-new img {
  height: 28px;
}
.notice-detail .title{
  padding: 0 60px;
  line-height: 32px;
  font-size: 24px;
}
.notice-detail .time {
  margin-top: 8px;
  font-size: 16px;
}
.notice-detail .detail-txt {
  margin-top: 20px;
  border-top: 1px dashed #ddd;
  padding-top: 36px;
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}
.return {
  position: absolute;
  top: 20px;
  left:  20px;
  font-size: 16px;
}
.return img {
  margin-right: 8px;
  transition: all .3s;
  height: 24px;
}
.return img:hover {
  transform:rotate(360deg);
}



.page {
  padding: 20px 0 0;
  height: 30px;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 16px;
}
.page span {}
.page span a {
  display: inline-block;
  padding: 3px 10px;
  line-height: 22px;
  font-size: 16px;
  color: #666;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
.page span a:hover {
  color: #2B6EC9;
}
.page span.active a {
  color: #fff;
  background-color:#3198E9;
  border-color: #3198E9;
}
.page .perpage {
  margin: 0 12px;
}
.page .jumpto {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.page .jumpto input {
  margin: 0 8px;
  padding: 3px 12px;
  width: 60px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}



/*供应商*/
.supplier-card {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.supplier-card ul {

}
.supplier-card ul li {
  float: left;
  position: relative;
  width: 20%;
  height: 240px;
  border: 1px solid rgba(255,255,255,.3);
  margin-left: -1px;
  z-index: 10;
}
.supplier-card ul li:nth-child(5n+1) {
  margin-left: 0;
}

.supplier-card ul li:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #3198E9;
  top: -1px;
  left: 0;
  position: absolute;
  z-index: 999;
  transition: 1s;
}
.supplier-card ul li .info {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  transition: .5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.supplier-card ul li .info .img {
  width: 60px;
  height: 60px;
  background-color: #3198E9;
  background: linear-gradient(to bottom, #3198E9, #54B3FF);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}
.supplier-card ul li .info .img img {
  border-radius: 50%;
  height: 60px;
}
.supplier-card ul li .info .name {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.supplier-card ul li .info p {
  margin: 0 auto;
  width: 90%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.supplier-card ul li.active {
  box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
  background-color: rgba(255,255,255,.5)
}
.supplier-card ul li.active:before {
  width: 100%;
  height: 2px;
}
.supplier-card ul li.active .info {
  top: 10px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.supplier-card ul li.active .info .img {
  background: linear-gradient(to top, #3198E9, #54B3FF);

}
.supplier-card ul li.active a.btn {
  opacity: 1;
}



@media screen and (max-width: 1199px) {
  .header-area .main-header-area .main-menu ul li {
    margin: 0;
  }
}

@media screen and (max-width:991px) {
  .screen {
    min-height: inherit;
  }

  .indexFlash {
    height: 100vh;
  }

  .indexFlash .swiper-slide {
    height: 100%;
  }

  .indexFlash .swiper-slide .layer .adv-txt .name {
    font-size: .4rem;
  }

  .indexFlash .swiper-slide .layer .adv-txt .info {
    font-size: .25rem
  }

  .section {
    position: relative;
    top: inherit;
    transform: translate(0px, 0);
    padding: .7rem 0;
  }

  .notice-list {
    width: 95%;
  }


}

@media screen and (max-width: 767px) {
  .pcShow {
    display: none;
  }

  .phoneShow {
    display: block;
  }

  body.navShow .navBg {
    display: block;
  }

  body.navShow .head .nav {
    right: 0;
  }

  .indexFlash .swiper-slide .layer {
    padding: 0 .7rem;
  }

  .indexFlash .swiper-slide .content {
    font-size: .2rem;
  }

  .indexFlash:hover a.arrow.prev {
    left: .3rem;
  }

  .indexFlash:hover a.arrow.next {
    right: .3rem;
  }

  .footer .container {
    flex-direction: column;
    max-width: 100%;
  }

  .footer .left-con {
    width: 100%;
    padding-right: 0;
  }
  .notice-list {
    padding: 20px;
  }
  .notice-list .content-list li {
    line-height: 30px;
    margin-bottom: 10px;
  }

  .notice-list .content-list li a {
    max-width: 90%;
    padding-left: 10px;
    line-height: 30px;
    height: 30px;
  }
  .notice-list .content-list li:before {
    top: 12px;
  }
  .notice-list .content-list li .tip-new {
    position: absolute;
    top:  5px;
    right: 5px;
  }
  .notice-list .content-list li .time {
    float: left;
    margin: 5px 0 8px 10px;
  }
  .guests .title-name {
    font-size: 30px;
  }

  .notice-detail .title {
    margin-top: 40px;
    padding: 0;
  }


}