@charset "UTF-8";
.fl {
  float: left; }

.fr {
  float: right; }

.main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.w1520 {
  width: 1520px;
  margin: 0 auto;
  max-width: 92%;
  position: relative; }

.w1200 {
  width: 1200px;
  margin: 0 auto;
  max-width: 92%;
  position: relative; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/*header*/
.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .header .logo {
    width: 209px;
    height: 80px;
    position: relative;
    display: block;
    float: left; }
    .header .logo img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .header .headerRight {
    float: right; }
    .header .headerRight .nav {
      float: left; }
      .header .headerRight .nav ul li {
        position: relative;
        float: left;
        margin: 0 20px;
        padding: 0 20px;
        cursor: pointer; }
        .header .headerRight .nav ul li .tits {
          font-size: 16px;
          line-height: 80px;
          color: #1c1c1c;
          display: block;
          position: relative; }
          .header .headerRight .nav ul li .tits:after {
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 15px;
            left: 0;
            content: '';
            display: none;
            background-color: #0090cd; }
        .header .headerRight .nav ul li .mnav {
          width: 155px;
          position: absolute;
          top: 80px;
          left: 50%;
          margin-left: -77.5px;
          padding-top: 10px;
          display: none; }
          .header .headerRight .nav ul li .mnav dl {
            width: 100%;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
            .header .headerRight .nav ul li .mnav dl dd {
              width: 130px;
              margin: 0 auto;
              border-bottom: 1px solid #e6e6e6; }
              .header .headerRight .nav ul li .mnav dl dd a {
                font-size: 16px;
                line-height: 50px;
                color: #222;
                display: block;
                position: relative; }
                .header .headerRight .nav ul li .mnav dl dd a:after {
                  width: 10px;
                  height: 10px;
                  box-sizing: border-box;
                  position: absolute;
                  top: 42%;
                  transform: translateX(-50%) rotate(-45deg);
                  right: 0;
                  content: '';
                  border-bottom: 1px solid #343434;
                  border-right: 1px solid #343434; }
                @media (min-width: 1024px) {
                  .header .headerRight .nav ul li .mnav dl dd a:hover {
                    color: #0090cd; } }
              .header .headerRight .nav ul li .mnav dl dd:last-child {
                border-bottom: none; }
        @media (min-width: 1024px) {
          .header .headerRight .nav ul li:hover .tits {
            color: #0090cd; }
            .header .headerRight .nav ul li:hover .tits:after {
              display: block; }
          .header .headerRight .nav ul li:hover .mnav {
            display: block;
            animation: mnavUp 0.5s forwards; } }
    .header .headerRight .searchBox {
      float: right;
      width: 40px;
      height: 40px;
      position: relative;
      overflow: hidden;
      border: 1px solid #1b95cc;
      box-sizing: border-box;
      transition: all 0.5s;
      border-radius: 20px;
      margin-top: 20px; }
      .header .headerRight .searchBox .text {
        width: 120px;
        padding-left: 10px;
        box-sizing: border-box;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        color: #333;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        background: none;
        border: none; }
      .header .headerRight .searchBox .submit {
        width: 38px;
        height: 38px;
        float: right;
        background: none;
        border: none;
        background-image: url("/static/www/img/search.png");
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 5;
        box-sizing: border-box; }
      @media (min-width: 1024px) {
        .header .headerRight .searchBox:hover .text{
          opacity: 1;
        }
        .header .headerRight .searchBox:hover {
          border-radius: 20px;
          width: 160px; } }
  .header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 16px;
    display: block;
    float: right;
    display: none; }
    .header .navClick span {
      width: 100%;
      height: 2px;
      background-color: #0085ca;
      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; }
  @media (max-width: 1200px) {
    .header .headerRight .nav ul li {
      padding: 0 15px;
      margin: 0 15px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px; }
      .header .logo {
        width: 126px;
        height: 50px; }
      .header .headerRight {
        display: none;
        background-color: rgba(255, 255, 255, 0.96);
        width: 100%;
        height: calc(100vh - 50px);
        top: 50px;
        left: 0;
        position: fixed; }
        .header .headerRight .searchBox {
          display: none; }
        .header .headerRight .nav {
          margin-right: 0;
          float: none;
          width: 100%;
          padding-top: 20px; }
          .header .headerRight .nav ul {
            width: 92%;
            margin: auto; }
            .header .headerRight .nav ul li {
              float: none;
              margin: 0;
              padding: 0; }
              .header .headerRight .nav ul li .tits {
                color: #0c1729;
                border-bottom: 1px solid #e5e5e5;
                font-size: 16px;
                line-height: 36px;
                height: auto;
                opacity: 1;
                font-weight: bold;
                padding: 0; }
              .header .headerRight .nav ul li .mnav {
                width: 100%;
                display: block;
                background: none;
                position: relative;
                top: auto;
                left: auto;
                height: auto;
                padding: 6px 0;
                margin-left: 0; }
                .header .headerRight .nav ul li .mnav dl {
                  width: auto;
                  margin-top: 0;
                  float: none;
                  background: none;
                  box-shadow: none; }
                  .header .headerRight .nav ul li .mnav dl dd {
                    width: auto;
                    float: none;
                    display: inline-block;
                    border: none;
                    margin-right: 15px; }
                    .header .headerRight .nav ul li .mnav dl dd a {
                      padding: 0;
                      font-size: 14px;
                      line-height: 36px;
                      border: none; }
                      .header .headerRight .nav ul li .mnav dl dd a:after {
                        display: none; }
              .header .headerRight .nav ul li.on .tits:after {
                display: none; }
      .header .navClick {
        display: block; } }

@keyframes mnavUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  30% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.index-banner {
  width: 100%;
  margin-top: 80px;
  height: auto;
  position: relative; }
  .index-banner ul {
    width: 100%;
    height: auto; }
    .index-banner ul li {
      width: 100%;
      height: auto;
      position: relative; }
      .index-banner ul li .m{
        display: none;
      }
      @media (max-width: 1024px){
        .index-banner{
          margin-top: 50px;
        }
        .index-banner ul li .pc{
          display: none;
        }
        .index-banner ul li .m{
          display: block;
        }
      }
      .index-banner ul li .con {
        position: absolute;
        width: 100%;
        top: 0;
        padding-top: 15.3%;
        color: #fff; }
        .index-banner ul li .con .tits {
          font-size: 24px;
          opacity: 0.7;
          line-height: 26px;
          transform: translateY(60px);
          opacity: 0;
          transition: all 1s; }
        .index-banner ul li .con .tit {
          font-size: 60px;
          line-height: 62px;
          font-weight: 600;
          margin-top: 15px;
          transform: translateY(60px);
          opacity: 0;
          transition: all 1s 0.2s; }
        .index-banner ul li .con .tit1 {
          font-size: 30px;
          line-height: 36px;
          opacity: 0.5;
          font-family: Arial;
          margin-top: 22px;
          transform: translateY(60px);
          opacity: 0;
          transition: all 1s 0.3s; }
        .index-banner ul li .con .more {
          width: 60px;
          height: 60px;
          border-radius: 100%;
          border: 2px solid rgba(255, 255, 255, 0.35);
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("/static/www/img/icon1.png");
          display: block;
          margin-top: 46px;
          transform: translateY(60px);
          opacity: 0;
          transition: all 1s 0.4s; }
      .index-banner ul li.swiper-slide-active .con .tits {
        opacity: 0.7;
        transform: translateY(0); }
      .index-banner ul li.swiper-slide-active .con .tit1 {
        opacity: 0.5;
        transform: translateY(0); }
      .index-banner ul li.swiper-slide-active .con .more, .index-banner ul li.swiper-slide-active .con .tit {
        opacity: 1;
        transform: translateY(0); }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 85px;
    left: 0;
    z-index: 10; }
    .index-banner .btns .btnsNew {
      font-size: 16px;
      line-height: 24px;
      color: #8088a8;
      font-family: Arial;
      float: left;
      width: auto; }
      .index-banner .btns .btnsNew .swiper-pagination-current {
        font-size: 24px;
        opacity: 1;
        color: #fff; }
    .index-banner .btns .line {
      width: 235px;
      height: 1px;
      position: relative;
      float: left;
      background-color: rgba(255, 255, 255, 0.5);
      margin-left: 22px;
      margin-top: 15px; }
      .index-banner .btns .line .lineNew {
        width: 0%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff; }
        .index-banner .btns .line .lineNew.on {
          animation: dotOn 6s; }
  .index-banner .scroll {
    width: 14px;
    position: absolute;
    right: calc((100% - 1520px)/2 - 7px);
    bottom: 115px;
    z-index: 15; }
    @media (max-width: 1660px) {
      .index-banner .scroll {
        right: 4%; } }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .index-banner ul li .con .tit {
      font-size: 42px;
      line-height: 44px; }
    .index-banner ul li .con .it1 {
      font-size: 24px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .index-banner ul li .con .tits {
      font-size: 16px;
      line-height: 18px; }
    .index-banner ul li .con .tit {
      font-size: 32px;
      line-height: 34px; }
    .index-banner ul li .con .tit1 {
      font-size: 18px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    /*.index-banner {
      height: 50vh; }
      .index-banner ul li {
        height: 50vh; }*/
      .index-banner ul li .con {
        padding-top: 4%; }
        .index-banner ul li .con .tits {
          font-size: 14px;
          line-height: 16px; }
        .index-banner ul li .con .tit {
          font-size: 24px;
          line-height: 26px;
          margin-top: 8px; }
        .index-banner ul li .con .tit1 {
          font-size: 14px;
          line-height: 20px;
          margin-top: 10px;
          opacity: 1; }
          .index-banner ul li .con .tit1 br {
            display: none; }
        .index-banner ul li .con .more {
          width: 40px;
          height: 40px;
          margin-top: 25px;
          background-size: 16px; }
      .index-banner .btns {
        bottom: 25px; }
        .index-banner .btns .line {
          width: 180px; }
      .index-banner .scroll {
        width: 10px;
        bottom: 25px; }
      .index-banner ul li.swiper-slide-active .con .tit1 {
        opacity: 1; } }

@keyframes dotOn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/*首页*/
.index .box1 {
  padding-top: 6%; }
  .index .box1 .title {
    text-align: center;
    width: 100%;
    position: relative; }
    .index .box1 .title .en {
      font-size: 120px;
      line-height: 120px;
      color: #f2f2f2;
      width: 100%;
      font-weight: bold;
      position: absolute;
      text-transform: uppercase;
      top: -50px;
      left: 0; }
    .index .box1 .title .cn {
      font-size: 42px;
      line-height: 44px;
      color: #333;
      font-weight: 600;
      position: relative;
      z-index: 4; }
    .index .box1 .title .line {
      width: 120px;
      height: 2px;
      background-color: #005cac;
      margin: 40px auto 0;
      position: relative;
      z-index: 4; }
  .index .box1 .list {
    margin-top: 5.1%; }
    .index .box1 .list ul li {
      width: 23.5%;
      float: left;
      margin-right: 2%;
      overflow: hidden; }
      .index .box1 .list ul li:last-child {
        margin-right: 0; }
      .index .box1 .list ul li a {
        width: 100%;
        height: auto;
        display: block;
        position: relative; }
        .index .box1 .list ul li a .bg {
          width: 100%;
          height: 100%;
          background-position: center bottom;
          position: absolute;
          top: 0;
          bottom: 0;
          background-image: url("/static/www/img/index_bg1.png");
          transition: all 0.5s; }
        .index .box1 .list ul li a .con {
          width: calc(100% - 60px);
          position: absolute;
          bottom: -151px;
          left: 30px;
          z-index: 4;
          color: #fff;
          height: auto;
          transition: all 0.5s; }
          .index .box1 .list ul li a .con .en {
            font-size: 24px;
            line-height: 26px;
            opacity: 0.7; }
          .index .box1 .list ul li a .con .cn {
            font-size: 30px;
            line-height: 32px;
            margin-top: 15px; }
          .index .box1 .list ul li a .con .line {
            width: 50px;
            height: 2px;
            background-color: #fff;
            margin-top: 30px; }
          .index .box1 .list ul li a .con .txt {
            font-size: 14px;
            line-height: 24px;
            height: 72px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 335px;
            max-width: 100%;
            margin-top: 22px;
            opacity: 0; }
          .index .box1 .list ul li a .con .more {
            width: 60px;
            height: 60px;
            box-sizing: border-box;
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("/static/www/img/icon1.png");
            margin-top: 37px;
            opacity: 0; }
      @media (min-width: 1024px) {
        .index .box1 .list ul li:hover a .bg {
          background: rgba(0, 0, 0, 0.5) !important; }
        .index .box1 .list ul li:hover a .con {
          bottom: 40px; }
          .index .box1 .list ul li:hover a .con .txt {
            opacity: 0.7; }
          .index .box1 .list ul li:hover a .con .more {
            opacity: 1; } }
  .index .box1 .img {
    width: 7.76%;
    position: absolute;
    top: 14%;
    right: 0; }
.index .box2 {
  margin-top: 3.6%;
  position: relative;
  width: 100%; }
  .index .box2 .content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10.4%; }
    .index .box2 .content .title {
      position: relative; }
      .index .box2 .content .title .en {
        font-size: 120px;
        line-height: 120px;
        color: #fff;
        opacity: 0.2;
        position: absolute;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 23px;
        top: -42px;
        left: -160px; }
      .index .box2 .content .title .cn {
        font-size: 42px;
        line-height: 44px;
        color: #fff;
        font-weight: 600;
        position: relative;
        z-index: 4; }
      .index .box2 .content .title .line {
        width: 120px;
        height: 2px;
        background: #fff;
        margin-top: 42px;
        position: relative;
        z-index: 4; }
    .index .box2 .content .con {
      width: 845px;
      max-width: 100%;
      margin-top: 6.25%; }
      .index .box2 .content .con .txt {
        font-size: 16px;
        line-height: 24px;
        color: #fff; }
      .index .box2 .content .con .more {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 46px;
        color: #fff;
        font-weight: 400;
        border: 2px solid #fff;
        display: block;
        text-align: center;
        margin-top: 5.6%;
        transition: all 0.5s; }
        @media (min-width: 1024px) {
          .index .box2 .content .con .more:hover {
            background-color: #1b95cc;
            border-color: #1b95cc; } }
.index .box3 {
  width: 100%;
  height: auto;
  position: relative; }
  .index .box3 .content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 9.2%; }
    .index .box3 .content .title {
      width: 100%;
      text-align: center;
      position: relative; }
      .index .box3 .content .title .en {
        font-size: 120px;
        line-height: 120px;
        color: #e3e5e4;
        opacity: 0.1;
        text-transform: uppercase;
        font-family: Arial;
        font-weight: bold; }
      .index .box3 .content .title .cn {
        width: 100%;
        text-align: center;
        font-size: 42px;
        line-height: 44px;
        color: #e3e5e4;
        font-weight: 600;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
    .index .box3 .content .itemBox {
      width: 100%;
      height: auto;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      box-sizing: border-box;
      margin-top: 16.5%; }
      .index .box3 .content .itemBox .item {
        width: 33.33333%;
        float: left;
        text-align: center;
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        box-sizing: border-box; }
        .index .box3 .content .itemBox .item .t {
          font-size: 18px;
          line-height: 20px; }
        .index .box3 .content .itemBox .item .t1 {
          font-size: 72px;
          line-height: 55px;
          height: 50px;
          font-weight: bold;
          font-family: Arial;
          margin-top: 28px; }
          .index .box3 .content .itemBox .item .t1 span {
            font-size: 36px; }
.index .box4 {
  padding-top: 5.2%;
  padding-bottom: 4.2%; }
  .index .box4 .title {
    text-align: center;
    position: relative; }
    .index .box4 .title .en {
      font-size: 120px;
      line-height: 120px;
      color: #fafafa;
      width: 100%;
      position: absolute;
      left: 0;
      text-align: center;
      top: -35px;
      text-transform: uppercase;
      font-weight: bold;
      font-family: Arial; }
    .index .box4 .title .cn {
      font-size: 42px;
      line-height: 44px;
      color: #1c1c1c;
      font-weight: 600;
      position: relative;
      z-index: 4; }
    .index .box4 .title .line {
      width: 50px;
      height: 4px;
      margin: 20px auto 0;
      background-color: #333;
      position: relative;
      z-index: 4; }
  .index .box4 .top {
    margin-top: 47px; }
    .index .box4 .top ul li a {
      width: 100%;
      display: block; }
      .index .box4 .top ul li a .pic {
        width: 38.8%;
        height: auto;
        padding-bottom: 21.8%;
        overflow: hidden;
        position: relative;
        float: left; }
        .index .box4 .top ul li a .pic .img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: all 1s; }
      .index .box4 .top ul li a .con {
        width: 530px;
        float: left;
        margin-left: 3.75%;
        max-width: 57.45%;
        padding-top: 30px; }
        .index .box4 .top ul li a .con .time {
          font-size: 16px;
          line-height: 18px;
          color: #222;
          font-family: Arial; }
        .index .box4 .top ul li a .con .tits {
          font-size: 24px;
          line-height: 26px;
          height: 26px;
          color: #1c1c1c;
          font-weight: 600;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 13px; }
        .index .box4 .top ul li a .con .tit {
          font-size: 14px;
          line-height: 24px;
          height: 48px;
          color: #999;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 12px; }
        .index .box4 .top ul li a .con .more {
          width: 180px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          font-size: 16px;
          color: #fff;
          border-radius: 25px;
          font-weight: 500;
          background-color: #0085ca;
          margin-top: 45px; }
    @media (min-width: 1024px) {
      .index .box4 .top ul li:hover a .pic .img {
        transform: scale(1.1); } }
    .index .box4 .top .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      margin-top: 20px; }
      .index .box4 .top .btns span {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        display: inline-block;
        margin: 0 10px;
        background-color: #ccc;
        opacity: 1;
        cursor: pointer; }
        .index .box4 .top .btns span.swiper-pagination-bullet-active {
          background-color: #000; }
    .index .box4 .top .btns1 {
      position: absolute;
      bottom: 30px;
      right: 0;
      z-index: 10; }
      .index .box4 .top .btns1 a {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background-color: #d5d5d5;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        float: left; }
        .index .box4 .top .btns1 a.prev {
          background-image: url("/static/www/img/prev.png"); }
        .index .box4 .top .btns1 a.next {
          background-image: url("/static/www/img/next.png");
          margin-left: 30px; }
        @media (min-width: 1024px) {
          .index .box4 .top .btns1 a:hover {
            background-color: #0085ca; } }
  .index .box4 .list {
    margin-top: 66px; }
    .index .box4 .list ul li {
      width: 32%;
      float: left;
      margin-right: 2%; }
      .index .box4 .list ul li:nth-child(3n) {
        margin-right: 0; }
      .index .box4 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index .box4 .list ul li a .pic {
          width: 100%;
          height: auto;
          position: relative;
          padding-bottom: 56.1%;
          overflow: hidden; }
          .index .box4 .list ul li a .pic .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 1.5s; }
        .index .box4 .list ul li a .tits {
          font-size: 18px;
          line-height: 20px;
          height: 20px;
          color: #1c1c1c;
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 27px; }
        .index .box4 .list ul li a .tit {
          font-size: 14px;
          line-height: 18px;
          height: 36px;
          color: #999;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 17px; }
        .index .box4 .list ul li a .more {
          width: 60px;
          height: 60px;
          border-radius: 100%;
          box-sizing: border-box;
          border: 2px solid #a3a3a3;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("/static/www/img/icon2.png");
          margin-top: 17px; }
      @media (min-width: 1024px) {
        .index .box4 .list ul li:hover a .pic .img {
          transform: scale(1.1); } }
  .index .box4 .moreBut {
    width: 180px;
    height: 50px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #0085ca;
    font-weight: 500;
    display: block;
    margin: 30px auto 0;
    border: 1px solid #0085ca;
    border-radius: 25px; }
@media (max-width: 1550px) {
  .index .box2 .content .title .en {
    left: -100px; } }
@media (max-width: 1366px) {
  .index .box1 .title .cn {
    font-size: 32px;
    line-height: 34px; }
  .index .box1 .title .line {
    margin: 24px auto 0; }
  .index .box1 .title .en {
    font-size: 90px;
    line-height: 90px;
    top: -32px; }
  .index .box1 .list ul li a .con .en {
    font-size: 20px;
    line-height: 22px; }
  .index .box1 .list ul li a .con .cn {
    font-size: 24px;
    line-height: 26px; }
  .index .box2 .content .title .cn {
    font-size: 32px;
    line-height: 34px; }
  .index .box2 .content .title .line {
    margin-top: 25px; }
  .index .box2 .content .title .en {
    font-size: 90px;
    line-height: 90px;
    left: -40px;
    top: -34px;
    letter-spacing: 10px; }
  .index .box3 .content .title .cn {
    font-size: 32px;
    line-height: 34px; }
  .index .box3 .content .title .en {
    font-size: 90px;
    line-height: 90px; }
  .index .box3 .content .itemBox .item .t1 {
    font-size: 56px;
    margin-top: 15px; }
  .index .box4 .title .cn {
    font-size: 32px;
    line-height: 34px; }
  .index .box4 .title .line {
    margin: 24px auto 0; }
  .index .box4 .title .en {
    font-size: 90px;
    line-height: 90px;
    top: -32px; }
  .index .box4 .top ul li a .con .tits {
    font-size: 20px;
    line-height: 22px;
    height: 22px; }
  .index .box4 .top ul li a .con .more {
    margin-top: 25px; } }
@media (max-width: 1200px) {
  .index .box4 .top ul li a .pic {
    padding-bottom: 28.6%; }
  .index .box4 .list {
    margin-top: 40px; } }
@media (max-width: 1024px) {
  .index .box1 .title .cn {
    font-size: 24px;
    line-height: 26px; }
  .index .box1 .title .line {
    width: 85px;
    margin: 12px auto 0; }
  .index .box1 .title .en {
    font-size: 60px;
    line-height: 60px;
    top: -20px; }
  .index .box1 .list ul li a .con .en {
    font-size: 14px;
    line-height: 16px; }
  .index .box1 .list ul li a .con .cn {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px; }
  .index .box1 .list ul li a .con .line {
    margin-top: 10px; }
  .index .box1 .list ul li a .con {
    width: calc(100% - 30px);
    bottom: 20px;
    left: 15px; }
  .index .box1 .list ul li a .con .txt {
    opacity: 1;
    margin-top: 7px; }
  .index .box1 .list ul li a .con .more {
    width: 40px;
    height: 40px;
    opacity: 1;
    margin-top: 10px; }
  .index .box1 .list ul li a .bg {
    background: rgba(0, 0, 0, 0.5); }
  .index .box2 .content .title .cn {
    font-size: 24px;
    line-height: 26px; }
  .index .box2 .content .title .line {
    width: 85px;
    margin-top: 10px; }
  .index .box2 .content .title .en {
    font-size: 60px;
    line-height: 60px;
    top: -20px;
    left: -10px;
    letter-spacing: 5px; }
  .index .box2 .content .con .txt {
    font-size: 14px;
    line-height: 22px; }
  .index .box2 .content .con .more {
    width: 120px;
    height: 40px;
    line-height: 36px;
    font-size: 14px; }
  .index .box3 .content .title .cn {
    font-size: 24px;
    line-height: 26px; }
  .index .box3 .content .title .en {
    font-size: 60px;
    line-height: 60px; }
  .index .box3 .content .itemBox {
    margin-top: 10%; }
  .index .box3 .content .itemBox .item .t {
    font-size: 16px;
    line-height: 18px; }
  .index .box3 .content .itemBox .item .t1 {
    font-size: 38px;
    line-height: 30px;
    height: 30px; }
    .index .box3 .content .itemBox .item .t1 span {
      font-size: 26px; }
  .index .box4 .title .cn {
    font-size: 24px;
    line-height: 26px; }
  .index .box4 .title .line {
    width: 85px;
    margin: 12px auto 0; }
  .index .box4 .title .en {
    font-size: 60px;
    line-height: 60px;
    top: -20px; }
  .index .box4 .top ul li a .con .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px; }
  .index .box4 .top .btns1 a {
    width: 40px;
    height: 40px; }
  .index .box4 .top .btns1 a.next {
    margin-left: 20px; }
  .index .box4 .top {
    margin-top: 25px; }
  .index .box4 .list ul li a .more {
    width: 40px;
    height: 40px;
    background-size: 18px; }
  .index .box4 .moreBut {
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    margin: 10px auto 0; } }
@media (max-width: 768px) {
  .index .box1 .list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px; }
  .index .box1 .title .cn {
    font-size: 20px;
    line-height: 22px; }
  .index .box1 .title .line {
    width: 60px;
    margin: 12px auto 0; }
  .index .box1 .title .en {
    font-size: 44px;
    line-height: 44px;
    top: -13px; }
  .index .box2 .content .title .cn {
    font-size: 20px;
    line-height: 22px; }
  .index .box2 .content .title .line {
    width: 60px; }
  .index .box2 .content .title .en {
    font-size: 44px;
    line-height: 44px;
    top: -13px; }
  .index .box2 .content {
    padding-top: 5%; }
  .index .box2 {
    overflow: hidden; }
    .index .box2 img {
      width: 140%;
      margin-left: -20%; }
  .index .box3 .content .title .cn {
    font-size: 20px;
    line-height: 22px; }
  .index .box3 .content .title .en {
    font-size: 44px;
    line-height: 44px;
    top: -13px; }
  .index .box3 {
    overflow: hidden; }
    .index .box3 img {
      width: 140%;
      margin-left: -20%; }
    .index .box3 .content {
      padding-top: 14%; }
  .index .box3 .content .itemBox .item .t {
    font-size: 12px;
    line-height: 14px; }
  .index .box3 .content .itemBox .item .t1 {
    font-size: 28px; }
    .index .box3 .content .itemBox .item .t1 span {
      font-size: 16px; }
  .index .box4 .list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px; }
  .index .box4 .title .cn {
    font-size: 20px;
    line-height: 22px;
    top: -10px; }
  .index .box4 .title .line {
    width: 60px;
    margin: 12px auto 0; }
  .index .box4 .title .cn {
    font-size: 20px;
    line-height: 22px; }
  .index .box4 .title .en {
    font-size: 44px;
    line-height: 44px; }
  .index .box4 .top ul li a .pic {
    width: 100%;
    float: none;
    padding-bottom: 50%; }
  .index .box4 .top ul li a .con {
    width: 100%;
    float: none;
    margin-left: 0;
    max-width: 100%;
    margin-top: 10px; }
    .index .box4 .top ul li a .con .time {
      font-size: 12px;
      line-height: 14px; }
    .index .box4 .top ul li a .con .tits {
      font-size: 16px;
      line-height: 18px;
      height: 18px;
      margin-top: 5px; }
    .index .box4 .top ul li a .con .tit {
      margin-top: 7px; }
    .index .box4 .top ul li a .con .more {
      margin-top: 10px; }
  .index .box4 .top .btns1 a {
    width: 36px;
    height: 36px;
    background-size: 8px; }
    .index .box4 .top .btns1 a.next {
      margin-left: 10px; }
  .index .box4 {
    padding-top: 10%; }
  .index .box4 .list {
    margin-top: 20px; }
  .index .box4 .list ul li a .tits {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    height: 18px; }
  .index .box4 .list ul li a .tit {
    margin-top: 6px; } }
@media (max-width: 500px) {
  .index .box2 {
    overflow: hidden; }
    .index .box2 img {
      width: 180%;
      margin-left: -40%; }
  .index .box2 .content .con .txt {
    font-size: 13px;
    line-height: 22px; } }

/*footer*/
.footer {
  background-color: #f2f2f2;
  padding-top: 55px; }
  .footer .footerNew {
    padding-bottom: 20px; }
    .footer .footerNew .footerLeft {
      float: left; }
      .footer .footerNew .footerLeft .logo {
        width: 251px;
        display: block; }
      .footer .footerNew .footerLeft .txt {
        font-size: 16px;
        line-height: 36px;
        color: #333;
        margin-top: 20px; }
        .footer .footerNew .footerLeft .txt .t {
          padding-left: 52px;
          background-position: 4px center;
          background-repeat: no-repeat; }
          .footer .footerNew .footerLeft .txt .t a{
            color: #333;
          }
    .footer .footerNew .nav {
      width: 47.7%;
      float: left;
      margin-left: 15.1%; }
      .footer .footerNew .nav dl {
        width: 20%;
        float: left; }
        .footer .footerNew .nav dl dt {
          margin-bottom: 14px; }
          .footer .footerNew .nav dl dt a {
            font-size: 16px;
            line-height: 24px;
            color: #1c1c1c; }
        .footer .footerNew .nav dl dd a {
          font-size: 14px;
          line-height: 36px;
          color: #4c4c4c; }
          @media (min-width: 1024px) {
            .footer .footerNew .nav dl dd a:hover {
              color: #000; } }
    .footer .footerNew .footerRight {
      float: right; }
      .footer .footerNew .footerRight .share a {
        float: right;
        width: 48px;
        height: 48px;
        border: 1px solid #ccc;
        display: block;
        margin-left: 19px;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        box-sizing: border-box;
        border-radius: 100%; }
        .footer .footerNew .footerRight .share a .img{
          width: 120px;
          height: 120px;
          background-color: #fff;
          position: absolute;
          bottom: 50px;
          left: 50%;
          margin-left: -60px;
          box-sizing: border-box;
          border-radius: 10px;
          display: none;
          padding: 10px;
          box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        }
        .footer .footerNew .footerRight .share a .img img{
          width: 100%;
          height: 100%;
        }
        .footer .footerNew .footerRight .share a.wb {
          background-image: url("/static/www/img/wb1.png"); }
        .footer .footerNew .footerRight .share a.wx {
          background-image: url("/static/www/img/wx1.png"); }
          .footer .footerNew .footerRight .share a:hover .img{
            display: block;
          }
      .footer .footerNew .footerRight .linkBox {
        width: 180px;
        hyphens: auto;
        position: relative;
        margin-top: 115px; }
        .footer .footerNew .footerRight .linkBox .t {
          width: 100%;
          height: 40px;
          box-sizing: border-box;
          border: 1px solid #ccc;
          padding-left: 15px;
          font-size: 16px;
          line-height: 38px;
          color: #333;
          cursor: pointer; }
          .footer .footerNew .footerRight .linkBox .t:after {
            width: 8px;
            height: 8px;
            border-left: 1px solid #333;
            border-bottom: 1px solid #333;
            content: '';
            position: absolute;
            right: 15px;
            top: 44%;
            transform: translateY(-50%) rotate(-45deg); }
        .footer .footerNew .footerRight .linkBox ul {
          width: 100%;
          height: auto;
          position: absolute;
          bottom: 39px;
          left: 0;
          box-sizing: border-box;
          border: 1px solid #ccc;
          display: none; }
          .footer .footerNew .footerRight .linkBox ul li a {
            display: block;
            font-size: 14px;
            line-height: 36px;
            padding-left: 15px;
            height: 36px;
                display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
            box-sizing: border-box;
            background-color: #f2f2f2;
            color: #333; }
  .footer .foot {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    font-family: Arial; }
  @media (max-width: 1440px) {
    .footer .footerNew .nav {
      margin-left: 6.1%; } }
  @media (max-width: 1200px) {
    .footer .footerNew .footerLeft .txt {
      font-size: 14px;
      line-height: 30px; }
    .footer .footerNew .footerLeft .logo {
      width: 200px; } }
  @media (max-width: 1100px) {
    .footer .footerNew .nav {
      display: none; } }
  @media (max-width: 768px) {
    .footer {
      padding-top: 24px; }
      .footer .footerNew .footerLeft .txt .t {
        background-size: 24px;
        padding-left: 35px; }
      .footer .footerNew .footerLeft {
        float: none; }
      .footer .footerNew .footerRight {
        float: none;
        margin-top: 15px; }
        .footer .footerNew .footerRight .share {
          float: left; }
          .footer .footerNew .footerRight .share a {
            margin-left: 0;
            margin-right: 10px;
            float: left;
            width: 40px;
            background-size: 15px;
            height: 40px; }
        .footer .footerNew .footerRight .linkBox {
          display: none; }
      .footer .foot {
        font-size: 12px;
        line-height: 45px; } }

.bgColor {
  background-color: #f5f5f7; }

.banner {
  width: 100%;
  height: 280px;
  margin-top: 80px;
  position: relative; }
  .banner .con {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff; }
    .banner .con .en {
      font-size: 14px;
      line-height: 16px;
      font-family: Arial;
      text-transform: uppercase; }
    .banner .con .cn {
      font-size: 36px;
      line-height: 38px;
      font-weight: 500;
      margin-top: 7px; }
    .banner .con .line {
      width: 53px;
      height: 4px;
      background-color: #fff;
      margin: 30px auto 0; }
  @media (max-width: 1200px) {
    .banner .con .cn {
      font-size: 26px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    .banner {
      height: 195px;
      margin-top: 50px; }
      .banner .con .cn {
        font-size: 20px;
        line-height: 22px; }
      .banner .con .line {
        margin: 10px auto 0;
        height: 2px; } }

.home {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 200;
  padding-top: 27px; }
  .home a {
    color: #fff;
    float: left; }
  .home i {
    float: left; }
  .home span {
    width: 40px;
    height: 20px;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/www/img/home.png"); }
  @media (max-width: 1200px) {
    .home {
      font-size: 15px; } }
  @media (max-width: 1024px) {
    .home {
      padding-top: 12px;
      font-size: 13px;
      line-height: 16px; }
      .home span {
        height: 16px;
        width: 24px; } }

.navTop {
  border-bottom: 1px solid #e6e6e6; }
  .navTop .w1200 {
    text-align: center;
    font-size: 0; }
    .navTop .w1200 a {
      width: 33.33333%;
      display: inline-block;
      border-left: 1px solid #e6e6e6;
      line-height: 77px;
      text-align: center;
      color: #222;
      font-size: 18px;
      box-sizing: border-box; }
      .navTop .w1200 a:last-child {
        border-right: 1px solid #e6e6e6; }
      .navTop .w1200 a.on {
        background-color: #0c8ec9;
        font-weight: 500;
        color: #fff; }
  @media (max-width: 1200px) {
    .navTop a {
      font-size: 16px;
      line-height: 60px; } }
  @media (max-width: 1024px) {
    .navTop {
      display: none; } }

/*FAQ*/
.FAQ .content {
  margin-top: 50px;
  padding-bottom: 5.2%; }
  .FAQ .content .contentNew {
    padding: 55px 50px 0;
    box-sizing: border-box;
    background-color: #fff; }
    .FAQ .content .contentNew .title {
      text-align: center;
      font-size: 30px;
      line-height: 30px;
      color: #333; }
    .FAQ .content .contentNew .list {
      margin-top: 40px; }
      .FAQ .content .contentNew .list ul li {
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding: 30px 0; }
        .FAQ .content .contentNew .list ul li .con {
          width: calc(100% - 200px); }
          .FAQ .content .contentNew .list ul li .con .t {
            font-size: 18px;
            line-height: 20px;
            color: #333;
            height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .FAQ .content .contentNew .list ul li .con .t1 {
            width: 100%;
            font-size: 14px;
            line-height: 18px;
            height: 36px;
            color: #808080;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 19px; }
        .FAQ .content .contentNew .list ul li a {
          width: 130px;
          height: 40px;
          border-radius: 20px;
          background-color: #0085ca;
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          text-align: center;
          font-size: 0; }
          .FAQ .content .contentNew .list ul li a span {
            display: inline-block;
            padding-left: 25px;
            background-position: left center;
            background-image: url("/static/www/img/icon3.png");
            background-repeat: no-repeat;
            font-size: 16px;
            line-height: 40px;
            color: #fff; }
    .FAQ .content .contentNew .list1 {
      margin-top: 40px; }
      .FAQ .content .contentNew .list1 ul li {
        position: relative;
        border-top: 1px solid #e6e6e6; }
        .FAQ .content .contentNew .list1 ul li a {
          padding: 32px 0;
          display: block;
          width: 100%; }
          .FAQ .content .contentNew .list1 ul li a .t {
            padding-left: 78px;
            font-size: 18px;
            line-height: 40px;
            color: #222;
            width: calc(100% - 200px);
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("/static/www/img/pdf.png"); }
          .FAQ .content .contentNew .list1 ul li a .but {
            width: 130px;
            height: 40px;
            border-radius: 20px;
            border: 1px solid #e6e6e6;
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            text-align: center;
            font-size: 0; }
            .FAQ .content .contentNew .list1 ul li a .but span {
              display: inline-block;
              padding-left: 25px;
              background-position: left center;
              background-image: url("/static/www/img/icon6.png");
              background-repeat: no-repeat;
              font-size: 16px;
              line-height: 40px;
              color: #222; }
        @media (min-width: 1024px) {
          .FAQ .content .contentNew .list1 ul li:hover a .t {
            color: #0085ca;
            background-image: url("/static/www/img/pdf_h.png"); }
          .FAQ .content .contentNew .list1 ul li:hover a .but {
            border-color: #0085ca;
            background-color: #0085ca; }
            .FAQ .content .contentNew .list1 ul li:hover a .but span {
              color: #fff;
              background-image: url("/static/www/img/icon6_h.png"); } }
  .FAQ .content .butClick {
    background-color: #fff;
    margin-top: 10px;
    display: block;
    font-size: 0;
    text-align: center; }
    .FAQ .content .butClick span {
      padding-right: 30px;
      background-repeat: no-repeat;
      background-position: right center;
      font-size: 16px;
      line-height: 50px;
      color: #000;
      background-image: url("/static/www/img/icon4.png"); }
.FAQ .bottom {
  text-align: center;
  padding-top: 4.7%;
  padding-bottom: 4.5%; }
  .FAQ .bottom .tits {
    font-size: 30px;
    line-height: 30px;
    color: #fff; }
  .FAQ .bottom .but {
    text-align: center;
    font-size: 0;
    width: 100%;
    margin-top: 2.7%; }
    .FAQ .bottom .but a {
      width: 200px;
      height: 48px;
      border-radius: 24px;
      background-color: #fff;
      margin: 0 25px;
      text-align: center;
      display: inline-block;
      font-size: 18px;
      line-height: 48px;
      font-weight: 200;
      color: #0c8ec9; }
      /*.FAQ .bottom .but a:nth-child(1){
        background-color: #0090cd;
          color: #fff;
      }*/
      @media (min-width: 1024px) {
        .FAQ .bottom .but a:hover {
          background-color: #0090cd;
          color: #fff; } }
  .FAQ .bottom .tit {
    text-align: center;
    font-size: 0;
    margin-top: 3.3%; }
    .FAQ .bottom .tit .titNew {
      display: inline-block;
      color: #fff;
      line-height: 38px; }
      .FAQ .bottom .tit .titNew span {
        float: left;
        font-size: 24px; }
      .FAQ .bottom .tit .titNew i {
        font-size: 36px;
        line-height: 38px;
        font-weight: bold;
        font-family: Arial;
        padding-left: 29px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("/static/www/img/icon5.png");
        float: left;
        margin-left: 15px; }
@media (max-width: 1200px) {
  .FAQ .content .contentNew {
    padding: 25px 20px 0; }
  .FAQ .content .contentNew .list ul li .con {
    width: calc(100% - 160px); }
  .FAQ .content .contentNew .list ul li {
    padding: 20px 0; }
  .FAQ .content .contentNew .list ul li a span {
    font-size: 14px; }
  .FAQ .content .contentNew .title {
    font-size: 24px;
    line-height: 24px; }
  .FAQ .bottom .tits {
    font-size: 24px;
    line-height: 26px; }
  .FAQ .bottom .tit .titNew {
    line-height: 30px; }
  .FAQ .bottom .tit .titNew span {
    font-size: 20px; }
  .FAQ .bottom .tit .titNew i {
    font-size: 28px;
    line-height: 30px; }
  .FAQ .content .contentNew .list1 ul li a {
    padding: 24px 0; }
    .FAQ .content .contentNew .list1 ul li a .t {
      font-size: 16px;
      background-size: auto 30px;
      line-height: 30px;
      padding-left: 46px;
      height: 30px; }
  .FAQ .content .contentNew .list1 ul li a .but span {
    font-size: 14px; } }
@media (max-width: 768px) {
  .FAQ .content {
    margin-top: 20px; }
    .FAQ .content .contentNew {
      padding: 15px 10px 0; }
      .FAQ .content .contentNew .title {
        font-size: 20px;
        line-height: 22px; }
      .FAQ .content .contentNew .list {
        margin-top: 20px; }
        .FAQ .content .contentNew .list ul li {
          padding: 10px 0; }
          .FAQ .content .contentNew .list ul li .con {
            width: 100%;
            float: none; }
            .FAQ .content .contentNew .list ul li .con .t {
              font-size: 15px;
              line-height: 17px;
              height: 17px; }
            .FAQ .content .contentNew .list ul li .con .t1 {
              font-size: 13px;
              margin-top: 5px; }
          .FAQ .content .contentNew .list ul li a {
            position: relative;
            top: auto;
            transform: translateY(0);
            width: 120px;
            height: 36px;
            margin-top: 10px; }
            .FAQ .content .contentNew .list ul li a span {
              font-size: 12px;
              background-size: 13px;
              padding-left: 18px;
              line-height: 36px; }
  .FAQ .bottom {
    padding: 30px 0; }
    .FAQ .bottom .tits {
      font-size: 18px;
      line-height: 20px; }
    .FAQ .bottom .but a {
      width: 120px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      margin: 0 10px; }
    .FAQ .bottom .tit .titNew {
      line-height: 22px; }
      .FAQ .bottom .tit .titNew span {
        font-size: 15px; }
      .FAQ .bottom .tit .titNew i {
        font-size: 20px;
        line-height: 22px;
        background-size: 16px;
        margin-left: 10px;
        padding-left: 22px; }
  .FAQ .content .contentNew .list1 ul li a .but {
    width: 90px;
    height: 36px; }
    .FAQ .content .contentNew .list1 ul li a .but span {
      font-size: 12px;
      line-height: 34px;
      background-size: 16px;
      padding-left: 18px; }
  .FAQ .content .contentNew .list1 ul li a .t {
    padding-left: 28px;
    background-size: auto 20px;
    width: calc(100% - 130px); }
  .FAQ .content .contentNew .list1 ul li a {
    padding: 20px 0; }
  .FAQ .content .contentNew .list1 {
    margin-top: 15px; } }

.newsNavTop {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-size: 0; }
  .newsNavTop a {
    padding: 0 10px;
    font-size: 18px;
    line-height: 68px;
    color: #000;
    margin: 0 43px;
    position: relative;
    display: inline-block; }
    .newsNavTop a:after {
      width: 100%;
      height: 4px;
      bottom: -2px;
      left: 0;
      content: '';
      background-color: #0c8ec9;
      display: none;
      position: absolute; }
    .newsNavTop a.on {
      color: #0c8ec9;
      font-weight: 500; }
      .newsNavTop a.on:after {
        display: block; }
  @media (max-width: 1200px) {
    .newsNavTop a {
      font-size: 16px;
      line-height: 54px; } }
  @media (max-width: 1024px) {
    .newsNavTop {
      display: none; } }

/*新闻列表*/
.news .content {
  margin-top: 50px;
  padding-bottom: 5.2%; }
  .news .content .top {
    width: 100%;
    position: relative; }
    .news .content .top ul li {
      margin-right: 10px; }
      .news .content .top ul li:last-child {
        margin-right: 0; }
      .news .content .top ul li a {
        width: 100%;
        display: block;
        height: auto; }
        .news .content .top ul li a .pic {
          width: 40.67%;
          padding-bottom: 22.9%;
          height: auto;
          position: relative;
          overflow: hidden;
          float: left; }
          .news .content .top ul li a .pic .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 1.5s; }
        .news .content .top ul li a .con {
          width: 550px;
          max-width: 55%;
          float: left;
          margin-left: 4.17%;
          color: #000;
          padding-top: 30px; }
          .news .content .top ul li a .con .time {
            font-size: 14px;
            line-height: 16px;
            font-weight: 200; }
          .news .content .top ul li a .con .tits {
            font-size: 24px;
            line-height: 26px;
            height: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px; }
          .news .content .top ul li a .con .tit {
            font-size: 14px;
            line-height: 16px;
            height: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 18px; }
          .news .content .top ul li a .con .more {
            width: 150px;
            height: 40px;
            border-radius: 20px;
            text-align: center;
            font-size: 18px;
            line-height: 40px;
            color: #fff;
            background-color: #0c8ec9;
            margin-top: 50px; }
      @media (min-width: 1024px) {
        .news .content .top ul li:hover a .pic .img {
          transform: scale(1.1); }
        .news .content .top ul li:hover a .con .tits {
          color: #0c8ec9; } }
    .news .content .top .btns {
      position: absolute;
      z-index: 5;
      right: 0;
      bottom: 0;
      width: auto;
      z-index: 5; }
      .news .content .top .btns .btnsNew {
        float: right; }
        .news .content .top .btns .btnsNew span {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          display: inline-block;
          margin-left: 20px;
          background-color: #d7d7d7;
          opacity: 1; }
          .news .content .top .btns .btnsNew span.swiper-pagination-bullet-active {
            background-color: #0090cd; }
  .news .content .list {
    margin-top: 5.8%;
    border-top: 1px solid #e6e6e6; }
    .news .content .list ul li {
      position: relative;
      border-bottom: 1px solid #e6e6e6; }
      .news .content .list ul li a {
        padding: 50px 0;
        width: 100%;
        display: block;
        height: auto;
        position: relative;
        transition: all 0.5s; }
        .news .content .list ul li a .pic {
          width: 31.25%;
          padding-bottom: 18.08%;
          height: auto;
          overflow: hidden;
          position: relative; }
          .news .content .list ul li a .pic .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 1.5s; }
        .news .content .list ul li a .con {
          width: 585px;
          float: left;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 35.42%;
          color: #000; }
          .news .content .list ul li a .con .time {
            font-size: 14px;
            line-height: 16px;
            font-weight: 200; }
          .news .content .list ul li a .con .tits {
            font-size: 24px;
            line-height: 26px;
            height: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px; }
          .news .content .list ul li a .con .tit {
            font-size: 14px;
            line-height: 16px;
            height: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 18px; }
      .news .content .list ul li .more {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 1px solid #e7e7e7;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/static/www/img/icon7.png");
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        transition: all 0.5s; }
      @media (min-width: 1024px) {
        .news .content .list ul li:hover {
          background-color: #f5f6f7; }
          .news .content .list ul li:hover a {
            transform: translateX(50px); }
            .news .content .list ul li:hover a .pic .img {
              transform: scale(1.1); }
            .news .content .list ul li:hover a .con .tits {
              color: #0c8ec9; }
          .news .content .list ul li:hover .more {
            background-color: #1b95cc;
            background-image: url("/static/www/img/icon1.png");
            border-color: #1b95cc; } }
    .news .content .list .moreClick {
      width: 200px;
      height: 60px;
      border-radius: 30px;
      box-sizing: border-box;
      border: 2px solid #a8a8a8;
      line-height: 56px;
      text-align: center;
      display: block;
      margin: 6.67% auto 0;
      font-size: 18px;
      color: #000;
      transition: all 0.5s; }
      @media (min-width: 1024px) {
        .news .content .list .moreClick:hover {
          background-color: #1b95cc;
          border-color: #1b95cc;
          color: #fff; } }
@media (max-width: 1200px) {
  .news .content .top ul li a .con .tits {
    font-size: 20px;
    line-height: 22px;
    height: 22px; }
  .news .content .top ul li a .con .more {
    font-size: 16px;
    margin-top: 30px; }
  .news .content .list ul li a .con .tits {
    font-size: 20px;
    line-height: 22px;
    height: 22px; }
  .news .content .list ul li a {
    padding: 35px 0; } }
@media (max-width: 1024px) {
  .news .content .top ul li a .con .tits {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    margin-top: 5px; }
  .news .content .top ul li a .con .tit {
    margin-top: 10px; }
  .news .content .top ul li a .con .more {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 20px; }
  .news .content .list ul li a .con .tits {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
    height: 20px; }
  .news .content .list ul li a .con .tit {
    margin-top: 10px; }
  .news .content .list ul li .more {
    width: 40px;
    height: 40px;
    background-size: 18px; } }
@media (max-width: 768px) {
  .news .content {
    margin-top: 20px; }
  .news .content .top ul li a .pic {
    width: 100%;
    float: none;
    padding-bottom: 58%; }
  .news .content .top ul li a .con {
    width: 100%;
    padding-top: 10px;
    max-width: 100%;
    margin-left: 0;
    float: none; }
  .news .content .top ul li a .con .tits {
    font-size: 16px;
    line-height: 18px;
    height: 18px; }
  .news .content .list ul li a .pic {
    width: 100%;
    float: none;
    padding-bottom: 60%; }
  .news .content .list ul li a .con {
    position: relative;
    top: auto;
    transform: translateY(0);
    float: none;
    width: 100%;
    left: auto;
    margin-top: 10px; }
  .news .content .list ul li a .con .tits {
    font-size: 16px;
    line-height: 18px;
    height: 18px; }
  .news .content .list ul li a {
    padding: 15px 0; }
  .news .content .list .moreClick {
    width: 120px;
    height: 36px;
    border-width: 1px;
    line-height: 34px;
    font-size: 14px; }
  .news .content .top .btns .btnsNew span {
    margin-left: 10px; }
  .news .content .list ul li .more {
    display: none; } }

/*新闻详情*/
.newsInfo {
  margin-top: 80px;
  padding-bottom: 5.2%; }
  .newsInfo .home {
    color: #000;
    font-size: 14px;
    font-weight: 400; }
    .newsInfo .home .w1520 {
      border-bottom: 1px solid #f3f3f3;
      padding-bottom: 28px; }
      .newsInfo .home .w1520 a {
        color: #000; }
      .newsInfo .home .w1520 span {
        background-image: url("/static/www/img/home1.png"); }
  .newsInfo .content {
    color: #000;
    padding-top: 4.2%; }
    .newsInfo .content .tits {
      text-align: center;
      font-size: 36px;
      line-height: 40px; }
    .newsInfo .content .time {
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      margin-top: 45px; }
    .newsInfo .content .con {
      border-top: 1px solid #f3f3f3;
      font-size: 16px;
      line-height: 30px;
      margin-top: 50px;
      padding-top: 42px; }
      .newsInfo .content .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .newsInfo .content .share {
      margin-top: 9.3%; }
      .newsInfo .content .share .shareNew {
        float: right; }
        .newsInfo .content .share .shareNew span {
          float: left;
          font-size: 16px;
          line-height: 40px;
          color: #000; }
        .newsInfo .content .share .shareNew a {
          width: 40px;
          height: 40px;
          box-sizing: border-box;
          border: 1px solid #d7d7d7;
          border-radius: 100%;
          display: block;
          margin-left: 10px;
          background-position: center;
          float: left;
          background-repeat: no-repeat; }
          .newsInfo .content .share .shareNew a.wx {
            background-image: url("/static/www/img/wx.png"); }
          .newsInfo .content .share .shareNew a.wb {
            background-image: url("/static/www/img/wb.png"); }
          .newsInfo .content .share .shareNew a.qq {
            background-image: url("/static/www/img/qq.png"); }
          @media (min-width: 1024px) {
            .newsInfo .content .share .shareNew a:hover {
              background-color: #0c8ec9;
              border-color: #0c8ec9; }
              .newsInfo .content .share .shareNew a:hover.wx {
                background-image: url("/static/www/img/wx_h.png"); }
              .newsInfo .content .share .shareNew a:hover.wb {
                background-image: url("/static/www/img/wb_h.png"); }
              .newsInfo .content .share .shareNew a:hover.qq {
                background-image: url("/static/www/img/qq_h.png"); } }
    .newsInfo .content .paging {
      margin-top: 40px; }
      .newsInfo .content .paging .pagingNew {
        width: calc(100% - 195px);
        float: left; }
        .newsInfo .content .paging .pagingNew .t {
          width: 50%;
          float: left;
          box-sizing: border-box; }
          .newsInfo .content .paging .pagingNew .t .t1 {
            font-size: 14px;
            line-height: 16px; }
          .newsInfo .content .paging .pagingNew .t a {
            width: 365px;
            max-width: 100%;
            display: block;
            font-size: 18px;
            line-height: 20px;
            height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #000;
            margin-top: 24px; }
            @media (min-width: 1024px) {
              .newsInfo .content .paging .pagingNew .t a:hover {
                color: #1b95cc; } }
          .newsInfo .content .paging .pagingNew .t:last-child {
            padding-left: 30px;
            border-left: 1px solid #d7d7d7; }
      .newsInfo .content .paging .return {
        width: 195px;
        border-left: 1px solid #d7d7d7;
        text-align: center;
        font-size: 0;
        float: left;
        box-sizing: border-box; }
        .newsInfo .content .paging .return span {
          font-size: 14px;
          line-height: 60px;
          color: #000;
          display: inline-block;
          padding-left: 35px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("/static/www/img/return.png"); }
        @media (min-width: 1024px) {
          .newsInfo .content .paging .return:hover span {
            color: #1b95cc;
            background-image: url("/static/www/img/return_h.png"); } }
  @media (max-width: 1366px) {
    .newsInfo .content .tits {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .newsInfo .content .tits {
      font-size: 20px;
      line-height: 26px; }
    .newsInfo .content .time {
      font-size: 14px;
      line-height: 16px;
      margin-top: 20px; }
    .newsInfo .content .con {
      padding-top: 20px;
      margin-top: 20px;
      font-size: 14px;
      line-height: 26px; }
    .newsInfo .content .paging .pagingNew .t a {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .newsInfo {
      margin-top: 60px; }
      .newsInfo .home .w1520 {
        padding-bottom: 20px; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-bottom: 40px; }
      .newsInfo .content .tits {
        font-size: 18px;
        line-height: 28px; }
      .newsInfo .content .time {
        margin-top: 10px; }
      .newsInfo .content .paging {
        position: relative; }
      .newsInfo .content .paging .pagingNew {
        width: 100%;
        float: none; }
        .newsInfo .content .paging .pagingNew .t {
          width: 100%; }
          .newsInfo .content .paging .pagingNew .t a {
            margin-top: 10px;
            font-size: 14px;
            line-height: 16px;
            height: 16px; }
          .newsInfo .content .paging .pagingNew .t:last-child {
            padding-left: 0;
            border-left: none;
            margin-top: 10px; }
      .newsInfo .content .paging .return {
        width: 100px;
        border-left: none;
        padding-left: 0;
        position: absolute;
        top: 0;
        right: 0; }
        .newsInfo .content .paging .return span {
          line-height: 20px; } }

/*关于UB8优游国际*/
.about .box1 {
  margin: 4.2% auto 6%; }
  .about .box1 .pic {
    width: 49.58%;
    float: left; }
  .about .box1 .con {
    width: 43.3%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    right: 0; }
    .about .box1 .con .en {
      font-size: 18px;
      line-height: 20px;
      font-family: Arial; }
    .about .box1 .con .tits {
      font-size: 24px;
      line-height: 26px;
      font-weight: 600;
      margin-top: 7px; }
    .about .box1 .con .txt {
      font-size: 16px;
      line-height: 30px;
      margin-top: 20px; }
.about .box2 {
  padding-top: 5.2%;
  padding-bottom: 74px; }
  .about .box2 .title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #fff; }
  .about .box2 .content {
    margin: 6.6% auto 0;
    position: relative; }
    .about .box2 .content:after {
      width: calc((100% - 1200px)/2 - 175px);
      position: absolute;
      height: 1px;
      left: 0;
      top: 30px;
      background-color: rgba(255, 255, 255, 0.2);
      content: ''; }
    .about .box2 .content:before {
      width: calc((100% - 1200px)/2 - 175px);
      position: absolute;
      right: 0;
      top: 30px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.2);
      content: ''; }
    .about .box2 .content .contentNew {
      position: relative; }
      .about .box2 .content .contentNew:after {
        width: 45%;
        position: absolute;
        height: 1px;
        left: -17px;
        top: 30px;
        background-color: rgba(255, 255, 255, 0.2);
        content: ''; }
      .about .box2 .content .contentNew:before {
        width: 45%;
        position: absolute;
        right: -17px;
        top: 30px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        content: ''; }
      .about .box2 .content .contentNew .list {
        position: relative; }
        .about .box2 .content .contentNew .list ul li {
          text-align: center;
          color: #fff;
          opacity: 0 !important; }
          .about .box2 .content .contentNew .list ul li .year {
            font-size: 60px;
            line-height: 60px;
            font-weight: bold;
            font-family: Arial;
            transform: translateY(30px);
            opacity: 0;
            transition: all 0.5s; }
          .about .box2 .content .contentNew .list ul li .txt {
            font-size: 16px;
            line-height: 30px;
            width: 80%;
            margin: 22px auto 0;
            transform: translateY(30px);
            opacity: 0;
            transition: all 0.5s 0.2s; }
          .about .box2 .content .contentNew .list ul li .logo {
            text-align: center;
            margin-top: 25px;
            transform: translateY(30px);
            opacity: 0;
            transition: all 0.5s 0.4s; }
            .about .box2 .content .contentNew .list ul li .logo img {
              height: 86px; }
          .about .box2 .content .contentNew .list ul li.swiper-slide-active {
            opacity: 1 !important;
            transform: translateY(0); }
            .about .box2 .content .contentNew .list ul li.swiper-slide-active .year, .about .box2 .content .contentNew .list ul li.swiper-slide-active .txt, .about .box2 .content .contentNew .list ul li.swiper-slide-active .logo {
              opacity: 1 !important;
              transform: translateY(0); }
        .about .box2 .content .contentNew .list a {
          width: 60px;
          height: 60px;
          border-radius: 100%;
          border: 2px solid #fff;
          position: absolute;
          top: 0;
          background-position: center;
          background-repeat: no-repeat;
          display: block;
          box-sizing: border-box;
          transition: all 0.5s;
          z-index: 5; }
          .about .box2 .content .contentNew .list a.prev {
            background-image: url("/static/www/img/prev.png");
            left: 0; }
          .about .box2 .content .contentNew .list a.next {
            background-image: url("/static/www/img/next.png");
            right: 0; }
          @media (min-width: 1024px) {
            .about .box2 .content .contentNew .list a:hover {
              background-color: #0085ca;
              border-color: #0085ca; } }
      .about .box2 .content .contentNew .num {
        width: 158px;
        height: auto;
        font-size: 60px;
        line-height: 60px;
        font-weight: bold;
        font-family: Arial;
        text-align: center;
        opacity: 0.2;
        color: #fff;
        position: absolute;
        top: 0; }
        .about .box2 .content .contentNew .num.prevYear {
          left: -175px; }
        .about .box2 .content .contentNew .num.nextYear {
          right: -175px; }
  @media (max-width: 1660px) {
    .about .box2 .content:after {
      width: calc(15% - 175px); }
    .about .box2 .content:before {
      width: calc(15% - 175px); }
    .about .box2 .content .contentNew {
      width: 70%; }
      .about .box2 .content .contentNew:after {
        width: 43%; }
      .about .box2 .content .contentNew:before {
        width: 43%; } }
  @media (max-width: 1366px) {
    .about .box2 .title {
      font-size: 28px;
      line-height: 28px; }
    .about .box2 .content .contentNew .list ul li .year {
      font-size: 44px; }
    .about .box2 .content .contentNew .num {
      font-size: 44px;
      width: 125px; }
      .about .box2 .content .contentNew .num.nextYear {
        right: -142px; }
      .about .box2 .content .contentNew .num.prevYear {
        left: -142px; }
    .about .box2 .content:before {
      width: calc(15% - 142px); }
    .about .box2 .content:after {
      width: calc(15% - 142px); } }
  @media (max-width: 768px) {
    .about .box2 {
      padding-top: 35px;
      padding-bottom: 30px; }
      .about .box2 .content .contentNew .num {
        display: none; }
      .about .box2 .content .contentNew {
        width: 92%; }
        .about .box2 .content .contentNew:after {
          top: 18px; }
        .about .box2 .content .contentNew:before {
          top: 18px; }
        .about .box2 .content .contentNew .list ul li .year {
          font-size: 24px;
          line-height: 36px; }
        .about .box2 .content .contentNew .list ul li .txt {
          width: 100%;
          font-size: 14px;
          line-height: 24px; }
        .about .box2 .content .contentNew .list a {
          width: 36px;
          border-width: 1px;
          height: 36px; } }
.about .box3 {
  margin: 7.8% auto;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6; }
  .about .box3 .item {
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    color: #222;
    text-align: center; }
    .about .box3 .item img {
      width: 76px;
      margin: 0 auto;
      display: block; }
    .about .box3 .item .t {
      font-weight: 600;
      font-size: 30px;
      line-height: 32px;
      margin-top: 38px; }
    .about .box3 .item .t1 {
      font-size: 18px;
      line-height: 20px;
      margin-top: 16px; }
@media (max-width: 1200px) {
  .about .box1 .con .tits {
    font-size: 20px;
    line-height: 22px; }
  .about .box1 .con {
    width: 47.3%; }
  .about .box1 .con .txt {
    font-size: 14px;
    line-height: 24px; }
  .about .box3 .item .t {
    font-size: 24px;
    line-height: 26px;
    margin-top: 25px; }
  .about .box3 .item .t1 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px; } }
@media (max-width: 1024px) {
  .about .box1 .pic {
    overflow: hidden; }
    .about .box1 .pic img {
      width: 140%;
      margin-left: -20%; } }
@media (max-width: 768px) {
  .about .box1 .pic {
    width: 100%;
    float: none; }
    .about .box1 .pic img {
      width: 100%;
      margin-left: 0; }
  .about .box1 .con {
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
    margin-top: 15px; }
  .about .box3 {
    border-left: none; }
  .about .box3 .item {
    width: 100%;
    float: none;
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .about .box3 .item img {
      width: 40px;
      float: left; }
    .about .box3 .item .t {
      float: left;
      width: calc(100% - 60px);
      margin-top: 0;
      margin-left: 20px; }
    .about .box3 .item .t1 {
      float: left;
      width: calc(100% - 60px);
      margin-left: 20px; } }

/*招贤纳士*/
.join {
  margin-bottom: 6.77%; }
  .join .list {
    margin: 50px auto 0; }
    .join .list .title {
      background-color: #f5f5f7;
      font-size: 18px;
      line-height: 80px;
      color: #222; }
      .join .list .title .t {
        width: 18.75%;
        float: left;
        text-align: center; }
        .join .list .title .t:nth-child(2) {
          width: 12.5%; }
        .join .list .title .t:nth-child(3) {
          width: 22.5%; }
        .join .list .title .t:nth-child(4) {
          width: 15.8%; }
    .join .list ul li {
      border-bottom: 1px solid #e6e6e6; }
      .join .list ul li .tits {
        font-size: 18px;
        line-height: 120px;
        position: relative;
        cursor: pointer; }
        .join .list ul li .tits:before {
          width: 26px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 4.17%;
          content: '';
          background-size: 100% auto;
          background-image: url("/static/www/img/join_icon1.png");
          background-repeat: no-repeat;
          background-position: center; }
        .join .list ul li .tits .t {
          width: 18.75%;
          float: left;
          text-align: center;
          color: #666; }
          .join .list ul li .tits .t:nth-child(1) {
            color: #333; }
          .join .list ul li .tits .t:nth-child(2) {
            width: 12.5%; }
          .join .list ul li .tits .t:nth-child(3) {
            width: 22.5%; }
          .join .list ul li .tits .t:nth-child(4) {
            width: 15.8%; }
      .join .list ul li .con {
        padding: 43px 50px;
        background-color: #f5f5f7;
        position: relative;
        display: none; }
        .join .list ul li .con .item {
          width: 53.7%;
          float: left;
          font-size: 14px;
          line-height: 26px;
          color: #666; }
          .join .list ul li .con .item .t {
            color: #222;
            font-size: 16px; }
          .join .list ul li .con .item .t1 {
            margin-top: 8px; }
          .join .list ul li .con .item:nth-child(2) {
            width: 40%;
            float: right; }
        .join .list ul li .con .click {
          width: 200px;
          height: 50px;
          border-radius: 25px;
          background-color: #0c8ec9;
          display: block;
          text-align: center;
          font-size: 0;
          margin-top: 15px;
          margin-left: calc(55.17% + 50px); }
          .join .list ul li .con .click span {
            font-size: 16px;
            line-height: 50px;
            color: #fff;
            padding-right: 46px;
            display: inline-block;
            background-position: right center;
            font-weight: 600;
            background-image: url("/static/www/img/icon1.png");
            background-repeat: no-repeat; }
      .join .list ul li.on {
        border-bottom: none; }
        .join .list ul li.on .tits:before {
          background-image: url("/static/www/img/join_icon1_h.png"); }
    .join .list .but {
      width: 100%;
      background-color: #f5f5f7;
      margin-top: 20px;
      text-align: center;
      font-size: 0;
      cursor: pointer; }
      .join .list .but span {
        display: inline-block;
        padding-right: 32px;
        font-size: 16px;
        line-height: 50px;
        color: #666;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("/static/www/img/icon2.png");
        background-size: 18px; }
  @media (max-width: 1200px) {
    .join .list .title {
      font-size: 16px;
      line-height: 60px; }
    .join .list ul li .tits {
      font-size: 16px;
      line-height: 90px; } }
  @media (max-width: 1024px) {
    .join .list ul li .tits .t {
      width: 29%; }
    .join .list .title .t {
      width: 29%; } }
  @media (max-width: 768px) {
    .join .list .title {
      font-size: 14px;
      line-height: 46px; }
    .join .list .title .t {
      display: none; }
      .join .list .title .t:nth-child(1) {
        width: 100%;
        padding-left: 20px;
        text-align: left;
        display: block; }
    .join .list ul li .tits {
      font-size: 14px;
      line-height: 50px; }
      .join .list ul li .tits .t {
        display: none; }
        .join .list ul li .tits .t:nth-child(1) {
          display: block;
          padding-left: 20px;
          width: 100%;
          box-sizing: border-box;
          text-align: left; }
    .join .list ul li .tits:before {
      width: 16px; }
    .join .list ul li .con {
      padding: 10px 20px; }
      .join .list ul li .con .item {
        width: 100% !important;
        float: none !important;
        line-height: 24px; }
        .join .list ul li .con .item .t {
          font-size: 14px; }
        .join .list ul li .con .item .t1 {
          margin-top: 5px; }
      .join .list ul li .con .click {
        position: relative;
        left: auto;
        bottom: auto;
        width: 120px;
        height: 36px;
        margin-left: 0;
        border-radius: 18px;
        margin-top: 15px; }
        .join .list ul li .con .click span {
          font-size: 14px;
          line-height: 36px;
          padding-right: 26px;
          background-size: 18px; }
    .join .list {
      margin: 20px auto 0; } }

.contact {
  padding-bottom: 5.2%; }
  .contact .map {
    width: 100%;
    height: 780px;
    background-color: #666; }
  .contact .conItem {
    display: none; }
  .contact .box1 {
    margin-top: 5.2%; }
    .contact .box1 .title {
      text-align: center;
      font-size: 36px;
      line-height: 38px;
      color: #4c4c4c; }
    .contact .box1 .tableBox {
      margin-top: 15px; }
      .contact .box1 .tableBox .t .item {
        width: 31.6%;
        float: left;
        margin-right: 2.6%; }
        .contact .box1 .tableBox .t .item:last-child {
          margin-right: 0; }
        .contact .box1 .tableBox .t .item .tt {
          font-size: 18px;
          line-height: 20px;
          color: #333;
          margin-bottom: 10px; }
        .contact .box1 .tableBox .t .item .text {
          width: 100%;
          height: 70px;
          box-sizing: border-box;
          background: none;
          border: 1px solid #e6e6e6;
          padding-left: 20px;
          font-size: 18px;
          color: #333;
          -moz-appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none; }
          .contact .box1 .tableBox .t .item .text::-webkit-input-placeholder {
            color: #808080; }
          .contact .box1 .tableBox .t .item .text:-moz-placeholder {
            color: #808080; }
          .contact .box1 .tableBox .t .item .text::-moz-placeholder {
            color: #808080; }
          .contact .box1 .tableBox .t .item .text:-ms-input-placeholder {
            color: #808080; }
          .contact .box1 .tableBox .t .item .text.sel {
            background-image: url("/static/www/img/sj.png");
            background-position: calc(100% - 20px) center;
            background-repeat: no-repeat; }
      .contact .box1 .tableBox .t1 {
        margin-top: 15px; }
        .contact .box1 .tableBox .t1 .tt {
          font-size: 18px;
          line-height: 20px;
          color: #1a1a1a; }
        .contact .box1 .tableBox .t1 .txt {
          width: 100%;
          height: 205px;
          box-sizing: border-box;
          border: 1px solid #e6e6e6;
          font-size: 18px;
          line-height: 30px;
          color: #333;
          padding: 12px 20px;
          margin-top: 10px; }
          .contact .box1 .tableBox .t1 .txt::-webkit-input-placeholder {
            color: #808080; }
          .contact .box1 .tableBox .t1 .txt:-moz-placeholder {
            color: #808080; }
          .contact .box1 .tableBox .t1 .txt::-moz-placeholder {
            color: #808080; }
          .contact .box1 .tableBox .t1 .txt:-ms-input-placeholder {
            color: #808080; }
      .contact .box1 .tableBox .submit {
        width: 180px;
        height: 50px;
        border: none;
        background-color: #0c8ec9;
        display: block;
        margin: 80px auto 0;
        text-align: center;
        font-size: 18px;
        line-height: 50px;
        color: #fff;
        border-radius: 25px; }
  .contact .conBox {
    width: 720px;
    height: auto;
    padding: 20px;
    box-sizing: border-box; }
    .contact .conBox .pic {
      width: 46%;
      float: left;
      overflow: hidden;
      border-radius: 10px;
      float: left; }
    .contact .conBox .con {
      width: 50%;
      float: right; }
      .contact .conBox .con .t {
        padding-left: 34px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 30px;
        color: #4c4c4c;
        background-position: left center;
        background-repeat: no-repeat;
        margin-bottom: 18px; }
        .contact .conBox .con .t a{
          color: #4c4c4c;
        }
        .contact .conBox .con .t:last-child {
          margin-bottom: 0; }
        .contact .conBox .con .t span {
          color: #808080; }
        .contact .conBox .con .t i {
          margin: 0 10px; }
  @media (max-width: 1200px) {
    .contact .map {
      height: 600px; }
    .contact .box1 .title {
      font-size: 28px;
      line-height: 30px; }
    .contact .box1 .tableBox .t .item .tt {
      font-size: 16px;
      line-height: 18px; }
    .contact .box1 .tableBox .t .item .text {
      height: 50px;
      font-size: 16px; }
    .contact .box1 .tableBox .t1 .tt {
      font-size: 16px;
      line-height: 18px; }
    .contact .box1 .tableBox .t1 .txt {
      font-size: 16px; }
    .contact .box1 .tableBox .submit {
      margin: 40px auto 0; } }
  @media (max-width: 1024px) {
    .contact .map {
      height: 280px; }
    .contact .conItem {
      display: block; }
    .contact .conBox {
      width: 100%; }
      .contact .conBox .pic {
        width: 100%;
        float: none; }
      .contact .conBox .con {
        width: 100%;
        float: none;
        margin-top: 10px; }
        .contact .conBox .con .t {
          font-size: 14px;
          margin-bottom: 5px; } }
  @media (max-width: 768px) {
    .contact .box1 .tableBox .t .item {
      width: 100%;
      float: none;
      margin-bottom: 10px; }
      .contact .box1 .tableBox .t .item .tt {
        font-size: 14px;
        line-height: 16px; }
      .contact .box1 .tableBox .t .item .text {
        height: 38px;
        font-size: 14px;
        padding-left: 10px; }
    .contact .box1 .tableBox .t1 .tt {
      font-size: 14px;
      line-height: 16px; }
    .contact .box1 .tableBox .t1 .txt {
      padding: 8px 10px;
      font-size: 14px;
      line-height: 24px;
      height: 200px; }
    .contact .box1 .tableBox .t1 {
      margin-top: 0; }
    .contact .box1 .tableBox .submit {
      margin: 15px auto 0;
      width: 120px;
      height: 36px;
      font-size: 14px;
      line-height: 36px; }
    .contact .box1 .title {
      font-size: 20px;
      line-height: 22px; } }

.BMapLabel {
  border: none !important;
  box-shadow: 0px 10px 20px 0px rgba(24, 24, 25, 0.2) !important;
  border-radius: 20px !important;
  left: -460px !important;
  top: -235px !important; }
  .BMapLabel:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff;
    content: '';
    bottom: -20px;
    left: 463px;
    position: absolute; }
  @media (max-width: 1024px) {
    .BMapLabel {
      display: none !important; } }

select::-ms-expand {
  display: none; }

.BMap_Marker {
  background-image: url("/static/www/img/map.png") !important; }

.anchorBL {
  display: none !important; }

.service {
  margin: 50px auto 0;
  padding-bottom: 5.2%; }
  .service .conLeft {
    width: calc(100% - 310px);
    float: right;
    background-color: #fff;
    padding: 0 50px 40px;
    box-sizing: border-box; }
    .service .conLeft .box {
      padding-top: 28px; }
      .service .conLeft .box .title {
        border-bottom: 1px solid #e6e6e6;
        font-size: 20px;
        line-height: 28px;
        padding: 17px 0;
        color: #333;
        position: relative; }
        .service .conLeft .box .title:after {
          width: 73px;
          height: 4px;
          background-color: #0090cd;
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0; }
      .service .conLeft .box .con {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-top: 16px; }
        .service .conLeft .box .con img {
          display: block;
          max-width: 100%; }
        .service .conLeft .box .con table {
          display: table;
          font-size: 14px;
          line-height: 18px;
          color: #333;
          border: 1px solid #e6e6e6;
          width: 100%; }
          .service .conLeft .box .con table tbody {
            display: table-row-group; }
          .service .conLeft .box .con table tr {
            width: 100%; }
            .service .conLeft .box .con table tr td {
              border: 1px solid #e6e6e6;
              height: 50px;
              padding-left: 30px;
              max-width: 400px;
              box-sizing: border-box; }
            .service .conLeft .box .con table tr:nth-child(1) {
              background-color: #f5f5f7;
              font-weight: bold; }
          @media (max-width: 768px) {
            .service .conLeft .box .con table tr td {
              padding-left: 10px; } }
        .service .conLeft .box .con .tits {
          margin-top: 30px; }
          .service .conLeft .box .con .tits a {
            width: 13.1%;
            padding-bottom: 13.1%;
            border-radius: 100%;
            float: left;
            margin-right: 4.28%;
            position: relative; }
            .service .conLeft .box .con .tits a span {
              width: 100%;
              display: block;
              text-align: center;
              font-size: 16px;
              line-height: 24px;
              font-weight: 600;
              color: #222;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              z-index: 6; }
            .service .conLeft .box .con .tits a:before {
              width: 100%;
              height: 100%;
              border-radius: 100%;
              background-color: #f5f5f7;
              z-index: 5;
              content: '';
              position: absolute;
              top: 0;
              left: 0; }
            .service .conLeft .box .con .tits a:after {
              width: 34px;
              height: 10px;
              position: absolute;
              right: -32%;
              background-image: url("/static/www/img/line.png");
              content: '';
              top: 50%;
              margin-top: -5px;
              z-index: 4; }
            .service .conLeft .box .con .tits a:last-child {
              margin-right: 0; }
              .service .conLeft .box .con .tits a:last-child:after {
                display: none; }
            .service .conLeft .box .con .tits a.on:before {
              background-color: #0090cd; }
            .service .conLeft .box .con .tits a.on span {
              color: #fff; }
          .service .conLeft .box .con .tits.titX {
            text-align: center;
            font-size: 0; }
            .service .conLeft .box .con .tits.titX a {
              display: inline-block;
              float: none;
              margin: 0 5.5%; }
              .service .conLeft .box .con .tits.titX a:after {
                display: none; }
        .service .conLeft .box .con .conBox {
          margin-top: 30px; }
          .service .conLeft .box .con .conBox .item {
            background-color: #f5f5f7;
            border-radius: 5px;
            padding: 24px 30px 16px;
            box-sizing: border-box;
            display: none; }
            .service .conLeft .box .con .conBox .item .cTxt {
              padding-left: 40px;
              box-sizing: border-box;
              position: relative; }
              .service .conLeft .box .con .conBox .item .cTxt span {
                width: 30px;
                height: 30px;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 100%;
                text-align: center;
                font-size: 16px;
                font-weight: bold;
                line-height: 30px;
                color: #fff;
                display: block;
                background-color: #0090cd; }
              .service .conLeft .box .con .conBox .item .cTxt .t {
                font-size: 18px;
                line-height: 30px;
                color: #333; }
              .service .conLeft .box .con .conBox .item .cTxt .t1 {
                font-size: 14px;
                line-height: 24px;
                color: #333;
                margin-top: 16px; }
              .service .conLeft .box .con .conBox .item .cTxt .t2 {
                margin-top: 9px; }
                .service .conLeft .box .con .conBox .item .cTxt .t2 p {
                  width: 100%;
                  font-size: 14px;
                  line-height: 24px; }
            .service .conLeft .box .con .conBox .item.on {
              display: block; }
        .service .conLeft .box .con p.con2 {
          position: relative;
          padding-left: 20px;
          box-sizing: border-box;
          margin-bottom: 12px; }
          .service .conLeft .box .con p.con2:after {
            width: 8px;
            height: 8px;
            position: absolute;
            top: 9px;
            left: 0;
            content: '';
            background-color: #0090cd;
            border-radius: 100%; }
      .service .conLeft .box .con1 {
        margin-top: 26px; }
        .service .conLeft .box .con1 .t {
          padding-left: 20px;
          box-sizing: border-box;
          margin-bottom: 20px;
          position: relative; }
          .service .conLeft .box .con1 .t:last-child {
            margin-bottom: 0; }
          .service .conLeft .box .con1 .t:after {
            width: 8px;
            height: 8px;
            position: absolute;
            top: 6px;
            left: 0;
            content: '';
            background-color: #0090cd;
            border-radius: 100%; }
          .service .conLeft .box .con1 .t .t1 {
            font-size: 18px;
            line-height: 20px;
            color: #333;
            font-weight: 600; }
          .service .conLeft .box .con1 .t .t2 {
            font-size: 14px;
            line-height: 24px;
            color: #333;
            margin-top: 5px; }
      .service .conLeft .box .aBox {
        margin-top: 30px; }
        .service .conLeft .box .aBox a {
          width: 31.5%;
          float: left;
          margin-right: 2.75%;
          display: block;
          margin-bottom: 10px;
          background-color: #f5f5f7;
          text-align: center;
          font-size: 0;
          border-radius: 4px; }
          .service .conLeft .box .aBox a span {
            font-size: 16px;
            line-height: 52px;
            display: inline-block;
            padding-right: 20px;
            max-width: 95%;
          height: 52px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
            color: #333;
            font-weight: bold;
            position: relative; }
            .service .conLeft .box .aBox a span:after {
              width: 10px;
              height: 10px;
              position: absolute;
              right: 8px;
              top: 50%;
              transform: translateY(-50%) rotate(-45deg);
              border-bottom: 2px solid #333;
              border-right: 2px solid #333;
              content: ''; }
          .service .conLeft .box .aBox a:nth-child(3n) {
            margin-right: 0; }
          @media (min-width: 1024px) {
            .service .conLeft .box .aBox a:hover {
              background-color: #0090cd; }
              .service .conLeft .box .aBox a:hover span {
                color: #fff; }
                .service .conLeft .box .aBox a:hover span:after {
                  border-color: #fff; } }
  @media (max-width: 1200px) {
    .service .conLeft .box {
      padding-top: 20px; } }
  @media (max-width: 1024px) {
    .service {
      margin: 0 auto;
      width: 100%;
      max-width: 100%; }
      .service .conLeft {
        width: 92%;
        padding: 0 !important;
        padding-bottom: 10px !important;
        margin: 15px auto 0;
        float: none; }
      .service .conLeft .box .aBox a {
        width: 48.5%;
        margin-right: 3%; }
        .service .conLeft .box .aBox a:nth-child(3n) {
          margin-right: 3%; }
        .service .conLeft .box .aBox a:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 900px) {
    .service .conLeft {
      padding: 0 20px 10px; } }
  @media (max-width: 768px) {
    .service .conLeft .box .con .tits {
      width: 100%;
      overflow-x: scroll;
      margin-top: 15px; }
    .service .conLeft .box .con .tits .titsNew {
      width: 650px; }
    .service .conLeft .box .title {
      font-size: 18px;
      padding: 9px 0;
      line-height: 24px; }
    .service .conLeft .box {
      padding-top: 10px; }
    .service .conLeft .box .con .tits a span {
      font-size: 14px;
      line-height: 22px; }
    .service .conLeft .box .con .conBox .item {
      padding: 14px 10px 10px; }
      .service .conLeft .box .con .conBox .item .cTxt .t1 {
        margin-top: 6px; }
    .service .conLeft .box .aBox {
      margin-top: 10px; }
    .service .conLeft .box .aBox a {
      width: 100%;
      float: none;
      margin-right: 0 !important; }
      .service .conLeft .box .aBox a span {
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
        font-size: 14px;
        height: 40px;
        padding-left: 10px;
        max-width: 100%;
        line-height: 40px;
        text-align: left; }
        .service .conLeft .box .aBox a span:after {
          width: 6px;
          height: 6px; }
    .service .conLeft .box .con .conBox .item .cTxt .t2 p {
      width: 100%;
      font-size: 14px;
      line-height: 24px; }
    .service .conLeft .box .con .tits.titX a {
      width: 70px;
      height: 70px;
      display: block;
      margin: 0;
      margin-right: 10px;
      float: left;
      padding-bottom: 0; }
      .service .conLeft .box .con .tits.titX a:last-child {
        margin-right: 0; } }

.navLeft {
  width: 288px;
  float: left;
  background-color: #fff; }
  .navLeft .title {
    display: none; }
  .navLeft ul li {
    border-bottom: 1px solid #e6e6e6; }
    .navLeft ul li:last-child {
      border-bottom: none; }
    .navLeft ul li .tits {
      width: 100%;
      padding-left: 20px;
      position: relative;
      font-size: 16px;
      line-height: 50px;
      font-weight: bold;
      box-sizing: border-box;
      cursor: pointer; }
      .navLeft ul li .tits:after {
        width: 4px;
        height: 100%;
        position: absolute;
        background: #0090cd;
        content: '';
        position: absolute;
        left: 0;
        top: 0; }
      .navLeft ul li .tits:before {
        width: 8px;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/static/www/img/right.png");
        content: '';
        position: absolute;
        right: 30px; }
    .navLeft ul li .titNew {
      padding-bottom: 10px;
      display: none;
      padding-top: 10px;
      border-top: 1px solid #e6e6e6; }
      .navLeft ul li .titNew a {
        font-size: 14px;
        line-height: 40px;
        padding-left: 25px;
        display: block;
            display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
        margin-top: 6px;
        display: block;
        color: #222; }
        .navLeft ul li .titNew a.on {
          background-color: #f0fbff;
          color: #0091c7; }
        @media (min-width: 1024px) {
          .navLeft ul li .titNew a:hover {
            background-color: #f0fbff;
            color: #0091c7; } }
      .navLeft ul li .titNew dl dd {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5px;
        box-sizing: border-box; }
        .navLeft ul li .titNew dl dd:last-child {
          margin-bottom: 0; }
        .navLeft ul li .titNew dl dd .t {
          padding-left: 16px;
          display: block;
          width: 100%;
          box-sizing: border-box;
          position: relative;
          background-color: #f2f2f2;
          border-radius: 5px; }
          .navLeft ul li .titNew dl dd .t:after {
            width: 8px;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("/static/www/img/right.png");
            content: '';
            position: absolute;
            right: 10px; }
        .navLeft ul li .titNew dl dd .tx {
          display: none; }
        .navLeft ul li .titNew dl dd.on .t:after {
          transform: rotate(-90deg); }
    .navLeft ul li.on .tits:before {
      transform: rotate(-90deg); }
  @media (max-width: 1024px) {
    .navLeft {
      width: 100%;
      position: relative;
      z-index: 10;
      float: none; }
      .navLeft .title {
        display: block;
        font-size: 16px;
        line-height: 48px;
        box-sizing: border-box;
        padding-left: 20px;
        border-bottom: 1px solid #e6e6e6;
        position: relative; }
        .navLeft .title:after {
          width: 8px;
          height: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("/static/www/img/right.png");
          content: '';
          position: absolute;
          right: 20px;
          transform: rotate(90deg); }
      .navLeft ul {
        width: 100%;
        position: absolute;
        top: 49px;
        left: 0;
        z-index: 5;
        background-color: #fff;
        display: none;
        overflow-y: scroll;
        max-height: 50vh;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
      .navLeft.on .title:after {
        transform: rotate(-90deg); } }

.search {
  padding-top: 9.1%;
  padding-bottom: 5.2%; }
  .search .searchItem {
    border-bottom: 1px solid #000;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("/static/www/img/search1.png");
    padding-left: 48px;
    box-sizing: border-box;
    position: relative; }
    .search .searchItem .text {
      width: calc(100% - 48px);
      height: 70px;
      font-size: 24px;
      border: none; }
    .search .searchItem .close {
      width: 30px;
      height: 70px;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("/static/www/img/close.png");
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      background-repeat: no-repeat;
      background-position: center; }
  .search .title {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #222;
    margin-top: 45px; }
  .search .box1 {
    margin-top: 5.2%; }
    .search .box1 .tits {
      font-size: 24px;
      line-height: 26px;
      color: #222; }
    .search .box1 .aBox {
      margin-top: 50px; }
      .search .box1 .aBox a {
        width: 31.5%;
        float: left;
        margin-right: 2.75%;
        display: block;
        margin-bottom: 10px;
        background-color: #f5f5f7;
        text-align: center;
        font-size: 0;
        border-radius: 4px; }
        .search .box1 .aBox a span {
          font-size: 16px;
          line-height: 52px;
          display: inline-block;
          padding-right: 20px;
          color: #333;
          max-width: 95%;
          height: 52px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
              font-weight: bold;
          position: relative; }
          .search .box1 .aBox a span:after {
            width: 10px;
            height: 10px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%) rotate(-45deg);
            border-bottom: 2px solid #333;
            border-right: 2px solid #333;
            content: ''; }
        .search .box1 .aBox a:nth-child(3n) {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .search .box1 .aBox a:hover {
            background-color: #0090cd; }
            .search .box1 .aBox a:hover span {
              color: #fff; }
              .search .box1 .aBox a:hover span:after {
                border-color: #fff; } }
  .search .box2 {
    margin-top: 5%; }
    .search .box2 .titsx {
      font-size: 24px;
      line-height: 26px;
      color: #222; }
    .search .box2 .list ul li {
      position: relative;
      border-bottom: 1px solid #e6e6e6; }
      .search .box2 .list ul li a {
        padding: 50px 0;
        width: 100%;
        display: block;
        height: auto;
        position: relative;
        transition: all 0.5s; }
        .search .box2 .list ul li a .pic {
          width: 31.25%;
          padding-bottom: 18.08%;
          height: auto;
          overflow: hidden;
          position: relative; }
          .search .box2 .list ul li a .pic .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 1.5s; }
        .search .box2 .list ul li a .con {
          width: 585px;
          float: left;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 35.42%;
          color: #000; }
          .search .box2 .list ul li a .con .time {
            font-size: 14px;
            line-height: 16px;
            font-weight: 200; }
          .search .box2 .list ul li a .con .tits {
            font-size: 24px;
            line-height: 26px;
            height: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px; }
          .search .box2 .list ul li a .con .tit {
            font-size: 14px;
            line-height: 16px;
            height: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 18px; }
      .search .box2 .list ul li .more {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 1px solid #e7e7e7;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/static/www/img/icon7.png");
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        transition: all 0.5s; }
      @media (min-width: 1024px) {
        .search .box2 .list ul li:hover {
          background-color: #f5f6f7; }
          .search .box2 .list ul li:hover a {
            transform: translateX(50px); }
            .search .box2 .list ul li:hover a .pic .img {
              transform: scale(1.1); }
            .search .box2 .list ul li:hover a .con .tits {
              color: #0c8ec9; }
          .search .box2 .list ul li:hover .more {
            background-color: #1b95cc;
            background-image: url("/static/www/img/icon1.png");
            border-color: #1b95cc; } }
    .search .box2 .list .moreClick {
      width: 200px;
      height: 60px;
      border-radius: 30px;
      box-sizing: border-box;
      border: 2px solid #a8a8a8;
      line-height: 56px;
      text-align: center;
      display: block;
      margin: 6.67% auto 0;
      font-size: 18px;
      color: #000;
      transition: all 0.5s; }
      @media (min-width: 1024px) {
        .search .box2 .list .moreClick:hover {
          background-color: #1b95cc;
          border-color: #1b95cc;
          color: #fff; } }
  @media (max-width: 1200px) {
    .search .box2 .list ul li a .con .tits {
      font-size: 20px;
      line-height: 22px;
      height: 22px; }
    .search .box2 .list ul li a {
      padding: 35px 0; } }
  @media (max-width: 1024px) {
    .search .box2 .list ul li a .con .tits {
      margin-top: 5px;
      font-size: 18px;
      line-height: 20px;
      height: 20px; }
    .search .box2 .list ul li a .con .tit {
      margin-top: 10px; }
    .search .box2 .list ul li .more {
      width: 40px;
      height: 40px;
      background-size: 18px; }
    .search .box1 .tits {
      font-size: 20px;
      line-height: 22px; }
    .search .title {
      font-size: 20px;
      line-height: 22px;
      margin-top: 30px; }
    .search .box2 .titsx {
      font-size: 20px;
      line-height: 22px; }
    .search .box1 .aBox {
      margin-top: 30px; }
    .search .searchItem {
      background-size: 20px;
      padding-left: 30px; }
      .search .searchItem .text {
        width: calc(100% - 30px);
        font-size: 20px;
        line-height: 50px;
        height: 50px; }
      .search .searchItem .close {
        width: 18px;
        height: 50px;
        background-size: 100% auto; }
    .search .box1 .aBox a {
      width: 48.5%;
      margin-right: 3%; }
      .search .box1 .aBox a:nth-child(3n) {
        margin-right: 3%; }
      .search .box1 .aBox a:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .search {
      padding-top: 70px; }
      .search .box2 .list ul li a .pic {
        width: 100%;
        float: none;
        padding-bottom: 60%; }
      .search .box2 .list ul li a .con {
        position: relative;
        top: auto;
        transform: translateY(0);
        float: none;
        width: 100%;
        left: auto;
        margin-top: 10px; }
      .search .box2 .list ul li a .con .tits {
        font-size: 16px;
        line-height: 18px;
        height: 18px; }
      .search .box2 .list ul li a {
        padding: 15px 0; }
      .search .box2 .list .moreClick {
        width: 120px;
        height: 36px;
        border-width: 1px;
        line-height: 34px;
        font-size: 14px; }
      .search .box2 .list ul li .more {
        display: none; }
      .search .searchItem {
        background-size: 20px;
        padding-left: 30px; }
        .search .searchItem .text {
          width: calc(100% - 30px);
          font-size: 16px;
          line-height: 50px;
          height: 50px; }
        .search .searchItem .close {
          width: 18px;
          height: 50px;
          background-size: 100% auto; }
      .search .title {
        font-size: 16px; }
      .search .box1 {
        margin-top: 30px; }
        .search .box1 .tits {
          font-size: 16px;
          line-height: 18px; }
      .search .box1 .aBox {
        margin-top: 10px; }
      .search .box1 .aBox a {
        width: 100%;
        float: none; }
        .search .box1 .aBox a span {
          width: calc(100% - 20px);
          padding-right: 0;
          font-size: 14px;
          height: 40px;
          max-width: 100%;
          line-height: 40px;
          text-align: left; }
      .search .box2 .titsx {
        font-size: 16px;
        line-height: 18px; }
      .search .title {
        margin-top: 15px; } }

/*# sourceMappingURL=style.css.map */
