﻿body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  /*移除移动端 cursor: pointer 时点击时有蓝色背景*/
  -webkit-tap-highlight-color: transparent;
  word-break: break-word;
}

div,
p,
li {}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}

fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

a,
img,
iframe {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

i {
  font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

caption {
  text-align: left;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:unknown {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #1595d3;
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #666;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #666;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #666;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #666;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #333;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #333;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #333;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #333;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
  background-size: 7rem 7rem;
}

.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.w1440 {
  width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
}

.w1600 {
  width: 1600px;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 1660px) {
  .w1400 {
    width: 1200px;
    max-width: 1200px;
  }

  .w1440 {
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
  }

  .w1600 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*--banner大图基础样式****/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /*   opacity: .25;*/
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/


/*banner*/
#banner_main {
  position: relative;
  z-index: 2;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .list {
  width: 100%;
  display: inline-block;
}

.banner .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner .imo {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner .indexg2 {
  width: 36%;
  display: block;
  position: absolute;
  left: 13.5%;
  top: 30%;
}

.banner .slide_btn {
  position: absolute;
  bottom: 46px;
  right: 5.2%;
  height: 24px;
  z-index: 120;
}

.banner .prev,
.banner .next {
  position: absolute;
  width: 57px;
  height: 57px;
  z-index: 12;
  top: 50%;
  margin-top: -35.5px;
  left: 5%;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  background-position: -0px -175px;
}

.banner .next {
  background-position: -73px -175px;
  left: auto;
  right: 5%
}

.banner .prev:hover {
  background-position: -0px -240px;
}

.banner .next:hover {
  background-position: -73px -240px;
}

.banner .sline {
  margin: 0 40px;
  float: left;
  display: block;
  width: 1px;
  height: 22px;
  background: url("../images/pnLine.png") no-repeat center center;
}

.banner .tip {
  position: absolute;
  width: 84%;
  left: 8%;
  bottom: 2%;
  height: 50px;
  z-index: 30;
  text-align: center;
}

.banner .tip li {
  margin: 0 9px;
  width: 12px;
  height: 12px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
  border-radius: 50px;
}

.banner .tip li.cur {
  background: #1595d3;
  opacity: 1;
}

.banner .pbg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 885px;
  height: 225px;
  background: url("../images/banner_bg1.png") no-repeat center center;
  z-index: 4;
  background-size: cover;
}

.banner .pbg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1614px;
  height: 330px;
  background: url("../images/banner_bg2.png") no-repeat center center;
  z-index: 3;
  background-size: cover;
}

.banner .v-txt {
  position: absolute;
  width: 84%;
  top: 30%;
  left: 8%;
  text-align: left;
  z-index: 14;
}

.banner .v-txt .tit {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 10px;
  color: #11c05d;
  letter-spacing: 8px;
}

.banner .v-txt .tit1 {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  color: #11c05d;
  letter-spacing: 8px;
}

.banner .v-txt p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #11c05d;
  letter-spacing: 8px;
}

.banner .video-container {
  background-color: #fff;
  z-index: 1;
}

.banner .video-container #video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: -0.5%;
  left: 0%;
  z-index: 12;
}

.banner .list li .img {
  display: block;
  position: absolute;
  left: 14%;
  top: 28%;
  width: 37%;
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 57px;
  height: 57px;
}

.banner .swiper-button-prev {
  left: 5%;
}

.banner .swiper-button-next {
  right: 5%;
}

.banner .swiper-button-prev::after {
  font-size: 0;
  width: 57px;
  height: 57px;
  background: url(../images/icon.png) center center no-repeat;
  background-position: -0px -175px;
}

.banner .swiper-button-next::after {
  font-size: 0;
  width: 57px;
  height: 57px;
  background: url(../images/icon.png) center center no-repeat;
  background-position: -73px -175px;
}

.banner .swiper-button-prev:hover::after {
  background-position: -0px -240px;
}

.banner .swiper-button-next:hover::after {
  background-position: -73px -240px;
}

.banner .opacity {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/tq_02.png") no-repeat center center;
  z-index: 13;
}

.banner .online {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -70px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  z-index: 16;
  transition: all ease 0.36s;
  border-radius: 5px;
}

.banner .online:hover {
  text-indent: 6px;
  color: #fff;
  border-color: #953034;
  background: #953034;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}

.ui-linebar {
  height: 75px;
  background-color: #466ec1;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  margin-left: -.5px;
  z-index: 10;
  display: none;
}

.ui-linebar .ink {
  -webkit-animation: k-ink 2s linear -.5s infinite;
  animation: k-ink 2s linear -.5s infinite;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

@-webkit-keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}


.banner .list li .bnma {
  position: absolute;
  left: 7%;
  bottom: 20%;
  width: 27%;
  z-index: 999;
  margin: 0 110px;
  z-index: 1;
}

.banner .list li .bnma img {
  display: block;
  width: 100%;
}

.imn {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner .list li .img2 {
  width: 24%;
  display: block;
  position: absolute;
  right: 18%;
  bottom: 26%;
}

.banner .list li .icm {
  width: 100%;
  height: 100%;
}

.banner .list li.li3 .img2 {
  right: 21%;
  bottom: 22%;
  width: 22%;
}

@media (max-width: 1660px) {
  .banner .list li .bnma {
    width: 30%;
    bottom: 20%;
  }

  .banner .v-txt .tit {
    font-size: 50px;
    line-height: 50px;
  }

  .banner .v-txt .tit1 {
    font-size: 50px;
    line-height: 50px;
  }

  .banner .v-txt p {
    font-size: 20px;
    line-height: 20px;
  }

  .banner .v-txt {
    top: 36%;
  }

  .banner .prev {
    margin-left: -570px;
  }

  .banner .next {
    margin-left: -530px;
  }

}



/*banner */
.index_main {}

.index_main .section1 {
  position: relative;
  height: 100vh;
  width: 100%;
}

.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 2500ms ease-in-out;
}

.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.section1 .banner .item .block_txt {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 14rem;
  margin-left: -7rem;
  transform: translateY(-0.5rem);
  text-align: left;
  -webkit-transform: translateY(-0.5rem);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.m_banner {
  display: none;
}

.m_banner img {
  display: block;
  width: 100%;
}

.section1 .banner .item .block_txt span {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 3px rgb(0, 0, 0, 0.3);
  animation: typing 5s steps(60) forwards;
  white-space: nowrap;
  overflow: hidden;
}

.section1 .banner .item .block_txt .span1 {
  display: block;
  font-size: 30px;
  position: relative;
}

.section1 .banner .item .block_txt .span1 i {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 170px;
  top: 18px;
}

@keyframes typing {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
  font-size: 22px;
  color: #fff;
  text-align: left;
  font-weight: lighter;
  margin-top: 10px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
  text-align: left;

}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
  color: #fff;
  font-size: 22px;
  text-align: left;
  font-weight: lighter;
  margin-top: 10px;

}

.index_main .section1 .slick_txt {
  width: 30%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}

.index_main .section1 .left {
  left: 0;
}

.index_main .section1 .right {
  right: 0;
}

.index_main .section1 .slick_txt .slick_arrow {
  width: 77px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.index_main .section1 .slick_txt .prev {
  background-image: url("../images/ban_prev.png");
  left: 60px;
}

.index_main .section1 .slick_txt .next {
  background-image: url("../images/ban_next.png");
  right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
  transform: scale(1.1);
  left: 55px;
}

.index_main .section1 .slick_txt .next:hover {
  transform: scale(1.1);
  right: 55px;
}

.index_main .section1 .number {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  z-index: 10;
}

.index_main .section1 .line {
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 8%;
  margin-bottom: 19px;
  z-index: 9;
  display: none;
}

.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  font-size: 0;
}

.index_main .section1 .number span:last-child {
  margin-right: 0;
}

.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 0px;
}

.index_main .section1 .number span.active {
  width: 40px;
  height: 10px;
  margin-bottom: 0;
  background: #1595d3;
}

/*.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right: 70px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 10px;
}
.index_main .section1 .number span.active {
  width: 140px;
  height: 31px;
  border: 1px solid #fff;
  margin-bottom: 0;
  background: #091414;
}*/

.in_bl {
  width: 1400px;
  height: 46px;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 0;
  z-index: 3;
}

.in_bl .in_bz {
  margin: 0 auto;
  display: block;
  width: 80px;
  text-align: center;
}

.in_bl .in_bz p {
  font-size: 16px;
  color: #1595d3;
  line-height: 16px;
  padding-top: 30px;
}

.in_bl .in_bz i {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 18px;
  background: url(../images/j3_07.png) center center no-repeat;
  margin-top: 10px;
  webkit-animation: bounce-down 2s linear infinite;
  animation: bounce-down 2s linear infinite;
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

.in_bl .in_by {
  font-size: 24px;
  color: #1595d3;
  line-height: 100px;
  background: url(../images/j3_04.png) left center no-repeat;
  padding-left: 26px;
  position: absolute;
  right: 26px;
  top: 0;
}

@media (max-width: 1660px) {
  .in_bl {
    width: 1200px;
    margin-left: -600px;
  }

  .section1 .banner .item .block_txt {
    width: 12rem;
    margin-left: -6rem;
  }
}


.index_main .section2 {
  background: #f5f5f5;
}

.index_main .section2 h3 {
  text-align: center;
}

.index_main .section3 {
  width: 100%;
  height: 100%;
  background: url("../image/3.jpg") no-repeat;
  background-size: 100% 100%;
}

.index_main .section3 h3 {
  text-align: center;
}

.index_main .section4 {
  background: #f5f5f5;
}

.index_main .section4 h3 {
  text-align: center;
}

@media only screen and (max-width: 1650px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }

  .section1 .banner .item .block_txt span {
    font-size: 0.5rem;
  }
}

@media only screen and (max-width: 1440px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1366px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 30px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }

  .index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
  }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 18px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .index_main .section1 .index_banner .item {
    height: 100vh;
  }

  .index_main .section1 .index_banner .item .block_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
  }

  .index_main .section1 .index_banner .slick-arrow {
    display: none !important;
  }

  .index_main .section1 .index_banner .slick-dots {
    position: absolute;
    bottom: 12px;
  }

  .index_main .section1 .index_banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .index_main .section1 .index_banner .slick-dots li button {
    display: none;
  }

  .index_main .section1 .index_banner .slick-dots li.slick-active {
    background: #fff;
  }

  .index_main .section1 .number {
    bottom: 12%;
    display: none;
  }

  .index_main .section1 .number span {
    margin-right: 22px;
  }

  .index_main .section1 .number span:after {
    bottom: -14px;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}

.index {
  position: relative;
  overflow: hidden;
}

.header_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  transition: all 0.9s ease-out 0s;
  z-index: 100;
  /* background: linear-gradient(to bottom, rgb(0, 0, 0, 0.3) 0%, rgb(0, 0, 0, 0) 100%); */
}

.header_main .header {
  position: relative;
}

.header_main .webLogo {
  padding-top: 0.18rem;
  float: left;
  margin-left: 3vw;
  position: relative;
  z-index: 100;
}

.header_main .webLogo img {
  display: block;
  height: 0.63rem;
  float: left;
}

.gpdm {
  float: left;
  width: 1.08rem;
  height: 0.68rem;
  border: #fff solid 0.01rem;
  border-radius: 0.1rem;
  margin-top: 0.16rem;
  margin-left: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 100;
}

.gpdm p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.34rem;
  font-weight: bold;
  padding-top: 0.06rem;
}

.gpdm span {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.16rem;
  font-family: "Arial";
}

.header_main.xc .gpdm {
  border: #333 solid 0.01rem;
}

.header_main.xc .gpdm p {
  color: #333;
}

.header_main.xc .gpdm span {
  color: #333;
}

.header_main .nav_main {
  float: right;
}

.nav_main .nav {}

.header_main .nav_main .item {
  padding: 0 35px;
  float: left;
  height: 70px;
  z-index: 12;
  padding-top: 15px;
  position: relative;
}
.header_main .nav_main .item.li5 .subNav {
  width: 100%;
  left: 0;
}
.header_main .nav_main .item.li8,
.header_main .nav_main .item.li9 {
  display: none;
}

.header_main .nav_main .item a {
  display: block;
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  color: #fff;
  position: relative;
  z-index: 100;
}

.header_main .nav_main .item:hover .alink,
.header_main .nav_main .item.hover .alink {
  color: #fff;
}

.header_main .nav_main .item.hover .alink {
  border-bottom: 3px solid #fff;
}

.header_main.xc .nav_main .item.hover .alink {
  color: #1595d3;
  border-bottom: 3px solid #1595d3;
}

.header_main.xc .nav_main .item:hover .alink {
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #fff;
}

/*.header_main .nav_main .item.li2 .sub-box .a6,.header_main .nav_main .item.li2 .sub-box .a5,.header_main .nav_main .item.li2 .sub-box .a7{ display:none;}*/
/*.header_main .nav_main .item.li3 .sub-box .a3{ display:none;}
.header_main .nav_main .item.li3 .sub-box .sub{ display:none;}*/


.header_main .nav li .subnav {
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #fff;
  width: 120px;
  margin-left: -60px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  text-shadow: ;
}

.header_main .nav li .subnav .subA {
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  text-align: center;
}

.header_main .nav li .subnav .subA:hover {
  font-weight: bold;
  background: #3bb79b;
  color: #4872de;
  background: #ffbe8b;
  background: rgba(21, 21, 21, 0.8);
}

.header_main .nav .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 99px;
  background: #fff;
  display: none;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.header_main .nav .sub-box .it {
  width: 100%;
}

.header_main .nav .sub-box img {
  display: block;
  float: right;
  width: 40%;
  margin-top: 20px;
  margin-right: 20px;
}

.header_main .nav .sub-box .it .icon {
  width: 6px;
  height: 10px;
  background-position: -96px 0;
  position: absolute;
  top: 19px;
  left: 15px;
}

.header_main .nav .sub-box .it a {
  border-bottom: 1px solid #ddd;
  color: #333 !important;
  float: left;
  line-height: 40px !important;
  height: 40px !important;
  width: 100%;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
}

.header_main .nav .sub-box .it .sub {
  width: 50%;
  margin-top: 10px;
}

.header_main .nav .sub-box .it .sub a {
  border: none;
  font-size: 12px;
  padding-right: 35px;
  width: auto;
  line-height: 30px !important;
  height: 30px !important;
}

.header_main .nav .sub-box .it a:hover {

  color: #1595d3 !important;
}

.sv_t {
  height: 100px;
  width: 100%;
}

.header_main.xc .sv_t {}

.nav_main .subNav {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  height: 0;
  top: 0px;
  text-align: center;
  background: rgba(16, 21, 29, 0.8);
  z-index: 99;
  transition: all ease 0ms;
  -webkit-transition: all ease 0ms;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  /* border-top: #ececec solid 1px; */
}

.nav_main .subNav .w1400 {
  width: 100%;
}

.nav_main .subNav .pro_img {
  position: absolute;
  right: 0;
  top: 40px;
  width: 460px;
  border-radius: 10px;
}

.nav_main .subNav .about_nav {
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 8px;
}

.nav_main .subNav .about_nav .about_left {
  width: 90%;
  padding-top: 34px;
  padding: 0 5%;
}

.nav_main .subNav .about_nav .about_left dl {
  width: 100%;
  text-align: left;
}

.nav_main .subNav .about_nav .about_left dl dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 13px;
  font-weight: lighter;
  margin-bottom: 14px;
  position: relative;
  text-align: center;
}

.nav_main .subNav .about_nav .about_left dl dd {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-left: 0px;
  line-height: 40px;
}

.nav_main .subNav .about_nav .about_left dl a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  line-height: 26px;
  text-align: center;
  position: relative;
}
.header_main.xc .nav_main .subNav .about_nav .about_left dl a{ color: #fff; }
.header_main.xc .nav_main .subNav .about_nav .about_left dl a:hover { color: #1595d3;}

.nav_main .subNav .about_nav .about_left dl dt s {
  width: 0;
  height: 1px;
  background-color: #1595d3;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all ease 0.36s;
}

.nav_main .subNav .about_nav .about_left dl dt:hover s {
  width: 100%;
  transition: all ease 0.36s;
}

.nav_main .subNav .about_nav .about_left dl a i {
  display: none;
  width: 7px;
  height: 11px;
  background-position: -401px -30px;
  position: absolute;
  right: 0;
  top: 8px;
  opacity: 0.5;
}

.nav_main .subNav .about_nav .about_left dl a img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

.nav_main .subNav .about_nav .about_left dl a:hover {
  color: #1595d3;
}

.nav_main .subNav .about_nav .about_right {
  float: left;
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: none;
}

.nav_main .subNav .about_nav .about_right img {
  width: 500px;
  border-radius: 10px;
}

.nav_main .nav li:hover .subNav {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
}



.header_main .email {
  float: right;
  margin-top: 24px;
  margin-right: 4vw;
  margin-left: 2vw;
}

.header_main .email p {
  background: url(../images/t2_06.png) no-repeat left center;
  padding-left: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.header_main .email p span {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}

.header_main.xc .email p {
  background: url(../images/t2_07.png) no-repeat left center;
  color: #333;
}

.header_main .email .searcher {
  float: left;
  width: 20px;
}

.header_main .email .search_btn {
  width: 20px;
  height: 20px;
  background: url("../images/j3_02.png") no-repeat center center;
  float: left;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
}

.header_main.xc .email .search_btn {
  background: url("../images/j3_03.png") no-repeat center center;
}

.header_main .email .search_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header_main .email .search_main {
  position: absolute;
  z-index: 10;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 0;
  height: 80px;
  right: 50px;
  top: 90px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  *background: #000;
}

.header_main .email .search_box {
  width: 280px;
  height: 40px;
  margin-top: 20px;
  margin-left: 40px;
  background: url("../images/search_main.png") no-repeat bottom center;
}

.header_main .email .search_box input {
  background-color: none;
  border: none;
}

.header_main .email .search_box .stxt {
  width: 240px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-indent: 10px;
  color: #fff;
  background-color: transparent;
  outline: none;
}

.header_main .email .search_box .sbtn {
  font-size: 0;
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  border-radius: 100%;
  margin-top: 5px;
  outline: none;
  background: url("../images/searchico.png") no-repeat center center;
}

.header_main .quick .cte {
  position: relative;
  float: left;
  margin-right: 14px;
  cursor: pointer;
}

.header_main .quick .cte .cvalue {
  padding-right: 12px;
  font-family: arial;
  font-size: 18px;
  color: #333;
}

.header_main .email .member {
  color: #fff;
  font-size: 20px;
  font-family: arial;
  font-weight: 400;
}

.header_main .email .member i {
  width: 25px;
  height: 26px;
  background-position: 0 -121px;
  margin-top: 7px;
}

.header_main .email .member:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header_main.xc {
  border-bottom: 1px solid #ddd;
  transition: all 0.9s ease-out 0s;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
}

.header_main.xc .nav_main .item a {
  color: #333; font-weight: bold;
}
.header_main .nav_main .item.hover a{font-weight: bold;}
.header_main.xc .nav_main .item.hover a{ color: #1595d3;  font-weight: bold;}

.header_main .tel_right {
  padding-top: 38px;
  float: right;
  margin-right: 2vw;
}

.header_main .tel_right .webTel {
  padding-left: 32px;
  font-family: arial;
  font-size: 26px;
  color: #fff;
  background: url("../images/telIco.png") no-repeat left center;
}

/*.header_main.xc .cte .cvalue {
  color: #666;
  background: url("../images/cearr2.png") no-repeat right center;
}*/
.header_main.xc .email .member {
  color: #333;
}

.header_main.xc .email .member i {
  background-position: -29px -121px;
}

/*.header_main.xc .email .search_btn {
  background: url("../images/searchico2.png") no-repeat center center;
}*/
.header_main.xc .tel_right .webTel {
  color: #1595d3;
  background: url("../images/telIco2.png") no-repeat left center;
}

.header_main .lag_sel_box {
  position: relative;
  line-height: 78px;
}

.header_main .lag_box {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -40px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #758190;
  font-size: 14px;
  line-height: 32px;
  padding: 10px 20px;
}

.header_main .lag_box::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 30%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}

.header_main .lag_box .item {
  cursor: pointer;
  padding-right: 25px;
  width: 30px;
  border-bottom: 1px solid #758190;
}

.header_main .lag_box .item:last-child {
  border-bottom: none;
}

.header_main .lag_box .item::hover {
  color: #004bc6;
}

.header_box .lag_sel_box .lag_box li.on {
  color: #004bc6;
}

.header_main .lag_box.on {
  top: 100px;
  display: block;
}

.header_main .quick {
  float: right;
  transition: all ease 0.36s;
  margin-top: 0.34rem;
  margin-left: 0.2rem;
  margin-right: 3vw;
  position: relative;
  z-index: 100;
}

.header_main .en {
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-weight: normal;
}

.header_main .menu-btn {
  position: relative;
  cursor: pointer;
  z-index: 99;
  width: 18px;
  height: 29px;
  background-size: 100%;
  display: block;
  float: left;
  margin-left: 40px;
}

.header_main .menu-btn i {
  display: block;
  width: 0.18rem;
  height: 0.24rem;
  background-position: -1.75rem -1.28rem;
  margin-top: 0.08rem;
}

.header_main.xc .en {
  color: #333;
}

.header_main.xc .menu-btn i {
  background-position: -6.62rem -0.5rem;
}

.header_main.on .header {
  display: none;
}


.navBox .col-1 {
  width: 85%;
}

.navBox .col-1 .items {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}

.navBox .col-1 .items .item {
  display: block;
  width: 22%;
  float: left;
  margin-top: 5%;
}

.navBox .col-1 .items .item:nth-child(4n) {
  margin-right: 0;
}

.navBox .col-1 .items .item .grc {
  font-size: 0.3rem;
  color: #fff;
  display: block;
  line-height: 0.7rem;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  margin-bottom: 4px;
}

.navBox .col-1 .items .item .al {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 32px;
  float: left;
  width: 40%;
}

.navBox .col-1 .items .item .grc:hover {
  color: #1595d3;
  border-bottom: #1595d3 solid 1px;
  font-weight: bold;
}

.navBox .col-1 .items .item .al:hover {
  color: #fff;
}

.navBox .col-1 .items .item .sub-box {
  display: inline-block;
  width: 100%;
  padding-top: 2%;
}

.navBox .col-1 .items .item .sub-box .dil {
  display: inline-block;
  width: 100%;
  position: relative;
}

.navBox .col-1 .items .item .sub-box .dil .sankl {
  width: 60%;
  position: absolute;
  padding-bottom: 10px;
  right: 0;
  top: 0;
  z-index: 6;
}

.navBox .col-1 .items .item .sub-box .dil .sankl .ap {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 36px;
}

.navBox .col-1 .items .item .sub-box .dil .sankl .ap:hover {
  color: #fff;
}

.navBox .col-1 .items .item .sub-box .dil .sankl {
  display: none;
}

.navBox .col-1 .items .item .sub-box .dil:hover .sankl {
  display: block;
}

@media (max-width: 1660px) {
  .nav_main .subNav .about_nav .about_right img {
    width: 424px;
  }

  .navBox .col-1 .items .item .grc {
    font-size: 24px;
    line-height: 60px;
  }

  .navBox .col-1 .items .item .al {
    font-size: 14px;
    line-height: 24px;
  }

  .navBox .col-1 .items .item .sub-box .dil .sankl .ap {
    line-height: 26px;
  }

  .navBox .col-1 .items .item {
    margin-top: 1%;
  }

  .navBox .col-1 {
    padding-top: 3%;
  }
}


.navigation {
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 21, 29, 0.95);
  z-index: 333;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  clip-path: circle(0 at calc(100% - 0.775rem) 0.675rem);
  background-position: top right;
  background-repeat: no-repeat;
  transition: clip-path 0.7s ease-in-out;
  pointer-events: none;
}

.navigation.on {
  pointer-events: auto;
  clip-path: circle(110vw at calc(100% - 0.775rem) 0.675rem);
}

#navigation .webLogo {
  position: absolute;
  top: 5%;
  left: 3%;
  display: block;
}

#navigation .gpdm {
  position: absolute;
  left: 190px;
  top: 8px;
}

#navigation .toggle {
  position: absolute;
  top: 5%;
  right: 2%;
  /* border:#0f355d solid 1px;*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#navigation .toggle b {
  display: block;
  width: 0.26rem;
  height: 0.25rem;
  background-position: -2.22rem -1.25rem;
  cursor: pointer;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  margin: 0 auto;
  margin-top: 12px;
}

#navigation .toggle:hover b {
  opacity: .8;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}


.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* 根据浏览器定位 */
  z-index: 666;
  /* 放在顶部 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全宽 */
  height: 100%;
  /* 全高 */
  overflow: auto;
  /* 允许滚动 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 背景色 */
}


.mouse-ico {
  position: absolute;
  width: 180px;
  height: 44px;
  left: 50%;
  margin-left: -90px;
  bottom: 1%;
  z-index: 20;
  /*background:url(../images/a2_04.png) center center no-repeat;*/
}

.mouse-ico.xc {
  display: none;
}

.mouse-ico p {
  font-size: 14px;
  color: #fff;
  font-family: "Arial";
}

.mouse-ico span {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 33px;
  background-position: 0 -129px;
  margin-top: 0px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
}

.mouse-ico span.mouse {
  animation: mousemove 3s linear 1s infinite;
}

.iconv {
  background: url(../images/iconv.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@keyframes mousemove {
  0% {
    transform: translateY(-5px);
  }

  25% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  75% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}








/*模态框内容*/
.modal-content {
  display: flex;
  /*采用flexbox布局*/
  flex-direction: column;
  /*垂直排列*/
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  /*距顶部15% 水平居中*/
  padding: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;
  /*自定义动画，从模态框内容上到下出现*/
}

@keyframes topDown {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/*模态框头部*/
.modal-header {
  display: block;
  /*采用flexbox布局*/
  flex-direction: row;
  /*水平布局*/
  align-items: center;
  /*内容垂直居中*/
  justify-content: space-between;
  text-align: right;
}

/*关闭X 样式*/
.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}

.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}

.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;
  outline: none;
}

.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #1595d3;
  border: none;
  cursor: pointer;
}

@font-face {
  font-family: 'ck';
  src: url('../font/ck.ttf');
}

.floor_1_main {
  width: 100%;
  position: relative;
}

.floor_1_img{ display: none; width: 100%; position: relative; }
.floor_1_img .img1{ display: block; width: 100%; }
.floor_1_img .ts-btn{ display: block; width: 0.8rem; height: 0.8rem; background-position: -4.51rem -6.16rem; position: absolute; left: 50%; margin-left: -0.4rem; 
  bottom: 28%; }

.floor_1_0 {
  width: 100%;
  padding-top: 80px;
  text-align: center;
}

.floor_1_0 h3 {
  font-family: 'ck';
  font-size: 48px;
  color: #1595d3;
  line-height: 48px;
}

.floor_1_0 p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  text-transform: uppercase;
}

.floor_index {
  width: 100%;
  overflow: hidden; margin-top: -4px;
}

@media (max-width: 1660px) {
  .floor_1_0 h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .w1400 {
    width: 1200px;
    max-width: 1200px;
  }
}

.floor_1_1 {
  width: 100%;
  position: relative;
}

.floor_1_1 .hd {
  position: absolute;
  left: 8%;
  bottom: 8%;
  z-index: 3;
}

.floor_1_1 .hd ul {
  display: inline-block;
}

.floor_1_1 .hd ul li {
  width: 260px;
  height: 68px;
  border-bottom: rgba(255, 255, 255, 0.3) solid 2px;
  position: relative;
  cursor: pointer;
}

.floor_1_1 .hd ul li h3 {
  font-size: 20px;
  color: #fff;
  line-height: 68px;
}

.floor_1_1 .hd ul li i {
  display: block;
  width: 0;
  height: 3px;
  background-color: #1595d3;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all ease 0.36s;
}

.floor_1_1 .hd ul li.on h3 {
  color: #1595d3;
  font-weight: bold;
}

.floor_1_1 .hd ul li.on i {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.floor_1_1 .prev {
  display: block;
  width: 67px;
  height: 62px;
  background-position: -197px -173px;
  position: absolute;
  right: 15%;
  bottom: 8%;
  cursor: pointer;
  opacity: 0.6;
}

.floor_1_1 .next {
  display: block;
  width: 67px;
  height: 62px;
  background-position: -274px -173px;
  position: absolute;
  right: 8%;
  bottom: 8%;
  cursor: pointer;
  opacity: 0.6;
}

.floor_1_1 .prev:hover,
.floor_1_1 .next:hover {
  opacity: 1;
}

.floor_1_1 .bd {
  width: 100%;
  position: relative;
}

.floor_1_1 .bd ul {
  display: inline-block;
  width: 100%;
  position: relative;
}

.floor_1_1 .bd ul img {
  display: block;
  width: 100%;
}

.floor_1_10 dl {
  position: absolute;
  left: 8%;
  top: 15%;
  z-index: 3;
}

.floor_1_10 dl dt {
  float: left;
  width: 0.52rem;
  height: 0.62rem;
  background-position: -4.4rem -0.60rem;
  margin-top: 0.10rem;
}

.floor_1_10 dl dd {
  float: left;
  text-align: left;
}

.floor_1_10 dl dd p {
  font-size: 0.65rem;
  color: #fff;
  line-height: 0.8rem;
  font-weight: bold;
  display: block;
  padding-bottom: 0.06rem;
}

.floor_1_10 dl dd .p3 {
  color: #fff;
}


.floor_1_1 .gallery-top2 {
  width: 100%;
  position: relative;
}

.floor_1_1 .gallery-top2 .swiper-slide {
  width: 100%;
  position: relative;
}

.floor_1_1 .gallery-top2 .swiper-slide img {
  display: block;
  width: 100%;
}

.floor_1_1 .gallery-top2 .swiper-slide .img2 {
  display: none;
}

.floor_1_1 .gallery-top2 .swiper-slide p {
  width: 40%;
  position: absolute;
  left: 8%;
  text-align: left;
  top: 27%;
  font-size: 24px;
  color: #fff;
}

.floor_1_1 .gallery-top2 .swiper-button-prev {
  display: block;
  width: 67px;
  height: 62px;
  background-position: -197px -173px;
  position: absolute;
  right: 15%;
  bottom: 8%;
  cursor: pointer;
  left: auto;
  top: auto;
}

.floor_1_1 .gallery-top2 .swiper-button-next {
  display: block;
  width: 67px;
  height: 62px;
  background-position: -274px -173px;
  position: absolute;
  right: 8%;
  bottom: 8%;
  cursor: pointer;
  left: auto;
  top: auto;
}

.floor_1_1 .gallery-top2 .swiper-button-prev::after,
.floor_1_1 .gallery-top2 .swiper-button-next::after {
  content: 'prev';
  font-size: 0;
}

.floor_1_1 .gallery-thumbs2 {
  position: absolute;
  left: 8%;
  bottom: 8%;
  z-index: 3;
  width: 260px;
  height: 440px;
}

.floor_1_1 .gallery-thumbs2 .swiper-slide {
  width: 150px;
  height: 68px;
  border-bottom: rgba(255, 255, 255, 0.3) solid 2px;
  position: relative;
  cursor: pointer;
}

.floor_1_1 .gallery-thumbs2 .swiper-slide h3 {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}

.floor_1_1 .gallery-thumbs2 .swiper-slide i {
  display: block;
  width: 0;
  height: 3px;
  background-color: #1595d3;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all ease 0.36s;
}

.floor_1_1 .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active h3 {
  color: #1595d3;
  font-weight: bold;
}

.floor_1_1 .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active i {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.floor_1_1 .gallery-thumbs2 .swiper-slide.itm1 h3 {
  font-size: 0;
}

.floor_1_1 .gallery-thumbs2 .swiper-slide.itm1 i {
  display: none;
}

.floor_1_1 .gallery-top2 .swiper-slide.itm1 i {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.floor_1_1 .gallery-top2 .swiper-slide.itm1 video {
  display: block;
}

.floor_1_1 .gallery-thumbs1 {
  display: none;
}


/*.floor_1_10 dl dd .p1{transition: transform 0.5s, background-position 0.5s ease;
  background: linear-gradient(to right, #1595d3, #1595d3 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .05s;}
.floor_1_10 dl dd .p2{transition: transform 0.6s, background-position 0.6s ease;
  background: linear-gradient(to right, #1595d3, #1595d3 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .06s;}
.floor_1_10 dl dd .p3{transition: transform 0.7s, background-position 0.7s ease;
  background: linear-gradient(to right, #fff, #fff 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .07s;}
.floor_1_main.current .floor_1_10 dl dd .p1{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}
.floor_1_main.current .floor_1_10 dl dd .p2{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}
.floor_1_main.current .floor_1_10 dl dd .p3{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}*/

@media (max-width: 1660px) {
  .floor_1_0 dl dd {
    font-size: 0.55rem;
    line-height: 0.7rem;
    padding-left: 0.4rem;
  }

  .floor_1_10 dl dd p {
    font-size: 0.55rem;
    line-height: 0.58rem;
    padding-bottom: 0.06rem;
  }

  .floor_1_0 dl {
    left: 22%;
    top: 10%;
  }

}


.floor_1_00 {
  display: inline-block;
  width: 100%;
}

.floor_1_00 h3 {
  font-size: 0.65rem;
  color: #1595d3;
  line-height: 0.68rem;
  font-weight: bold;
}

.floor_1_00 p {
  display: inline-block;
  font-size: 0.65rem;
  color: #fff;
  line-height: 0.68rem;
  font-weight: bold;
  padding-top: 0.18rem;
}

.floor_1_00 p span {
  display: block;
  float: left;
}

.floor_1_00 p i {
  float: left;
  display: block;
  width: 0.58rem;
  height: 0.60rem;
  background-position: -1.98rem -2.64rem;
  margin-left: 0.24rem;
  margin-top: 0.06rem;
}


.floor_1_00 .x {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  width: 660px;
  float: right;
  padding-top: 20px;
}

.floor_1_00 .a1 {
  float: right;
  display: block;
  width: 180px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #666;
  transition: all ease 0.36s;
  border-radius: 50px;
}

.floor_1_00 .a1:hover {
  background: #00904a;
  color: #fff;
}

.floor_1_00 .a1 p {
  display: inline-block;
}

.floor_1_00 .a1 p span {
  float: left;
  display: block;
}

.floor_1_00 .a1 p i {
  display: block;
  width: 16px;
  height: 16px;
  background-position: 0px -358px;
  float: left;
  margin-top: 17px;
  margin-left: 12px;
}

.floor_1_00 .a1:hover i {
  background-position: 0px -378px;
}

.floor_1_main .floor_1_00 h3 span {
  color: #fff;
}

.floor_1_main .floor_1_00 h3 i {
  color: #fff;
}

.floor_1_main .floor_1_00 h3 p {
  color: #fff;
}

@media (max-width: 1660px) {
  .floor_1_00 h3 {
    font-size: 0.55rem;
    line-height: 0.58rem;
  }

  .floor_1_00 p {
    font-size: 0.55rem;
    line-height: 0.58rem;
    padding-top: 0.16rem;
  }
}


.floor_2_main {
  width: 100%;
  background: url(../images/p37_02.jpg) center center no-repeat;
  padding-bottom: 1.5rem;
  position: relative;
  padding-top: 1rem;
  background-size: cover;
}

/*.floor_2_1{ width:100%; position:relative; display:inline-block;}
.floor_2_11{width:37.5%; float:left; position:relative;}
.floor_2_11 h3{ font-size: 65px; color: #000; line-height: 68px; font-weight: bold; transition: transform 0.5s, background-position 0.5s ease;
  background: linear-gradient(to right, #000, #000 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .05s;}
.floor_2_11 p{ font-size: 65px; color: #1595d3; line-height: 68px; font-weight: bold; padding-top: 24px; display: inline-block; width: 100%;  }
.floor_2_11 .p1{transition: transform 0.6s, background-position 0.6s ease;
  background: linear-gradient(to right, #1595d3, #1595d3 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .06s;}
.floor_2_11 .p2 .a1{ display: block; width: 67px; height: 63px; background-position: -277px -65px; float: left; margin-left: 14px; transition: all ease 0.36s; }
.floor_2_11 .p2 span{ display: block; float: left; }
.floor_2_11 .p2 .a1:hover{ transform: translateX(5px); transition: all ease 0.36s;}
.floor_2_11 .p2 span{transition: transform 0.7s, background-position 0.7s ease;
  background: linear-gradient(to right, #1595d3, #1595d3 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .07s;}
.floor_2_11 i{ display: block; width: 60px; height: 56px; background-position: -358px -65px; margin-top: 50px; }*/
.floor_2_1 {
  width: 100%;
  position: relative;
  display: inline-block;
}

.floor_2_11 {
 width: 734px; margin: 0 auto;
  text-align: center;
  position: relative;
}

.floor_2_11 h3 {
  font-size: 0.65rem;
  color: #fff;
  line-height: 0.68rem;
  font-weight: bold; display:block;
}

.floor_2_11 .p1 {
  font-size: 0.65rem;
  color: #1595d3;
  line-height: 0.68rem;
  font-weight: bold;
  padding-top: 0.14rem;
  display: block;
}

.floor_2_11 .p2 .a1 {
  display: block;
  width: 0.67rem;
  height: 0.63rem;
  background-position: -2.77rem -0.65rem;
  float: left;
  margin-left: 0.14rem;
  transition: all ease 0.36s;
}

.floor_2_11 .p2 span {
  display: block;
  float: left;
}

.floor_2_11 i {
  display: block;
  width: 0.6rem;
  height: 0.56rem;
  background-position: -3.58rem -0.65rem;
  margin-top: 0.50rem;
}

.floor_2_main.current .floor_2_11 h3 {
  transform: translateX(0);
  opacity: 1;
  background-position: 0 100% !important;
}

.floor_2_main.current .floor_2_11 .p1 {
  transform: translateX(0);
  opacity: 1;
  background-position: 0 100% !important;
}

.floor_2_main.current .floor_2_11 .p2 span {
  transform: translateX(0);
  opacity: 1;
  background-position: 0 100% !important;
}

.floor_2_12 {
  width: 100%;
  position: relative;
  padding-top: 12%;
}

.floor_2_12 ul {
  width: 100%;
  transition: all ease 0.36s;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.floor_2_12 ul li {
  width: 2.3rem;
  height: 2.4rem;
  background: rgb(255, 255, 255,0.8);
  text-align: center;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); transition: all ease 0.36s;

}

.floor_2_12 ul li:hover{transform: translateY(-5px); transition: all ease 0.36s; background: rgb(21, 149, 211,0.8);}
.floor_2_12 ul li img{ height:0.5rem; display: block; margin: 0 auto;padding-top:14%; }
.floor_2_12 ul li dt {
  display: inline-block;
  padding-top: 5%;
}

.floor_2_12 ul li dt span {
  display: block;
  float: left;
  font-size: 75px;
  color: #333;
  line-height: 70px;
  font-family: "arial";
  font-weight: bold;
}

.floor_2_12 ul li dt i {
  display: block;
  font-size: 50px;
  color: #333;
  line-height: 40px;
  float: left;
  padding-left: 6px;
}

.floor_2_12 ul li dd {
  display: inline-block;
  width: 100%;
  clear: left;
  font-size: 20px;
  color: #666;
  line-height: 20px;
}
.floor_2_12 ul li:hover img{filter: grayscale(100%) brightness(500%) }
.floor_2_12 ul li:hover dt span{ color: #fff; }
.floor_2_12 ul li:hover dt i{ color: #fff; }
.floor_2_12 ul li:hover dd{ color: #fff; }

.floor_2_121 {
  font-size: 18px;
  color: #333;
  text-indent: 36px;
  line-height: 36px;
  display: none;
  padding-top: 4%;
  padding-bottom: 3%;
  text-align: center;
  text-overflow: clip;
  position: relative;
}

.floor_2_1 .a1 {
  font-size: 0.18rem;
  line-height: 0.2rem;
  font-weight: bold;
  display: block; color: #fff;
  text-align: center;
  padding-top: 4%;
}



@media (max-width: 1660px) {
  .floor_2_11 h3 {
    font-size: 0.55rem;
    line-height: 0.56rem;
  }

  .floor_2_11 p {
    font-size: 0.55rem;
    line-height: 0.56rem;
    padding-top: 0.1rem;
  }

  .floor_2_12 ul li {
    width: 1.9rem;
    height: 2.2rem;
  }

  .floor_2_12 ul li dt span {
    font-size: 0.65rem;
    line-height: 0.6rem;
  }

  .floor_2_12 ul li dt i {
    font-size: 0.4rem;
    line-height: 0.3rem;
  }

  .floor_2_12 ul li dd {
    font-size: 0.18rem;
  }

  .floor_2_121 {
    font-size: 16px;
    line-height: 0.3rem;
  }

  .floor_2_main {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

}

.weui_mask {
  background: rgba(0, 0, 0, .6);
}

.weui_mask,
.weui_mask_transition,
.weui_mask_transparent {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.weui_dialog {
  position: fixed;
  z-index: 5000;
  width:86%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius:0.15rem;
}

.weui_dialog_ft {
  position: absolute;
  right: -18px;
  top: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 66666;
}

.weui_btn_dialog.primary {
  color: #2b2b2b;
}

.weui_dialog_ft a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width:0.6rem;
  height:0.6rem;
  background: url(../images/closeM.png) center center no-repeat;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out; background-size: 100%;
}

.weui_dialog .in_title {
  width: 100%;
}
.weui_dialog .in_title .cut3video{ display: block; width: 100%; }

.weui_dialog .in_title img {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  display: block;
}

.weui_dialog .in_title span {
  line-height: 60px;
}

.weui_dialog_ft a:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

@keyframes scaleDran {

  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.15);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.15);
  }
}

@media (max-width: 1660px) {
  .floor_2_11 a {
    font-size: 14px;
    line-height: 28px;
  }
}

.ti_nav {
  width: 0%;
  position: fixed;
  left: 0%;
  top: 30%;
  z-index: 2;
}

.floor_3_main {
  width: 100%;
  display: none;
  position: relative;
  background: url(../images/p6_02.jpg) center center no-repeat;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-top: -0.05rem;
}

.floor_3_main .floor_1_00 {}

/*.floor_3_main .floor_1_00 h3{transition: transform 0.5s, background-position 0.5s ease;
  background: linear-gradient(to right, #1595d3, #1595d3 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .05s;}
.floor_3_main.current .floor_1_00 h3{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}
.floor_3_main .floor_1_00 p span{transition: transform 0.6s, background-position 0.6s ease;
  background: linear-gradient(to right, #fff, #fff 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .06s;}
.floor_3_main.current .floor_1_00 p span{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}*/

.floor_3_1 {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 5%;
}

.floor_3_1 .hd {
  width: 18%;
  float: left;
}

.floor_3_1 .hd ul {
  display: inline-block;
  width: 100%;
}

.floor_3_1 .hd ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 12%;
}

.floor_3_1 .hd ul li p {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.3rem;
  float: left;
}

.floor_3_1 .hd ul li i {
  display: none;
  width: 0.27rem;
  height: 0.28rem;
  background-position: -2.8rem -2.64rem;
  float: left;
  margin-left: 0.16rem;
}

.floor_3_1 .hd ul li.on p {
  font-weight: bold;
}

.floor_3_1 .hd ul li.on i {
  display: block;
}

.floor_3_1 .bd {
  width: 100%;
}

.floor_3_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_3_1 .bd ul li {
  width: 100%;
  height: 1.16rem;
  padding-top: 0.5rem;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
  position: relative;
  transition: all ease 0.36s;
}

.floor_3_1 .bd ul li .i {
  display: block;
  width: 100%;
}

.floor_3_1 .bd ul li .i p {
  display: block;
  float: left;
  font-size: 0.2rem;
  color: #aeaeaf;
  line-height: 0.24rem;
  font-family: "Arial";
}

.floor_3_1 .bd ul li .i p span {
  display: block;
  font-size: 0.45rem;
  line-height: 0.5rem;
}

.floor_3_1 .bd ul li .i h3 {
  float: left;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.4rem;
  width: 37%;
  padding-left: 6.5%;
}

.floor_3_1 .bd ul li .i i {
  display: block;
  float: right;
  font-size: 0.18rem;
  color: #ccc;
  line-height: 0.18rem;
  text-transform: uppercase;
}

.floor_3_1 .bd ul li .m {
  opacity: 0;
  width: 28%;
  position: absolute;
  right: 10.6%;
  top: -0.9rem;
  transition: all ease 0.36s;
}

.floor_3_1 .bd ul li .m p {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 2.24rem;
}

.floor_3_1 .bd ul li .m img {
  display: block;
  width: 100%;
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  transition: all ease 0.36s;
}

.floor_3_1 .bd ul li:hover .m {
  opacity: 1;
  transition: all ease 0.36s;
}

.floor_3_1 .bd ul li:hover {
  border-top: rgba(255, 255, 255, 1) solid 1px;
}

.floor_3_1 .bd ul li:hover .i p {
  color: #fff;
}

.floor_3_1 .bd ul li:hover .i h3 {
  color: #329eff;
  font-weight: bold;
}

.floor_3_1 .bd ul li s {
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all ease 0.36s;
  position: absolute;
  left: 0;
  top: -1px;
}

.floor_3_1 .bd ul li:hover s {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .floor_3_main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .floor_3_1 .hd ul li p {
    font-size: 0.26rem;
    line-height: 0.28rem;
  }

  .floor_3_1 .bd ul li .i h3 {
    font-size: 0.22rem;
    line-height: 0.34rem;
  }

  .floor_3_1 .bd ul li .i p span {
    font-size: 0.4rem;
    line-height: 0.44rem;
  }

  .floor_3_1 .bd ul li {
    height: 1.04rem;
    padding-top: 0.40rem;
  }

  .floor_3_1 .bd ul li .m p {
    height: 1.7rem
  }

  .floor_3_1 .bd ul li .m {
    top: -0.46rem;
  }



}


.floor_4_main {
  width: 100%;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.50rem;
}

.floor_4_1 {
  width: 100%;
  display: inline-block;
  position: relative;
}

.floor_4_1 .floor_4_11 {
  width: 44%;
  float: left;
  position: relative;
}

.floor_4_1 .floor_4_11 h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.32rem;
}

.floor_4_1 .floor_4_11 p {
  font-size: 0.65rem;
  color: #000;
  line-height: 0.68rem;
  font-weight: bold;
  padding-top: 0.2rem;
}

.floor_4_1 .floor_4_11 p .span2 {
  color: #1595d3;
}

/*.floor_4_1 .floor_4_11 h3{transition: transform 2s, background-position 2s ease;
  background: linear-gradient(to right, #333, #333 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .1s;}
.floor_4_1 .floor_4_11 .p1,.floor_4_1 .floor_4_11 .p2{transition: transform 2s, background-position 2s ease;
  background: linear-gradient(to right, #000, #000 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .2s;}
.floor_4_1 .floor_4_11 .p3 .span1{transition: transform 2s, background-position 2s ease;
  background: linear-gradient(to right, #000, #000 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .1s;}
.floor_4_1 .floor_4_11 .p3 .span2{transition: transform 2s, background-position 2s ease;
  background: linear-gradient(to right, #1595d3, #1595d3 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .3s;}
.floor_4_main.current .floor_4_1 .floor_4_11 h3{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}
.floor_4_main.current .floor_4_1 .floor_4_11 .p1,.floor_4_main.current .floor_4_1 .floor_4_11 .p2{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}
.floor_4_main.current .floor_4_1 .floor_4_11 .p3 .span1{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}
.floor_4_main.current .floor_4_1 .floor_4_11 .p3 .span2{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}*/

.floor_4_1 .floor_4_11 i {
  width: 0.64rem;
  height: 0.51rem;
  background-position: -4.34rem -1.59rem;
  position: absolute;
  right: 1.5rem;
  top: 2.08rem;
}

.floor_4_1 .floor_4_11 img {
  display: block;
  width: 90%;
  margin-top: 28%;
}

.floor_4_1 .floor_4_12 {
  width: 51%;
  float: right;
  margin-top: 5%;
  height: 10rem;
  overflow: hidden;
  padding-right: 1%;
}

.floor_4_12 h3 {
  font-size: 26px;
  color: #333;
  line-height: 30px;
  margin-top: 5%;
  text-align: center;
  position: relative;
}

.floor_4_12 h3 i {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 18px;
  margin-left: -170px;
}

.floor_4_12 h3 .i2 {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 18px;
  margin-left: 102px;
}

.floor_4_12 ul {
  display: flex;
  width: 100%;
  justify-content: left;
  position: relative;
  flex-wrap: wrap;
  padding-top: 3%;
}

.floor_4_12 ul li {
  width: 33%;
  cursor: pointer;
  border: #fff solid 1px;
}

.floor_4_12 ul li img {
  display: block;
  filter: grayscale(100%) brightness(100%);
  width: 80%;
  margin: 0 auto;
  padding: 5% 10%;
}

.floor_4_12 ul li:hover {
  border: #dfdfdf solid 1px;
}

.floor_4_12 ul li:hover img {
  filter: none;
}

@media (max-width: 1660px) {

  .floor_4_1 .floor_4_11 h3 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.26rem;
  }

  .floor_4_1 .floor_4_11 p {
    font-size: 0.52rem;
    color: #000;
    line-height: 0.54rem;
    padding-top: 0.16rem;
  }

  .floor_4_1 .floor_4_12 {
    height: 6.7rem;
  }

  .floor_4_1 .floor_4_11 i {
    right: 1.1rem;
    top: 1.6rem;
  }

  .floor_1_00 .x {
    float: right;
  }

  .floor_1_00 .x a {
    float: left;
    font-size: 20px;
    line-height: 50px;
    margin-left: 80px;
    position: relative;
  }

  .floor_1_00 .x a i {
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -11px;
    background-color: #1595d3;
    transition: all ease 0.36s;
  }

  .floor_1_00 .x a:hover i {
    width: 100%;
    transition: all ease 0.36s;
  }

  .floor_1_00 .x a.aa1 {
    color: #1595d3;
  }

  .floor_1_00 .x a.aa1 i {
    width: 100%;
  }
}

.floor_6_main {
  width: 100%;
  position: relative;
}

.floor_6_main .floor_1_00 {
  position: absolute;
  left: 8%;
  top: 1.50rem;
  z-index: 6;
  width: auto;
}

.floor_6_main .floor_1_00 p {
  color: #333;
  /*transition: transform 2s, background-position 2s ease;
  background: linear-gradient(to right, #333, #333 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .2s; */
text-transform:capitalize;
}

.floor_6_main .floor_1_00 i {
  height: 0.6rem;
  display: block;
  width: 0.6rem;
  background-position: -3.59rem -1.59rem;
  margin-top: 3%;
}

/*.floor_6_main .floor_1_00 h3{transition: transform 2s, background-position 2s ease;
  background: linear-gradient(to right, #1595d3, #1595d3 50%, transparent 50%);
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-size: 200% 100%; background-position: 100%; text-decoration: none;
  overflow: hidden; transition-delay: .1s;}
.floor_6_main.current .floor_1_00 h3{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}
.floor_6_main.current .floor_1_00 p{ transform: translateX(0); opacity: 1; background-position: 0 100% !important;}*/


.floor_6_1 {
  width: 100%;
  position: relative;
}

.floor_6_1 .parHd {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 86%;
  z-index: 6;
}

.floor_6_1 .parHd .arrow {
  display: none;
}

.floor_6_1 .parHd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.floor_6_1 .parHd ul li {
  height: 1rem;
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
}

.floor_6_1 .parHd ul li h3 {
  font-size: 0.2rem;
  color: #333;
  padding-top: 0.4rem;
}

.floor_6_1 .parHd ul li p {
  display: none;
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.28rem;
  padding-top: 0.12rem;
}

.floor_6_1 .parHd ul li i {
  display: block;
  width: 1px;
  height: 0.24rem;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 0.42rem;
}

.floor_6_1 .parHd ul li:last-child i {
  display: none;
background-color: #fff;
}


.floor_6_1 .parHd ul li em {
  display: none;
}

.floor_6_1 .parHd ul li.li5 i {
  display: none;
}

.floor_6_1 .parHd ul li.on {
  background: #1595d3;
  background: -moz-linear-gradient(top, #1595d3 0%, #dff0ff 100%);
  background: -webkit-linear-gradient(top, #1595d3 0%, #dff0ff 100%);
  background: linear-gradient(to bottom, #1595d3 0%, #dff0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1595d3', endColorstr='#dff0ff', GradientType=0);
  transition: all ease 0.36s;
}

.floor_6_1 .parHd ul li.on h3 {
  padding-top: 0.42rem;
  color: #fff;
  font-weight: bold;
}

.floor_6_1 .parHd ul li.on p {
  display: none;
}

.floor_6_1 .parBd {
  width: 100%; padding-top: 0.3rem;
}

.floor_6_1 .parBd .slideBox {
  width: 100%;
  position: relative;
}
.floor_6_1 .parBd .slideBox img{ display: block; }

.floor_6_1 .parBd .slideBox .img1 {
  display: block;
  width: 100%;
}

.floor_6_1 .parBd .slideBox .img2 {
  display: none;
  width: 100%;
}

.floor_6_1 .parBd .slideBox ul {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.floor_6_1 .parBd .slideBox ul li .dp {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.5) solid 0.05rem;
  transition: all ease 0.36s;
  position: relative;
  z-index: 3;
}

.floor_6_1 .parBd .slideBox ul li .dp i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #1595d3;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li .dp p {
  display: none;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #666;
  line-height: 18px;
  text-align: center;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li .dp:hover {
  width: 0.2rem;
  height: 0.2rem;
  border: rgba(19, 134, 238, 0.3) solid 0.05rem;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li .dp:hover i {
  display: none;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li .dp:hover p {
  display: block;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li dl {
  display: none;
  width: 2rem;
  height: 1.56rem;
  background-color: rgb(255, 255, 255, 0.85);
  border-radius: 0.1rem;
  padding: 0.24rem;
  border: #dfdfdf solid 1px;
  position: absolute;
  left: 0.1rem;
  top: -1.9rem;
}

.floor_6_1 .parBd .slideBox ul li dl dt {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.2rem;
  font-weight: bold;
  border-bottom: #dee3e6 solid 1px;
  padding-bottom: 0.14rem;
  width: 100%;
}

.floor_6_1 .parBd .slideBox ul li dl dd {
  width: 100%;
}

.floor_6_1 .parBd .slideBox ul li dl dd p {
  display: block;
  width: 100%;
  padding-top: 0.12rem;
}

.floor_6_1 .parBd .slideBox ul li dl dd p a {
  display: inline-block;
  width: 100%;
}

.floor_6_1 .parBd .slideBox ul li dl dd p i {
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #6e7881;
  border-radius: 50%;
  float: left;
  margin-top: 0.05rem;
}

.floor_6_1 .parBd .slideBox ul li dl dd p span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  padding-left: 12px;
  font-weight: bold;
}

.floor_6_1 .parBd .slideBox ul li dl dd p a:hover span {
  color: #40a4ff;
}

.floor_6_1 .parBd .slideBox ul li dl dd p img {
  display: none;
  width: 158px;
  position: absolute;
  right: 26px;
  bottom: -40px;
  z-index: 5;
}

.floor_6_1 .parBd .slideBox ul li dl dd p.on img {}

.floor_6_1 .parBd .slideBox ul li:hover {
  z-index: 6;
}

.floor_6_1 .parBd .slideBox ul li:hover dl {
  display: block;
}

.floor_6_1 .parBd .sli1 ul .li1 {
  position: absolute;
  right: 48%;
  top: 58%;
}

.floor_6_1 .parBd .sli1 ul .li2 {
  position: absolute;
  right: 49%;
  top: 61%;
}

.floor_6_1 .parBd .sli1 ul .li3 {
  position: absolute;
  right: 47%;
  top: 63%;
}

.floor_6_1 .parBd .sli1 ul .li4 {
  position: absolute;
  right: 49%;
  top: 65%;
}

.floor_6_1 .parBd .sli2 ul .li1 {
  position: absolute;
  right: 51%;
  top: 55%;
}

.floor_6_1 .parBd .sli2 ul .li2 {
  position: absolute;
  right: 53%;
  top: 57%;
}

.floor_6_1 .parBd .sli2 ul .li3 {
  position: absolute;
  right: 46%;
  top: 61%;
}

.floor_6_1 .parBd .sli3 ul .li1 {
  position: absolute;
  right: 29%;
  top: 58%;
}

.floor_6_1 .parBd .sli3 ul .li1 dl,
.floor_6_1 .parBd .sli3 ul .li2 dl {
  top: 10px;
}

.floor_6_1 .parBd .sli3 ul .li2 {
  position: absolute;
  right: 35%;
  top: 14%;
}

.floor_6_1 .parBd .sli4 ul .li1 {
  position: absolute;
  right: 46%;
  top: 58%;
}

.floor_6_1 .parBd .sli4 ul .li2 {
  position: absolute;
  right: 53%;
  top: 57%;
}

.floor_6_1 .parBd .sli4 ul .li3 {
  position: absolute;
  right: 51%;
  top: 46%;
}

.floor_6_1 .parBd .sli5 ul .li1 {
  position: absolute;
  right: 51%;
  top: 55%;
}

.floor_6_1 .parBd .sli5 ul .li2 {
  position: absolute;
  right: 56%;
  top: 45%;
}

.floor_6_1 .parBd .sli5 ul .li3 {
  position: absolute;
  right: 50%;
  top: 47%;
}


.photo-mask {
  position: fixed;
  z-index: 10;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=20);
  -moz-opacity: 0.8;
  opacity: 0.8;
  display: none;
}

.photo-panel {
  position: fixed;
  display: none;
  clear: both;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 12;
}

.photo-panel .photo-view-h {
  width: 4rem;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.photo-panel .photo-view-h .video {
  width: 100%;
}

.photo-panel .photo-img {
  width: 100%;
  float: left;
}

.photo-panel .photo-close {
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  border-radius: 5rem;
  background-color: #ff0014;
  position: absolute;
  right: 2%;
  top: 15%;
  color: #fff;
  z-index: 15;
  cursor: pointer;
  font-size: 0.3rem;
}


@media (max-width: 1660px) {
  .floor_6_1 .parHd ul li h3 {
    font-size: 0.2rem;
    padding-top: 0.36rem;
  }

  .floor_6_1 .parHd ul li {
    height: 1rem; 
  }
  .floor_6_1 .parHd ul li h3{ white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}

  .floor_6_1 .parHd ul li.on h3 {
    padding-top: 0.22rem;
    font-size: 0.2rem;
  }

  .floor_6_1 .parHd ul li p {
    font-size: 0.2rem;
    padding-top: 0.06rem;
  }

  .floor_6_1 .parHd ul li i {
    top: 0.38rem;
  }

  .floor_6_main .floor_1_00 {
    top: 1rem;
  }

}

.floor_7_main {
  width: 100%;
  background: url(../images/t10_02.jpg) no-repeat top center;
  padding-bottom: 70px;
  padding-top: 40px;
}

.floor_7_main .floor_1_0 h3 {
  color: #fff0dd;
}

.floor_7_1 {
  width: 100%;
  padding-top: 12px;
}

.floor_7_1 ul {
  display: inline-block;
  width: 100%;
}

.floor_7_1 ul li {
  width: 20%;
  float: left;
  text-align: center;
  margin-top: 50px;
  transition: all ease 0.36s;
}

.floor_7_1 ul li img {
  display: block;
  width: 45.5%;
  margin: 0 auto;
}

.floor_7_1 ul li h3 {
  font-size: 24px;
  color: #fff0dd;
  line-height: 24px;
  font-weight: bold;
  text-shadow: rgba(90, 0, 0, 0.5) 1px 0px 2px;
  padding-top: 14px;
}

.floor_7_1 ul li p {
  font-size: 18px;
  color: #fff0dd;
  line-height: 24px;
  padding-top: 12px;
}

.floor_7_1 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}


.bottom_main {
  background-color: #0e1b2c;
  width: 100%;
  position: relative;
}

.bottom_main .bottom_nav {
  padding-top: 0.6rem;
  overflow: hidden;
}

.bottom_main .bottom_nav .we_z {
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  padding-bottom: 20px;
  display: inline-block;
}

.bottom_main .bottom_nav .webLogo {
  display: block;
  float: left; 
}

.bottom_main .bottom_nav .webLogo img {
  display: block;
  height: 0.7rem; 
}

.bottom_main  .you{ padding-top: 0.2rem; display: none; font-size: 0.16rem; color: #fff; }
.bottom_main  .you p{ display: inline-block;font-size: 0.16rem; color: #fff; }
.bottom_main  .you a{ display: inline-block; font-size: 0.16rem; color: #fff; }
.bottom_main  .you a:hover{ font-weight: bold; }


.bottom_main .bottom_nav .ul {
  float: right;
  width: 42%;
}

.bottom_main .bottom_nav .ul li {
  float: left;
  position: relative;
  padding-right: 2%;
  padding-bottom: 3%;
}

.bottom_main .bottom_nav .ul li a {
  display: block;
  font-size: 20px;
  color: #e0e8f5;
  line-height: 20px;
  width: 100px;
  float: left;
}

.bottom_main .bottom_nav .ul li i {
  display: block;
  float: left;
  font-size: 20px;
  color: #404e63;
  line-height: 20px;
  padding: 0 30px;
}

.bottom_main .bottom_nav .ul li:nth-child(4n) i {
  display: none;
}

.bottom_main .bottom_nav .ul li a:hover {
  color: #fff;
}

.bottom_main .we_y {
  width: 100%;
  display: inline-block;
  padding-top: 1%;
}

.bottom_main .we_y1 {
  float: left;
}

.bottom_main .we_y1 .we_tel {
  display: inline-block;
}

.bottom_main .we_y1 .we_tel i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.24rem -0.66rem;
  float: left;
}

.bottom_main .we_y1 .we_tel p {
  display: block;
  float: left;
  font-size: 0.36rem;
  font-weight: bold;
  color: #c2cee0;
  line-height: 0.3rem;
  padding-left: 0.1rem;
  font-family: "arial";
}

.foot_dzy {
  position: relative;
  padding-top: 0.3rem;
}

.foot_dzy ul {
  display: inline-block;
}

.foot_dzy ul li {
  width: 38px;
  height: 38px;
  background-color: #8c98aa;
  border-radius: 50%;
  float: left;
  margin-right: 14px;
  position: relative;
  cursor: pointer;
}

.foot_dzy ul li p img {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.foot_dzy ul li .img {
  display: none;
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: -170px;
  margin-left: -80px;
  max-width: inherit;
}

.foot_dzy ul li:hover .img {
  display: block;
}

.bottom_main .we_y2 {
  font-size: 14px;
  color: #c2cee0;
  line-height: 34px;
  text-align: left;
}

.bottom_main .we_y2 a {
  font-size: 14px;
  color: #c2cee0;
  line-height: 34px;
  display: inline-block;
}

.bottom_main .we_y2 a:hover {
  color: #fff;
}

.bottom_main .bottom_nav .we_z ul {
  display: inline-block;
  width: 100%;
}

.bottom_main .bottom_nav .we_z ul li {
  padding-top: 14px;
}

.bottom_main .bottom_nav .we_z ul li h3 {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.bottom_main .bottom_nav .we_z ul li p {
  font-size: 32px;
  color: #fff;
  line-height: 30px;
  font-family: "Arial";
  padding-top: 4px;
}

.bottom_main .bottom_nav .po {
  font-size: 14px;
  color: #828282;
  line-height: 30px;
}

.bottom_main .bottom_nav .we_j {
  float: left;
  width: 28.6%;
  background: url(../images/s12_03.png) no-repeat right top;
  margin-left: 7%;
  min-height: 244px;
}

.bottom_main .bottom_nav .we_j h3 {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
}

.bottom_main .bottom_nav .we_j ul {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.bottom_main .bottom_nav .we_j ul a {
  display: block;
  float: left;
  width: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-top: 26px;
}

.bottom_main .bottom_nav .we_j ul a:hover {
  font-weight: bold;
}





.bottom_main .bnav {
  float: right;
  width: 60%;
}

.bottom_main .bnav .list li {
  float: left;
  display: block;
  list-style: none;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  min-height: 104px;
  padding-left: 11%;
}

.bottom_main .bnav .list li a {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.bottom_main .bnav .list .drop {
  padding-top: 10px;
}

.bottom_main .bnav .list .drop a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #757575;
}

.bottom_main .bnav .list li a:hover {
  color: #fff;
}

.bottom_main .bnav .list .drop a:hover {
  color: #fff;
}

.b_nc {
  width: 100%;
  display: inline-block;
}

.bnaew {
  float: right;
  width: 136px;
}

.bnaew ul {
  display: inline-block;
  width: 100%;
}

.bnaew ul li {
  width: 134px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
}

.bnaew ul li i {
  display: block;
  float: left;
  width: 26px;
  height: 19px;
  background: url(../images/j14_03.png) no-repeat center center;
  margin-left: 12px;
  margin-top: 10px;
  transition: all ease 0.36s;
}

.bnaew ul li.li2 i {
  background: url(../images/j14_06.png) no-repeat center center;
}

.bnaew ul li.li3 i {
  background: url(../images/j14_08.png) no-repeat center center;
}

.bnaew ul li span {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  padding-left: 14px;
  transition: all ease 0.36s;
}

.bnaew ul li:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.bnaew ul li:hover span {
  display: block;
  padding-left: 12px;
}

.bnaew ul li img {
  display: block;
  width: 120px;
  height: 0;
  transition: all ease 0.36s;
  position: absolute;
  left: -130px;
  top: -40px;
}

.bnaew ul li:hover img {
  height: 120px;
}

.bottom_copy {
  font-size: 14px;
  color: #757575;
  line-height: 50px;
  border-top: 1px solid #474747;
}

.bottom_copy a {
  display: inline-block;
  font-size: 14px;
  color: #757575;
}

.bottom_copy a:hover {
  color: #fff;
  font-weight: bold;
}

.bottom_copy p {
  float: left;
}

.bottom_copy i {
  display: block;
  float: right;
}

@media (max-width: 1660px) {
  .bottom_main .bottom_nav ul li p span {
    font-size: 20px;
  }

  .bottom_main .bottom_nav ul li p a {
    font-size: 20px;
  }

  .bottom_main .bottom_nav ul li.li5 p span {
    font-size: 16px;
  }

  .bottom_main .bnav .list li {
    padding-left: 9%;
  }

  .bottom_main .bottom_nav .ul {
    width: 48%;
  }
}


.bottom_main .bottom_copy .box1 {
  width: 42%;
}

.bottom_main .bottom_copy .box1 h3 {
  color: #888c95;
  font-size: 14px;
  line-height: 30px;
}

.bottom_main .bottom_copy .box1 h3 a {
  color: #cb1a20;
}

.bottom_main .bottom_copy .box1 p {
  line-height: 29px;
  color: #626671;
  font-size: 14px;
  padding-top: 29px;
}

.bottom_main .bottom_copy .box1 p a {
  color: #626671;
}

.bottom_main .bottom_copy .box1 p a:hover {
  color: #fff;
}

.bottom_main .bottom_copy .box2 {
  width: 16%;
  text-align: center;
}

.bottom_main .bottom_copy .box2 img {
  width: 110px;
  height: 110px;
  padding: 4px;
  border: 1px solid #535967;
}

.bottom_main .bottom_copy .box2 p {
  color: #888c95;
  line-height: 30px;
}

.bottom_main .bottom_copy .box3 {
  width: 42%;
}

.bottom_main .bottom_copy .box3 .tit {
  text-align: right;
}

.bottom_main .bottom_copy .box3 .ul {
  width: 180px;
  overflow: hidden;
}

.bottom_main .bottom_copy .box3 ul {
  width: 248px;
}

.bottom_main .bottom_copy .box3 li {
  width: 124px;
  float: left;
  line-height: 35px;
}

.bottom_main .bottom_copy .box3 li a {
  color: #888c95;
}

.bottom_main .bottom_copy .box3 li a:hover {
  color: #fff;
}

.bottom_main .bottom_copy .tit {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

.bottom_main .bottom_copy .tit span {
  display: inline-block;
  background: #fff;
  width: 20px;
  height: 3px;
  vertical-align: middle;
}

/*rightFix*/
.rightFix {
  width: 0.65rem;
  position: fixed;
  right: 0.1rem;
  bottom: 18%;
  z-index: 999;
  display: none;
}

.rightFix a {
  width: 0.65rem;
  height: auto;
  background: #1595d3;
  text-align: center;
  display: block;
  margin-bottom: 0.02rem;
  position: relative;
  padding-top: 0.08rem;
  border-radius: 0.05rem;
  padding-bottom: 0.05rem;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #1595d3;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 200px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  top: 0;
  background: #1595d3;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}

.rightFix a:hover {
  background-color: #1595d3;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -210px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.rightFix .fix-ewm {
  background: #1c78cc;
}

.rightFix .mess {
  background: #1c6bb3;
}

.rightFix .fix_top {
  background: #135088;
}





/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background: #1595d3;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #1595d3;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}


/*响应1440 到 1680屏幕*/
@media (min-width: 1440px) and (max-width: 1680px) {
  .about_2_main .develop_box {
    padding: 0 6%;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

/* 响应1200屏幕 */
@media (max-width: 1660px) {
  .header_main .email .member {
    display: none;
  }

  .header_main .nav_main {}

  .header_main .nav_main .item {
    padding: 0 24px;
    padding-top: 15px;
  }

  .header_main .nav_main .item a {
    font-size: 16px;
  }

  .header_main .nav .sub-box {
    left: 10px;
  }

  .header_main .nav li:nth-child(9) .sub-box {
    left: auto;
    right: 10px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt {
    width: 1000px;
    margin-left: -500px;
  }

}

@media (max-width: 1366px) {
  .header_main .nav_main .item {
    padding: 0 18px;
    padding-top: 15px;
  }

}

/*# sourceMappingURL=index.css.map */
.rightFix a.mtel {
  display: none;
}

.floor_1_2 {
  display: none;
  position: relative;
  width: 100%;
}

.floor_1_2 .gallery-top1 {
  width: 100%;
}

.floor_1_2 .gallery-top1 .swiper-slide {
  width: 100%;
}

.floor_1_2 .gallery-top1 .swiper-slide img {
  display: block;
  width: 100%;
}

.floor_1_1 .gallery-thumbs1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.6);
  height: 0.8rem;
}

.floor_1_1 .gallery-thumbs1 .swiper-slide {
  height: 0.8rem;
  position: relative;
  width: 20%;
  float: left;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_1_1 .gallery-thumbs1 .swiper-slide h3 {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.8rem;
}

.floor_1_1 .gallery-thumbs1 .swiper-slide i {
  display: block;
  width: 1px;
  height: 0.24rem;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 0.28rem;
}

.floor_1_1 .gallery-thumbs1 .swiper-slide.swiper-slide-thumb-active {
  background: #1595d3;
  background: -moz-linear-gradient(top, #1595d3 0%, #dff0ff 100%);
  background: -webkit-linear-gradient(top, #1595d3 0%, #dff0ff 100%);
  background: linear-gradient(to bottom, #1595d3 0%, #dff0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1595d3', endColorstr='#dff0ff', GradientType=0);
  transition: all ease 0.36s;
}

.floor_1_1 .gallery-thumbs1 .swiper-slide.swiper-slide-thumb-active h3 {
  color: #fff;
  font-weight: bold;
}


.subNavShow {
  display: none;
  width: 100%;
}

.subNavShow .subNavCon {
  width: 100%;
  height: 100%;
}

.subNavShow ul {
  width: 100%;
  padding: 0px 0 .5rem;
  overflow-y: auto;
  height: 100%;
}

.subNavShow li {
  width: 100%;
  display: block;
  line-height: .9rem;
  padding: 0 3%;
  width: 94%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.subNavShow li a {
  display: block;
  color: #fff;
  font-size: .3rem;
  width: 80%;
}

.subNavShow li.on>a {
  color: #1595d3;
}

.subNavShow li s {
  width: .4rem;
  height: .4rem;
  display: block;
  text-align: center;
  color: #333;
  background: url(../images/header_ico1.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .25rem;
  margin-right: 0;
}

.subNavShow li.on s {
  background: url(../images/header_ico2.png) no-repeat;
  background-size: 100% 100%;
}

.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}

.subNavShow li .box {
  display: none;
  padding: 0 .2rem 0rem;
}

.subNavShow li .box a {
  border-color: #f9f9f9;
  height: .8rem;
  line-height: .8rem;
  width: 100%;
  color: #fff !important;
  font-size: .24rem;
  float: left;
  font-weight: 400;
  border-bottom: 1px dashed #ddd;
  width: 48%;
  margin-right: 4%;
}

.subNavShow li .box a:nth-child(2n) {
  margin-right: 0;
}

.subNavShow li .box .boc_l {
  display: inline-block;
  width: 100%;
}



.floor_6_1 .parHd .arrow .prev {
  width: 0.43rem;
  height: 0.4rem;
  display: block;
  background-position: -0.86rem -5.4rem;
  left: 4%;
  top: 50%;
  position: fixed;
  margin-top: -0.2rem;
}

.floor_6_1 .parHd .arrow .next {
  width: 0.43rem;
  height: 0.4rem;
  display: block;
  background-position: -1.35rem -5.4rem;
  right: 4%;
  top: 50%;
  position: fixed;
  margin-top: -0.2rem;
}

.index_mp4 {
  width: 800px;
  height: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -400px;
  z-index: 9999;
  background: linear-gradient(to right, #f8e3c0, #fff8e5, #fff1d8);
  display: none;
  border: .03rem solid #d7b57e;

}

.index_mp4 .playcon {
  text-align: center;
  background-size: 100% auto;
  height: 100%;
  overflow: hidden;
}

.index_mp4 .playcon video {
  width: 100%;
  height: 100%;
  background: #000;
}



.index_mp4 .close {
  width: .6rem;
  height: .6rem;
  position: absolute;
  right: -.5rem;
  top: -.5rem;
  cursor: pointer;
  background: url(../images/closeM.png) no-repeat center center;
  background-size: cover;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 10;
}

.index_mp4 .close:hover {
  transform: rotate(180deg);
}

.floor_1_2 {
  display: none;
}

.floor_8_main{ width: 100%; position: relative; }
.floor_8_main img{ display: block; width: 100%; }
.floor_8_main .img2{ display: none; }
.floor_8_main .w1600{position: absolute; left: 50%; top: 0; margin-left: -800px;}
.floor_8_main .floor_1_00 h3{ color: #fff; padding-top: 6%; }

@media (max-width: 1660px) {

.floor_8_main .w1600{margin-left: -600px;}
}
@media (max-width: 1460px) {.floor_1_1 .gallery-thumbs2{bottom: -4%;}}
.floor_1_main.animated .floor_1_10 dl dd p,
.floor_6_main.animated .floor_1_00 h3,
.floor_6_main.animated .floor_1_00 p,
.floor_4_main.animated .floor_4_1 .floor_4_11 p,
.floor_3_main.animated .floor_1_00 h3,
.floor_3_main.animated .floor_1_00 p,.floor_2_main.animated .floor_2_11 h3,.floor_1_1 .gallery-top2 .swiper-slide.swiper-slide-active p,.floor_8_main.animated .floor_1_00 h3{
  animation: typing 2s steps(60) forwards;
  white-space: nowrap;
  overflow: hidden;
}

/* .floor_1_main.animated .floor_1_1 .gallery-top2 .swiper-slide p,
.floor_2_main.animated .floor_2_11 .floor_2_11 h3,
.floor_2_main.animated .floor_2_11 .floor_2_11 p {
  animation: typing 2s steps(60) forwards;
  white-space: nowrap;
  overflow: hidden;
} */

@media (max-width: 1200px) {

.floor_8_main .img2{ display: block; }
.floor_8_main .img1{ display: none; }
.floor_8_main .w1600 {
        margin: 0px 8%; left: 0; width: 84%;
    }

	.floor_2_1 .a1{ font-size:0.26rem;line-height: 0.3rem; }
  .header_main.xc .menu-btn i {
    margin-top: 0.07rem; 
  }

  .floor_2_12 {
    margin-top: 0
  }

  .floor_1_2 {
    display: block;
  }

  .floor_1_3 {
    display: none;
  }

  .index_mp4 {
    width: 80%;
    left: 10%;
    margin-left: 0;
    height: 4rem;
    margin-top: -2rem;
  }

  .show_mp4 .playcon {
    border-radius: 0;
  }

  .show_mp4 {
    border-radius: 0;
    height: 4rem;
    margin-top: -2rem;
  }

  .floor_6_1 .parHd .arrow {
    display: block;
  }



  .floor_1_1 .gallery-top3 .swiper-slide .img2 {
    display: block;
  }

  .floor_1_1 .gallery-top3 .swiper-slide .img1 {
    display: none;
  }

  .floor_1_1 .gallery-thumbs1 {
    display: block;
  }

  .floor_1_1 .gallery-thumbs3 {
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    position: absolute;
  }

  .floor_1_1 .gallery-thumbs3 .swiper-slide {
    width: 260px;
    height: 68px;
    border-bottom: rgba(255, 255, 255, 0.3) solid 2px;
    position: relative;
    cursor: pointer;
  }

  .floor_1_1 .gallery-thumbs3 .swiper-slide i {
    display: block;
    width: 0;
    height: 3px;
    background-color: #1595d3;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all ease 0.36s;
  }

  .floor_1_1 .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active h3 {
    color: #1595d3;
    font-weight: bold;
  }

  .floor_1_1 .gallery-thumbs3 .swiper-slide.swiper-slide-thumb-active i {
    display: block;
    width: 100%;
    transition: all ease 0.36s;
  }

  .floor_1_1 .gallery-thumbs3 .swiper-slide h3 {
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    line-height: 0.6rem;
  }

  .floor_1_1 .gallery-top3 .swiper-button-next {
    display: none;
  }

  .floor_1_1 .gallery-top3 .swiper-button-prev {
    display: none;
  }

  .floor_6_1 .parBd .slideBox .img1 {
    display: none;
  }

  .floor_6_1 .parBd .slideBox .img2 {
    display: block;
  }

  .floor_6_1 .parHd ul li.on p {
    display: none;
  }

  .floor_6_1 .parHd ul li h3 {
    width: 74%;
    padding: 0 13%;
  }

  .floor_6_1 .parBd .slideBox {
    padding-bottom: 1rem;
  }

  .floor_6_1 .parBd .slideBox ul li dl {
    position: sticky;
    bottom: 0;
    left: 0;
    display: none !important;
  }

  .floor_6_1 .parBd .sli1 ul .li1 {
    position: absolute;
    right: auto;
    top: 55%;
    left: 25%;
  }

  .floor_6_1 .parBd .sli1 ul .li2 {
    position: absolute;
    right: auto;
    top: 59%;
    left: 22%;
  }

  .floor_6_1 .parBd .sli1 ul .li3 {
    position: absolute;
    right: auto;
    top: 60%;
    left: 27%;
  }

  .floor_6_1 .parBd .sli1 ul .li4 {
    position: absolute;
    right: auto;
    top: 63%;
    left: 23%;
  }

  .floor_6_1 .parBd .sli2 ul .li1 {
    position: absolute;
    right: auto;
    top: 54%;
    left: 23%;
  }

  .floor_6_1 .parBd .sli2 ul .li2 {
    position: absolute;
    right: auto;
    top: 57%;
    left: 18%;
  }

  .floor_6_1 .parBd .sli2 ul .li3 {
    position: absolute;
    right: auto;
    top: 60%;
    left: 27%;
  }

  .floor_6_1 .parBd .sli3 ul .li1 {
    position: absolute;
    right: auto;
    top: 59%;
    left: 58%;
  }

  .floor_6_1 .parBd .sli3 ul .li1 dl {
    top: 10px;
  }

  .floor_6_1 .parBd .sli3 ul .li2 {
    position: absolute;
    right: auto;
    top: 10%;
    left: 49%;
  }

  .floor_6_1 .parBd .sli4 ul .li1 {
    position: absolute;
    right: auto;
    top: 58%;
    left: 23%;
  }

  .floor_6_1 .parBd .sli4 ul .li2 {
    position: absolute;
    right: auto;
    top: 57%;
    left: 14%;
  }

  .floor_6_1 .parBd .sli4 ul .li3 {
    position: absolute;
    right: auto;
    top: 46%;
    left: 23%;
  }

  .floor_6_1 .parBd .sli5 ul .li1 {
    position: absolute;
    right: auto;
    top: 55%;
    left: 16%;
  }

  .floor_6_1 .parBd .sli5 ul .li2 {
    position: absolute;
    right: auto;
    top: 57%;
    left: 23%;
  }

  .floor_6_1 .parHd ul {
    width: 94%;
    margin: 0 auto;
  }

  .floor_6_1 .parHd ul li {
    height: 0.7rem;
    display: block;
    width: 45%;
    border-bottom: #dfdfdf solid 0.01rem;
  }

  .floor_6_1 .parHd ul li h3 {
    float: left;
    font-size: 0.26rem;
    width: 90%;
    padding: 0;
    line-height: 0.7rem;
    text-align: left;
    padding-top: 0;
    padding-left: 5%;
  }

  .floor_6_1 .parHd ul li.on {
    background: transparent;
  }

  .floor_6_1 .parHd ul li.on h3 {
    padding-top: 0;
    font-size: 0.26rem;
    color: #1595d3;
  }

  .floor_6_1 .parHd ul li i {
    display: none;
  }

  .header_main .nav_main {
    display: none;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }

  .navigation.on {
    pointer-events: auto;
    clip-path: none;
  }

  #navigation .webLogo {
    top: 2%;
    left: 3%;
  }

  .navBox .col-1 {
    padding-top: 0%;
    width: 92%;
  }

  #navigation .toggle {
    top: 3%;
  }

  .navBox .col-1 .items .item {
    width: 31.8%;
    float: left;
    margin-right: 2.3%;
  }

  .navBox .col-1 .items .item:nth-child(3n) {
    margin-right: 0;
  }

  .navBox .col-1 .items {
    justify-content: left;
  }

  .navBox .col-1 .items .item .al {
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }

  .floor_2_11 h3 {
    font-size: 0.5rem;
    line-height: 0.56rem;
  }

  .floor_2_11 .p2 .a1 {
    margin-top: 0.3rem;
    margin-left: 0;
  }

  .rightFix a.pctel,
  .rightFix a.fix-ewm,
  .rightFix a.mess {
    display: none;
  }

  .rightFix a.mtel {
    display: block;
  }

  .floor_1_10 dl dt {
    margin-top: 0rem;
  }

  .floor_1_10 dl dd {
    padding-left: 0rem;
  }

  .floor_1_1 .gallery-top3 .swiper-slide p {
    width: 80%;
    position: absolute;
    left: 7%;
    text-align: left;
    top: 22%;
    font-size: 0.24rem;
    color: #fff;
  }

  .floor_1_2 {
    display: block;
  }

  .floor_1_10 dl {
    left: 7%;
    top: 10%;
  }

  .floor_6_1 {
    padding-top: 1.8rem;
    padding-bottom: 0.5rem;
  }

  .floor_6_main .floor_1_00 {
    top: 0.6rem;
  }

  .floor_3_main .floor_1_00 {
    padding-left: 0%;
  }

  .floor_3_1 .hd {
    width: 28%;
  }

  .floor_3_1 .bd {
    width: 100%;
  }

  .floor_3_1 .bd ul li .m p {
    height: 0.9rem;
  }

  .floor_3_1 .bd ul li .i h3 {
    width: 56%;
  }

  .floor_3_1 .bd ul li:hover .m {
    display: none;
  }

  .floor_3_1 .hd ul li {
    margin-bottom: 25%;
  }

  .floor_4_1 .floor_4_11 img {
    display: none;
  }

  .floor_4_1 .floor_4_11 {
    width: 100%;
    float: none;
  }

  .floor_4_1 .floor_4_11 i {
    right: 1.9rem;
    top: 1.6rem;
  }

  .floor_4_1 .floor_4_12 {
    width: 100%;
    float: none;
    height: auto;
  }

  .floor_4_main {
    padding-bottom: 0.5rem;
  }

  .bottom_main .bottom_nav .webLogo {
    float: none;
  }

  .bottom_main .bottom_nav .ul {
    float: none;
    padding-top: 0.4rem;
    width: 100%;
  }

  .foot_dzy {
    display: none;
  }

  .bottom_main .we_y2 {
    float: none;
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.5rem;
  }

  .bottom_main .we_y1 {
    position: absolute;
    right: 3%;
    top: 0.8rem;
  }

  .bottom_main .bottom_nav {
    padding-top: 0.4rem;
  }

  .bottom_main .we_y2 a.yyzz,
  .bottom_main .we_y2 a.sitemap {
    display: none;
  }

  .bottom_main {
    padding-bottom: 6%;
    background-size: cover;
  }

  .bottom_main .we_y2 a {
    font-size: 0.24rem;
  }

  .rightFix a h3 {
    display: none;
  }

  .rightFix a {
    border-radius: 50%;
    height: 0.52rem;
    height: 0.8rem;
    width: 0.9rem;
  }

  .rightFix .ico {
    margin-top: 0.18rem;
  }

  .floor_2_11 {
    height: auto;
    width: 100%;
    float: none;
  }

  .floor_2_11 .p2 .a1 {
    margin-top: 0rem;
    margin-left: 0.2rem;
  }

  .floor_2_12 {
    height: auto;
    width: 100%;
    float: none;
    padding-top: 0.3rem;
  }

  .floor_2_11 i {
    margin-top: 0rem;
    position: absolute;
    right: 0;
    top: 0rem;
  }

  .floor_2_121 {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .floor_2_12 ul li dd {
    font-size: 0.24rem;
  }

  .floor_2_12 ul li {
    width: 2.2rem;
    height: 2.5rem;
    margin-top: 2%;
  }
  .floor_2_12 ul li.li4{ margin-left:17%;margin-top: -0.43rem;}
.floor_2_12 ul li.li5{ margin-right:17%;margin-top: -0.43rem;}
  .floor_2_12 ul li dt {
    padding-top: 5%;
  }

  .header_main .en {
    font-size: 0.3rem;
    line-height: 0.3rem;
    padding-top: 0.08rem;
  }

  .header_main .menu-btn i {
    width: 0.38rem;
    height: 0.31rem;
    background-position: -6.28rem -0rem;
    margin-top: 0.08rem;
  }

  .header_main .menu-btn {
    width: 0.38rem;
  }

  .header_main .quick {
    margin-top: 0.28rem;
  }

  #navigation .webLogo img {
    display: block;
    width: 100%;
  }

  .subNavShow {
    display: block;
  }

  .navBox .col-1 {
    display: none;
  }

  .bottom_main .bottom_nav .ul li a {
    display: block;
    font-size: 0.24rem;
    color: #e0e8f5;
    line-height: 0.26rem;
    width: 70%;
  }

  .bottom_main .bottom_nav .ul li i {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .bottom_main .bottom_nav .ul li {
    float: left;
    position: relative;
    padding-right: 2%;
    padding-bottom: 3%;
    width: 23%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }

  .floor_4_12 ul li {
    width: 32.8%;
  }

  .bottom_main .bottom_nav .we_z ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }

  .rightFix {
    width: 0.9rem;
  }

  .z_banner {
    display: none;
  }

  .m_banner {
    display: block;
  }

.floor_1_main .banner-background{ display:none !important; }
.floor_1_img{ display: block; }








}










@media(max-width:751px) {
  .w1600 {
    width: 94%;
    margin: 0 3%;
  }
}

@media only screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}

@media only screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media only screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 53.3333px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 42.6666px;
  }
}