.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.header_main {
  height: 90px;
  z-index: 100;
  position: absolute;
  min-width: 1280px;
  width: 100%;
  border-bottom: 1px solid rgba(102, 102, 102, 0.58);
}
.header_main .w1400 {
  position: relative;
}
.header_main .webLogo {
  top: 22px;
  left: 0;
  position: absolute;
}
.header_main .webLogo img {
  display: block;
}
.header_main .search-box {
  position: absolute;
  top: 24px;
  z-index: 101;
  right: -88px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}
.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}
.header_main .share-sub {
  position: absolute;
  right: 55px;
  top: 1px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}
.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}
.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header_main .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}
.nav_main {
  position: relative;
  z-index: 99;
  text-align: center;
}
.nav_main ul {
  display: inline-block;
  zoom: 1;
}
.nav_main .list li {
  float: left;
  line-height: 90px;
  height: 90px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
}
.nav_main .list li .nav1 {
  margin: 0 40px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.nav_main .list li .nav1 i {
  width: 11px;
  height: 6px;
  background-position: 0 0;
  margin-left: 8px;
  margin-bottom: 2px;
}
.nav_main .list li .nav1:before {
  width: 0;
  height: 2px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: #fff;
}
.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 20px;
  margin-left: -10px;
}
.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}
.nav_main li dl {
  width: 130%;
  position: absolute;
  left: -15%;
  top: 90px;
  text-align: center;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}
.nav_main li dl dd {
  line-height: 40px;
}
.nav_main li dl dd a {
  width: 100%;
  font-size: 14px;
  height: 100%;
  display: block;
  color: #fff;
}
.nav_main li dl dd a:hover {
  background: #0094df;
}
.nav_main .subNav2 .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.nav_main .subNav2 .item a,
.nav_main .subNav2 .item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}
.nav_main .list li:hover .subNav,
.nav_main .list li:hover .subNav2 {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: auto 340px;
  height: 340px;
}
.por {
  position: relative;
}
/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 46.71875%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.banner_main .banner .tip {
  position: absolute;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
  text-align: center;
  bottom: 5%;
  z-index: 10;
}
.banner_main .banner .tip span {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.9;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.banner_main .banner .tip span.cur {
  opacity: 1;
  background: #0094df;
}
.banner_main .banner .prev,
.banner_main .banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  filter: alpha(opacity=70);
  animation: toleft 3s infinite linear;
}
.banner_main .banner .next {
  animation: toright2 3s infinite linear;
  left: auto;
  right: 5%;
  background-position: -0px -96px;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(5px);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-5px);
}
.banner_main .banner .list {
  width: 100%;
}
.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);/*放大1.1倍*/
  }
  100% {
    transform: scale(1);
  }
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.bottom_main {
  background: #1b1e20;
}
.bottom_main .w1400 {
  position: relative;
}
.bottom_main .w1400 .fu {
  position: absolute;
  top: -131px;
  left: 0;
  height: 260px;
  width: 100%;display:none;
}
.bottom_main .w1400 .fu li {
  height: 260px;
  width: 32%;
  margin-right: 2%;
  float: left;
  padding: 0 44px;
  box-sizing: border-box;
  transition: ease-in-out .2s;
}
.bottom_main .w1400 .fu li h3 {
  font-size: 26px;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 5px;
  color: #333;
}
.bottom_main .w1400 .fu li p {
  font-size: 16px;
  color: #333;
}
.bottom_main .w1400 .fu li span {
  margin-top: 71px;
  display: block;
  color: #333;
  font-size: 18px;
}
.bottom_main .w1400 .fu li span i {
  width: 17px;
  height: 17px;
  background-position: 0 -355px;
  margin-left: 10px;
  margin-bottom: 2px;
}
.bottom_main .w1400 .fu li:nth-child(3) {
  margin-right: 0;
}
.bottom_main .w1400 .fu li:hover {
  transform: translateY(-10px);
}
.bottom_main .w1400 .bott_con {
  padding-top:73px;
  padding-bottom: 73px;
}
.bottom_main .box1 {
  float: left;
  width: 25%;
  color: #eee;
  line-height: 24px;
}
.bottom_main .box1 .tel p {
  font-size: 18px;
  padding-bottom: 10px;
}
.bottom_main .box1 .tel i {
  width: 18px;
  height: 19px;
  background-position: 0 -379px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.bottom_main .box1 .tel h3 {
  color: #fff;
  font-size: 32px;
  font-family: arial;
}
.bottom_main .box1 a {
  color: #ccc;
}
.bottom_main .box1 a:hover {
  color: #fff;
}
.bottom_main .box1 img {
  margin-bottom: 34px;
}
.bottom_main .box2 {text-align:center;line-height:30px;color:#fff;}
.bottom_main .box2 img {
  width: 160px;
  height: 160px;
  transition: ease-in-out .2s;
}
.bottom_main .box2 img:hover {
  transform: translateY(-5px);
}
.bottom_main .box3 {
  width: 60%;
  float: left;
}
.bottom_main .box3 dl {
  float: left;
  width: 20%;
}
.bottom_main .box3 dl span {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-top: 14px;
  display: none;
}
.bottom_main .box3 dl dt {
  padding-bottom: 15px;
}
.bottom_main .box3 dl dt a {
  color: #fff;
  font-size: 16px;
}
.bottom_main .box3 dl dt a:hover {
  color: #f09714;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.bottom_main .box3 dl dd {
  line-height: 26px;
}
.bottom_main .box3 dl dd a {
  color: #999;
}
.bottom_main .box3 dl dd a:hover {
  color: #fff;
}
.bottom_main .box3 dl:last-child {
  width: 15%;
}
.bottom_copy {
  background: #191b1d;
  width: 100%;
  line-height: 46px;
  padding-bottom: 15px;
  border-top: 1px solid #373b42;
  color: #999;
}
.bottom_copy a {
  color: #999;
}
.bottom_copy a:hover {
  color: #fff;
}
.index_tit {
  padding-top: 85px;
  margin-bottom: 48px;
}
.index_tit .left {
  width: 50%;
}
.index_tit .left p {
  font-size: 36px;
  font-family: arial;
  color: #333;
  font-weight: bold;
}
.index_tit .left h3 {
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
}
.index_tit .left h3 span {
  color: #0094df;
}
.index_tit .more a {
  display: block;
  margin-top: 10px;
  background: #0094df;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  width: 180px;
  height: 41px;
  line-height: 41px;
  border-radius: 20px;
  text-indent: 41px;
  transition: ease-in-out 0.2s;
  position: relative;
}
.index_tit .more a i {
  width: 25px;
  height: 6px;
  background-position: 0px -273px;
  top: 50%;
  right: 27px;
  margin-top: -3px;
  position: absolute;
  animation: toright 2s infinite linear;
}
@keyframes toright {
  0% {
    right: 27px;
  }
  50% {
    right: 22px;
  }
  100% {
    right: 27px;
  }
}
.index_tit .more a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.floor_1_main {
  padding-bottom: 80px;
  background: url(../images/f1.jpg) center top no-repeat;
  background-size: cover;
}
.floor_1_main li {
  float: left;
  height: 409px;
  width: 39%;
  overflow: hidden;
  background: url(../images/f1_li2.jpg) left bottom no-repeat;
  transition: ease-in-out .2s;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  padding-right: 40px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.floor_1_main li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_1_main li h3 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 45px;
  margin-bottom:15px;
}
.floor_1_main li p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 0;
  overflow: hidden;
}
.floor_1_main li img {
  position: absolute;
  right: 28px;
  bottom: 14px;
  max-width: 449px;
}
.floor_1_main li span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #0094df;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  margin-top: 20px;
}
.floor_1_main li span i {
  width: 6px;
  height: 11px;
  background-position: 0 -286px;
}
.floor_1_main li.on {
  width: 58%;
  background: url(../images/f1_li.jpg) no-repeat;
  background-size: cover;
}
.floor_1_main li.on h3 {
  color: #fff;
}
.floor_1_main li.on p {
  height: auto;
}
.floor_1_main li.on span {
  margin-top: 64px;
  background: #fff;
}
.floor_1_main li.on span i {
  background-position: -10px -286px;
}
.floor_1_main li:first-child {
  margin-right: 3%;
}
.floor_2_main {
  background: url(../images/f2.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 94px;
  padding-bottom: 72px;
}
.floor_2_main .box1 {
  margin-bottom: 69px;
}
.floor_2_main .box1 .left {
  width: 45%;
}
.floor_2_main .box1 .left h1 {
  display: none;
}
.floor_2_main .box1 .left h3 {
  font-size: 40px;
  font-weight: bold;
}
.floor_2_main .box1 .left h4 {
  font-size: 30px;
  color: #666;
  margin-bottom: 54px;
}
.floor_2_main .box1 .left p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-bottom: 91px;
}
.floor_2_main .box1 .left a {
  border: 1px solid #040404;
  width: 151px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  border-radius: 19px;
  font-size: 16px;
}
.floor_2_main .box1 .left a i {
  width: 25px;
  height: 6px;
  background-position: 0 -301px;
  margin-left: 15px;
  margin-bottom: 4px;
}
.floor_2_main .box1 .left a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #0094df;
}
.floor_2_main .box1 .right {
  width: 49%;
}
.floor_2_main .box1 .right img {
  width: 100%;
  vertical-align: top;
}
.floor_2_main ul li:last-child {
  margin-right: 0;
}
.floor_2_main ul li {
  width: 23.5%;
  height: 146px;
  margin-right: 2%;
  background-color: #fff;
  transition: all 0.2s ease-out 0s;
  box-shadow: 5px 0px 13px rgba(0, 0, 0, 0.1);
  float: left;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.floor_2_main ul li .img {
  position: absolute;
  right: 0;
  bottom: 13px;
  height: 116px;
  overflow: hidden;
  width: 100%;
}
.floor_2_main ul li .img img {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: ease-in-out .2s;
}
.floor_2_main ul li .img img:last-child {
  bottom: -100%;
}
.floor_2_main ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_2_main ul li h3 {
  float: left;
  padding-top: 30px;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.floor_2_main ul li h3 span {
  display: block;
  font-size: 24px;
  color: #666;
  line-height: 24px;
}
.floor_2_main ul li h3 i {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 20px;
  padding-top: 14px;
}
.floor_2_main ul li:hover {
  background: url(../images/f2_li.jpg) center center no-repeat;
  transform: translateY(-8px);
  transition: all ease 0.36s;
  background-size: cover;
}
.floor_2_main ul li:hover .img img:first-child {
  bottom: 100%;
}
.floor_2_main ul li:hover .img img:last-child {
  bottom: 0;
}
.floor_2_main ul li:hover h3 span {
  color: #fff;
}
.floor_2_main ul li:hover h3 i {
  color: #fff;
}
.floor_3_main {
  background: url(../images/f3.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}
.floor_3_main .swiper-container {
  padding-bottom: 65px;
}
.floor_3_main .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.floor_3_main .swiper-slide:hover {
  transition: ease-in-out .2s;
  transform: translateY(5px);
}
.floor_3_main .swiper-container-horizontal > .swiper-pagination-progressbar,
.floor_3_main .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 17px;
  height: 6px;
  background: #fff;
  width: 86%;
}
.floor_3_main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 6px;
  background: #0094df;
  top: -1px;
  transition: ease .5s;
}
.floor_3_main .swiper-button-next,
.floor_3_main .swiper-button-prev {
  background: none;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  top: auto;
  bottom: 0;
  left: auto;
  right: 63px;
  z-index: 10;
  opacity: 1;
  transition: ease-in-out .2s;
  border: 1px solid #939393;
}
.floor_3_main .swiper-button-next i,
.floor_3_main .swiper-button-prev i {
  width: 6px;
  height: 11px;
  background-position: 0 -324px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -5px;
}
.floor_3_main .swiper-button-next {
  right: 0;
}
.floor_3_main .swiper-button-next i {
  background-position: -7px -324px;
}
.floor_3_main .swiper-button-next:hover,
.floor_3_main .swiper-button-prev:hover {
  background: #0094df;
  border: 1px solid #0094df;
}
.floor_3_main .swiper-button-next:hover i,
.floor_3_main .swiper-button-prev:hover i {
  background-position: 0 -336px;
}
.floor_3_main .swiper-button-next:hover i {
  background-position: -7px -336px;
}
@media (max-width: 1660px) {
  .header_main .search-box {
    right: 20px;
  }
  .nav_main {
    padding-right: 100px;
  }
  .nav_main .list li .nav1 {
    margin: 0 20px;
  }
  .floor_1_main li img {
    max-width: 380px;
  }
  .floor_2_main .box1 .left h3 {
    font-size: 32px;
  }
  .floor_2_main .box1 .left p {
    margin-bottom: 50px;
  }
  .floor_2_main .box1 .left h4 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .bottom_main .box2 {
    padding-right: 0;
  }
  .bottom_main .box1 {
    width: 25%;
  }
    .bottom_copy{font-size:12px;}
}
/*# sourceMappingURL=index.css.map */
