@charset "UTF-8";
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
.banner .text {
  position: absolute;
  width: 500px;
  height: 400px;
  top: 234px;
  right: 370px;
  cursor: default; }
  .banner .text p {
    font-size: 42px;
    color: white;
    line-height: 42px;
    margin-bottom: 20px;
    font-family: "黑体";
    text-align: right;
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(30px); }
  .banner .text .line {
    margin-top: 40px;
    margin-left: 434px;
    width: 0;
    height: 5px;
    background: #e4e4e4;
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  .banner .text .en {
    color: white;
    font-size: 30px;
    line-height: 30px;
    margin-top: 48px;
    margin-left: 402px;
    transform: translateY(30px);
    opacity: 0;
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s; }
nav 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;
}
nav ul.pageselect {
  width: 672px;
  height: 63px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center; }
  nav ul.pageselect li a {
    display: block;
    line-height: 63px;
    text-align: center;
    font-size: 24px; }
nav .underline {
  width: 164px;
  height: 4px;
  margin: 0 auto; }
  nav .underline 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); }

.basic {
  width: 1366px;
  height: 622px;
  background: #F5F5F5; }
  .basic ul {
    width: 1240px;
    margin: 0 auto;
    padding-top: 124px;
    overflow: hidden;
    -webkit-perspective: 350;
    display: flex;
    display: -webkit-flex;
    justify-content: center; }
    .basic ul li {
      width: 310px;
      height: 350px;
      background: #FFFFFF;
      text-align: center;
      padding-top: 65px;
      box-sizing: border-box;
      -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); }
      .basic ul li img {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto; }
      .basic ul li .name {
        color: #3c3c3c;
        font-size: 18px;
        margin-top: 60px; }
      .basic ul li .detail {
        margin-top: 30px;
        font-size: 14px;
        color: #616161; }
    .basic ul li.current {
      transform: translate3d(0, -25px, 5px); }

.main {
  margin-top: 143px; }
  .main .info .custom-top {
    position: relative;
    width: 100%;
    background: #F5F5F5;
    height: 1024px; }
    .main .info .custom-top .index {
      position: absolute;
      right: 55px;
      top: -56px;
      font-size: 60px;
      color: #FF9900;
      z-index: -1; }
    .main .info .custom-top .subtitle {
      background-color: #3c3c3c;
      color: #FFFFFF;
      line-height: 65px;
      text-align: left;
      text-indent: 92px;
      position: absolute;
      width: 464px;
      height: 65px;
      top: -41px;
      left: 0;
      z-index: 99;
      font-size: 24px; }
    .main .info .custom-top ul {
      padding-top: 156px;
      padding-left: 60px; }
      .main .info .custom-top ul li {
        cursor: pointer;
        float: left;
        position: relative;
        margin-right: 29px;
        margin-bottom: 85px; }
        .main .info .custom-top ul li img {
          display: block;
          width: 286px;
          height: 286px; }
        .main .info .custom-top ul li .cover {
          position: absolute;
          top: 0;
          left: 0;
          width: 286px;
          height: 286px;
          background: transparent;
          color: white;
          text-align: center;
          -moz-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .main .info .custom-top ul li .cover p {
            font-size: 18px;
            line-height: 18px;
            padding-top: 108px; }
          .main .info .custom-top ul li .cover p + p {
            font-size: 30px;
            line-height: 30px;
            padding-top: 21px; }
        .main .info .custom-top ul li .cover:hover {
          background: rgba(49, 87, 219, 0.7); }
  .main .info .custom-bottom {
    margin-top: 147px;
    position: relative;
    width: 100%;
    height: 706px;
    background: #F5F5F5; }
    .main .info .custom-bottom .index {
      position: absolute;
      left: 55px;
      top: -56px;
      font-size: 60px;
      color: #FF9900;
      z-index: -1; }
    .main .info .custom-bottom .subtitle {
      background-color: #3c3c3c;
      color: #FFFFFF;
      line-height: 65px;
      text-align: left;
      text-indent: 92px;
      position: absolute;
      width: 464px;
      height: 65px;
      top: -41px;
      right: 0;
      z-index: 99;
      font-size: 24px; }
    .main .info .custom-bottom ol {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      flex-wrap: wrap;
      align-content: center;
      height: 100%; }
      .main .info .custom-bottom ol li {
        margin-bottom: 100px;
        cursor: pointer; }
        .main .info .custom-bottom ol li .thumb {
          float: left; }
          .main .info .custom-bottom ol li .thumb img {
            display: block;
            width: 100%;
            height: 100%;
            -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .main .info .custom-bottom ol li .thumb img:hover {
            transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -webkit-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05); }
        .main .info .custom-bottom ol li .right {
          float: left;
          width: 238px;
          height: 309px;
          background: #FFFFFF;
          text-align: center; }
          .main .info .custom-bottom ol li .right img {
            width: 60px;
            height: 60px;
            margin: 0 auto;
            margin-top: 57px;
            -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .main .info .custom-bottom ol li .right img:hover {
            transform: translateY(-8px);
            -ms-transform: translateY(-8px);
            -moz-transform: translateY(-8px);
            -webkit-transform: translateY(-8px);
            -o-transform: translateY(-8px); }
          .main .info .custom-bottom ol li .right .name {
            font-size: 18px;
            color: black;
            margin-top: 47px; }
          .main .info .custom-bottom ol li .right p {
            font-size: 14px;
            color: #616161;
            margin-top: 24px;
            width: 150px;
            margin: 0 auto; }
    .main .info .custom-bottom ul {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      overflow: hidden;
      height: 92%; }
      .main .info .custom-bottom ul li {
        background: #eaeaea;
        width: 228px;
        height: 172px;
        float: left;
        text-align: center;
        cursor: default;
        position: relative;
        margin-right: 8px;
        margin-bottom: 8px; }
        .main .info .custom-bottom ul li p {
          margin-top: 68px;
          font-size: 18px;
          color: black;
          line-height: 18px; }
        .main .info .custom-bottom ul li p + p {
          font-size: 14px;
          color: black;
          margin-top: 8px;
          line-height: 14px; }
      .main .info .custom-bottom ul li:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 172px;
        background: #e5e5e5;
        right: -5px;
        top: 0; }
      .main .info .custom-bottom ul li:nth-child(5):after,
      .main .info .custom-bottom ul li:last-child:after {
        width: 0; }
      .main .info .custom-bottom ul li:before {
        content: '';
        position: absolute;
        width: 228px;
        height: 2px;
        background: #e5e5e5;
        left: 0;
        top: -5px; }
      .main .info .custom-bottom ul li:nth-child(1):before,
      .main .info .custom-bottom ul li:nth-child(2):before,
      .main .info .custom-bottom ul li:nth-child(3):before,
      .main .info .custom-bottom ul li:nth-child(4):before,
      .main .info .custom-bottom ul li:nth-child(5):before {
        height: 0; }
      .main .info .custom-bottom ul li:hover p {
        color: #3157DB; }
    .main .info .custom-bottom a {
      display: block;
      position: absolute;
      width: 21px;
      height: 21px;
      margin: 0 auto;
      clear: both;
      left: 675px;
      z-index: 100;
      bottom: 24px; }
      .main .info .custom-bottom a img {
        display: block;
        width: 21px;
        height: 21px; }

.subtitle + .underline {
  position: absolute;
  left: 92px;
  top: 9px;
  width: 154px;
  height: 2px;
  background: #FF9900;
  z-index: 199; }

.custom-bottom .underline {
  left: 994px; }

/*# sourceMappingURL=solution.css.map */
