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;
}

div,
p,
li {
  word-break: break-all;
}

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: #0d5da2;
  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;
}

.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.w1440 {
  width: 1440px;
  max-width: 1440px;
  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%;
  min-width: 1000px;
  height: 97vh;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .vbox-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .vbox-img a {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .vbox-img .img {
  width: 100%;
  height: 100%;
}

.banner .vbox-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .vbox-img video {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  object-fit: contain;
  transform: translateX(-50%);
}

@media (max-width: 1560px) {
  .banner .vbox-img video {
    height: 100%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom {
  font-size: 0;
  bottom: 80px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 5px;
  background: #fff;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all ease-out 0.3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.banner .swiper-button-prev {
  left: 5%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-button-next {
  right: 5%;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
}

.banner .swiper-button-prev::before,
.banner .swiper-button-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
}

.banner .swiper-button-prev .border,
.banner .swiper-button-next .border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner .swiper-button-prev .border svg,
.banner .swiper-button-next .border svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.banner .swiper-button-prev:hover .border svg,
.banner .swiper-button-next:hover .border svg {
  opacity: 1;
}

.banner .swiper-button-prev:hover .border .progress-bar,
.banner .swiper-button-next:hover .border .progress-bar {
  animation: box1run 1s linear normal forwards;
}

.banner .swiper-button-prev .icon0 svg,
.banner .swiper-button-next .icon0 svg {
  width: 10px;
  height: 14px;
}

.banner .swiper-button-prev .icon0,
.banner .swiper-button-next .icon0 {
  width: 10px;
  height: 14px;
  display: flex;
}

.banner .swiper-button-prev:hover .icon0 svg path,
.banner .swiper-button-next:hover .icon0 svg path {
  fill: #ea5829;
}

.banner .swiper-button-prev .icon0 svg path,
.banner .swiper-button-next .icon0 svg path {
  fill: rgba(255, 255, 255, 0.7);
  transition: all ease-out 0.3s;
}

.banner .swiper-button-next svg {
  transform: rotateZ(180deg);
}

@keyframes box1run {
  0% {
    stroke-dashoffset: 213;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes maas {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes mouse {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.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;
  transition: ease 1s;
  animation: upin2 4s ease;
}

.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner .list li #video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center;
  left: 0;
  background-size: cover;
  top: 0;
}

@keyframes upin2 {
  0% {
    transform: scale(1.05)
  }

  100% {
    transform: scale(1)
  }
}

.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: #0d5da2;
  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 .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;
  overflow: hidden;
}

.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);
}

.index_main .section1 .index_banner .item .inner .block_txt {
  position: absolute;
  top: 44%;
  right: 10px;
  left: 50%;
  opacity: 0;
  width: 1440px;
  margin-left: -720px;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: left;
}

.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: #0d5da2;
}

/*.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: 70px;
  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: #0d5da2;
  line-height: 16px;
  padding-top: 30px;
}

.in_bl .in_bz i {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 50px;
  background-position: 0px -432px;
  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: #0d5da2;
  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;
  }
}


.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: 1600px) {
  .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;
  }
}

@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 .inner .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 .navbg {
  width: 100%;
  height: 460px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff url(../images/y13_02.jpg) left bottom no-repeat;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  display: none;
}


.header_main {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 1280px;
  width: 100%;
  height: 100px;
  transition: all 0.9s ease-out 0s;
  z-index: 100;
  border-bottom: rgb(255, 255, 255, 0.3) solid 1px;
}

.header_main.xc,
.header_main.nt {
  background: #fff;
  border-bottom: #f2f2f2 solid 1px;
  height: 80px;
}

.header_main .header {
  position: relative;
  z-index: 14;
}

.header_main .webLogo {
  padding-top: 25px;
  margin-left: 3vw;
  float: left;
}

.header_main .webLogo img {
  display: block;
  height: 50px;
}

.header_main .webLogo .img1 {
  display: none;
}

.header_main.xc .webLogo .img1 {
  display: block;
}

.header_main.xc .webLogo .img {
  display: none;
}

.header_main.xc .webLogo img {
  display: block;
  height: 50px;
}

.header_main.xc .webLogo {
  padding-top: 15px;
}

.header_main .nav_main {
  height: 100px;
  float: right;
}

.nav_main .nav {
  position: relative;
}

.header_main .nav_main .item {
  padding: 0 20px;
  float: left;
  height: 100px;
  z-index: 12;
  position: relative;
}

.header_main.xc .nav_main .item {
  height: 80px;
}

.header_main .nav_main .item a {
  display: block;
  height: 100px;
  font-size: 20px;
  line-height: 100px;
  position: relative;
  color: #fff;
  z-index: 5;
  padding: 0 26px;
  border-radius: 30px;
}

.header_main.xc .nav_main .item a {
  height: 80px;
  line-height: 80px;
}

.header_main.xc .nav_main .item a,
.header_main.nt .nav_main .item a {
  color: #333;
}

.header_main .nav_main .item:hover .alink,
.header_main .nav_main .item.hover .alink {
  color: #fff;
  font-weight: bold;
}

.header_main.xc .nav_main .item:hover .alink,
.header_main.xc .nav_main .item.hover .alink,
.header_main.nt .nav_main .item:hover .alink,
.header_main.nt .nav_main .item.hover .alink {
  color: #333;
}

.header_main.xc .nav_main .item .alink {}

.header_main .nav_main .item .sub-box {
  display: none !important;
}


.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: #0d5da2;
  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;
  /* height:200px; */
  display: none;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.header_main.xc .nav .sub-box {
  top: 79px;
}

.header_main .nav .sub-box .it {
  width: 100%;
  position: relative;
  z-index: 5;
}

.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 {
  color: #333;
  float: left;
  line-height: 40px !important;
  height: 40px !important;
  width: 94%;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 3%;
  margin-top: 0;
}

.header_main:hover .nav_main .item.active .sub-box .it a {
  color: #fff;
}

.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: #0d5da2;
  font-weight: bold;
}

.header_main .nav_main .item.active .sub-box .it a:hover {
  color: #fff;
  font-weight: bold;
}

.header_main .nav_main .item .sub-box::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 0%;
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  /* background: linear-gradient(to bottom, #fff 0%, transparent 100%); */
  transition: 3s;
  z-index: -1;
}

.header_main .nav_main .item:hover .sub-box::before,
.header_main .nav_main .item.active .sub-box::before {
  height: 100%;
  bottom: auto;
  top: 0;
  color: #fff;
  z-index: 1;
}


.header_main .quick {
  padding-top: 10px;
  margin-left: 26px;
  float: right;
}

.header_main .email {
  margin-top: 30px;
  float: right;
  margin-right: 3vw;
  margin-left: 7vw;
}

.header_main.xc .email {
  margin-top: 19px;
}

.header_main .email .tel {
  float: left;
  display: flex;
  padding-top: 8px;
}

.header_main .email .tel p {
  font-size: 18px;
  color: #999;
  line-height: 18px;
  float: left;
  padding-left: 10px;
}

.header_main .email .tel_t {
  float: left;
  width: 54px;
  height: 54px;
  background-color: #0d5da2;
  border-radius: 50%;
  position: relative;
}

.header_main .email .tel i {
  display: block;
  width: 23px;
  height: 23px;
  background-position: -112px -48px;
}

.header_main .email .tel h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 14px;
}

.header_main .email .tel p span {
  display: block;
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  color: #0d5da2;
  font-family: Arial;
  padding-top: 4px;
}

.header_main.xc .email .tel i {
  background-position: -154px -48px;
}

.header_main.xc .email .tel h3 {
  color: #333;
}

.header_main .email .en {
  display: none;
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  text-transform: uppercase;
  float: left;
}

.header_main .email .ji_t {
  width: 200px;
  height: 50px;
  background-color: #0d5da2;
  border-radius: 50px;
  float: left;
  margin-left: 40px;
  margin-right: 60px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.header_main .email .ji_t .p {
  width: 80%;
  margin: 0 auto;
  position: relative;
  height: 50px;
}

.header_main .email .ji_t .p i {
  display: block;
  width: 13px;
  height: 17px;
  background-position: -97px -49px;
  float: left;
  margin-top: 17px;
}

.header_main .email .ji_t .p span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  float: left;
  padding-left: 8px;
}

.header_main .email .ji_t .p b {
  display: block;
  width: 10px;
  height: 6px;
  background-position: -124px -49px;
  float: right;
  margin-top: 23px;
}

.header_main .email .ji_t ul {
  width: 540px;
  padding-right: 6px;
  height: 220px;
  overflow-y: auto;
  background-color: #fff;
  display: none;
}

.header_main .email .ji_t ul li {
  width: 42%;
  padding: 0 4%;
  height: 50px;
  background-color: #fff;
  color: #333;
  border-bottom: #f5f5f5 solid 1px;
  line-height: 50px;
  display: block;
  float: left;
}

.header_main .email .ji_t ul li p {
  font-size: 14px;
  float: left;
  line-height: 50px;
}

.header_main .email .ji_t ul li i {
  display: block;
  width: 7px;
  height: 12px;
  background-position: -13px -313px;
  float: right;
  margin-top: 20px;
}

.header_main .email .ji_t ul li:hover p {
  color: #0d5da2;
}

.header_main .email .ji_t ul li:hover i {
  background-position: -13px -335px;
}

.header_main .email .ji_t:hover ul {
  display: block;
}

.header_main .email .search_btn {
  width: 358px;
  border: #a1a1a1 solid 1px;
  height: 48px;
  float: left;
  display: block;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.header_main .email .search_btn .stxt {
  width: 80%;
  height: 48px;
  padding-left: 5%;
  border: none;
  outline: none;
  float: left;
}

.header_main .email .search_btn .sbtn {
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  margin-top: 14px;
  outline: none;
  cursor: pointer;
  background-position: -63px -49px;
  float: right;
  margin-right: 16px;
}

.header_main.xc .email .search_btn,
.header_main.nt .email .search_btn,
.header_main.nt .email .search_btn,
.header_main.nt .email .search_btn {
  border: #999 solid 1px;
}

.header_main .search-box {
  float: left;
  z-index: 101;
  height: 100%;
  position: relative;
  display: block;
  margin-left: 3vw;
}

.header_main .search-box .butn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.header_main .search-box .butn i {
  width: 39px;
  height: 39px;
  background-position: -278px 0;
}

.header_main.xc .search-box .butn i,
.header_main.nt .search-box .butn i {
  background-position: -322px 0;
}

.header_main .search-box .butn.hov i {
  background-position: -230px 0;
  border-radius: 100%;
}

.header_main .share-sub {
  position: absolute;
  right: 50px;
  top: 0px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.header_main .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #f5f5f5;
  outline: none;
}

.header_main .share-sub .sub-btn {
  border: none;
  background-color: #f5f5f5;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -326px -8px;
  transition: ease-in-out 0.2s;
  outline: none;
}





.header_main.xc .email .member,
.header_main.nt .email .member {
  color: #333;
}

.header_main.xc .email .member i,
.header_main.nt .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,
.header_main.nt .tel_right .webTel {
  color: #0d5da2;
  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;
}

.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);
  }
}


.header_main .menu-btn {
  position: relative;
  background: url("../images/menuico.png") no-repeat center center;
  cursor: pointer;
  z-index: 99;
  width: 18px;
  height: 29px;
  background-size: 100%;
  display: block;
  float: left;
  margin-left: 40px;
  margin-top: 5px;
  display: none;
}

.header_main.nt .menu-btn {
  background: url("../images/menuico1.png") no-repeat center center;
  background-size: 100%;
}

.header_main.on {
  opacity: 0;
  transition: all ease 0.5s;
}

.navigation {
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 333;
  display: flex;
  align-items: center;
  height: 100vh;
  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) !important;
}

#navigation .webLogo {
  position: absolute;
  top: 5%;
  left: 3%;
  display: block;
}

#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: 26px;
  height: 25px;
  background: url(../images/sprite.png) -79px -234px no-repeat;
  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);
}

.g_navbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.g_navbox .g_nav {
  background: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
}


.header_main.xc .en {
  color: #333;
  line-height: 40px;
}

.header_main.xc .quick {
  margin-top: 30px;
}

.header_main.xc .cnt .cn {
  text-shadow: none;
  color: #000;
}

.header_main.xc .cnt i {
  text-shadow: none;
  color: #000;
}

.header_main.xc .cnt .en {
  text-shadow: none;
  color: #000;
}

.header_main.xc .cnt a:hover {
  color: #0f355d;
}

.header_main.xc .menu-btn {
  background: url("../images/menuico1.png") no-repeat center center;
  background-size: 100%;
}


.navBox .col-1 {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  height: 60%;
  width: 90%;
  text-align: center;
  min-width: 1280px;
}

.navBox .col-1 .box {
  position: relative;
  height: 100%;
}

.navBox .col-1 .box .cir {
  position: relative;
  height: 100%;
}

.navBox .col-1 .box .ad {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.navBox .col-1 .box .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.navBox .col-1 .items {
  height: 82%;
  display: inline-block;
}

.navBox .col-1 .items>li {
  cursor: pointer;
  transform: translate3d(12px, 0, 0);
  opacity: 0;
  transition: all 1s ease-in-out;
  float: left;
  padding: 0 50px;
  text-align: left;
}

.navBox .col-1 .items>li>a {
  white-space: nowrap;
  line-height: 0.5rem;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.navBox .col-1 .items>li>a i {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-position: -320px 0px;
  margin-top: 6px;
}

.navBox .col-1 .items>li>a span {
  display: block;
  padding-left: 14px;
  float: left;
  font-size: 24px;
  line-height: 24px;
}

.navBox .col-1 .items>li.on>a i {
  background-position: -295px 0px;
}


.navBox .col-1 .items>li.on>a {
  color: #0f355d;
  font-weight: 600;
}

.navBox .col-2 {
  position: absolute;
  width: 63vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.navBox .col-2 svg {
  position: absolute;
  left: 0;
}

.navBox .col-2 svg #navPath {
  height: 100%;
}

.navBox .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  clip-path: url(#navPath);
}

.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.navBox .col-2 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 1s ease-in-out;
  transform: translate3d(0, 0, 0);
  left: 0;
  transition-delay: 0.3s;
  text-align: center;
  border-radius: 0% 2% 2% 0%/50%;
  opacity: 0;
}

.navBox .col-2 .pic .dbl {
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 30%;
  right: 0;
}

.navBox .col-2 .pic .dbb {
  display: inline-block;
  text-align: left;
}

.navBox .col-2 .pic .dbl a {
  font-size: 18px;
  color: #000;
  line-height: 40px;
  display: block;
}

.navBox .col-2 .pic .dbl a:hover {
  font-weight: bold;
  color: #0f355d;
}

.navBox .col-2 .photo .pic.on,
.navBox .col-2 .photo .pic.next {
  opacity: 1;
}

.navBox .col-2 .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.navBox .col-2 .msg .msgList {
  position: absolute;
  left: 5vw;
  bottom: 8vw;
  opacity: 0;
  pointer-events: none;
}

.navBox .col-2 .msg .msgList h2 {
  line-height: 1;
  font-size: 1.2rem;
  text-transform: capitalize;
}

.navBox .col-2 .msg .msgList h2 .letter {
  text-transform: lowercase;
  font-weight: 400;
}

.navBox .col-2 .msg .msgList h2 .letter:nth-of-type(1) {
  text-transform: uppercase;
}

.navBox .col-2 .msg .msgList.on,
.navBox .col-2 .msg .msgList.next {
  opacity: 1;
}

.navBox .language {
  position: absolute;
  top: 0.4rem;
  right: 2.3rem;
  cursor: pointer;
}

.navBox .language>span {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
  line-height: 0.55rem;
  text-transform: capitalize;
  color: #666666;
}

.navBox .language>span>i {
  display: inline-block;
  margin-right: 0.15rem;
  line-height: 0.55rem;
  color: #666666;
}

.navBox .language .box {
  display: flex;
  position: absolute;
  width: calc(100% + 0.4rem);
  top: 0;
  left: -0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}

.navBox .language .box>span {
  height: 0.55rem;
}

.navBox .language .box>a {
  width: 100%;
  text-align: center;
  padding: 0.1rem 0;
  color: #666666;
  font-family: en;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}

.navBox .language .box>a .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}

.navBox .language .box>a:hover {
  text-decoration: underline;
  letter-spacing: 4px;
  text-indent: 4px;
}

.navBox .language:hover .box {
  opacity: 1;
  pointer-events: auto;
}

.navBox.on {
  pointer-events: auto;
  clip-path: circle(120vw at calc(100% - 0.775rem) 0.675rem) !important;
}

.navBox.on .items>li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.navBox .items>li .sub-box {
  width: 100%;
  padding-top: 4px;
}

.navBox .items>li .sub-box a {
  display: block;
  text-align: left;
  padding-top: 16px !important;
}

.navBox .items>li .sub-box a p {
  display: inline-block;
  position: relative;
}

.navBox .items>li .sub-box a span {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 18px;
}

.navBox .items>li .sub-box a i {
  opacity: 0;
  width: 0%;
  height: 6px;
  background: rgba(40, 164, 80, 0.5);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -0px;
  transition: all 0.3s ease-in-out;
}

.navBox .items>li .sub-box a:hover span {
  font-weight: bold;
  color: #000;
}

.navBox .items>li .sub-box a:hover i {
  opacity: 1;
  width: 100%;
}

.dibx {
  background-color: #eef3f7;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.dibx ul {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  height: 50px;
}

.dibx ul li {
  width: 30.3%;
  float: left;
  border-left: #333 solid 5px;
  padding-left: 24px;
  height: 62px;
}

.dibx ul li p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
}

.dibx ul li span {
  display: block;
  font-size: 26px;
  color: #000;
  line-height: 26px;
  font-family: "Arial";
  padding-top: 8px;
}

.dibx ul li.li3 span {
  font-size: 16px;
  line-height: 20px;
}


.navBox .share-sub {
  position: absolute;
  left: 50%;
  bottom: 17%;
  width: 1200px;
  margin-left: -600px;
  display: none;
}

.navBox .share-sub .tex {
  width: 400px;
  background-color: #eef3f7;
  text-indent: 28px;
  height: 54px;
  color: #000;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
  border: none;
  line-height: 54px;
  float: left;
  outline: none;
}

.navBox .share-sub .sub-btn {
  width: 100px;
  height: 54px;
  background-color: #252a37;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  float: left;
  border: none;
  cursor: pointer;
  outline: none;
}

@media (max-width: 1660px) {
  .navBox .col-1 .items>li {
    padding: 0 40px;
  }

  .navBox .col-1 .items>li>a {
    font-size: 26px;
  }

  .navBox .items>li .sub-box a span {
    font-size: 16px;
  }
}

/*模态框内容*/
.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 #0d5da2;
  border: none;
  cursor: pointer;
}

.floor_index {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.floor_12_main {
  width: 100%;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.floor_12_main ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.floor_12_main ul li {
  width: 25%;
  position: relative;
}

/* .floor_12_main ul li:hover{background: linear-gradient(to bottom, #4ab200, #69be2c);} */
.floor_12_main ul li a .img {
  display: block;
}

.floor_12_main ul li a .img img {
  display: block;
  width: 100%;
}

.floor_12_main ul li a .img .w {
  width: 70%;
  padding: 15% 15%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
}

.floor_12_main ul li:hover a .img .w {
  background: rgb(0, 0, 0, 0.4);
}

.floor_12_main ul li a .img h3 {
  font-size: 30px;
  color: #fff;
  line-height: 34px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
}

.floor_12_main ul li a .img p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-top: 32px;
  display: none;
}

.floor_12_main ul li:hover a .img p {
  display: block;
}

.floor_12_main ul li a .img i {
  display: block;
  width: 39px;
  height: 39px;
  background-position: -109px -88px;
  margin-top: 40px;
}

@media (max-width: 1660px) {
  .floor_12_main ul li a .img h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .floor_12_main ul li a .img p {
    padding-top: 26px;
  }
}

.floor_11_main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/k1_03.png) no-repeat center center;
  padding: 0 0 100px;
  background-size: cover;
}

.floor_11_main .floor_1_00 .mySwiper {
  float: right;
  margin-top: 4px;
  width: 45%;
}

.floor_11_main .floor_1_00 .mySwiper .swiper-slide {
  width: 30.3%;
  height: 60px;
  background-color: #005daa;
  border-radius: 50px;
  float: left;
  margin-right: 3%;
}

.floor_11_main .floor_1_00 .mySwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
}

.floor_11_main .floor_1_00 .mySwiper .swiper-slide.swiper-slide-active {
  background-color: #0d5da2;
}

.floor_11_main .mySwiperc {
  margin: 0;
  width: 66.6%;
  margin-top: 60px;
  position: relative;
  overflow: initial;
}

.floor_11_main .mySwiperc .swiper-slide {
  width: 100%;
  position: relative;
  height: 500px;
}

.floor_11_main .mySwiperc .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
}

.floor_11_main .mySwiperc .swiper-slide a .w {
  opacity: 0;
  transition: all 0.2s ease 0s;
  height: 90px;
}

.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .w {
  opacity: 1;
  width: 43%;
  animation: upin 2s ease;
  height: auto;
}

.floor_11_main .mySwiperc .swiper-slide a .w h3 {
  font-size: 30px;
  color: #005daa;
  line-height: 32px;
  font-weight: bold;
  padding-top: 14%;
}

.floor_11_main .mySwiperc .swiper-slide a h5 {
  font-size: 22px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
  border-left: #333 solid 5px;
  padding-left: 16px;
  margin-top: 42px;
}

.floor_11_main .mySwiperc .swiper-slide a .p {
  width: 100%;
  position: relative;
}

.floor_11_main .mySwiperc .swiper-slide a .p h4 {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  padding-top: 24px;
}

.floor_11_main .mySwiperc .swiper-slide a .p p {
  width: 100%;
  padding-top: 6px;
}

.floor_11_main .mySwiperc .swiper-slide a .p p span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 18px;
  position: relative;
  padding-left: 16px;
  margin-top: 14px;
}

.floor_11_main .mySwiperc .swiper-slide a .p p span::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 6px;
  height: 6px;
  background: #0d5da2;
  transition: 3s;
  z-index: -1;
  border-radius: 30px;
}

.floor_11_main .mySwiperc .swiper-slide a .s {
  width: 124px;
  height: 48px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-top: 60px;
}

.floor_11_main .mySwiperc .swiper-slide a .s p {
  display: inline-block;
}

.floor_11_main .mySwiperc .swiper-slide a .s p span {
  display: block;
  float: left;
  font-size: 18px;
  color: #0b1900;
  line-height: 48px;
}

.floor_11_main .mySwiperc .swiper-slide a .s p i {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 10px;
  margin-top: 14px;
  background-color: #0d5da2;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 30px;
}

.floor_11_main .mySwiperc .swiper-slide a .s p i s {
  display: block;
  width: 6px;
  height: 9px;
  background-position: 0px -350px;
}

.floor_11_main .mySwiperc .swiper-slide a .s:hover {
  background-color: #0d5da2;
}

.floor_11_main .mySwiperc .swiper-slide a .s:hover p span {
  color: #fff;
}

.floor_11_main .mySwiperc .swiper-slide a .s:hover p i {
  background-color: #fff;
}

.floor_11_main .mySwiperc .swiper-slide a .s:hover p i s {
  background-position: -20px -350px;
}

.floor_11_main .mySwiperc .swiper-slide a .img {
  display: block;
  width: 33%;
  transition: all 0.2s ease 0s;
  border-radius: 50%;
}

.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .img {
  width: 53.8%;
  animation: upin 3s ease;
}

.floor_11_main .mySwiperc .swiper-slide a .img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.floor_11_main .mySwiperc .swiper-slide a h2 {
  font-size: 18px;
  color: #666;
  line-height: 20px;
  padding-top: 14px;
  text-align: center;
}

.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .img h2 {
  opacity: 0;
}

.floor_11_main .w1400 {
  position: relative;
}

.floor_11_main .swiper-next {
  width: 54px;
  height: 54px;
  background-color: #0d5da2;
  border-radius: 50px;
  position: absolute;
  right: 27%;
  top: 50%;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 8;
  cursor: pointer;
}

.floor_11_main .swiper-next i {
  display: block;
  width: 8px;
  height: 15px;
  background-position: -10px -326px;
}

.floor_11_main .swiper-next:hover {
  opacity: 0.8;
}

.floor_11_main .mySwiperc .swiper-slide.swiper-slide-prev {
  animation: upin1 2s ease;
}


@keyframes upin {
  0% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes upin1 {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(0.5)
  }
}

@media (max-width: 1660px) {
  .floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .w h3 {
    font-size: 28px;
    line-height: 30px;
    padding-top: 12%;
  }

  .floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a h5 {
    font-size: 20px;
    line-height: 20px;
    padding-left: 14px;
    margin-top: 32px;
  }

  .floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .p h4 {
    padding-top: 18px;
  }

  .floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .p p span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
  }

  .floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .p p span::before {
    top: 4px;
  }

  .floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .s {
    margin-top: 50px;
  }

  .floor_11_main .mySwiperc .swiper-slide {
    height: 440px;
  }

  .floor_11_main .mySwiperc .swiper-slide a .img {
    width: 30%;
  }
}



.floor_0_main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/y6_02.jpg) no-repeat center center;
  padding-bottom: 150px;
  background-size: cover;
  padding-top: 50px;
}

.floor_0_main .w1400 {
  position: relative;
}

.floor_0_main .floor_1_00 {}

.floor_0_main .floor_1_00 h3 {
  width: auto;
}

.floor_0_main .floor_1_00 h4 {
  float: left;
  padding-left: 36px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  width: 47%;
}

.floor_0_1 {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.floor_0_1 .swiper7 {
  width: 100%;
  position: relative;
}

.floor_0_1 .swiper7 .swiper-slide {
  width: 476px;
  position: relative;
  transition: all ease-out 0.3s;
}

.floor_0_1 .swiper7 .swiper-slide .img-box .img {
  display: inline-block;
  width: 100%;
  position: relative;
}

.floor_0_1 .swiper7 .swiper-slide .img-box .img img {
  display: block;
  width: 100%;
}

.floor_0_1 .swiper-prev,
.floor_0_1 .swiper-next {
  width: 50px;
  height: 50px;
  background-color: #0e62a8;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -25px;
}

.floor_0_1 .swiper-next {
  right: -70px;
  left: auto;
}

.floor_0_1 .swiper-prev i,
.floor_0_1 .swiper-next i {
  display: block;
  width: 11px;
  height: 19px;
  background-position: -33px -307px;
}

.floor_0_1 .swiper-next i {
  background-position: -48px -307px;
}

.floor_0_1 .swiper-prev:hover,
.floor_0_1 .swiper-next:hover {
  background-color: #ea5829;
}


@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 1660px) {
  .floor_0_1 .swiper7 .swiper-slide {
    width: 433px;
  }
}


.public-btn {
  min-width: 100px;
  height: 50px;
  padding: 0 20px 0 38px;
  border-radius: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0d5da2;
  color: #fff;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.public-btn span {
  display: inline-flex;
  transition: all ease-out 0.3s;
  margin-left: 26px;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  position: relative;
}

.public-btn span i {
  display: block;
  width: 6px;
  height: 9px;
  background-position: -0px -350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.public-btn:hover span {
  margin-left: 32px;
}




@keyframes jte {
  0% {
    left: 50%;
  }

  50% {
    left: 110%;
  }

  50.1% {
    left: 0%;
  }

  100% {
    left: 50%;
  }
}

@keyframes saomiao {
  0% {
    top: 90%;
  }

  50% {
    top: -10%;
  }

  100% {
    top: 90%;
  }
}



@keyframes jte {
  0% {
    left: 50%;
  }

  50% {
    left: 110%;
  }

  50.1% {
    left: 0%;
  }

  100% {
    left: 50%;
  }
}

@keyframes saomiao {
  0% {
    top: 90%;
  }

  50% {
    top: -10%;
  }

  100% {
    top: 90%;
  }
}





.floor_1_main {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

.floor_1_main .floor_1_00 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.floor_1_main .floor_1_00 h3 {
  background: url(../images/y5_03.png) 0 7px no-repeat;
  width: 70%;
  float: none;
}

.floor_1_main .floor_1_00 b {
  color: #fff;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
}

.floor_1_main .floor_1_00 h4 {
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
  padding-top: 20px;
  font-weight: bold;
}

.floor_1_main .floor_1_bd1 {
  width: 100%;
  position: relative;
}

.floor_1_main .floor_1_bd1 .bd {
  width: 100%;
  position: relative;
  height: 100%;
}

.floor_1_main .floor_1_bd1 .bd ul {
  width: 100%;
  position: relative;
  height: 100%;
}

.floor_1_main .floor_1_bd1 .bd ul .img {
  display: block;
  width: 100%;
}

.floor_1_main .floor_1_bd1 .bd ul .w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.floor_1_main .floor_1_bd1 .bd ul .w h3 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  padding-top: 18%;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
}

.floor_1_main .floor_1_bd1 .bd ul .w p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-top: 14px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
  width: 40%;
}

.floor_1_main .floor_1_bd1 .bd ul .w a {
  display: block;
  width: 230px;
  height: 60px;
  background-color: #ea5829;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
}

.floor_1_main .floor_1_bd1 .bd ul .w a:hover {
  background-color: #cc4c22;
}

.floor_1_main .floor_1_bd1 .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8%;
}

.floor_1_main .floor_1_bd1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.floor_1_main .floor_1_bd1 .hd ul li {
  text-align: center;
  position: relative;
}

.floor_1_main .floor_1_bd1 .hd ul li .img {
  width: 73px;
  height: 73px;
  background: url(../images/y11_03.png) center center no-repeat;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}

.floor_1_main .floor_1_bd1 .hd ul li .img img {
  display: block;
  height: 57px;
}

.floor_1_main .floor_1_bd1 .hd ul li.on .img {
  background: url(../images/y11_05.png) center center no-repeat;
}

.floor_1_main .floor_1_bd1 .hd ul li h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  padding-top: 10px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
}

.floor_1_main .floor_1_bd1 .hd ul li span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-top: 8px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
}

.floor_1_main .floor_1_bd1 .hd ul li::before {
  width: 160px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  right: -142px;
  top: 36px;
  background: rgb(255, 255, 255, 0.5);
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.floor_1_main .floor_1_bd1 .hd ul li:last-child::before {
  display: none;
}

@media (max-width: 1660px) {
  .floor_1_main .floor_1_00 h4 {
    font-size: 28px;
    line-height: 30px;
    padding-top: 18px;
  }

  .floor_1_main .floor_1_bd1 .bd ul .w h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .floor_1_main .floor_1_bd1 .bd ul .w p {
    font-size: 14px;
    line-height: 22px;
  }

  .floor_1_main .floor_1_bd1 .bd ul .w a {
    width: 200px;
    height: 50px;
    margin-top: 40px;
    line-height: 50px;
    font-size: 16px;
  }

  .floor_1_main .floor_1_bd1 .hd ul li h3 {
    font-size: 20px;
    line-height: 22px;
    padding-top: 8px;
  }

  .floor_1_main .floor_1_bd1 .hd ul li span {
    font-size: 14px;
    line-height: 20px;
  }

  .floor_1_main .floor_1_bd1 .hd ul li::before {
    width: 120px;
    right: -110px;
  }
}

/*@keyframes bounce {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }   

    100% {
        transform: scale(1);
        opacity:1;
    }
}*/

.floor_2_main {
  width: 100%;
  background: url(../images/y4_02.jpg) center center no-repeat;
  position: relative;
  background-size: cover;
  overflow: hidden;
  height: 872px;
}

.floor_2_main .w1400 {
  position: relative;
  height: 100%;
}

.floor_2_main .floor_2_0 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
}

.floor_2_1 {
  width: 45%;
}

.floor_2_1 .floor_1_00 h3 {
  background: url(../images/y5_03.png) 0 7px no-repeat;
  width: 70%;
}

.floor_2_1 .floor_1_00 b {
  color: #fff;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
}

.floor_2_1 .p {
  width: 100%;
  position: relative;
}

.floor_2_1 .p h4 {
  font-size: 26px;
  color: #fff;
  line-height: 28px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
  padding-top: 40px;
  font-weight: bold;
}

.floor_2_1 .p p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
  padding-top: 24px;
}

.floor_2_1 .public-btn1 {
  display: block;
  font-size: 16px;
  color: #0d5da2;
  line-height: 18px;
  padding-top: 36px;
}

.floor_2_1 .public-btn1:hover {
  color: #ea5829;
}

.floor_2_3 {
  width: 50%;
  position: relative;
  padding-top: 120px;
}

.floor_2_3 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.floor_2_3 ul li {
  width: 32%;
  padding-left: 18%;
  display: flex;
  justify-content: left;
  padding-top: 64px;
}

.floor_2_3 ul li img {
  display: block;
  height: 44px;
}

.floor_2_3 ul li .w {
  padding-left: 18px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
}

.floor_2_3 ul li .w h3 {
  width: 100%;
  position: relative;
  display: flex;
}

.floor_2_3 ul li .w h3 .num {
  font-size: 65px;
  color: #fff;
  line-height: 56px;
  font-family: Arial;
  font-weight: bold;
}

.floor_2_3 ul li .w h3 i {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  padding-left: 20px;
}

.floor_2_3 ul li .w .p {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.35);
  padding-top: 10px;
}

@media (max-width: 1660px) {
  .floor_2_main {
    height: 700px;
  }

  .floor_2_1 .p p {
    font-size: 14px;
    line-height: 28px;
  }

  .floor_2_1 .p h4 {
    font-size: 24px;
    line-height: 26px;
  }

  .floor_2_3 {
    padding-top: 90px;
  }

  .floor_2_3 ul li {
    width: 35%;
    padding-left: 15%;
  }

  .floor_2_3 ul li .w h3 .num {
    font-size: 58px;
    line-height: 60px;
  }

  .floor_2_3 ul li .w h3 i {
    font-size: 26px;
    line-height: 26px;
  }

  .floor_2_3 ul li .w .p {
    font-size: 16px;
    line-height: 16px;
  }
}


.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: 668px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 15px;
}

.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: 50px;
  height: 50px;
  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;
}

.weui_dialog .in_title {
  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);
  }
}

.gd {
  width: 100%;
  margin-top: 5%;
}

.gd a {
  display: block;
  width: 256px;
  height: 48px;
  position: relative;
  text-align: center;
  border: #fff solid 1px;
  border-radius: 60px;
  margin: 0 auto;
}

.gd a .p {
  display: inline-block;
}

.gd a .p span {
  display: block;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}

.gd a .p p {
  width: 32px;
  height: 32px;
  background-color: #005aaa;
  border-radius: 50px;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
  position: relative;
}

.gd a .p p i {
  display: block;
  width: 16px;
  height: 6px;
  background-position: -103px -94px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gd a:hover {
  background-color: #005aaa;
  border: #005aaa solid 1px;
}

.gd a:hover .p p {
  background-color: #0d5da2;
}

@media (max-width: 1660px) {}

.floor_1_00 {
  display: inline-block;
  width: 100%;
  padding-top: 100px;
}

.floor_1_00 h3 {
  float: left;
  width: 50%;
  background: url(../images/y9_03.png) 0 7px no-repeat;
  padding-left: 62px;
}

.floor_1_00 h3 p {
  color: #005daa;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}

.floor_1_00 h3 b {
  display: block;
  font-size: 46px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
}

.floor_1_00 h3 span {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 28px;
  padding-top: 15px;
}

.floor_1_00 h3 em {
  display: block;
  font-size: 30px;
  color: #0d5da2;
  line-height: 34px;
}

.floor_1_00 .a1 {
  display: block;
  transition: all ease 0.36s;
  float: right;
  width: 124px;
  height: 48px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-top: 14px;
}

.floor_1_00 .a1 .p {
  display: inline-block;
}

.floor_1_00 .a1 .p span {
  display: block;
  float: left;
  font-size: 16px;
  color: #0b1900;
  line-height: 48px;
}

.floor_1_00 .a1 .p p {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 60px;
  background-color: #0d5da2;
  float: left;
  margin-left: 12px;
  margin-top: 16px;
  position: relative;
}

.floor_1_00 .a1 .p p i {
  display: block;
  width: 6px;
  height: 9px;
  background-position: -0px -350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floor_1_00 .a1:hover .p span {
  color: #fff;
}

.floor_1_00 .a1:hover {
  background-color: #0d5da2;
  transition: all ease 0.36s;
}

.floor_1_00 .a1:hover .p p {
  background-color: #fff;
}

.floor_1_00 .a1:hover .p p i {
  background-position: -20px -350px;
}

@media (max-width: 1660px) {
  .floor_1_00 {
    padding-top: 80px;
  }

  .floor_1_00 h3 {
    width: 46%;
  }

  .floor_1_00 h3 p {
    font-size: 26px;
    line-height: 28px;
  }

  .floor_1_00 h3 b {
    font-size: 40px;
    line-height: 42px;
  }

  .floor_1_00 h3 span {
    font-size: 16px;
    line-height: 26px;
  }

  .floor_1_00 .a1 {
    height: 42px;
  }

  .floor_1_00 .a1 .p span {
    font-size: 14px;
    line-height: 42px;
  }

  .floor_1_00 .a1 .p p {
    margin-top: 11px;
  }
}

.floor_3_main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fbfbfb url(../images/k9_02.jpg) no-repeat bottom center;
  background-size: cover;
}

.floor_3_main .video {
  display: block;
  width: 100%;
}

.floor_3_main .w1400 {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.floor_3_main .w1400 .floor_3_1 {
  width: 48.7%;
  position: relative;
}

.floor_3_main .w1400 .floor_3_1 img {
  display: block;
  width: 944px;
  margin-left: -264px;
  max-width: initial;
}

.floor_3_main .w1400 .floor_3_2 {
  width: 48.2%;
  position: relative;
}

.floor_3_main .w1400 .floor_3_2 .h3 {
  font-size: 36px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
  min-width: 76px;
  display: inline-flex;
  justify-content: end;
  align-items: self-end;
  padding-top: 12%;
}

.floor_3_main .w1400 .floor_3_2 .h3 a {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  font-weight: bold;
  display: inline-flex;
  margin-left: 24px;
  font-weight: normal;
}

.floor_3_main .w1400 .floor_3_2 .h3 a:hover {
  color: #0d5da2;
}

.floor_3_main .w1400 .floor_3_2 h4 {
  font-size: 30px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
  margin-top: 5%;
}

.floor_3_main .w1400 .floor_3_2 .p {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-top: 4%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  text-indent: 36px;
}

.floor_3_main .w1400 .floor_3_2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 6%;
}

.floor_3_main .w1400 .floor_3_2 ul li {
  width: 152px;
  height: 148px;
  border-radius: 5px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.floor_3_main .w1400 .floor_3_2 ul li:hover {
  background-color: #1497de;
}

.floor_3_main .w1400 .floor_3_2 ul li .w {
  display: block;
  width: 100%;
  text-align: center;
}

.floor_3_main .w1400 .floor_3_2 ul li .w img {
  height: 40px;
  display: block;
  margin: 0 auto;
}

.floor_3_main .w1400 .floor_3_2 ul li .w h3 {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  padding-top: 14px;
}

.floor_3_main .w1400 .floor_3_2 ul li .w p {
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding-top: 8px;
}

.floor_3_main .w1400 .floor_3_2 ul li:hover .w img {
  filter: grayscale(100%) brightness(500%)
}

.floor_3_main .w1400 .floor_3_2 ul li:hover .w h3 {
  color: #fff;
}

.floor_3_main .w1400 .floor_3_2 ul li:hover .w p {
  color: #fff;
}


.floor_3_main .w1600 .floor_3_2 {
  width: 25%;
}

.floor_3_main .w1600 .floor_3_2 ul {
  display: inline-block;
  width: 100%;
}

.floor_3_main .w1600 .floor_3_2 ul li {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: #8cabcc solid 1px;
}

.floor_3_main .w1600 .floor_3_2 ul li.li1 {
  padding-top: 0;
}

.floor_3_main .w1600 .floor_3_2 ul li .p {
  font-size: 24px;
  color: #00458f;
  line-height: 24px;
  padding-top: 14px;
}

.floor_3_main .w1600 .floor_3_2 ul li h3 {
  display: flex;
}

.floor_3_main .w1600 .floor_3_2 ul li h3 .num {
  display: block;
  float: left;
  font-size: 70px;
  color: #0d5da2;
  line-height: 60px;
  font-family: Arial;
}

.floor_3_main .w1600 .floor_3_2 ul li h3 i {
  display: block;
  float: left;
  font-size: 30px;
  color: #0d5da2;
  line-height: 26px;
  padding-left: 4px;
}



@media (max-width: 1660px) {
  .floor_3_main .w1400 .floor_3_1 img {
    width: 848px;
  }

  .floor_3_main .w1400 .floor_3_2 .h3 {
    font-size: 32px;
    line-height: 34px;
  }

  .floor_3_main .w1400 .floor_3_2 .p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 32px;
  }

  .floor_3_main .w1400 .floor_3_2 h4 {
    font-size: 28px;
    line-height: 42px;
  }

  .floor_3_main .w1600 .floor_3_2 ul li {
    padding-top: 54px;
    padding-bottom: 24px;
  }

  .floor_3_main .w1600 .floor_3_2 ul li h3 .num {
    font-size: 60px;
    line-height: 50px;
  }

  .floor_3_main .w1600 .floor_3_2 ul li h3 i {
    font-size: 24px;
    line-height: 24px;
  }
}


.floor_4_main {
  width: 100%;
  position: relative;
  background: url(../images/k1_07.png) no-repeat center center;
  padding-bottom: 100px;
  background-size: cover;
  padding-bottom: 100px;
}

.floor_4_main .floor_1_00 h3 {
  width: auto;
}

.floor_4_main .floor_1_00 h4 {
  float: left;
  padding-left: 36px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  width: 47%;
}

.floor_4_1 {
  width: 100%;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.floor_4_1 .floor_4_11 {
  width: 32%;
  height: 528px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all ease 0.36s;
}

.floor_4_1 .floor_4_11 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.floor_4_1 .floor_4_11 .img {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}

.floor_4_1 .floor_4_11 .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: initial;
  transition: all ease 0.36s;
}

.floor_4_1 .floor_4_11 .w {
  width: 80%;
  padding: 15% 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.floor_4_1 .floor_4_11 .w h3 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_4_1 .floor_4_11 .w p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding-top: 22px;
}

.floor_4_1 .floor_4_11 .w span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding-top: 16px;
}

.floor_4_1 .floor_4_11:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.floor_4_1 .floor_4_12 {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
}

.floor_4_1 .floor_4_12 a {
  display: block;
  height: 264px;
  background-color: #f1f1f1;
  overflow: hidden;
  position: relative;
}

.floor_4_1 .floor_4_12 .a1 .w {
  padding: 10%;
  width: 80%;
  height: 66%;
}

.floor_4_1 .floor_4_12 .a1 .w h3 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 4%;
}

.floor_4_1 .floor_4_12 .a1 .w p {
  font-size: 14px;
  color: #666;
  line-height: 16px;
  padding-top: 22px;
}

.floor_4_1 .floor_4_12 .a1 .w span {
  display: block;
  font-size: 14px;
  color: #2b65a5;
  line-height: 16px;
  padding-top: 16px;
}

.floor_4_1 .floor_4_12 .a1 .w span:hover {
  color: #ea5829;
}

.floor_4_1 .floor_4_12 .a1:hover .w h3 {
  color: #2b65a5;
}

.floor_4_1 .floor_4_12 .a2 .img {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}

.floor_4_1 .floor_4_12 .a2 .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: initial;
  transition: all ease 0.36s;
}

.floor_4_1 .floor_4_12 .a2 .w {
  width: 80%;
  padding: 15% 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.floor_4_1 .floor_4_12 .a2 .w h3 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_4_1 .floor_4_12 .a2 .w p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding-top: 22px;
}

.floor_4_1 .floor_4_12 .a2 .w span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding-top: 16px;
}

.floor_4_1 .floor_4_12 .a2:hover .w h3 {
  font-weight: bold;
}

.floor_4_1 .floor_4_13 {
  width: 32%;
  border-radius: 10px;
  background: url(../images/y13_03.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding-top: 2.2%;
}

.floor_4_1 .floor_4_13 a {
  display: block;
  padding: 7% 10%;
  position: relative;
}

.floor_4_1 .floor_4_13 a:hover {
  background-color: #2b65a5;
}

.floor_4_1 .floor_4_13 a h3 {
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 90%;
}

.floor_4_1 .floor_4_13 a p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding-top: 14px;
}

.floor_4_1 .floor_4_13 a i {
  display: block;
  width: 11px;
  height: 19px;
  background-position: -48px -307px;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -9.5px;
}



@media (max-width: 1660px) {
  .floor_4_1 .floor_4_11 {
    height: 470px;
  }

  .floor_4_1 .floor_4_12 a {
    height: 235px;
  }

  .floor_4_1 .floor_4_12 .a1 .w h3 {
    font-size: 20px;
  }

  .floor_4_1 .floor_4_11 .w h3 {
    font-size: 20px;
  }

  .floor_4_1 .floor_4_12 .a2 .w h3 {
    font-size: 20px;
  }

  .floor_4_1 .floor_4_13 a h3 {
    font-size: 18px;
  }

  .floor_4_1 .floor_4_13 {
    padding-top: 1.7%;
  }
}

.floor_5_main {
  width: 100%;
  position: relative;
  background: url(../images/y14_02.jpg) center center;
  padding-top: 90px;
  padding-bottom: 100px;
  background-size: cover;
}

.floor_5_main h3 {
  font-size: 46px;
  color: #fff;
  line-height: 48px;
}

.floor_5_main .formdata1 {
  width: 100%;
  position: relative;
  margin-top: 48px;
}

.floor_5_main .formdata1 .form {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.floor_5_main .formdata1 .form .item_top {
  width: 72.4%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.floor_5_main .formdata1 .form .item_top .item {
  width: 31%;
  height: 46px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.floor_5_main .formdata1 .form .item_top .item label {
  float: left;
  width: 30%;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
}

.floor_5_main .formdata1 .form .item_top .item .txt {
  width: 70%;
  height: 44px;
  background-color: #fff;
  border: none;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  border-radius: 0 5px 5px 0;
  outline: none;
}

.floor_5_main .formdata1 .form .item_top .item .red {
  display: block;
  font-size: 16px;
  color: #f00;
  position: absolute;
  right: 10px;
  line-height: 46px;
  top: 0;
}

.floor_5_main .formdata1 .form .item_top .item .area {
  border-radius: 5px;
  outline: none;
  border: none;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-indent: 24px;
}

.floor_5_main .formdata1 .form .bot {
  width: 22.4%;
  height: 46px;
}

.floor_5_main .formdata1 .form .bot .btn {
  width: 100%;
  display: block;
  height: 46px;
  border: none;
  line-height: 46px;
  text-align: center;
  outline: none;
  background-color: #ea5829;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.floor_5_main .formdata1 .form .bot .btn:hover {
  background-color: #cc4c22;
}

.floor_6_main {
  width: 100%;
  position: relative;
  background: url(../images/t6_02.jpg) center center;
  padding-bottom: 70px;
}

.floor_6_1 {
  width: 100%;
  margin-top: 45px;
  position: relative;
  display: inline-block;
}

.floor_6_1 .parHd {
  position: absolute;
  right: 0;
  top: -96px;
}

.floor_6_1 .parHd ul {
  display: inline-block;
}

.floor_6_1 .parHd ul li {
  margin-left: 20px;
  height: 50px;
  position: relative;
  background: url(../images/t8_04.png);
  float: left;
}

.floor_6_1 .parHd ul li::before {
  background: url(../images/t8_03.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: -4px;
  width: 9px;
  content: '';
  height: 50px;
  z-index: 2;
  display: block;
  background-size: 100%;
}

.floor_6_1 .parHd ul li::after {
  background: url(../images/t8_06.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: -4px;
  width: 9px;
  content: '';
  height: 50px;
  z-index: 1;
  display: block;
  background-size: 100%;
}

.floor_6_1 .parHd ul li a {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 46px;
  padding: 0 16px;
}

.floor_6_1 .parHd ul li.on a {
  color: #0d5da2;
}

.floor_6_1 .parBd {
  width: 100%;
}

.floor_6_1 .parBd .slideBox {
  width: 100%;
  position: relative;
  height: 592px;
}

.floor_6_1 .parBd .slideBox .jd {
  width: 75.2%;
  float: right;
}

.floor_6_1 .parBd .slideBox .jd ul {
  width: 100%;
}

.floor_6_1 .parBd .slideBox .jd ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.floor_6_1 .parBd .slideBox .jd ul li img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox .jd ul li h3 {
  background: rgba(0, 0, 0, 0.5);
  width: 95%;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: left;
  position: absolute;
  left: 0%;
  bottom: 0;
  padding-left: 5%;
}

.floor_6_1 .parBd .slideBox .jd ul li:nth-child(3n) {
  margin-right: 0;
}

.floor_6_1 .parBd .slideBox .jd ul li:hover {}

.floor_6_1 .parBd .slideBox .jd ul li:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox .fd {
  width: 21.5%;
  position: absolute;
  left: 0;
  bottom: 17%;
}

.floor_6_1 .parBd .slideBox .fd ul {
  width: 100%;
}

.floor_6_1 .parBd .slideBox .fd ul li {
  width: 142px;
  height: 80px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}

.floor_6_1 .parBd .slideBox .fd ul li img {
  width: 100%;
  display: block;
}

.floor_6_1 .parBd .slideBox .fd ul li.li2,
.floor_6_1 .parBd .slideBox .fd ul li.li4,
.floor_6_1 .parBd .slideBox .fd ul li.li6 {
  margin-right: 0;
}

.floor_6_1 .parBd .slideBox .fd ul li.on {
  border: #d63f1f solid 1px;
  width: 140px;
  height: 78px;
}

.floor_6_1 .parBd .slideBox .fd ul li.on img {
  border: #fff0dd solid 1px;
  width: 138px;
  height: 76px;
}

.floor_6_1 .genduo {
  width: 151px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.floor_6_1 .genduo a {
  display: block;
  width: 151px;
  height: 50px;
  background: url(../images/t11_03.png) center center no-repeat;
  text-align: center;
  transition: all ease 0.36s;
}

.floor_6_1 .genduo a p {
  display: inline-block;
}

.floor_6_1 .genduo a p span {
  display: block;
  float: left;
  font-size: 16px;
  color: #000;
  line-height: 47px;
}

.floor_6_1 .genduo a p i {
  display: block;
  float: left;
  width: 12px;
  height: 11px;
  background-position: 0px -421px;
  float: left;
  margin-left: 10px;
  margin-top: 18px;
}

.floor_6_1 .genduo a:hover p i {
  background-position: 0px -437px;
}

.floor_6_1 .genduo a:hover p span {
  color: #0d5da2;
}

.floor_6_1 .genduo a:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .floor_6_1 .parBd .slideBox .fd ul li {
    width: 120px;
    height: 67px;
  }

  .floor_6_1 .parBd .slideBox .fd ul li.on {
    width: 118px;
    height: 65px;
  }

  .floor_6_1 .parBd .slideBox .fd ul li.on img {
    width: 116px;
    height: 63px;
  }

  .floor_6_1 .parBd .slideBox {
    height: 508px;
  }
}

.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: url(../images/y15_02.jpg) center center no-repeat;
  width: 100%;
  position: relative;
}

.bottom_main .bottom_na {
  position: relative;
  padding-top: 60px;
}

.bottom_main .bottom_na .bottom_tel {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: rgb(255, 255, 255, 0.5) solid 1px;
}

.bottom_main .bottom_na .bottom_tel .img {
  display: block;
}

.bottom_main .bottom_na .bottom_tel .img img {
  display: block;
}

.bottom_main .bottom_na .bottom_tel .tel {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  text-align: right;
}

.bottom_main .bottom_na .bottom_tel .tel span {
  display: block;
}

.bottom_main .bottom_na .bottom_tel .tel p {
  font-size: 36px;
  color: #fff;
  line-height: 34px;
  padding-top: 6px;
  font-family: Arial;
}


.bottom_main .bottom_na .bottom_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 46px;
  padding-bottom: 50px;
  border-bottom: rgb(255, 255, 255, 0.5) solid 1px;
}

.bottom_main .bottom_na .bottom_nav .menu {
  width: 100%;
  display: inline-block;
}



.bottom_main .box2 dl {
  float: left;
  padding-right: 106px;
}

.bottom_main .box2 dl dt {
  margin-bottom: 12px;
}

.bottom_main .box2 dl dt a {
  color: #fff;
  font-size: 18px;
}

.bottom_main .box2 dl dt a:hover {
  text-decoration: underline;
}

.bottom_main .box2 dl dd {
  line-height: 30px;
  font-size: 14px;
}

.bottom_main .box2 dl dd a {
  color: #cbcaca;
}

.bottom_main .box2 dl dd a:hover {
  color: #fff;
}

.bottom_copy {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  line-height: 58px;
  color: #999;
}

.bottom_copy a {
  color: #999;
}

.bottom_copy a:hover {
  color: #fff;
}

.bottom_main .box3 {
  text-align: center;
  position: relative;
}

.bottom_main .box3 .p {
  float: left;
  width: 120px;
  margin-left: 14px;
}

.bottom_main .box3 img {
  width: 120px;
}

.bottom_main .box3 p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding-top: 4px;
}

.bottom_main .box3 .bd {
  width: 100%;
  text-align: right;
}

.bottom_main .box3 .bd ul {
  display: inline-block;
}

.bottom_main .box3 .bd img {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 5px;
}

.bottom_main .box3 .hd {
  padding-top: 12px;
}

.bottom_main .box3 .hd ul {
  display: inline-block;
}

.bottom_main .box3 .hd ul li {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  float: left;
  margin-left: 20px;
  position: relative;
  border: #fff solid 1px;
  border-radius: 50%;
}

.bottom_main .box3 .hd ul li img {
  display: block;
  width: 100%;
}

.bottom_main .box3 .hd ul li.on {
  background-color: #0345a8;
  border: #0345a8 solid 1px;
}

.bottom_main .box3 .hd ul li.on img {
  filter: grayscale(100%) brightness(500%);
}

@media (max-width: 1660px) {
  .bottom_copy {
    font-size: 12px;
  }

  .bottom_main .tel .right ul li {
    padding-left: 132px;
  }

  .bottom_main .box2 dl {
    padding-right: 48px;
  }
}

.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: 65px;
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 999;
}

.rightFix a {
  width: 65px;
  height: auto;
  background: #0d5da2;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.rightFix .fix_top {
  display: none;
}

.rightFix.xc .fix_top {
  display: block;
}

.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: #0d5da2;
  border: 1px solid #ddd;
  background: #fff;
  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: -134px;
}

.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: #0d5da2;
  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: #0d5da2;
  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;
}

/* 图片 */
@-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: #0d5da2;
  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 #0d5da2;
  *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 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: 1800px) {
  .header_main .nav_main .item {
    padding: 0 30px;
  }
}

@media (max-width: 1660px) {
  .w1400 {
    width: 1200px;
  }

  .header_main .nav_main .item {
    padding: 0 24px;
  }

  .header_main .email .member {
    display: none;
  }

  .header_main .email .search_btn {
    width: 300px;
  }

  .header_main .nav_main {}

  .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;
  }

  .header_main .email p {}
}

@media (max-width: 1466px) {
  .header_main .nav_main .item {
    padding: 0 18px;
  }

  .header_main .menu-btn {
    margin-left: 20px;
  }

  .header_main .webLogo img {}

  .header_main .webLogo {
    padding-top: 15px;
  }

  .header_main {
    height: 80px;
  }

  .header_main .header {
    height: 80px;
  }

  .header_main .nav_main {
    height: 80px;
  }

  .header_main .nav_main .item {
    height: 77px;
  }

  .header_main .nav .sub-box {
    top: 78px;
  }

  .header_main .email {
    margin-top: 18px;
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .navBox .col-1 .items>li {
    padding: 0 34px;
  }

  .header_main .nav_main .item a {
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
  }

  .rightFix a h3 {
    font-size: 10px;
  }

  .rightFix a {
    width: 56px;
  }

  .rightFix {
    width: 56px;
  }
}

/*# sourceMappingURL=index.css.map */