@font-face {
  font-family: "NHKB";
  src: url("../fonts/NEUEHANSKENDRICK-BOLD.woff2") format("woff2"), url("../fonts/NEUEHANSKENDRICK-BOLD.woff") format("woff"), url("../fonts/NEUEHANSKENDRICK-BOLD.ttf") format("truetype"), url("../fonts/NEUEHANSKENDRICK-BOLD.eot") format("embedded-opentype"), url("../fonts/NEUEHANSKENDRICK-BOLD.svg") format("svg"), url("../fonts/NEUEHANSKENDRICK-BOLD.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "NHKM";
  src: url("../fonts/NeueHansKendrick-Medium.woff2") format("woff2"), url("../fonts/NeueHansKendrick-Medium.woff") format("woff"), url("../fonts/NeueHansKendrick-Medium.ttf") format("truetype"), url("../fonts/NeueHansKendrick-Medium.eot") format("embedded-opentype"), url("../fonts/NeueHansKendrick-Medium.svg") format("svg"), url("../fonts/NeueHansKendrick-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
select::-ms-expand {
  display: none; }
.clearfix::before, .clearfix::after {
    content:"";
    display: block;
    height: 0;
    clear: both;
}
.left {
  float: left; }

.right {
  float: right; }

.NHKB {
  font-family: "NHKB"; }

.NHKM {
  font-family: "NHKM"; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.w1540 {
  width: 92%;
  max-width: 1540px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.headerBox {
  height: 91px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; } }
  .headerBox.on {
    position: absolute;
    top: 0;
    left: 0; }

.header {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff; }
  .header .logo {
    width: 110px;
    height: auto;
    display: block;
    float: left;
    margin-top: 11px;
    margin-left: 4.2%; }
  .header .navClick {
    width: 22px;
    height: 20px;
    margin-top: 17px;
    display: block;
    float: right;
    display: none;
    position: relative;
    margin-right: 4%; }
    .header .navClick span {
      display: block;
      width: 100%;
      height: 2px;
      background: #333;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navClick span:nth-child(2), .header .navClick span:nth-child(3) {
        margin-top: 5px; }
    .header .navClick.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 7px; }
    .header .navClick.on span:nth-child(2) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0; }
    .header .navClick.on span:nth-child(3) {
      display: none; }
  .header .searchBox {
    width: 38px;
    height: 38px;
    float: right;
    margin-top: 35px;
    margin-right: 20px;
    border-radius: 19px;
    border: 1px solid #fff;
    position: relative;
    transition: width 0.5s;
    overflow: hidden;
    display: none; }
    .header .searchBox .search {
      width: 38px;
      height: 38px;
      display: block;
      float: right;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/search.png");
      background-color: #fff; }
    .header .searchBox .text {
      width: 120px;
      height: 38px;
      left: 0;
      padding-left: 10px;
      height: 38px;
      font-size: 14px;
      line-height: 38px;
      color: #333;
      position: absolute;
      left: 0;
      border: none;
      background: none; }
    @media (min-width: 1024px) {
      .header .searchBox:hover {
        width: 168px;
        border: 1px solid #333; } }
  .header .tel {
    padding-left: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #1f497d;
    background-image: url("../img/tel.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 42px;
    float: right;
    margin-right: 62px;
    display: none !important; }
  .header .nav {
    float: right;
    margin-top: 25px;
    margin-right: 7.7%; }
    .header .nav ul li {
      margin: 0 15px;
      float: left; }
      .header .nav ul li dl {
        width: 100%;
        display: none; }
        .header .nav ul li dl dd {
          float: left;
          display: inline-block;
          margin-right: 15px;
          font-size: 14px;
          line-height: 30px; }
          .header .nav ul li dl dd a {
            color: #666; }
      .header .nav ul li.on a:after {
        width: 100%;
        left: 0; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover a:after {
          width: 100%;
          left: 0; } }
    .header .nav .tits {
      font-size: 16px;
      line-height: 40px;
      color: #333;
      padding: 0 20px;
      display: inline-block;
      position: relative;
      text-align: center; }
      .header .nav .tits:after {
        width: 0;
        height: 5px;
        background-color: #1f497d;
        position: absolute;
        bottom: -25px;
        left: 50%;
        content: '';
        transition: all .5s; }
  .header.on {
    z-index: 100;
    background: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
    .header.on .searchBox {
      border: 1px solid #fff !important; }
      .header.on .searchBox .search {
        background: none;
        background-repeat: no-repeat;
        background-image: url("../img/search_w.png");
        background-position: center; }
    .header.on .tel {
      color: #fff;
      background-image: url("../img/tel_w.png"); }
    .header.on .nav .tits {
      color: #fff; }
  @media (max-width: 1366px) {
    .header .nav {
      margin-right: 4%; } }
  @media (max-width: 1200px) {
    .header .nav ul li {
      margin: 0 8px; }
    .header .nav .tits {
      padding: 0 15px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      z-index: 20; }
      .header .nav {
        display: none;
        width: 100%;
        top: 51px;
        height: calc(100vh - 51px);
        right: 0;
        left: auto;
        background-color: #fff;
        float: none;
        margin-top: 0;
        position: absolute;
        margin-right: 0; }
        .header .nav ul {
          width: 92%;
          margin: 0 auto;
          padding: 10px 0; }
          .header .nav ul li {
            width: 100%;
            float: none;
            margin: 0 auto 15px; }
            .header .nav ul li dl {
              display: block;
              margin-top: 10px; }
        .header .nav .tits {
          display: block;
          width: 100%;
          font-size: 16px;
          line-height: 36px;
          color: #000 !important;
          font-weight: normal !important;
          padding: 0;
          font-weight: bold;
          border-bottom: 1px solid #e5e5e5;
          text-align: left; }
          .header .nav .tits:after {
            display: none; }
      .header .logo {
        width: 65px;
        margin-top: 5px; }
      .header .searchBox {
        display: none; }
      .header .tel {
        margin-top: 12px;
        margin-right: 10px;
        background-size: 14px auto;
        font-size: 12px;
        padding-left: 18px; }
      .header .navClick {
        display: block; } }

.index-banner {
  position: relative;
  z-index: 10 !important; }
  .index-banner ul li {
    width: 100%;
    height: 100vh;
    position: relative; }
    .index-banner ul li img {
      display: none; }
    .index-banner ul li .con {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center; }
      .index-banner ul li .con .tits {
        font-size: 60px;
        line-height: 60px;
        color: #fff;
        padding-top: 110px;
        transform: translateY(40px);
        opacity: 0;
        transition: all .5s; }
      .index-banner ul li .con .tit {
        font-size: 28px;
        line-height: 28px;
        color: #fff;
        margin-top: 22px;
        transform: translateY(40px);
        opacity: 0;
        transition: all .5s .2s; }
      .index-banner ul li .con .more {
        width: 220px;
        height: 56px;
        border: 1px solid #fff;
        box-sizing: border-box;
        text-align: center;
        display: block;
        margin: 50px auto 0;
        font-size: 16px;
        line-height: 56px;
        color: #fff;
        border-radius: 28px;
        transform: translateY(40px);
        opacity: 0;
        transition: all .5s .4s; }
      .index-banner ul li .con .butBox {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin: 50px 0 0;
        transform: translateY(40px);
        opacity: 0;
        transition: all .5s .4s;
        display: none; }
        .index-banner ul li .con .butBox a {
          width: 180px;
          height: 46px;
          border-radius: 23px;
          border: 1px solid #fff;
          box-sizing: border-box;
          display: inline-block;
          margin: 0 15px;
          font-size: 16px;
          line-height: 46px;
          color: #fff; }
      .index-banner ul li .con .but {
        width: 26px;
        height: 26px;
        background-image: url("../img/down.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        margin: 40px auto 0;
        transform: translateY(40px);
        opacity: 0;
        transition: all .5s .6s; }
    .index-banner ul li.swiper-slide-active .con .tits, .index-banner ul li.swiper-slide-active .con .tit, .index-banner ul li.swiper-slide-active .con .more, .index-banner ul li.swiper-slide-active .con .but, .index-banner ul li.swiper-slide-active .con .butBox {
      transform: translateY(0);
      opacity: 1; }
    .index-banner ul li:nth-child(3) .con .more {
      display: none; }
    .index-banner ul li:nth-child(3) .con .butBox {
      display: block; }
  .index-banner .btns {
    width: 10px !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: auto !important;
    right: 35px;
    transform: translateY(-50%);
    z-index: 10; }
    .index-banner .btns span {
      width: 8px;
      height: 8px;
      border: 1px solid #fff;
      opacity: 0.5;
      border-radius: 100%;
      display: block;
      margin: 20px 0;
      cursor: pointer;
      background: none; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff;
        opacity: 1; }
  @media (max-width: 1500px) {
    .index-banner ul li .con .tits {
      font-size: 48px;
      line-height: 48px;
      padding-top: 50px; }
    .index-banner ul li .con .tit {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tits {
      font-size: 40px;
      line-height: 40px;
      padding-top: 0; }
    .index-banner ul li .con .tit {
      font-size: 20px;
      line-height: 20px; }
    .index-banner ul li .con .more {
      width: 180px;
      height: 48px;
      line-height: 48px;
      border-radius: 24px; } }
  @media (max-width: 1200px) {
    .index-banner ul li .con .tits {
      font-size: 30px;
      line-height: 30px; }
    .index-banner ul li .con .tit {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 1024px) {
    .index-banner ul li {
      height: auto;
      background: none !important; }
      .index-banner ul li img {
        display: block; }
      .index-banner ul li .con .tits {
        font-size: 24px;
        line-height: 24px; }
      .index-banner ul li .con .tit {
        font-size: 16px;
        line-height: 16px; } }
  @media (max-width: 768px) {
    .index-banner ul li .con .tits {
      font-size: 18px;
      line-height: 18px; }
    .index-banner ul li .con .tit {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; }
    .index-banner ul li .con .more {
      width: 100px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      margin: 15px auto 0; }
    .index-banner ul li .con .butBox {
      margin: 15px 0 0; }
      .index-banner ul li .con .butBox a {
        width: 100px;
        margin: 0 5px;
        height: 28px;
        font-size: 14px;
        line-height: 28px; }
    .index-banner ul li .con .but {
      margin: 20px auto 0; }
    .index-banner .btns {
      width: 100% !important;
      bottom: 15px;
      left: 0;
      right: auto;
      transform: translateY(0);
      top: auto;
      text-align: center;
      font-size: 0; }
      .index-banner .btns span {
        display: inline-block;
        margin: 0 5px;
        float: none; } }

.moreClick {
  width: 210px;
  height: 60px;
  border: 1px solid #1f497d;
  text-align: center;
  display: block;
  border-radius: 30px;
  font-size: 16px;
  line-height: 60px;
  color: #1f497d;
  box-sizing: border-box;
  background-color: #e9edf2;
  font-weight: bold; }
  @media (max-width: 1366px) {
    .moreClick {
      width: 180px;
      height: 48px;
      line-height: 48px;
      border-radius: 24px; } }
  @media (max-width: 768px) {
    .moreClick {
      width: 120px;
      height: 32px;
      line-height: 32px;
      font-size: 14px; } }

.index .index-about {
  padding-top: 25px;
  padding-bottom: 4.7%; }
  .index .index-about .tabs {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ebebeb; }
    .index .index-about .tabs a {
      width: 16.6666666667%;
      float: left;
      text-align: center;
      font-size: 16px;
      line-height: 42px;
      color: #555;
      font-weight: bold;
      position: relative; }
      .index .index-about .tabs a:after {
        width: 0;
        height: 5px;
        background-color: #1f497d;
        position: absolute;
        bottom: -4px;
        left: 50%;
        content: '';
        transition: all .5s; }
      .index .index-about .tabs a.on:after {
        width: 100%;
        left: 0; }
      @media (min-width: 1024px) {
        .index .index-about .tabs a:hover:after {
          width: 100%;
          left: 0; } }
  .index .index-about .itemBox {
    padding-top: 3%;
    background-size: 55.5% auto;
    background-position: left 20%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 15; }
    .index .index-about .itemBox .item {
      display: none; }
      .index .index-about .itemBox .item .con {
        width: 46.1%;
        float: left;
        color: #3b4245;
        padding-top: 46px; }
        .index .index-about .itemBox .item .con .tits {
          font-size: 36px;
          line-height: 36px; }
        .index .index-about .itemBox .item .con .txt {
          font-size: 16px;
          line-height: 28px;
          margin-top: 32px; }
        .index .index-about .itemBox .item .con .moreClick {
          margin-top: 117px; }
      .index .index-about .itemBox .item .pic {
        width: 50%;
        float: right;
        position: relative;
        padding-bottom: 74px; }
        .index .index-about .itemBox .item .pic .img {
          width: 91%;
          height: auto;
          position: relative;
          z-index: 4; }
        .index .index-about .itemBox .item .pic .bg {
          width: 64.3%;
          height: 94.25%;
          background-color: #1f497d;
          position: absolute;
          right: 0;
          bottom: 0; }
          .index .index-about .itemBox .item .pic .bg .tits {
            font-size: 18px;
            line-height: 74px;
            position: absolute;
            bottom: 0;
            left: 25px;
            color: #fff; }
            .index .index-about .itemBox .item .pic .bg .tits span {
              font-size: 24px; }
  .index .index-about .box {
    width: 1240px;
    max-width: 100%;
    margin: 6.2% auto 0; }
    .index .index-about .box .item {
      width: 18.5%;
      float: left;
      margin-right: 8.6%;
      border-bottom: 2px solid #d2d2d2;
      padding-bottom: 27px; }
      .index .index-about .box .item .num {
        font-size: 48px;
        line-height: 48px;
        color: #1f497d; }
        .index .index-about .box .item .num span {
          padding-right: 34px;
          position: relative;
          background-position: right bottom;
          background-repeat: no-repeat;
          line-height: 42px;
          display: inline-block; }
      .index .index-about .box .item .tits {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        color: #333;
        margin-top: 20px; }
      .index .index-about .box .item:last-child {
        margin-right: 0; }
.index .index-news {
  background-color: #f8f8f8;
  padding-top: 5.7%;
  padding-bottom: 7.6%; }
  .index .index-news .title {
    position: relative; }
    .index .index-news .title img {
      width: 20%;
      display: block;
      margin: 0 auto; }
    .index .index-news .title .t {
      text-align: center;
      width: 100%;
      font-size: 26px;
      line-height: 26px;
      color: #000;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
  .index .index-news .list {
    margin-top: 57px;
    position: relative;
    z-index: 15; }
    .index .index-news .list ul li {
      width: 21.7%;
      margin-right: 4.4%;
      float: left; }
      .index .index-news .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-news .list ul li a .tits {
          font-size: 16px;
          line-height: 20px;
          color: #000;
          height: 40px;
          width: 285px;
          max-width: 100%;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 18px; }
        .index .index-news .list ul li a .line {
          width: 100%;
          height: 1px;
          background-color: #dfdfdf;
          margin-top: 17px; }
        .index .index-news .list ul li a .time {
          font-size: 14px;
          line-height: 17px;
          color: #666;
          margin-top: 17px; }
      .index .index-news .list ul li:last-child {
        margin-right: 0; }
    .index .index-news .list .moreClick {
      margin: 30px auto 0; }
@media (max-width: 1420px) {
  .index .index-about .itemBox .item .con .tits {
    font-size: 30px;
    line-height: 30px; } }
@media (max-width: 1366px) {
  .index .index-about .itemBox .item .pic .bg {
    width: 80%; }
    .index .index-about .itemBox .item .pic .bg .tits {
      line-height: 60px; }
  .index .index-about .itemBox .item .pic {
    padding-bottom: 60px; }
  .index .index-about .itemBox .item .con .moreClick {
    margin-top: 45px; }
  .index .index-about .itemBox .item .con .tits {
    font-size: 26px;
    line-height: 26px; }
  .index .index-about .box .item .num {
    font-size: 36px;
    line-height: 36px; }
    .index .index-about .box .item .num span {
      line-height: 36px; }
  .index .index-about .box .item {
    width: 22%;
    margin-right: 4%; } }
@media (max-width: 1024px) {
  .index .index-about .itemBox .item .con .tits {
    font-size: 22px;
    line-height: 22px; }
  .index .index-about .itemBox .item .con .txt {
    font-size: 14px;
    line-height: 24px; }
  .index .index-about .itemBox .item .pic {
    padding-bottom: 45px; }
  .index .index-about .itemBox .item .pic .bg .tits {
    font-size: 16px;
    line-height: 45px; }
    .index .index-about .itemBox .item .pic .bg .tits span {
      font-size: 20px; }
  .index .index-about .itemBox .item .con {
    padding-top: 20px; }
  .index .index-about .box .item .num {
    font-size: 28px;
    line-height: 28px; }
    .index .index-about .box .item .num span {
      line-height: 28px;
      padding-right: 28px; }
  .index .index-about .box .item .tits {
    margin-top: 5px; } }
@media (max-width: 768px) {
  .index .index-about {
    padding-top: 15px; }
  .index .index-about .tabs a {
    font-size: 12px; }
  .index .index-about .itemBox .item .pic {
    width: 100%;
    float: none; }
    .index .index-about .itemBox .item .pic .img {
      width: 100%; }
  .index .index-about .itemBox .item .con {
    width: 100%;
    float: none; }
  .index .index-about .tabs a:after {
    height: 3px;
    bottom: -2px; }
  .index .index-about .itemBox {
    padding-top: 5%; }
  .index .index-about .itemBox .item .con .tits {
    font-size: 20px;
    line-height: 20px; }
  .index .index-about .itemBox .item .con .txt {
    margin-top: 10px; }
    .index .index-about .itemBox .item .con .txt br {
      display: none; }
  .index .index-about .box .item {
    width: 48.5%;
    margin-right: 3%;
    padding-bottom: 15px;
    border-width: 1px;
    margin-bottom: 20px; }
    .index .index-about .box .item:nth-child(2n) {
      margin-right: 0; }
  .index .index-about .box .item .num {
    font-size: 22px;
    line-height: 22px; }
    .index .index-about .box .item .num span {
      line-height: 20px; }
  .index .index-news .list ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px; }
    .index .index-news .list ul li:nth-child(2n) {
      margin-right: 0; }
  .index .index-about .itemBox .item .con .moreClick {
    margin-top: 25px; }
  .index .index-news .list {
    margin-top: 25px; }
  .index .index-news .title .t {
    font-size: 18px;
    line-height: 18px; }
  .index .index-news .title img {
    width: 40%; } }

.hover {
  overflow: hidden; }
  .hover img {
    transition: all 1.5s; }
  @media (min-width: 1024px) {
    .hover:hover img {
      transform: scale(1.1); } }

.footer {
  background-color: #265084;
  padding-top: 30px;
  position: relative;
  z-index: 15; }
  .footer .search {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer .search .but {
      width: 50px;
      height: 50px;
      float: left;
      background-image: url("../img/footer_icon1.png");
      background-position: center;
      background-repeat: no-repeat;
      display: block; }
    .footer .search .text {
      width: calc(100% - 50px);
      height: 50px;
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      float: left;
      border: none;
      background: none; }
  .footer .content {
    margin-top: 60px; }
    .footer .content .conLeft {
      float: left; }
      .footer .content .conLeft .logo {
        width: 127px;
        height: auto; }
      .footer .content .conLeft .t {
        font-size: 16px;
        color: #fff;
        line-height: 16px;
        margin-top: 37px; }
      .footer .content .conLeft .t1 {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        opacity: 0.7;
        margin-top: 15px; }
    .footer .content .nav {
      float: right; }
      .footer .content .nav dl {
        float: left;
        font-weight: bold;
        margin-right: 190px; }
        .footer .content .nav dl:last-child {
          margin-right: 0; }
        .footer .content .nav dl dt {
          margin-bottom: 16px; }
          .footer .content .nav dl dt a {
            display: block;
            font-size: 16px;
            line-height: 18px;
            color: #fff; }
        .footer .content .nav dl dd a {
          font-size: 14px;
          line-height: 28px;
          color: #fff;
          opacity: 0.7;
          display: block; }
          @media (min-width: 1024px) {
            .footer .content .nav dl dd a:hover {
              opacity: 1; } }
  .footer .foot {
    background-color: #1f497d;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 55px; }
    .footer .foot .footLeft {
      float: left;
      font-size: 14px;
      line-height: 26px;
      padding: 27px 0; }
      .footer .foot .footLeft a {
        color: #fff;
        float: left;
        opacity: 0.7; }
        @media (min-width: 1024px) {
          .footer .foot .footLeft a:hover {
            opacity: 1; } }
      .footer .foot .footLeft span {
        width: 1px;
        height: 14px;
        background-color: rgba(255, 255, 255, 0.7);
        float: left;
        display: block;
        margin: 6px 10px 0; }
    .footer .foot .p {
      float: right;
      font-size: 14px;
      line-height: 80px;
      color: #fff; }
  @media (max-width: 1366px) {
    .footer .content .nav dl {
      margin-right: 100px; } }
  @media (max-width: 1100px) {
    .footer .content .nav dl {
      margin-right: 80px; } }
  @media (max-width: 1024px) {
    .footer {
      padding-top: 15px; }
      .footer .search .but {
        width: 40px;
        height: 40px;
        background-size: 18px; }
      .footer .search .text {
        height: 40px; }
      .footer .content {
        margin-top: 20px; }
      .footer .content .nav {
        display: none; }
      .footer .foot .footLeft {
        display: none; }
      .footer .content .conLeft .logo {
        width: 65px; }
      .footer .content .conLeft .t {
        font-size: 14px;
        line-height: 14px;
        margin-top: 15px; }
      .footer .content .conLeft .t1 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px; }
      .footer .foot {
        margin-top: 20px; }
        .footer .foot .p {
          width: 100%;
          float: none;
          text-align: center;
          font-size: 12px;
          line-height: 40px; } }

.home {
  width: 100%;
  padding: 26px 0;
  0position: fixed;
  top: 91px;
  left: 0;
  background-color: #fff;
  z-index: 100; }
  .home .homeNew {
    font-size: 14px;
    line-height: 22px;
    float: left; }
    .home .homeNew a {
      color: #999;
      display: block;
      float: left; }
      @media (min-width: 1024px) {
        .home .homeNew a:hover {
          color: #1f497d; } }
    .home .homeNew span {
      margin: 0 4px;
      display: block;
      float: left;
      color: #999; }
    .home .homeNew i {
      color: #1f497d;
      display: block;
      float: left; }
  .home .nav {
    float: right;
    position: absolute;
    right: 0;
    top: -16px;
    z-index: 4; }
    .home .nav a {
      width: 110px;
      float: left;
      font-size: 16px;
      line-height: 56px;
      color: #333;
      text-align: center;
      display: block;
      font-weight: bold;
      margin-left: 8px;
      position: relative; }
      .home .nav a:after {
        width: 0;
        height: 2px;
        background-color: #1f497d;
        position: absolute;
        left: 50%;
        bottom: 0;
        content: '';
        transition: all .5s; }
      .home .nav a.on {
        color: #1f497d; }
        .home .nav a.on:after {
          width: 100%;
          left: 0; }
      @media (min-width: 1024px) {
        .home .nav a:hover {
          color: #1f497d; }
          .home .nav a:hover:after {
            width: 100%;
            left: 0; } }
  @media (max-width: 1730px) {
    .home .nav a {
      width: 90px; } }
  @media (max-width: 1450px) {
    .home .nav a {
      width: 80px;
      margin-left: 5px; } }
  @media (max-width: 1200px) {
    .home .nav a {
      width: 70px;
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .home {
      padding: 15px 0;
      position: relative;
      top: auto;
      left: auto; }
      .home .nav {
        display: none; } }

.pt74 {
  margin-top: 74px; }
  @media (max-width: 1024px) {
    .pt74 {
      margin-top: 0; } }

.navTop {
  padding-bottom: 13px;
  position: relative;
  margin-top: 4.5%; }
  .navTop .cn {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #1f497d; }
  .navTop .en {
    font-size: 60px;
    line-height: 60px;
    color: #333;
    opacity: 0.1;
    text-transform: uppercase;
    margin-top: 12px; }
  .navTop .nav {
    float: right;
    position: absolute;
    right: 98px;
    bottom: 0;
    z-index: 4; }
    .navTop .nav a {
      width: 110px;
      float: left;
      font-size: 16px;
      line-height: 56px;
      color: #333;
      text-align: center;
      display: block;
      font-weight: bold;
      margin-left: 8px;
      position: relative; }
      .navTop .nav a:after {
        width: 0;
        height: 2px;
        background-color: #1f497d;
        position: absolute;
        left: 50%;
        bottom: 0;
        content: '';
        transition: all .5s; }
      .navTop .nav a.on {
        color: #1f497d; }
        .navTop .nav a.on:after {
          width: 100%;
          left: 0; }
      @media (min-width: 1024px) {
        .navTop .nav a:hover {
          color: #1f497d; }
          .navTop .nav a:hover:after {
            width: 100%;
            left: 0; } }
  @media (max-width: 1730px) {
    .navTop .en {
      font-size: 48px;
      line-height: 48px; }
    .navTop .nav a {
      width: 90px; } }
  @media (max-width: 1450px) {
    .navTop .en {
      font-size: 40px;
      line-height: 40px; }
    .navTop .nav a {
      width: 80px;
      margin-left: 5px; } }
  @media (max-width: 1366px) {
    .navTop .cn {
      font-size: 20px;
      line-height: 20px; }
    .navTop .en {
      font-size: 34px;
      line-height: 34px; } }
  @media (max-width: 1200px) {
    .navTop .nav {
      right: 60px; }
    .navTop .nav a {
      width: 70px;
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .navTop {
      padding-bottom: 0; }
      .navTop .nav {
        display: none; } }
  @media (max-width: 768px) {
    .navTop {
      margin-top: 15px; }
      .navTop .en {
        font-size: 24px;
        line-height: 24px;
        margin-top: 6px; }
      .navTop .cn {
        font-size: 18px;
        line-height: 18px; } }

.banner {
  margin-top: 4.7%;
  padding-bottom: 160px;
  position: relative;
  display: none; }
  .banner .pic {
    width: calc(100% - (100% - 1540px)/2);
    margin-left: calc((100% - 1540px)/2);
    position: relative;
    z-index: 4; }
  .banner .pic1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 4; }
  .banner .bg1 {
    width: 27%;
    height: 80px;
    background-color: #1f497d;
    position: absolute;
    bottom: 80px;
    right: 0; }
  .banner .bg2 {
    width: 73%;
    height: 67%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f5f5f5; }
  .banner .select {
    width: 325px;
    height: 60px;
    background: none;
    background-color: #fff;
    font-size: 20px;
    line-height: 60px;
    border: none;
    padding-left: 22px;
    color: #000;
    position: absolute;
    left: calc((100% - 1540px)/2);
    bottom: 40px;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../img/news_icon1.png");
    background-position: 275px center;
    background-size: 30px;
    background-repeat: no-repeat; }
  .banner.abo {
    padding-bottom: 80px; }
    .banner.abo .bg1 {
      bottom: 0; }
    .banner.abo .bg2 {
      height: 62.8%; }
  @media (max-width: 1690px) {
    .banner .pic {
      width: 96%;
      margin-left: 4%; }
    .banner .select {
      left: 4%; } }
  @media (max-width: 1200px) {
    .banner {
      padding-bottom: 80px; }
      .banner.abo {
        padding-bottom: 40px; }
      .banner .bg1 {
        height: 40px;
        bottom: 40px; }
      .banner .select {
        height: 50px;
        line-height: 50px;
        bottom: 15px; } }
  @media (max-width: 1024px) {
    .banner .pic {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 768px) {
    .banner {
      padding-bottom: 40px; }
      .banner.abo {
        padding-bottom: 20px; }
      .banner .bg1 {
        height: 20px;
        bottom: 20px; }
      .banner .pic {
        overflow: hidden; }
        .banner .pic img {
          width: 140%;
          margin-left: -20%; }
      .banner .pic1 {
        overflow: hidden; }
        .banner .pic1 img {
          width: 140%;
          margin-left: -20%; }
      .banner .select {
        width: 215px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        bottom: -50px;
        background-position: 170px center;
        background-size: 24px;
        border: 1px solid #ccc;
        z-index: 100;
        padding-left: 15px; } }

.aboutTitle {
  position: relative;
  z-index: 2; }
  .aboutTitle .en {
    font-size: 18px;
    line-height: 18px;
    color: #1f497d;
    font-family: 'NHKB'; }
  .aboutTitle .cn {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    margin-top: 20px; }
  @media (max-width: 1640px) {
    .aboutTitle .cn {
      font-size: 32px;
      line-height: 32px;
      margin-top: 20px; } }
  @media (max-width: 1366px) {
    .aboutTitle .cn {
      font-size: 26px;
      line-height: 26px;
      margin-top: 10px; } }
  @media (max-width: 1200px) {
    .aboutTitle .cn {
      font-size: 22px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .aboutTitle .cn {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .aboutTitle .en {
      font-size: 16px;
      line-height: 16px; } }

.about .box1 {
  padding-top: 2.9%;
  position: relative; }
  .about .box1 .content {
    position: relative;
    margin-top: 3.2%;
    z-index: 2; }
    .about .box1 .content .con {
      width: 100%; }
      .about .box1 .content .con .pic {
        width: 40%;
        float: left; }
      .about .box1 .content .con .conn {
        padding-top: 2%;
        width: 54.5%;
        float: right; }
        .about .box1 .content .con .conn .tits {
          font-size: 32px;
          line-height: 42px;
          color: #000; }
        .about .box1 .content .con .conn .tit {
          font-size: 18px;
          line-height: 30px;
          color: #000;
          margin-top: 38px; }
  .about .box1 .bg {
    width: 72.9%;
    height: 56.5%;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    position: absolute;
    z-index: 0; }
.about .box2 {
  margin-top: 5.2%;
  padding-bottom: 5.2%;
  position: relative; }
  .about .box2 .content {
    width: 100%;
    position: relative;
    z-index: 2; }
    .about .box2 .content .pic {
      width: 50%;
      float: right;
      position: relative;
      z-index: 2; }
    .about .box2 .content .con {
      width: 42.2%;
      padding-top: 3.2%; }
      .about .box2 .content .con .txt {
        font-size: 18px;
        line-height: 30px;
        color: #000;
        margin-top: 12%; }
      .about .box2 .content .con .moreClick {
        margin-top: 25px; }
  .about .box2 .bg {
    width: 72.9%;
    height: 68.5%;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    position: absolute;
    z-index: 0; }
.about .box3 {
  padding-top: 3.2%; }
  .about .box3 .box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-top: 10.8%;
    padding-bottom: 11%;
    overflow: hidden; }
    .about .box3 .box .itemBox {
      width: 404px;
      height: auto;
      position: relative;
      margin: 0 auto; }
      .about .box3 .box .itemBox .bg {
        position: relative; }
        .about .box3 .box .itemBox .bg p {
          width: 100%;
          text-align: center;
          font-size: 20px;
          line-height: 30px;
          position: absolute;
          top: 50%;
          margin-top: -15px;
          color: #fff; }
      .about .box3 .box .itemBox .list {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .about .box3 .box .itemBox .list .item {
          width: 190px;
          height: 70px;
          background-image: url("../img/about_bg1.png");
          background-size: cover;
          background-repeat: no-repeat;
          color: #fff;
          position: absolute; }
          .about .box3 .box .itemBox .list .item .t {
            font-size: 16px;
            line-height: 18px;
            position: absolute;
            left: 26px;
            top: -9px; }
          .about .box3 .box .itemBox .list .item .t1 {
            font-size: 15px;
            line-height: 22px;
            margin-left: 26px;
            padding-top: 14px; }
          .about .box3 .box .itemBox .list .item:nth-child(1) {
            top: -110px;
            left: 50%;
            transform: translateX(-50%); }
          .about .box3 .box .itemBox .list .item:nth-child(2) {
            top: 28.4%;
            left: -228px; }
          .about .box3 .box .itemBox .list .item:nth-child(3) {
            top: 28.4%;
            right: -228px; }
          .about .box3 .box .itemBox .list .item:nth-child(4) {
            bottom: -80px;
            left: -82px; }
          .about .box3 .box .itemBox .list .item:nth-child(5) {
            bottom: -80px;
            right: -82px; }
      .about .box3 .box .itemBox .line {
        width: 300%;
        height: 300%;
        border-radius: 100%;
        border: 1px solid #fff;
        position: absolute;
        top: -100%;
        left: -100%;
        z-index: 0;
        animation: ripple 4.5s ease-out 0.2s infinite; }
        .about .box3 .box .itemBox .line:after {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border: 1px solid #fff;
          position: absolute;
          border-radius: 100%;
          content: '';
          animation: ripple 4.5s ease-out 0.4s infinite; }
        .about .box3 .box .itemBox .line:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border: 1px solid #fff;
          position: absolute;
          border-radius: 100%;
          content: '';
          animation: ripple 4.5s ease-out 1.6s infinite; }
.about .box4 {
  padding-top: 3.2%; }
  .about .box4 .aboutTitle {
    float: left; }
  .about .box4 .but {
    width: 110px;
    float: right;
    margin-top: 44px; }
    .about .box4 .but a {
      width: 44px;
      height: 44px;
      background-size: cover;
      display: block;
      background-position: center;
      background-repeat: no-repeat; }
      .about .box4 .but a.prev {
        float: left;
        background-image: url("../img/prev.png"); }
      .about .box4 .but a.next {
        float: right;
        background-image: url("../img/next.png"); }
      @media (min-width: 1024px) {
        .about .box4 .but a:hover.prev {
          background-image: url("../img/prev_h.png"); }
        .about .box4 .but a:hover.next {
          background-image: url("../img/next_h.png"); } }
  .about .box4 .list {
    position: relative;
    z-index: 15; }
    .about .box4 .list .line1 {
      width: 100%;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #cbcbcb; }
    .about .box4 .list .list-new ul li {
      width: 25%;
      height: 680px;
      float: left;
      position: relative; }
      .about .box4 .list .list-new ul li .con {
        width: 100%;
        height: auto;
        background-color: #f5f5f5;
        position: absolute;
        bottom: calc(50% + 42px); }
        .about .box4 .list .list-new ul li .con .con-new {
          padding: 30px; }
          .about .box4 .list .list-new ul li .con .con-new .tits {
            font-size: 28px;
            line-height: 30px;
            color: #1f497d; }
          .about .box4 .list .list-new ul li .con .con-new .line {
            width: 20px;
            height: 1px;
            background-color: #1f497d;
            margin-top: 28px;
            display: none; }
          .about .box4 .list .list-new ul li .con .con-new .txt {
            font-size: 16px;
            line-height: 22px;
            color: #000;
            margin-top: 20px; }
      .about .box4 .list .list-new ul li .print {
        width: 13px;
        height: 13px;
        background-image: url("../img/about_icon.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -6px; }
      .about .box4 .list .list-new ul li:nth-child(2n) .con {
        top: calc(50% + 42px);
        bottom: auto; }
@media (max-width: 1640px) {
  .about .box4 .but {
    margin-top: 26px; } }
@media (max-width: 1366px) {
  .about .box1 .content .con .conn .tits {
    font-size: 26px;
    line-height: 34px; }
  .about .box1 .content .con .conn .tit {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px; }
  .about .box1 .content .con .conn {
    padding-top: 3%; }
  .about .box2 .content .con .txt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10%; }
  .about .box4 .list .list-new ul li .con .con-new .tits {
    font-size: 22px;
    line-height: 26px; }
  .about .box4 .list .list-new ul li .con .con-new .line {
    margin-top: 15px; }
  .about .box4 .but {
    margin-top: 10px; }
  .about .box4 .list .list-new ul li .con .con-new .txt {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 1200px) {
  .about .box1 .content .con .conn .tits {
    font-size: 22px;
    line-height: 28px; }
  .about .box1 .content .pic {
    width: 39%; }
  .about .box2 .pic {
    overflow: hidden; }
    .about .box2 .pic img {
      width: 130%;
      margin-left: 15%; }
  .about .box2 .content .con .txt {
    margin-top: 5%; }
  .about .box3 .box {
    padding: 11% 0; }
  .about .box3 .box .itemBox .list .item:nth-child(1) {
    top: -80px; }
  .about .box3 .box .itemBox .list .item:nth-child(2) {
    left: -205px; }
  .about .box3 .box .itemBox .list .item:nth-child(3) {
    right: -205px; }
  .about .box3 .box .itemBox .list .item:nth-child(4) {
    bottom: -60px; }
  .about .box3 .box .itemBox .list .item:nth-child(5) {
    bottom: -60px; }
  .about .box4 .list .list-new ul li {
    width: 33.3333333333%; } }
@media (max-width: 1024px) {
  .about .box1 .content .con .conn .tits {
    font-size: 20px;
    line-height: 26px; }
  .about .box1 .content .con .conn .tit {
    font-size: 14px;
    line-height: 22px; }
  .about .box1 .content .pic {
    overflow: hidden; }
    .about .box1 .content .pic img {
      width: 130%;
      margin-left: -17%; }
  .about .box2 .content .con {
    width: 55%; }
  .about .box2 .content .con .txt {
    font-size: 14px;
    line-height: 22px; }
  .about .box4 .list .list-new ul li {
    width: 50%; }
  .about .box4 .list .list-new ul li .con .con-new .txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; } }
@media (max-width: 880px) {
  .about .box3 .box .itemBox {
    width: 320px; }
  .about .box3 .box .itemBox .list .item {
    width: 160px;
    height: 59px; }
    .about .box3 .box .itemBox .list .item .t {
      font-size: 14px;
      left: 19px; }
    .about .box3 .box .itemBox .list .item .t1 {
      font-size: 13px;
      line-height: 18px;
      margin-left: 19px; }
  .about .box3 .box .itemBox .list .item:nth-child(1) {
    top: -65px; }
  .about .box3 .box .itemBox .list .item:nth-child(2) {
    left: -165px; }
  .about .box3 .box .itemBox .list .item:nth-child(3) {
    right: -165px; }
  .about .box3 .box .itemBox .list .item:nth-child(4) {
    bottom: -45px; }
  .about .box3 .box .itemBox .list .item:nth-child(5) {
    bottom: -45px; } }
@media (max-width: 768px) {
  .about .box1 .content .con .pic {
    width: 100%;
    float: none; }
    .about .box1 .content .con .pic img {
      width: 100%;
      margin-left: 0; }
  .about .box1 .content .con {
    position: relative;
    left: auto;
    top: auto; }
  .about .box1 .content .con .conn {
    width: 100%;
    float: none; }
  .about .box1 .content .con .conn .tits {
    font-size: 18px;
    line-height: 22px; }
  .about .box2 .content .pic {
    width: 100%;
    float: none; }
    .about .box2 .content .pic img {
      width: 100%;
      margin-left: 0; }
  .about .box2 .content {
    position: relative;
    top: auto;
    left: auto; }
    .about .box2 .content .con {
      width: 100%;
      float: none; }
  .about .box4 .list .list-new ul li {
    width: 100%;
    height: 220px;
    padding-bottom: 20px; }
  .about .box4 .list .list-new ul li .con {
    bottom: 20px; }
  .about .box4 .list .list-new ul li:nth-child(2n) .con {
    bottom: 20px;
    top: auto; }
  .about .box4 .list .list-new ul li .con .con-new {
    padding: 20px; }
  .about .box4 .but {
    width: 90px;
    margin-top: 6px; }
    .about .box4 .but a {
      width: 40px;
      height: 40px; }
  .about .box4 {
    padding-bottom: 5%; }
  .about .box4 .list .line1 {
    bottom: 6px;
    top: auto; }
  .about .box4 .list .list-new ul li .print {
    top: auto;
    bottom: 0; }
  .about .box4 .list .list-new ul li {
    margin-right: 10px; }
  .about .box3 .box .itemBox .bg p {
    font-size: 14px; } }
@media (max-width: 680px) {
  .about .box3 .box {
    padding: 19% 0 16%; }
  .about .box3 .box .itemBox {
    width: 110px; }
  .about .box3 .box .itemBox .list .item {
    width: 124px;
    height: 46px; }
    .about .box3 .box .itemBox .list .item .t {
      left: 10px; }
  .about .box3 .box .itemBox .list .item .t1 {
    font-size: 12px;
    padding-top: 6px;
    margin-left: 10px; }
  .about .box3 .box .itemBox .list .item:nth-child(1) {
    top: -50px; }
  .about .box3 .box .itemBox .list .item:nth-child(2) {
    left: -128px; }
  .about .box3 .box .itemBox .list .item:nth-child(3) {
    right: -128px; } }

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1); } }
.structure {
  padding-top: 3.2%;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .structure .box {
    width: 100%;
    margin: 3% auto 0;
    padding-top: 10.9%;
    padding-bottom: 8.2%; }
    .structure .box .k {
      width: 214px;
      height: 80px;
      box-sizing: border-box;
      border: 1px solid rgba(255, 255, 255, 0.3);
      text-align: center;
      color: #fff; }
    .structure .box .item {
      width: 563px;
      margin: 0 auto; }
      .structure .box .item .t1 {
        font-size: 18px;
        line-height: 24px;
        position: relative; }
        .structure .box .item .t1 span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: block; }
      .structure .box .item .line {
        width: 135px;
        height: 1px;
        float: left;
        background-color: rgba(255, 255, 255, 0.3);
        margin-top: 40px; }
    .structure .box .item1 {
      padding: 40px 0 69px;
      position: relative; }
      .structure .box .item1 .t2 {
        margin: 0 auto;
        font-size: 20px;
        line-height: 26px;
        width: 400px;
        position: relative; }
        .structure .box .item1 .t2 span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: block; }
      .structure .box .item1:after {
        width: 1px;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.3);
        position: absolute;
        top: -40px;
        left: 50%;
        margin-left: -0.5px;
        content: ''; }
      .structure .box .item1:before {
        width: 1px;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.3);
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -0.5px;
        content: ''; }
    .structure .box .item2 {
      width: 1200px;
      margin: 0 auto;
      padding-top: 55px;
      position: relative; }
      .structure .box .item2:before {
        width: calc(100% - 214px);
        left: 107px;
        top: 0;
        position: absolute;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        content: ''; }
      .structure .box .item2 .t1 {
        float: left;
        margin-right: 32.5px;
        font-size: 18px;
        line-height: 24px;
        position: relative; }
        .structure .box .item2 .t1 span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: block; }
        .structure .box .item2 .t1:last-child {
          margin-right: 0; }
        .structure .box .item2 .t1:after {
          width: 1px;
          height: 55px;
          position: absolute;
          top: -55px;
          left: 50%;
          margin-left: -0.5px;
          background-color: rgba(255, 255, 255, 0.3);
          content: ''; }
  @media (max-width: 1250px) {
    .structure .box .k {
      width: 175px;
      height: 60px; }
    .structure .box .item {
      width: 440px; }
      .structure .box .item .t1 {
        width: 180px;
        line-height: 22px;
        font-size: 16px; }
      .structure .box .item .line {
        width: 80px;
        margin-top: 30px; }
    .structure .box .item1 {
      padding: 25px 0 40px; }
      .structure .box .item1:after {
        height: 55px;
        top: -30px; }
      .structure .box .item1:before {
        height: 40px; }
      .structure .box .item1 .t2 {
        font-size: 18px;
        line-height: 24px; }
    .structure .box .item2 {
      width: 925px;
      padding-top: 35px; }
      .structure .box .item2:before {
        width: calc(100% - 175px);
        left: 87.5px; }
      .structure .box .item2 .t1 {
        font-size: 16px;
        line-height: 22px;
        margin-right: 12.5px; }
        .structure .box .item2 .t1:after {
          height: 35px;
          top: -35px; } }
  @media (max-width: 940px) {
    .structure .box .k {
      width: 135px;
      height: 40px; }
    .structure .box .item {
      width: 340px; }
      .structure .box .item .t1 {
        width: 150px;
        line-height: 18px;
        font-size: 14px;
        height: 50px; }
      .structure .box .item .line {
        width: 40px;
        margin-top: 26px; }
    .structure .box .item1 {
      padding: 20px 0 30px; }
      .structure .box .item1:after {
        height: 44px;
        top: -23px; }
      .structure .box .item1:before {
        height: 30px; }
      .structure .box .item1 .t2 {
        width: 258px;
        font-size: 14px;
        line-height: 18px;
        height: 55px; }
    .structure .box .item2 {
      width: 360px; }
      .structure .box .item2:before {
        width: calc(100% - 60px);
        left: 30px; }
      .structure .box .item2 .k {
        width: 60px;
        height: 190px; }
      .structure .box .item2 .t1 {
        margin-right: 15px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        font-size: 14px;
        text-align: left;
        letter-spacing: 1px; }
        .structure .box .item2 .t1 span {
          height: 100%;
          left: 7px;
          top: 10px;
          transform: translateY(0); } }

.team {
  padding-top: 3.2%;
  padding-bottom: 35px; }
  .team ul {
    margin-top: 3%; }
    .team ul li {
      width: 30.5%;
      float: left;
      margin-right: 4.25%;
      margin-bottom: 4.25%;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .team ul li .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-image: url("../img/team_bg.png"); }
        .team ul li .bg .con {
          width: calc(100% - 60px);
          left: 30px;
          bottom: 30px;
          color: #fff;
          position: absolute;
          transition: height .5s;
          height: 118px;
          overflow: hidden; }
          .team ul li .bg .con .tits {
            font-size: 28px;
            line-height: 28px;
            font-weight: bold; }
          .team ul li .bg .con .tit {
            font-size: 16px;
            line-height: 24px;
            margin-top: 10px;
            height: 48px; }
          .team ul li .bg .con .icon {
            width: 31px;
            height: 31px;
            background-image: url("../img/team_icon.png");
            background-size: cover;
            background-repeat: no-repeat; }
          .team ul li .bg .con .txt {
            margin-top: 5px;
            font-size: 15px;
            line-height: 28px;
            display: none; }
            .team ul li .bg .con .txt p i {
              width: calc(100% - 82px);
              display: block;
              float: left; }
      .team ul li:nth-child(3n) {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .team ul li:hover .bg {
          background-color: rgba(31, 73, 125, 0.75); }
          .team ul li:hover .bg .con {
            height: calc(100% - 80px); }
            .team ul li:hover .bg .con .icon {
              display: none; }
            .team ul li:hover .bg .con .txt {
              display: block; } }
  @media (max-width: 1366px) {
    .team ul li .bg .con {
      width: calc(100% - 40px);
      bottom: 20px;
      left: 20px; } }
@media (max-width: 1366px) and (min-width: 1024px) {
  .team ul li::hover .bg .con {
    height: calc(100% - 40px); } }
  @media (max-width: 1366px) {
    .team ul li .bg .con .tits {
      font-size: 22px;
      line-height: 22px; }
    .team ul li .bg .con .txt {
      line-height: 22px;
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .team ul li .bg .con .tits {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 1024px) {
    .team ul li {
      width: 100%;
      float: none;
      margin-right: 0; }
    .team ul li img {
      width: 40%;
      float: left; }
    .team ul li .bg {
      background: none;
      position: relative;
      width: 55%;
      float: right;
      left: auto;
      bottom: auto; }
      .team ul li .bg .con {
        width: 100%;
        color: #333;
        position: relative;
        padding-top: 20px;
        left: auto;
        bottom: auto;
        height: auto; }
        .team ul li .bg .con .icon {
          display: none; }
        .team ul li .bg .con .txt {
          display: block; } }
  @media (max-width: 768px) {
    .team ul li img {
      width: 100%;
      float: none; }
    .team ul li .bg {
      float: none;
      margin-left: 0;
      width: 100%; }
    .team ul li .bg .con .tit {
      height: auto; }
    .team ul li .bg .con .txt {
      margin-top: 10px; } }

.culture {
  padding-top: 3%; }
  .culture .item {
    padding: 5.2% 0; }
    .culture .item .content {
      position: relative; }
      .culture .item .content .con {
        width: 100%; }
        .culture .item .content .con .pic {
          width: 58.3%;
          float: left; }
        .culture .item .content .con .conn {
          width: 33.1%;
          float: right;
          padding-top: 4%;
          position: relative; }
          .culture .item .content .con .conn .txt {
            font-size: 18px;
            line-height: 24px;
            color: #333;
            margin-top: 12%; }
          .culture .item .content .con .conn .img {
            position: absolute;
            top: -14.8%; }
            .culture .item .content .con .conn .img.img1 {
              width: 158.2%;
              left: -25.5%; }
            .culture .item .content .con .conn .img.img2 {
              width: 130.4%;
              left: 0; }
            .culture .item .content .con .conn .img.img3 {
              width: 179%;
              left: -25.5%; }
            .culture .item .content .con .conn .img.img4 {
              width: 119.4%;
              left: 0; }
    .culture .item:nth-child(4) .content .con .conn {
      padding-top: 0; }
    .culture .item:nth-child(2n) {
      background-color: #f5f5f5; }
      .culture .item:nth-child(2n) .content .con .pic {
        float: right; }
      .culture .item:nth-child(2n) .content .con .conn {
        float: left; }
  @media (max-width: 1640px) {
    .culture .item .content .con .conn .txt {
      font-size: 16px;
      line-height: 20px;
      margin-top: 7%; } }
  @media (max-width: 1366px) {
    .culture .item .content .con .conn {
      width: 38%; }
    .culture .item .content .con .conn .txt br {
      display: none; }
    .culture .item .content .con .conn {
      padding-top: 2%; } }
  @media (max-width: 1200px) {
    .culture .item .content .con .conn .txt {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .culture .item .content .con .pic {
      width: 100%;
      float: none !important; }
    .culture .item .content .con .conn {
      width: 100%;
      padding-top: 20px; }
    .culture .item .content .con .conn .txt {
      margin-top: 5%; }
    .culture .item .content .con .conn .img {
      top: 0; }
      .culture .item .content .con .conn .img.img1 {
        width: 85%;
        left: 0; }
      .culture .item .content .con .conn .img.img2 {
        width: 85%;
        left: 0; }
      .culture .item .content .con .conn .img.img3 {
        width: 100%;
        left: 0; }
      .culture .item .content .con .conn .img.img4 {
        left: 0;
        width: 78%; } }

.news {
  padding: 3.2% 0 4%; }
  .news ul {
    margin-top: 3%;
    padding-bottom: 10px; }
    .news ul li {
      background-color: #f5f5f5;
      margin-bottom: 40px; }
      .news ul li a {
        display: block;
        padding: 40px;
        box-sizing: border-box; }
        .news ul li a .pic {
          width: 360px;
          float: left;
          overflow: hidden; }
          .news ul li a .pic img {
            transition: all 1.5s; }
        .news ul li a .con {
          width: calc(100% - 400px);
          float: right;
          padding-top: 27px; }
          .news ul li a .con .tits {
            font-size: 24px;
            line-height: 26px;
            height: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #000; }
          .news ul li a .con .time {
            font-size: 16px;
            line-height: 16px;
            color: #888;
            margin-top: 20px; }
          .news ul li a .con .add {
            padding-left: 27px;
            font-size: 16px;
            line-height: 22px;
            color: #333;
            background-image: url("../img/add.png");
            background-position: left center;
            background-repeat: no-repeat;
            margin-top: 15px; }
          .news ul li a .con .tit {
            font-size: 16px;
            line-height: 24px;
            color: #000;
            height: 48px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 22px; }
          .news ul li a .con .icon {
            width: 43px;
            height: 43px;
            background-image: url("../img/news_icon2.png");
            background-repeat: no-repeat;
            background-size: cover;
            margin-top: 25px; }
      @media (min-width: 1024px) {
        .news ul li:hover a .pic img {
          transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .news ul li a .con .tits {
      font-size: 20px;
      line-height: 22px;
      height: 22px; } }
  @media (max-width: 1024px) {
    .news ul li {
      margin-bottom: 20px; }
    .news ul li a {
      padding: 20px; }
      .news ul li a .pic {
        width: 290px; }
      .news ul li a .con {
        width: calc(100% - 320px); }
        .news ul li a .con .tits {
          font-size: 18px;
          line-height: 20px;
          height: 20px; }
        .news ul li a .con .time {
          margin-top: 10px;
          font-size: 14px;
          line-height: 14px; }
        .news ul li a .con .tit {
          margin-top: 10px;
          font-size: 14px;
          line-height: 22px;
          height: 44px; }
        .news ul li a .con .icon {
          width: 35px;
          height: 35px;
          margin-top: 15px;
          background-size: cover; } }
  @media (max-width: 768px) {
    .news ul li a .pic {
      width: 100%;
      float: none; }
    .news ul li a .con {
      width: 100%;
      padding-top: 15px; } }

.page {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .page a {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #e9edf2;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    color: #1f497d;
    border: 1px solid #1f497d;
    margin: 0 10px; }
    .page span {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #1f497d;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    border: 1px solid #1f497d;
    margin: 0 10px; }
    .page a.p {
      width: 118px; }
    .page a.active {
      background-color: #1f497d;
      color: #fff; }
    @media (min-width: 1024px) {
      .page a:hover {
        background-color: #1f497d;
        color: #fff; } }
  @media (max-width: 1024px) {
    .page a {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      line-height: 30px;
      margin: 0 5px;
      font-size: 14px; }
      .page span{
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
      }
      .page a.p {
        width: 75px; } }

.activity {
  padding: 3.2% 0 4%; }
  .activity ul {
    margin-top: 3%;
    padding-bottom: 10px; }
    .activity ul li {
      background-color: #f2f2f2;
      margin-bottom: 40px; }
      .activity ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .activity ul li a .pic {
          width: 50%;
          height: auto;
          float: left;
          overflow: hidden; }
          .activity ul li a .pic img {
            transition: all 1.5s; }
        .activity ul li a .con {
          width: 50%;
          height: auto;
          float: right; }
          .activity ul li a .con .con-new {
            width: 85.7%;
            height: auto;
            margin: 0 auto;
            padding-top: 60px; }
            .activity ul li a .con .con-new .time {
              font-size: 16px;
              line-height: 31px;
              color: #1f497d;
              text-transform: uppercase; }
              .activity ul li a .con .con-new .time span {
                font-size: 42px; }
            .activity ul li a .con .con-new .line {
              width: 20px;
              height: 1px;
              background-color: #1f497d;
              margin-top: 20px; }
            .activity ul li a .con .con-new .tits {
              font-size: 24px;
              line-height: 30px;
              height: 60px;
              color: #333;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 25px; }
            .activity ul li a .con .con-new .add {
              padding-left: 27px;
              font-size: 16px;
              line-height: 22px;
              color: #333;
              background-image: url("../img/add.png");
              background-position: left center;
              background-repeat: no-repeat;
              margin-top: 15px; }
            .activity ul li a .con .con-new .icon {
              width: 57px;
              height: 57px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../img/activity_icon.png");
              margin-top: 60px;
              background-size: cover; }
      .activity ul li:nth-child(2n) a .pic {
        float: right; }
      .activity ul li:nth-child(2n) a .con {
        float: left; }
      @media (min-width: 1024px) {
        .activity ul li:hover a .pic img {
          transform: scale(1.1); } }
  @media (max-width: 1520px) {
    .activity ul li a .con .con-new .time {
      font-size: 14px;
      line-height: 28px; }
      .activity ul li a .con .con-new .time span {
        font-size: 32px; }
    .activity ul li a .con .con-new .line {
      margin-top: 10px; }
    .activity ul li a .con .con-new .tits {
      font-size: 20px;
      margin-top: 18px; }
    .activity ul li a .con .con-new .icon {
      width: 50px;
      height: 50px;
      margin-top: 40px; } }
  @media (max-width: 1366px) {
    .activity ul li a .con .con-new {
      padding-top: 30px; } }
  @media (max-width: 1200px) {
    .activity ul li a .con .con-new .time {
      line-height: 20px; }
      .activity ul li a .con .con-new .time span {
        font-size: 24px; }
    .activity ul li a .con .con-new .tits {
      margin-top: 10px;
      font-size: 18px;
      line-height: 26px;
      height: 52px; }
    .activity ul li a .con .con-new .icon {
      width: 40px;
      height: 40px;
      margin-top: 30px; } }
  @media (max-width: 1024px) {
    .activity ul li {
      margin-bottom: 20px; }
    .activity ul li a .con .con-new .time {
      font-size: 12px; }
      .activity ul li a .con .con-new .time span {
        font-size: 20px; }
    .activity ul li a .con .con-new .line {
      margin-top: 5px; }
    .activity ul li a .con .con-new .tits {
      font-size: 16px;
      line-height: 24px;
      height: 48px; }
    .activity ul li a .con .con-new .add {
      font-size: 14px;
      line-height: 18px;
      background-size: auto 100%;
      padding-left: 20px;
      margin-top: 10px; }
    .activity ul li a .con .con-new .icon {
      width: 35px;
      height: 35px;
      margin-top: 25px; } }
  @media (max-width: 768px) {
    .activity ul li a .pic {
      width: 100%;
      float: none; }
    .activity ul li a .con {
      width: 100%;
      float: none; }
      .activity ul li a .con .con-new {
        padding-top: 15px;
        width: 92%;
        padding-bottom: 15px; } }

.contact {
  padding-top: 3.125%; }
  .contact ul {
    margin-top: 3%; }
    .contact ul li {
      width: 50%;
      float: left;
      position: relative;
      margin-bottom: 4.7%; }
      .contact ul li .pic {
        width: 100%;
        height: auto;
        position: relative; }
        .contact ul li .pic .aboutTitle {
          left: calc((100vw - 1540px)/2);
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .contact ul li .pic .aboutTitle .en {
            color: #fff; }
          .contact ul li .pic .aboutTitle .cn {
            color: #fff; }
          @media (max-width: 1690px) {
            .contact ul li .pic .aboutTitle {
              left: 8%; } }
      .contact ul li .con {
        margin-left: calc((100vw - 1540px)/2);
        margin-top: 6.25%; }
        @media (max-width: 1690px) {
          .contact ul li .con {
            margin-left: 8%; } }
        .contact ul li .con .tits {
          font-size: 24px;
          line-height: 24px;
          color: #333; }
        .contact ul li .con .txt {
          font-size: 16px;
          line-height: 30px;
          height: 180px;
          color: #666;
          margin-top: 20px; }
          .contact ul li .con .txt a {
            color: #666;
            text-decoration: underline; }
            .contact ul li .con .txt a:hover {
              color: #1f497d; }
        .contact ul li .con .map {
          width: 152px;
          height: 42px;
          border-radius: 21px;
          background-color: #e9edf2;
          font-size: 16px;
          line-height: 42px;
          font-weight: bold;
          color: #1f497d;
          border: 1px solid #1f497d;
          display: block;
          text-align: center;
          margin-top: 2px; }
          @media (min-width: 1024px) {
            .contact ul li .con .map:hover {
              background-color: #1f497d;
              color: #fff; } }
  @media (max-width: 1200px) {
    .contact ul li .con .tits {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 1024px) {
    .contact ul li .con .tits {
      font-size: 18px;
      line-height: 18px; }
    .contact ul li .con .txt {
      font-size: 14px;
      line-height: 26px;
      height: 156px;
      margin-top: 10px; }
    .contact ul li .con .map {
      width: 120px;
      height: 38px;
      line-height: 38px; } }
  @media (max-width: 768px) {
    .contact ul li {
      width: 100%;
      float: none; }
      .contact ul li .con .txt {
        height: auto; }
      .contact ul li .con .map {
        margin-top: 20px;
        font-size: 12px;
        width: 100px;
        height: 32px;
        line-height: 32px; } }

.network {
  padding-bottom: 5.2%; }
  .network .box1 {
    position: relative;
    margin-top: 7.3%;
    padding-bottom: 5.2%; }
    .network .box1 .content {
      width: 100%;
      position: relative;
      z-index: 10; }
      .network .box1 .content .pic {
        width: 43.75%;
        float: left;
        z-index: 5; }
      .network .box1 .content .con {
        width: 47%;
        margin-left: 50%;
        padding-top: 2%; }
        .network .box1 .content .con .t {
          font-size: 30px;
          line-height: 40px;
          color: #333; }
        .network .box1 .content .con .t1 {
          font-size: 16px;
          line-height: 30px;
          color: #000;
          margin-top: 37px; }
    .network .box1 .bg {
      width: 90.1%;
      height: 74%;
      left: calc(100% - 1540px);
      bottom: 0;
      background-color: #f5f5f5;
      position: absolute; }
      @media (max-width: 1690px) {
        .network .box1 .bg {
          width: 96%;
          left: 4%; } }
  .network .box2 {
    position: relative;
    margin-top: 5.2%; }
    .network .box2 .pic {
      width: 50%;
      float: right;
      position: relative;
      z-index: 5; }
    .network .box2 .content {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
      .network .box2 .content .con {
        width: 41.6%;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        padding-top: 5.7%; }
  @media (max-width: 1560px) {
    .network .box1 .content .con {
      padding-top: 3.5%; }
    .network .box1 .content .con .t {
      font-size: 26px;
      line-height: 34px; } }
  @media (max-width: 1400px) {
    .network .box1 .content .con .t {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 1366px) {
    .network .box2 .content .con {
      padding-top: 20px;
      width: 46%; }
    .network .box1 .content .con {
      padding-top: 30px; }
      .network .box1 .content .con .t1 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 30px; } }
  @media (max-width: 1200px) {
    .network .box1 .pic {
      overflow: hidden; }
      .network .box1 .pic img {
        width: 130%;
        margin-left: -30%; }
    .network .box2 .pic {
      overflow: hidden; }
      .network .box2 .pic img {
        width: 130%; } }
  @media (max-width: 1024px) {
    .network .box1 .content .con .t {
      font-size: 18px;
      line-height: 26px; }
    .network .box1 .content .con .t1 {
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px; }
    .network .box2 .content .con {
      font-size: 14px;
      line-height: 24px; }
    .network .box2 .content .con br {
      display: none; } }
  @media (max-width: 768px) {
    .network .box1 .content .pic {
      width: 100%;
      float: none;
      position: relative;
      left: auto;
      left: auto; }
      .network .box1 .content .pic img {
        width: 100%;
        margin-left: 0; }
    .network .box1 .bg {
      width: 100%;
      left: 0;
      height: 76%; }
    .network .box1 .content {
      width: 100%;
      float: none; }
      .network .box1 .content .con {
        width: 100%;
        margin-left: 0;
        padding-top: 20px; }
    .network .box1 .content .con .t {
      font-size: 16px;
      line-height: 26px; }
    .network .box2 .pic {
      width: 100%;
      float: none; }
      .network .box2 .pic img {
        width: 100%; }
    .network .box2 .content {
      position: relative;
      left: auto;
      top: auto; }
      .network .box2 .content .con {
        width: 100%; } }

.service {
  padding: 5.2% 0 0; }
  .service .box1 {
    margin-bottom: 4%; }
    .service .box1 .item {
      width: 29.9%;
      float: left;
      margin-right: 5.15%;
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 27px; }
      .service .box1 .item .pic {
        width: 100%;
        height: auto; }
      .service .box1 .item p {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        color: #333;
        margin-top: 28px; }
      .service .box1 .item:last-child {
        margin-right: 0; }
  .service .box2 {
    position: relative;
    margin-bottom: 5%; }
    .service .box2 .content {
      width: 100%;
      height: auto; }
      .service .box2 .content .pic {
        width: 50%;
        height: auto;
        float: left; }
      .service .box2 .content .con {
        width: 42.9%;
        float: right;
        padding-top: 3%; }
        .service .box2 .content .con .t {
          font-size: 30px;
          line-height: 42px;
          color: #333; }
        .service .box2 .content .con .t1 {
          font-size: 16px;
          line-height: 30px;
          color: #333;
          margin-top: 34px; }
        .service .box2 .content .con .moreClick {
          margin-top: 25px; }
    .service .box2:nth-child(2n) .content .pic {
      float: right; }
    .service .box2:nth-child(2n) .content .con {
      float: left; }
  @media (max-width: 1480px) {
    .service .box2 .content .con {
      padding-top: 4%; }
    .service .box2 .content .con .t {
      font-size: 26px;
      line-height: 36px; } }
  @media (max-width: 1366px) {
    .service .box2 .content .con {
      padding-top: 20px; }
    .service .box2 .content .con .t {
      font-size: 24px;
      line-height: 30px; }
    .service .box2 .content .con .t1 {
      margin-top: 20px; } }
  @media (max-width: 1200px) {
    .service .box2 .content .con {
      width: 47%; }
    .service .box2 .content .con .t {
      font-size: 20px;
      line-height: 26px; }
    .service .box2 .pic img {
      width: 130%;
      margin-left: -30%; }
    .service .box1 .item p {
      margin-top: 15px; }
    .service .box1 .item {
      padding-bottom: 15px;
      width: 32%;
      margin-right: 2%; } }
  @media (max-width: 1024px) {
    .service .box2 .content .con .t1 {
      font-size: 14px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .service .box1 .item {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
    .service .box2 .content .pic {
      width: 100%;
      float: none !important; }
      .service .box2 .content .pic img {
        width: 100%;
        margin-left: 0; }
    .service .box2 .content {
      width: 100%;
      position: relative;
      left: auto;
      top: auto; }
      .service .box2 .content .con {
        width: 100%;
        float: none !important; }
    .service .box1 .item p {
      font-size: 16px;
      line-height: 20px; }
    .service .box2 .content .con .t {
      font-size: 18px;
      line-height: 24px; }
    .service .box2 .content .con .t1 {
      margin-top: 10px; } }

.join {
  padding-top: 4.2%;
  padding-bottom: 5.2%; }
  .join .title {
    text-align: center;
    color: #333;
    margin-top: 3.9%; }
    .join .title .t {
      font-size: 30px;
      line-height: 30px; }
    .join .title .t1 {
      font-size: 16px;
      line-height: 16px;
      margin-top: 20px; }
  .join .list {
    width: 960px;
    margin: 4.5% auto 0;
    max-width: 100%; }
    .join .list ul li {
      margin-bottom: 30px; }
      .join .list ul li:last-child {
        margin-bottom: 0; }
      .join .list ul li .tits {
        width: 100%;
        height: auto;
        background-color: #f5f5f5;
        padding: 45px 0;
        cursor: pointer; }
        .join .list ul li .tits .city {
          width: 118px;
          height: 34px;
          border: 1px solid #1f497d;
          border-radius: 17px;
          background-color: #e9edf2;
          text-align: center;
          font-size: 13px;
          line-height: 34px;
          color: #1f497d;
          float: left;
          margin-left: 45px; }
        .join .list ul li .tits .t {
          font-size: 18px;
          line-height: 36px;
          color: #000;
          margin-left: 50px;
          float: left; }
        .join .list ul li .tits i {
          width: 36px;
          height: 36px;
          float: right;
          display: block;
          background-position: center;
          background-size: cover;
          background-image: url("../img/join_icon1.png");
          background-repeat: no-repeat;
          margin-right: 55px; }
        .join .list ul li .tits.on i {
          background-image: url("../img/join_icon.png"); }
      .join .list ul li .con {
        width: calc(100% - 90px);
        padding: 40px 45px 75px;
        border-top: 1px solid #dcdcdc;
        background-color: #f5f5f5;
        display: none; }
        .join .list ul li .con .item {
          font-size: 16px;
          line-height: 22px;
          color: #555;
          margin-bottom: 42px; }
          .join .list ul li .con .item .t {
            font-weight: bold;
            color: #000; }
          .join .list ul li .con .item .t1 {
            margin-top: 22px; }
        .join .list ul li .con .tt {
          font-size: 16px;
          color: #1f497d;
          line-height: 18px; }
          .join .list ul li .con .tt a {
            color: #1f497d; }
  @media (max-width: 1366px) {
    .join .title .t {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1200px) {
    .join .title .t1 {
      margin-top: 10px; }
    .join .list ul li {
      margin-bottom: 20px; }
    .join .list ul li .tits {
      padding: 30px 0; } }
  @media (max-width: 768px) {
    .join .list ul li .tits .city {
      width: 98px;
      font-size: 12px;
      line-height: 28px;
      height: 28px;
      margin-left: 20px; }
    .join .list ul li .tits .t {
      font-size: 14px;
      line-height: 30px;
      margin-left: 10px; }
    .join .list ul li .tits i {
      width: 30px;
      height: 30px;
      margin-right: 20px; }
    .join .list ul li .tits {
      padding: 15px 0; }
    .join .title .t {
      font-size: 18px;
      line-height: 18px; }
    .join .title .t1 {
      font-size: 14px;
      line-height: 14px; }
    .join .list ul li {
      margin-bottom: 10px; }
    .join .list ul li .con {
      padding: 20px;
      width: calc(100% - 40px); }
    .join .list ul li .con .item {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; }
    .join .list ul li .con .item .t1 {
      margin-top: 10px; }
    .join .title {
      margin-top: 30px; } }

.info {
  padding-top: 2%;
  padding-bottom: 5.2%; }
  .info .tits {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #333; }
  .info .time {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #999;
    margin-top: 10px; }
  .info .con {
    width: 1100px;
    max-width: 100%;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 32px;
    color: #666; }
    .info .con img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
    .info .con.privacy {
      font-size: 14px;
      line-height: 20px; }
      .info .con.privacy .fxb-section {
        margin-bottom: 30px; }
      .info .con.privacy .mt-larger-containOneside {
        margin-top: 50px; }
      .info .con.privacy .text-align-right {
        text-align: right;
        margin: 30px 0; }
      .info .con.privacy h3, .info .con.privacy h2 {
        font-weight: bold; }
      .info .con.privacy h2 {
        margin-bottom: 30px; }
      .info .con.privacy ol {
        margin: 30px 0 1rem; }
        .info .con.privacy ol li {
          padding-left: 2em;
          position: relative; }
          .info .con.privacy ol li p {
            margin: 10px 0; }
          .info .con.privacy ol li span {
            position: absolute;
            left: 0;
            top: 0; }
          .info .con.privacy ol li:nth-child(1) {
            margin-top: 0; }
      .info .con.privacy dl {
        margin: 15px 0 10px; }
        .info .con.privacy dl dt {
          font-weight: bold; }
        .info .con.privacy dl dt, .info .con.privacy dl dd {
          padding-left: 2em; }
      .info .con.privacy ol > li {
        margin-top: 28px; }
      .info .con.privacy ol > li > ul > li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 15px; }
        .info .con.privacy ol > li > ul > li:after {
          width: 4px;
          height: 4px;
          border-radius: 100%;
          background-color: #333;
          position: absolute;
          left: 0px;
          top: 8px;
          content: ''; }
  .info .list {
    width: 700px;
    max-width: 100%;
    margin: 4% auto 0; }
    .info .list .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      margin-top: 20px; }
      .info .list .btns span {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        border: 1px solid #1f497d;
        display: inline-block;
        margin: 0 5px;
        background: none;
        cursor: pointer;
        opacity: 1; }
        .info .list .btns span.swiper-pagination-bullet-active {
          background-color: #1f497d; }
  @media (max-width: 768px) {
    .info .tits {
      font-size: 18px;
      line-height: 24px; }
    .info .time {
      font-size: 14px;
      line-height: 16px; }
    .info .con {
      font-size: 14px;
      line-height: 28px;
      margin: 15px auto 0; } }

.paging {
  width: 100%;
  height: auto;
  margin-top: 6.8%;
  position: relative; }
  .paging .t {
    width: 45%;
    height: auto;
    font-size: 16px;
    line-height: 40px; }
    .paging .t a {
      width: calc(100% - 140px);
      float: right;
      height: 40px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      color: #707070; }
      .paging .t a.p {
        width: 120px;
        height: 40px;
        border: 1px solid #1f497d;
        box-sizing: border-box;
        text-align: center !important;
        float: left;
        color: #1f497d;
        display: block; }
    .paging .t.right a {
      float: left;
      text-align: right; }
      .paging .t.right a.p {
        float: right; }
  .paging .return {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("../img/return.png");
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -10px; }
    .paging .return span {
      width: 50px;
      display: block;
      position: absolute;
      top: 24px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 12px;
      line-height: 12px;
      color: #666;
      text-align: center; }
  @media (max-width: 768px) {
    .paging .t a {
      display: none; }
    .paging .t a.p {
      width: 80px;
      height: 33px;
      line-height: 30px;
      font-size: 14px; } }

.good {
  padding-top: 4.2%;
  padding-bottom: 6.5%; }
  .good .list {
    margin-top: 7.3%;
    position: relative; }
    .good .list ul li {
      margin-bottom: 34px;
      position: relative;
      position: relative;
      z-index: 4; }
      .good .list ul li .year {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 70px;
        color: #fff;
        position: absolute;
        left: 32px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #1f497d; }
      .good .list ul li .box {
        width: calc(100% - 170px);
        height: auto;
        float: right;
        box-sizing: border-box;
        border: 1px solid #ebebeb;
        background-color: #f9f9f9; }
        .good .list ul li .box a {
          padding: 35px;
          display: block; }
          .good .list ul li .box a .pic {
            width: 400px;
            float: left;
            overflow: hidden; }
            .good .list ul li .box a .pic img {
              transition: all 1.5s; }
          .good .list ul li .box a .con {
            width: calc(100% - 470px);
            padding-right: 30px;
            float: right;
            padding-top: 30px; }
            .good .list ul li .box a .con .tits {
              font-size: 22px;
              line-height: 24px;
              height: 24px;
              color: #333;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .good .list ul li .box a .con .time {
              font-size: 14px;
              line-height: 14px;
              color: #999;
              margin-top: 17px; }
            .good .list ul li .box a .con .tit {
              font-size: 16px;
              line-height: 24px;
              height: 48px;
              color: #444;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 23px; }
            .good .list ul li .box a .con .more {
              width: 43px;
              height: 43px;
              display: block;
              background-image: url("../img/news_icon2.png");
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
              margin-top: 26px; }
      .good .list ul li:last-child:before {
        width: 170px;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
        content: ''; }
      @media (min-width: 1024px) {
        .good .list ul li:hover .box a .pic img {
          transform: scale(1.1); } }
    .good .list .line {
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 67px;
      z-index: 1;
      background-color: #e8ecf2; }
  @media (max-width: 1540px) {
    .good .list ul li .box a .con {
      padding-top: 20px; }
      .good .list ul li .box a .con .time {
        margin-top: 10px; }
      .good .list ul li .box a .con .tit {
        margin-top: 15px; }
      .good .list ul li .box a .con .more {
        margin-top: 15px; } }
  @media (max-width: 1366px) {
    .good .list ul li .box a .pic {
      width: 300px; }
    .good .list ul li .box a .con {
      width: calc(100% - 370px); } }
  @media (max-width: 1024px) {
    .good .list ul li .box a .con .tits {
      font-size: 18px;
      line-height: 20px;
      height: 20px; }
    .good .list ul li .box a .con .tit {
      font-size: 14px;
      line-height: 22px;
      height: 44px; } }
  @media (max-width: 1024px) {
    .good .list ul li .year {
      display: none; }
    .good .list ul li .box {
      width: 100%; }
    .good .list .line {
      display: none; }
    .good .list ul li:last-child:before {
      display: none; }
    .good .list ul li .box a {
      padding: 20px; }
    .good .list ul li {
      margin-bottom: 20px; }
    .good .list ul li .box a .con .more {
      width: 35px;
      height: 35px; } }
  @media (max-width: 768px) {
    .good .list ul li .box a .pic {
      width: 100%;
      float: none; }
    .good .list ul li .box a .con {
      width: 100%;
      padding-right: 0; }
      .good .list ul li .box a .con .tit {
        margin-top: 10px; } }

.anchorBL {
  display: none !important; }

.structureMap {
  padding: 6.25% 0; }
  .structureMap .map {
    width: 69.5%;
    height: 750px;
    float: left;
    border: 1px solid #e5e5e5; }
  .structureMap .con {
    width: 28.6%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    float: right; }
    .structureMap .con .con-new {
      width: 100%;
      height: 710px;
      padding: 20px 0;
      overflow: hidden; }
      .structureMap .con .con-new ul li {
        width: calc(100% - 60px);
        border-bottom: 1px solid #e9edf2;
        padding-top: 20px;
        padding-bottom: 28px;
        cursor: pointer;
        margin: 0 auto 20px; }
        .structureMap .con .con-new ul li .t {
          padding-left: 34px;
          width: calc(100% - 34px);
          background-position: left top;
          font-size: 20px;
          line-height: 35px;
          background-image: url("../img/map_icon.png");
          background-repeat: no-repeat;
          margin-bottom: 14px;
          color: #000; }
        .structureMap .con .con-new ul li .t1 {
          font-size: 16px;
          line-height: 24px;
          color: #666;
          margin-bottom: 7px; }
        .structureMap .con .con-new ul li.on .t {
          color: #234c7f; }
        .structureMap .con .con-new ul li:last-child {
          border-bottom: none;
          margin: 0 auto; }
  @media (max-width: 1500px) {
    .structureMap .con .con-new ul li .t {
      font-size: 18px; } }
  @media (max-width: 1366px) {
    .structureMap .map {
      width: 61.5%;
      height: 500px; }
    .structureMap .con {
      width: 36.6%; }
      .structureMap .con .con-new {
        height: 460px; }
    .structureMap .con .con-new ul li {
      margin: 0 auto 10px;
      padding-bottom: 15px;
      padding-top: 10px; } }
  @media (max-width: 1024px) {
    .structureMap .con .con-new ul li {
      width: calc(100% - 30px); }
    .structureMap .con .con-new ul li .t {
      font-size: 16px;
      line-height: 20px;
      background-size: 14px;
      padding-left: 20px;
      width: calc(100% - 20px); }
    .structureMap .con .con-new ul li .t1 {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 4px; } }
  @media (max-width: 768px) {
    .structureMap .con {
      width: 100%;
      float: none; }
      .structureMap .con .con-new {
        height: 160px;
        padding: 10px 0; }
        .structureMap .con .con-new ul li {
          margin: 0 auto 5px;
          padding-bottom: 10px;
          padding-top: 10px; }
          .structureMap .con .con-new ul li .t {
            margin-bottom: 8px; }
    .structureMap .map {
      width: 100%;
      float: none;
      height: 300px;
      margin-top: 15px; } }

/*# sourceMappingURL=style.css.map */


.products {
    padding: 3.2% 0 4%;
}
.products .h1,.products .h2{
    text-align:center;
}
    .products .h1{
        font-size:30px;
        line-height:50px;
        font-weight:bold;
    }
    .products .h2{
        font-size:16px;
        line-height:2;
    }
    .products .pro-list-box {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        overflow-x: auto;
    }
    .products .pro-list {
        border-collapse:collapse;
        border: 1px solid #ccd9eb;
        width:100%;
        
    }
        .products .pro-list th, .products .pro-list td {
            border: 1px solid #ccd9eb;
            text-align:center;
            white-space:nowrap;
        }


.searchBox{
  width: 340px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #ccd9eb;
}
.searchBox .text{
  width: 270px;
  height: 48px;
  float: left;
  border: none;
  background-color: #fff;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 48px;
  color: #787878;
}
.searchBox .submit{
  width: 50px;
  height: 48px;
  float: left;
  border: none;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/search1.png');
  display: block;
}
@media (max-width: 768px){
  .searchBox{
    width: 100%;
    height: 44px;
  }
  .searchBox .text{
    width: calc(100% - 44px);
    height: 42px;
    line-height: 42px;
  }
  .searchBox .submit{
    width: 42px;
    height: 42px;
  }
}


.pro-list th {
    background: #1f497d;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    padding:20px;
}
.pro-list td{
    font-size:16px;
    padding:20px;
}
.pro-list td a{
    color:#333;
        text-decoration: underline;
}
    .pro-list td a:hover{
        color:#1f497d;
        text-decoration:underline;
    }
.pro-list tbody tr:nth-child(2n+1) {
    background: #dbe5f2;
}
.pro-list tbody tr:nth-child(2n) {
    background: #eef2f9;
}
.page .prev1, .page .next1 {
    width: 100px;
}
@media (max-width:920px){
    .service .box2 .content .con .moreClick{
        width:40%;
    }
}
@media (max-width:768px) {
    .service .box2 .content .con .moreClick {
        width: 120px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .products .h1{
        font-size:25px;
    }
    .products .pro-list th, .products .pro-list td {
        font-size:14px;
    }
    }

.product {
    padding: 5.2% 0 0;
}
.product_basic .productL{
    float:left;
    width:48%;
}
.productR {
    float:right;
    width:48%;
}
.productL img {
    max-width: 100%;
}
.swiper-pagination{
    bottom:10px;
}
.productR h1{
    font-size:36px;
    line-height:60px;
}
.productR .hilight{
    margin-top:20px;
    border:1px solid #eee;
    padding:35px;
}
.productR h2 {
    font-size:24px;
    line-height:30px;
    color: #1f497d;
}
.productR .hilight_c{
    margin-top:20px;
    font-size:16px;
    line-height:2;
    color:#555;
}
.product_details .box {
    margin-top: 80px;
    background: #1f497d;
    z-index:100;
}
.product_tabs {
    width: 990px;
    margin: 0 auto;
}
    
    .product_tabs a {
        float: left;
        width: 25%;
        line-height: 80px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }
    .product_tabs a.on {
        font-weight: bold;
        background: #345a89;
    }
.product_conts {
    width: 990px;
    margin: 70px auto;
}
.product_conts li{
    display:none;
}
.product_conts li.on{
    display:block;
}
.table-para table {
    width: 100%;
    border: 1px solid #e0e0e0;
}
    .table-para table th, .table-para table td {
        border: 1px solid #e0e0e0;
        font-size:16px;
        padding:20px 50px;
        white-space:nowrap;
    }
.pro_instruction .tit {
    text-align:center;
    font-size:30px;
}
.pro_instruction .conts {
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    padding:35px;
}
.pro_instruction .cont {
    border-top: 1px solid #e0e0e0;
    padding:20px 0;
}
    .pro_instruction .cont:first-child{
        border:none;
    }
.pro_instruction .t2 {
    font-size: 18px;
    font-weight: bold;
    color: #1f497d;
    line-height:2;
}
.pro_instruction .c{
    line-height:2;
    font-size:16px;
    color:#555;
}
.product_buy{
    font-size:16px;
}
.pro_details .faceurl {
    background: #eee;
}
    .pro_details .faceurl img{
        max-width:100%;
    }
    .pro_details .faceurl a{
        display:block;
    }
    .pro_details .title {
        text-align: center;
        font-size: 16px;
        line-height: 2;
        margin-top: 10px;
        color: #555;
    }
.pro_details .swiper2{
    padding-bottom:80px;
}
.product_basic .swiper1{
    padding-bottom:30px;
}
.imageBox{
    display:none;
}
.imageBoxShade{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:99999;
}
.imageBox2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    max-width: 80%;
    height: 80%;
    0background:#fff;
	text-align:center;
	
}
.imageBox .btn_close{
    width:34px;
    height:34px;
    background:url(/img/btn_close.png) no-repeat center center;
    position:absolute;
    top:-17px;
    right:-17px;
}
.imageBox2 img{
    max-width:100%;
    max-height:100%;
}


.swiper1 .swiper-pagination-bullet, .swiper2 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 1px solid #1f497d;
    background: #eee;
    opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active, .swiper2 .swiper-pagination-bullet-active{
    background:#1f497d;
}
.swiper-container .swiper-button-prev {
    top: 35%;
    background-image: url(/img/arrow_left.png);
}
.swiper-container .swiper-button-next {
    top:35%;
    background-image: url(/img/arrow_right.png);
}
@media (max-width:1200px) {
    .product_basic .productL{
        width:50%;
    }
    .product_basic .productR {
        width: 45%;
    }
.productR .hilight_c {
        height: 180px;
        overflow-y: auto;
    }
}
@media (max-width:1000px){
    .productR h1{
        font-size:25px;
    }
    .productR h2{
        font-size:18px;
        font-weight:bold;
    }
    .productR .hilight_c{
        height:100px;
    }
    .product_tabs, .product_conts {
        width: 95%;
    }
}
@media (max-width:768px) {
    .product_basic .productL, .product_basic .productR{
        width: 100%;
    }
    .productR h1{
        text-align:center;
    }
    .product_basic .productR {
        margin-top: 30px;
    }
        .productR .hilight_c {
            height: auto;
        }
    .pro_instruction .tit{
        font-size:25px;
    }
    .product_tabs a{
        font-size:16px;
    }
    .product_details .box{
        margin-top:50px;
    }
    .product_conts{
        margin:50px auto;
    }
    .swiper-container .swiper-button-prev {
        top: 30%;
    }

    .swiper-container .swiper-button-next {
        top: 30%;
    }
}
@media (max-width:400px) {
    .product_tabs a {
        font-size: 14px;
    }
    .pro_instruction .tit{
        font-size:20px;
    }
    .productR h1{
        font-size:20px;
    }
    .pro_instruction .t2{
        font-size:16px;
    }
    .product_details .box {
        margin-top: 30px;
    }

    .product_conts {
        margin: 30px auto;
    }
}



.butt{
  margin: 30px auto 0;
}

.tableTk{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.tableTk .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.tableTk .box{
  width: 800px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.tableTk .box .boxNew{
  width: calc(100% - 160px);
  margin: 0 auto;
  padding-top: 40px;
}
.tableTk .box .boxNew .title .logo{
  width: 127px;
  float: left;
}
.tableTk .box .boxNew .title .close{
  width: 60px;
  height: 60px;
  float: right;
  display: block;
  background-image: url('/img/c.png');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.tableTk .box .boxNew .tits{
  text-align: center;
}
.tableTk .box .boxNew .tits .t{
  font-size: 42px;
  line-height: 42px;
  color: #181818;
}
.tableTk .box .boxNew .tits .t1{
  font-size: 16px;
  line-height: 16px;
  color: #999;
  margin-top: 14px;
}
.tableTk .box .boxNew .tit{
  margin-top: 40px;
}
.tableTk .box .boxNew .tit .t{
  margin-bottom: 30px;
}
.tableTk .box .boxNew .tit .t .tt{
  width: 47.8%;
  height: 50px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.tableTk .box .boxNew .tit .t .tt span{
  float: left;
  margin-left: 15px;
  font-size: 15px;
  line-height: 48px;
  color: #777;
}
.tableTk .box .boxNew .tit .t .tt span i{
  color: #e60012;
}
.tableTk .box .boxNew .tit .t .tt .text{
  width: 120px;
  height: 48px;
  border: none;
  background: none;
  font-size: 15px;
  line-height: 30px;
  color: #777;
}
.tableTk .box .boxNew .tit .t .sel{
  width: 47.8%;
  height: 50px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  font-size: 15px;
  line-height: 48px;
  color: #777;
}
.tableTk .box .boxNew .tit .submit{
  width: 200px;
  height: 54px;
  background: none;
  border: none;
  background-color: #1f497d;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 54px;
  color: #fff;
  margin: 47px auto 0;
}


@media (max-width: 1366px){
  .tableTk .box{
    height: 500px;
  }
  .tableTk .box .boxNew{
    padding-top: 20px;
  }
  .tableTk .box .boxNew .tit{
    margin-top: 20px;
  }
  .tableTk .box .boxNew .tit .t{
    margin-bottom: 20px;
  }
  .tableTk .box .boxNew .tit .submit{
    margin: 30px auto 0;
  }
  .tableTk .box .boxNew .tits .t{
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 840px){
  .tableTk .box{
    width: 90%;
  }
  .tableTk .box .boxNew{
    width: calc(100% - 40px);
  }
  .tableTk .box .boxNew .title .logo{
    width: 65px;
  }
  .tableTk .box .boxNew .title .close{
    width: 36px;
    height: 36px;
  }
  .tableTk .box .boxNew .tits .t{
    font-size: 20px;
    line-height: 20px;
  }
  .tableTk .box .boxNew .tits .t1{
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
  }
  .tableTk .box .boxNew .tit .t{
    margin-bottom: 0px;
  }
  .tableTk .box .boxNew .tit .t .tt{
    margin-bottom: 10px;
    width: 100%;
    float: none;
    height: 42px;
  }
  .tableTk .box .boxNew .tit .t .tt span{
    font-size: 14px;
    line-height: 40px;
  }
  .tableTk .box .boxNew .tit .t .tt .text{
    font-size: 14px;
    height: 40px;
  }
  .tableTk .box .boxNew .tit .t .sel{
    margin-bottom: 10px;
    width: 100%;
    float: none;
    height: 42px;
    font-size: 14px;
  }
  .tableTk .box .boxNew .tit .submit{
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 5px auto 0;
  }
}
.structure_tabs a{
	color:#666;
	display:inline-block;
}
.structure_tabs a.on{
	color:#1f497d;
	font-weight:bold;
}