select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.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; }

.w1660 {
  width: 1660px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1600 {
  width: 1606px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.headerBox {
  width: 100%;
  height: 80px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 60px; } }

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box; }
  .header .logo {
    width: 156px;
    margin-top: 22px;
    display: block;
    float: left;
    margin-left: 33px; }
  .header .nav {
    float: left;
    margin-left: 18.2%; }
    .header .nav ul li {
      float: left;
      margin-right: 50px; }
      .header .nav ul li:last-child {
        margin-right: 0; }
      .header .nav ul li .tits {
        font-size: 20px;
        line-height: 80px;
        color: #646464;
        position: relative;
        display: block; }
        .header .nav ul li .tits:after {
          width: 0;
          height: 2px;
          background-color: #2056ae;
          position: absolute;
          left: 50%;
          bottom: 1px;
          content: '';
          transition: all 0.5s; }
      .header .nav ul li.on .tits {
        color: #2056ae;
        font-weight: 700; }
        .header .nav ul li.on .tits:after {
          width: 100%;
          left: 0; }
      .header .nav ul li.open .tits {
        color: #2056ae;
        font-weight: 700; }
        .header .nav ul li.open .tits:after {
          width: 100%;
          left: 0; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits {
          color: #2056ae;
          font-weight: 700; }
          .header .nav ul li:hover .tits:after {
            width: 100%;
            left: 0; } }
  .header .headerRight {
    float: right;
    margin-right: 25px; }
    .header .headerRight .nav1 {
      float: left; }
      .header .headerRight .nav1 a {
        font-size: 18px;
        line-height: 80px;
        color: #646464;
        padding: 0 17px;
        float: left;
        display: block;
        position: relative; }
        .header .headerRight .nav1 a:after {
          width: 1px;
          height: 18px;
          top: 31px;
          right: -0.5px;
          display: block;
          content: '';
          background-color: #dadada;
          position: absolute; }
        .header .headerRight .nav1 a:last-child:after {
          display: none; }
        @media (min-width: 1024px) {
          .header .headerRight .nav1 a:hover {
            color: #2056ae; } }
    .header .headerRight .lan {
      width: 29px;
      margin-top: 31px;
      display: block;
      float: left; }
    .header .headerRight .searchBox {
      float: left;
      width: 120px;
      height: 36px;
      border-radius: 18px;
      border: 1px solid #e4e5e7;
      box-sizing: border-box;
      position: relative;
      margin-top: 23px;
      margin-left: 34px; }
      .header .headerRight .searchBox .text {
        width: 100%;
        padding-left: 10px;
        font-size: 14px;
        line-height: 34px;
        border: none;
        background: none;
        color: #646464;
        box-sizing: border-box; }
      .header .headerRight .searchBox .submit {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 0;
        right: 5px;
        background: none;
        border: none;
        background-position: center;
        background-size: 18px;
        background-repeat: no-repeat;
        background-image: url("../img/search.png"); }
  .header .mnav {
    width: 1432px;
    position: absolute;
    top: 79px;
    right: 25px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-top: 22px;
    padding-bottom: 60px;
    display: none; }
    .header .mnav .tabs {
      width: 200px;
      height: auto;
      float: left; }
      .header .mnav .tabs a {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 18px;
        line-height: 58px;
        color: #595757;
        margin-bottom: 9px; }
        .header .mnav .tabs a:last-child {
          margin-bottom: 0; }
        .header .mnav .tabs a.on {
          background-color: #f2f7fb;
          color: #005aaa; }
    .header .mnav .itemBox {
      float: left; }
      .header .mnav .itemBox .item {
        display: none; }
        .header .mnav .itemBox .item a {
          width: 175px;
          float: left;
          border-right: 1px solid #e5e5e5; }
          .header .mnav .itemBox .item a:last-child {
            border: none; }
          .header .mnav .itemBox .item a .img {
            width: 100%;
            padding-bottom: 57.1%;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat; }
          .header .mnav .itemBox .item a p {
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            color: #505050; }
  .header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 21px;
    display: none;
    margin-left: 15px;
    float: right; }
    .header .navClick span {
      width: 100%;
      height: 2px;
      background-color: #004698;
      display: block;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navClick span:nth-child(1), .header .navClick span:nth-child(2) {
        margin-bottom: 6px; }
    .header .navClick.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
      right: 0px; }
    .header .navClick.on span:nth-child(2) {
      display: none; }
    .header .navClick.on span:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0;
      right: 0; }
  .header .navM {
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    top: 60px;
    left: 0;
    padding: 30px 0 40px;
    overflow-y: scroll;
    position: fixed;
    z-index: 10;
    display: none; }
    .header .navM ul {
      width: 84%;
      margin: 0 auto;
      border-top: 1px solid #e5e5e5; }
      .header .navM ul li {
        border-bottom: 1px solid #e5e5e5; }
        .header .navM ul li .tits {
          display: block;
          font-size: 16px;
          line-height: 50px;
          color: #646464;
          position: relative; }
          .header .navM ul li .tits span {
            float: left;
            margin-left: 15px; }
          .header .navM ul li .tits i {
            width: 6px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 10px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../img/nav_icon.png");
            background-size: 100% auto; }
        .header .navM ul li dl {
          padding-left: 25px;
          box-sizing: border-box;
          padding-bottom: 10px;
          display: none; }
          .header .navM ul li dl dd .tit {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 36px;
            color: #666;
            position: relative; }
            .header .navM ul li dl dd .tit span {
              float: left; }
            .header .navM ul li dl dd .tit i {
              width: 6px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 10px;
              background-position: center;
              background-repeat: no-repeat;
              background-image: url("../img/nav_icon.png");
              background-size: 100% auto; }
          .header .navM ul li dl dd .tit1 {
            padding-left: 15px;
            box-sizing: border-box;
            display: none; }
            .header .navM ul li dl dd .tit1 .t {
              position: relative; }
              .header .navM ul li dl dd .tit1 .t .tt {
                width: 100%;
                font-size: 14px;
                color: #999;
                line-height: 30px;
                position: relative;
                display: block; }
                .header .navM ul li dl dd .tit1 .t .tt i {
                  width: 6px;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  right: 10px;
                  background-position: center;
                  background-repeat: no-repeat;
                  background-image: url("../img/nav_icon.png");
                  background-size: 100% auto; }
              .header .navM ul li dl dd .tit1 .t .tt1 {
                padding-left: 15px;
                box-sizing: border-box;
                display: none; }
                .header .navM ul li dl dd .tit1 .t .tt1 a {
                  width: 100%;
                  font-size: 14px;
                  line-height: 30px;
                  color: #aaa;
                  display: block; }
  @media (max-width: 1580px) {
    .header .mnav {
      width: 1256px;
      padding-bottom: 40px; }
    .header .mnav .itemBox .item a {
      width: 150px; }
    .header .mnav .itemBox .item a p {
      height: 40px; } }
  @media (max-width: 1700px) {
    .header .nav {
      margin-left: 9.2%; } }
  @media (max-width: 1540px) {
    .header .nav {
      margin-left: 5.2%; }
      .header .nav ul li {
        margin-right: 40px; } }
  @media (max-width: 1430px) {
    .header .headerRight {
      margin-right: 0; }
    .header .logo {
      margin-left: 0; }
    .header .mnav {
      width: 1196px;
      right: 0; }
    .header .mnav .tabs {
      width: 140px; }
      .header .mnav .tabs a {
        line-height: 48px; } }
  @media (max-width: 1366px) {
    .header .nav {
      margin-left: 9.2%; }
    .header .nav ul li {
      margin-right: 30px; }
      .header .nav ul li .tits {
        font-size: 18px; }
    .header .headerRight .nav1 a {
      font-size: 16px; }
    .header .headerRight .searchBox {
      margin-left: 16px; }
    .header .headerRight .nav1 a {
      padding: 0 12px; }
    .header .mnav {
      width: 986px; }
    .header .mnav .itemBox .item a {
      width: 120px; }
      .header .mnav .itemBox .item a p {
        box-sizing: border-box;
        padding: 0 5px; } }
  @media (max-width: 1240px) {
    .header .nav {
      margin-left: 5.2%; }
      .header .nav ul li {
        margin-right: 20px; } }
  @media (max-width: 1160px) {
    .header .nav {
      margin-left: 3%; }
    .header .nav ul li {
      margin-right: 15px; }
      .header .nav ul li .tits {
        font-size: 16px; }
    .header .headerRight .nav1 a {
      font-size: 14px;
      padding: 0 10px; } }
  @media (max-width: 1024px) {
    .header {
      height: 60px; }
      .header .logo {
        width: 120px;
        margin-top: 15px; }
      .header .nav {
        display: none; }
      .header .headerRight {
        display: none; }
      .header .navClick {
        display: block; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner ul li {
    width: 100%;
    height: auto;
    overflow: hidden; }
  .index-banner .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 38px !important;
    left: 0;
    z-index: 10; }
    .index-banner .btns span {
      width: 10px;
      height: 10px;
      border: 1px solid #f5bc48;
      margin: 0 3px;
      border-radius: 10px;
      box-sizing: border-box;
      opacity: 1;
      background: none;
      transition: all 0.5s; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        width: 46px;
        background-color: #f5bc48; }
  @media (max-width: 768px) {
    .index-banner ul li img {
      width: 180%;
      margin-left: -12%; }
    .index-banner .btns {
      bottom: 15px !important; } }

.indexTitle {
  text-align: center; }
  .indexTitle .en {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    opacity: 0.4;
    text-transform: uppercase; }
  .indexTitle .cn {
    font-size: 48px;
    line-height: 50px;
    color: #0c50b6;
    font-weight: 500;
    margin-top: 5px; }
  @media (max-width: 1366px) {
    .indexTitle .cn {
      font-size: 38px;
      line-height: 40px; } }
  @media (max-width: 1200px) {
    .indexTitle .cn {
      font-size: 30px;
      line-height: 32px; }
    .indexTitle .en {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .indexTitle .cn {
      font-size: 22px;
      line-height: 24px; }
    .indexTitle .en {
      font-size: 14px;
      line-height: 16px; } }

.index .index-box1 {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 63px; }
  .index .index-box1 .content {
    margin-top: 55px;
    position: relative; }
    .index .index-box1 .content .tabs1 {
      width: 24.1%;
      height: 47%;
      position: absolute;
      top: 0;
      left: 0; }
      .index .index-box1 .content .tabs1 a {
        width: 100%;
        height: 50%;
        position: relative;
        display: block;
        background-color: #e3e3e3; }
        .index .index-box1 .content .tabs1 a:nth-child(1) {
          border-top-left-radius: 25px; }
          .index .index-box1 .content .tabs1 a:nth-child(1) span {
            background-image: url("../img/img1.png?id=000") !important; }
        .index .index-box1 .content .tabs1 a:nth-child(2) {
          border-bottom-right-radius: 25px; }
          .index .index-box1 .content .tabs1 a:nth-child(2) span {
            background-image: url("../img/img2.png") !important; }
        .index .index-box1 .content .tabs1 a i {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background-size: auto 100%;
          opacity: 0.1;
          background-repeat: no-repeat;
          background-position: right bottom; }
        .index .index-box1 .content .tabs1 a span {
          display: inline-block;
          padding-left: 68px;
          font-size: 24px;
          line-height: 100px;
          position: absolute;
          left: 27.3%;
          top: 50%;
          transform: translateY(-50%);
          color: #595757;
          background-position: left center;
          background-repeat: no-repeat; }
        .index .index-box1 .content .tabs1 a.on {
          background-color: #004698; }
          .index .index-box1 .content .tabs1 a.on:nth-child(1) span {
            background-image: url("../img/img1_h.png") !important; }
          .index .index-box1 .content .tabs1 a.on:nth-child(2) span {
            background-image: url("../img/img2_h.png") !important; }
          .index .index-box1 .content .tabs1 a.on span {
            color: #fff;
            font-size: 30px; }
          .index .index-box1 .content .tabs1 a.on:after {
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-bottom: 13px solid transparent;
            border-left: 14px solid #004698;
            content: '';
            position: absolute;
            top: 50%;
            right: -14px;
            margin-top: -13px;
            z-index: 5; }
    .index .index-box1 .content .tabs2 {
      width: 24.1%;
      height: 97%;
      top: 0;
      left: 0;
      position: absolute; }
      .index .index-box1 .content .tabs2 .a1 {
        width: 100%;
        height: 26.8%;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        overflow: hidden;
        display: block;
        position: relative;
        background-image: url("../img/b1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 4%; }
        .index .index-box1 .content .tabs2 .a1 .t {
          width: 100%;
          text-align: center;
          font-size: 24px;
          line-height: 26px;
          color: #595757;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
      .index .index-box1 .content .tabs2 .a2 {
        width: 100%;
        height: 70.5%;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        overflow: hidden;
        display: block;
        position: relative;
        background-image: url("../img/b2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative; }
        .index .index-box1 .content .tabs2 .a2 .t1 {
          width: 100%;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
          .index .index-box1 .content .tabs2 .a2 .t1 img {
            width: 104px;
            display: block;
            margin: 0 auto; }
          .index .index-box1 .content .tabs2 .a2 .t1 p {
            text-align: center;
            font-size: 30px;
            line-height: 32px;
            color: #fff;
            margin-top: 17px; }
    .index .index-box1 .content .list {
      width: 100%;
      height: auto; }
      .index .index-box1 .content .list ul li {
        width: 24.1%;
        float: left;
        margin-right: 1.2%;
        margin-bottom: 1.2%;
        background-color: rgba(255, 255, 255, 0);
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        overflow: hidden;
        box-shadow: 0px 0px 13px 0px rgba(116, 116, 116, 0.55); }
        .index .index-box1 .content .list ul li .pic {
          width: 100%;
          height: auto; }
          .index .index-box1 .content .list ul li .pic a {
            width: 100%;
            display: block; }
            .index .index-box1 .content .list ul li .pic a .img {
              padding-bottom: 57.2%;
              width: 100%;
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat; }
        .index .index-box1 .content .list ul li .tits {
          width: calc(100% - 68px);
          margin: 0 auto;
          border-top: 1px solid rgba(0, 0, 0, 0.11); }
          .index .index-box1 .content .list ul li .tits .t {
            float: left;
            font-size: 20px;
            line-height: 85px;
            display: block;
            color: #004698;
            width: calc(100% - 100px);
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index .index-box1 .content .list ul li .tits .t1 {
            padding-left: 33px;
            font-size: 16px;
            line-height: 85px;
            color: #323232;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../img/index_icon1.png");
            float: right; }
        .index .index-box1 .content .list ul li:last-child {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .index .index-box1 .content .list ul li:hover {
            box-shadow: 0px 0px 24px 0px rgba(0, 70, 152, 0.64); } }
      .index .index-box1 .content .list ul.pro1 li:nth-child(1) {
        margin-left: 25.3%; }
      .index .index-box1 .content .list ul.pro1 li:nth-child(3) {
        margin-right: 0; }
      .index .index-box1 .content .list ul.pro2 li:nth-child(1) {
        margin-left: 25.3%; }
      .index .index-box1 .content .list ul.pro2 li:nth-child(4) {
        margin-left: 25.3%; }
      .index .index-box1 .content .list ul.pro2 li:nth-child(3n) {
        margin-right: 0; }
.index .index-box2 {
  padding-top: 17px;
  padding-bottom: 76px; }
  .index .index-box2 .content {
    margin-top: 46px; }
    .index .index-box2 .content .list {
      position: relative; }
      .index .index-box2 .content .list ul li {
        width: 25%;
        margin-right: 0.96%;
        float: left;
        overflow: hidden;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px; }
        .index .index-box2 .content .list ul li:last-child {
          margin-right: 0; }
        .index .index-box2 .content .list ul li a {
          width: 100%;
          position: relative;
          height: auto;
          display: block;
          overflow: hidden; }
          .index .index-box2 .content .list ul li a .pic {
            width: 100%;
            height: 0;
            transition: all 1.5s;
            padding-bottom: 70.4%;
            background-position: center top;
            background-size: cover; }
          .index .index-box2 .content .list ul li a .tits {
            width: 100%;
            height: 50px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.38);
            padding-left: 20px;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 50px;
            color: #fff; }
            .index .index-box2 .content .list ul li a .tits:after {
              width: 5px;
              height: 26px;
              top: 11px;
              left: 0;
              position: absolute;
              background-color: #e5b34e;
              content: ''; }
        @media (min-width: 1024px) {
          .index .index-box2 .content .list ul li:hover a .pic {
            transform: scale(1.1); }
          .index .index-box2 .content .list ul li:hover a .tits {
            color: #f5bc48; } }
      .index .index-box2 .content .list ul.so1 li:nth-child(1) {
        margin-left: 23.08%; }
      .index .index-box2 .content .list .title {
        width: 21.9%;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        text-align: center; }
        .index .index-box2 .content .list .title .tits {
          font-size: 30px;
          line-height: 32px;
          color: #004698; }
        .index .index-box2 .content .list .title .but {
          width: calc(100% - 70px);
          margin: 28px auto 0;
          text-align: center;
          font-size: 24px;
          line-height: 58px;
          color: #fff;
          border-radius: 10px;
          background-color: #004698;
          display: block; }
        .index .index-box2 .content .list .title.fr {
          right: 0;
          left: auto; }
    .index .index-box2 .content .line {
      width: 100%;
      height: 1px;
      background-color: #e5e5e5;
      margin: 57px 0; }
.index .index-box3 {
  padding-top: 50px;
  padding-bottom: 30px; }
  .index .index-box3 .tabs {
    text-align: center;
    font-size: 0;
    width: 100%;
    margin-top: 34px; }
    .index .index-box3 .tabs a {
      font-size: 24px;
      line-height: 52px;
      border-radius: 5px;
      padding: 0 38px;
      color: #323232;
      display: inline-block; }
      .index .index-box3 .tabs a.on {
        background-color: #004698;
        color: #fff; }
      @media (min-width: 1024px) {
        .index .index-box3 .tabs a:hover {
          background-color: #004698;
          color: #fff; } }
  .index .index-box3 .listBox {
    margin-top: 25px; }
    .index .index-box3 .listBox .list {
      padding-top: 20px; }
      .index .index-box3 .listBox .list ul li {
        width: 30.8%;
        overflow: hidden;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        position: relative;
        transform: scale(0.9);
        transition: transform 0.5s; }
        .index .index-box3 .listBox .list ul li.swiper-slide-active {
          transform: scale(1);
          box-shadow: 0px 3px 25.65px 1.35px rgba(116, 116, 116, 0.55); }
        .index .index-box3 .listBox .list ul li a {
          width: 100%;
          height: auto;
          display: block;
          overflow: hidden; }
          .index .index-box3 .listBox .list ul li a .img {
            transition: all 1.5s;
            width: 100%;
            padding-bottom: 78.1%;
            background-size: cover;
            background-position: center top;
            background-repeat: no-repeat; }
          .index .index-box3 .listBox .list ul li a .tits {
            width: 100%;
            font-size: 20px;
            line-height: 50px;
            background-color: rgba(0, 70, 152, 0.5);
            position: absolute;
            left: 0;
            bottom: 0;
            padding-left: 20px;
            box-sizing: border-box;
            color: #fff; }
            .index .index-box3 .listBox .list ul li a .tits:after {
              width: 5px;
              height: 26px;
              top: 12px;
              left: 0;
              position: absolute;
              background-color: #fff;
              content: ''; }
        @media (min-width: 1024px) {
          .index .index-box3 .listBox .list ul li:hover a .img {
            transform: scale(1.1); } }
      .index .index-box3 .listBox .list .btns {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin-top: 45px; }
        .index .index-box3 .listBox .list .btns span {
          width: 10px;
          height: 10px;
          border: 1px solid #f5bc48;
          margin: 0 3px;
          border-radius: 10px;
          box-sizing: border-box;
          opacity: 1;
          background: none;
          transition: all 0.5s;
          display: inline-block; }
          .index .index-box3 .listBox .list .btns span.swiper-pagination-bullet-active {
            width: 46px;
            background-color: #f5bc48; }
.index .index-box4 {
  padding-top: 55px;
  padding-bottom: 70px;
  position: relative; }
  .index .index-box4 .text {
    width: 900px;
    max-width: 100%;
    margin: 17px auto 0;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    text-align: center; }
  .index .index-box4 .list {
    width: 100%;
    margin-top: 60px; }
    .index .index-box4 .list ul li {
      width: 22.5%;
      float: left;
      margin-right: 3.3%; }
      .index .index-box4 .list ul li:last-child {
        margin-right: 0; }
      .index .index-box4 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-box4 .list ul li a .pic {
          width: 100%;
          height: auto;
          overflow: hidden;
          border-top-left-radius: 25px;
          border-bottom-right-radius: 25px; }
          .index .index-box4 .list ul li a .pic .img {
            transition: all 1.5s;
            width: 100%;
            padding-bottom: 56.1%;
            background-size: cover;
            background-position: center top;
            background-repeat: no-repeat; }
        .index .index-box4 .list ul li a .time {
          font-size: 18px;
          line-height: 20px;
          color: #a8a8a8;
          margin-top: 23px;
          font-family: Arial; }
        .index .index-box4 .list ul li a .tits {
          font-size: 24px;
          line-height: 28px;
          height: 56px;
          color: #000;
          width: 295px;
          max-width: 100%;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 5px; }
      @media (min-width: 1024px) {
        .index .index-box4 .list ul li:hover a .pic .img {
          transform: scale(1.1); }
        .index .index-box4 .list ul li:hover a .tits {
          color: #0c50b6; } }
  .index .index-box4 .m-video {
    width: 160px;
    height: 64px;
    border: 1px solid #f5bc48;
    text-align: center;
    font-size: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 130px; }
    .index .index-box4 .m-video span {
      font-size: 18px;
      line-height: 64px;
      color: #f5bc48;
      display: inline-block;
      padding-left: 48px;
      background-size: 38px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../img/video1.png"); }
.index .index-box5 .item {
  width: 50%;
  float: left;
  position: relative; }
  .index .index-box5 .item a {
    width: 100%;
    height: auto;
    display: block; }
    .index .index-box5 .item a .con {
      width: 365px;
      max-width: 70%;
      position: absolute;
      left: 10.4%;
      top: 50%;
      transform: translateY(-50%);
      color: #fff; }
      .index .index-box5 .item a .con .en {
        font-size: 16px;
        line-height: 18px;
        opacity: 0.66;
        text-transform: uppercase; }
      .index .index-box5 .item a .con .tits {
        font-size: 48px;
        line-height: 50px;
        font-weight: 500;
        margin-top: 6px; }
      .index .index-box5 .item a .con .tit {
        font-size: 16px;
        line-height: 22px;
        margin-top: 24px; }
@media (max-width: 1600px) {
  .index .index-box4 .list ul li a .tits {
    font-size: 20px; }
  .index .index-box1 .content .list ul li .tits .t {
    font-size: 18px;
    width: calc(100% - 90px); }
  .index .index-box1 .content .list ul li .tits .t1 {
    font-size: 14px; }
  .index .index-box1 .content .tabs1 a span {
    font-size: 20px; }
  .index .index-box1 .content .tabs1 a.on span {
    font-size: 24px; }
  .index .index-box1 .content .tabs2 .a1 .t {
    font-size: 20px; }
  .index .index-box1 .content .tabs2 .a2 .t1 p {
    font-size: 24px; } }
@media (max-width: 1366px) {
  .index .index-box2 .content .list .title .tits {
    font-size: 24px;
    line-height: 26px; }
  .index .index-box2 .content .list ul li a .tits {
    font-size: 18px; }
  .index .index-box2 .content .list .title .but {
    font-size: 20px; }
  .index .index-box2 .content .line {
    margin: 40px 0; }
  .index .index-box3 .tabs a {
    font-size: 20px; }
  .index .index-box4 .list ul li {
    width: 23.5%;
    margin-right: 2%; }
  .index .index-box5 .item a .con .tits {
    font-size: 38px;
    line-height: 40px; }
  .index .index-box1 .content .list ul li .tits {
    width: calc(100% - 30px); }
  .index .index-box1 .content .list ul li .tits .t {
    line-height: 60px;
    height: 60px; }
  .index .index-box1 .content .list ul li .tits .t1 {
    line-height: 60px; }
  .index .index-box1 .content .tabs1 a span {
    left: 21%;
    background-size: auto 65px;
    padding-left: 55px; }
  .index .index-box4 .m-video {
    width: 130px;
    height: 54px;
    top: 70px; }
    .index .index-box4 .m-video span {
      background-size: 26px;
      font-size: 16px;
      line-height: 54px;
      padding-left: 34px; } }
@media (max-width: 1024px) {
  .index .index-box1 .content .tabs1 a span {
    font-size: 18px; }
  .index .index-box1 .content .tabs1 a.on span {
    font-size: 20px; } }
@media (max-width: 1200px) {
  .index .index-box2 .content .line {
    margin: 30px 0; }
  .index .index-box2 .content .list ul li a .tits {
    font-size: 16px; }
  .index .index-box2 .content .list .title .tits {
    font-size: 20px;
    line-height: 22px; }
  .index .index-box2 .content .list .title .but {
    line-height: 48px;
    font-size: 18px;
    margin: 18px auto 0; }
  .index .index-box3 .listBox .list ul li {
    width: 43%; }
  .index .index-box3 .listBox .list ul li a .tits {
    font-size: 18px; }
  .index .index-box3 .tabs a {
    font-size: 18px;
    padding: 0 24px;
    line-height: 42px; }
  .index .index-box5 .item a .con .tits {
    font-size: 30px;
    line-height: 32px; }
  .index .index-box5 .item a .con .tit {
    margin-top: 10px; } }
@media (max-width: 768px) {
  .index .index-box2 .content .list .title {
    width: 48.5%;
    position: absolute;
    left: 0 !important;
    right: auto !important;
    transform: translateY(0);
    top: 13%; }
  .index .index-box2 .content .list ul li {
    width: 48.5%;
    margin-bottom: 15px;
    margin-right: 3%; }
    .index .index-box2 .content .list ul li:nth-child(1) {
      margin-left: 51.5% !important;
      margin-right: 0; }
    .index .index-box2 .content .list ul li:last-child {
      margin-right: 0; }
  .index .index-box2 .content .list .title .tits {
    font-size: 16px;
    line-height: 18px; }
  .index .index-box2 .content .list .title .but {
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    margin: 14px auto 0; }
  .index .index-box2 .content .line {
    margin: 5px 0 20px; }
  .index .index-box2 .content .list ul li a .tits {
    font-size: 14px;
    padding-left: 13px; }
  .index .index-box2 .content {
    margin-top: 20px; }
  .index .index-box2 {
    padding-bottom: 30px; }
  .index .index-box3 .listBox .list ul li {
    width: 100%; }
  .index .index-box3 .listBox .list ul li a .tits {
    font-size: 14px;
    padding-left: 12px; }
  .index .index-box3 .tabs a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px; }
  .index .index-box3 .tabs {
    margin-top: 15px; }
  .index .index-box3 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .index .index-box3 .listBox {
    margin-top: 10px; }
  .index .index-box3 .listBox .list {
    padding: 0; }
    .index .index-box3 .listBox .list ul li {
      box-shadow: none !important; }
  .index .index-box3 .listBox .list .btns {
    margin-top: 18px; }
  .index .index-box4 {
    padding-top: 20px;
    padding-bottom: 30px; }
  .index .index-box4 .text {
    font-size: 14px;
    line-height: 22px; }
  .index .index-box4 .list {
    margin-top: 20px; }
    .index .index-box4 .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 15px; }
      .index .index-box4 .list ul li:nth-child(2n) {
        margin-right: 0; }
      .index .index-box4 .list ul li a .time {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px; }
      .index .index-box4 .list ul li a .tits {
        font-size: 14px;
        line-height: 24px;
        height: 48px; }
  .index .index-box5 .item {
    width: 100%;
    float: none; }
    .index .index-box5 .item a .con .en {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0; }
    .index .index-box5 .item a .con .tits {
      font-size: 22px;
      line-height: 24px; }
    .index .index-box5 .item a .con .tit {
      font-size: 14px;
      line-height: 20px; }
  .index .index-box1 .content .tabs1 {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    zoom: 1; }
    .index .index-box1 .content .tabs1:after {
      display: block;
      height: 0;
      clear: both;
      /* visibility: hidden; */
      overflow: hidden;
      content: "."; }
    .index .index-box1 .content .tabs1 a {
      width: 50%;
      height: 50px;
      display: block;
      float: left;
      text-align: center;
      font-size: 0; }
      .index .index-box1 .content .tabs1 a span {
        font-size: 16px;
        background-size: auto 40px;
        line-height: 50px;
        padding-left: 35px; }
      .index .index-box1 .content .tabs1 a.on span {
        font-size: 18px; }
      .index .index-box1 .content .tabs1 a:nth-child(1) {
        border-top-left-radius: 10px; }
      .index .index-box1 .content .tabs1 a:nth-child(2) {
        border-bottom-right-radius: 10px; }
  .index .index-box1 .content .list {
    margin-top: 15px; }
  .index .index-box1 .content .tabs1 a.on:after {
    display: none !important; }
  .index .index-box1 .content .list ul li {
    margin-left: 0 !important;
    width: 48.5%;
    margin-right: 3% !important;
    margin-bottom: 3%; }
    .index .index-box1 .content .list ul li:nth-child(2n) {
      margin-right: 0 !important; }
    .index .index-box1 .content .list ul li .tits .t {
      width: calc(100% - 30px);
      height: 50px;
      line-height: 50px;
      font-size: 14px; }
    .index .index-box1 .content .list ul li .tits .t1 {
      font-size: 0;
      width: 20px;
      height: 50px;
      padding-left: 0;
      background-size: 100%; }
  .index .index-box1 {
    padding-top: 25px;
    padding-bottom: 5px; }
  .index .index-box1 .content {
    margin-top: 22px; }
  .index .index-box4 .m-video {
    width: 100px;
    height: 38px;
    top: 15px; }
    .index .index-box4 .m-video span {
      font-size: 14px;
      line-height: 38px;
      background-size: 18px;
      padding-left: 24px; } }

.footerBox {
  background-color: #f7f8f8; }
  .footerBox .footerNav .content {
    padding-top: 54px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px; }
    .footerBox .footerNav .content .nav {
      float: left;
      border-right: 1px solid #dadada;
      padding-right: 16px; }
      .footerBox .footerNav .content .nav dl {
        float: left;
        margin-left: 26px;
        margin-right: 85px; }
        .footerBox .footerNav .content .nav dl dt {
          margin-bottom: 10px; }
          .footerBox .footerNav .content .nav dl dt a {
            font-size: 18px;
            line-height: 40px;
            color: #000; }
        .footerBox .footerNav .content .nav dl dd a {
          font-size: 14px;
          line-height: 26px;
          color: #000;
          opacity: 0.7; }
    .footerBox .footerNav .content .con {
      width: 330px;
      float: right; }
      .footerBox .footerNav .content .con .tits {
        font-size: 18px;
        line-height: 40px;
        color: #000; }
      .footerBox .footerNav .content .con .tit {
        font-size: 15px;
        line-height: 26px;
        color: #000;
        opacity: 0.7;
        margin-top: 10px; }
      .footerBox .footerNav .content .con .ewm {
        width: 106px;
        margin-top: 20px; }
        .footerBox .footerNav .content .con .ewm p {
          text-align: center;
          font-size: 14px;
          line-height: 20px;
          color: #b6b7b9;
          margin-top: 10px; }
  .footerBox .footerNav .linkBox {
    padding-left: 25px;
    margin-top: 30px;
    padding-bottom: 33px; }
    .footerBox .footerNav .linkBox .tits span {
      font-size: 18px;
      line-height: 20px;
      color: #000;
      float: left; }
    .footerBox .footerNav .linkBox .tits .tabs {
      float: left; }
      .footerBox .footerNav .linkBox .tits .tabs a {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        padding: 0 8px;
        border-bottom: 1px solid #fff;
        margin-right: 18px; }
        .footerBox .footerNav .linkBox .tits .tabs a.on {
          color: #004698;
          border-bottom: 1px solid #004698; }
    .footerBox .footerNav .linkBox .titBox {
      margin-top: 5px; }
      .footerBox .footerNav .linkBox .titBox .tit {
        font-size: 14px;
        line-height: 30px;
        color: #898989;
        display: none; }
        .footerBox .footerNav .linkBox .titBox .tit a {
          color: #898989;
          position: relative;
          float: left;
          display: block; }
          @media (min-width: 1024px) {
            .footerBox .footerNav .linkBox .titBox .tit a:hover {
              color: #004698; } }
        .footerBox .footerNav .linkBox .titBox .tit span {
          margin: 0 17px;
          float: left; }
  .footerBox .copy {
    background-color: #3e3a39;
    font-size: 12px;
    line-height: 43px;
    color: #fff;
    text-transform: uppercase; }
    .footerBox .copy p {
      padding-left: 25px; }
  @media (max-width: 1750px) {
    .footerBox .footerNav .content .nav dl {
      margin-right: 70px; } }
  @media (max-width: 1650px) {
    .footerBox .footerNav .content .nav dl {
      margin-right: 60px; } }
  @media (max-width: 1580px) {
    .footerBox .footerNav .content .nav dl {
      margin-right: 50px;
      margin-left: 15px; }
    .footerBox .footerNav .linkBox {
      padding-left: 15px; } }
  @media (max-width: 1470px) {
    .footerBox .footerNav .content .nav dl {
      margin-right: 40px;
      margin-left: 10px; }
    .footerBox .footerNav .linkBox {
      padding-left: 10px; } }
  @media (max-width: 1366px) {
    .footerBox .footerNav .content .nav dl {
      margin-right: 30px; } }
  @media (max-width: 1280px) {
    .footerBox .footerNav .content .con {
      width: 290px; }
    .footerBox .footerNav .content .con .tit {
      font-size: 14px;
      line-height: 24px; }
    .footerBox .footerNav .content .nav dl {
      margin-right: 25px; } }
  @media (max-width: 1200px) {
    .footerBox .footerNav .content .nav dl {
      margin-left: 0;
      margin-right: 20px; }
      .footerBox .footerNav .content .nav dl dt a {
        font-size: 16px; }
    .footerBox .footerNav .content .con .tits {
      font-size: 16px; }
    .footerBox .footerNav .linkBox {
      padding-left: 0; }
    .footerBox .footerNav .content .nav {
      padding-right: 0; } }
  @media (max-width: 1024px) {
    .footerBox .footerNav .content .nav {
      display: none; }
    .footerBox .footerNav .content .con {
      width: 100%;
      float: none; }
    .footerBox .footerNav .linkBox {
      display: none; }
    .footerBox .footerNav .content {
      padding-top: 15px;
      padding-bottom: 17px; }
    .footerBox .footerNav .content .con .tit {
      margin-top: 0; }
    .footerBox .copy {
      text-align: center;
      line-height: 20px;
      padding: 8px 0; }
    .footerBox .copy p {
      padding-left: 0;
      text-align: center; }
    .footerBox .footerNav .content .con .ewm {
      margin-top: 8px;
      width: 90px; }
      .footerBox .footerNav .content .con .ewm p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px; } }

.banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .banner .con {
    text-align: center;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .banner .con .cn {
      font-size: 40px;
      line-height: 42px; }
    .banner .con .en {
      font-size: 24px;
      line-height: 26px;
      text-transform: uppercase;
      margin-top: 15px; }
  .banner .home {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    font-weight: 200; }
    .banner .home em {
      float: left; }
    .banner .home a {
      float: left;
      color: #fff; }
    .banner .home i {
      float: left;
      font-weight: bold; }
    .banner .home span {
      width: 30px;
      height: 42px;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/home.png");
      float: left; }
  @media (max-width: 1366px) {
    .banner .con .cn {
      font-size: 32px;
      line-height: 34px; }
    .banner .con .en {
      font-size: 20px;
      line-height: 22px;
      margin-top: 10px; } }
  @media (max-width: 1024px) {
    .banner img {
      width: 140%;
      margin-left: -20%; }
    .banner .con .cn {
      font-size: 24px;
      line-height: 26px; }
    .banner .con .en {
      font-size: 16px;
      line-height: 18px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .banner img {
      width: 260%;
      margin-left: -80%; }
    .banner .con .cn {
      font-size: 22px;
      line-height: 24px; }
    .banner .con .en {
      font-size: 14px;
      line-height: 16px;
      margin-top: 5px; }
    .banner .home {
      font-size: 14px;
      line-height: 30px; }
      .banner .home span {
        height: 30px;
        width: 20px; } }

.navLeft {
  width: 282px;
  float: left; }
  .navLeft ul li {
    margin-bottom: 40px; }
    .navLeft ul li .tits {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      border: 1px solid #dadada;
      border-left: none;
      display: block;
      font-size: 20px;
      line-height: 52px;
      position: relative;
      color: #2056ae; }
      .navLeft ul li .tits span {
        padding-left: 34px; }
      .navLeft ul li .tits i {
        width: 23px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 16px;
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-image: url("../img/nav_icon1.png"); }
      .navLeft ul li .tits:before {
        width: 4px;
        height: calc(100% + 2px);
        position: absolute;
        top: -1px;
        left: 0;
        background-color: #2056ae;
        content: ''; }
    .navLeft ul li dl {
      display: none; }
      .navLeft ul li dl dd .tit {
        border-bottom: 1px solid #cecece;
        font-size: 18px;
        line-height: 53px;
        color: #505050;
        display: block;
        box-sizing: border-box;
        position: relative; }
        .navLeft ul li dl dd .tit span {
          padding-left: 45px; }
        .navLeft ul li dl dd .tit i {
          width: 13px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 25px;
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-image: url("../img/nav_icon3.png"); }
      .navLeft ul li dl dd .tit1 {
        display: none; }
        .navLeft ul li dl dd .tit1 .t .tx {
          border-bottom: 1px solid #cecece;
          font-size: 16px;
          line-height: 22px;
          padding: 13px 0;
          color: #787878;
          display: block;
          position: relative; }
          .navLeft ul li dl dd .tit1 .t .tx span {
            width: 163px;
            padding-left: 68px;
            float: left;
            display: block; }
          .navLeft ul li dl dd .tit1 .t .tx i {
            width: 13px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 25px;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-image: url("../img/nav_icon3.png"); }
        .navLeft ul li dl dd .tit1 .t .tt {
          display: none; }
          .navLeft ul li dl dd .tit1 .t .tt a {
            width: 100%;
            display: block;
            padding-left: 85px;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 50px;
            color: #898989;
            border-bottom: 1px solid #cecece; }
            .navLeft ul li dl dd .tit1 .t .tt a.on {
              color: #2056ae; }
            @media (min-width: 1024px) {
              .navLeft ul li dl dd .tit1 .t .tt a:hover {
                color: #2056ae; } }
    .navLeft ul li.on .tits {
      background-color: #2056ae;
      border-color: #2056ae;
      color: #fff; }
      .navLeft ul li.on .tits i {
        background-image: url("../img/nav_icon2.png"); }
    .navLeft ul li.on dl {
      display: block; }
      .navLeft ul li.on dl dd.on .tit {
        color: #2056ae; }
        .navLeft ul li.on dl dd.on .tit i {
          transform: rotate(180deg); }
      .navLeft ul li.on dl dd.on .tit1 {
        display: block; }
        .navLeft ul li.on dl dd.on .tit1 .t.on .tx {
          color: #2056ae; }
          .navLeft ul li.on dl dd.on .tit1 .t.on .tx i {
            transform: rotate(180deg); }
        .navLeft ul li.on dl dd.on .tit1 .t.on .tt {
          display: block; }
  @media (max-width: 1366px) {
    .navLeft {
      width: 260px; }
      .navLeft ul li .tits {
        font-size: 18px; }
        .navLeft ul li .tits span {
          padding-left: 22px; }
      .navLeft ul li dl dd .tit {
        font-size: 16px; }
        .navLeft ul li dl dd .tit span {
          padding-left: 32px; }
      .navLeft ul li dl dd .tit1 .t .tx span {
        padding-left: 52px; }
      .navLeft ul li dl dd .tit1 .t .tt a {
        padding-left: 62px; } }
  @media (max-width: 1024px) {
    .navLeft {
      display: none; } }

.conRight {
  width: 73.5%;
  float: right; }
  @media (max-width: 1366px) {
    .conRight {
      width: calc(100% - 295px); } }
  @media (max-width: 1024px) {
    .conRight {
      width: 100%;
      float: none; } }

.mainContent {
  padding-top: 75px; }
  @media (max-width: 1366px) {
    .mainContent {
      padding-top: 55px; } }
  @media (max-width: 1200px) {
    .mainContent {
      padding-top: 35px; } }
  @media (max-width: 768px) {
    .mainContent {
      padding-top: 25px; } }

.product {
  padding-bottom: 4.8%; }
  .product .list ul li {
    width: 30.3%;
    float: left;
    margin-right: 4.55%;
    margin-bottom: 4.55%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    overflow: hidden; }
    .product .list ul li:nth-child(3n) {
      margin-right: 0; }
    .product .list ul li a {
      width: 100%;
      height: auto;
      display: block;
      cursor: pointer; }
    .product .list ul li .pic {
      width: 100%;
      overflow: hidden; }
      .product .list ul li .pic .img {
        transition: all 1.5s;
        width: 100%;
        padding-bottom: 81%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
    .product .list ul li .con {
      width: calc(100% - 36px);
      margin: 0 auto;
      border-top: 1px solid rgba(113, 113, 113, 0.11);
      font-size: 16px;
      line-height: 66px;
      color: #727171; }
      .product .list ul li .con .tits {
        float: left;
        width: calc(100% - 90px);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 66px; }
      .product .list ul li .con .more {
        float: right;
        padding-right: 16px;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("../img/product_icon1.png"); }
    @media (min-width: 1024px) {
      .product .list ul li:hover .pic .img {
        transform: scale(1.1); }
      .product .list ul li:hover .con {
        border-color: #2056ae;
        color: #2056ae; }
        .product .list ul li:hover .con .more {
          background-image: url("../img/product_icon2.png"); } }
  .product .info .top {
    position: relative; }
    .product .info .top .bigImg {
      width: 35.2%;
      float: left;
      box-sizing: border-box;
      border: 1px solid #d2d2d2;
      height: 395px;
      position: relative;
      background-color: #fff; }
      .product .info .top .bigImg img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .product .info .top .listBox {
      position: absolute;
      left: 41%;
      width: 595px;
      max-width: 59%;
      bottom: 0; }
      .product .info .top .listBox .a {
        width: 40px;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        display: block;
        top: 0; }
        .product .info .top .listBox .a.prev {
          left: 0;
          background-image: url("../img/prev.png"); }
        .product .info .top .listBox .a.next {
          right: 0;
          background-image: url("../img/next.png"); }
      .product .info .top .listBox .samllPic {
        width: calc(100% - 110px);
        margin: 0 auto; }
        .product .info .top .listBox .samllPic ul li {
          width: 21.4%;
          float: left;
          margin-right: 4.8%;
          padding-bottom: 21.4%;
          height: 0;
          position: relative;
          box-sizing: border-box;
          border: 1px solid #d2d2d2;
          cursor: pointer; }
          .product .info .top .listBox .samllPic ul li:last-child {
            margin-right: 0; }
          .product .info .top .listBox .samllPic ul li img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }
          .product .info .top .listBox .samllPic ul li.on {
            border-color: #f8c150; }
    .product .info .top .con {
      width: 59%;
      float: right;
      padding-top: 5px; }
      .product .info .top .con .tits {
        font-size: 36px;
        font-weight: 500;
        line-height: 38px;
        color: #3e3a3a;
        margin-bottom: 16px; }
      .product .info .top .con .tit {
        font-size: 16px;
        line-height: 28px; }
        .product .info .top .con .tit .t {
          color: #2056ae; }
        .product .info .top .con .tit .t1 {
          color: #646464; }
          .product .info .top .con .tit .t1 a {
            color: #2056ae; }
        .product .info .top .con .tit.tx {
          border-bottom: 1px solid #e5e5e5;
          padding-bottom: 17px;
          margin-bottom: 12px; }
  .product .info .content {
    margin-top: 75px; }
    .product .info .content .tabs {
      background-color: #f7f7f7;
      box-sizing: border-box;
      border-radius: 5px;
      padding-left: 27px; }
      .product .info .content .tabs a {
        font-size: 24px;
        line-height: 82px;
        color: #1e1e1e;
        margin-right: 180px;
        position: relative;
        display: block;
        float: left;
        padding: 0 7px; }
        .product .info .content .tabs a:last-child {
          margin-right: 0; }
        .product .info .content .tabs a:after {
          width: 100%;
          height: 3px;
          background-color: #2056ae;
          position: absolute;
          left: 0;
          bottom: 14px;
          content: '';
          display: none; }
        .product .info .content .tabs a.on {
          color: #2056ae; }
          .product .info .content .tabs a.on:after {
            display: block; }
    .product .info .content .itemBox .item {
      display: none; }
    .product .info .content .itemBox .item1 {
      margin-top: 43px; }
      .product .info .content .itemBox .item1 .con {
        border-bottom: 1px solid #e2e2e5;
        padding-bottom: 32px;
        margin-bottom: 42px; }
        .product .info .content .itemBox .item1 .con:last-child {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; }
        .product .info .content .itemBox .item1 .con .tits {
          float: left;
          margin-left: 17px;
          width: 160px;
          height: auto;
          background-color: #2056ae;
          line-height: 38px;
          font-size: 20px;
          color: #fff;
          text-align: center;
          border-top-left-radius: 15px;
          border-bottom-right-radius: 15px;
          margin-top: 5px; }
        .product .info .content .itemBox .item1 .con .tit {
          width: calc(100% - 242px - 108px);
          float: right;
          margin-right: 108px;
          font-size: 16px;
          line-height: 28px;
          color: #646464; }
    .product .info .content .itemBox .item2 {
      margin-top: 50px; }
      .product .info .content .itemBox .item2 ul li {
        font-size: 16px;
        line-height: 58px;
        border-bottom: 1px solid #e1e1e4; }
        .product .info .content .itemBox .item2 ul li .t {
          width: 24.2%;
          padding-left: 34px;
          float: left;
          box-sizing: border-box;
          color: #1e1e1e; }
        .product .info .content .itemBox .item2 ul li .t1 {
          width: 75.8%;
          padding-left: 34px;
          box-sizing: border-box;
          float: left;
          color: #646464; }
    .product .info .content .itemBox .item3 {
      margin-top: 48px; }
      .product .info .content .itemBox .item3 .videoBox {
        width: 100%;
        height: auto;
        position: relative; }
        .product .info .content .itemBox .item3 .videoBox .icon {
          width: 59px;
          height: 59px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/video.png"); }
  @media (max-width: 1366px) {
    .product .list ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
    .product .info .top .con .tits {
      font-size: 28px;
      line-height: 30px; }
    .product .info .content .tabs a {
      font-size: 20px;
      margin-right: 130px; }
    .product .info .content {
      margin-top: 55px; } }
  @media (max-width: 1200px) {
    .product .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .product .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .product .list ul li:nth-child(2n) {
        margin-right: 0; }
    .product .info .top .con .tits {
      font-size: 24px;
      line-height: 26px; }
    .product .info .content .itemBox .item1 .con .tits {
      font-size: 18px; }
    .product .info .content .itemBox .item1 .con .tit {
      width: calc(100% - 210px - 80px);
      margin-right: 80px; }
    .product .info .content {
      margin-top: 35px; }
    .product .info .content .itemBox .item1 {
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .product {
      padding-bottom: 30px; }
      .product .list ul li .con {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 0; }
        .product .list ul li .con .tits {
          height: 24px;
          width: 100%;
          float: left; }
        .product .list ul li .con .more {
          padding-right: 12px;
          display: none; }
      .product .info .top .bigImg {
        width: 100%;
        float: none;
        height: 245px; }
      .product .info .top .listBox {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
        margin-top: 15px; }
        .product .info .top .listBox .a {
          width: 20px;
          background-size: 8px; }
        .product .info .top .listBox .samllPic {
          width: calc(100% - 40px); }
      .product .info .top .con {
        width: 100%;
        float: none;
        padding-top: 20px; }
        .product .info .top .con .tits {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 5px; }
        .product .info .top .con .tit {
          font-size: 14px;
          line-height: 22px; }
          .product .info .top .con .tit.tx {
            padding-bottom: 5px;
            margin-bottom: 5px; }
      .product .info .content {
        margin-top: 25px; }
      .product .info .content .tabs {
        padding-left: 0; }
      .product .info .content .tabs a {
        font-size: 16px;
        line-height: 54px;
        margin-right: 0;
        width: 33.333%;
        box-sizing: border-box;
        text-align: center; }
        .product .info .content .tabs a:after {
          width: 60%;
          left: 20%;
          bottom: 0;
          height: 2px; }
      .product .info .content .itemBox .item1 .con {
        padding-bottom: 10px;
        margin-bottom: 15px; }
      .product .info .content .itemBox .item1 .con .tits {
        font-size: 16px;
        line-height: 32px;
        width: 100px;
        margin-left: 0;
        float: none; }
      .product .info .content .itemBox .item1 .con .tit {
        width: 100%;
        float: none;
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px; }
      .product .info .content .itemBox .item2 {
        margin-top: 15px; }
        .product .info .content .itemBox .item2 ul li {
          font-size: 14px;
          line-height: 24px;
          padding: 10px 0; }
          .product .info .content .itemBox .item2 ul li .t {
            width: 95px;
            padding-left: 0; }
          .product .info .content .itemBox .item2 ul li .t1 {
            padding-left: 0;
            width: calc(100% - 95px); }
      .product .info .content .itemBox .item3 {
        margin-top: 15px; } }

.solution {
  padding-bottom: 5.6%; }
  .solution .content .box1 .con {
    width: 49.6%;
    float: left; }
    .solution .content .box1 .con .tits {
      font-size: 24px;
      line-height: 26px;
      color: #2056ae;
      font-weight: bold; }
    .solution .content .box1 .con .tit {
      font-size: 20px;
      line-height: 34px;
      color: #565656;
      margin-top: 18px; }
  .solution .content .box1 .pic {
    width: 45.6%;
    float: right; }
  .solution .content .box2 {
    margin-top: 40px; }
    .solution .content .box2 .tits {
      font-size: 24px;
      line-height: 26px;
      color: #2056ae;
      font-weight: bold; }
    .solution .content .box2 .tit {
      font-size: 20px;
      line-height: 42px;
      color: #565656;
      margin-top: 25px; }
      .solution .content .box2 .tit p {
        padding-left: 20px;
        position: relative; }
        .solution .content .box2 .tit p:after {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          position: absolute;
          left: 3px;
          top: 18px;
          background-color: #7d7d7d;
          content: ''; }
  .solution .content .box3 {
    margin-top: 6.5%; }
    .solution .content .box3 .tits {
      font-size: 24px;
      line-height: 26px;
      color: #2056ae;
      font-weight: bold; }
    .solution .content .box3 .list {
      margin-top: 77px;
      position: relative; }
      .solution .content .box3 .list .a {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        background-position: center;
        background-repeat: no-repeat; }
        .solution .content .box3 .list .a.prev {
          background-image: url("../img/prev.png");
          left: 0; }
        .solution .content .box3 .list .a.next {
          background-image: url("../img/next.png");
          right: 0; }
      .solution .content .box3 .list .listNew {
        width: calc(100% - 120px);
        margin: 0 auto; }
        .solution .content .box3 .list .listNew ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .solution .content .box3 .list .listNew ul li a .pic {
            width: 295px;
            height: 282px;
            box-sizing: border-box;
            background-color: #fff;
            border: 1px solid #d2d2d2;
            position: relative;
            float: left; }
            .solution .content .box3 .list .listNew ul li a .pic img {
              max-width: 100%;
              max-height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .solution .content .box3 .list .listNew ul li a .con {
            width: calc(100% - 353px);
            float: right;
            padding-top: 18px; }
            .solution .content .box3 .list .listNew ul li a .con .tits {
              font-size: 32px;
              line-height: 34px;
              color: #3e3a3a;
              font-weight: 500; }
            .solution .content .box3 .list .listNew ul li a .con .tit {
              font-size: 18px;
              line-height: 36px;
              height: 108px;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #646464;
              margin-top: 12px; }
            .solution .content .box3 .list .listNew ul li a .con .more {
              width: 194px;
              height: 50px;
              border: 1px solid #959595;
              border-radius: 10px;
              text-align: center;
              box-sizing: border-box;
              font-size: 18px;
              line-height: 48px;
              color: #565656;
              margin-top: 58px; }
        @media (min-width: 1024px) {
          .solution .content .box3 .list .listNew ul li:hover a .con .more {
            background-color: #2056ae;
            color: #2056ae;
            border-color: #2056ae;
            color: #fff; } }
  @media (max-width: 1600px) {
    .solution .content .box1 .con .tit {
      font-size: 18px;
      line-height: 30px; }
    .solution .content .box2 .tit {
      font-size: 18px;
      line-height: 32px; }
      .solution .content .box2 .tit p:after {
        top: 15px; } }
  @media (max-width: 1366px) {
    .solution .content .box1 .con .tit {
      font-size: 16px;
      line-height: 28px; }
    .solution .content .box2 .tit {
      font-size: 16px;
      line-height: 28px; }
      .solution .content .box2 .tit p:after {
        top: 12px; }
    .solution .content .box3 .list .listNew ul li a .con .tits {
      font-size: 26px;
      line-height: 28px; }
    .solution .content .box3 .list .listNew ul li a .con .tit {
      font-size: 16px;
      line-height: 30px;
      height: 90px; } }
  @media (max-width: 1200px) {
    .solution .content .box1 .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .solution .content .box2 .tits {
      font-size: 20px;
      line-height: 22px; }
    .solution .content .box3 .tits {
      font-size: 20px;
      line-height: 22px; }
    .solution .content .box3 .list {
      margin-top: 45px; }
    .solution .content .box3 .list .listNew ul li a .con .tits {
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .solution {
      padding-bottom: 30px; }
      .solution .content .box1 .con {
        width: 100%;
        float: none; }
        .solution .content .box1 .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .solution .content .box1 .con .tit {
          margin-top: 5px;
          font-size: 14px;
          line-height: 26px; }
      .solution .content .box1 .pic {
        width: 100%;
        float: none;
        margin-top: 15px; }
      .solution .content .box2 {
        margin-top: 25px; }
        .solution .content .box2 .tits {
          font-size: 18px;
          line-height: 20px; }
        .solution .content .box2 .tit {
          font-size: 14px;
          line-height: 26px;
          margin-top: 10px; }
          .solution .content .box2 .tit p {
            padding-left: 15px; }
            .solution .content .box2 .tit p:after {
              width: 4px;
              height: 4px; }
      .solution .content .box3 .list .listNew ul li a .pic {
        width: 90%;
        float: none;
        height: auto;
        margin: 0 auto; }
        .solution .content .box3 .list .listNew ul li a .pic img {
          width: 100%;
          position: relative;
          top: 0;
          left: 0;
          transform: translate(0, 0); }
      .solution .content .box3 .list .listNew ul li a .con {
        width: 100%;
        float: none; }
        .solution .content .box3 .list .listNew ul li a .con .tits {
          font-size: 16px;
          line-height: 18px; }
        .solution .content .box3 .list .listNew ul li a .con .tit {
          font-size: 14px;
          line-height: 24px;
          height: 72px;
          margin-top: 10px; }
        .solution .content .box3 .list .listNew ul li a .con .more {
          width: 120px;
          height: 32px;
          font-size: 14px;
          line-height: 30px;
          margin-top: 15px; }
      .solution .content .box3 .list .listNew {
        width: calc(100% - 50px); }
      .solution .content .box3 .list {
        margin-top: 20px; } }

.case {
  padding-bottom: 3.6%; }
  .case .list ul {
    padding-bottom: 34px; }
    .case .list ul li {
      margin-bottom: 60px;
      background-color: #fff;
      border-top-left-radius: 25px;
      border-bottom-right-radius: 25px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      position: relative;
      overflow: hidden; }
      .case .list ul li:before {
        width: 0;
        height: 4px;
        background-color: #0a4c9b;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        transition: all 0.5s;
        z-index: 5; }
      .case .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .case .list ul li a .pic {
          width: 49.6%;
          float: left;
          overflow: hidden; }
          .case .list ul li a .pic .img {
            transition: all 1.5s;
            width: 100%;
            padding-bottom: 58.1%;
            background-position: center top;
            background-size: cover;
            background-repeat: no-repeat; }
        .case .list ul li a .con {
          width: 42.4%;
          float: right;
          padding-right: 20px;
          box-sizing: border-box;
          padding-top: 46px; }
          .case .list ul li a .con .tits {
            font-size: 22px;
            line-height: 34px;
            color: #333;
            font-weight: bold;
            height: 34px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .case .list ul li a .con .tit {
            margin-top: 20px; }
            .case .list ul li a .con .tit .t {
              font-size: 18px;
              line-height: 30px;
              color: #777; }
              .case .list ul li a .con .tit .t span {
                font-weight: bold; }
          .case .list ul li a .con .time {
            font-size: 16px;
            line-height: 18px;
            color: #bbb;
            margin-top: 30px; }
          .case .list ul li a .con .more {
            width: 202px;
            height: 52px;
            line-height: 52px;
            font-size: 18px;
            color: #595757;
            border-radius: 10px;
            border: 1px solid #c9c9c9;
            text-align: center;
            margin-top: 40px; }
      @media (min-width: 1024px) {
        .case .list ul li:hover:before {
          width: 100%; }
        .case .list ul li:hover a .pic .img {
          transform: scale(1.1); }
        .case .list ul li:hover a .con .more {
          background-color: #004698;
          color: #fff;
          border-color: #004698; } }
  .case .list .moreClick {
    width: 216px;
    height: 53px;
    border-radius: 10px;
    border: 1px solid #959595;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 51px;
    color: #565656;
    margin: 0 auto 0;
    display: block;
    text-align: center; }
    @media (min-width: 1024px) {
      .case .list .moreClick:hover {
        background-color: #004698;
        color: #fff;
        border-color: #004698; } }
  .case .info {
    padding-bottom: 34px; }
    .case .info .title {
      text-align: center; }
      .case .info .title .tits {
        font-size: 26px;
        line-height: 30px;
        color: #595757; }
      .case .info .title .time {
        font-size: 16px;
        line-height: 18px;
        color: #898989;
        margin-top: 18px; }
    .case .info .content {
      margin-top: 70px; }
      .case .info .content .item {
        margin-bottom: 57px; }
        .case .info .content .item .tits {
          padding-left: 60px;
          font-size: 22px;
          font-weight: bold;
          line-height: 60px;
          color: #595757;
          border-bottom: 1px solid #e5e5e5;
          background-position: left center;
          background-repeat: no-repeat; }
        .case .info .content .item .tit {
          font-size: 20px;
          line-height: 35px;
          color: #595757;
          margin-top: 22px; }
      .case .info .content .picList ul {
        padding-bottom: 70px; }
        .case .info .content .picList ul li {
          width: 31.9%;
          float: left;
          margin-right: 2.15%;
          margin-bottom: 20px; }
          .case .info .content .picList ul li:nth-child(3n) {
            margin-right: 0; }
          .case .info .content .picList ul li .tits {
            font-size: 18px;
            line-height: 35px;
            color: #595757;
            margin-top: 15px; }
  @media (max-width: 1650px) {
    .case .list ul li a .con {
      padding-top: 30px; }
      .case .list ul li a .con .tits {
        font-size: 20px; }
      .case .list ul li a .con .tit {
        margin-top: 10px; }
        .case .list ul li a .con .tit .t {
          font-size: 16px;
          line-height: 24px; }
      .case .list ul li a .con .time {
        margin-top: 15px; }
    .case .info .content .item .tit {
      font-size: 18px;
      line-height: 32px; } }
  @media (max-width: 1366px) {
    .case .list ul li a .con {
      width: 46%; }
    .case .list ul li a .con .more {
      width: 150px;
      height: 40px;
      line-height: 38px;
      font-size: 16px;
      margin-top: 25px; }
    .case .info .content {
      margin-top: 50px; }
    .case .info .title .tits {
      font-size: 22px;
      line-height: 28px; }
    .case .info .content .item .tits {
      font-size: 20px; }
    .case .info .content .picList ul {
      padding-bottom: 50px; } }
  @media (max-width: 1200px) {
    .case .list ul li {
      margin-bottom: 40px; }
    .case .list ul li a .con {
      padding-top: 13px; }
      .case .list ul li a .con .tits {
        font-size: 18px;
        line-height: 20px;
        height: 20px; }
      .case .list ul li a .con .time {
        font-size: 14px;
        line-height: 16px;
        margin-top: 7px; }
    .case .info .title .tits {
      font-size: 18px;
      line-height: 26px; }
    .case .info .title .time {
      font-size: 14px;
      line-height: 16px;
      margin-top: 6px; }
    .case .info .content {
      margin-top: 30px; }
    .case .info .content .item .tits {
      font-size: 18px;
      background-size: 34px;
      padding-left: 44px;
      line-height: 44px; }
    .case .info .content .item .tit {
      font-size: 16px;
      line-height: 26px;
      margin-top: 15px; }
    .case .info .content .item {
      margin-bottom: 37px; }
    .case .info .content .picList ul li .tits {
      font-size: 16px;
      line-height: 30px; }
    .case .info .content .picList ul {
      padding-bottom: 30px; } }
  @media (max-width: 768px) {
    .case {
      padding-bottom: 30px; }
      .case .list ul li {
        margin-bottom: 20px; }
        .case .list ul li a .pic {
          width: 100%;
          float: none; }
        .case .list ul li a .con {
          width: 90%;
          float: none;
          margin: 15px auto 0;
          padding-top: 0;
          padding-bottom: 15px; }
          .case .list ul li a .con .tits {
            font-size: 16px;
            line-height: 18px;
            height: 18px; }
          .case .list ul li a .con .tit .t {
            font-size: 14px;
            line-height: 22px; }
          .case .list ul li a .con .more {
            width: 120px;
            height: 32px;
            line-height: 30px;
            font-size: 14px; }
      .case .list ul {
        padding-bottom: 15px; }
      .case .list .moreClick {
        width: 120px;
        height: 32px;
        font-size: 14px;
        line-height: 30px; }
      .case .info .title .tits {
        font-size: 16px; }
      .case .info .content {
        margin-top: 15px; }
        .case .info .content .item {
          margin-bottom: 20px; }
          .case .info .content .item .tits {
            font-size: 16px;
            background-size: 26px; }
          .case .info .content .item .tit {
            font-size: 14px;
            margin-top: 10px; }
      .case .info .content .picList ul li {
        width: 48.5%;
        margin-right: 3%; }
        .case .info .content .picList ul li:nth-child(3n) {
          margin-right: 3%; }
        .case .info .content .picList ul li:nth-child(2n) {
          margin-right: 0; }
        .case .info .content .picList ul li .tits {
          font-size: 14px;
          line-height: 18px;
          margin-top: 7px; }
      .case .info .content .picList ul {
        padding-bottom: 15px; }
      .case .info {
        padding-bottom: 0; } }

.page {
  font-size: 16px;
  line-height: 40px; }
  .page a {
    color: #595757;
    float: left;
    margin-right: 5px;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 104px;
    display: block;
    text-align: center;
    background-size: 100%; }
    .page a.prev {
      background-image: url("../img/prev1.png"); }
    .page a.next {
      background-image: url("../img/next1.png"); }
    .page a.return {
      width: 115px;
      box-sizing: border-box;
      color: #336fb4;
      border-bottom: 2px solid #336fb4;
      float: right;
      line-height: 38px; }
    @media (min-width: 1024px) {
      .page a:hover {
        color: #0a4c9b; }
        .page a:hover.prev {
          background-image: url("../img/prev1_h.png"); }
        .page a:hover.next {
          background-image: url("../img/next1_h.png"); } }
  @media (max-width: 768px) {
    .page {
      font-size: 14px;
      line-height: 34px; }
      .page a {
        width: 76px; }
        .page a.return {
          width: 80px;
          line-height: 32px; } }

.service .itemBox .item {
  width: 31.6%;
  float: left;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding-top: 53px;
  padding-bottom: 45px;
  position: relative; }
  .service .itemBox .item:nth-child(3n) {
    margin-right: 0; }
  .service .itemBox .item .icon {
    width: 85px;
    margin: 0 auto; }
  .service .itemBox .item .tits {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #3e3a3a;
    font-weight: bold;
    margin-top: 5px; }
  .service .itemBox .item .tit {
    width: 275px;
    max-width: 90%;
    margin: 18px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #898989;
    height: 52px; }
  .service .itemBox .item .num {
    font-size: 80px;
    line-height: 80px;
    color: #000;
    opacity: 0.05;
    position: absolute;
    top: 10px;
    left: 18px;
    font-weight: bold; }
  @media (min-width: 1024px) {
    .service .itemBox .item:hover {
      background-color: #fff;
      box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.07); }
      .service .itemBox .item:hover .tits {
        color: #00499e; }
      .service .itemBox .item:hover .tit {
        color: #00499e; } }
.service .itemBox1 {
  background-color: #f9fafa;
  padding: 28px 0 25px;
  overflow: hidden;
  width: 100%;
  margin-top: 30px; }
  .service .itemBox1 .item {
    width: 50%;
    float: left;
    height: 405px;
    box-sizing: border-box;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9; }
    .service .itemBox1 .item:nth-child(2n) {
      border-right: none; }
    .service .itemBox1 .item .con {
      width: 74.6%;
      margin-left: 10.2%;
      padding-top: 15px; }
      .service .itemBox1 .item .con .tits {
        position: relative; }
        .service .itemBox1 .item .con .tits .cn {
          font-size: 40px;
          line-height: 42px;
          color: #898989;
          font-weight: 500;
          position: relative;
          z-index: 5; }
        .service .itemBox1 .item .con .tits .en {
          font-size: 52px;
          line-height: 54px;
          color: #000;
          opacity: 0.08;
          position: absolute;
          left: 124px;
          top: 12px;
          text-transform: uppercase;
          font-family: Arial;
          font-weight: bold;
          letter-spacing: -4px; }
      .service .itemBox1 .item .con .tit {
        font-size: 18px;
        line-height: 40px;
        font-weight: 500;
        color: #898989;
        margin-top: 33px; }
      .service .itemBox1 .item .con .tit1 {
        font-size: 18px;
        line-height: 40px;
        font-weight: 500;
        color: #898989; }
        .service .itemBox1 .item .con .tit1 p {
          padding-left: 20px;
          position: relative; }
          .service .itemBox1 .item .con .tit1 p:after {
            width: 6px;
            height: 6px;
            position: absolute;
            top: 17px;
            left: 4px;
            content: '';
            border-radius: 100%;
            background-color: #004698; }
      .service .itemBox1 .item .con .tit2 {
        padding-left: 55px;
        background-position: left top;
        background-repeat: no-repeat;
        background-image: url("../img/service_icon7.png");
        margin-top: 36px; }
        .service .itemBox1 .item .con .tit2 .t {
          font-size: 22px;
          font-weight: 500;
          line-height: 24px;
          color: #898989; }
        .service .itemBox1 .item .con .tit2 .t1 {
          font-size: 22px;
          line-height: 24px;
          color: #00499e;
          font-weight: 500;
          margin-top: 14px; }
    .service .itemBox1 .item:nth-child(3), .service .itemBox1 .item:nth-child(4) {
      border-bottom: none; }
      .service .itemBox1 .item:nth-child(3) .con, .service .itemBox1 .item:nth-child(4) .con {
        padding-top: 60px; }
@media (max-width: 1366px) {
  .service .itemBox .item .tits {
    font-size: 20px;
    line-height: 22px; }
  .service .itemBox1 .item .con .tits .cn {
    font-size: 32px;
    line-height: 34px; }
  .service .itemBox1 .item .con .tits .en {
    font-size: 44px;
    line-height: 46px;
    left: 96px;
    top: 8px; }
  .service .itemBox1 .item .con .tit {
    font-size: 16px;
    line-height: 30px; }
  .service .itemBox1 .item .con .tit1 {
    font-size: 16px;
    line-height: 34px; }
    .service .itemBox1 .item .con .tit1 p:after {
      top: 15px; }
  .service .itemBox1 .item .con .tit2 .t {
    font-size: 18px; }
  .service .itemBox1 .item .con .tit2 .t1 {
    font-size: 18px; } }
@media (max-width: 1200px) {
  .service .itemBox .item {
    padding-top: 28px;
    padding-bottom: 32px; }
  .service .itemBox .item .num {
    font-size: 60px;
    line-height: 60px; }
  .service .itemBox .item .icon {
    width: 60px; }
  .service .itemBox .item .tits {
    font-size: 18px;
    line-height: 20px; }
  .service .itemBox .item .tit {
    font-size: 14px;
    line-height: 24px;
    height: 48px; }
  .service .itemBox1 .item .con .tits .cn {
    font-size: 26px;
    line-height: 28px; }
  .service .itemBox1 .item .con .tits .en {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0;
    left: 80px;
    top: 6px; }
  .service .itemBox1 .item .con {
    width: 86%;
    margin-left: 6%; }
  .service .itemBox1 .item .con .tit {
    margin-top: 20px; }
  .service .itemBox1 .item {
    height: 320px; } }
@media (max-width: 768px) {
  .service .itemBox .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%; }
    .service .itemBox .item:nth-child(3n) {
      margin-right: 3%; }
    .service .itemBox .item:nth-child(2n) {
      margin-right: 0; }
    .service .itemBox .item .tit {
      margin: 5px auto 0;
      height: 72px; }
  .service .itemBox1 .item {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 25px;
    border: none;
    border-bottom: 1px solid #c9c9c9 !important; }
    .service .itemBox1 .item .con {
      width: 90%;
      margin-left: 5%;
      padding-top: 15px !important; }
      .service .itemBox1 .item .con .tits .cn {
        font-size: 20px;
        line-height: 22px; }
      .service .itemBox1 .item .con .tits .en {
        font-size: 26px;
        line-height: 28px;
        left: 60px;
        top: 4px; }
      .service .itemBox1 .item .con .tit {
        font-size: 14px;
        line-height: 24px;
        margin-top: 18px; }
      .service .itemBox1 .item .con .tit1 {
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px; }
      .service .itemBox1 .item .con .tit2 {
        margin-top: 15px;
        background-size: 22px;
        padding-left: 30px; }
        .service .itemBox1 .item .con .tit2 .t {
          font-size: 14px;
          line-height: 18px; }
        .service .itemBox1 .item .con .tit2 .t1 {
          font-size: 14px;
          line-height: 18px;
          margin-top: 5px; }
    .service .itemBox1 .item:last-child {
      border: none !important; }
  .service .itemBox1 {
    padding: 10px 0 15px;
    margin-top: 25px; } }

.knowledge {
  padding-bottom: 55px; }
  .knowledge .list ul {
    padding-bottom: 70px; }
    .knowledge .list ul li {
      background-color: #fbfbfb;
      margin-bottom: 22px; }
      .knowledge .list ul li a {
        width: 90%;
        display: block;
        padding-left: 100px;
        box-sizing: border-box;
        font-size: 22px;
        line-height: 96px;
        color: #595757;
        height: 96px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        background-image: url("../img/knowledge_icon.png");
        background-position: 31px center;
        background-repeat: no-repeat; }
      @media (min-width: 1024px) {
        .knowledge .list ul li:hover a {
          color: #0a4c9b; } }
  .knowledge .list .more {
    width: 215px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    display: block;
    border: 1px solid #959595;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #565656; }
    @media (min-width: 1024px) {
      .knowledge .list .more:hover {
        background-color: #0a4c9b;
        color: #fff;
        border-color: #0a4c9b; } }
  @media (max-width: 1600px) {
    .knowledge .list ul li a {
      font-size: 20px; } }
  @media (max-width: 1366px) {
    .knowledge .list ul li a {
      font-size: 18px; }
    .knowledge .list ul {
      padding-bottom: 50px; } }
  @media (max-width: 768px) {
    .knowledge {
      padding-bottom: 30px; }
      .knowledge .list ul li {
        margin-bottom: 10px; }
      .knowledge .list ul li a {
        font-size: 14px;
        line-height: 50px;
        padding-left: 40px;
        background-size: 20px;
        height: 50px;
        width: 100%;
        background-position: 10px center; }
      .knowledge .list ul {
        padding-bottom: 20px; }
      .knowledge .list .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; } }

.knowledgeInfo {
  padding-bottom: 5.5%; }
  .knowledgeInfo .title {
    text-align: center; }
    .knowledgeInfo .title .tits {
      font-size: 22px;
      line-height: 35px;
      color: #595757; }
    .knowledgeInfo .title .time {
      font-size: 20px;
      line-height: 48px;
      color: #b5b5b6;
      margin-top: 7px; }
  .knowledgeInfo .con {
    font-size: 18px;
    line-height: 40px;
    color: #898989;
    margin-top: 45px; }
    .knowledgeInfo .con strong {
      font-size: 20px; }
    .knowledgeInfo .con img {
      max-width: 100%;
      height: auto !important; }
  .knowledgeInfo .page {
    margin-top: 9.3%; }
  @media (max-width: 1366px) {
    .knowledgeInfo .title .tits {
      font-size: 18px;
      line-height: 24px; }
    .knowledgeInfo .title .time {
      font-size: 16px;
      line-height: 18px;
      margin-top: 10px; }
    .knowledgeInfo .con {
      font-size: 16px;
      line-height: 30px; }
      .knowledgeInfo .con strong {
        font-size: 18px; } }
  @media (max-width: 768px) {
    .knowledgeInfo {
      padding-bottom: 30px; }
      .knowledgeInfo .title .tits {
        font-size: 16px;
        line-height: 24px; }
      .knowledgeInfo .title .time {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px; }
      .knowledgeInfo .con {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px; }
        .knowledgeInfo .con strong {
          font-size: 16px; } }

.FAQ {
  padding-bottom: 4.3%; }
  .FAQ .list ul {
    padding-bottom: 58px; }
    .FAQ .list ul li {
      margin-bottom: 22px; }
      .FAQ .list ul li .tits {
        background-color: #fbfbfb;
        font-size: 22px;
        font-weight: 500;
        line-height: 96px;
        width: 100%;
        padding-right: 10%;
        padding-left: 100px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        background-position: 23px center;
        background-repeat: no-repeat;
        background-image: url("../img/FAQ_icon.png");
        box-sizing: border-box;
        color: #595757;
        cursor: pointer; }
      .FAQ .list ul li .con {
        width: calc(100% - 100px - 30px);
        font-size: 20px;
        line-height: 35px;
        color: #595757;
        padding-left: 100px;
        padding-top: 23px;
        padding-bottom: 10px;
        display: none; }
      .FAQ .list ul li.on .tits {
        color: #0a4c9b; }
  .FAQ .list .more {
    width: 215px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    display: block;
    border: 1px solid #959595;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #565656; }
    @media (min-width: 1024px) {
      .FAQ .list .more:hover {
        background-color: #0a4c9b;
        color: #fff;
        border-color: #0a4c9b; } }
  @media (max-width: 1600px) {
    .FAQ .list ul li .tits {
      font-size: 20px; }
    .FAQ .list ul li .con {
      font-size: 18px;
      line-height: 32px; } }
  @media (max-width: 1366px) {
    .FAQ .list ul li .tits {
      font-size: 18px;
      background-size: 40px;
      padding-left: 84px; }
    .FAQ .list ul li .con {
      width: calc(100% - 84px - 30px);
      padding-left: 84px;
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    .FAQ {
      padding-bottom: 30px; }
      .FAQ .list ul li {
        margin-bottom: 10px; }
      .FAQ .list ul li .tits {
        font-size: 14px;
        line-height: 26px;
        height: auto;
        padding: 10px 0;
        padding-left: 50px;
        padding-right: 4%;
        background-size: 26px;
        -webkit-line-clamp: inherit;
        background-position: 15px 10px; }
      .FAQ .list ul li .con {
        width: calc(100% - 50px - 15px);
        padding-left: 50px;
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 5px; }
      .FAQ .list ul {
        padding-bottom: 20px; }
      .FAQ .list .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; } }

.instructions {
  padding-bottom: 4.3%; }
  .instructions .list ul {
    padding-bottom: 40px; }
    .instructions .list ul li {
      width: 47%;
      float: left;
      margin-right: 6%;
      cursor: pointer;
      margin-bottom: 40px; }
      .instructions .list ul li:nth-child(2n) {
        margin-right: 0; }
      .instructions .list ul li .pic {
        overflow: hidden;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        position: relative; }
        .instructions .list ul li .pic .img {
          transition: all 1.5s;
          width: 100%;
          padding-bottom: 58.5%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .instructions .list ul li .pic .icon {
          width: 64px;
          height: 64px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/instructions_icon.png"); }
      .instructions .list ul li .tits {
        font-size: 18px;
        line-height: 35px;
        color: #595757;
        width: calc(100% - 36px);
        margin: 10px auto 0; }
      @media (min-width: 1024px) {
        .instructions .list ul li:hover .pic .img {
          transform: scale(1.1); } }
  .instructions .list .more {
    width: 215px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    display: block;
    border: 1px solid #959595;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #565656; }
    @media (min-width: 1024px) {
      .instructions .list .more:hover {
        background-color: #0a4c9b;
        color: #fff;
        border-color: #0a4c9b; } }
  @media (max-width: 1200px) {
    .instructions .list ul li .tits {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .instructions {
      padding-bottom: 30px; }
      .instructions .list ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px; }
        .instructions .list ul li .pic .icon {
          width: 38px;
          height: 38px; }
        .instructions .list ul li .tits {
          font-size: 14px;
          line-height: 26px;
          width: calc(100% - 30px); }
      .instructions .list ul {
        padding-bottom: 20px; }
      .instructions .list .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; } }

.download {
  padding-bottom: 4.3%; }
  .download .list ul {
    padding-bottom: 40px; }
    .download .list ul li {
      width: 31.8%;
      float: left;
      background-color: #fbfbfb;
      margin-bottom: 28px;
      margin-right: 2.3%; }
      .download .list ul li:nth-child(3n) {
        margin-right: 0; }
      .download .list ul li .t {
        width: calc(100% - 135px);
        box-sizing: border-box;
        padding-left: 60px;
        font-size: 18px;
        line-height: 78px;
        background-color: #fbfbfb;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        background-position: 18px center;
        background-repeat: no-repeat;
        background-image: url("../img/pdf.png");
        color: #595757; }
      .download .list ul li .kan {
        margin-right: 7px;
        float: right;
        width: 56px;
        height: 78px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/kan.png");
        display: block;
        position: relative; }
        @media (min-width: 1024px) {
          .download .list ul li .kan:hover {
            background-image: url("../img/kan_h.png"); } }
        .download .list ul li .kan:after {
          width: 1px;
          height: 20px;
          top: 29px;
          left: -0.5px;
          position: absolute;
          background-color: #898989;
          content: ''; }
      .download .list ul li .down {
        width: 61px;
        height: 78px;
        float: right;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/down.png");
        display: block; }
        @media (min-width: 1024px) {
          .download .list ul li .down:hover {
            background-image: url("../img/down_h.png"); } }
  .download .list .more {
    width: 215px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    display: block;
    border: 1px solid #959595;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #565656; }
    @media (min-width: 1024px) {
      .download .list .more:hover {
        background-color: #0a4c9b;
        color: #fff;
        border-color: #0a4c9b; } }
  @media (max-width: 1600px) {
    .download .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .download .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .download .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 1200px) {
    .download .list ul li .t {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .download {
      padding-bottom: 30px; }
      .download .list ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-right: 0 !important; }
        .download .list ul li .t {
          font-size: 14px;
          line-height: 50px;
          background-size: 24px;
          background-position: 15px center;
          padding-left: 50px; }
        .download .list ul li .kan {
          height: 50px;
          width: 36px;
          background-size: 20px; }
          .download .list ul li .kan:after {
            top: 15px; }
        .download .list ul li .down {
          width: 40px;
          height: 50px;
          background-size: 18px; }
      .download .list ul {
        padding-bottom: 20px; }
      .download .list .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; } }

.news {
  padding-bottom: 5.2%; }
  .news .list ul li {
    width: 31.6%;
    float: left;
    margin-right: 2.6%;
    margin-bottom: 35px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    position: relative; }
    .news .list ul li:after {
      width: 0;
      height: 2px;
      background-color: #3a6fae;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      transition: all 0.5s; }
    .news .list ul li:nth-child(3n) {
      margin-right: 0; }
    .news .list ul li a {
      width: 100%;
      height: auto;
      display: block; }
    .news .list ul li .pic {
      width: 100%;
      height: auto;
      overflow: hidden;
      border-top-left-radius: 25px;
      border-bottom-right-radius: 25px; }
      .news .list ul li .pic .img {
        transition: all 1.5s;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-bottom: 76.1%; }
    .news .list ul li .con {
      width: calc(100% - 26px);
      margin: 14px auto 25px; }
      .news .list ul li .con .tits {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
        color: #595757;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news .list ul li .con .tit {
        font-size: 14px;
        line-height: 16px;
        color: #595757;
        margin-top: 22px; }
        .news .list ul li .con .tit .time {
          float: left; }
        .news .list ul li .con .tit .t {
          float: right; }
    @media (min-width: 1024px) {
      .news .list ul li:hover {
        background-color: #f7f8f8; }
        .news .list ul li:hover .pic .img {
          transform: scale(1.1); }
        .news .list ul li:hover .con .tits {
          color: #2a63a7; }
        .news .list ul li:hover .con .tit {
          color: #2a63a7; }
        .news .list ul li:hover:after {
          width: 100%; } }
  @media (max-width: 1200px) {
    .news .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .news .list ul li:nth-child(2n) {
        margin-right: 0; }
      .news .list ul li a .con .tits {
        font-size: 16px;
        line-height: 24px;
        height: 48px; } }
  @media (max-width: 768px) {
    .news .list ul li {
      width: 100%;
      float: none;
      margin-bottom: 15px;
      margin-right: 0 !important; }
      .news .list ul li a .con {
        width: calc(100% - 20px);
        margin: 5px auto 10px; }
        .news .list ul li a .con .tit {
          margin-top: 10px; } }

.newsInfo {
  padding-bottom: 66px; }
  .newsInfo .content .title {
    text-align: center; }
    .newsInfo .content .title .tits {
      font-size: 26px;
      line-height: 32px;
      color: #595757; }
    .newsInfo .content .title .time {
      font-size: 16px;
      line-height: 18px;
      color: #898989;
      margin-top: 17px; }
  .newsInfo .content .con {
    font-size: 18px;
    line-height: 35px;
    color: #595757;
    margin-top: 60px; }
    .newsInfo .content .con img {
      max-width: 100%;
      display: block;
      margin: 0 auto;
      height: auto !important; }
  .newsInfo .content .page {
    margin-top: 9.7%; }
  .newsInfo .content .hot {
    margin-top: 8.9%; }
    .newsInfo .content .hot .titx {
      font-size: 30px;
      line-height: 32px;
      color: #595757; }
    .newsInfo .content .hot .list {
      margin-top: 48px; }
      .newsInfo .content .hot .list ul li {
        width: 31.6%;
        float: left;
        margin-right: 2.6%;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        overflow: hidden;
        position: relative; }
        .newsInfo .content .hot .list ul li:after {
          width: 0;
          height: 2px;
          background-color: #3a6fae;
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          transition: all 0.5s; }
        .newsInfo .content .hot .list ul li:nth-child(3n) {
          margin-right: 0; }
        .newsInfo .content .hot .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
        .newsInfo .content .hot .list ul li .pic {
          width: 100%;
          height: auto;
          overflow: hidden;
          border-top-left-radius: 25px;
          border-bottom-right-radius: 25px; }
          .newsInfo .content .hot .list ul li .pic .img {
            transition: all 1.5s;
            width: 100%;
            padding-bottom: 76.1%;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover; }
        .newsInfo .content .hot .list ul li .con {
          width: calc(100% - 20px);
          margin: 14px auto 25px; }
          .newsInfo .content .hot .list ul li .con .tits {
            font-size: 18px;
            line-height: 30px;
            height: 60px;
            color: #595757;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .newsInfo .content .hot .list ul li .con .tit {
            font-size: 14px;
            line-height: 16px;
            color: #595757;
            margin-top: 22px; }
            .newsInfo .content .hot .list ul li .con .tit .time {
              float: left; }
            .newsInfo .content .hot .list ul li .con .tit .t {
              float: right; }
        @media (min-width: 1024px) {
          .newsInfo .content .hot .list ul li:hover {
            background-color: #f7f8f8; }
            .newsInfo .content .hot .list ul li:hover .pic .img {
              transform: scale(1.1); }
            .newsInfo .content .hot .list ul li:hover .con .tits {
              color: #2a63a7; }
            .newsInfo .content .hot .list ul li:hover .con .tit {
              color: #2a63a7; }
            .newsInfo .content .hot .list ul li:hover:after {
              width: 100%; } }
  @media (max-width: 1366px) {
    .newsInfo {
      padding-bottom: 50px; }
      .newsInfo .content .title .tits {
        font-size: 20px;
        line-height: 28px; }
      .newsInfo .content .title .time {
        margin-top: 5px; }
      .newsInfo .content .con {
        margin-top: 35px; }
      .newsInfo .content .hot .titx {
        font-size: 24px;
        line-height: 26px; }
      .newsInfo .content .hot .list {
        margin-top: 25px; } }
  @media (max-width: 1200px) {
    .newsInfo {
      padding-bottom: 40px; }
      .newsInfo .content .hot .list ul li {
        width: 48.5%;
        margin-right: 3%; }
        .newsInfo .content .hot .list ul li:nth-child(2n) {
          margin-right: 0; }
        .newsInfo .content .hot .list ul li:last-child {
          display: none; }
      .newsInfo .content .hot .list ul li .con .tits {
        font-size: 16px; }
      .newsInfo .content .con {
        font-size: 16px;
        line-height: 28px; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-bottom: 20px; }
      .newsInfo .content .title .tits {
        font-size: 18px; }
      .newsInfo .content .con {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px; }
      .newsInfo .content .title .time {
        font-size: 14px;
        line-height: 16px; }
      .newsInfo .content .hot .list ul li .con .tits {
        font-size: 14px;
        line-height: 24px;
        height: 48px; }
      .newsInfo .content .hot .list ul li {
        width: 100%;
        display: block !important;
        float: none;
        margin-bottom: 15px; }
      .newsInfo .content .hot .list ul li .con {
        margin: 8px auto 10px; }
        .newsInfo .content .hot .list ul li .con .tit {
          margin-top: 10px;
          font-size: 14px; }
      .newsInfo .content .hot .titx {
        font-size: 20px;
        line-height: 22px; }
      .newsInfo .content .hot .list {
        margin-top: 20px; } }

.join {
  padding-bottom: 22px; }
  .join .list ul li .tits {
    background-color: #2056ae;
    color: #fff;
    line-height: 68px; }
    .join .list ul li .tits .t {
      float: left;
      font-size: 20px;
      margin-left: 25px; }
      .join .list ul li .tits .t span {
        margin: 0 32px; }
    .join .list ul li .tits .t1 {
      float: right;
      font-size: 18px;
      margin-right: 20px; }
  .join .list ul li .con {
    width: calc(100% - 50px);
    margin: 0 auto;
    font-size: 16px;
    line-height: 44px;
    color: #666;
    padding-top: 12px;
    padding-bottom: 52px; }
    .join .list ul li .con .item {
      margin-bottom: 20px; }
      .join .list ul li .con .item:last-child {
        margin-bottom: 0; }
      .join .list ul li .con .item span {
        color: #2056ae; }
  @media (max-width: 1600px) {
    .join .list ul li .tits .t {
      font-size: 18px; }
    .join .list ul li .tits .t span {
      margin: 0 18px; }
    .join .list ul li .tits .t1 {
      font-size: 16px; } }
  @media (max-width: 1300px) {
    .join .list ul li .tits {
      line-height: 28px;
      padding: 10px 0; }
    .join .list ul li .tits .t {
      float: none; }
    .join .list ul li .tits .t1 {
      float: none;
      margin-left: 25px;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .join .list ul li .tits {
      line-height: 22px;
      padding: 10px 0; }
    .join .list ul li .tits .t {
      font-size: 16px;
      margin-left: 15px; }
      .join .list ul li .tits .t span {
        margin: 0 10px; }
    .join .list ul li .tits .t1 {
      font-size: 14px;
      margin-left: 15px;
      margin-right: 0; }
    .join .list ul li .con {
      font-size: 14px;
      line-height: 24px;
      width: calc(100% - 30px);
      padding-bottom: 25px; } }

.contact {
  padding-bottom: 4.2%; }
  .contact .box1 {
    background-color: #f7f8f8;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px; }
    .contact .box1 .map {
      width: 50%;
      float: left;
      height: 635px; }
    .contact .box1 .con {
      float: right;
      margin-left: 41.1%;
      float: left;
      margin-left: 6.7%;
      padding-top: 110px; }
      .contact .box1 .con .tits {
        font-size: 36px;
        line-height: 38px;
        color: #565656;
        font-weight: bold; }
      .contact .box1 .con .tit {
        margin-top: 45px; }
        .contact .box1 .con .tit .t {
          padding-left: 50px;
          font-size: 20px;
          line-height: 35px;
          color: #565656;
          background-position: left 0;
          background-repeat: no-repeat;
          margin-bottom: 20px; }
          .contact .box1 .con .tit .t span {
            font-size: 22px;
            font-weight: 500; }
  .contact .box2 {
    margin-top: 54px; }
    .contact .box2 .tits {
      font-size: 24px;
      line-height: 68px;
      color: #595757;
      border-bottom: 1px solid #eaeaea; }
    .contact .box2 .tableBox {
      width: 100%;
      height: auto;
      background-color: #0a4c9b;
      padding: 73px 65px 55px;
      box-sizing: border-box;
      margin-top: 40px;
      border-top-left-radius: 25px;
      border-bottom-right-radius: 25px;
      overflow: hidden; }
      .contact .box2 .tableBox .t {
        width: 100%;
        height: auto;
        margin-bottom: 40px; }
        .contact .box2 .tableBox .t .text {
          width: 47.6%;
          float: left;
          box-sizing: border-box;
          border: 1px solid #fff;
          height: 68px;
          padding-left: 18px;
          font-size: 22px;
          line-height: 40px;
          color: #fff;
          background: none; }
          .contact .box2 .tableBox .t .text::-webkit-input-placeholder {
            color: #fff; }
          .contact .box2 .tableBox .t .text:-moz-placeholder {
            color: #fff; }
          .contact .box2 .tableBox .t .text:-ms-input-placeholder {
            color: #fff; }
          .contact .box2 .tableBox .t .text:last-child {
            float: right; }
      .contact .box2 .tableBox .txt {
        width: 100%;
        height: 200px;
        box-sizing: border-box;
        border: 1px solid #fff;
        padding: 6px 18px;
        font-size: 22px;
        line-height: 40px;
        background: none;
        color: #fff; }
        .contact .box2 .tableBox .txt::-webkit-input-placeholder {
          color: #fff; }
        .contact .box2 .tableBox .txt:-moz-placeholder {
          color: #fff; }
        .contact .box2 .tableBox .txt:-ms-input-placeholder {
          color: #fff; }
      .contact .box2 .tableBox .submit {
        color: #fff;
        font-size: 26px;
        width: 200px;
        height: 48px;
        line-height: 46px;
        border: 1px solid #fff;
        box-sizing: border-box;
        display: block;
        margin: 55px auto 0;
        background: none; }
  @media (max-width: 1560px) {
    .contact .box1 .con .tits {
      font-size: 28px;
      line-height: 30px; }
    .contact .box1 .con .tit .t {
      font-size: 17px; }
      .contact .box1 .con .tit .t span {
        font-size: 19px; } }
  @media (max-width: 1366px) {
    .contact .box1 .con {
      margin-left: 4%;
      width: 44%; }
    .contact .box1 .con .tits {
      font-size: 24px;
      line-height: 26px; }
    .contact .box1 .con .tit .t {
      font-size: 16px;
      line-height: 32px;
      margin-bottom: 10px;
      padding-left: 40px; }
      .contact .box1 .con .tit .t span {
        font-size: 18px; }
    .contact .box2 .tableBox .t {
      margin-bottom: 24px; }
    .contact .box2 .tableBox .t .text {
      font-size: 18px;
      line-height: 30px;
      height: 60px; }
    .contact .box2 .tableBox .txt {
      font-size: 18px; }
    .contact .box2 .tableBox .submit {
      font-size: 20px; }
    .contact .box2 .tits {
      font-size: 20px;
      line-height: 50px; } }
  @media (max-width: 768px) {
    .contact .box1 .map {
      width: 100%;
      float: none;
      height: 320px; }
    .contact .box1 .con {
      width: 90%;
      margin: 0 auto;
      float: none;
      padding-top: 20px;
      padding-bottom: 25px; }
      .contact .box1 .con .tits {
        font-size: 18px;
        line-height: 20px; }
      .contact .box1 .con .tit {
        margin-top: 20px; }
        .contact .box1 .con .tit .t {
          font-size: 14px;
          line-height: 26px;
          background-size: 20px;
          padding-left: 30px; }
          .contact .box1 .con .tit .t span {
            font-size: 15px; }
    .contact .box2 {
      margin-top: 25px; }
      .contact .box2 .tableBox {
        margin-top: 20px;
        padding: 25px 15px; }
        .contact .box2 .tableBox .t {
          margin-bottom: 0; }
          .contact .box2 .tableBox .t .text {
            margin-bottom: 10px;
            font-size: 14px;
            height: 42px;
            width: 100%;
            float: none; }
        .contact .box2 .tableBox .txt {
          font-size: 14px;
          line-height: 24px; }
        .contact .box2 .tableBox .submit {
          width: 120px;
          height: 34px;
          line-height: 32px;
          font-size: 14px;
          margin: 20px auto 0; } }

.anchorBL {
  display: none !important; }

.BMapLabel {
  width: 230px !important;
  background-color: #fff !important;
  text-align: center;
  font-size: 20px !important;
  line-height: 40px !important;
  color: #333 !important;
  font-weight: bold !important;
  border: none !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  left: -107px !important;
  top: -55px !important; }
  @media (max-width: 768px) {
    .BMapLabel {
      font-size: 16px !important; } }

.aboutTitle {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #f7f8f8;
  font-size: 40px;
  line-height: 122px;
  position: relative;
  background-position: 172px 12px;
  background-repeat: no-repeat;
  background-image: url("../img/icon1.png"); }
  .aboutTitle span {
    position: relative;
    padding-left: 35px;
    z-index: 5; }
  .aboutTitle .m-video {
    width: 160px;
    height: 64px;
    border: 1px solid #f5bc48;
    text-align: center;
    font-size: 0;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%); }
    .aboutTitle .m-video span {
      font-size: 18px;
      line-height: 64px;
      color: #f5bc48;
      display: inline-block;
      padding-left: 48px;
      background-size: 38px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../img/video1.png"); }
  @media (max-width: 1366px) {
    .aboutTitle {
      font-size: 30px;
      line-height: 96px;
      background-position: 130px 12px;
      background-size: 200px; }
      .aboutTitle .m-video {
        width: 130px;
        height: 52px; }
        .aboutTitle .m-video span {
          font-size: 16px;
          line-height: 52px;
          background-size: 26px;
          padding-left: 32px; } }
  @media (max-width: 768px) {
    .aboutTitle {
      font-size: 20px;
      line-height: 60px;
      background-size: 120px;
      background-position: 95px 10px; }
      .aboutTitle span {
        padding-left: 20px; }
      .aboutTitle .m-video {
        width: 100px;
        height: 38px;
        right: 15px; }
        .aboutTitle .m-video span {
          font-size: 14px;
          line-height: 38px;
          background-size: 18px;
          padding-left: 24px; } }

.about {
  padding-bottom: 50px; }
  .about .content {
    margin-top: 74px; }
    .about .content .txt {
      font-size: 18px;
      line-height: 35px;
      color: #595757; }
    .about .content .itemBox {
      width: 100%;
      height: auto;
      margin-top: 45px; }
      .about .content .itemBox .item {
        padding: 65px 30px;
        box-sizing: border-box;
        background-color: #fbfbfb;
        margin-bottom: 15px; }
        .about .content .itemBox .item .itemNew {
          width: 100%;
          height: auto;
          position: relative; }
          .about .content .itemBox .item .itemNew .pic {
            width: 50%;
            float: right;
            border-top-left-radius: 25px;
            border-bottom-right-radius: 25px;
            overflow: hidden; }
          .about .content .itemBox .item .itemNew .con {
            width: 44.2%;
            float: left; }
            .about .content .itemBox .item .itemNew .con .tits {
              font-size: 24px;
              font-weight: 500;
              line-height: 26px; }
            .about .content .itemBox .item .itemNew .con .tit {
              font-size: 18px;
              line-height: 35px;
              color: #595757;
              margin-top: 0; }
              .about .content .itemBox .item .itemNew .con .tit span {
                font-size: 18px !important;
                line-height: 35px !important; }
        .about .content .itemBox .item:nth-child(2n) {
          background-color: #fff; }
          .about .content .itemBox .item:nth-child(2n) .itemNew .pic {
            float: left; }
          .about .content .itemBox .item:nth-child(2n) .itemNew .con {
            float: right; }
  @media (max-width: 1600px) {
    .about .content .txt {
      font-size: 16px;
      line-height: 32px; }
    .about .content .itemBox .item .itemNew .con .tit {
      font-size: 16px;
      line-height: 32px; }
      .about .content .itemBox .item .itemNew .con .tit span {
        font-size: 16px !important;
        line-height: 32px !important; }
    .about .content .itemBox .item .itemNew .con .tit {
      margin-top: 15px; } }
  @media (max-width: 1366px) {
    .about .content {
      margin-top: 50px; }
    .about .content .itemBox .item .itemNew .con {
      position: relative;
      float: left;
      left: auto;
      bottom: auto; }
    .about .content .itemBox .item:nth-child(2n) .itemNew .con {
      float: right;
      right: auto; }
    .about .content .itemBox .item {
      padding: 45px 20px; }
    .about .content .itemBox .item .itemNew .con {
      width: 46.2%; } }
  @media (max-width: 1200px) {
    .about .content {
      margin-top: 40px; }
    .about .content .itemBox {
      margin-top: 25px; }
    .about .content .itemBox .item {
      padding: 35px 15px;
      margin-bottom: 10px; }
      .about .content .itemBox .item .itemNew .con .tits {
        font-size: 20px;
        line-height: 22px; }
      .about .content .itemBox .item .itemNew .con .tit {
        font-size: 15px;
        line-height: 26px;
        margin-top: 10px; }
        .about .content .itemBox .item .itemNew .con .tit span {
          font-size: 15px !important;
          line-height: 26px !important; } }
  @media (max-width: 768px) {
    .about {
      padding-bottom: 30px; }
      .about .content {
        margin-top: 20px; }
      .about .content .txt {
        font-size: 14px;
        line-height: 26px; }
      .about .content .itemBox .item {
        padding: 0; }
      .about .content .itemBox .item .itemNew .pic {
        width: 100%;
        float: none !important; }
      .about .content .itemBox .item .itemNew .con {
        width: 90%;
        margin: 0 auto 0;
        float: none !important;
        padding: 15px 0; }
        .about .content .itemBox .item .itemNew .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .about .content .itemBox .item .itemNew .con .tit {
          font-size: 14px;
          line-height: 26px; }
          .about .content .itemBox .item .itemNew .con .tit span {
            font-size: 14px !important;
            line-height: 26px !important; } }

.culture .content {
  margin-top: 7.2%;
  padding-top: 8.5%;
  padding-bottom: 5.1%; }
  .culture .content .itemBox {
    width: 84.7%;
    margin: 0 auto; }
    .culture .content .itemBox .item {
      width: 48.7%;
      float: left;
      margin-bottom: 32px;
      background-color: #fff;
      border-top-left-radius: 25px;
      border-bottom-right-radius: 25px;
      text-align: center;
      padding-top: 56px;
      padding-bottom: 80px; }
      .culture .content .itemBox .item:nth-child(2n) {
        float: right; }
      .culture .content .itemBox .item .tits {
        font-size: 34px;
        line-height: 36px;
        color: #3e3a3a;
        font-weight: bold; }
      .culture .content .itemBox .item .tit {
        font-size: 22px;
        line-height: 34px;
        height: 68px;
        color: #898989;
        margin-top: 23px; }
      @media (min-width: 1024px) {
        .culture .content .itemBox .item:hover {
          box-shadow: 0px 11px 27.84px 1.16px rgba(0, 86, 180, 0.49); }
          .culture .content .itemBox .item:hover .tits {
            color: #0049a4; }
          .culture .content .itemBox .item:hover .tit {
            color: #0049a4; } }
@media (max-width: 1600px) {
  .culture .content .itemBox .item .tits {
    font-size: 30px;
    line-height: 32px; }
  .culture .content .itemBox .item .tit {
    font-size: 18px;
    line-height: 30px; } }
@media (max-width: 1200px) {
  .culture .content .itemBox .item .tits {
    font-size: 24px;
    line-height: 26px; }
  .culture .content .itemBox .item .tit {
    font-size: 16px;
    line-height: 26px; }
  .culture .content .itemBox {
    width: 94%; } }
@media (max-width: 768px) {
  .culture .content .itemBox {
    width: 80%; }
  .culture .content .itemBox .item {
    width: 100%;
    float: none !important;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 30px; }
    .culture .content .itemBox .item:last-child {
      margin-bottom: 0; }
    .culture .content .itemBox .item .tits {
      font-size: 20px;
      line-height: 22px; }
    .culture .content .itemBox .item .tit {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; } }

.technology {
  padding-bottom: 6.5%; }
  .technology .content {
    margin-top: 6.7%; }
    .technology .content .t1 {
      font-size: 22px;
      line-height: 24px;
      color: #898989; }
      .technology .content .t1 span {
        color: #0056b4;
        font-weight: bold; }
    .technology .content .t2 {
      font-size: 18px;
      line-height: 33px;
      color: #595757;
      margin-top: 16px; }
      .technology .content .t2 p {
        padding-left: 20px;
        position: relative; }
        .technology .content .t2 p:after {
          width: 6px;
          height: 6px;
          position: absolute;
          top: 13.5px;
          left: 6px;
          background-color: #0056b4;
          content: '';
          border-radius: 100%; }
    .technology .content .t3 {
      text-indent: 2em;
      font-size: 18px;
      line-height: 33px;
      color: #898989;
      margin-top: 53px; }
  .technology .list {
    width: 100%;
    position: relative;
    margin-top: 5.5%; }
    .technology .list .listNew {
      width: calc(100% - 180px);
      margin: 0 auto; }
      .technology .list .listNew ul li {
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        overflow: hidden;
        float: left;
        margin-right: 10px; }
    .technology .list .a {
      width: 90px;
      height: 90px;
      position: absolute;
      top: 50%;
      margin-top: -45px;
      background-position: center;
      background-repeat: no-repeat; }
      .technology .list .a.prev {
        background-image: url("../img/prev2.png");
        left: 0; }
      .technology .list .a.next {
        background-image: url("../img/next2.png");
        right: 0; }
  @media (max-width: 1366px) {
    .technology .content .t1 {
      font-size: 20px;
      line-height: 22px; }
    .technology .content .t2 {
      font-size: 16px; }
    .technology .content .t3 {
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 1200px) {
    .technology .content .t1 {
      font-size: 18px;
      line-height: 20px; }
    .technology .content .t3 {
      margin-top: 25px; } }
  @media (max-width: 768px) {
    .technology .content .t1 {
      font-size: 16px;
      line-height: 24px; }
    .technology .content .t2 {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; }
      .technology .content .t2 p:after {
        width: 4px;
        height: 4px;
        top: 10px; }
    .technology .content .t3 {
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px; }
    .technology .list .listNew {
      width: calc(100% - 50px); }
    .technology .list .a {
      width: 25px;
      height: 25px;
      margin-top: -12.5px;
      background-size: 10px; } }

.school {
  padding-bottom: 43px; }
  .school .content {
    margin-top: 6.7%; }
    .school .content .con {
      font-size: 18px;
      line-height: 33px;
      color: #898989;
      text-indent: 2em;
      letter-spacing: -1px; }
    .school .content .list {
      margin-top: 6.5%; }
      .school .content .list ul li {
        width: 46.1%;
        float: left;
        margin-bottom: 10px; }
        .school .content .list ul li:nth-child(2n) {
          float: right; }
        .school .content .list ul li .pic {
          overflow: hidden;
          border-top-left-radius: 25px;
          border-bottom-right-radius: 25px; }
        .school .content .list ul li .tits {
          text-align: center;
          font-size: 18px;
          line-height: 33px;
          height: 66px;
          color: #898989;
          margin-top: 20px; }
    .school .content .list1 {
      margin-top: 7.8%;
      padding-bottom: 30px; }
      .school .content .list1 .title {
        font-size: 20px;
        line-height: 22px;
        color: #0056b4;
        font-weight: bold; }
      .school .content .list1 ul {
        padding-bottom: 50px;
        margin-top: 45px; }
        .school .content .list1 ul li {
          width: 30.4%;
          border: 1px solid #c9c9c9;
          border-top-left-radius: 25px;
          border-bottom-right-radius: 25px;
          overflow: hidden;
          box-sizing: border-box;
          margin-right: 4.4%;
          float: left;
          margin-bottom: 30px; }
          .school .content .list1 ul li:nth-child(3n) {
            margin-right: 0; }
          .school .content .list1 ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .school .content .list1 ul li a .pic {
              overflow: hidden; }
              .school .content .list1 ul li a .pic img {
                transition: all 1.5s; }
            .school .content .list1 ul li a .conn {
              width: calc(100% - 34px);
              margin: 0 auto;
              border-top: 1px solid #e3e3e3;
              padding: 15px 8px 17px; }
              .school .content .list1 ul li a .conn .tits {
                font-size: 20px;
                line-height: 22px;
                color: #0056b4; }
              .school .content .list1 ul li a .conn .tit {
                font-size: 16px;
                line-height: 30px;
                height: 90px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #898989;
                margin-top: 13px; }
          @media (min-width: 1024px) {
            .school .content .list1 ul li:hover a .pic img {
              transform: scale(1.1); }
            .school .content .list1 ul li:hover a .conn {
              border-color: #0056b4; } }
      .school .content .list1 .more {
        width: 208px;
        height: 44px;
        line-height: 44px;
        margin: 0 auto;
        display: block;
        border: 1px solid #959595;
        border-radius: 10px;
        text-align: center;
        font-size: 18px;
        color: #565656; }
        @media (min-width: 1024px) {
          .school .content .list1 .more:hover {
            background-color: #0a4c9b;
            color: #fff;
            border-color: #0a4c9b; } }
  @media (max-width: 1366px) {
    .school .content .con {
      font-size: 16px;
      line-height: 28px; }
    .school .content .list ul li .tits {
      font-size: 16px;
      line-height: 28px;
      height: 56px; } }
  @media (max-width: 768px) {
    .school {
      padding-bottom: 20px; }
      .school .content .con {
        font-size: 14px;
        line-height: 24px; }
      .school .content .list ul li {
        width: 100%;
        float: none !important;
        margin-bottom: 15px; }
        .school .content .list ul li .pic {
          border-top-left-radius: 10px;
          border-bottom-right-radius: 10px; }
        .school .content .list ul li .tits {
          font-size: 14px;
          line-height: 22px;
          height: auto;
          margin-top: 5px; }
      .school .content .list1 .title {
        font-size: 18px;
        line-height: 20px; }
      .school .content .list1 ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px; }
      .school .content .list1 ul li a .conn .tits {
        font-size: 16px;
        line-height: 18px; }
      .school .content .list1 ul li a .conn .tit {
        font-size: 14px;
        line-height: 24px;
        height: 72px; }
      .school .content .list1 ul {
        margin-top: 15px;
        padding-bottom: 15px; }
      .school .content .list1 .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; }
      .school .content .list1 {
        padding-bottom: 15px; } }

.honor {
  padding-bottom: 3.9%; }
  .honor .list {
    margin-top: 7.1%; }
    .honor .list ul li {
      width: 30.3%;
      float: left;
      margin-right: 4.55%;
      margin-bottom: 50px; }
      .honor .list ul li:nth-child(3n) {
        margin-right: 0; }
      .honor .list ul li .img {
        width: 100%;
        padding-bottom: 72.6%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .honor .list ul li .tits {
        text-align: center;
        width: calc(100% - 30px);
        margin: 13px auto 0;
        font-size: 16px;
        line-height: 29px;
        height: 58px;
        font-weight: 300;
        color: #565656; }
    .honor .list .more {
      width: 208px;
      height: 44px;
      line-height: 44px;
      margin: 0 auto;
      display: block;
      border: 1px solid #959595;
      border-radius: 10px;
      text-align: center;
      font-size: 18px;
      color: #565656; }
      @media (min-width: 1024px) {
        .honor .list .more:hover {
          background-color: #0a4c9b;
          color: #fff;
          border-color: #0a4c9b; } }
  .honor .list1 {
    margin-top: 7.1%; }
    .honor .list1 ul {
      padding-bottom: 48px; }
      .honor .list1 ul li {
        width: 22.5%;
        float: left;
        margin-right: 3.3%;
        margin-bottom: 18px; }
        .honor .list1 ul li:nth-child(4n) {
          margin-right: 0; }
        .honor .list1 ul li .tits {
          text-align: center;
          font-size: 16px;
          line-height: 22px;
          height: 44px;
          color: #565656;
          margin-top: 30px; }
    .honor .list1 .more {
      width: 208px;
      height: 44px;
      line-height: 44px;
      margin: 0 auto;
      display: block;
      border: 1px solid #959595;
      border-radius: 10px;
      text-align: center;
      font-size: 18px;
      color: #565656; }
      @media (min-width: 1024px) {
        .honor .list1 .more:hover {
          background-color: #0a4c9b;
          color: #fff;
          border-color: #0a4c9b; } }
  @media (max-width: 1366px) {
    .honor .list ul li .tits {
      line-height: 26px; }
    .honor .list1 ul li {
      width: 32%;
      margin-right: 2%; }
      .honor .list1 ul li:nth-child(4n) {
        margin-right: 2%; }
      .honor .list1 ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .honor {
      padding-bottom: 30px; }
      .honor .list ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px; }
        .honor .list ul li:nth-child(3n) {
          margin-right: 3%; }
        .honor .list ul li:nth-child(2n) {
          margin-right: 0; }
        .honor .list ul li .tits {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          line-height: 22px;
          height: 44px;
          margin: 8px auto 0; }
      .honor .list .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; }
      .honor .list1 .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; }
      .honor .list1 ul {
        padding-bottom: 10px; }
      .honor .list1 ul li {
        width: 48.5%;
        margin-right: 3%; }
        .honor .list1 ul li:nth-child(3n) {
          margin-right: 3%; }
        .honor .list1 ul li:nth-child(2n) {
          margin-right: 0; }
        .honor .list1 ul li .tits {
          font-size: 14px;
          line-height: 22px;
          height: 44px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 10px; } }

.partners {
  padding-bottom: 4.4%; }
  .partners .list {
    margin-top: 7.1%; }
    .partners .list ul {
      padding-bottom: 40px; }
      .partners .list ul li {
        width: 23.9%;
        float: left;
        height: 97px;
        position: relative;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #e5e5e5;
        overflow: hidden;
        margin-right: 1.4%;
        box-sizing: border-box;
        margin-bottom: 40px; }
        .partners .list ul li:nth-child(4n) {
          margin-right: 0; }
        .partners .list ul li img {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .partners .list .more {
      width: 208px;
      height: 44px;
      line-height: 44px;
      margin: 0 auto;
      display: block;
      border: 1px solid #959595;
      border-radius: 10px;
      text-align: center;
      font-size: 18px;
      color: #565656; }
      @media (min-width: 1024px) {
        .partners .list .more:hover {
          background-color: #0a4c9b;
          color: #fff;
          border-color: #0a4c9b; } }
  @media (max-width: 1366px) {
    .partners .list ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .partners .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .partners .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .partners {
      padding-bottom: 30px; }
      .partners .list ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
        height: 60px; }
        .partners .list ul li:nth-child(3n) {
          margin-right: 3%; }
        .partners .list ul li:nth-child(2n) {
          margin-right: 0; }
        .partners .list ul li img {
          max-width: 90%;
          max-height: 40px; }
      .partners .list ul {
        padding-bottom: 20px; }
      .partners .list .more {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px; } }

.video .list {
  margin-top: 7.1%; }
  .video .list ul {
    padding-bottom: 45px; }
    .video .list ul li {
      width: 31.7%;
      float: left;
      margin-right: 2.45%;
      margin-bottom: 12px;
      cursor: pointer; }
      .video .list ul li:nth-child(3n) {
        margin-right: 0; }
      .video .list ul li .pic {
        overflow: hidden;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        position: relative; }
        .video .list ul li .pic .img {
          width: 100%;
          padding-bottom: 75.9%;
          background-position: center top;
          background-size: cover;
          background-repeat: no-repeat;
          transition: all 1.5s; }
        .video .list ul li .pic .icon {
          width: 56px;
          height: 56px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/instructions_icon.png"); }
      .video .list ul li .tits {
        width: calc(100% - 30px);
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        color: #595757;
        margin: 18px auto 0; }
      @media (min-width: 1024px) {
        .video .list ul li:hover .pic .img {
          transform: scale(1.1); } }
@media (max-width: 1366px) {
  .video .list ul li .tits {
    font-size: 16px; } }
@media (max-width: 768px) {
  .video .list ul {
    padding-bottom: 20px; }
  .video .list ul li {
    width: 48.5%;
    margin-right: 3%; }
    .video .list ul li:nth-child(3n) {
      margin-right: 3%; }
    .video .list ul li:nth-child(2n) {
      margin-right: 0; }
    .video .list ul li .pic {
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      .video .list ul li .pic .icon {
        width: 36px;
        height: 36px; }
    .video .list ul li .tits {
      font-size: 14px;
      line-height: 24px;
      height: 48px;
      margin: 5px auto 0; } }

.history {
  padding-bottom: 5.2%; }
  .history .tabsList {
    margin-top: 7.1%; }
    .history .tabsList ul {
      position: relative; }
      .history .tabsList ul:before {
        width: 100%;
        height: 1px;
        background-color: #959595;
        top: 95px;
        left: 0;
        position: absolute;
        content: ''; }
      .history .tabsList ul li {
        width: 22.9%;
        float: left;
        margin-right: 2.8%;
        height: 191px;
        position: relative; }
        .history .tabsList ul li:last-child {
          margin-right: 0; }
        .history .tabsList ul li:after {
          width: 20px;
          height: 20px;
          background-color: #efefef;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          content: '';
          position: absolute;
          border-radius: 100%; }
        .history .tabsList ul li .tits {
          border-top-left-radius: 25px;
          border-bottom-right-radius: 25px;
          background-color: #efefef;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          width: 100%;
          font-size: 20px;
          line-height: 63px;
          color: #898989;
          font-weight: bold;
          cursor: pointer; }
          .history .tabsList ul li .tits:after {
            width: 0;
            height: 0;
            bottom: -14px;
            left: 50%;
            margin-left: -14px;
            border-right: 14px solid transparent;
            border-left: 14px solid transparent;
            border-top: 14px solid #efefef;
            content: '';
            position: absolute; }
        .history .tabsList ul li:nth-child(2n) .tits {
          bottom: 0;
          top: auto; }
          .history .tabsList ul li:nth-child(2n) .tits:after {
            border-top: none;
            border-bottom: 14px solid #efefef;
            top: -14px;
            bottom: auto; }
        .history .tabsList ul li.on:after {
          background-color: #005ab0; }
        .history .tabsList ul li.on .tits {
          background-color: #005ab0;
          color: #fff; }
          .history .tabsList ul li.on .tits:after {
            border-top: 14px solid #005ab0; }
        .history .tabsList ul li.on:nth-child(2n) .tits:after {
          border-top: none;
          border-bottom: 14px solid #005ab0; }
  .history .list {
    margin-top: 10.9%;
    position: relative; }
    .history .list ul li .pic {
      width: 44.5%;
      overflow: hidden;
      border-top-left-radius: 25px;
      border-bottom-right-radius: 25px;
      float: left; }
    .history .list ul li .con {
      width: 50%;
      float: right; }
      .history .list ul li .con .tits {
        font-size: 26px;
        line-height: 28px;
        font-weight: 500;
        color: #595757; }
      .history .list ul li .con .tit {
        font-size: 18px;
        line-height: 35px;
        color: #565656;
        margin-top: 29px; }
    .history .list .btns {
      left: 50%;
      bottom: 8px !important;
      z-index: 10;
      position: absolute; }
      .history .list .btns span {
        width: 10px;
        height: 10px;
        border: 1px solid #ffba1e;
        border-right: 100%;
        box-sizing: border-box;
        display: block;
        margin-right: 7px;
        background: none;
        opacity: 1;
        float: left;
        border-radius: 10px; }
        .history .list .btns span.swiper-pagination-bullet-active {
          background-color: #ffba1e;
          width: 33px; }
  @media (max-width: 1660px) {
    .history .tabsList ul li .tits {
      font-size: 18px; } }
  @media (max-width: 1500px) {
    .history .tabsList ul li {
      width: 25%;
      margin-right: 0; }
    .history .list ul li .con .tit {
      font-size: 16px;
      line-height: 30px;
      margin-top: 15px; } }
  @media (max-width: 1366px) {
    .history .list ul li .con .tits {
      font-size: 22px;
      line-height: 24px; }
    .history .list .btns {
      width: 100%;
      position: relative;
      bottom: auto !important;
      left: auto;
      text-align: center;
      font-size: 0;
      margin-top: 15px; }
      .history .list .btns span {
        display: inline-block;
        float: none; }
    .history .tabsList ul li .tits {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    .history .tabsList ul li .tits {
      font-size: 16px;
      line-height: 24px;
      padding: 10px 0; } }
  @media (max-width: 768px) {
    .history .tabsList {
      width: 100%;
      overflow-x: scroll; }
      .history .tabsList ul {
        width: 720px; }
        .history .tabsList ul:before {
          top: 71px; }
        .history .tabsList ul li {
          height: 143px; }
          .history .tabsList ul li:after {
            width: 10px;
            height: 10px; }
          .history .tabsList ul li .tits {
            font-size: 14px;
            line-height: 26px;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px; }
            .history .tabsList ul li .tits:after {
              border-right: 10px solid transparent;
              border-left: 10px solid transparent;
              border-top: 10px solid #efefef;
              margin-left: -10px;
              bottom: -10px; }
          .history .tabsList ul li:nth-child(2n) .tits:after {
            border-bottom: 10px solid #efefef;
            top: -10px; }
          .history .tabsList ul li.on .tit:after {
            border-top: 10px solid #005ab0; }
    .history .list {
      margin-top: 25px; }
    .history .list ul li .pic {
      width: 100%;
      float: none; }
    .history .list ul li .con {
      width: 100%;
      float: none;
      padding-top: 15px; }
      .history .list ul li .con .tits {
        font-size: 18px;
        line-height: 18px; }
      .history .list ul li .con .tit {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px; } }

.vvvvv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .vvvvv .box {
    width: 900px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000; }
    .vvvvv .box video {
      width: 100%;
      height: 100%; }
    .vvvvv .box .close {
      width: 42px;
      height: 42px;
      position: absolute;
      top: 0;
      right: -42px;
      background-color: #004698;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/close2.png");
      display: block; }
  @media (max-width: 1024px) {
    .vvvvv .box {
      width: 100%;
      height: 360px; }
      .vvvvv .box .close {
        width: 30px;
        height: 30px;
        top: -30px;
        right: 0;
        background-size: 20px; } }

.Page {
  width: 100%;
  margin-top: 20px; }
  .Page ul {
    width: 100%;
    text-align: center;
    font-size: 0; }
    .Page ul li {
      display: inline-block; }
      .Page ul li span {
        padding: 0 15px;
        font-size: 16px;
        line-height: 30px;
        border: 1px solid #eee;
        width: auto !important;
        border-top-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        display: inline-block;
        margin: 0 5px !important;
        cursor: pointer; }
      .Page ul li.current span {
        background-color: #2056ae;
        border-color: #2056ae;
        color: #fff; }
  @media (max-width: 768px) {
    .Page ul li span {
      font-size: 14px;
      line-height: 26px;
      padding: 0 8px;
      margin: 0 3px !important; } }

/*# sourceMappingURL=style.css.map */
