@charset "UTF-8";
@import url(./apply.css);
.head_nav {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9; }
  .head_nav .nav_box {
    width: 1200px;
    margin: 0 auto; }
    .head_nav .nav_box .logo, .head_nav .nav_box .logo2 {
      float: left;
      width: 138px;
      height: 36px;
      margin: 12px 64px 0 0; }
      .head_nav .nav_box .logo img, .head_nav .nav_box .logo2 img {
        width: 138px;
        height: 36px; }
    .head_nav .nav_box > ul {
      float: left; }
      .head_nav .nav_box > ul li {
        margin-right: 40px;
        float: left;
        height: 60px;
        font-size: 16px; }
        .head_nav .nav_box > ul li > a {
          color: #fff;
          padding: 19px 0 0 0;
          display: block;
          text-align: center; }
          .head_nav .nav_box > ul li > a .line {
            margin: 6px auto 0;
            width: 30px;
            display: block;
            height: 4px;
            border-radius: 3px; }
      .head_nav .nav_box > ul .li2 .childWrap {
        display: none;
        position: absolute;
        width: 166px;
        padding: 20px 0;
        background: #fff;
        box-shadow: 0px 3px 6px 0px rgba(6, 101, 75, 0.15);
        border-radius: 10px;
        margin-left: -85px;
        top: 50px; }
        .head_nav .nav_box > ul .li2 .childWrap .jiao {
          position: absolute;
          width: 12px;
          height: 12px;
          background: #fff;
          transform: rotate(45deg);
          left: 95px;
          top: -6px; }
        .head_nav .nav_box > ul .li2 .childWrap .childBox {
          width: 100%;
          overflow: hidden; }
          .head_nav .nav_box > ul .li2 .childWrap .childBox div {
            padding-left: 20px;
            height: 40px;
            line-height: 40px; }
            .head_nav .nav_box > ul .li2 .childWrap .childBox div a {
              color: #3E464C;
              display: block;
              font-size: 14px; }
          .head_nav .nav_box > ul .li2 .childWrap .childBox div:hover {
            background: #F5F6F7; }
            .head_nav .nav_box > ul .li2 .childWrap .childBox div:hover a {
              color: #06CB94;
              font-size: 14px;
              display: block; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(1) {
        padding-left: 46px;
        background: url("../images/nav_icon01.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(1):hover {
        background: #F5F6F7 url("../images/nav_icon01_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(2) {
        padding-left: 46px;
        background: url("../images/nav_icon02.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(2):hover {
        background: #F5F6F7 url("../images/nav_icon02_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(3) {
        padding-left: 46px;
        background: url("../images/nav_icon03.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(3):hover {
        background: #F5F6F7 url("../images/nav_icon03_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(4) {
        padding-left: 46px;
        background: url("../images/nav_icon04.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(4):hover {
        background: #F5F6F7 url("../images/nav_icon04_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2:hover .childWrap {
        display: block; }
      .head_nav .nav_box > ul .li2:hover a .line {
        background: none; }
      .head_nav .nav_box > ul .li1:hover .line, .head_nav .nav_box > ul .act .line {
        background: #fff; }
  .head_nav .freeTrial_btn {
    width: 100px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    border: 1px solid white;
    margin-top: 14px;
    float: right;
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
  .head_nav .freeTrial_btn:hover {
    background: #FFFFFF;
    color: #06CB94; }

.head_nav2 {
  display: none;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(6, 101, 75, 0.15);
  border-bottom: 1px solid #E0E4EA; }
  .head_nav2 .nav_box ul li a {
    color: #3E464C; }
  .head_nav2 .nav_box ul li.li1:hover > a, .head_nav2 .nav_box > ul > li.act > a {
    color: #06CB94; }
    .head_nav2 .nav_box ul li.li1:hover > a .line, .head_nav2 .nav_box > ul > li.act > a .line {
      background: #06CB94; }
  .head_nav2 .freeTrial_btn {
    background: #06CB94;
    border: 1px solid #06CB94; }
  .head_nav2 .freeTrial_btn:hover {
    background: #05B684;
    color: #fff; }

body {
  min-width: 1200px;
  overflow-x: hidden; }

footer {
  background: #3D3E4A;
  overflow: hidden; }
  footer .footerT {
    padding-top: 45px;
    overflow: hidden; }
    footer .footerT dl {
      float: left; }
      footer .footerT dl dt {
        color: #fff;
        font-size: 15px;
        margin-bottom: 30px;
        letter-spacing: 1px; }
      footer .footerT dl dd > div {
        margin-bottom: 10px;
        letter-spacing: 1px; }
        footer .footerT dl dd > div:last-child {
          margin: 0; }
      footer .footerT dl dd a {
        color: #9E9FA5;
        font-size: 14px; }
        footer .footerT dl dd a:hover {
          color: #fff; }
      footer .footerT dl dd p {
        color: #9E9FA5;
        font-size: 14px;
        margin-bottom: 19px; }
    footer .footerT dl:nth-child(2) {
      width: 80px;
      margin-right: 65px; }
    footer .footerT dl:nth-child(3) {
      width: 136px;
      margin-right: 60px; }
    footer .footerT dl:nth-child(4) {
      width: 85px;
      margin-right: 55px; }
    footer .footerT dl:nth-child(5) {
      width: 385px; }
    footer .footerT .qrCode {
      float: left;
      width: 220px;
      color: #A2A5AC;
      margin-right: 110px;
      font-size: 12px; }
      footer .footerT .qrCode img {
        width: 110px;
        height: 110px;
        margin: 20px 0 5px; }
      footer .footerT .qrCode .phone {
        font-size: 28px;
        color: #fff; }
  footer .friendLink {
    display: none;
    margin-top: 24px;
    border-top: 1px solid #585f6f;
    overflow: hidden;
    color: #a2a5ac;
    padding: 10px 0;
    line-height: 2em;
    font-size: 14px; }
    footer .friendLink .widthBase div {
      width: 1120px; }
    footer .friendLink .widthBase p {
      width: 80px; }
    footer .friendLink .widthBase div, footer .friendLink .widthBase p {
      float: left; }
    footer .friendLink a {
      display: inline-block;
      color: #a2a5ac;
      margin-left: 30px; }
  footer .footerBottom {
    font-size: 12px;
    color: #666B76;
    text-align: center;
    background: #3D3E4A;
    line-height: 24px;
    padding-bottom: 10px; }
    footer .footerBottom a {
      color: #666B76; }
    footer .footerBottom a:hover {
      color: #fff; }

.widthBase {
  width: 1200px;
  margin: 0 auto; }

body {
  letter-spacing: 1px; }

.widthBase {
  width: 1200px;
  margin: 0 auto; }

.bannerBox {
  width: 1200px;
  margin: 100px auto 30px;
  height: 300px;
  overflow: hidden; }
  .bannerBox .bannerBox_left {
    position: relative;
    float: left;
    width: 775px;
    height: 300px; }
    .bannerBox .bannerBox_left .swiper-container {
      width: 100%;
      height: 300px; }
      .bannerBox .bannerBox_left .swiper-container .swiper-slide {
        width: 100%;
        height: 300px;
        position: relative; }
        .bannerBox .bannerBox_left .swiper-container .swiper-slide img {
          width: 100%;
          height: 100%;
          border-radius: 4px; }
        .bannerBox .bannerBox_left .swiper-container .swiper-slide p {
          border-radius: 0 0 4px 4px;
          color: #fff;
          font-size: 16px;
          text-indent: 5px;
          position: absolute;
          left: 0;
          bottom: 0;
          line-height: 60px;
          font-weight: 500;
          height: 60px;
          width: 100%;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .bannerBox .bannerBox_left .swiper-container {
      --swiper-theme-color: #ff6600; }
    .bannerBox .bannerBox_left .swiper-pagination {
      bottom: 20px;
      right: 20px; }
      .bannerBox .bannerBox_left .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
        background: #fff;
        border-radius: 0;
        margin-right: 10px;
        opacity: 0.6;
        outline: none !important; }
      .bannerBox .bannerBox_left .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }
  .bannerBox .bannerBox_right {
    float: left;
    width: 410px;
    margin-left: 10px; }
    .bannerBox .bannerBox_right .item {
      width: 195px;
      float: left;
      margin-right: 10px;
      height: 145px;
      margin-bottom: 10px;
      background: url("../images/info_banner3.jpg") no-repeat center;
      background-size: 100% 100%;
      position: relative;
      cursor: pointer;
      border-radius: 4px;
      color: #FFFFFF;
      font-size: 12px; }
      .bannerBox .bannerBox_right .item a {
        color: #fff;
        overflow: hidden;
        display: block; }
      .bannerBox .bannerBox_right .item p {
        width: 175px;
        height: 60px;
        padding: 0 10px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        position: absolute;
        font-weight: 500;
        border-radius: 0 0 4px 4px;
        bottom: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .bannerBox .bannerBox_right .item p span {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          vertical-align: middle;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
    .bannerBox .bannerBox_right .item:hover {
      background-size: 120% 120%;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .bannerBox .bannerBox_right .item:hover p {
        height: 145px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .bannerBox .bannerBox_right .item:hover p span {
          -webkit-line-clamp: 3; }
    .bannerBox .bannerBox_right .item:nth-child(2) {
      margin-right: 0; }

.info_nav {
  width: 1200px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-bottom: 1px solid #E0E4EA; }
  .info_nav li {
    font-weight: 500;
    cursor: pointer;
    float: left;
    margin-right: 40px;
    font-size: 16px;
    color: #3E464C; }
    .info_nav li .line {
      margin: 16px auto 0;
      width: 31px;
      height: 4px;
      background: #fff;
      border-radius: 2px; }
  .info_nav .act a {
    color: #06CB94; }
    .info_nav .act .line {
      background: #06CB94; }

.list_box {
  margin-bottom: 30px; }
  .list_box li {
    padding: 15px;
    height: 140px; }
    .list_box li a {
      cursor: pointer; }
    .list_box li a > .img_box {
      border-radius: 3px;
      float: left;
      width: 210px;
      height: 140px;
      overflow: hidden;
      margin-right: 15px;
      background: url("../images/zizhi-img1.png") no-repeat center;
      background-size: 100% 100%; }
    .list_box li .content {
      width: 945px;
      float: left;
      height: 140px;
      overflow: hidden; }
      .list_box li .content .title {
        color: #3E464C;
        font-size: 16px;
        font-weight: 500; }
      .list_box li .content .title:hover {
        color: #06CB94; }
      .list_box li .content .tet {
        height: 35px;
        margin: 10px 0 57px;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        color: #68747F; }
      .list_box li .content .date {
        color: #A1A6AB;
        font-size: 12px; }
  .list_box li:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15); }
    .list_box li:hover a > .img_box {
      background-size: 120% 120%;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }

.module5 {
  height: 250px;
  background: url("../images/module5Bg.png") no-repeat center;
  background-size: 100% 110%; }
  .module5 .widthBase {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .module5 p.tit {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 60px 0 30px 0;
    letter-spacing: 1px; }
  .module5 .freeTrial_btn {
    width: 150px;
    height: 48px;
    background: white;
    box-shadow: 0px 3px 6px 0px rgba(4, 90, 66, 0.2);
    border-radius: 5px;
    color: #06CB94;
    font-size: 16px;
    border: 0;
    cursor: pointer; }
  .module5 .freeTrial_btn:hover {
    background: #E7EBEA; }

.detail {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0; }
  .detail .detail_nav {
    font-size: 12px;
    padding: 15px 0 28px;
    color: #A1A6AB; }
    .detail .detail_nav a {
      color: #A1A6AB; }
  .detail .detail_box {
    width: 870px;
    float: left;
    color: #68747F;
    font-size: 16px; }
    .detail .detail_box .title {
      color: #3E464C;
      font-size: 28px;
      padding-bottom: 10px;
      font-weight: 500; }
    .detail .detail_box .date {
      font-size: 14px; }
    .detail .detail_box .content {
      padding: 20px 0;
      line-height: 28px;
      min-height: 300px;
      width: 870px;
      word-break: break-all;
      font-family: '微软雅黑' !important; }
  .detail .tag_box {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 12px; }
    .detail .tag_box span {
      margin-right: 8px;
      padding: 2px 10px;
      background: white;
      border-radius: 2px;
      float: left;
      border: 1px solid #e0e4ea; }
  .detail .recommend_box {
    width: 298px;
    overflow: hidden;
    float: left;
    padding: 15px 0 8px;
    margin-left: 30px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e0e4ea;
    font-size: 12px; }
    .detail .recommend_box .title {
      font-size: 18px;
      color: #3E464C;
      font-weight: 500;
      padding: 0 15px 6px; }
    .detail .recommend_box .line {
      width: 34px;
      height: 3px;
      background: #e0e4ea;
      margin-left: 15px; }
    .detail .recommend_box ul {
      padding: 0 15px; }
      .detail .recommend_box ul li {
        border-bottom: 1px solid #E0E4EA;
        padding-bottom: 8px; }
      .detail .recommend_box ul li:last-child {
        border: 0; }
      .detail .recommend_box ul .recommend_title {
        margin: 8px 0 6px;
        color: #3E464C;
        overflow: hidden; }
        .detail .recommend_box ul .recommend_title span {
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
      .detail .recommend_box ul .recommend_title:hover {
        color: #06CB94; }
      .detail .recommend_box ul .date {
        color: #A1A6AB; }

.page_box {
  width: 1200px;
  margin: 0 auto 70px;
  text-align: right; }
  .page_box > div {
    display: inline-block; }
  .page_box .item {
    padding: 7px 14px;
    color: #68747F;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 6px;
    border: 1px solid #e0e4ea; }
  .page_box .act {
    background: #06CB94;
    color: #fff;
    border-color: #06CB94; }

/*# sourceMappingURL=info.css.map */
