﻿.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.header_main {
  height: 99px;
  z-index: 100;
  position: absolute;
  min-width: 1280px;
  left: 0px;
  top: 0;
  right: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header_main .email {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 200px;
  height: 100%;
}
.header_main .email .search_btn {
  width: 100px;
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
.header_main .email .search_btn i {
  width: 16px;
  height: 16px;
  background-position: 0 0;
  display: block;
  margin: 0 auto;
}
.header_main .w1400 {
  position: relative;
}
.header_main .webLogo {
  top: 21px;
  left: 159px;
  position: absolute;
}
.header_main .webLogo img {
  display: block;
  height: 62px;
}
.header_main .search-box {
  position: absolute;
  top: 0px;
  z-index: 101;
  width: 100px;
  height: 100%;
  right: 0px;
  border-left: 1px solid #2f4973;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 27px auto 0;
}
.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: 80px;
  top: 27px;
  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;
}
.menu-btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  cursor: pointer;
  transition: 0.4s 0.2s;
  background: #2e3756;
}
.menu-btn i {
  width: 20px;
  height: 20px;
  background-position: 0 -159px;
  display: block;
  margin: 0 auto;
}
.menu-btn:hover {
  background: rgba(28, 30, 59, 0.8);
}
.menu-flex {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
  z-index: 98;
}
.menu-flex.show {
  visibility: visible;
  pointer-events: visible;
}
.menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.88s 0.3s;
}
.menu-flex.show .menu-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.88s 0s;
}
.menu-right {
  position: absolute;
  right: -330px;
  top: 0;
  width: 330px;
  height: 100%;
  background: #fff;
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-right .close {
  background: url(../image/closeModal.png) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.menu-flex.show .menu-right {
  right: 0;
}
.menu-list {
  padding-top: 119px;
  margin: 0 30px;
}
.menu-list > li {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ebebeb;
}
.menu-list > li > a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 42px;
  color: #333333;
  font-size: 16px;
  height: 59px;
  line-height: 59px;
}
.menu-list > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #2e3756;
  transition: 0.38s;
  z-index: -1;
}
.menu-list > li > a:hover {
  color: #fff;
}
.menu-list > li > a em {
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -3px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #333333;
}
.menu-list > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #2e3756;
  transition: 0.38s;
  z-index: -1;
}
.menu-list > li:hover > a::before,
.menu-list > li.active > a::before {
  height: 100%;
  bottom: auto;
  top: 0;
  color: #fff;
}
.menu-leval {
  display: none;
}
.menu-leval li {
  position: relative;
  border-top: 1px solid #ebebeb;
}
.menu-leval li:first-child {
  border-top: none;
}
.menu-leval li a {
  display: block;
  position: relative;
  padding-left: 59px;
  height: 59px;
  line-height: 59px;
  color: #666666;
  font-size: 16px;
}
.menu-leval li a i {
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  line-height: 1;
  font-style: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.38s;
}
.menu-leval li a:hover {
  color: #333333;
}
.menubtn.active span::after,
.menubtn.active span::before {
  width: 100%;
}
.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);
/* èƒŒæ™¯è‰² */ }
.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("../image/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("../image/search_btn.png") no-repeat center center #2e3756;
  border: none;
  cursor: pointer;
}
.nav_main {
  position: relative;
  z-index: 9;
  text-align: center;
  padding-right: 215px;
}
.nav_main ul {
  display: inline-block;
  zoom: 1;
}
.nav_main .list li {
  float: left;
  line-height: 99px;
  height: 99px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 2;
  position: relative;
}
.nav_main .list li .nav1 {
  margin: 0 44px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.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: 0px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: transparent;
}
.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 0px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #ffd479;
}
.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: 99px;
  text-align: center;
  z-index: 10;
  background: #fff;
  padding: 5px 0;
  display: none;
}
.nav_main li dl dd {
  line-height: 50px;
  position: relative;
  z-index: 11;
  padding: 0 10px;
}
.nav_main li dl dd a {
  width: 100%;
  font-size: 14px;
  height: 100%;
  display: block;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.nav_main li dl dd:hover a {
  background: #ffd479;
  color: #2e3756;
}
.nav_main li dl dd .three {
  position: absolute;
  left: 100%;
  top: 0;
  width: 110%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
}
.nav_main li dl dd .three a:hover {
  background: #3062c1;
}
.nav_main li dl dd:hover .three {
  display: block;
}
.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 .mouse {
  position: absolute;
  width: 68px;
  left: 50%;
  margin-left: -34px;
  bottom: 40px;
  color: #fff;
  font-size: 12px;
  z-index: 100;
  text-align: center;
  -webkit-transition: all ease-in-out 5s;
  -webkit-animation: yuan 5s infinite linear;
  animation: yuan 5s infinite linear;
}
.banner_main .mouse img {
  display: block;
  margin: 0 auto;
}
@-webkit-keyframes yuan {
  0% {
    opacity: 1;
    bottom: 40px;
  }
  50% {
    opacity: .6;
    bottom: 50px;
  }
  100% {
    opacity: 1;
    bottom: 40px;
  }
}
.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  height: 100vh;
  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: 50px;
  z-index: 10;
  display: none;
}
.banner_main .banner .tip span {
  margin: 0 8px;
  width: 103px;
  height: 3px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.banner_main .banner .tip span.cur {
  opacity: 1;
  background: #1ddb7f;
}
 .banner_main .banner .list li.li2 .bnma {
        position: absolute;
        left:15%;
        top: 30%;
        width: 35%;
        z-index: 999;       
        z-index: 1;
    }
    .banner_main .banner .list li.li1 .bnma {
        position: absolute;
        left: 6%;
        top: 30%;
        width: 35%;
        z-index: 999;
        z-index: 1;
    }
    .banner_main .banner .list li.li1 .a{margin-left:160px;width:100%;}
    .banner_main .banner .list li .a {
        margin-top: 86px;
        font-size: 16px;
    }
    .banner_main .banner .list li .a a:first-child {transition:ease-in-out .2s;
        border: 1px solid #fdd77c;
        border-radius: 3px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        box-sizing: border-box;
        display: block;
        color: #fdd77c;
        float: left;
        margin-right: 23px;
    }
        .banner_main .banner .list li .a a:hover{transform:translateY(-5px);}
        .banner_main .banner .list li .a a:nth-child(2) {
            border: 1px solid #fdd77c;
            transition: ease-in-out .2s;
            border-radius: 3px;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            box-sizing: border-box;
            background: #fdd77c;
            color: #2e3756;
            float: left;
        }
    .banner_main .banner .prev,
    .banner_main .banner .next {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 223px;
        border: 2px solid #fff;
        border-radius: 100%;
        z-index: 10;
        bottom: 100px;
        margin-top: -25px;
        cursor: pointer;
        transition: ease-in-out 0.2s;
        display: flex;
        align-items: center;
    }
.banner_main .banner .prev i,
.banner_main .banner .next i {
  width: 11px;
  height: 20px;
  background-position: 0 -206px;
  margin: 0 auto;
}
.banner_main .banner .next {
  right: 162px;
}
.banner_main .banner .next i {
  background-position: -14px -206px;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(5px);
  background: #ffd479;
  border: 2px solid #ffd479;
}
.banner .next:hover i {
  background-position: -14px -185px;
}
.banner .prev:hover {
  opacity: 1;
  background: #ffd479;
  filter: alpha(opacity=100);
  transform: translateX(-5px);
  border: 2px solid #ffd479;
}
.banner .prev:hover i {
  background-position: 0 -185px;
}
.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: 100vh;
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
  left: 0;
  top: 0;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);/*放大1.1倍*/
  }
  100% {
    transform: scale(1);
  }
}
@keyframes toright {
  0% {
    right: 7px;
    transform: scale(0.9);
  }
  50% {
    right: 17px;
    transform: scale(1);
  }
  100% {
    right: 7px;
    transform: scale(0.9);
  }
}
.index_tit .more a:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@keyframes toright2 {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(10px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes toleft {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-10px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
@keyframes toright {
  0% {
    right: 46px;
  }
  50% {
    right: 36px;
  }
  100% {
    right: 46px;
  }
}
.index_more a {
  display: block;
  border: 1px solid #2e3756;
  width: 150px;
  height: 38px;
  line-height: 38px;
  position: relative;
  font-size: 16px;
  text-indent: 25px;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 57px;
  transition: ease-in-out .2s;
}
.index_more a i {
  display: block;
  width: 38px;
  background: #2e3756;
  color: #ffd479;
  text-align: center;
  font-size: 16px;
  font-family: arial;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
}
.index_more a:hover {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.floor_1_main {
  background: url(../image/f1_bg.jpg) center top no-repeat;
  height: 867px;
}
.floor_1_main .w1400 {
  padding-top: 150px;
}
.floor_1_main .w1400 .txt {
  height: 436px;
  margin-bottom: 59px;
  background: url(../image/f1_about.png) left top no-repeat;
  padding-left: 180px;
}
.floor_1_main .w1400 .txt h1 {
  font-size: 40px;
  color: #222;
}
.floor_1_main .w1400 .txt h3 {
  font-size: 40px;
  color: #2e3756;
  font-weight: bold;
  padding: 4px 0 34px;
}
.floor_1_main .w1400 .txt p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  width: 527px;
}
.floor_1_main .w1400 .txt2 {
  background: #2e3756;
  margin-left: 64px;
  width: 990px;
}
.floor_1_main .w1400 .txt2 .item {
  width: calc(100% /3);
  float: left;
  height: 114px;
}
.floor_1_main .w1400 .txt2 .item img {
  float: left;
  margin-left: 47px;
  margin-top: 34px;
  margin-right: 24px;
  transition: ease-in-out .2s;
}
.floor_1_main .w1400 .txt2 .item h3 {
  font-size: 20px;
  color: #fff;
  padding-top: 35px;
  transition: ease-in-out .2s;
}
.floor_1_main .w1400 .txt2 .item p {
  font-size: 12px;
  color: #6b7082;
  transition: ease-in-out .2s;
}
.floor_1_main .w1400 .txt2 .item:nth-child(2) {
  position: relative;
}
.floor_1_main .w1400 .txt2 .item:nth-child(2):before {
  content: "";
  position: absolute;
  height: 36px;
  width: 1px;
  background: #82879a;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.floor_1_main .w1400 .txt2 .item:first-child {
  background: #ffd479;
}
.floor_1_main .w1400 .txt2 .item:first-child h3 {
  color: #2e3756;
}
.floor_1_main .w1400 .txt2 .item:first-child p {
  color: #2e3756;
}
.floor_1_main .w1400 .txt2 .item:hover img,
.floor_1_main .w1400 .txt2 .item:hover h3,
.floor_1_main .w1400 .txt2 .item:hover p {
  transform: translateY(-5px);
}
.index_title .left p {
  font-size: 30px;
  color: #fff;
  opacity: .2;
}
.index_title .left h3 {
  font-size: 46px;
  color: #ffd479;
  font-weight: bold;
}
.index_title .right {
  padding-top: 45px;
}
.index_title .right li {
  float: left; 
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.index_title .right li a {
  height: 45px;
  padding: 0 20px;
  position: relative;text-align:center;
  line-height: 45px;
  display: block;
  font-size: 18px;margin:0 10px;
  color: #222;
  text-decoration: none;
}
.index_title .right li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform: skewX(20deg);
}
.index_title .right li.on a,
.index_title .right li:hover a {
  color: #2e3756;
}
.index_title .right li.on a::before,
.index_title .right li:hover a::before {
  background: #ffd479;
}
.floor_2_main {
  background: url(../image/f2_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 100px 0 120px;
  position: relative;
}
    .floor_2_main .index_title{padding-bottom:30px;}
    
    .floor_2_main .slideBox {
        position: relative;
        height: 546px;
        margin-top: 17px;
        overflow: hidden;
    }
  
    .floor_2_main .sPrev,
    .floor_2_main .sNext {
        width: 94px;
        height: 66px;
        background: #ffd479;
        position: absolute;
        right: 94px;
        top: 148px;
        z-index: 2000;
        display: flex;
        text-align: center;
        align-items: center;
    }
   /* .floor_2_main .nextStop {
        cursor: default;
        opacity: .5;
    }
    .floor_2_main .prevStop {
        cursor: default;opacity:.5;
    }*/
    .floor_2_main .sPrev i,
    .floor_2_main .sNext i {
        width: 11px;
        height: 20px;
        background-position: 0 -207px;
        margin: 0 auto;
        transition: ease-in-out .2s;
    }
.floor_2_main  .sNext {
  right: 0;
  background: #2e3756;
}
.floor_2_main  .sNext i {
  background-position: -14px -207px;
}
.floor_2_main .slideBox .sPrev:hover i,
.floor_2_main .slideBox .sNext:hover i {
  transform: translateY(-3px);
}
.floor_2_main  .pageState {
  position: absolute;
  font-size: 22px;
  color: #333;
  right: 184px;
  bottom: 91px;
  z-index: 20;
  opacity: .5;
  letter-spacing: 4px;
}
.floor_2_main  .pageState span {
  font-size: 60px;
  opacity: .2;
}
.floor_2_main .slideBox li {
  position: relative;
}
.floor_2_main .slideBox li .img {
  height: 100%;
  object-fit: cover;
}
.floor_2_main .slideBox li .box {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../image/f2_box.png) no-repeat;
  width: 737px;
  height: 100%;
  z-index: 10;
  padding-left: 168px;
  box-sizing: border-box;
}
.floor_2_main .slideBox li .box h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  padding-top: 100px;
}
.floor_2_main .slideBox li .box h4 {
  font-size: 16px;
  color: #3b3b3b; padding-top:10px;
  padding-bottom: 20px; height:30px;
}
.floor_2_main .slideBox li .box h5 {
  font-size: 28px;
  color: #2e3756;
  font-weight: bold;
  position: relative;
  line-height: 35px;
  height: 35px;
  margin-bottom: 20px;display:inline-block;
}
.floor_2_main .slideBox li .box h5 b {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #2e3756;
  border-radius: 100%;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -6px;
}
.floor_2_main .slideBox li .box p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  width: 385px; height:120px;overflow:hidden;
}
.floor_2_main .slideBox li .box img {
  position: absolute;
  top: 102px;
  right: 90px;
  width: 92px;
}
.floor_3_main {
  background: url(../image/f3_bg.png) center top no-repeat;
  height: 860px;
}
.floor_3_main .index_title {
  top: 100px;
  position: absolute;
  left: 0;
}
.floor_3_main .index_title .left p {
  color: #333;
}
.floor_3_main .index_title .left h3 {
  color: #2e3756;
}
.floor_3_main .event_box {
  position: relative;
  height: 860px;
}
.floor_3_main .event_box .sPrev,
.floor_3_main .event_box .sNext {
  width: 42px;
  height: 42px;
  background: #e6e6e6;
  border-radius: 100%;
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -21px;
  text-align: center;
  display: flex;cursor:pointer;
  align-items: center;
}
    .floor_3_main .event_box .nextStop, .floor_3_main .event_box .prevStop {
        opacity: .5;
        cursor: default;
    }
    .floor_3_main .event_box .sPrev i,
    .floor_3_main .event_box .sNext i {
        width: 9px;
        height: 14px;
        background-position: 0 -232px;
        margin: 0 auto;
    }
.floor_3_main .event_box .sNext {
  left: 550px;
}
.floor_3_main .event_box .sNext i {
  background-position: -11px -232px;
}
.floor_3_main .event_box .sPrev:hover,
.floor_3_main .event_box .sNext:hover {
  background: #2e3756;
}
.floor_3_main .event_box .sPrev:hover i,
.floor_3_main .event_box .sNext:hover i {
  background-position: 0 -248px;
}
.floor_3_main .event_box .sNext:hover i {
  background-position: -11px -248px;
}
.floor_3_main .event_box .parBd {
  height: 100%;
}
.floor_3_main .event_box .parBd .slideBox {
  background: url(../image/f3_en.png) left 428px no-repeat;
  position: relative;
  height: 100%;
  padding-left: 119px;
}
.floor_3_main .event_box .parBd .slideBox img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 520px;
  object-fit: cover;
}
.floor_3_main .event_box .parBd .slideBox h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding-top: 253px;
  padding-bottom: 25px;
}
.floor_3_main .event_box .parBd .slideBox h3 span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 28px;
  position: relative;
  z-index: 2;
}
.floor_3_main .event_box .parBd .slideBox h3 span:before {
  content: "";
  height: 4px;
  background: #ffd479;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  opacity: .8;
}
.floor_3_main .event_box .parBd .slideBox .p {
  font-size: 16px;
  line-height: 30px;height:180px;overflow:hidden;
  color: #333;
}
.floor_3_main .event_box .parHd {
  position: absolute;
  left: 92px;
  bottom: 100px;
}
.floor_3_main .event_box .parHd ul {
  padding-top: 10px !important;
}
.floor_3_main .event_box .parHd li {
  border: 1px solid #9195a6;
  padding: 2px;
  border-radius: 100%;
  margin-right: 27px;
  position: relative;float:left;
}
.floor_3_main .event_box .parHd li i {
  width: 0;
  height: 0;
  display: block;
  border: 5px solid transparent;
  border-bottom: 5px solid #2e3756;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: -10px;
  z-index: 10;
  opacity: 0;
}
.floor_3_main .event_box .parHd li img {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
}
.floor_3_main .event_box .parHd li.act {
  background: #2e3756;
}
.floor_3_main .event_box .parHd li.act i {
  opacity: 1;
}
.floor_4_main {
  background: url(../image/f4_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.floor_4_main .index_title {
  margin-bottom: 72px;
}
.floor_4_main .index_title .left p {
  color: #333333;
  opacity: .3;
}
.floor_4_main .index_title .left h3 {
  color: #2e3756;
}
.floor_4_main .index_title .right li a {
  color: #fff;
}
.floor_4_main .index_title .right li a::before {
  background: #2e3756;
}
.floor_4_main .index_title .right li.on a {
  color: #2e3756;
}
.floor_4_main .index_title .right li.on a::before {
  background: #ffd479;
}
.floor_4_main .bd li {
  float: left;
  width: 32%;
  margin-right: 2%;
  transition: ease-in-out .2s;
}
.floor_4_main .bd li .img {
  padding-top: 56.25%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.floor_4_main .bd li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
}
.floor_4_main .bd li .img span {
  background: rgba(46, 55, 86, 0.8);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 0 0 10px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.floor_4_main .bd li h3 {
  font-size: 24px;
  color: #272727;
  padding-top: 22px;
  line-height: 40px;
  height: 40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
    .floor_4_main .bd li h4{line-height:24px;height:48px;overflow:hidden;margin-top:8px;}
    .floor_4_main .bd li p {
        font-size: 16px;
        color: #3d3d3d;
        margin-top: 46px;
    }
.floor_4_main .bd li p i {
  width: 6px;
  height: 10px;
  background-position: 0 -267px;
  margin-right: 15px;
  margin-bottom: 2px;
}
.floor_4_main .bd li:hover {
  transform: translateY(-40px);
}
.floor_4_main .bd li:last-child {
  margin-right: 0;
}

.floor_5_main {
  background: url(../image/f5_bg.jpg) center top no-repeat;
  background-size: cover;
  height: 260px;
}
.floor_5_main .index_title {
  padding-top: 79px;
}
.floor_5_main .index_title .right .btn {
  width: 174px;
  background: #ffd479;
  border-radius: 3px;
  color: #2e3756;
  font-size: 22px;
  font-weight: bold;
  border: none;
  text-align: center;
  height: 60px;
  cursor: pointer;
}
.floor_5_main .index_title .right .btn:hover {
  background: #fedb90;
}
.floor_5_main .index_title .right .input {
  float: left;
  border: 1px solid #fff;
  width: 150px;
  height: 38px;
  line-height: 38px;
  background: none;
  border-radius: 3px;
  margin-right: 20px;
  padding: 10px 30px;
  color: #fefefe;
  outline: none;
}
    .floor_5_main .index_title .right label{color:#fff;float:left; line-height:58px;height:58px;border:1px solid #fff;border-radius:3px;display:block; padding:0 10px;}
        .floor_5_main .index_title .right label:nth-child(2){border-right:none;border-radius:3px 0 0 3px;}
        .floor_5_main .index_title .right label:nth-child(3) {
            border-left: 0;border-radius:0;border-right:0;
        }

        .floor_5_main .index_title .right .input:nth-child(4) {
            width: 170px;border-radius:0 3px 3px 0;
        }
.bottom_main {
  background: url(../image/bottom_main.jpg) center top no-repeat;
  background-size: cover;
}
.bottom_main .bottom_nav {
  display: flex;
  justify-content: space-between;
  padding: 56px 0 41px;
  border-bottom: 1px solid #4e5157;
}
.bottom_main .bottom_nav img {
  height: 92px;
}
.bottom_main .bottom_nav .a a {
  color: #fff;
  font-size: 18px;
  padding-left: 75px;
  line-height: 92px;
}
.bottom_main .bottom_nav .a a:hover {
  color: #ffd479;
}
.bottom_main .bottom_tel {
  padding: 85px 0 100px;
}
.bottom_main .bottom_tel .tel {
  float: left;
}
.bottom_main .bottom_tel .tel .item {
  float: left;
  width: 267px;
  position: relative;
  padding-left: 57px;
  transition: ease-in-out .2s;
}
.bottom_main .bottom_tel .tel .item p {
  font-size: 18px;
  color: #fff;
}
.bottom_main .bottom_tel .tel .item h3 {
  font-size: 30px;
  font-family: arial;
  color: #fff;
  padding-top: 30px;
  line-height: 52px;
  height: 52px;
}
    .bottom_main .bottom_tel .tel .item i{width:54px;height:54px;background-position:0 -332px;}
    .bottom_main .bottom_tel .tel .item:nth-child(2) i {
        width: 54px;
        height: 54px;
        background-position:-54px -332px;
    }
    .bottom_main .bottom_tel .tel .item:nth-child(3) i {
        width: 54px;
        height: 54px;
        background-position:-108px -332px;
    }
    .bottom_main .bottom_tel .tel .item img {
        height: 54px;
        margin-top: 40px;
    }
.bottom_main .bottom_tel .tel .item:hover {
  transform: translateY(-5px);
}
.bottom_main .bottom_tel .tel .item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 55px;
  height: 44px;
  width: 1px;
  background: #635a58;
  display: block;
  z-index: 10;
  transform: skewX(30deg);
}
.bottom_main .bottom_tel .tel .item:first-child {
  padding-left: 0;
}
.bottom_main .bottom_tel .tel .item:nth-child(2) h3 {
  font-size: 18px;
}
    .bottom_main .bottom_tel .tel .item:nth-child(2) h3 a{color:#fff;}
        .bottom_main .bottom_tel .tel .item:nth-child(2) h3 a:hover{color:#ffd479;}
        .bottom_main .bottom_tel .tel .item:nth-child(3) h3 {
            line-height: 26px;
            font-size: 16px;
            font-family: "微软雅黑";
        }
.bottom_main .bottom_tel .tel .item:last-child:before {
  display: none;
}
.bottom_main .bottom_tel .wx {
  float: right;
}
.bottom_main .bottom_tel .wx li {
  float: left;
  text-align: center;
  margin-left: 23px;
  transition: ease-in-out .2s;
}
.bottom_main .bottom_tel .wx li img {
  width: 147px;
  height: 147px;
  border-radius: 3px;
}
.bottom_main .bottom_tel .wx li p {
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
}
.bottom_main .bottom_tel .wx li:hover {
  transform: translateY(-5px);
}
.bottom_main .bottom_copy {
  border-top: 1px solid #4e5157;
  line-height: 74px;
  color: #999;
  background: url(../image/bottom_copy.png) right bottom no-repeat;
}
.bottom_main .bottom_copy a {
  color: #999;
}
.bottom_main .bottom_copy a:hover {
  color: #fff;
}
.jiaolian_main{background:url(../image/jiao_bg.jpg) center top no-repeat;width:100%;height:902px;}
    .jiaolian_main .w1400{position:relative;height:100%}
    .jiaolian_main .box{padding-top:80px;width:54%;}
        .jiaolian_main .box .tit {
            height: 90px;
            border-left: 18px solid #ffd479;padding-left:35px;
        }
            .jiaolian_main .box .tit h3 {
                font-size: 65px;
                font-weight: bold;
                color: #fff;
                text-shadow: 0px 0px 2px #2e3756;text-transform:uppercase;line-height:57px; height:43px;opacity:.8; position:relative;z-index:1;
            }
            .jiaolian_main .box .tit h1 {
                font-size: 44px;
                color: #2e3756;font-weight:bold; position:relative;z-index:2;
            }
        .jiaolian_main .box h4{font-size:30px; padding-left:60px;margin-top:15px;}
            .jiaolian_main .box h5{background:url(../image/jiao_bg2.png) no-repeat;height:80px;width:397px;font-size:40px;color:#333; padding-left:42px;line-height:80px;box-sizing:border-box; margin-top:40px;}
        .jiaolian_main .box .con{line-height:50px;font-size:20px; margin-top:40px; height:400px;overflow:auto;padding-right:10px;}
            .jiaolian_main .box .con::-webkit-scrollbar {
                width:8px;
                height: 5px;
            }

            .jiaolian_main .box .con::-webkit-scrollbar-thumb {
                width:8px;
               
                border-radius: 4px;
                background: #ffd479;
            }

            .jiaolian_main .box .con::-webkit-scrollbar-track {
                border-radius: 5px;
               
                background: #fef8ea;
            }
        .jiaolian_main .img img {
            position: absolute;
            bottom: 0;
            left: 56.4%;
        }
.showVedio2 {
    width: 300px;
    height:240px;
    position: fixed;
    right:5px;
    bottom:10px;   
    z-index: 9999;
    background:#fff;
    display: block;
    border:3px solid #2e3756;
   
}

    .showVedio2 .playcon {               
        height: 100%;       
        overflow: hidden;
    }

        .showVedio2 .playcon video {
            width: 100%;
            height: 100%;
            background: #000;
        }

        .showVedio2 .playcon h3 {
            font-size: 22px;
            color:#2e3756;
            font-weight: bold;text-align:center;
            padding-top: 20px;
            padding-bottom:10px;
        }

        .showVedio2 .playcon .p {
            font-size: 14px;
            line-height: 28px;
            color:#2e3756;
            text-align: left; height:160px;overflow:auto;
            padding:0 20px 0px;margin-right:10px;
        }
            .showVedio2 .playcon .p::-webkit-scrollbar {
                width: 8px;
                height: 5px;
            }

            .showVedio2 .playcon .p::-webkit-scrollbar-thumb {
                width: 8px;
                border-radius: 4px;
                background: #ffd479;
            }

            .showVedio2 .playcon .p::-webkit-scrollbar-track {
                border-radius: 5px;
                background: #fef8ea;
            }
        .showVedio2 .playcon .more a {
            margin: 0 auto;
        }

    .showVedio2 .close {
        width: 33px;
        height:32px;
        position: absolute;
        left: 50%;margin-left:-16px;
        top: -40px;
        cursor: pointer;
        background: url(../image/close.png) no-repeat center center;
        background-size: cover;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
        z-index: 10;
    }

        .showVedio2 .close:hover {
            transform: rotate(180deg);
        }

@media (max-width: 1700px) {
    .header_main .webLogo{left:30px;}
    .nav_main .list li .nav1 {
        margin: 0 30px;
    }
}
    @media (max-width: 1440px) {
        .header_main .email .search_btn {
            width: 70px;
        }

        .menu-btn {
            width: 70px;
        }

        .header_main .email {
            width: 140px;
        }

        .nav_main {
            padding-right: 150px;
        }

            .nav_main .list li .nav1 {
                margin: 0 25px;
            }

        .header_main .webLogo {
            left: 30px;
        }

        .floor_1_main .w1400 .txt p {
            font-size: 16px;
            width: 520px;
        }
        .floor_2_main .slideBox li .box h3{font-size:30px;}
        .floor_2_main .slideBox li .box {
            width: 525px;
            padding-left: 130px;
        }
            .floor_2_main .slideBox li .box p{font-size:16px;}
            .floor_2_main .slideBox li .box img {
                right: 20px;
            }

        .floor_3_main .event_box .parHd {
            left: 70px;
        }

        .floor_3_main .event_box .sPrev,
        .floor_3_main .event_box .sNext {
            left: -70px;
        }

        .floor_3_main .event_box .sNext {
            left: 525px;
        }

        .floor_5_main .index_title .right .input:nth-child(2) {
            width: 220px;
        }

        .bottom_main .bottom_nav .a a {
            padding-left: 65px;
        }

        .bottom_main .bottom_tel .tel .item {
            width: 240px;
        }
        .bottom_main .bottom_tel .wx li img{width:130px;height:130px;}
        .bottom_main .bottom_copy {
            background: url(../image/bottom_copy.png) 140% bottom no-repeat;
        }
    }
    /*# sourceMappingURL=index.css.map */
