.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.ico {
  background-image: url("../images/index.png");
  display: inline-block;
  vertical-align: middle;
}
.header_main {
  height: 101px;
  background: url(../images/head_bg.png) repeat-x;
  z-index: 100;
  position: absolute;
  min-width: 1280px;
  width: 100%;
}
.header_main .w1400 {
  position: relative;
}
.header_main .webLogo {
  top: 16px;
  left: 141px;
  position: absolute;
}
.header_main .webLogo img {
  display: block;
}
.header_main .search-box {
  position: absolute;
  top: 29px;
  z-index: 101;
  right: 135px;
}
.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;
  height: 101px;
  padding-right: 240px;
}
.nav_main ul {
  display: inline-block;
  zoom: 1;
}
.nav_main .list li {
  float: left;
  line-height: 101px;
  height: 101px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
  margin: 0 1px;
}
.nav_main .list li .nav1 {
  margin: 0 18px;
  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: #f64f04;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 100%;
  left:0;
}
.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: 101px;
  text-align: center;
  z-index: 99;
  background:#1184d7;
  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: #1d62bb;
}
.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.822%;
  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: 20px;
  height: 20px;
  background: #fff;
  opacity: 0.9;
  text-align: center;
  border-radius: 100%;
  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: #033d94;
}
.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);
}
.banner_main .banner .next {
  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%;
}
.floor_1_main {
  background: url(../images/f1_bg.jpg) center top no-repeat;
  width: 100%;
  background-size: cover;
  padding: 118px 0;
}
.floor_1_main .left {
  width: 45%;
  padding-right: 4%;
  box-sizing: border-box;
}
.floor_1_main .left h3 {
  font-size: 30px;
  color: #333;
  padding-top: 33px;
}
.floor_1_main .left h1 {
  font-size: 35px;
  padding-bottom: 27px;
  color: #02126f;
}
.floor_1_main .left p {
  line-height: 30px;
  font-size: 16px;
}
.floor_1_main .left .a {
  display: block;
  width: 160px;
  height: 45px;
  text-align: center;
  background: #f64f04;
  color: #fff;
  line-height: 43px;
  margin-top: 85px;
  transition: ease-in-out .2s;
  font-size: 20px;
}
.floor_1_main .left .a i {
  width: 20px;
  height: 7px;
  background-position: 0 -9px;
  margin-left: 14px;
}
.floor_1_main .left .a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.floor_1_main .left ul {
  margin-top: 70px;
  padding-top: 40px;
}
.floor_1_main .left ul li {
  float: left;
  width: 95px;
  margin-right: 65px;
  transition: ease-in-out .2s;
}
.floor_1_main .left ul li:last-child{
    width:115px;
}
.floor_1_main .left ul li .img {
  width: 58px;
  height: 52px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.floor_1_main .left ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.floor_1_main .left ul li .img .img2 {
  opacity: 0;
}
.floor_1_main .left ul li p {
  font-size: 20px;
  padding-top: 9px;
  color: #333;
  text-align: center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.floor_1_main .left ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_1_main .left ul li:first-child {
  margin-left: 4%;
}
.floor_1_main .left ul li:nth-child(4) {
  float: right;
  width: 15%;
}
.floor_1_main .left ul li:hover {
  transform: translateY(-10px);
}
.floor_1_main .left ul li:hover .img .img2 {
  opacity: 1;
}
.floor_1_main .left ul li:hover .img .img1 {
  opacity: 0;
}
.floor_1_main .right {
  width: 50%;
  position: relative;
}
.floor_1_main .right img {
  transition: ease-in-out .2s;width:100%;
}
.floor_1_main .right img:hover {
  transform: translateY(-10px);
}
.index_title {
  padding-top: 107px;
  padding-bottom: 42px;
}
.index_title .left h3 {
  font-size: 40px;
}
.index_title .left h3 span {
  font-size: 20px;
  font-family: arialr;
  margin-left: 20px;
  text-transform: uppercase;
  color: #999;
}
.index_title .right .more {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  background: #f64f04;
  color: #fff;
  font-size: 30px;
}
.index_title .right .more:hover {
  transition: ease-in-out .2s;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.floor_2_main {
  background: url(../images/f2_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 737px;
}
.floor_2_main .index_title .left h3 {
  color: #fff;
}
.floor_2_main .index_title .left h3 span {
  color: #fff;
}
.floor_2_main .index_title .hd {
  width: 60%;
}
.floor_2_main .index_title .hd li {
  float: left;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  background: #eee;
  font-size: 18px;
}
.floor_2_main .index_title .hd .on {
  background: #02126f;
  color: #fff;
}
.floor_2_main .index_title .hd .on a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.floor_2_main .index_title .hd .on i {
  width: 20px;
  height: 7px;
  background-position: 0 -25px;
  margin-left: 10px;
}
.floor_2_main .swiper-button-next,
.floor_2_main .swiper-button-prev {
  width: 43px;
  height: 73px;
  background: #fff;
  text-align: center;
  margin-top: -36px;
  left: -60px;
}
.floor_2_main .swiper-button-next i,
.floor_2_main .swiper-button-prev i {
  width: 17px;
  height: 36px;
  background-position: 0 -51px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -18px;
}
.floor_2_main .swiper-button-next {
  left: auto;
  right: -60px;
}
.floor_2_main .swiper-button-next i {
  background-position: -17px -51px;
}
.floor_2_main .swiper-button-next:hover,
.floor_2_main .swiper-button-prev:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background: #f64f04;
}
.floor_2_main .swiper-button-next:hover i,
.floor_2_main .swiper-button-prev:hover i {
  background-position: 0 -87px;
}
.floor_2_main .swiper-button-next:hover i {
  background-position: -17px -87px;
}
.floor_2_main .swiper-container-horizontal > .swiper-pagination-progressbar,
.floor_2_main .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 33%;
  background: #fff;
  bottom: 127px;
  top: auto;
  height: 2px;
}
.floor_2_main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffd200;
}
.floor_2_main .body {
  position: relative;
}
.floor_2_main .body .swiper-container {
  position: initial;
}
.floor_2_main .body .swiper-slide {
  background: #fff;
  position: relative;
  transition: ease-in-out .2s;
  box-sizing: border-box;
  padding: 10px 10px 0;
}
.floor_2_main .body .swiper-slide .line {
  display: block;
  width: 0;
  height: 2px;
  background: #f64f04;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width ease-in-out .3s;
}
.floor_2_main .body .swiper-slide:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_2_main .body .swiper-slide:hover .line {
  width: 100%;
}
.floor_2_main .body .swiper-slide:hover .txt h3 {
  color: #f64f04;
}
.floor_2_main .body .img {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  overflow: hidden;
}
.floor_2_main .body .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease-in-out .2s;
  height: 100%;
}
.floor_2_main .body .txt {
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.floor_2_main .body .txt h3 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 57px;
}
.floor_2_main .body .txt p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor_2_main .body .txt span {
  color: #999;
}
.floor_4 {
  padding-bottom: 100px;
}
.floor_4 .right a {
  width: 81px;
  height: 29px;
  line-height: 29px;
  background: linear-gradient(to right, #0347e1, #002197);
  display: block;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-top: 20px;
  transition: ease-in-out .2s;
}
.floor_4 .right a i {
  width: 11px;
  height: 8px;
  background-position: -62px 0;
  margin-left: 7px;
}
.floor_4 .right a:hover {
  transform: translateY(-8px);
}
.floor_4 .floor_4_con {
  position: relative;
}
.floor_4 .swiper2 {
  position: initial;
}
.floor_4 img {
  border: 1px solid #ddd;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.floor_4 img:hover {
  transition: ease-in-out .2s;
  border: 1px solid #f64f04;
}
.floor_4 .swiper-button-next,
.floor_4 .swiper-button-prev {
  width: 43px;
  height: 73px;
  background: #ebebeb;
  text-align: center;
  margin-top: -36px;
  left: -60px;
}
.floor_4 .swiper-button-next i,
.floor_4 .swiper-button-prev i {
  width: 17px;
  height: 36px;
  background-position: 0 -51px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -18px;
}
.floor_4 .swiper-button-next {
  left: auto;
  right: -60px;
}
.floor_4 .swiper-button-next i {
  background-position: -17px -51px;
}
.floor_4 .swiper-button-next:hover,
.floor_4 .swiper-button-prev:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background: #f64f04;
}
.floor_4 .swiper-button-next:hover i,
.floor_4 .swiper-button-prev:hover i {
  background-position: 0 -87px;
}
.floor_4 .swiper-button-next:hover i {
  background-position: -17px -87px;
}
.floor_5_main .index_title {
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.floor_5_main .index_title .right {
  font-size: 20px;
  margin-top: 20px;
}
.floor_5_main .item:first-child {
  margin-left: 0;
}
.floor_5_main .item {
  width: 31%;
  float: left;
  background: #fff;
  margin-bottom: 110px;
  margin-left: 3.5%;
  position: relative;
}
.floor_5_main .item .img {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  overflow: hidden;
}
.floor_5_main .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.floor_5_main .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_5_main .item h3 {
  font-size: 26px;
  line-height: 35px;
  overflow: hidden;
  font-weight: bold;
  height: 70px;
  padding: 40px 0px 32px;
  padding-bottom: 30px;
}
.floor_5_main .item p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor_5_main .item h4 {
  color: #666;
  font-size: 24px;
  padding-bottom: 25px;
}
.floor_5_main .item:hover h3 {
  color: #3d7ac9;
}
.floor_6_main {
  background: url(../images/f6_bg.jpg) center top no-repeat;
  background-size: cover;
  height: 817px;
}
.floor_6_main .index_title {
  padding-top: 95px;
}
.floor_6_main .index_title .right a {
  width: 81px;
  height: 29px;
  line-height: 29px;
  background: linear-gradient(to right, #0347e1, #002197);
  display: block;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-top: 20px;
  transition: ease-in-out .2s;
}
.floor_6_main .index_title .right a i {
  width: 11px;
  height: 8px;
  background-position: -62px 0;
  margin-left: 7px;
}
.floor_6_main .index_title .right a:hover {
  transform: translateY(-8px);
}
.floor_6_main .fl {
  width: 62%;
}
.floor_6_main ul {
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  height: 536px;
}
.floor_6_main li {
  border-bottom: 1px solid #ebebeb;
  margin: 29px 40px 29px 60px;
  position: relative;
  padding-bottom: 29px;
}
.floor_6_main li .fl h4 {
  font-size: 40px;
  font-family: arial;
  color: #737373;
}
.floor_6_main li .fl p {
  font-family: arial;
  color: #737373;
}
.floor_6_main li h3 {
  font-size: 24px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 60px;
  color: #000;
}
.floor_6_main li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 40px;
}
.floor_6_main li i {
  width: 7px;
  height: 15px;
  background-position: -57px -22px;
  position: absolute;
  right: 0;
  top: 24px;
}
.floor_6_main li:last-child {
  border-bottom: none;
}
.floor_6_main li:hover {
  transition: ease-in-out .2s;
  transform: translateX(5px);
}
.floor_6_main li:hover h3 {
  color: #ff6200;
}
.floor_6_main li .fl,
.floor_6_main li .fr {
  width: auto;
}
.floor_6_main .fr {
  width: 36%;
}
.floor_6_main .fr .fl {
  text-align: center;
  width: 100px;
  margin-right: 34px;
}
.floor_6_main .fr .fl h4 {
  background: #eef2fe;
  font-size: 22px;
  line-height: 50px;
}
.floor_6_main .fr .fl p {
  background: #002197;
  color: #fff;
  margin-right: 0;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
}
.floor_6_main .fr li {
  border-bottom: 0;
  padding-bottom: 0;
  margin-left: 34px;
  margin-right: 34px;
  margin-bottom: 22px;
}
.floor_6_main .fr li h3 {
  font-size: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: inherit;
  white-space: initial;
  margin-right: 0px;
  color: #000;
}
.floor_6_main .fr li i {
  width: 11px;
  height: 9px;
  background-position: -78px 0;
  position: inherit;
}
.bottom_main {
  background: #000823;
  padding-top: 68px;
}
.bottom_main .w1400 {
  border-bottom: 1px solid #4e5157;
  padding-bottom: 80px;
}
.bottom_main .box1 {
  float: left;
  width: 33%;
  font-size: 18px;
  color: #ccc;
  line-height: 24px;
}
.bottom_main .box1 a {
  color: #ccc;
}
.bottom_main .box1 a:hover {
  color: #fff;
}
.bottom_main .box1 img {
  margin-bottom: 34px;
}
.bottom_main .box2 {
  float: right;
  width: 245px;
  text-align: center;
  color: #fff;
  margin-top: 25px;
}
.bottom_main .box2 li {
  float: left;
  transition: ease-in-out .2s;
}
.bottom_main .box2 li:hover {
  transform: translateY(-10px);
}
.bottom_main .box2 li:first-child {
  margin-right: 15px;
}
.bottom_main .box2 img {
  width: 115px;
  height: 115px;
}
.bottom_main .box2 p {
  font-size: 16px;
  padding-top: 5px;
}
.bottom_main .box3 {
  width: 44%;
  float: left;
  margin-top: 25px;
}
.bottom_main .box3 dl {
  float: left;
  width: 20%;
}
.bottom_main .box3 dl dt {
  padding-bottom: 28px;
}
.bottom_main .box3 dl dt a {
  color: #fff;
  font-size: 18px;
}
.bottom_main .box3 dl dt a:hover {
  color: #3d7ac9;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.bottom_main .box3 dl dd {
  line-height: 32px;
}
.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: #000823;
  width: 100%;
  line-height: 44px;
  padding-bottom: 10px;
  color: #999;
  padding-bottom: 20px;
}
.bottom_copy a {
  color: #999;
}
.bottom_copy a:hover {
  color: #fff;
}
@media (max-width: 1660px) {
  .header_main .search-box {
    right: 30px;
  }
  .header_main .webLogo {
    left: 30px;
  }
  .nav_main {
    padding-right: 100px;
  }
  .nav_main .list li .nav1 {
    margin: 0 10px;
  }
  .floor_1_main .left ul li:last-child {
    margin-right: 0;
  }
  .floor_1_main .left h1{font-size:30px;}
  .floor_1_main .left ul li:first-child{margin-left:0;}
  .bottom_main .box1 {
    font-size: 15px;
  }
}
/*# sourceMappingURL=index.css.map */
