.banner img {
  display: block;
  width: 100%;
  height: 100%; }

.maintitle {
  font-size: 24px;
  line-height: 64px;
  background: #F5F5F5;
  padding-bottom: 130px; }
  .maintitle p {
    margin: 0 auto;
    box-sizing: border-box;
    height: 64px;
    width: 96px;
    text-align: center; }
  .maintitle .about h1, .maintitle .about h2 {
    font-weight: normal;
    font-size: 14px; }
  .maintitle .about h1 {
    margin: 0 auto;
    line-height: 14px;
    height: 14px;
    color: #3c3c3c;
    border: none;
    width: 984px;
    padding-top: 42px; }
  .maintitle .about h2 {
    margin: 0 auto;
    line-height: 14px;
    height: 14px;
    color: #3c3c3c;
    border: none;
    width: 784px;
    padding-top: 10px; }
.maintitle  hr {
    margin: 0 auto;
    width: 0;
    transition: width  1s ease-in-out;
    -moz-transition: width  1s ease-in-out;
    -webkit-transition: width  1s ease-in-out;
    border: 2px solid #FF9900;}
.totop{
    position: fixed;
    right: 10%;
    bottom: 20%;
    display: none;
}
.totop img{
    width: 40px;
    height: 40px;
}
.team {
  margin-top: 100px;
  background: #F5F5F5;
  position: relative;
  margin-left: 22px;
  padding: 103px 353px 152px 87px;
  margin-bottom: 100px; }
  .team .index {
    position: absolute;
    font-size: 60px;
    line-height: 60px;
    color: #FF9900;
    right: 47px;
    top: -45px;
    z-index: -1; }
  .team .swiper-container .swiper-slide {
    position: relative;
    cursor: pointer; }
    .team .swiper-container .swiper-slide img {
      width: 256px;
      height: 308px;
      display: block; }
    .team .swiper-container .swiper-slide .cover {
      position: absolute;
      left: 24px;
      top: 230px;
      background-color: rgba(49, 87, 219, 0.9);
      width: 208px;
      height: 266px;
      color: white;
      text-align: center;
      transition: all 0.3s cubic-bezier(0, 0.65, 0.87, 0.24);
      -moz-transition: all 0.3s cubic-bezier(0, 0.65, 0.87, 0.24);
      -webkit-transition: all 0.3s cubic-bezier(0, 0.65, 0.87, 0.24);
      -o-transition: all 0.3s cubic-bezier(0, 0.65, 0.87, 0.24); }
      .team .swiper-container .swiper-slide .cover .name {
        font-size: 18px;
        line-height: 18px;
        margin-top: 16px;
        margin-bottom: 14px; }
      .team .swiper-container .swiper-slide .cover .job {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 47px; }
      .team .swiper-container .swiper-slide .cover .birth,
      .team .swiper-container .swiper-slide .cover .record,
      .team .swiper-container .swiper-slide .cover .description {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 12px; }
      .team .swiper-container .swiper-slide .cover .description {
        line-height: 1.8;
        width: 140px;
        margin: 0 auto; }
  .team .swiper-container .swiper-slide:hover .cover {
    transform: translateY(-210px);
    -ms-transform: translateY(-210px);
    -moz-transform: translateY(-210px);
    -webkit-transform: translateY(-210px);
    -o-transform: translateY(-210px); }
  .team .text {
    position: absolute;
    right: 146px;
    top: 242px;
    font-size: 24px;
    line-height: 24px;
    width: 0;
    color: black;
    display: none;
    white-space: nowrap;
    transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out; }
  .team .text .line {
    width: 0;
    height: 2px;
    background: #FF9900;
    position: absolute;
    content: '';
    top: 32px;
    left: 96px;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  .team a {
    display: block;
    width: 24px;
    height: 14px;
    margin-top: 61px;
    float: right;
    zoom: 1; }
    .team a img {
      display: block;
      width: 24px;
      height: 14px; }
  .team a:after {
    display: block;
    content: '';
    clear: both; }
  .team .teampage {
    position: absolute;
    width: 65px;
    height: 6px;
    bottom: 80px;
    left: 87px; }
    .team .teampage ul {
      width: 65px;
      height: 6px;
      overflow: hidden; }
      .team .teampage ul li {
        float: left;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #5d5d5d;
        margin: 0 2px;
        -moz-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .team .teampage ul li.current {
        width: 18px;
        background: #FF9900; }

.future {
  padding-right: 40px;
  overflow: hidden; }
  .future .index {
    position: absolute;
    font-size: 60px;
    line-height: 60px;
    color: #FF9900;
    left: 45px;
    top: -45px;
    z-index: -1; }
  .future .text {
    background: #F5F5F5;
    width: 609px;
    height: 289px;
    box-sizing: border-box;
    padding-top: 89px; }
    .future .text .subtitle {
      font-size: 24px;
      line-height: 24px;
      color: black;
      text-align: right;
      padding-right: 145px;
      display: none;
      transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
    .future .text .underline {
      width: 0;
      height: 2px;
      background: #FF9900;
      margin-left: 283px;
      margin-top: 9px;
      transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s; }
    .future .text p {
      margin-top: 64px;
      font-size: 14px;
      line-height: 14px;
      padding-right: 264px;
      display: none;
      text-align: right; }
  .future .left {
    float: left;
    position: relative;
    top: 60px; }
  .future .right {
    float: left; }
    .future .right img {
      display: block;
      width: 717px;
      height: 409px;
      cursor: pointer;
      -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .future .right img:hover {
      transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1); }

.contact {
  margin-top: 102px;
  padding: 0 0 125px 37px;
  overflow: hidden; }
  .contact .left {
    float: left; }
    .contact .left img {
      display: block;
      width: 100%;
      height: 100%;
      -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .contact .left img:hover {
      transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1); }
  .contact .right {
    float: left;
    position: relative;
    top: 60px; }
    .contact .right .index {
      position: absolute;
      font-size: 60px;
      line-height: 60px;
      color: #FF9900;
      right: 48px;
      top: -45px;
      z-index: -1; }
    .contact .right .text {
      width: 678px;
      height: 290px;
      box-sizing: border-box;
      padding-left: 102px;
      padding-top: 55px;
      background: #F5F5F5; }
      .contact .right .text .subtitle {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        padding-left: 40px; }
      .contact .right .text .underline {
        width: 0;
        height: 2px;
        background: #FF9900;
        margin-left: 73px;
        margin-bottom: 53px;
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s; }
      .contact .right .text p {
        display: none;
        height: 15px;
        width: 507px;
        margin-bottom: 23px;
        font-size: 14px;
        line-height: 14px;
        color: black;
        margin-left: 69px;
        position: relative;
        top: 20px;
        left: 0;
        overflow: hidden; }

/*# sourceMappingURL=contact.css.map */
