@charset "UTF-8";
html {
  min-width: 1340px;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0; }

body {
  min-width: 1340px;
  width: 100%;
  background: #f5f5f5;
  padding: 0;
  margin: 0; }

button:focus {
  outline: none; }

.red {
  color: #d83939; }

.bgf {
  background: #fff; }

/*灰色公用按钮背景*/
.grey {
  color: #b5b5b5; }

.textBut {
  color: #333; }

.colorGre {
  color: #3caf36; }

#oponionContent {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 115px;
  left: 50%;
  margin-left: -100px;
  z-index: 9999;
  color: #fff;
  font-size: 15px; }

#loading-box {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  z-index: 1300;
  border-radius: 10px; }

.loading-box-img {
  width: 100%;
  height: 100%;
  background: url(http://static.wildto.com/storage/images/loading.gif) no-repeat center center;
  background-size: contain; }

.header_common {
  width: 100%;
  position: relative;
  z-index: 999; }
  .header_common .common_top {
    background: #000;
    height: 40px;
    padding: 0 7.65%;
    font-size: 15px;
    color: #ddd;
    line-height: 40px;
    width: 84.7%; }
    .header_common .common_top .phone_icon a {
      color: #ddd; }
    .header_common .common_top .phone_icon span {
      background: url("../images/common/phone_icon.png") no-repeat 0 0;
      background-size: 100%;
      width: 13px;
      height: 19px;
      display: inline-block;
      margin: 11px 10px 0 0; }
    .header_common .common_top span a {
      color: #ddd; }
    .header_common .common_top .slogan {
      background: url("../images/common/slogan.png") no-repeat 0 0;
      background-size: 100%;
      width: 170px;
      height: 16px;
      display: inline-block;
      margin: 16px 0 0 4.16%; }
  .header_common .nav_bg {
    position: relative;
    background: url("../images/common/top_bg.png") no-repeat center top;
    height: 64px;
    width: 100%;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.2);
    background-size: 100% 100%; }
    .header_common .nav_bg .common_lower {
      background-size: 100% 100%;
      width: 84.7%;
      padding: 0 0.78%;
      position: absolute;
      min-width: 1340px;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .header_common .nav_bg .common_lower .logo {
        background: url("../images/common/logo1.png") no-repeat 0 0;
        background-size: 100% 100%;
        width: 122px;
        height: 48px;
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 15px; }
      .header_common .nav_bg .common_lower .navigation {
        height: 100%;
        width: 1168px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -574px; }
        .header_common .nav_bg .common_lower .navigation li {
          height: 100%;
          line-height: 40px;
          font-size: 16px;
          color: #fff;
          width: auto;
          box-sizing: border-box;
          transform: skewX(-25deg);
          position: relative; }
          .header_common .nav_bg .common_lower .navigation li a {
            cursor: pointer;
            color: #fff;
            display: inline-block;
            height: 100%;
            padding: 0 20px;
            transform: skewX(25deg);
            line-height: 64px; }
          .header_common .nav_bg .common_lower .navigation li b {
            width: 1px;
            display: inline-block;
            height: 18px;
            margin-top: 24px;
            border-left: 1px solid #043f06;
            transform: skewX(25deg); }
          .header_common .nav_bg .common_lower .navigation li .triangle {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: skewX(25deg);
            margin-left: -9px;
            width: 0;
            height: 0;
            border: 9px solid;
            border-color: transparent transparent #737374;
            display: none; }
          .header_common .nav_bg .common_lower .navigation li .chl_tab {
            position: absolute;
            bottom: -45px;
            left: 0;
            width: 2100%;
            height: 45px;
            background: url("../images/common/tabMiniBg.png") no-repeat;
            background-size: 100% 100%;
            margin-left: -336%;
            transform: skewX(25deg);
            display: none; }
            .header_common .nav_bg .common_lower .navigation li .chl_tab .tabs {
              padding-left: 14%;
              height: 16px;
              margin-top: 13px;
              color: #333; }
              .header_common .nav_bg .common_lower .navigation li .chl_tab .tabs div {
                font-size: 16px;
                line-height: 16px;
                cursor: pointer; }
                .header_common .nav_bg .common_lower .navigation li .chl_tab .tabs div span {
                  color: #fff; }
                .header_common .nav_bg .common_lower .navigation li .chl_tab .tabs div b {
                  width: 1px;
                  border-left: 1px solid #333;
                  margin: 0 28px;
                  transform: skewX(-25deg);
                  height: 16px;
                  display: inline-block; }
              .header_common .nav_bg .common_lower .navigation li .chl_tab .tabs div span:hover {
                color: #101010; }
              .header_common .nav_bg .common_lower .navigation li .chl_tab .tabs .active span {
                color: #101010; }
        .header_common .nav_bg .common_lower .navigation li:hover {
          background: #1e5a1a; }
          .header_common .nav_bg .common_lower .navigation li:hover .triangle {
            display: block; }
          .header_common .nav_bg .common_lower .navigation li:hover b {
            border: none;
            width: 2px; }
          .header_common .nav_bg .common_lower .navigation li:hover .chl_tab {
            display: block; }
        .header_common .nav_bg .common_lower .navigation .liActive {
          background: #1e5a1a; }
          .header_common .nav_bg .common_lower .navigation .liActive b {
            border: none;
            width: 2px; }
        .header_common .nav_bg .common_lower .navigation .liActive + li b {
          border: none;
          width: 2px; }
        .header_common .nav_bg .common_lower .navigation li:hover + li b {
          border: none;
          width: 2px; }
      .header_common .nav_bg .common_lower .common_lower_right {
        width: auto;
        position: absolute;
        top: 17px;
        right: 50px;
        z-index: 500; }
        .header_common .nav_bg .common_lower .common_lower_right span {
          cursor: pointer; }
          .header_common .nav_bg .common_lower .common_lower_right span a {
            width: 100%;
            height: 100%;
            display: inline-block; }
        .header_common .nav_bg .common_lower .common_lower_right .search {
          width: 27px;
          height: 30px;
          margin-right: 30px; }
          .header_common .nav_bg .common_lower .common_lower_right .search input {
            display: none; }
          .header_common .nav_bg .common_lower .common_lower_right .search span {
            background: url("../images/common/sprite.png") no-repeat -15px 0;
            width: 27px;
            height: 29px;
            display: inline-block; }
        .header_common .nav_bg .common_lower .common_lower_right .searchActive {
          background: #fff;
          border-radius: 30px;
          padding: 0 22px 0 15px;
          width: 170px;
          margin-top: -2px; }
          .header_common .nav_bg .common_lower .common_lower_right .searchActive input {
            display: inline-block;
            width: 140px;
            line-height: 30px;
            border: none;
            font-size: 16px; }
          .header_common .nav_bg .common_lower .common_lower_right .searchActive span {
            background: url("../images/common/sprite.png") no-repeat -200px 0;
            width: 23px;
            height: 25px;
            margin-top: 2px; }
        .header_common .nav_bg .common_lower .common_lower_right .btnLogin {
          background: url("../images/common/sprite.png") no-repeat -45px 0;
          width: 25px;
          height: 27px;
          margin: 0 25px 0 0; }
          .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list {
            position: absolute;
            top: 27px;
            left: 10px;
            width: 56px;
            height: 50px;
            display: none; }
            .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list b {
              position: absolute;
              top: 1px;
              left: 50px;
              width: 0;
              height: 0;
              border: 9px solid;
              border-color: transparent transparent #fff; }
            .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list .proUl {
              width: 160px;
              padding: 0 28px;
              position: absolute;
              top: 19px;
              left: -52px;
              background: #fff;
              box-shadow: 0px 2px 3px 2px #ccc; }
              .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list .proUl a {
                height: 44px;
                line-height: 44px;
                width: 100%;
                display: block;
                border-bottom: 1px solid #ccc;
                text-align: center;
                font-size: 14px;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list .proUl a:hover {
                color: #42b25c; }
              .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list .proUl a:last-child {
                border: none; }
        .header_common .nav_bg .common_lower .common_lower_right .btnPro {
          background: url("../images/common/sprite.png") no-repeat -71px 0;
          width: 26px;
          height: 28px;
          position: relative; }
          .header_common .nav_bg .common_lower .common_lower_right .btnPro .list {
            position: absolute;
            top: 27px;
            left: 0;
            width: 56px;
            height: 50px;
            display: none; }
            .header_common .nav_bg .common_lower .common_lower_right .btnPro .list b {
              position: absolute;
              top: 1px;
              left: 5px;
              width: 0;
              height: 0;
              border: 9px solid;
              border-color: transparent transparent #fff; }
            .header_common .nav_bg .common_lower .common_lower_right .btnPro .list .proUl {
              width: 80px;
              padding: 0 28px;
              position: absolute;
              top: 19px;
              left: -52px;
              background: #fff;
              box-shadow: 0px 2px 3px 2px #ccc; }
              .header_common .nav_bg .common_lower .common_lower_right .btnPro .list .proUl a {
                height: 44px;
                line-height: 44px;
                width: 100%;
                display: block;
                border-bottom: 1px solid #ccc;
                text-align: center;
                font-size: 14px;
                color: #333; }
              .header_common .nav_bg .common_lower .common_lower_right .btnPro .list .proUl a:hover {
                color: #42b25c; }
              .header_common .nav_bg .common_lower .common_lower_right .btnPro .list .proUl a:last-child {
                border: none; }
        .header_common .nav_bg .common_lower .common_lower_right .btnPro:hover .list, .header_common .nav_bg .common_lower .common_lower_right .btnLogin:hover .list {
          display: inline-block; }
    .header_common .nav_bg .childTabView {
      display: none;
      width: 91%;
      height: 45px;
      background: url(../images/common/tabMiniBg.png) no-repeat;
      position: absolute;
      left: 5%;
      top: 64px;
      z-index: 100;
      background-size: 100% 100%; }
      .header_common .nav_bg .childTabView .tabs {
        padding-left: 14%;
        height: 16px;
        margin-top: 13px;
        color: #333;
        display: none; }
        .header_common .nav_bg .childTabView .tabs div {
          font-size: 16px;
          line-height: 16px;
          cursor: pointer; }
          .header_common .nav_bg .childTabView .tabs div span {
            color: #fff; }
          .header_common .nav_bg .childTabView .tabs div a {
            color: #fff; }
          .header_common .nav_bg .childTabView .tabs div b {
            width: 1px;
            border-left: 1px solid #333;
            margin: 0 28px;
            transform: skewX(-25deg);
            height: 16px;
            display: inline-block; }
        .header_common .nav_bg .childTabView .tabs div a:hover {
          color: #101010; }
        .header_common .nav_bg .childTabView .tabs .active a {
          color: #101010; }

/*尾部*/
.footer {
  padding: 85px 11.9% 57px;
  color: #a0a0a0;
  height: 324px;
  background: #333;
  position: relative;
  z-index: 500; }
  .footer .center_line {
    width: 1px;
    height: 324px;
    background: -webkit-linear-gradient(top, #333 -4%, #858585 50%, #333 100%); }
  .footer .footer_left {
    width: 75.8%;
    height: 142px; }
    .footer .footer_left .left_top {
      width: 100%; }
      .footer .footer_left .left_top a {
        color: #a0a0a0; }
      .footer .footer_left .left_top b {
        width: 1px;
        display: inline-block;
        height: 142px;
        background: -webkit-linear-gradient(top, #333 -4%, #858585 50%, #333 100%); }
      .footer .footer_left .left_top .logo_footer {
        background: url("../images/common/sprite.png") no-repeat 0px -135px;
        width: 204px;
        height: 83px;
        margin-top: 40px;
        margin-right: 2.56%; }
      .footer .footer_left .left_top .dwn {
        width: 25.68%; }
        .footer .footer_left .left_top .dwn a {
          display: block;
          font-size: 17px;
          line-height: 100%;
          text-align: center;
          margin-top: 33px; }
      .footer .footer_left .left_top .href {
        width: 49%; }
        .footer .footer_left .left_top .href p {
          font-size: 17px;
          line-height: 100%;
          text-align: left;
          margin-top: 33px;
          text-indent: 1.2em;
          width: 40%;
          cursor: pointer; }
        .footer .footer_left .left_top .href div {
          width: 100%; }
          .footer .footer_left .left_top .href div span {
            display: inline-block;
            font-size: 17px;
            line-height: 100%;
            text-align: center;
            margin-top: 33px;
            width: 50%; }
          .footer .footer_left .left_top .href div span:first-child {
            width: auto;
            margin: 0 10px 0 0;
            text-indent: 1.2em; }
    .footer .footer_left .left_bottom .tab {
      width: 70%;
      margin: 65px auto 0; }
      .footer .footer_left .left_bottom .tab a {
        font-size: 15px;
        color: #a0a0a0;
        width: 15.6%;
        text-align: center;
        display: inline-block;
        margin-bottom: 29px; }
    .footer .footer_left .left_bottom p {
      font-size: 15px;
      color: #a0a0a0;
      width: 100%;
      text-align: center;
      line-height: 100%; }
  .footer .footer_right {
    width: 24%; }
    .footer .footer_right h5 {
      font-size: 17px;
      color: #a0a0a0;
      line-height: 100%;
      margin-bottom: 20px;
      text-align: center;
      margin-top: 60px; }
    .footer .footer_right .org_qr_bt {
      width: 100%; }
      .footer .footer_right .org_qr_bt li {
        width: 50%; }
        .footer .footer_right .org_qr_bt li b {
          width: 104px;
          height: 104px;
          display: block;
          margin: 0 auto; }
        .footer .footer_right .org_qr_bt li .img1 {
          background: url("../images/common/sprite.png") no-repeat -106px -30px; }
        .footer .footer_right .org_qr_bt li .img2 {
          background: url("../images/common/sprite.png") no-repeat 0px -30px; }
        .footer .footer_right .org_qr_bt li p {
          text-align: center;
          font-size: 13px;
          margin: 12px 0 0; }

/*意见提交部分*/
.maskOpinion {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  display: none; }

.viewOpinion {
  width: 477px;
  height: 415px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -207px 0 0 -258px;
  z-index: 910;
  padding: 0 20px;
  display: none; }
  .viewOpinion h4 {
    font-size: 18px;
    color: #000;
    line-height: 100%;
    margin: 24px 0; }
  .viewOpinion div {
    margin: 1px 0 12px; }
    .viewOpinion div input {
      border: 1px solid #999; }
    .viewOpinion div span {
      display: inline-block;
      width: 52px;
      font-size: 16px;
      color: #555;
      line-height: 38px;
      height: 38px; }
    .viewOpinion div textarea {
      width: 395px;
      height: 115px;
      padding: 10px;
      font-size: 14px;
      line-height: 22px;
      border: 1px solid #999; }
    .viewOpinion div .phoneText {
      width: 285px;
      height: 25px;
      line-height: 35px;
      font-size: 14px;
      padding: 5px; }
    .viewOpinion div .titleText {
      width: 400px;
      height: 25px;
      line-height: 35px;
      font-size: 14px;
      padding: 5px; }
    .viewOpinion div button {
      border: none;
      background: #f00000;
      width: 90px;
      height: 38px;
      margin-left: 30px;
      color: #fff;
      cursor: pointer; }
    .viewOpinion div .opClass {
      line-height: 38px;
      width: 80px;
      font-size: 14px;
      display: inline-block; }
      .viewOpinion div .opClass input[type="radio"] + label::before {
        cursor: pointer;
        content: "\a0";
        /*不换行空格*/
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-right: .2em;
        border-radius: 50%;
        border: 1px solid #d2d2d2;
        text-indent: .15em;
        line-height: 1; }
      .viewOpinion div .opClass input[type="radio"]:checked + label::before {
        background-color: #f00000;
        background-clip: content-box;
        padding: .2em; }
      .viewOpinion div .opClass input[type="radio"] {
        position: absolute;
        clip: rect(0, 0, 0, 0); }

/*标签样式*/
.column {
  width: 100%; }
  .column .title {
    padding-bottom: 4px;
    border-bottom: 2px solid #f2f2f2; }
    .column .title h3 {
      font-size: 24px;
      color: #333;
      line-height: 40px;
      font-weight: 400; }
    .column .title a {
      color: #af825e;
      font-size: 14px;
      line-height: 40px; }
  .column .trapezoid {
    width: 119px;
    height: 8px;
    border-bottom: 8px solid #3caf36;
    border-right: 10px solid transparent;
    border-left: 0 solid transparent;
    /*水平翻转*/
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    /*IE*/
    filter: FlipV;
    margin-top: -3px; }

.scroll_top {
  position: fixed;
  right: 0;
  top: 50%;
  width: 37px;
  height: 160px;
  z-index: 999;
  margin-top: -80px;
  padding: 0 2px;
  display: inline-block; }
  .scroll_top .sr_btn {
    height: 31px;
    padding: 10px 7px;
    position: relative;
    margin-bottom: 2px;
    background: #7a7a7a; }
    .scroll_top .sr_btn .btn_text {
      color: #fff; }
      .scroll_top .sr_btn .btn_text div {
        color: #fff;
        text-align: center; }
      .scroll_top .sr_btn .btn_text .icon {
        font-size: 20px;
        line-height: 31px; }
      .scroll_top .sr_btn .btn_text .text {
        font-size: 12px;
        line-height: 16px; }
    .scroll_top .sr_btn .zero {
      width: 50px;
      height: 100%;
      position: absolute;
      right: 5px;
      top: 0;
      background: none;
      z-index: 500;
      display: none; }
    .scroll_top .sr_btn .btn_content {
      z-index: 600;
      background: #fff;
      display: none;
      border: 1px solid #d5d3d3;
      position: absolute;
      top: 50%;
      right: 52px;
      transform: translateY(-50%);
      width: 120px;
      text-align: center;
      font-size: 12px;
      line-height: 100%;
      padding: 8px 0; }
      .scroll_top .sr_btn .btn_content div {
        color: #666;
        font-size: 11px;
        margin-bottom: 4px; }
      .scroll_top .sr_btn .btn_content p {
        font-size: 11px;
        color: #999; }
      .scroll_top .sr_btn .btn_content img {
        width: 96px;
        height: 96px;
        margin-top: 5px; }
      .scroll_top .sr_btn .btn_content .triangle-right {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background: #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        right: -2px;
        top: 50%; }
      .scroll_top .sr_btn .btn_content .close {
        font-size: 24px;
        line-height: 20px;
        padding: 4px;
        color: #999;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 999;
        cursor: pointer; }
      .scroll_top .sr_btn .btn_content .viewOpinionRight {
        padding: 20px 25px;
        width: 310px;
        height: 200px;
        background: #fff;
        z-index: 910;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0; }
        .scroll_top .sr_btn .btn_content .viewOpinionRight div textarea {
          width: 290px;
          margin-top: 18px;
          height: 95px;
          font-size: 12px;
          color: #333;
          border-color: #D2D2D2; }
        .scroll_top .sr_btn .btn_content .viewOpinionRight div .phoneText {
          width: 211px;
          font-size: 12px;
          padding: 0 4px 0 5px;
          line-height: 25px;
          color: #333;
          border-color: #D2D2D2; }
        .scroll_top .sr_btn .btn_content .viewOpinionRight div button {
          margin-left: 20px;
          width: 67px;
          height: 26px;
          font-size: 12px; }
        .scroll_top .sr_btn .btn_content .viewOpinionRight .mt20 {
          margin-top: 15px; }
        .scroll_top .sr_btn .btn_content .viewOpinionRight .viewTop {
          height: 18px; }
          .scroll_top .sr_btn .btn_content .viewOpinionRight .viewTop div {
            font-size: 16px;
            color: #333;
            line-height: 16px;
            margin: 0;
            padding: 0;
            height: 18px;
            font-weight: 600; }
          .scroll_top .sr_btn .btn_content .viewOpinionRight .viewTop span {
            font-size: 14px;
            color: #666;
            line-height: 16px;
            padding: 0;
            margin-left: 15px;
            width: 200px;
            height: 18px;
            text-align: left; }
  .scroll_top .sr_btn:nth-child(1):hover .btn_content {
    display: block; }
  .scroll_top .sr_btn:hover .zero {
    display: inline-block; }
  .scroll_top .sr_btn:nth-child(2) .btn_content {
    width: 365px;
    height: 243px;
    padding: 0; }

.banner_img {
  margin: 0 0 20px;
  position: relative;
  background: #fff;
  padding: 54px 3.5% 40px; }
  .banner_img button {
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #000;
    border: none;
    font-size: 34px !important;
    position: absolute;
    z-index: 500;
    opacity: 0.7;
    outline: none;
    cursor: pointer;
    font-weight: 600; }
  .banner_img button:last-child {
    top: 50%;
    right: 0;
    margin-top: -35px; }
  .banner_img .btn1 {
    top: 50%;
    left: 0;
    margin-top: -35px; }

.img_view_bg {
  background: #f5f5f5; }
  .img_view_bg .banner_w {
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
    margin-bottom: 20px; }
    .img_view_bg .banner_w .imgBannerView {
      width: 1300px;
      margin: 52px auto 0;
      height: 588px;
      position: relative; }
      .img_view_bg .banner_w .imgBannerView .swiper-container {
        width: 1172px;
        margin: 0 auto;
        height: 100%;
        padding-bottom: 54px; }
      .img_view_bg .banner_w .imgBannerView div img {
        height: 100%; }
      .img_view_bg .banner_w .imgBannerView div a {
        width: 100%;
        height: 100%;
        display: block;
        background: no-repeat center center;
        background-size: cover; }
      .img_view_bg .banner_w .imgBannerView .swiper-pagination-bullet {
        background: #c8c6c3;
        width: 14px;
        height: 14px;
        margin: 0 10px;
        opacity: 1; }
      .img_view_bg .banner_w .imgBannerView .swiper-pagination-bullet-active {
        background: #5cb32e; }
      .img_view_bg .banner_w .imgBannerView .swiper-button-prev, .img_view_bg .banner_w .imgBannerView .swiper-button-next {
        margin-top: -50px; }
      .img_view_bg .banner_w .imgBannerView .swiper-button-prev:focus, .img_view_bg .banner_w .imgBannerView .swiper-button-next:focus {
        outline: 0; }
      .img_view_bg .banner_w .imgBannerView .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E") !important; }
      .img_view_bg .banner_w .imgBannerView .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E") !important; }

.viewContent {
  height: auto;
  width: 1180px;
  margin: 0 auto;
  /*首页照片墙部分*/ }
  .viewContent .slogan_lang {
    width: 100%;
    margin: 52px 0 12px 0; }
  .viewContent .slogan_short {
    width: 49.5%;
    margin-bottom: 24px; }
  .viewContent .bannerContent {
    margin-bottom: 44px;
    height: 568px; }
    .viewContent .bannerContent .bannerLeft {
      width: 736px;
      display: inline-block;
      height: 568px; }
      .viewContent .bannerContent .bannerLeft .swiper-container {
        width: 736px;
        height: 414px;
        margin-left: auto;
        margin-right: auto; }
      .viewContent .bannerContent .bannerLeft .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #ccc;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative; }
        .viewContent .bannerContent .bannerLeft .swiper-slide .bannerBg {
          width: 100%;
          height: 70px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #000;
          opacity: 0.6;
          z-index: 10; }
        .viewContent .bannerContent .bannerLeft .swiper-slide p {
          width: 626px;
          line-height: 70px;
          position: absolute;
          left: 0;
          bottom: 0;
          font-size: 24px;
          color: #fff;
          z-index: 20;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-indent: 1em; }
      .viewContent .bannerContent .bannerLeft .bannerBottom_ads {
        width: 100%;
        margin-top: 20px; }
        .viewContent .bannerContent .bannerLeft .bannerBottom_ads a {
          width: 32.79%;
          margin-right: 0.7%;
          background: no-repeat center center;
          background-size: cover;
          height: 132px;
          overflow: hidden; }
          .viewContent .bannerContent .bannerLeft .bannerBottom_ads a img {
            width: 100%;
            height: 132px; }
          .viewContent .bannerContent .bannerLeft .bannerBottom_ads a span {
            background: no-repeat center center;
            background-size: cover;
            height: 132px;
            width: 100%;
            display: inline-block;
            cursor: pointer;
            transition: all 0.6s; }
            .viewContent .bannerContent .bannerLeft .bannerBottom_ads a span b {
              font-size: 15px;
              color: #fff;
              height: 100%;
              background: rgba(0, 0, 0, 0.5);
              text-align: center;
              line-height: 132px;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              padding: 0 10px;
              display: none;
              width: -moz-calc(100% - (10px) * 2);
              width: -webkit-calc(100% - (10px) * 2);
              width: calc(100% - (10px) * 2); }
          .viewContent .bannerContent .bannerLeft .bannerBottom_ads a span:hover b {
            display: inline-block; }
        .viewContent .bannerContent .bannerLeft .bannerBottom_ads a:last-child {
          margin-right: 0; }
      .viewContent .bannerContent .bannerLeft .swiper-pagination-bullets {
        width: 110px;
        bottom: 30px;
        left: 627px; }
        .viewContent .bannerContent .bannerLeft .swiper-pagination-bullets .swiper-pagination-bullet {
          width: 13px;
          height: 3px;
          margin: 0 2px 3px;
          opacity: 1;
          border-radius: 0; }
        .viewContent .bannerContent .bannerLeft .swiper-pagination-bullets .swiper-pagination-bullet-active {
          background: #01942a; }
    .viewContent .bannerContent .bannerRight {
      width: 380px;
      height: 563px;
      padding: 5px 16px 0;
      background: #f7f8fa; }
      .viewContent .bannerContent .bannerRight h3 {
        font-size: 18px;
        color: #333;
        margin: 30px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 380px;
        font-weight: 400; }
        .viewContent .bannerContent .bannerRight h3 a {
          color: #333;
          font-weight: 600; }
        .viewContent .bannerContent .bannerRight h3 a:hover {
          color: #42b25c; }
      .viewContent .bannerContent .bannerRight h3:first-child {
        margin-top: 20px; }
      .viewContent .bannerContent .bannerRight ul li {
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .viewContent .bannerContent .bannerRight ul li a {
          color: #333; }
          .viewContent .bannerContent .bannerRight ul li a span {
            color: #42b25c;
            border-left: 2px solid #42b25c;
            border-right: 2px solid #42b25c;
            font-size: 16px;
            padding: 0 7px;
            line-height: 100%;
            margin-right: 7px; }
        .viewContent .bannerContent .bannerRight ul li a:hover {
          color: #42b25c; }
  .viewContent .index_news .newsLeft {
    width: 672px; }
    .viewContent .index_news .newsLeft .newsTab ul {
      height: 46px;
      width: 100%;
      margin-top: 12px;
      background: #01ac2c; }
      .viewContent .index_news .newsLeft .newsTab ul li {
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        width: 84px;
        text-align: center; }
        .viewContent .index_news .newsLeft .newsTab ul li a {
          cursor: pointer;
          color: #fff;
          text-align: center;
          width: 83px;
          display: inline-block; }
        .viewContent .index_news .newsLeft .newsTab ul li b {
          width: 1px;
          height: 40px;
          background: -webkit-linear-gradient(top, #42b25c -4%, #043f06 50%, #42b25c 100%);
          margin: 3px 0; }
      .viewContent .index_news .newsLeft .newsTab ul .active {
        background: #1d5919; }
        .viewContent .index_news .newsLeft .newsTab ul .active b {
          background: none; }
      .viewContent .index_news .newsLeft .newsTab ul .active + li b {
        background: none; }
    .viewContent .index_news .newsLeft .indexNewsDiv .newsUl {
      margin-top: 40px;
      display: none; }
      .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li {
        margin-bottom: 34px;
        border-bottom: 1px dashed #dcdcdc; }
        .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li p {
          height: 18px;
          font-size: 16px;
          color: #222;
          margin-bottom: 26px; }
          .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li p span {
            line-height: 18px;
            font-size: 18px;
            color: #009922;
            padding: 0 7px;
            border-left: 2px solid #009922;
            border-right: 2px solid #009922;
            margin-right: 17px; }
          .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li p a {
            color: #333;
            font-size: 18px;
            font-weight: 600; }
          .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li p a:hover {
            color: #42b25c; }
        .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li .newLiContent {
          margin-bottom: 27px; }
          .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li .newLiContent img {
            width: 222px;
            height: 128px; }
          .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li .newLiContent .liText {
            width: 426px; }
            .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li .newLiContent .liText p {
              height: 46px;
              font-size: 13px;
              color: #666;
              line-height: 23px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              margin-bottom: 25px; }
            .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li .newLiContent .liText .liTextDesc {
              width: 100%;
              color: #b8b7b7;
              width: 100%;
              height: 16px;
              display: flex;
              justify-content: space-between; }
              .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li .newLiContent .liText .liTextDesc span {
                display: inline-block;
                font-size: 14px;
                line-height: 16px; }
                .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li .newLiContent .liText .liTextDesc span b {
                  font-weight: 400;
                  line-height: 16px;
                  font-size: 15px;
                  margin-right: 5px; }
      .viewContent .index_news .newsLeft .indexNewsDiv .newsUl li:nth-last-child(2) {
        border: none; }
      .viewContent .index_news .newsLeft .indexNewsDiv .newsUl .btnAll {
        width: 100%;
        border: none; }
        .viewContent .index_news .newsLeft .indexNewsDiv .newsUl .btnAll a {
          width: 200px;
          height: 37px;
          text-align: center;
          line-height: 37px;
          font-size: 15px;
          color: #555;
          margin: 0 auto;
          display: block; }
    .viewContent .index_news .newsLeft .indexNewsDiv .activeDiv {
      display: block; }
  .viewContent .index_news .newsRight {
    width: 461px;
    margin-top: 12px; }
    .viewContent .index_news .newsRight .nr_ads {
      width: 100%;
      margin-bottom: 33px; }
      .viewContent .index_news .newsRight .nr_ads img {
        width: 100%;
        height: 129px; }
      .viewContent .index_news .newsRight .nr_ads img:first-child {
        margin-bottom: 20px; }
    .viewContent .index_news .newsRight .news_video {
      margin-top: 46px;
      width: 100%; }
      .viewContent .index_news .newsRight .news_video .video_big {
        width: 100%;
        height: 260px;
        margin-bottom: 36px;
        object-fit: fill;
        position: relative; }
        .viewContent .index_news .newsRight .news_video .video_big a {
          width: 100%;
          height: 100%;
          display: block;
          background: no-repeat center center;
          background-size: cover; }
        .viewContent .index_news .newsRight .news_video .video_big video {
          width: 100%;
          height: 100%; }
        .viewContent .index_news .newsRight .news_video .video_big .airplay_big {
          width: 73px;
          height: 73px;
          position: absolute;
          margin: -36px 0 0 -36px;
          top: 50%;
          left: 50%;
          font-size: 73px; }
        .viewContent .index_news .newsRight .news_video .video_big .titleText {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 45px;
          width: 100%;
          font-size: 16px; }
          .viewContent .index_news .newsRight .news_video .video_big .titleText .bg {
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.6;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 100; }
          .viewContent .index_news .newsRight .news_video .video_big .titleText p {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 100;
            line-height: 45px;
            color: #fff;
            text-indent: 1em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
      .viewContent .index_news .newsRight .news_video .video_mini {
        width: 48.37%;
        height: 143px;
        object-fit: fill;
        margin-bottom: 19px;
        position: relative; }
        .viewContent .index_news .newsRight .news_video .video_mini a {
          width: 100%;
          height: 100%;
          display: block;
          background: no-repeat center center;
          background-size: cover; }
        .viewContent .index_news .newsRight .news_video .video_mini video {
          width: 100%;
          height: 100%; }
        .viewContent .index_news .newsRight .news_video .video_mini .airplay {
          width: 45px;
          height: 45px;
          position: absolute;
          margin: -22px 0 0 -22px;
          top: 50%;
          left: 50%;
          font-size: 45px; }
        .viewContent .index_news .newsRight .news_video .video_mini .titleText {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 30px;
          width: 100%;
          font-size: 14px; }
          .viewContent .index_news .newsRight .news_video .video_mini .titleText .bg {
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.6;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 100; }
          .viewContent .index_news .newsRight .news_video .video_mini .titleText p {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 100;
            line-height: 30px;
            color: #fff;
            text-indent: 1em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
      .viewContent .index_news .newsRight .news_video .iconfont {
        color: #e0e3e5;
        cursor: pointer; }
      .viewContent .index_news .newsRight .news_video .video_mini:nth-child(2n) {
        margin-right: 3%; }
      .viewContent .index_news .newsRight .news_video .airplay {
        display: inline-block;
        width: 73px;
        height: 73px; }
  .viewContent .photoWall {
    padding: 58px 0;
    height: 580px; }
    .viewContent .photoWall .masonry {
      width: 1167px;
      position: relative; }
      .viewContent .photoWall .masonry .box {
        position: absolute; }
        .viewContent .photoWall .masonry .box img {
          width: 100%;
          height: 100%; }
        .viewContent .photoWall .masonry .box a {
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden;
          position: absolute; }
          .viewContent .photoWall .masonry .box a span {
            background: no-repeat center center;
            background-size: cover;
            display: inline-block;
            width: 100%;
            height: 100%;
            cursor: pointer;
            transition: all 0.6s; }
          .viewContent .photoWall .masonry .box a span:hover {
            transform: scale(1.2); }
          .viewContent .photoWall .masonry .box a .wallBg {
            background: #000;
            opacity: 0.2;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 42px;
            width: 100%;
            z-index: 100; }
          .viewContent .photoWall .masonry .box a .wallTitle {
            color: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 42px;
            font-size: 16px;
            padding: 0 15px;
            z-index: 101;
            text-align: center;
            width: -moz-calc(100% - (15px) * 2);
            width: -webkit-calc(100% - (15px) * 2);
            width: calc(100% - (15px) * 2); }
      .viewContent .photoWall .masonry .box:nth-child(1) {
        top: 0;
        left: 0;
        height: 385px;
        width: 545px; }
      .viewContent .photoWall .masonry .box:nth-child(2) {
        top: 0;
        left: 554px;
        height: 189px;
        width: 346px; }
      .viewContent .photoWall .masonry .box:nth-child(3) {
        top: 0;
        left: 909px;
        height: 189px;
        width: 266px; }
        .viewContent .photoWall .masonry .box:nth-child(3) .wallBg {
          height: 100%;
          display: none; }
        .viewContent .photoWall .masonry .box:nth-child(3) .wallTitle {
          line-height: 189px;
          display: none; }
      .viewContent .photoWall .masonry .box:nth-child(4) {
        top: 195px;
        left: 554px;
        height: 189px;
        width: 346px; }
      .viewContent .photoWall .masonry .box:nth-child(5) {
        top: 195px;
        left: 909px;
        height: 189px;
        width: 266px; }
        .viewContent .photoWall .masonry .box:nth-child(5) .wallBg {
          height: 100%;
          display: none; }
        .viewContent .photoWall .masonry .box:nth-child(5) .wallTitle {
          line-height: 189px;
          display: none; }
      .viewContent .photoWall .masonry .box:nth-child(6) {
        top: 393px;
        left: 0;
        height: 186px;
        width: 268px; }
        .viewContent .photoWall .masonry .box:nth-child(6) .wallBg {
          height: 100%;
          display: none; }
        .viewContent .photoWall .masonry .box:nth-child(6) .wallTitle {
          line-height: 186px;
          display: none; }
      .viewContent .photoWall .masonry .box:nth-child(7) {
        top: 393px;
        left: 278px;
        height: 186px;
        width: 267px; }
        .viewContent .photoWall .masonry .box:nth-child(7) .wallBg {
          height: 100%;
          display: none; }
        .viewContent .photoWall .masonry .box:nth-child(7) .wallTitle {
          line-height: 186px;
          display: none; }
      .viewContent .photoWall .masonry .box:nth-child(8) {
        top: 393px;
        left: 554px;
        height: 186px;
        width: 346px; }
      .viewContent .photoWall .masonry .box:nth-child(9) {
        top: 393px;
        left: 909px;
        height: 186px;
        width: 266px; }
        .viewContent .photoWall .masonry .box:nth-child(9) .wallBg {
          height: 100%;
          display: none; }
        .viewContent .photoWall .masonry .box:nth-child(9) .wallTitle {
          line-height: 186px;
          display: none; }
      .viewContent .photoWall .masonry .box:nth-child(3):hover .wallBg, .viewContent .photoWall .masonry .box:nth-child(5):hover .wallBg, .viewContent .photoWall .masonry .box:nth-child(6):hover .wallBg, .viewContent .photoWall .masonry .box:nth-child(7):hover .wallBg, .viewContent .photoWall .masonry .box:nth-child(9):hover .wallBg {
        display: block;
        opacity: 0.4; }
      .viewContent .photoWall .masonry .box:nth-child(3):hover .wallTitle, .viewContent .photoWall .masonry .box:nth-child(5):hover .wallTitle, .viewContent .photoWall .masonry .box:nth-child(6):hover .wallTitle, .viewContent .photoWall .masonry .box:nth-child(7):hover .wallTitle, .viewContent .photoWall .masonry .box:nth-child(9):hover .wallTitle {
        display: block;
        text-align: center;
        text-indent: 0; }
    .viewContent .photoWall .container-fluid .box {
      margin-bottom: 10px;
      float: left;
      width: 380px; }
    .viewContent .photoWall .container-fluid .box img {
      max-width: 100%; }
  .viewContent .product_list {
    width: 100%;
    margin-top: 56px; }
    .viewContent .product_list ul {
      width: 100%; }
      .viewContent .product_list ul li {
        width: 22.53%;
        margin: 0 3.18% 33px 0;
        height: 347px; }
        .viewContent .product_list ul li img {
          width: 100%;
          height: 156px; }
        .viewContent .product_list ul li .title a {
          width: 100%;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-size: 14px;
          line-height: 25px;
          color: #000;
          margin: 21px 0 15px 0;
          height: 50px;
          display: block; }
        .viewContent .product_list ul li .title a:hover {
          color: #009922; }
        .viewContent .product_list ul li .desc {
          width: 100%;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-size: 12px;
          line-height: 22px;
          color: #a0a0a0;
          margin: 0 0 21px 0;
          height: 44px;
          display: block; }
        .viewContent .product_list ul li div {
          width: 100%; }
          .viewContent .product_list ul li div span {
            font-size: 12px;
            line-height: 100%;
            color: #a0a0a0; }
            .viewContent .product_list ul li div span a {
              color: #a0a0a0 !important; }
            .viewContent .product_list ul li div span b {
              margin: 3px 3px 0 0; }
      .viewContent .product_list ul li:nth-child(-n+4) {
        border-bottom: 1px solid #e6e6e6; }
      .viewContent .product_list ul li:nth-child(4n) {
        margin-right: 0; }
  .viewContent .video_btm {
    width: 1120px;
    background: #fff;
    margin-top: 21px;
    padding: 50px 30px; }
    .viewContent .video_btm .video_btm_left {
      width: 707px; }
      .viewContent .video_btm .video_btm_left .newsUl {
        margin-top: 40px; }
        .viewContent .video_btm .video_btm_left .newsUl li {
          margin-bottom: 50px;
          border-bottom: 1px dashed #dcdcdc; }
          .viewContent .video_btm .video_btm_left .newsUl li p {
            height: 18px;
            font-size: 16px;
            color: #000;
            margin-bottom: 26px; }
            .viewContent .video_btm .video_btm_left .newsUl li p span {
              line-height: 18px;
              font-size: 16px;
              color: #009922;
              padding: 0 7px;
              border-left: 2px solid #009922;
              border-right: 2px solid #009922;
              margin-right: 17px; }
            .viewContent .video_btm .video_btm_left .newsUl li p a:hover {
              color: #42b25c; }
          .viewContent .video_btm .video_btm_left .newsUl li .newLiContent {
            margin-bottom: 62px; }
            .viewContent .video_btm .video_btm_left .newsUl li .newLiContent img {
              width: 232px;
              height: 154px;
              margin-right: 24px; }
            .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText {
              width: 440px; }
              .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText h4 {
                width: 100%;
                font-size: 18px;
                color: #333;
                line-height: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 32px;
                height: 25px; }
              .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText h4:hover {
                color: #42b25c; }
              .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText p {
                height: 44px;
                font-size: 13px;
                color: #666;
                line-height: 23px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                margin-bottom: 40px; }
              .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText .liTextDesc {
                color: #b8b7b7;
                width: 100%;
                height: 16px;
                display: flex;
                justify-content: space-between; }
                .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText .liTextDesc span {
                  display: inline-block;
                  font-size: 14px;
                  line-height: 16px;
                  color: #a0a0a0; }
                  .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText .liTextDesc span a {
                    color: #a0a0a0 !important; }
                  .viewContent .video_btm .video_btm_left .newsUl li .newLiContent .liText .liTextDesc span b {
                    font-weight: 400;
                    line-height: 16px;
                    font-size: 15px;
                    margin-right: 5px; }
        .viewContent .video_btm .video_btm_left .newsUl li:last-child {
          border: none; }
    .viewContent .video_btm .video_btm_right {
      width: 362px; }
  .viewContent .recommend_special {
    width: 100%;
    margin-top: 50px; }
    .viewContent .recommend_special li {
      width: 100%;
      margin-bottom: 46px; }
      .viewContent .recommend_special li a {
        color: #000; }
      .viewContent .recommend_special li .iconP {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        margin-right: 24px;
        background: no-repeat center center;
        background-size: cover; }
      .viewContent .recommend_special li .imgIcon {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        margin-right: 24px;
        background: no-repeat center center;
        background-size: cover; }
      .viewContent .recommend_special li div {
        font-size: 13px;
        width: 150px; }
        .viewContent .recommend_special li div a {
          color: #000; }
        .viewContent .recommend_special li div p {
          color: #000;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .viewContent .recommend_special li div span {
          width: 40px;
          height: 4px;
          display: inline-block;
          background: #3caf36;
          margin: 14px 0; }
  .viewContent .new_left {
    cursor: pointer;
    width: 100%;
    height: 230px;
    position: relative;
    margin: 42px 0 50px; }
    .viewContent .new_left a {
      width: 100%;
      height: 100%;
      display: inline-block;
      background: no-repeat center center;
      background-size: cover; }
    .viewContent .new_left img {
      width: 100%;
      height: 100%; }
    .viewContent .new_left .mask {
      width: 100%;
      height: 50px;
      background: #000;
      opacity: 0.5;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 80; }
    .viewContent .new_left p {
      width: 90%;
      line-height: 50px;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 80;
      text-align: center;
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0 5%; }
    .viewContent .new_left span {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 90;
      font-size: 54px;
      margin: -26px 0 0 -26px;
      color: #e0e3e5; }

.videoVBg {
  width: 100%;
  padding: 52px 0 30px;
  background: #fff; }
  .videoVBg .banner_video {
    width: 1180px;
    position: relative;
    margin: 0 auto; }
    .videoVBg .banner_video button {
      width: 40px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      color: #fff;
      background: #000;
      border: none;
      font-size: 34px !important;
      position: absolute;
      z-index: 500;
      opacity: 0.7;
      outline: none;
      cursor: pointer;
      font-weight: 600; }
    .videoVBg .banner_video button:last-child {
      top: 50%;
      right: 0;
      margin-top: -35px; }
    .videoVBg .banner_video .btn1 {
      top: 50%;
      left: 0;
      margin-top: -35px; }
  .videoVBg .videoTopBanner .img {
    position: absolute; }
    .videoVBg .videoTopBanner .img a {
      width: 100%;
      height: 454px;
      display: inline-block;
      background: no-repeat center center;
      background-size: cover; }
    .videoVBg .videoTopBanner .img span {
      width: 100%;
      height: 454px;
      display: inline-block;
      background: no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100; }
    .videoVBg .videoTopBanner .img .mask {
      width: 100%;
      height: 454px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 105;
      background: #000;
      opacity: 0.6; }
    .videoVBg .videoTopBanner .img video {
      width: 100%;
      height: 454px;
      object-fit: fill; }
    .videoVBg .videoTopBanner .img p {
      position: absolute;
      bottom: 0;
      left: 12px;
      text-align: center;
      font-size: 24px;
      line-height: 24px;
      margin-top: 20px;
      color: #484747;
      width: -moz-calc(100% - 24px);
      width: -webkit-calc(100% - 24px);
      width: calc(100% - 24px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: none; }
  .videoVBg .videoTopBanner .img3 span, .videoVBg .videoTopBanner .img3 .mask {
    display: none; }
  .videoVBg .videoTopBanner .img3 p {
    display: block; }

.viewContent_chl {
  background: #fff;
  padding: 52px 30px 30px;
  width: 1240px;
  margin: 0 auto;
  /*新闻主页*/ }
  .viewContent_chl .news_index_top {
    width: 100%;
    height: 390px; }
    .viewContent_chl .news_index_top .new_top_left {
      position: relative;
      width: 49.5%;
      height: 389px; }
      .viewContent_chl .news_index_top .new_top_left .imgDiv {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 97;
        overflow: hidden; }
        .viewContent_chl .news_index_top .new_top_left .imgDiv span {
          display: block;
          background: no-repeat center center;
          background-size: cover;
          transition: all 0.6s;
          width: 100%;
          height: 100%; }
        .viewContent_chl .news_index_top .new_top_left .imgDiv span:hover {
          transform: scale(1.2); }
      .viewContent_chl .news_index_top .new_top_left div {
        background: #000;
        opacity: 0.5;
        width: 100%;
        height: 56px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 98; }
      .viewContent_chl .news_index_top .new_top_left p {
        text-align: center;
        line-height: 56px;
        font-size: 18px;
        color: #fff;
        height: 56px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 99;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        width: -moz-calc(100% - (10px) * 2);
        width: -webkit-calc(100% - (10px) * 2);
        width: calc(100% - (10px) * 2); }
    .viewContent_chl .news_index_top .new_top_right {
      width: 49.8%; }
      .viewContent_chl .news_index_top .new_top_right li {
        margin-bottom: 8px;
        width: 100%; }
      .viewContent_chl .news_index_top .new_top_right img {
        height: 190px;
        width: 45%; }
      .viewContent_chl .news_index_top .new_top_right .imgA {
        display: inline-block;
        height: 190px;
        width: 45%;
        background: no-repeat center center;
        background-size: cover;
        position: relative; }
        .viewContent_chl .news_index_top .new_top_right .imgA .imgBg {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: #000;
          opacity: 0.35;
          z-index: 100;
          display: none; }
        .viewContent_chl .news_index_top .new_top_right .imgA .imgTitle {
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 0 10px;
          line-height: 190px;
          z-index: 101;
          color: #fff;
          text-indent: 0.5em;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: none;
          font-size: 16px;
          text-align: center;
          font-weight: 600;
          width: -moz-calc(100% - (10px) * 2);
          width: -webkit-calc(100% - (10px) * 2);
          width: calc(100% - (10px) * 2); }
      .viewContent_chl .news_index_top .new_top_right .imgA:hover .imgBg {
        display: block; }
      .viewContent_chl .news_index_top .new_top_right .imgA:hover .imgTitle {
        display: block; }
      .viewContent_chl .news_index_top .new_top_right .t_content {
        width: 52.2%; }
        .viewContent_chl .news_index_top .new_top_right .t_content p {
          font-size: 18px;
          color: #333;
          line-height: 32px;
          margin: -8px 0 15px 0;
          width: 100%; }
        .viewContent_chl .news_index_top .new_top_right .t_content .pTitle:hover {
          color: #42b25c; }
        .viewContent_chl .news_index_top .new_top_right .t_content div {
          font-size: 14px;
          color: #b8b7b7;
          line-height: 100%;
          width: 100%; }
          .viewContent_chl .news_index_top .new_top_right .t_content div span {
            width: 44%;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal; }
            .viewContent_chl .news_index_top .new_top_right .t_content div span a {
              color: #b8b7b7; }
          .viewContent_chl .news_index_top .new_top_right .t_content div a span {
            width: 44%;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            color: #b8b7b7; }
        .viewContent_chl .news_index_top .new_top_right .t_content .desc {
          font-size: 15px;
          color: #666;
          line-height: 26px;
          font-weight: 500;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          overflow: hidden;
          /*! autoprefixer: off */
          -webkit-box-orient: vertical;
          height: 49px;
          margin-bottom: 40px; }
  .viewContent_chl .news_view_content {
    width: 100%;
    margin-top: 60px; }
    .viewContent_chl .news_view_content .nc_left {
      max-width: 770px; }
      .viewContent_chl .news_view_content .nc_left .tab {
        height: 38px;
        padding-left: 13px;
        margin-bottom: 65px;
        border-bottom: 4px solid #009729;
        display: inline-block;
        width: 100%; }
        .viewContent_chl .news_view_content .nc_left .tab li {
          height: 100%;
          width: 126px;
          transform: skewX(-35deg);
          overflow: hidden; }
          .viewContent_chl .news_view_content .nc_left .tab li span {
            display: inline-block;
            transform: skewX(35deg);
            color: #333;
            font-size: 19px;
            line-height: 38px;
            text-align: center;
            width: 100%; }
            .viewContent_chl .news_view_content .nc_left .tab li span a {
              color: #333; }
        .viewContent_chl .news_view_content .nc_left .tab li:hover {
          background: #009729;
          cursor: pointer; }
          .viewContent_chl .news_view_content .nc_left .tab li:hover span {
            color: #fff; }
            .viewContent_chl .news_view_content .nc_left .tab li:hover span a {
              color: #fff; }
        .viewContent_chl .news_view_content .nc_left .tab .active {
          background: #009729;
          cursor: pointer; }
          .viewContent_chl .news_view_content .nc_left .tab .active span {
            color: #fff; }
            .viewContent_chl .news_view_content .nc_left .tab .active span a {
              color: #fff; }
      .viewContent_chl .news_view_content .nc_left .newsUl li {
        margin-bottom: 47px;
        border-bottom: 1px dashed #dcdcdc; }
        .viewContent_chl .news_view_content .nc_left .newsUl li p {
          height: 18px;
          font-size: 16px;
          color: #222;
          margin-bottom: 26px; }
          .viewContent_chl .news_view_content .nc_left .newsUl li p span {
            line-height: 18px;
            font-size: 16px;
            color: #009922;
            padding: 0 7px;
            border-left: 2px solid #009922;
            border-right: 2px solid #009922;
            margin-right: 17px; }
          .viewContent_chl .news_view_content .nc_left .newsUl li p a:hover {
            color: #42b25c; }
        .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent {
          margin-bottom: 54px; }
          .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent img {
            width: 222px;
            height: 146px;
            margin-right: 34px; }
          .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText {
            width: 478px; }
            .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText h4 {
              font-size: 18px;
              color: #333;
              line-height: 100%;
              margin-bottom: 24px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              height: 25px; }
            .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText h4:hover {
              color: #42b25c; }
            .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText p {
              height: 46px;
              font-size: 13px;
              color: #666;
              line-height: 23px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              margin-bottom: 25px; }
            .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText .liTextDesc {
              color: #b8b7b7;
              width: 100%;
              height: 16px;
              display: flex;
              justify-content: space-between; }
              .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText .liTextDesc span {
                display: block;
                font-size: 14px;
                line-height: 16px; }
                .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText .liTextDesc span a {
                  color: #b8b7b7;
                  display: inline-block; }
                .viewContent_chl .news_view_content .nc_left .newsUl li .newLiContent .liText .liTextDesc span b {
                  font-weight: 400;
                  line-height: 16px;
                  font-size: 15px;
                  margin-right: 5px; }
      .viewContent_chl .news_view_content .nc_left .newsUl li:last-child {
        border: none; }
    .viewContent_chl .news_view_content .nc_right {
      width: 363px; }
      .viewContent_chl .news_view_content .nc_right .column .title h3 {
        font-size: 24px;
        font-weight: 400; }
      .viewContent_chl .news_view_content .nc_right .column .trapezoid {
        width: 87px; }
      .viewContent_chl .news_view_content .nc_right .recommend_essay {
        width: 100%;
        margin-top: 50px; }
        .viewContent_chl .news_view_content .nc_right .recommend_essay li {
          width: 100%;
          margin-bottom: 24px; }
          .viewContent_chl .news_view_content .nc_right .recommend_essay li img {
            width: 132px;
            height: 86px; }
          .viewContent_chl .news_view_content .nc_right .recommend_essay li div {
            font-size: 13px;
            width: 200px; }
            .viewContent_chl .news_view_content .nc_right .recommend_essay li div p {
              color: #555;
              line-height: 24px;
              margin-bottom: 14px;
              height: 48px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .viewContent_chl .news_view_content .nc_right .recommend_essay li div p:hover {
              color: #42b25c; }
            .viewContent_chl .news_view_content .nc_right .recommend_essay li div span {
              color: #9a9a9a; }
      .viewContent_chl .news_view_content .nc_right .recommend_special {
        width: 100%;
        margin-top: 50px; }
        .viewContent_chl .news_view_content .nc_right .recommend_special li {
          width: 100%;
          margin-bottom: 46px; }
          .viewContent_chl .news_view_content .nc_right .recommend_special li a {
            color: #000; }
          .viewContent_chl .news_view_content .nc_right .recommend_special li img {
            width: 105px;
            height: 105px;
            border-radius: 50%;
            margin-right: 24px; }
          .viewContent_chl .news_view_content .nc_right .recommend_special li .iconP {
            width: 105px;
            height: 105px;
            border-radius: 50%;
            margin-right: 24px;
            background: no-repeat center center;
            background-size: cover; }
          .viewContent_chl .news_view_content .nc_right .recommend_special li div {
            font-size: 13px;
            width: 150px; }
            .viewContent_chl .news_view_content .nc_right .recommend_special li div h4 {
              font-size: 18px;
              color: #333; }
            .viewContent_chl .news_view_content .nc_right .recommend_special li div h4:hover {
              color: #42b25c; }
            .viewContent_chl .news_view_content .nc_right .recommend_special li div p {
              color: #666;
              line-height: 20px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .viewContent_chl .news_view_content .nc_right .recommend_special li div span {
              width: 40px;
              height: 4px;
              display: inline-block;
              background: #3caf36;
              margin: 14px 0; }
      .viewContent_chl .news_view_content .nc_right .new_left {
        cursor: pointer;
        width: 100%;
        height: 230px;
        position: relative;
        margin: 42px 0 50px; }
        .viewContent_chl .news_view_content .nc_right .new_left img {
          width: 100%;
          height: 100%; }
        .viewContent_chl .news_view_content .nc_right .new_left .mask {
          width: 100%;
          height: 50px;
          background: #000;
          opacity: 0.5;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 80; }
        .viewContent_chl .news_view_content .nc_right .new_left p {
          width: 90%;
          line-height: 50px;
          color: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 80;
          text-align: center;
          font-size: 18px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 0 5%; }

.imgVContent {
  background: #fff;
  padding: 34px 62px;
  width: 1172px; }
  .imgVContent .imagePCt {
    width: 100%;
    margin: 50px 0;
    position: relative;
    height: 440px; }
    .imgVContent .imagePCt li {
      background: #ccc;
      overflow: hidden; }
      .imgVContent .imagePCt li .liSpanText {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        font-size: 16px;
        color: #fff;
        line-height: 48px;
        text-indent: 1em;
        overflow: hidden;
        height: 48px;
        width: 100%;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.4) 98%, #FFFFFF 100%); }
      .imgVContent .imagePCt li a {
        display: block;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
        transition: all 0.6s; }
        .imgVContent .imagePCt li a div {
          width: 100%;
          height: 100%;
          background-color: #434440;
          filter: alpha(opacity=0);
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -moz-transition: .5s;
          -ms-transition: .5s; }
        .imgVContent .imagePCt li a span {
          word-wrap: break-word;
          line-height: 25px;
          text-align: center;
          background: none;
          height: 50px;
          position: absolute;
          top: 46px;
          left: 0;
          padding: 0 12px;
          font-size: 16px;
          filter: alpha(opacity=0);
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -moz-transition: .5s;
          -ms-transition: .5s;
          overflow: hidden;
          width: 90%;
          word-break: keep-all;
          color: #fff; }
      .imgVContent .imagePCt li a:hover {
        transform: scale(1.2); }
      .imgVContent .imagePCt li img {
        width: 100%;
        margin-bottom: 10px; }
    .imgVContent .imagePCt li:nth-child(2) .liSpanText, .imgVContent .imagePCt li:nth-child(3) .liSpanText, .imgVContent .imagePCt li:nth-child(5) .liSpanText, .imgVContent .imagePCt li:nth-child(6) .liSpanText, .imgVContent .imagePCt li:nth-child(7) .liSpanText {
      display: none; }
    .imgVContent .imagePCt li:nth-child(2) a:hover, .imgVContent .imagePCt li:nth-child(3) a:hover, .imgVContent .imagePCt li:nth-child(5) a:hover, .imgVContent .imagePCt li:nth-child(6) a:hover, .imgVContent .imagePCt li:nth-child(7) a:hover {
      transform: scale(1); }
      .imgVContent .imagePCt li:nth-child(2) a:hover div, .imgVContent .imagePCt li:nth-child(3) a:hover div, .imgVContent .imagePCt li:nth-child(5) a:hover div, .imgVContent .imagePCt li:nth-child(6) a:hover div, .imgVContent .imagePCt li:nth-child(7) a:hover div {
        display: block;
        filter: alpha(opacity=70);
        -moz-opacity: .7;
        -khtml-opacity: .7;
        opacity: .7; }
      .imgVContent .imagePCt li:nth-child(2) a:hover span, .imgVContent .imagePCt li:nth-child(3) a:hover span, .imgVContent .imagePCt li:nth-child(5) a:hover span, .imgVContent .imagePCt li:nth-child(6) a:hover span, .imgVContent .imagePCt li:nth-child(7) a:hover span {
        display: inline-block;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    .imgVContent .imagePCt li:nth-child(1) {
      width: 516px;
      height: 292px;
      position: absolute;
      left: 0;
      top: 0; }
    .imgVContent .imagePCt li:nth-child(2) {
      width: 258px;
      height: 144px;
      position: absolute;
      left: 520px;
      top: 0; }
    .imgVContent .imagePCt li:nth-child(3) {
      width: 258px;
      height: 144px;
      position: absolute;
      left: 520px;
      top: 147px; }
    .imgVContent .imagePCt li:nth-child(4) {
      width: 388px;
      height: 218px;
      position: absolute;
      left: 782px;
      top: 0; }
    .imgVContent .imagePCt li:nth-child(5) {
      width: 257px;
      height: 144px;
      position: absolute;
      left: 0;
      top: 296px; }
    .imgVContent .imagePCt li:nth-child(6) {
      width: 257px;
      height: 144px;
      position: absolute;
      left: 260px;
      top: 296px; }
    .imgVContent .imagePCt li:nth-child(7) {
      width: 258px;
      height: 144px;
      position: absolute;
      left: 520px;
      top: 296px; }
    .imgVContent .imagePCt li:nth-child(8) {
      width: 388px;
      height: 218px;
      position: absolute;
      left: 782px;
      top: 222px; }
  .imgVContent .imagePCtNx .liSpanText {
    display: inline-block; }
  .imgVContent .imagePCtNx li a span {
    top: 86px; }
  .imgVContent .imagePCtNx li:nth-child(3) .liSpanText {
    display: inline-block; }
  .imgVContent .imagePCtNx li:nth-child(3) a:hover {
    transform: scale(1.2); }
    .imgVContent .imagePCtNx li:nth-child(3) a:hover div {
      display: none; }
    .imgVContent .imagePCtNx li:nth-child(3) a:hover span {
      display: none; }
  .imgVContent .imagePCtNx li:nth-child(2) .liSpanText, .imgVContent .imagePCtNx li:nth-child(5) .liSpanText {
    display: none; }
  .imgVContent .imagePCtNx li:nth-child(2) a:hover, .imgVContent .imagePCtNx li:nth-child(5) a:hover {
    transform: scale(1); }
    .imgVContent .imagePCtNx li:nth-child(2) a:hover div, .imgVContent .imagePCtNx li:nth-child(5) a:hover div {
      display: block;
      filter: alpha(opacity=70);
      -moz-opacity: .7;
      -khtml-opacity: .7;
      opacity: .7; }
    .imgVContent .imagePCtNx li:nth-child(2) a:hover span, .imgVContent .imagePCtNx li:nth-child(5) a:hover span {
      display: inline-block;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .imgVContent .imagePCtNx li:nth-child(1) {
    width: 405px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0; }
  .imgVContent .imagePCtNx li:nth-child(2) {
    width: 285px;
    height: 220px;
    position: absolute;
    left: 416px;
    top: 0; }
  .imgVContent .imagePCtNx li:nth-child(3) {
    width: 460px;
    height: 450px;
    position: absolute;
    left: 710px;
    top: 0; }
  .imgVContent .imagePCtNx li:nth-child(4) {
    width: 405px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 228px; }
  .imgVContent .imagePCtNx li:nth-child(5) {
    width: 285px;
    height: 220px;
    position: absolute;
    left: 416px;
    top: 228px; }

.speVContent {
  background: #fff;
  padding: 40px 36px;
  width: 1192px; }
  .speVContent .speUl {
    width: 100%;
    margin-top: 40px; }
    .speVContent .speUl li {
      width: 920px;
      height: 204px;
      margin-bottom: 76px; }
      .speVContent .speUl li img {
        width: 328px;
        height: 100%;
        margin-right: 38px; }
      .speVContent .speUl li div {
        width: 544px; }
        .speVContent .speUl li div span a {
          font-size: 18px;
          color: #444;
          line-height: 36px;
          font-weight: 600; }
        .speVContent .speUl li div span a:hover {
          color: #009922; }
        .speVContent .speUl li div p {
          width: 100%;
          font-size: 13px;
          line-height: 26px;
          margin: 22px 0 32px;
          max-height: 76px;
          overflow: hidden;
          color: #666; }
        .speVContent .speUl li div a {
          color: #1c1cf9;
          font-size: 15px;
          line-height: 100%; }

.speVContent_top {
  height: 500px;
  background: #02791b;
  padding: 52px 0 0; }
  .speVContent_top .speTab {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    height: 100%; }
    .speVContent_top .speTab .tabView {
      display: none; }
      .speVContent_top .speTab .tabView img {
        width: 777px;
        height: 459px; }
      .speVContent_top .speTab .tabView .speDesc {
        width: 300px;
        height: 450px;
        color: #fff;
        border: 6px solid #3d8e4b;
        position: relative;
        padding: 0 14px;
        overflow: hidden; }
        .speVContent_top .speTab .tabView .speDesc .parent {
          width: 0;
          height: 0;
          border-width: 0 30px 30px;
          border-style: solid;
          border-color: transparent transparent #3d8e4b;
          position: absolute;
          transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          /* IE 9 */
          -moz-transform: rotate(270deg);
          /* Firefox */
          -webkit-transform: rotate(270deg);
          /* Safari 和 Chrome */
          -o-transform: rotate(270deg);
          /* Opera */
          top: 52px;
          left: -51px; }
        .speVContent_top .speTab .tabView .speDesc .child {
          width: 0px;
          height: 0px;
          border-width: 0 26px 26px;
          border-style: solid;
          border-color: transparent transparent #02791b;
          position: absolute;
          top: 10px;
          left: -26px; }
        .speVContent_top .speTab .tabView .speDesc .speTitle {
          padding: 18px 10px 0;
          font-size: 30px;
          line-height: 38px;
          color: #fff;
          margin-bottom: 18px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 76px; }
        .speVContent_top .speTab .tabView .speDesc p {
          font-size: 15px;
          line-height: 27px;
          padding: 26px 5px 0;
          border-top: 2px solid #015d1a;
          height: 295px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 11; }
    .speVContent_top .speTab #active {
      display: block; }
    .speVContent_top .speTab .tabBtn {
      width: 85px;
      height: 30px;
      position: absolute;
      right: 31px;
      bottom: 60px;
      font-weight: 600;
      z-index: 600; }
      .speVContent_top .speTab .tabBtn span {
        width: 36px;
        height: 100%;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        background: #bad6bd;
        color: #197329;
        cursor: pointer; }

.dynamicBg {
  width: 100%;
  background: #f5f5f5;
  padding-top: 30px; }

.circleContent {
  width: 1300px;
  margin: 0 auto;
  position: relative; }
  .circleContent .circle_left {
    padding: 50px 22px;
    height: 100%;
    width: 182px;
    -moz-box-shadow: 0 2px 5px #999;
    -webkit-box-shadow: 0 2px 5px #999;
    box-shadow: 0 2px 5px #999;
    min-height: 600px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 300; }
    .circleContent .circle_left li {
      width: 100%;
      font-size: 20px;
      color: #5e5d5d;
      height: 34px;
      line-height: 34px;
      text-align: center;
      border-radius: 7px;
      cursor: pointer;
      margin-bottom: 16px; }
    .circleContent .circle_left li:hover {
      background: #04bd32;
      color: #fff; }
    .circleContent .circle_left .active {
      background: #04bd32;
      color: #fff; }
  .circleContent .circle_center {
    width: 740px;
    margin-left: 236px; }
    .circleContent .circle_center .dynamic_play {
      -moz-box-shadow: 0 2px 5px #999;
      -webkit-box-shadow: 0 2px 5px #999;
      box-shadow: 0 2px 5px #999;
      padding: 46px 30px 30px;
      background: #fff; }
      .circleContent .circle_center .dynamic_play .circle_play_border {
        border: 1px solid #ccc;
        border-radius: 7px;
        padding: 0 25px; }
        .circleContent .circle_center .dynamic_play .circle_play_border .no_log {
          color: #666;
          font-size: 14px;
          line-height: 14px;
          padding: 30px 0 150px;
          border-bottom: 1px solid #ccc;
          text-align: center; }
          .circleContent .circle_center .dynamic_play .circle_play_border .no_log span {
            color: #df0012;
            display: inline-block;
            width: 50px;
            border-right: 1px solid #666;
            cursor: pointer; }
          .circleContent .circle_center .dynamic_play .circle_play_border .no_log span:last-child {
            border: none; }
        .circleContent .circle_center .dynamic_play .circle_play_border .subContent {
          font-size: 14px;
          line-height: 68px; }
          .circleContent .circle_center .dynamic_play .circle_play_border .subContent span {
            margin-right: 20px; }
            .circleContent .circle_center .dynamic_play .circle_play_border .subContent span i {
              font-style: normal;
              color: #ffb000;
              margin-right: 6px;
              font-size: 18px; }
          .circleContent .circle_center .dynamic_play .circle_play_border .subContent .sub {
            width: 65px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            background: #ffb000;
            color: #fff;
            margin-top: 20px;
            border-radius: 5px; }
    .circleContent .circle_center .cirUl {
      width: 100%; }
      .circleContent .circle_center .cirUl li {
        width: 100%;
        -moz-box-shadow: 0 2px 5px #999;
        -webkit-box-shadow: 0 2px 5px #999;
        box-shadow: 0 2px 5px #999;
        margin-top: 14px;
        background: #fff; }
        .circleContent .circle_center .cirUl li .logoImg {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          margin: 26px 32px 0 55px; }
        .circleContent .circle_center .cirUl li .cir_li_right {
          width: 560px;
          margin: 26px 0 0 0; }
          .circleContent .circle_center .cirUl li .cir_li_right div {
            height: 22px; }
            .circleContent .circle_center .cirUl li .cir_li_right div span {
              line-height: 22px; }
            .circleContent .circle_center .cirUl li .cir_li_right div span:first-child {
              font-size: 16px;
              color: #555;
              margin-right: 16px; }
            .circleContent .circle_center .cirUl li .cir_li_right div span:nth-child(2) {
              font-size: 12px;
              color: #999; }
            .circleContent .circle_center .cirUl li .cir_li_right div span:last-child {
              background: #3caf36;
              height: 24px;
              width: 64px;
              display: inline-block;
              color: #fff;
              text-align: center;
              border-radius: 5px;
              cursor: pointer; }
          .circleContent .circle_center .cirUl li .cir_li_right p {
            font-size: 16px;
            line-height: 100%;
            margin: 10px 0 18px 0;
            color: #888; }
          .circleContent .circle_center .cirUl li .cir_li_right img {
            height: 156px; }
          .circleContent .circle_center .cirUl li .cir_li_right a {
            width: 560px;
            font-size: 13px;
            line-height: 16px;
            display: block;
            margin: 10px 0; }
        .circleContent .circle_center .cirUl li .cirUl_play {
          height: 34px;
          background: #f2f2f2;
          padding: 0 134px;
          width: 472px;
          text-align: center; }
          .circleContent .circle_center .cirUl li .cirUl_play span {
            line-height: 14px;
            font-size: 12px;
            color: #444;
            width: 114px;
            border-right: 1px solid #ccc;
            display: inline-block;
            text-align: center;
            height: 14px;
            margin-top: 11px; }
            .circleContent .circle_center .cirUl li .cirUl_play span i {
              font-style: normal;
              margin-right: 6px;
              cursor: pointer; }
          .circleContent .circle_center .cirUl li .cirUl_play span:last-child {
            border: none; }
  .circleContent .circle_right {
    width: 314px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 300;
    height: 100%; }
    .circleContent .circle_right .rTab {
      padding: 0 30px;
      -moz-box-shadow: 0 2px 5px #999;
      -webkit-box-shadow: 0 2px 5px #999;
      box-shadow: 0 2px 5px #999;
      background: #fff; }
    .circleContent .circle_right .rTab:last-child {
      margin-top: 14px;
      height: 100%; }
    .circleContent .circle_right .right_hot_title {
      width: 260px;
      padding: 40px 0 14px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 16px; }
      .circleContent .circle_right .right_hot_title span {
        font-size: 18px;
        line-height: 18px;
        color: #444; }
      .circleContent .circle_right .right_hot_title span:last-child {
        color: #3caf36;
        cursor: pointer;
        font-size: 14px; }
        .circleContent .circle_right .right_hot_title span:last-child i {
          font-size: 20px; }
    .circleContent .circle_right .hot_ul {
      padding-bottom: 12px; }
      .circleContent .circle_right .hot_ul li {
        margin-bottom: 20px; }
        .circleContent .circle_right .hot_ul li img {
          width: 60px;
          height: 60px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          margin-right: 20px; }
        .circleContent .circle_right .hot_ul li div {
          color: #444;
          line-height: 20px; }
          .circleContent .circle_right .hot_ul li div p {
            font-size: 12px;
            line-height: 100%;
            margin-bottom: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .circleContent .circle_right .hot_ul li div span {
            font-size: 12px;
            line-height: 100%; }
    .circleContent .circle_right .recommend_ul li {
      width: 100%; }
      .circleContent .circle_right .recommend_ul li .header {
        height: 40px;
        margin-top: 8px; }
        .circleContent .circle_right .recommend_ul li .header img {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          margin-right: 8px; }
        .circleContent .circle_right .recommend_ul li .header p {
          height: 40px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-size: 14px;
          width: 120px;
          line-height: 20px; }
        .circleContent .circle_right .recommend_ul li .header span {
          width: 64px;
          display: inline-block;
          height: 24px;
          text-align: center;
          border-radius: 5px;
          background: #3caf36;
          color: #fff;
          line-height: 24px;
          margin-top: 10px;
          cursor: pointer; }
      .circleContent .circle_right .recommend_ul li .img_list {
        border-bottom: 1px solid #ccc;
        margin: 24px 0;
        padding-bottom: 16px; }
        .circleContent .circle_right .recommend_ul li .img_list img {
          width: 80px;
          height: 80px;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          border-radius: 7px;
          margin: 0 7px 9px 0; }
        .circleContent .circle_right .recommend_ul li .img_list img:last-child {
          margin-right: 0; }

.sign_tab_bg {
  width: 100%;
  background: #fff; }

.signUl_bg {
  width: 100%;
  background: #f4f4f4;
  min-height: 500px; }

.signTab {
  width: 1290px;
  margin: 0 auto; }
  .signTab .banner_video {
    margin: 30px 0 64px;
    width: 100%;
    position: relative; }
    .signTab .banner_video button {
      width: 40px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      color: #fff;
      background: #000;
      border: none;
      font-size: 34px !important;
      position: absolute;
      z-index: 500;
      opacity: 0.7;
      outline: none;
      cursor: pointer;
      font-weight: 600; }
    .signTab .banner_video button:last-child {
      top: 50%;
      right: 0;
      margin-top: -43px; }
    .signTab .banner_video .btn1 {
      top: 50%;
      left: 0;
      margin-top: -44px; }
    .signTab .banner_video .img {
      position: absolute; }
      .signTab .banner_video .img .mask {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: rgba(0, 0, 0, 0.5); }
    .signTab .banner_video .img3 .mask {
      display: none; }
    .signTab .banner_video .banner_bg_opacity {
      width: 314px;
      height: 354px;
      position: absolute;
      background: #000;
      opacity: 0.5;
      top: 0;
      z-index: 400; }
    .signTab .banner_video .op1 {
      left: 0;
      width: 313px; }
    .signTab .banner_video .op2 {
      right: 0; }
  .signTab .sign_class {
    width: 100%; }
    .signTab .sign_class .sign_class_ul {
      width: 100%; }
      .signTab .sign_class .sign_class_ul li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px; }
        .signTab .sign_class .sign_class_ul li .title {
          width: 50px;
          height: 20px;
          line-height: 20px;
          font-size: 14px;
          font-weight: 600;
          color: #555; }
          .signTab .sign_class .sign_class_ul li .title span {
            color: #555;
            font-weight: 400;
            width: 50px;
            display: inline-block;
            text-align: center;
            height: 20px;
            cursor: pointer; }
        .signTab .sign_class .sign_class_ul li .active {
          color: #fff !important;
          background: #3caf36; }
        .signTab .sign_class .sign_class_ul li .option {
          width: 1180px;
          line-height: 20px; }
          .signTab .sign_class .sign_class_ul li .option span {
            color: #555;
            display: inline-block;
            padding: 0 12px;
            margin-bottom: 18px;
            cursor: pointer; }
          .signTab .sign_class .sign_class_ul li .option .noMr {
            padding-right: 0; }
          .signTab .sign_class .sign_class_ul li .option .noMl {
            padding-left: 0; }
            .signTab .sign_class .sign_class_ul li .option .noMl input {
              margin-top: -4px;
              padding: 2px 5px; }
        .signTab .sign_class .sign_class_ul li .checkAll {
          margin-top: 4px;
          margin-bottom: 20px; }
      .signTab .sign_class .sign_class_ul li:last-child .title {
        width: 110px; }
  .signTab .sign_tab_btn {
    width: 100%;
    border-bottom: 2px solid #3caf36;
    height: 43px; }
    .signTab .sign_tab_btn span {
      font-size: 16px;
      width: 104px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      color: #fff;
      margin-bottom: -2px;
      background: #a9a8a8;
      cursor: pointer; }
    .signTab .sign_tab_btn .active {
      background: #3caf36; }

.signUl {
  width: 1290px;
  margin: 0 auto; }
  .signUl li {
    width: 280px;
    height: 386px;
    margin-right: 30px;
    padding: 10px;
    position: relative;
    font-size: 12px;
    background: #fff;
    line-height: 100%;
    cursor: pointer;
    margin-top: 35px; }
    .signUl li img {
      height: 150px;
      width: 100%; }
    .signUl li .icon {
      width: 60px;
      height: 20px;
      color: #fff;
      background: #5f84f1;
      position: absolute;
      right: 10px;
      top: 139px;
      z-index: 80;
      text-align: center;
      line-height: 20px;
      border-radius: 3px; }
    .signUl li .title {
      padding: 0 8px;
      margin: 27px 0 26px;
      color: #414141;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      height: 40px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .signUl li .time {
      margin-bottom: 12px;
      color: #767676;
      padding: 0 8px; }
    .signUl li .address {
      margin: 34px 0 25px;
      color: #414141;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      padding: 0 8px; }
    .signUl li div {
      width: 100%; }
      .signUl li div span {
        width: 33%;
        text-indent: 1em;
        display: inline-block;
        color: #767676; }
        .signUl li div span i {
          margin-right: 5px;
          font-style: normal; }
      .signUl li div span:first-child {
        color: #3caf36; }
      .signUl li div span:last-child {
        text-align: center; }
  .signUl li:hover {
    -moz-box-shadow: 0 2px 15px #999;
    -webkit-box-shadow: 0 2px 15px #999;
    box-shadow: 0 2px 15px #999; }
  .signUl li:nth-child(4n) {
    margin-right: 0; }

.noEvents {
  padding: 100px 50px 200px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  background: #f4f4f4;
  display: none; }

.aboutTab {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 35px 0 20px; }
  .aboutTab ul {
    width: auto;
    text-align: center;
    display: inline-block; }
    .aboutTab ul li {
      font-size: 15px;
      line-height: 100%;
      height: 16px; }
      .aboutTab ul li a {
        cursor: pointer;
        color: #333; }
      .aboutTab ul li b {
        width: 1px;
        margin: 0 20px;
        border-left: 1px solid #333;
        height: 100%; }
      .aboutTab ul li .active {
        color: #83b169; }
      .aboutTab ul li a:hover {
        color: #83b169; }

.aboutViewBg {
  background: #fff;
  /*招聘部分*/ }
  .aboutViewBg .viewAboutBg {
    position: relative;
    width: 100%;
    height: 356px;
    background: url(https://static.wildto.com/storage/public/image/advertise/aboutBg.png) center top no-repeat;
    padding-top: 54px; }
    .aboutViewBg .viewAboutBg .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.7;
      z-index: 200; }
    .aboutViewBg .viewAboutBg .title {
      margin: 0 auto 54px;
      height: 42px;
      width: 180px;
      border: 1px solid #fff;
      text-align: center;
      line-height: 42px;
      font-size: 30px;
      color: #fff;
      position: relative;
      z-index: 210; }
    .aboutViewBg .viewAboutBg .desc {
      position: relative;
      z-index: 210;
      font-size: 18px;
      line-height: 36px;
      text-indent: 2em;
      color: #fff;
      width: 1100px;
      margin: 0 auto;
      text-align: left; }
  .aboutViewBg .viewAbout {
    width: 974px;
    margin: 0 auto;
    padding: 68px 96px; }
    .aboutViewBg .viewAbout .bgView {
      width: 100%;
      height: 1510px;
      position: relative;
      z-index: 80; }
      .aboutViewBg .viewAbout .bgView .bg1 {
        background: url("../images/about/about_bg1.png") no-repeat 0 0;
        width: 1155px;
        height: 101%;
        position: absolute;
        left: 130px;
        top: 0;
        z-index: 10; }
      .aboutViewBg .viewAbout .bgView .bg2 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 12;
        width: 0;
        height: 0;
        border-right: 531px solid transparent;
        border-top: 524px solid #f0eef0; }
      .aboutViewBg .viewAbout .bgView .bg3 {
        background: url("../images/about/title1.png") no-repeat 0 0;
        width: 632px;
        height: 211px;
        position: absolute;
        left: 0;
        top: 643px;
        z-index: 13; }
      .aboutViewBg .viewAbout .bgView .bg4 {
        background: url("../images/about/title2.png") no-repeat 0 0;
        width: 900px;
        height: 214px;
        position: absolute;
        left: 0;
        top: 907px;
        z-index: 14; }
    .aboutViewBg .viewAbout .desc {
      font-size: 24px;
      color: #444;
      line-height: 47px;
      width: 973px;
      margin: -320px 0 100px 10px; }
    .aboutViewBg .viewAbout .desc_ul {
      width: 100%; }
      .aboutViewBg .viewAbout .desc_ul li {
        width: 100%;
        margin-bottom: 90px; }
        .aboutViewBg .viewAbout .desc_ul li span {
          width: auto;
          height: auto;
          background: #32953a;
          font-size: 26px;
          text-align: center;
          color: #fff;
          margin: 0 30px 0 0;
          display: inline-block;
          line-height: 36px;
          padding: 11px 8px 11px 17px;
          letter-spacing: 8px; }
        .aboutViewBg .viewAbout .desc_ul li p {
          width: 845px;
          display: inline-block;
          line-height: 32px;
          font-size: 16px;
          color: #666;
          margin-top: -8px; }
      .aboutViewBg .viewAbout .desc_ul li:last-child {
        margin-bottom: 30px; }
  .aboutViewBg .aboutIndex {
    margin-top: -128px;
    position: relative;
    z-index: 300;
    background: #fff;
    box-shadow: 3px 0 5px -3px #ccc, -3px 0 5px -3px #ccc; }
  .aboutViewBg .bigTitle {
    width: 136px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    background: #268f3a;
    text-align: center;
    margin-bottom: 20px; }
  .aboutViewBg .recruitCenter {
    width: 995px;
    margin: 66px auto 40px;
    padding: 0 86px; }
    .aboutViewBg .recruitCenter p {
      line-height: 46px;
      font-size: 16px;
      margin-left: 5px; }
  .aboutViewBg .recruit_bg {
    width: 100%; }
    .aboutViewBg .recruit_bg img {
      width: 1167px;
      margin: 0 auto;
      display: inherit; }
  .aboutViewBg .recruitSummary {
    margin: 66px auto 47px; }
    .aboutViewBg .recruitSummary .title {
      width: 987px;
      height: 74px;
      line-height: 74px;
      font-size: 18px;
      color: #444; }
      .aboutViewBg .recruitSummary .title span {
        display: inline-block; }
      .aboutViewBg .recruitSummary .title span:nth-child(1) {
        width: 346px; }
      .aboutViewBg .recruitSummary .title span:nth-child(2) {
        width: 232px; }
      .aboutViewBg .recruitSummary .title span:nth-child(3) {
        width: 118px; }
      .aboutViewBg .recruitSummary .title span:nth-child(4) {
        width: 126px; }
      .aboutViewBg .recruitSummary .title span:nth-child(5) {
        width: 138px; }
    .aboutViewBg .recruitSummary .rsContent {
      width: 987px;
      position: relative;
      z-index: 100; }
      .aboutViewBg .recruitSummary .rsContent li {
        width: 100%;
        border-bottom: 1px solid #ccc;
        cursor: pointer; }
        .aboutViewBg .recruitSummary .rsContent li .content {
          width: 100%;
          height: 58px;
          font-size: 18px;
          color: #444;
          line-height: 60px; }
          .aboutViewBg .recruitSummary .rsContent li .content span {
            display: inline-block; }
          .aboutViewBg .recruitSummary .rsContent li .content span:nth-child(1) {
            width: 346px; }
          .aboutViewBg .recruitSummary .rsContent li .content span:nth-child(2) {
            width: 232px; }
          .aboutViewBg .recruitSummary .rsContent li .content span:nth-child(3) {
            width: 118px; }
          .aboutViewBg .recruitSummary .rsContent li .content span:nth-child(4) {
            width: 126px; }
          .aboutViewBg .recruitSummary .rsContent li .content span:nth-child(5) {
            width: 137px; }
          .aboutViewBg .recruitSummary .rsContent li .content span:nth-child(6) {
            width: 28px; }
        .aboutViewBg .recruitSummary .rsContent li .desc {
          padding: 28px 48px;
          background: #f0f0f0;
          display: none; }
          .aboutViewBg .recruitSummary .rsContent li .desc h5 {
            font-size: 16px;
            color: #666;
            line-height: 100%;
            margin: 20px 0 10px; }
          .aboutViewBg .recruitSummary .rsContent li .desc h5:first-child {
            margin-top: 0; }
          .aboutViewBg .recruitSummary .rsContent li .desc p {
            line-height: 30px;
            font-size: 13px; }

/*广告服务*/
.advertiseBg {
  width: 100%;
  height: 294px;
  background: url(https://static.wildto.com/storage/public/image/advertise/advertiseBg1.png) no-repeat center top;
  padding-top: 200px; }
  .advertiseBg .desc {
    width: 942px;
    line-height: 46px;
    color: #fff;
    margin: 0 auto;
    font-size: 20px; }

.advertiseVeBg {
  width: 100%;
  background: #f5f5f5; }
  .advertiseVeBg .advertiseView {
    width: 1270px;
    margin: 0 auto; }
    .advertiseVeBg .advertiseView .leftLine {
      border-left: 6px solid #009826;
      margin-top: 65px;
      height: 2889px; }
    .advertiseVeBg .advertiseView .rightView {
      width: 1260px;
      overflow: hidden;
      padding-bottom: 69px; }
      .advertiseVeBg .advertiseView .rightView .advTitle {
        margin: 68px 0 42px;
        width: auto; }
        .advertiseVeBg .advertiseView .rightView .advTitle i {
          border-bottom: 6px solid #009826;
          width: 84px;
          margin-right: 3px;
          display: inline-block;
          margin-top: 27px; }
        .advertiseVeBg .advertiseView .rightView .advTitle span {
          background: #009826;
          color: #fff;
          font-size: 30px;
          width: 197px;
          height: 58px;
          text-align: center;
          line-height: 58px;
          display: inline-block;
          border-radius: 0 38px 38px 0;
          box-shadow: 0 3px 4px 1px #999; }
      .advertiseVeBg .advertiseView .rightView .advTitle:first-child {
        margin: 38px 0; }
      .advertiseVeBg .advertiseView .rightView .viewLi {
        width: 1176px;
        margin: 0 0 0 85px;
        background: #fff;
        padding-top: 46px;
        box-shadow: 0 5px 5px -1px #ccc; }
        .advertiseVeBg .advertiseView .rightView .viewLi div {
          margin: 0 0 90px 70px; }
          .advertiseVeBg .advertiseView .rightView .viewLi div span {
            display: inline-block;
            width: 60px;
            height: 60px;
            margin-right: 5px;
            font-size: 48px;
            line-height: 60px;
            text-align: center;
            color: #fff;
            background: #009826;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
          .advertiseVeBg .advertiseView .rightView .viewLi div p {
            color: #333;
            font-size: 20px;
            width: 1030px;
            line-height: 33px;
            text-align: center; }
          .advertiseVeBg .advertiseView .rightView .viewLi div .taC {
            width: 100%; }
          .advertiseVeBg .advertiseView .rightView .viewLi div .btm {
            margin: 0;
            text-align: center; }
            .advertiseVeBg .advertiseView .rightView .viewLi div .btm h4 {
              font-size: 30px;
              color: #333;
              line-height: 100%;
              margin-bottom: 26px;
              text-indent: 1em;
              width: 902px; }
            .advertiseVeBg .advertiseView .rightView .viewLi div .btm p {
              line-height: 100%;
              color: #333;
              font-size: 20px;
              width: 902px; }
        .advertiseVeBg .advertiseView .rightView .viewLi .bigImg {
          width: 1059px;
          margin: 0 58px 90px; }
        .advertiseVeBg .advertiseView .rightView .viewLi .map {
          width: 462px;
          height: 368px;
          margin: 90px 0 0 280px; }
        .advertiseVeBg .advertiseView .rightView .viewLi .listUl {
          padding: 6px 12px 47px; }
          .advertiseVeBg .advertiseView .rightView .viewLi .listUl li {
            width: 219px;
            height: 340px;
            background: #e9e9e9;
            margin-right: 13px;
            box-shadow: 0 3px 5px 0 #ccc; }
            .advertiseVeBg .advertiseView .rightView .viewLi .listUl li span {
              display: block;
              font-size: 16px;
              color: #000;
              line-height: 30px;
              padding: 0 38px; }
            .advertiseVeBg .advertiseView .rightView .viewLi .listUl li p {
              font-size: 16px;
              color: #000;
              line-height: 30px;
              padding: 0 18px; }
            .advertiseVeBg .advertiseView .rightView .viewLi .listUl li span:first-child {
              height: 92px;
              font-size: 30px;
              color: #fff;
              line-height: 92px;
              text-align: center;
              padding: 0;
              margin-bottom: 16px; }
          .advertiseVeBg .advertiseView .rightView .viewLi .listUl li:last-child {
            margin: 0; }
          .advertiseVeBg .advertiseView .rightView .viewLi .listUl li:first-child span:first-child {
            background: #0ba9e6; }
          .advertiseVeBg .advertiseView .rightView .viewLi .listUl li:nth-child(2) span:first-child {
            background: #faa747; }
          .advertiseVeBg .advertiseView .rightView .viewLi .listUl li:nth-child(3) span:first-child {
            background: #6fd5b9; }
          .advertiseVeBg .advertiseView .rightView .viewLi .listUl li:nth-child(4) span:first-child {
            background: #c59fce; }
          .advertiseVeBg .advertiseView .rightView .viewLi .listUl li:nth-child(5) span:first-child {
            background: #0ba9e6; }
      .advertiseVeBg .advertiseView .rightView .logoView {
        width: 1176px;
        background: #fff;
        margin: 0 0 0 85px;
        padding: 72px 0;
        box-shadow: 0 5px 5px -1px #ccc; }
        .advertiseVeBg .advertiseView .rightView .logoView .top {
          padding: 0 0 50px 220px; }
          .advertiseVeBg .advertiseView .rightView .logoView .top li {
            height: 58px; }
          .advertiseVeBg .advertiseView .rightView .logoView .top li:nth-child(1) {
            background: url("../images/common/sprite.png") no-repeat -146px -299px;
            width: 96px;
            height: 58px; }
          .advertiseVeBg .advertiseView .rightView .logoView .top li:nth-child(2) {
            background: url("../images/common/sprite.png") no-repeat -236px -299px;
            width: 145px;
            height: 58px;
            margin: 0 20px 0; }
          .advertiseVeBg .advertiseView .rightView .logoView .top li:nth-child(3) {
            background: url("../images/common/sprite.png") no-repeat 0 -227px;
            width: 190px;
            height: 58px; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li {
          height: 87px; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(1) {
          background: url("../images/common/sprite.png") no-repeat -146px -299px;
          width: 75px;
          height: 58px;
          margin: 0 10px 0 34px; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(2) {
          background: url("../images/common/sprite.png") no-repeat -250px -299px;
          width: 115px;
          height: 58px;
          margin: 0 12px 0; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(3) {
          background: url("../images/common/sprite.png") no-repeat 0 -354px;
          background-size: 263%;
          width: 126px;
          height: 55px;
          margin: 0 12px 0; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(4) {
          background: url("../images/common/sprite.png") no-repeat -178px -199px;
          background-size: 236%;
          width: 150px;
          height: 62px;
          margin: 0 12px 0; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(5) {
          background: url("../images/common/sprite.png") no-repeat -101px -280px;
          background-size: 261%;
          width: 120px;
          height: 50px;
          margin: 0 12px 0; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(6) {
          background: url("../images/common/sprite.png") no-repeat 0 -232px;
          background-size: 290%;
          width: 90px;
          height: 50px;
          margin: 0 12px 0; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(7) {
          background: url("../images/common/sprite.png") no-repeat 0 -203px;
          background-size: 232%;
          width: 120px;
          height: 45px;
          margin: 0 12px 0; }
        .advertiseVeBg .advertiseView .rightView .logoView .bottom li:nth-child(8) {
          background: url("../images/common/sprite.png") no-repeat -13px -169px;
          background-size: 230%;
          width: 135px;
          height: 53px; }
      .advertiseVeBg .advertiseView .rightView .advertiseSms {
        width: 1062px;
        height: 253px;
        background: #fff;
        margin: 0 0 0 85px;
        padding-left: 133px; }
        .advertiseVeBg .advertiseView .rightView .advertiseSms li {
          width: 492px;
          height: 52px;
          margin-top: 50px; }
          .advertiseVeBg .advertiseView .rightView .advertiseSms li i {
            display: inline-block;
            width: 56px;
            height: 52px; }
          .advertiseVeBg .advertiseView .rightView .advertiseSms li span {
            font-size: 24px;
            color: #000;
            line-height: 52px;
            margin: 0 7px; }
          .advertiseVeBg .advertiseView .rightView .advertiseSms li p {
            font-size: 22px;
            color: #000;
            line-height: 52px; }
        .advertiseVeBg .advertiseView .rightView .advertiseSms li:nth-child(1) i {
          background: url("../images/common/sprite.png") no-repeat -289px -360px; }
        .advertiseVeBg .advertiseView .rightView .advertiseSms li:nth-child(2) i {
          background: url("../images/common/sprite.png") no-repeat -346px -359px; }
        .advertiseVeBg .advertiseView .rightView .advertiseSms li:nth-child(3) i {
          background: url("../images/common/sprite.png") no-repeat -288px -404px; }
        .advertiseVeBg .advertiseView .rightView .advertiseSms li:nth-child(4) i {
          background: url("../images/common/sprite.png") no-repeat -344px -410px; }
        .advertiseVeBg .advertiseView .rightView .advertiseSms li:nth-child(4) span {
          margin: 0 7px 0 0; }

/*联系我们*/
.contactBody {
  width: 100%;
  background: #f5f5f5; }
  .contactBody .contactBg {
    width: 100%; }
  .contactBody .contactView {
    width: 1169px;
    margin: 0 auto;
    height: 720px;
    background: #fff;
    padding: 95px 40px 0;
    box-shadow: 0 3px 5px 0 #ccc; }
    .contactBody .contactView .ctView {
      width: 549px;
      height: 560px; }
    .contactBody .contactView .ctViewLeft {
      box-shadow: 0 3px 5px 0 #ccc; }
      .contactBody .contactView .ctViewLeft .title {
        width: 100%;
        font-size: 30px;
        color: #fff;
        line-height: 64px;
        height: 64px;
        text-align: center;
        background: #32953a; }
      .contactBody .contactView .ctViewLeft ul {
        padding: 5px 74px;
        font-size: 16px;
        color: #323333; }
        .contactBody .contactView .ctViewLeft ul li {
          height: 58px;
          line-height: 58px;
          border-bottom: 1px solid #ccc;
          width: 100%; }
          .contactBody .contactView .ctViewLeft ul li span:first-child {
            width: 29px;
            height: 30px;
            display: inline-block;
            margin: 14px 14px 0; }
        .contactBody .contactView .ctViewLeft ul li:first-child {
          border-top: 1px solid #ccc;
          margin-top: 26px; }
          .contactBody .contactView .ctViewLeft ul li:first-child span:first-child {
            background: url("../images/common/sprite.png") no-repeat -325px -105px; }
        .contactBody .contactView .ctViewLeft ul li:nth-child(2) span:first-child {
          background: url("../images/common/sprite.png") no-repeat -355px -75px; }
        .contactBody .contactView .ctViewLeft ul li:nth-child(3) span:first-child {
          background: url("../images/common/sprite.png") no-repeat -355px -105px; }
        .contactBody .contactView .ctViewLeft ul li:nth-child(4) span:first-child {
          background: url("../images/common/sprite.png") no-repeat -325px -75px; }
      .contactBody .contactView .ctViewLeft .qr {
        width: 100%; }
        .contactBody .contactView .ctViewLeft .qr div {
          background: url(../images/common/orgQr.png) no-repeat;
          background-size: 100% 100%;
          width: 122px;
          height: 122px;
          margin: 36px auto 0; }
        .contactBody .contactView .ctViewLeft .qr p {
          text-align: center;
          color: #323333;
          font-size: 16px;
          line-height: 100%;
          margin: 14px 20px; }
    .contactBody .contactView .ctViewRight {
      background: url(../images/common/map.jpg) no-repeat;
      background-size: 100% 100%;
      width: 584px;
      height: 533px;
      margin-top: 10px; }

/*合作伙伴*/
.partnerBg {
  width: 100%;
  height: 100%;
  background: #fff; }

.partner {
  width: 1042px;
  margin: 0 auto;
  padding-bottom: 80px; }
  .partner .title {
    height: 37px;
    width: 1042px;
    text-align: center;
    margin: 53px 0 75px; }
    .partner .title span {
      font-size: 22px;
      color: #fff;
      background: #1ca339;
      line-height: 37px;
      padding: 0 18px;
      display: inline-block; }
  .partner .title:first-child {
    margin-top: 20px; }
  .partner .friends {
    text-align: center; }
    .partner .friends img {
      width: 183px;
      height: 60px;
      margin: 0 11px; }

.imgDownload {
  height: 100%;
  width: 1168px;
  background: #fff;
  margin: 0 auto;
  padding: 66px; }
  .imgDownload ul {
    width: 100%; }
    .imgDownload ul li {
      width: 270px;
      margin-bottom: 20px; }
      .imgDownload ul li img {
        width: 100%; }
      .imgDownload ul li h5 {
        font-size: 17px;
        line-height: 17px;
        margin: 26px 0 20px;
        color: #414141; }
        .imgDownload ul li h5 a {
          color: #414141; }
      .imgDownload ul li p {
        font-size: 12px;
        color: #767676;
        line-height: 24px;
        margin-bottom: 10px; }

.dwn_pay_banner {
  width: 1290px;
  height: 384px;
  margin: 52px auto 0;
  position: relative; }
  .dwn_pay_banner .slide {
    width: 100%;
    height: 394px !important; }
    .dwn_pay_banner .slide .img {
      width: 663px !important;
      height: 354px !important;
      position: absolute; }
      .dwn_pay_banner .slide .img img {
        margin: 0 !important;
        width: 100%;
        height: 100%; }
      .dwn_pay_banner .slide .img span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.4;
        z-index: 100;
        width: 100%;
        height: 100%; }
    .dwn_pay_banner .slide .img3 span {
      display: none; }
    .dwn_pay_banner .slide .slide-bt {
      bottom: 0 !important; }
      .dwn_pay_banner .slide .slide-bt .on {
        background: #009922; }
  .dwn_pay_banner button {
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #000;
    border: none;
    font-size: 34px !important;
    position: absolute;
    z-index: 500;
    opacity: 0.7;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    top: 50%;
    margin-top: -45px; }
  .dwn_pay_banner button:last-child {
    right: 0; }
  .dwn_pay_banner .btn1 {
    left: 0; }

.dwn_pay_ul {
  height: 100%;
  width: 1160px;
  margin: 52px auto; }
  .dwn_pay_ul li {
    width: 264px;
    height: 320px;
    padding: 6px 8px;
    background: #fff;
    margin: 0 13px 38px 0;
    box-shadow: 0 3px 5px 0 #ccc;
    position: relative; }
    .dwn_pay_ul li img {
      width: 264px;
      height: 177px;
      margin-bottom: 25px; }
    .dwn_pay_ul li p {
      font-size: 15px;
      color: #414141;
      line-height: 150%;
      margin-bottom: 30px;
      /* letter-spacing: 0; */
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      padding: 0 5px; }
    .dwn_pay_ul li div {
      font-size: 14px;
      color: #767676;
      line-height: 100%;
      display: flex;
      justify-content: space-between;
      bottom: 25px;
      left: 10px;
      padding: 0 5px;
      width: 91%;
      position: absolute; }
      .dwn_pay_ul li div span {
        width: 50%;
        line-height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
      .dwn_pay_ul li div span:nth-child(2) {
        text-align: right; }
  .dwn_pay_ul li:nth-child(4n) {
    margin-right: 0; }

.author_view {
  width: 1200px;
  margin: 0 auto; }
  .author_view .title {
    height: 95px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    background: #fff; }
    .author_view .title span:first-child {
      font-size: 21px;
      color: #444;
      margin: 40px 0 0 26px;
      display: inline-block;
      font-weight: 600; }
    .author_view .title span:last-child {
      color: #af825e;
      font-size: 13px;
      margin: 49px 26px 0 0; }
  .author_view .author_left {
    width: 824px; }
    .author_view .author_left .author_desc {
      background: #fff;
      padding: 46px 0 36px 0;
      margin-bottom: 17px; }
      .author_view .author_left .author_desc img {
        width: 156px;
        height: 156px;
        margin: 0 38px 0 27px;
        border-radius: 50%; }
      .author_view .author_left .author_desc .text {
        margin-top: 18px;
        width: 568px; }
        .author_view .author_left .author_desc .text span {
          width: 128px;
          height: 34px;
          display: inline-block;
          text-align: center;
          line-height: 34px;
          background: #3caf36;
          margin: 17px 0 24px 0;
          font-size: 16px;
          color: #fff;
          -webkit-border-radius: 0 16px 16px 0;
          -moz-border-radius: 0 16px 16px 0;
          border-radius: 0 16px 16px 0; }
        .author_view .author_left .author_desc .text p {
          color: #494949;
          font-size: 13px;
          line-height: 23px; }
        .author_view .author_left .author_desc .text p:last-child {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
    .author_view .author_left .liContent {
      margin-bottom: 16px;
      background: #fff;
      padding: 35px 27px; }
      .author_view .author_left .liContent img {
        width: 222px;
        height: 146px;
        margin-right: 32px; }
      .author_view .author_left .liContent .liText {
        width: 483px; }
        .author_view .author_left .liContent .liText h4 {
          font-size: 20px;
          color: #333;
          margin-bottom: 32px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .author_view .author_left .liContent .liText p {
          height: 46px;
          font-size: 13px;
          color: #666;
          line-height: 23px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-bottom: 25px; }
        .author_view .author_left .liContent .liText .liTextDesc {
          color: #b8b7b7;
          width: 100%;
          height: 16px; }
          .author_view .author_left .liContent .liText .liTextDesc span {
            width: 33%;
            display: inline-block;
            font-size: 14px;
            line-height: 16px; }
            .author_view .author_left .liContent .liText .liTextDesc span a {
              color: #b8b7b7; }
            .author_view .author_left .liContent .liText .liTextDesc span b {
              font-weight: 400;
              line-height: 16px;
              font-size: 15px;
              margin-right: 5px; }
    .author_view .author_left .newsUl li {
      margin-bottom: 17px;
      background: #fff;
      padding: 30px; }
      .author_view .author_left .newsUl li p {
        height: 18px;
        font-size: 16px;
        color: #222;
        margin-bottom: 26px; }
        .author_view .author_left .newsUl li p span {
          line-height: 18px;
          font-size: 16px;
          color: #009922;
          padding: 0 7px;
          border-left: 2px solid #009922;
          border-right: 2px solid #009922;
          margin-right: 17px; }
        .author_view .author_left .newsUl li p a:hover {
          color: #42b25c; }
      .author_view .author_left .newsUl li .newLiContent img {
        width: 222px;
        height: 146px;
        margin-right: 34px; }
      .author_view .author_left .newsUl li .newLiContent .liText {
        width: 478px; }
        .author_view .author_left .newsUl li .newLiContent .liText h4 {
          font-size: 18px;
          color: #333;
          line-height: 100%;
          margin-bottom: 24px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          height: 25px; }
        .author_view .author_left .newsUl li .newLiContent .liText h4:hover {
          color: #42b25c; }
        .author_view .author_left .newsUl li .newLiContent .liText p {
          height: 46px;
          font-size: 13px;
          color: #666;
          line-height: 23px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-bottom: 42px; }
        .author_view .author_left .newsUl li .newLiContent .liText .liTextDesc {
          color: #b8b7b7;
          width: 100%;
          height: 16px;
          display: flex;
          justify-content: space-between; }
          .author_view .author_left .newsUl li .newLiContent .liText .liTextDesc span {
            display: block;
            font-size: 14px;
            line-height: 16px; }
            .author_view .author_left .newsUl li .newLiContent .liText .liTextDesc span a {
              color: #b8b7b7;
              display: inline-block; }
            .author_view .author_left .newsUl li .newLiContent .liText .liTextDesc span b {
              font-weight: 400;
              line-height: 16px;
              font-size: 15px;
              margin-right: 5px; }
  .author_view .author_right {
    width: 357px; }
    .author_view .author_right .author_special {
      background: #fff;
      width: 100%; }
      .author_view .author_right .author_special li {
        width: calc(100% - (20px) * 2);
        border-bottom: 1px solid #e4e4e4;
        padding: 32px 20px; }
        .author_view .author_right .author_special li a {
          color: #555; }
        .author_view .author_right .author_special li img {
          width: 105px;
          height: 105px;
          border-radius: 50%;
          margin-right: 24px; }
        .author_view .author_right .author_special li div {
          font-size: 13px;
          width: 150px;
          color: #666; }
          .author_view .author_right .author_special li div h4 {
            font-size: 18px;
            margin-bottom: 24px;
            color: #333;
            font-weight: 600; }
          .author_view .author_right .author_special li div p {
            line-height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .author_view .author_right .author_special li div span {
            width: 40px;
            height: 4px;
            display: inline-block;
            background: #3caf36;
            margin: 14px 0; }

/*报名详情*/
.signView {
  width: 1270px;
  margin: 0 auto; }
  .signView .sign {
    width: 1270px;
    margin: 0 auto 20px;
    box-shadow: 0 3px 5px 0 #ccc; }
  .signView .signDetail .course {
    padding: 46px 108px 24px 33px;
    height: 255px;
    background: #fff; }
    .signView .signDetail .course .course_left {
      position: relative;
      width: 400px;
      height: 100%;
      margin-right: 44px; }
      .signView .signDetail .course .course_left img {
        width: 400px;
        height: 215px;
        position: absolute;
        top: 0;
        left: 0; }
      .signView .signDetail .course .course_left b {
        width: 100%;
        height: 108px;
        background: #000;
        opacity: 0.6;
        position: absolute;
        top: 56%;
        left: 0;
        margin-top: -54px;
        z-index: 20;
        display: inline-block; }
      .signView .signDetail .course .course_left p {
        width: 100%;
        font-size: 28px;
        color: #fff;
        text-align: center;
        line-height: 108px;
        position: absolute;
        top: 56%;
        left: 0;
        margin-top: -54px;
        z-index: 22;
        font-weight: 600; }
      .signView .signDetail .course .course_left span {
        display: inline-block;
        width: 60px;
        height: 18px;
        background: #3caf36;
        font-size: 12px;
        color: #fff;
        line-height: 18px;
        position: absolute;
        right: 0;
        bottom: 56px;
        border-radius: 3px; }
    .signView .signDetail .course .course_center {
      width: 405px;
      height: 100%; }
      .signView .signDetail .course .course_center h4 {
        font-size: 20px;
        color: #000;
        line-height: 30px;
        margin-bottom: 27px; }
      .signView .signDetail .course .course_center p {
        font-size: 14px;
        color: #030303;
        line-height: 100%;
        margin-bottom: 20px; }
        .signView .signDetail .course .course_center p span {
          color: #cdcdcd;
          margin-right: 2px; }
      .signView .signDetail .course .course_center p:last-child {
        margin-bottom: 0; }
    .signView .signDetail .course .course_right {
      width: 121px;
      height: 176px;
      margin: 38px 0 0 0; }
      .signView .signDetail .course .course_right img {
        width: 100%;
        height: 121px; }
      .signView .signDetail .course .course_right p {
        font-size: 14px;
        color: #717171;
        line-height: 19px;
        margin: 0 auto;
        text-align: center;
        width: 70px; }
  .signView .title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: #000;
    height: 34px;
    line-height: 24px; }
    .signView .title span {
      color: #9c9b9b;
      cursor: pointer; }
  .signView .group {
    background: #fff; }
    .signView .group .group_left {
      width: 870px;
      padding: 30px 0 32px 32px; }
      .signView .group .group_left .groupUl {
        padding: 47px 0 0 4px; }
        .signView .group .group_left .groupUl li {
          width: 412px;
          height: 100px;
          background: #f1f0f0;
          margin: 0 37px 19px 0;
          cursor: pointer;
          position: relative; }
          .signView .group .group_left .groupUl li span {
            width: 276px;
            display: inline-block;
            font-size: 16px;
            color: #212121;
            line-height: 100%; }
          .signView .group .group_left .groupUl li span:nth-child(1), .signView .group .group_left .groupUl li span:nth-child(2) {
            margin-bottom: 30px;
            margin-top: 17px; }
          .signView .group .group_left .groupUl li span:nth-child(1), .signView .group .group_left .groupUl li span:nth-child(3) {
            margin-left: 15px; }
          .signView .group .group_left .groupUl li span:nth-child(2n) {
            width: 115px; }
          .signView .group .group_left .groupUl li .warning {
            width: 93px;
            height: 76px;
            background: url("../images/sign/warning.png");
            display: inline-block;
            position: absolute;
            right: 110px;
            top: 15px; }
        .signView .group .group_left .groupUl li:nth-child(2n) {
          margin-right: 0; }
        .signView .group .group_left .groupUl .active {
          width: 408px;
          height: 96px;
          border: 2px solid #41b13c; }
      .signView .group .group_left button {
        width: 125px;
        height: 47px;
        background: #41b13c;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        line-height: 47px;
        text-align: center;
        color: #fff;
        cursor: pointer; }
    .signView .group .group_right {
      width: 250px;
      padding: 30px 43px 0 0; }
      .signView .group .group_right img {
        margin-top: 47px;
        width: 249px;
        height: 195px; }
  .signView .signAll {
    background: #fff; }
    .signView .signAll .signAllDesc {
      padding: 24px 36px; }
      .signView .signAll .signAllDesc .signAllDescLeft {
        width: 862px; }
        .signView .signAll .signAllDesc .signAllDescLeft .tab {
          width: 100%;
          margin-bottom: 34px; }
          .signView .signAll .signAllDesc .signAllDescLeft .tab span {
            width: 170px;
            border-right: 1px solid #ccc;
            background: #eee;
            font-size: 20px;
            color: #5c5c5c;
            line-height: 44px;
            display: inline-block;
            text-align: center;
            cursor: pointer; }
          .signView .signAll .signAllDesc .signAllDescLeft .tab .active {
            background: #3caf36;
            color: #fff;
            border-right: none; }
          .signView .signAll .signAllDesc .signAllDescLeft .tab span:last-child {
            border-right: none; }
        .signView .signAll .signAllDesc .signAllDescLeft img {
          margin-bottom: 28px;
          width: 100%; }
        .signView .signAll .signAllDesc .signAllDescLeft .desc {
          margin: 19px 0; }
          .signView .signAll .signAllDesc .signAllDescLeft .desc p {
            font-size: 16px;
            line-height: 26px;
            width: 100%; }
      .signView .signAll .signAllDesc .signAllDescRight {
        width: 252px; }
        .signView .signAll .signAllDesc .signAllDescRight ul {
          width: 100%; }
          .signView .signAll .signAllDesc .signAllDescRight ul li {
            width: 100%;
            position: relative;
            margin-top: 36px; }
            .signView .signAll .signAllDesc .signAllDescRight ul li img {
              width: 100%; }
            .signView .signAll .signAllDesc .signAllDescRight ul li b {
              width: 100%;
              height: 28px;
              display: inline-block;
              background: #000;
              opacity: 0.6;
              position: absolute;
              left: 0;
              bottom: 0;
              z-index: 20; }
            .signView .signAll .signAllDesc .signAllDescRight ul li p {
              width: 100%;
              font-size: 12px;
              color: #fff;
              line-height: 28px;
              position: absolute;
              left: 0;
              bottom: 0;
              z-index: 22;
              text-align: center;
              overflow: hidden;
              white-space: normal;
              text-overflow: ellipsis; }
    .signView .signAll .signBtm {
      padding: 24px 36px; }
      .signView .signAll .signBtm .groupCapital {
        width: 100%;
        margin: 35px; }
        .signView .signAll .signBtm .groupCapital .groupCapitalLeft {
          width: 122px;
          margin-right: 90px; }
          .signView .signAll .signBtm .groupCapital .groupCapitalLeft ul {
            width: 100%; }
            .signView .signAll .signBtm .groupCapital .groupCapitalLeft ul li {
              width: 89px;
              height: 41px;
              margin-bottom: 19px;
              border: 1px solid #3caf36;
              border-radius: 8px;
              font-size: 15px;
              line-height: 22px;
              padding: 10px 16px;
              text-align: center;
              cursor: pointer; }
            .signView .signAll .signBtm .groupCapital .groupCapitalLeft ul .active {
              width: 89px;
              height: 43px;
              color: #fff;
              background: #3caf36; }
        .signView .signAll .signBtm .groupCapital .groupCapitalRight {
          width: 400px; }
          .signView .signAll .signBtm .groupCapital .groupCapitalRight .tab {
            width: 100%;
            height: 34px;
            font-size: 17px;
            color: #555;
            margin-bottom: 22px; }
            .signView .signAll .signBtm .groupCapital .groupCapitalRight .tab span {
              width: 104px;
              line-height: 34px;
              text-align: center;
              font-size: 17px;
              background: #c7c7c7;
              display: inline-block;
              cursor: pointer; }
            .signView .signAll .signBtm .groupCapital .groupCapitalRight .tab .active {
              color: #fff;
              background: #3caf36; }
          .signView .signAll .signBtm .groupCapital .groupCapitalRight .desc {
            width: 100%; }
            .signView .signAll .signBtm .groupCapital .groupCapitalRight .desc li {
              width: 100%; }
              .signView .signAll .signBtm .groupCapital .groupCapitalRight .desc li span {
                font-size: 16px;
                color: #5b5b5b;
                line-height: 24px;
                display: inline-block; }
              .signView .signAll .signBtm .groupCapital .groupCapitalRight .desc li span:first-child {
                width: 80px;
                text-align: right; }
              .signView .signAll .signBtm .groupCapital .groupCapitalRight .desc li span:last-child {
                color: #000; }
      .signView .signAll .signBtm .circle_play {
        padding: 1px 1px;
        margin: 68px 0 36px; }
        .signView .signAll .signBtm .circle_play .circle_play_border {
          border: 1px solid #ccc;
          border-radius: 7px;
          padding: 0 25px; }
          .signView .signAll .signBtm .circle_play .circle_play_border .no_log {
            color: #666;
            font-size: 12px;
            line-height: 14px;
            padding: 60px 0 47px;
            border-bottom: 1px solid #ccc;
            text-align: center; }
            .signView .signAll .signBtm .circle_play .circle_play_border .no_log span {
              color: #d83939;
              display: inline-block;
              width: 50px;
              border-right: 1px solid #666;
              cursor: pointer; }
            .signView .signAll .signBtm .circle_play .circle_play_border .no_log span:last-child {
              border: none; }
          .signView .signAll .signBtm .circle_play .circle_play_border .subContent {
            font-size: 12px;
            line-height: 68px; }
            .signView .signAll .signBtm .circle_play .circle_play_border .subContent span {
              margin-right: 36px; }
              .signView .signAll .signBtm .circle_play .circle_play_border .subContent span i {
                font-style: normal;
                color: #ffb000;
                margin-right: 6px; }
            .signView .signAll .signBtm .circle_play .circle_play_border .subContent .sub {
              width: 65px;
              height: 25px;
              line-height: 25px;
              text-align: center;
              background: #ffb000;
              color: #fff;
              margin-top: 20px;
              border-radius: 5px; }
      .signView .signAll .signBtm .comment {
        width: 100%; }
        .signView .signAll .signBtm .comment .tab {
          width: 100%;
          height: 38px;
          margin-bottom: 52px; }
          .signView .signAll .signBtm .comment .tab span {
            width: 108px;
            height: 38px;
            display: inline-block;
            cursor: pointer;
            font-size: 18px;
            color: #4f4f4f;
            line-height: 38px;
            text-align: center;
            background: #fff; }
          .signView .signAll .signBtm .comment .tab .active {
            background: #d8d6d6; }
        .signView .signAll .signBtm .comment .commentView {
          width: 100%; }
          .signView .signAll .signBtm .comment .commentView .cmLi {
            width: 100%;
            margin-bottom: 50px; }
            .signView .signAll .signBtm .comment .commentView .cmLi img {
              width: 49px;
              height: 49px;
              margin-right: 18px; }
            .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent {
              width: 1098px; }
              .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .name {
                width: 100%;
                margin-bottom: 19px; }
                .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .name span {
                  margin-right: 26px;
                  font-size: 15px;
                  color: #4f4f4f;
                  line-height: 100%; }
                .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .name span:first-child {
                  color: #379be9; }
              .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .one {
                width: 100%;
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 20px; }
              .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .playing {
                width: 100%;
                height: 19px;
                margin-bottom: 33px; }
                .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .playing span {
                  width: 83px;
                  display: inline-block;
                  font-size: 14px;
                  cursor: pointer;
                  margin-right: 70px;
                  liine-height: 100%;
                  color: #4f4f4f; }
                .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .playing span:first-child i {
                  color: #fc0303; }
              .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .reply {
                padding: 20px 30px;
                font-size: 15px;
                color: #232323;
                line-height: 22px;
                background: #f2f2f2; }
                .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .reply .replyLi {
                  margin-bottom: 20px;
                  cursor: pointer; }
                  .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .reply .replyLi div {
                    color: #232323; }
                    .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .reply .replyLi div span {
                      color: #379be9;
                      cursor: pointer; }
                .signView .signAll .signBtm .comment .commentView .cmLi .cmLiContent .reply li:last-child {
                  color: #379be9; }
          .signView .signAll .signBtm .comment .commentView .cmLiHide {
            display: none; }
        .signView .signAll .signBtm .comment .goAll {
          height: 48px;
          width: 100%;
          line-height: 48px;
          text-align: center;
          background: #f2f2f2;
          color: #4f4f4f;
          font-size: 15px;
          cursor: pointer; }
      .signView .signAll .signBtm .query .groupCapitalQu {
        width: 100%;
        margin: 35px; }
        .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalLeft {
          width: 122px;
          margin-right: 90px; }
          .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalLeft ul {
            width: 100%; }
            .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalLeft ul li {
              width: 89px;
              height: 41px;
              margin-bottom: 19px;
              border: 1px solid #3caf36;
              border-radius: 8px;
              font-size: 15px;
              line-height: 41px;
              padding: 10px 16px;
              text-align: center;
              cursor: pointer; }
            .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalLeft ul .active {
              width: 89px;
              height: 43px;
              color: #fff;
              background: #3caf36; }
        .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight {
          width: 500px; }
          .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .tab {
            width: 100%;
            height: 34px;
            font-size: 17px;
            color: #555;
            margin-bottom: 22px; }
            .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .tab span {
              width: 104px;
              line-height: 34px;
              text-align: center;
              font-size: 17px;
              background: #c7c7c7;
              display: inline-block;
              cursor: pointer; }
            .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .tab .active {
              color: #fff;
              background: #3caf36; }
          .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .warning {
            width: 100%;
            color: #c54d04;
            font-size: 16px;
            line-height: 100%;
            margin: 30px 0; }
          .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .play {
            height: 36px;
            margin-bottom: 30px;
            width: 100%; }
            .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .play input {
              width: 300px;
              border: 1px solid #d9d6d6;
              border-right: none;
              padding: 10px; }
            .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .play button {
              height: 37px;
              width: 136px;
              background: #3caf36;
              color: #fff;
              border: none;
              cursor: pointer; }
          .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .desc {
            width: 100%; }
            .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .desc li {
              width: 100%; }
              .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .desc li span {
                font-size: 16px;
                color: #5b5b5b;
                line-height: 24px;
                display: inline-block; }
              .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .desc li span:first-child {
                width: 80px;
                text-align: right; }
              .signView .signAll .signBtm .query .groupCapitalQu .groupCapitalRight .desc li span:last-child {
                color: #000; }
      .signView .signAll .signBtm .signComment {
        background: #fff; }
        .signView .signAll .signBtm .signComment .allComment {
          font-size: 20px;
          color: #555;
          line-height: 100%;
          margin: 36px 0 26px; }
          .signView .signAll .signBtm .signComment .allComment .allTitle {
            width: 108px;
            height: 100%; }
          .signView .signAll .signBtm .signComment .allComment .star {
            margin-right: 16px; }
            .signView .signAll .signBtm .signComment .allComment .star span {
              font-size: 20px; }
            .signView .signAll .signBtm .signComment .allComment .star .red {
              color: #fa5000; }
          .signView .signAll .signBtm .signComment .allComment .desc {
            color: #999; }
            .signView .signAll .signBtm .signComment .allComment .desc span {
              margin-right: 18px; }
        .signView .signAll .signBtm .signComment .commentPlay {
          border: 1px solid #ccc;
          border-radius: 10px;
          padding: 16px; }
          .signView .signAll .signBtm .signComment .commentPlay textarea {
            border: none;
            height: 102px;
            border-bottom: 1px dashed #ccc;
            width: 100%; }
          .signView .signAll .signBtm .signComment .commentPlay .commentUl {
            padding: 24px 0 20px 50px; }
            .signView .signAll .signBtm .signComment .commentPlay .commentUl li {
              width: 350px;
              font-size: 20px; }
              .signView .signAll .signBtm .signComment .commentPlay .commentUl li .liTitle {
                width: 180px; }
              .signView .signAll .signBtm .signComment .commentPlay .commentUl li .liStar {
                width: 170px;
                font-size: 20px;
                margin-bottom: 32px; }
                .signView .signAll .signBtm .signComment .commentPlay .commentUl li .liStar span {
                  font-size: 20px;
                  color: #dcdcdc;
                  margin-right: 3px; }
                .signView .signAll .signBtm .signComment .commentPlay .commentUl li .liStar .red {
                  color: #fa5000; }
          .signView .signAll .signBtm .signComment .commentPlay .playing {
            height: 30px; }
            .signView .signAll .signBtm .signComment .commentPlay .playing button {
              border: none;
              width: 100px;
              height: 30px;
              font-size: 18px;
              color: #fff;
              background: #fa5000;
              margin-left: 20px;
              border-radius: 3px; }
            .signView .signAll .signBtm .signComment .commentPlay .playing .opClass {
              line-height: 30px;
              width: auto;
              min-width: 70px;
              font-size: 20px;
              display: inline-block;
              margin-right: 10px; }
              .signView .signAll .signBtm .signComment .commentPlay .playing .opClass input[type="radio"] + label::before {
                cursor: pointer;
                content: "\a0";
                /*不换行空格*/
                display: inline-block;
                vertical-align: middle;
                font-size: 15px;
                width: 1em;
                height: 1em;
                margin-right: .2em;
                border-radius: 50%;
                border: 1px solid #d2d2d2;
                text-indent: .15em;
                line-height: 0.8; }
              .signView .signAll .signBtm .signComment .commentPlay .playing .opClass input[type="radio"]:checked + label::before {
                background-color: #f00000;
                background-clip: content-box;
                padding: .2em; }
              .signView .signAll .signBtm .signComment .commentPlay .playing .opClass input[type="radio"] {
                position: absolute;
                clip: rect(0, 0, 0, 0); }
        .signView .signAll .signBtm .signComment .score {
          padding: 32px 300px 0 250px; }
          .signView .signAll .signBtm .signComment .score .scoreLeft {
            width: 215px;
            height: 148px;
            border-right: 1px solid #ccc; }
            .signView .signAll .signBtm .signComment .score .scoreLeft .sWidth {
              width: 176px;
              text-align: center; }
              .signView .signAll .signBtm .signComment .score .scoreLeft .sWidth h5 {
                color: #fa5000;
                font-size: 40px;
                line-height: 60px; }
              .signView .signAll .signBtm .signComment .score .scoreLeft .sWidth .starLi {
                width: 100%; }
                .signView .signAll .signBtm .signComment .score .scoreLeft .sWidth .starLi span {
                  font-size: 26px;
                  margin-right: 1px; }
                .signView .signAll .signBtm .signComment .score .scoreLeft .sWidth .starLi .red {
                  color: #fa5000; }
              .signView .signAll .signBtm .signComment .score .scoreLeft .sWidth p {
                font-size: 14px;
                color: #8b8b8b;
                line-height: 24px; }
          .signView .signAll .signBtm .signComment .score .scoreRight {
            width: 367px; }
            .signView .signAll .signBtm .signComment .score .scoreRight p {
              font-size: 16px;
              height: 16px;
              line-height: 100%;
              color: #8b8b8b;
              width: 367px;
              margin-bottom: 10px; }
              .signView .signAll .signBtm .signComment .score .scoreRight p span {
                margin-right: 10px; }
              .signView .signAll .signBtm .signComment .score .scoreRight p span:nth-child(1) {
                display: inline-block;
                width: 144px; }
              .signView .signAll .signBtm .signComment .score .scoreRight p span:nth-child(2) {
                border-bottom: 1px dashed #ccc;
                height: 8px;
                display: inline-block;
                width: 178px; }

/*视频部分*/
.videoDetailC .playerView {
  width: 100%;
  padding: 76px 0 140px 0; }
  .videoDetailC .playerView h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 45px;
    text-align: center;
    padding: 0 20px; }
  .videoDetailC .playerView .titles {
    padding: 0 250px 40px;
    height: 19px;
    line-height: 19px;
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: 0 auto; }
    .videoDetailC .playerView .titles span {
      font-size: 14px;
      color: #777;
      display: inline-block;
      text-align: center; }
      .videoDetailC .playerView .titles span i {
        margin-right: 4px;
        line-height: 19px;
        font-size: 15px; }
  .videoDetailC .playerView #player_a_media {
    position: relative;
    width: 100%;
    min-height: 700px;
    margin-bottom: 78px; }
  .videoDetailC .playerView .video_desc {
    font-size: 18px;
    color: #5b5b5b;
    line-height: 34px !important;
    margin-bottom: 36px; }
    .videoDetailC .playerView .video_desc div, .videoDetailC .playerView .video_desc span, .videoDetailC .playerView .video_desc p, .videoDetailC .playerView .video_desc a {
      font-size: 18px !important;
      line-height: 34px !important; }
.videoDetailC .video_special {
  width: 100%;
  padding: 55px 0 90px 0; }
  .videoDetailC .video_special li {
    width: 24.8%;
    margin-bottom: 46px; }
    .videoDetailC .video_special li img {
      width: 107px;
      height: 107px;
      border-radius: 50%;
      margin-right: 24px; }
    .videoDetailC .video_special li h4 {
      font-size: 18px;
      color: #333;
      line-height: 100%; }
    .videoDetailC .video_special li div {
      font-size: 13px;
      width: 146px; }
      .videoDetailC .video_special li div p {
        color: #666;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        .videoDetailC .video_special li div p b {
          color: #343434; }
      .videoDetailC .video_special li div span {
        width: 40px;
        height: 4px;
        display: inline-block;
        background: #3caf36;
        margin: 12px 0; }

/*新闻详情部分*/
.newsDetailsView {
  width: 1250px;
  padding: 0 25px; }
  .newsDetailsView .newDetail .newDetailLeft {
    width: 856px; }
    .newsDetailsView .newDetail .newDetailLeft .playerView {
      width: 100%;
      padding: 76px 0 60px 0;
      line-height: 34px !important;
      /*要控制富文本里面带行内样式的css，所以带上important*/ }
      .newsDetailsView .newDetail .newDetailLeft .playerView h3 {
        font-size: 28px;
        color: #000;
        margin-bottom: 30px;
        text-align: center;
        padding: 0 20px; }
      .newsDetailsView .newDetail .newDetailLeft .playerView .titles {
        padding: 0 96px 0;
        height: 19px;
        line-height: 19px !important;
        display: flex;
        justify-content: space-around;
        width: 60%;
        margin: 0 auto; }
        .newsDetailsView .newDetail .newDetailLeft .playerView .titles span {
          font-size: 14px;
          color: #777;
          display: inline-block;
          text-align: center;
          line-height: 19px !important; }
          .newsDetailsView .newDetail .newDetailLeft .playerView .titles span a {
            color: #777;
            line-height: 19px !important; }
          .newsDetailsView .newDetail .newDetailLeft .playerView .titles span i {
            margin-right: 4px;
            line-height: 19px !important;
            font-size: 15px; }
      .newsDetailsView .newDetail .newDetailLeft .playerView img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important; }
      .newsDetailsView .newDetail .newDetailLeft .playerView div, .newsDetailsView .newDetail .newDetailLeft .playerView p, .newsDetailsView .newDetail .newDetailLeft .playerView span, .newsDetailsView .newDetail .newDetailLeft .playerView a {
        line-height: 34px !important; }
      .newsDetailsView .newDetail .newDetailLeft .playerView .video_desc {
        font-size: 18px;
        color: #5b5b5b;
        line-height: 34px !important;
        margin-bottom: 25px; }
      .newsDetailsView .newDetail .newDetailLeft .playerView p {
        font-size: 18px;
        margin-top: 25px;
        color: #666; }
      .newsDetailsView .newDetail .newDetailLeft .playerView span {
        font-size: 18px;
        line-height: 34px !important; }
      .newsDetailsView .newDetail .newDetailLeft .playerView #new_iframe {
        width: 100%; }
    .newsDetailsView .newDetail .newDetailLeft .video_special {
      width: 100%;
      padding: 55px 0 90px 0; }
      .newsDetailsView .newDetail .newDetailLeft .video_special li {
        width: 24.8%;
        margin-bottom: 46px; }
        .newsDetailsView .newDetail .newDetailLeft .video_special li img {
          width: 107px;
          height: 107px;
          border-radius: 50%;
          margin-right: 24px; }
        .newsDetailsView .newDetail .newDetailLeft .video_special li h4 {
          font-size: 20px;
          color: #000;
          line-height: 100%; }
        .newsDetailsView .newDetail .newDetailLeft .video_special li div {
          font-size: 13px;
          width: 146px; }
          .newsDetailsView .newDetail .newDetailLeft .video_special li div p {
            color: #000;
            line-height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .newsDetailsView .newDetail .newDetailLeft .video_special li div span {
            width: 40px;
            height: 4px;
            display: inline-block;
            background: #3caf36;
            margin: 14px 0; }
  .newsDetailsView .newDetail .newDetailRight {
    width: 344px;
    padding-top: 71px; }
    .newsDetailsView .newDetail .newDetailRight .nc_right {
      width: 363px; }
      .newsDetailsView .newDetail .newDetailRight .nc_right .column .title h3 {
        font-size: 21px; }
      .newsDetailsView .newDetail .newDetailRight .nc_right .column .trapezoid {
        width: 87px; }
      .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_essay {
        width: 100%;
        margin-top: 50px; }
        .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_essay li {
          width: 100%;
          margin-bottom: 24px; }
          .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_essay li img {
            width: 132px;
            height: 86px; }
          .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_essay li div {
            font-size: 13px;
            width: 200px; }
            .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_essay li div p {
              color: #000;
              line-height: 24px;
              margin-bottom: 14px;
              height: 48px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_essay li div p:hover {
              color: #42b25c; }
            .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_essay li div span {
              color: #9a9a9a; }
      .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special {
        width: 100%;
        margin-top: 50px; }
        .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li {
          width: 100%;
          margin-bottom: 46px; }
          .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li a {
            color: #000; }
          .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li img {
            width: 105px;
            height: 105px;
            border-radius: 50%;
            margin-right: 24px; }
          .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li .iconP {
            width: 105px;
            height: 105px;
            border-radius: 50%;
            margin-right: 24px;
            background: no-repeat center center;
            background-size: cover; }
          .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li div {
            font-size: 13px;
            width: 150px; }
            .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li div h4:hover {
              color: #3caf36; }
            .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li div p {
              color: #000;
              line-height: 20px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .newsDetailsView .newDetail .newDetailRight .nc_right .recommend_special li div span {
              width: 40px;
              height: 4px;
              display: inline-block;
              background: #3caf36;
              margin: 14px 0; }
      .newsDetailsView .newDetail .newDetailRight .nc_right .new_left {
        cursor: pointer;
        width: 100%;
        height: 230px;
        position: relative;
        margin: 42px 0 50px; }
        .newsDetailsView .newDetail .newDetailRight .nc_right .new_left img {
          width: 100%;
          height: 100%; }
        .newsDetailsView .newDetail .newDetailRight .nc_right .new_left .mask {
          width: 100%;
          height: 50px;
          background: #000;
          opacity: 0.5;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 80; }
        .newsDetailsView .newDetail .newDetailRight .nc_right .new_left p {
          width: 90%;
          line-height: 50px;
          color: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 80;
          text-align: center;
          font-size: 18px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 0 5%; }

.pureNewDetail .newDetail .newDetailLeft {
  width: 1200px;
  padding: 0 25px; }
.pureNewDetail .newDetail .newDetailRight {
  display: none; }

/*评论 公共部分*/
.circle_play {
  padding: 1px 1px;
  margin: 68px 0 36px; }
  .circle_play .circle_play_border {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 0 25px; }
    .circle_play .circle_play_border .no_log {
      color: #666;
      font-size: 12px;
      line-height: 14px;
      padding: 60px 0 47px;
      /*border-bottom:1px solid #ccc;*/
      text-align: center; }
      .circle_play .circle_play_border .no_log span {
        color: #d83939;
        display: inline-block;
        width: 50px;
        border-right: 1px solid #666;
        cursor: pointer; }
      .circle_play .circle_play_border .no_log span:last-child {
        border: none; }
    .circle_play .circle_play_border .subContent {
      font-size: 12px;
      line-height: 68px; }
      .circle_play .circle_play_border .subContent span {
        margin-right: 36px; }
        .circle_play .circle_play_border .subContent span i {
          font-style: normal;
          color: #ffb000;
          margin-right: 6px; }
      .circle_play .circle_play_border .subContent .sub {
        width: 65px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: #ffb000;
        color: #fff;
        margin-top: 20px;
        border-radius: 5px; }

.comment {
  width: 100%; }
  .comment .tab {
    width: 100%;
    height: 38px;
    margin-bottom: 52px; }
    .comment .tab span {
      width: 108px;
      height: 38px;
      display: inline-block;
      cursor: pointer;
      font-size: 18px;
      color: #4f4f4f;
      line-height: 38px;
      text-align: center;
      background: #fff; }
    .comment .tab .active {
      background: #d8d6d6; }
  .comment .commentView {
    width: 100%; }
    .comment .commentView .cmLi {
      width: 100%;
      margin-bottom: 50px; }
      .comment .commentView .cmLi .iconImg {
        width: 49px;
        height: 49px;
        margin-right: 18px; }
      .comment .commentView .cmLi .cmLiContent {
        width: 1098px; }
        .comment .commentView .cmLi .cmLiContent .name {
          width: 100%;
          margin-bottom: 19px; }
          .comment .commentView .cmLi .cmLiContent .name span {
            margin-right: 26px;
            font-size: 15px;
            color: #4f4f4f;
            line-height: 100%; }
          .comment .commentView .cmLi .cmLiContent .name span:first-child {
            color: #379be9; }
        .comment .commentView .cmLi .cmLiContent .one {
          width: 100%;
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 20px; }
          .comment .commentView .cmLi .cmLiContent .one image {
            width: auto;
            height: auto; }
        .comment .commentView .cmLi .cmLiContent .playing {
          width: 100%;
          height: 19px;
          margin-bottom: 33px; }
          .comment .commentView .cmLi .cmLiContent .playing span {
            width: 83px;
            display: inline-block;
            font-size: 14px;
            cursor: pointer;
            margin-right: 70px;
            liine-height: 100%;
            color: #4f4f4f; }
          .comment .commentView .cmLi .cmLiContent .playing span:first-child i {
            color: #fc0303; }
        .comment .commentView .cmLi .cmLiContent .reply {
          padding: 20px 30px;
          font-size: 15px;
          color: #232323;
          line-height: 22px;
          background: #f2f2f2; }
          .comment .commentView .cmLi .cmLiContent .reply .replyLi {
            margin-bottom: 20px; }
            .comment .commentView .cmLi .cmLiContent .reply .replyLi div {
              color: #232323; }
              .comment .commentView .cmLi .cmLiContent .reply .replyLi div span {
                color: #379be9;
                cursor: pointer; }
            .comment .commentView .cmLi .cmLiContent .reply .replyLi p {
              color: #333; }
            .comment .commentView .cmLi .cmLiContent .reply .replyLi .chlImg {
              width: 100%;
              height: auto;
              margin-top: 10px; }
              .comment .commentView .cmLi .cmLiContent .reply .replyLi .chlImg img {
                width: 103px;
                height: 103px;
                margin: 0 5px; }
          .comment .commentView .cmLi .cmLiContent .reply li:last-child {
            color: #379be9;
            cursor: pointer;
            margin-bottom: 0; }
          .comment .commentView .cmLi .cmLiContent .reply .hideLi {
            display: none; }
    .comment .commentView .cmLiHide {
      display: none; }
  .comment .goAll {
    height: 48px;
    width: 100%;
    line-height: 48px;
    text-align: center;
    background: #f2f2f2;
    color: #4f4f4f;
    font-size: 15px;
    cursor: pointer; }
  .comment .goAll:hover {
    background: #ccc; }

/*图片付费下载第三阶段*/
.webView {
  width: 1300px;
  margin: 0 auto; }
  .webView .bannerImg {
    width: 100%;
    height: 624px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 64px; }
    .webView .bannerImg .container {
      width: 937px !important;
      height: 100%;
      margin-bottom: 30px;
      max-width: 937px; }
      .webView .bannerImg .container .tab {
        width: 100%;
        height: 100%;
        display: none; }
        .webView .bannerImg .container .tab img {
          width: 100%;
          object-fit: cover;
          height: 100%; }
      .webView .bannerImg .container .active {
        display: block; }
    .webView .bannerImg .nav {
      height: 100%;
      width: 318px;
      background: #000;
      overflow-y: scroll;
      padding: 2px 5px 1px; }
      .webView .bannerImg .nav ul {
        width: 100%; }
        .webView .bannerImg .nav ul li {
          width: 140px;
          height: 140px;
          margin: 3px 5px;
          background: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          float: left;
          position: relative;
          cursor: pointer; }
          .webView .bannerImg .nav ul li img {
            width: 100%;
            object-fit: cover;
            height: 100%; }
          .webView .bannerImg .nav ul li span {
            display: inline-block;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.4;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 100; }
        .webView .bannerImg .nav ul .active {
          width: 136px;
          height: 136px;
          border: 2px solid #f80202; }
          .webView .bannerImg .nav ul .active span {
            display: none; }
    .webView .bannerImg .tabBtn {
      width: 937px;
      height: 90px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -45px;
      padding: 0; }
      .webView .bannerImg .tabBtn button {
        width: 50px;
        height: 100%;
        text-align: center;
        line-height: 90px;
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        border: none;
        background: #000;
        opacity: 0.6;
        cursor: pointer; }
    .webView .bannerImg .nxPr {
      padding: 0 30px;
      line-height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 880px; }
      .webView .bannerImg .nxPr button {
        border: none;
        background: none;
        cursor: pointer;
        font-size: 18px; }
  .webView .dwnBtn {
    padding-left: 165px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 100px; }
    .webView .dwnBtn .btn {
      padding: 12px 30px;
      margin-right: 130px;
      cursor: pointer; }
      .webView .dwnBtn .btn b {
        font-weight: 400; }
      .webView .dwnBtn .btn a {
        color: #fff; }
    .webView .dwnBtn .free {
      background: #03c40c; }
    .webView .dwnBtn .charge {
      background: #ff842c; }

.pay_one {
  width: 100%;
  padding: 60px 0 80px; }
  .pay_one img {
    width: 814px; }
  .pay_one .pay_one_right {
    width: 420px; }
    .pay_one .pay_one_right button {
      font-size: 20px;
      background: #28de64;
      border-radius: 8px;
      height: 52px;
      width: 264px;
      border: none;
      margin-bottom: 30px;
      cursor: pointer; }
      .pay_one .pay_one_right button a {
        color: #fff; }
    .pay_one .pay_one_right ul {
      margin-bottom: 50px; }
      .pay_one .pay_one_right ul li {
        width: 100%;
        font-size: 16px;
        color: #555;
        line-height: 100%;
        margin-bottom: 16px; }
        .pay_one .pay_one_right ul li span {
          font-size: 24px;
          color: #f00000; }
    .pay_one .pay_one_right p {
      font-size: 18px;
      color: #000;
      line-height: 35px; }

.pay_two {
  width: 254px;
  padding: 100px 0;
  margin: 0 auto; }
  .pay_two .title {
    font-size: 24px;
    color: #555;
    text-align: center; }
    .pay_two .title span {
      color: #fa0404;
      font-size: 31px;
      margin-right: 1px; }
    .pay_two .title b {
      color: #fa0404;
      font-weight: 400; }
  .pay_two img {
    width: 100%;
    height: 254px;
    margin: 34px 0 30px; }
  .pay_two .warning {
    font-size: 20px;
    color: #555;
    text-align: center; }
    .pay_two .warning span {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      color: #fff;
      background: #00d000;
      margin-right: 12px;
      font-size: 30px;
      line-height: 40px;
      text-align: center; }

/*报名相关*/
.step {
  padding: 24px 124px 33px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 5px 5px -1px #ccc; }
  .step .num {
    width: 88px;
    text-align: center; }
    .step .num div:first-child {
      width: 56px;
      height: 56px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #c7c5c5;
      font-size: 40px;
      line-height: 56px;
      color: #fff;
      margin: 0 auto 24px; }
    .step .num div:last-child {
      font-size: 18px;
      color: #333;
      line-height: 100%; }
  .step .active div:first-child {
    background: #3caf36; }
  .step .line {
    width: 215px;
    border-bottom: 1px solid #ccc;
    height: 30px; }

.text_input {
  width: 100%;
  margin-bottom: 20px; }
  .text_input .text_left {
    width: 860px; }
    .text_input .text_left .name {
      background: #fff;
      box-shadow: 0 5px 5px -1px #ccc;
      padding: 25px 30px 0;
      margin-bottom: 20px; }
      .text_input .text_left .name span {
        font-size: 18px;
        color: #333;
        border-left: 4px solid #009826;
        line-height: 100%;
        height: 18px;
        padding-left: 10px;
        display: block;
        font-weight: 600; }
      .text_input .text_left .name div {
        padding: 20px 28px;
        border-top: 1px solid #ccc;
        font-size: 18px;
        color: #333;
        line-height: 100%; }
        .text_input .text_left .name div label {
          margin-right: 30px;
          padding: 0 10px 0 0;
          display: inline-block;
          margin-bottom: 15px; }
          .text_input .text_left .name div label input {
            margin-right: 12px; }
    .text_input .text_left .add {
      background: #fff;
      box-shadow: 0 5px 5px -1px #ccc;
      padding: 25px 30px 0;
      margin-bottom: 20px; }
      .text_input .text_left .add .addTitle {
        font-size: 18px;
        color: #333;
        line-height: 100%;
        height: 18px;
        font-weight: 600;
        margin-bottom: 30px; }
      .text_input .text_left .add .numTitle {
        margin-bottom: 20px; }
        .text_input .text_left .add .numTitle b {
          width: 680px;
          height: 15px;
          border-bottom: 1px solid #ccc;
          margin: 0 5px;
          display: inline-block; }
        .text_input .text_left .add .numTitle span:nth-child(1) {
          width: 30px;
          height: 30px;
          display: inline-block;
          font-size: 22px;
          color: #fff;
          background: #3caf36;
          line-height: 30px;
          border-radius: 50%; }
        .text_input .text_left .add .numTitle span:nth-child(3) {
          width: 22px;
          height: 22px;
          display: inline-block;
          font-size: 16px;
          color: #fff;
          line-height: 22px;
          background: #bfbfbf;
          border-radius: 50%;
          margin-right: 10px; }
        .text_input .text_left .add .numTitle span:nth-child(4) {
          width: 22px;
          height: 22px;
          display: inline-block;
          font-size: 16px;
          color: #fff;
          line-height: 22px;
          background: #bfbfbf;
          border-radius: 50%; }
      .text_input .text_left .add .label {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        margin-bottom: 16px; }
        .text_input .text_left .add .label div:first-child {
          width: 88px;
          text-align: right;
          margin-right: 18px;
          font-weight: 600;
          height: 40px; }
        .text_input .text_left .add .label div:nth-child(2) {
          width: 512px; }
          .text_input .text_left .add .label div:nth-child(2) .radio {
            padding: 0 30px 0 0;
            display: inline-block; }
          .text_input .text_left .add .label div:nth-child(2) select {
            width: 110px;
            border: 1px solid #ccc;
            height: 38px;
            background: #edf0f0;
            border-right: none; }
          .text_input .text_left .add .label div:nth-child(2) .text {
            width: 390px;
            border: 1px solid #ccc;
            height: 36px;
            background: #edf0f0;
            border-left: none;
            padding: 0 5px; }
          .text_input .text_left .add .label div:nth-child(2) .bxS {
            width: 50%;
            display: inline-block; }
        .text_input .text_left .add .label .boxS {
          height: auto;
          padding: 2px 0; }
        .text_input .text_left .add .label .langPut {
          width: 490px;
          height: 38px;
          padding: 0 10px;
          line-height: 38px;
          border: 1px solid #ccc;
          background: #edf0f0; }
        .text_input .text_left .add .label .sel {
          font-size: 14px; }
      .text_input .text_left .add .btnS {
        width: 100%;
        padding: 20px;
        font-size: 16px; }
        .text_input .text_left .add .btnS .sub {
          width: 66px;
          height: 30px;
          line-height: 30px;
          color: #fff;
          background: #3caf36;
          border: none;
          border-radius: 7px;
          margin: 0 32px 0 44px; }
        .text_input .text_left .add .btnS .addClass {
          width: 116px;
          height: 28px;
          line-height: 30px;
          color: #555;
          border: 1px solid #ccc;
          border-radius: 7px;
          padding: 0 10px; }
          .text_input .text_left .add .btnS .addClass span {
            width: 20px;
            height: 20px;
            display: inline-block;
            font-size: 16px;
            color: #fff;
            background: #3caf36;
            margin: 5px 0 0 0;
            line-height: 20px;
            border-radius: 50%; }
    .text_input .text_left .add_ranks .addName {
      font-size: 18px;
      color: #333;
      border-left: 4px solid #009826;
      line-height: 100%;
      height: 18px;
      padding-left: 10px;
      display: block;
      font-weight: 600; }
    .text_input .text_left .add_ranks .subAll {
      width: 100%;
      padding-bottom: 20px; }
      .text_input .text_left .add_ranks .subAll button {
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background: #3caf36;
        border: none;
        border-radius: 7px;
        margin: 0 32px 0 44px; }
        .text_input .text_left .add_ranks .subAll button a {
          color: #fff;
          display: inline-block;
          width: 100%;
          height: 100%; }
    .text_input .text_left .addTwo .label {
      margin-bottom: 3px; }
      .text_input .text_left .addTwo .label div:first-child {
        font-weight: 500;
        color: #999; }
      .text_input .text_left .addTwo .label div:nth-child(2) {
        color: #333; }
    .text_input .text_left .addTwo .subAll {
      width: 100%;
      padding-bottom: 20px; }
      .text_input .text_left .addTwo .subAll button:first-child {
        background: #b5b5b5;
        color: #333; }
    .text_input .text_left .left_detail {
      background: #fff;
      box-shadow: 0 5px 5px -1px #ccc;
      padding: 25px 30px 0;
      margin-bottom: 20px; }
      .text_input .text_left .left_detail .titles {
        font-size: 18px;
        color: #333;
        border-left: 4px solid #009826;
        line-height: 100%;
        height: 18px;
        padding-left: 10px;
        display: block;
        font-weight: 600; }
      .text_input .text_left .left_detail .detail_basics {
        padding: 20px 0;
        border-top: 1px solid #ccc;
        font-size: 16px;
        color: #8d8c8c;
        line-height: 100%; }
        .text_input .text_left .left_detail .detail_basics p {
          line-height: 100%; }
          .text_input .text_left .left_detail .detail_basics p span {
            display: inline-block;
            width: 100px;
            text-align: right;
            margin-bottom: 15px; }
      .text_input .text_left .left_detail .basics {
        padding: 0 20px 20px; }
        .text_input .text_left .left_detail .basics .b_titles {
          font-size: 20px;
          color: #333; }
        .text_input .text_left .left_detail .basics .details_span {
          font-size: 16px;
          color: #555; }
          .text_input .text_left .left_detail .basics .details_span span {
            width: 160px;
            display: inline-block; }
            .text_input .text_left .left_detail .basics .details_span span b {
              font-weight: 500; }
        .text_input .text_left .left_detail .basics .time {
          font-size: 16px;
          color: #909090; }
        .text_input .text_left .left_detail .basics a {
          font-size: 16px; }
      .text_input .text_left .left_detail .play {
        padding: 0 20px; }
        .text_input .text_left .left_detail .play span {
          width: 55px;
          display: inline-block;
          margin-right: 24px;
          font-size: 15px;
          color: #909090;
          cursor: pointer; }
      .text_input .text_left .left_detail .detail_list {
        width: 474px;
        border: 1px solid #ccc;
        border-radius: 10px;
        margin-left: 22px; }
        .text_input .text_left .left_detail .detail_list .left {
          margin: 18px 20px 0 40px;
          width: 24px;
          height: 24px;
          background: #3caf36;
          color: #fff;
          font-size: 18px;
          text-align: center;
          line-height: 24px;
          border-radius: 50%; }
        .text_input .text_left .left_detail .detail_list .right {
          width: 380px; }
          .text_input .text_left .left_detail .detail_list .right .names {
            width: 100%;
            margin: 18px 0; }
            .text_input .text_left .left_detail .detail_list .right .names span {
              font-size: 18px;
              color: #333;
              line-height: 25px; }
            .text_input .text_left .left_detail .detail_list .right .names span:first-child {
              padding-right: 38px;
              display: inline-block; }
          .text_input .text_left .left_detail .detail_list .right p {
            font-size: 16px;
            color: #909090;
            margin-bottom: 16px; }
          .text_input .text_left .left_detail .detail_list .right .colorGre {
            color: #3caf36; }
          .text_input .text_left .left_detail .detail_list .right button {
            font-size: 16px;
            color: #909090;
            width: 75px;
            height: 27px;
            background: none;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-bottom: 14px; }
  .text_input .text_right {
    width: 346px;
    background: #fff;
    box-shadow: 0 5px 5px -1px #ccc;
    padding: 22px; }
    .text_input .text_right h4 {
      font-size: 19px;
      color: #000;
      overflow: hidden;
      white-space: normal;
      text-overflow: ellipsis;
      line-height: 100%;
      margin: 0 0 14px 0; }
    .text_input .text_right .desc .explain {
      color: #63c8fe;
      font-size: 16px;
      cursor: pointer;
      line-height: 100%;
      margin-bottom: 38px; }
    .text_input .text_right .desc .class {
      border: 1px solid #ccc;
      margin: 40px 0 88px 0; }
      .text_input .text_right .desc .class span {
        display: inline-block;
        line-height: 47px;
        margin: 0 20px;
        font-size: 15px;
        color: #333; }
        .text_input .text_right .desc .class span b {
          font-weight: 400; }
      .text_input .text_right .desc .class span:nth-child(5) {
        margin-right: 2px; }
    .text_input .text_right .desc .list {
      border: 1px solid #ccc;
      padding: 0 10px; }
      .text_input .text_right .desc .list .titles {
        font-size: 15px;
        color: #000;
        line-height: 100%;
        margin: 18px 0 0 0;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc; }
        .text_input .text_right .desc .list .titles b {
          font-weight: 400; }
        .text_input .text_right .desc .list .titles span:last-child {
          margin-right: 10px; }
      .text_input .text_right .desc .list .oLi {
        font-size: 15px;
        padding: 20px 0; }
        .text_input .text_right .desc .list .oLi span {
          display: inline-block; }
        .text_input .text_right .desc .list .oLi span:nth-child(1) {
          width: 160px; }
        .text_input .text_right .desc .list .oLi span:nth-child(2) {
          width: 98px; }
        .text_input .text_right .desc .list .oLi span:nth-child(3) {
          width: 56px; }
    .text_input .text_right .detailH4 {
      font-size: 18px;
      color: #000;
      line-height: 100%;
      margin: 0 0 22px 0;
      border-left: 4px solid #3caf36;
      padding-left: 10px; }
    .text_input .text_right .descUl {
      padding: 0 15px;
      font-size: 16px;
      line-height: 60px;
      color: #444;
      border: 1px solid #ccc;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .text_input .text_right .descUl li span {
        display: inline-block;
        width: 50%; }
      .text_input .text_right .descUl li span:last-child {
        text-align: right; }
      .text_input .text_right .descUl li:nth-child(1) {
        border-bottom: 1px solid #ccc; }
      .text_input .text_right .descUl li:nth-child(2) {
        border-bottom: 1px dashed #ccc;
        color: #909090; }
        .text_input .text_right .descUl li:nth-child(2) span:nth-child(1) {
          width: 66%; }
        .text_input .text_right .descUl li:nth-child(2) span:nth-child(2) {
          width: 17%; }
        .text_input .text_right .descUl li:nth-child(2) span:nth-child(3) {
          width: 17%; }

.pay_input {
  padding: 26px 35px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 5px 5px -1px #ccc; }
  .pay_input h4 {
    font-size: 18px;
    color: #000;
    line-height: 100%;
    margin-bottom: 29px; }
  .pay_input .num {
    font-size: 14px;
    color: #000;
    padding: 0 8px;
    margin-bottom: 26px; }
  .pay_input .com {
    padding: 0 8px; }
  .pay_input .table {
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    margin-bottom: 26px; }
    .pay_input .table .titles {
      background: #eee; }
      .pay_input .table .titles span {
        height: 40px;
        display: inline-block;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        line-height: 40px; }
      .pay_input .table .titles span:nth-child(1) {
        width: 585px; }
      .pay_input .table .titles span:nth-child(2) {
        width: 170px; }
      .pay_input .table .titles span:nth-child(3) {
        width: 170px; }
      .pay_input .table .titles span:nth-child(4) {
        width: 254px;
        border-right: none; }
    .pay_input .table .oLi {
      background: #fff; }
    .pay_input .table .all {
      height: 40px;
      width: 100%;
      line-height: 40px; }
      .pay_input .table .all span {
        margin-right: 112px; }
        .pay_input .table .all span b {
          font-size: 24px; }
  .pay_input .warning {
    font-size: 16px;
    color: #999;
    margin-bottom: 60px;
    padding: 0 8px; }
  .pay_input h5 {
    font-size: 20px;
    color: #555;
    padding: 0 8px;
    margin-bottom: 51px; }
  .pay_input .tabPay {
    padding: 0 44px;
    margin-bottom: 10px; }
    .pay_input .tabPay span {
      width: 248px;
      height: 96px;
      display: inline-block;
      border: 1px solid #ccc;
      cursor: pointer; }
    .pay_input .tabPay span:first-child {
      background: url("../images/common/wxPay.png") no-repeat 100% 100%;
      margin-right: 70px; }
    .pay_input .tabPay span:last-child {
      background: url("../images/common/aliPay.png") no-repeat 100% 100%; }
    .pay_input .tabPay .active {
      border: 2px solid #3caf36; }
  .pay_input .payBtn {
    padding: 0 12px; }
    .pay_input .payBtn a {
      width: 182px;
      height: 54px;
      background: #3caf36;
      display: inline-block;
      border-radius: 8px;
      cursor: pointer; }
      .pay_input .payBtn a button {
        width: 100%;
        height: 100%;
        color: #fff;
        background: none;
        font-size: 24px;
        border: none; }

.success_input {
  padding: 50px 324px;
  background: #fff;
  box-shadow: 0 5px 5px -1px #ccc; }
  .success_input .desc {
    padding: 0 142px 96px; }
    .success_input .desc .success {
      width: 100%; }
      .success_input .desc .success div:first-child {
        width: 64px;
        height: 64px;
        background: #3caf36;
        border-radius: 50%;
        font-size: 32px;
        line-height: 64px;
        text-align: center;
        color: #fff; }
      .success_input .desc .success div:last-child {
        width: 245px; }
        .success_input .desc .success div:last-child h4 {
          font-size: 24px;
          color: #333;
          line-height: 37px; }
        .success_input .desc .success div:last-child p {
          font-size: 18px;
          color: #bababa;
          line-height: 26px; }
    .success_input .desc .goMy {
      font-size: 17px;
      color: #bababa;
      line-height: 100%;
      margin: 38px 0 47px 0;
      text-align: center; }
      .success_input .desc .goMy b {
        font-weight: 400; }
    .success_input .desc .btn {
      text-align: center; }
      .success_input .desc .btn a {
        font-size: 17px;
        color: #333;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px; }
      .success_input .desc .btn a:first-child {
        border: 1px solid #ccc;
        background: #fff;
        padding: 9px 20px;
        margin-right: 50px; }
      .success_input .desc .btn a:last-child {
        border: 1px solid #3caf36;
        background: #3caf36;
        padding: 9px 20px;
        color: #fff; }
  .success_input .warning .oTitle {
    font-size: 24px;
    color: #000;
    line-height: 100%;
    margin-bottom: 18px; }
  .success_input .warning .list {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 20px 25px; }
    .success_input .warning .list h4 {
      font-size: 18px;
      color: #333;
      line-height: 100%;
      margin-bottom: 20px; }
    .success_input .warning .list p {
      font-size: 16px;
      color: #555;
      margin-bottom: 12px; }

.all_author {
  padding: 64px 20px 0;
  width: 100%; }
  .all_author li {
    width: 554px;
    margin-bottom: 128px;
    margin-right: 98px; }
    .all_author li img {
      width: 159px;
      height: 159px;
      border-radius: 50%;
      margin-right: 32px; }
    .all_author li div {
      font-size: 13px;
      width: 360px; }
      .all_author li div h4 {
        font-size: 19px;
        color: #000;
        margin: 27px 0 10px; }
      .all_author li div p {
        color: #6f6e6e;
        line-height: 23px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .all_author li div b {
        width: 40px;
        height: 4px;
        display: block;
        background: #3caf36;
        margin: 0 0 14px; }
  .all_author li:nth-child(2n) {
    margin-right: 0; }

/*登录部分*/
.loginView {
  width: 100%;
  height: 100%;
  background: url("../images/common/loginBg.png") no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  left: 0;
  top: 0;
  text-align: center; }
  .loginView .userLogin {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -290px;
    width: 388px;
    height: 500px;
    padding: 58px 50px 30px; }
    .loginView .userLogin .goWx {
      background: url("../images/common/wxLogin_top.png") no-repeat 100% 100%;
      width: 153px;
      height: 98px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 100; }
    .loginView .userLogin .goLogin {
      position: absolute;
      z-index: 100;
      top: 60px;
      right: 56px;
      font-size: 18px; }
    .loginView .userLogin .loginBg {
      background: #fff;
      opacity: 0.9;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      border-radius: 9px; }
    .loginView .userLogin .loginCon {
      width: 390px;
      position: relative;
      z-index: 90; }
      .loginView .userLogin .loginCon h4 {
        font-size: 24px;
        color: #000;
        line-height: 100%;
        margin-bottom: 42px;
        text-align: left; }
      .loginView .userLogin .loginCon h3 {
        font-size: 24px;
        color: #000;
        line-height: 100%;
        margin-bottom: 42px; }
      .loginView .userLogin .loginCon .user {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 22px;
        background: #fff; }
        .loginView .userLogin .loginCon .user select {
          width: 80px;
          height: 40px;
          padding-left: 10px;
          border: none;
          background: none;
          outline: none;
          font-size: 16px;
          color: #555; }
        .loginView .userLogin .loginCon .user input {
          width: 290px;
          height: 40px;
          text-indent: 1em;
          border: none;
          background: none;
          font-size: 16px;
          color: #555; }
      .loginView .userLogin .loginCon .pwd {
        width: 100%;
        height: 40px;
        text-indent: 1em;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 5px;
        font-size: 16px;
        color: #999; }
      .loginView .userLogin .loginCon .qrLi {
        width: 100%;
        height: 40px;
        margin-bottom: 30px; }
        .loginView .userLogin .loginCon .qrLi input {
          width: 190px;
          height: 38px;
          border: 1px solid #ccc;
          border-radius: 5px;
          background: #fff;
          font-size: 16px;
          text-indent: 1em;
          color: #555; }
        .loginView .userLogin .loginCon .qrLi .qrCode {
          height: 38px;
          border-radius: 5px;
          overflow: hidden;
          border: 1px solid #ccc; }
          .loginView .userLogin .loginCon .qrLi .qrCode img {
            width: 122px;
            height: 100%; }
          .loginView .userLogin .loginCon .qrLi .qrCode span {
            width: 50px;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
            display: inline-block;
            cursor: pointer;
            font-weight: 600; }
        .loginView .userLogin .loginCon .qrLi .getCode {
          width: 180px;
          cursor: pointer; }
        .loginView .userLogin .loginCon .qrLi p {
          width: 190px;
          height: 38px;
          border: 1px solid #ccc;
          border-radius: 5px;
          background: #fff;
          font-size: 16px;
          text-indent: 1em;
          line-height: 38px;
          color: #555; }
      .loginView .userLogin .loginCon .input-pwd {
        width: 100%;
        position: relative; }
      .loginView .userLogin .loginCon .forgetPwds {
        font-size: 15px;
        color: #777;
        margin-bottom: 25px;
        height: 17px;
        line-height: 17px; }
        .loginView .userLogin .loginCon .forgetPwds .radio {
          line-height: 16px;
          position: relative;
          display: inline-block;
          margin-right: 12px; }
        .loginView .userLogin .loginCon .forgetPwds .radio input {
          width: 13px;
          height: 13px;
          appearance: none;
          /*清楚默认样式*/
          -webkit-appearance: none;
          opacity: 0;
          outline: none;
          z-index: 8;
          /*让input层级高于label，使之能选中*/ }
        .loginView .userLogin .loginCon .forgetPwds .radio label {
          position: absolute;
          left: 0;
          top: 0;
          width: 13px;
          height: 13px;
          border: 1px solid #888;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px; }
        .loginView .userLogin .loginCon .forgetPwds .radio input:checked + label::after {
          content: "";
          position: absolute;
          left: 4px;
          top: 0px;
          /* 这里显示矩形的一半边框再旋转45度来实现对勾样式 */
          width: 4px;
          height: 9px;
          border-right: 1px solid #000000;
          border-bottom: 1px solid #000000;
          transform: rotate(45deg); }
      .loginView .userLogin .loginCon button {
        height: 42px;
        width: 100%;
        font-size: 15px;
        color: #fff;
        background: #3caf36;
        border: none;
        border-radius: 8px;
        margin-bottom: 22px; }
      .loginView .userLogin .loginCon p {
        font-size: 15px;
        color: #777;
        margin-bottom: 40px; }
      .loginView .userLogin .loginCon .btn {
        padding: 0 110px;
        font-size: 10px;
        color: #555; }
        .loginView .userLogin .loginCon .btn div {
          width: 56px; }
          .loginView .userLogin .loginCon .btn div span {
            display: inline-block;
            width: 100%;
            height: 56px;
            border-radius: 50%;
            font-size: 30px;
            line-height: 56px;
            text-align: center;
            color: #fff;
            margin-bottom: 8px;
            cursor: pointer; }
        .loginView .userLogin .loginCon .btn div:first-child span {
          background: #3caf36; }
        .loginView .userLogin .loginCon .btn div:last-child span {
          background: #1cccca; }

.appDownload {
  width: 100%; }
  .appDownload img {
    vertical-align: top; }
  .appDownload li {
    min-width: 1200px;
    vertical-align: top; }
  .appDownload .inner {
    width: 1200px;
    margin: 0 auto; }
  .appDownload .li01 {
    height: 618px;
    background: url(https://static.wildto.com/storage/public/images/appdownloadbg_mid_01.png) no-repeat #00c340 right 0; }
    .appDownload .li01 .inner {
      width: 1200px;
      margin: 0 auto;
      position: relative; }
      .appDownload .li01 .inner .btn {
        display: block;
        width: 188px;
        height: 58px;
        position: absolute;
        left: 60px;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0); }
      .appDownload .li01 .inner .btn-ios {
        top: 393px; }
      .appDownload .li01 .inner .btn-android {
        top: 468px; }
  .appDownload .li02 {
    height: 690px;
    background: #fff; }
  .appDownload .li03 {
    height: 688px;
    margin: 0 auto;
    background: url(https://static.wildto.com/storage/public/images/appdownloadbg_mid_03.png) no-repeat #414141 right 0; }
    .appDownload .li03 img {
      width: 1200px;
      height: 736px; }
  .appDownload .li04 {
    position: relative;
    z-index: 500;
    height: 688px;
    background: #fff; }
    .appDownload .li04 img {
      width: 1200px;
      height: 736px; }
  .appDownload .li05 {
    height: 636px;
    position: relative; }
    .appDownload .li05 .li05-bg {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background: url(https://static.wildto.com/storage/public/images/appdownloadbg_mid_05.png) no-repeat right 0; }
      .appDownload .li05 .li05-bg .inner img {
        top: 49px; }

.bodyInsurance {
  min-width: 1200px;
  background: #fafafa; }
  .bodyInsurance .topicInsurance-banner {
    height: 630px;
    margin-bottom: 57px;
    background: url(https://static.wildto.com/storage/public/images/appdownload/banner.jpg?123) no-repeat center 0;
    overflow: hidden;
    text-align: center; }
    .bodyInsurance .topicInsurance-banner .topicInsurance-banner-btn {
      display: inline-block;
      margin-top: 490px; }
  .bodyInsurance .topicInsurance-wrap {
    width: 1200px;
    margin: 0 auto; }
    .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li {
      margin-bottom: 55px;
      padding: 0 0 0 343px;
      overflow: hidden; }
      .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .pic {
        float: left;
        margin: 0 0 0 -343px; }
        .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .pic img {
          vertical-align: top; }
      .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con {
        background: #fff;
        overflow: hidden;
        padding: 0 40px 0 45px;
        margin-top: 3px;
        border: 1px solid #e5e5e5;
        border-left: none;
        height: 292px;
        font-size: 16px; }
        .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .topicInsurance-d1 {
          margin-bottom: 10px; }
          .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .topicInsurance-d1 .topicInsurance-d1-title {
            margin: 35px 0 25px;
            font-size: 24px;
            color: #303030;
            font-weight: bold; }
          .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .topicInsurance-d1 .topicInsurance-d1-list {
            overflow: hidden; }
            .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .topicInsurance-d1 .topicInsurance-d1-list .topicInsurance-d1-listItem {
              display: inline-block;
              width: 230px;
              padding-left: 20px;
              position: relative;
              font-size: 16px;
              color: #adafae;
              margin-bottom: 15px; }
            .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .topicInsurance-d1 .topicInsurance-d1-list .topicInsurance-d1-listD1 .topicInsurance-d1-listItem:after {
              background: #f8b708; }
            .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .topicInsurance-d1 .topicInsurance-d1-list .topicInsurance-d1-listItem:after {
              content: '';
              display: inline-block;
              width: 8px;
              height: 7px;
              background: #3fb000;
              position: absolute;
              left: 0;
              top: 7px; }
        .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .p3 {
          text-align: right; }
          .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .p3 .s1 {
            color: #222; }
            .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .p3 .s1 em {
              color: #3fb000;
              margin: 0 5px; }
            .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .p3 .s1 .b1 {
              font-weight: bold;
              font-size: 24px;
              font-family: "å®‹ä½“"; }
            .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .p3 .s1 .b2 {
              font-weight: bold;
              font-size: 40px; }
          .bodyInsurance .topicInsurance-wrap .topicInsurance-itemList li .con .p3 .btn-see {
            display: inline-block;
            margin-left: 5px;
            width: 132px;
            height: 55px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            font-size: 22px;
            background-position: -3px -44px; }
  .bodyInsurance .topicInsurance-itemList .ico1, .bodyInsurance .topicInsurance-itemList .btn-see, .bodyInsurance .topicInsurance-inputBtn, .bodyInsurance .topicInsurance-blk .phone {
    background: url(https://static.wildto.com/storage/public/images/appdownload/ico.png) no-repeat; }
  .bodyInsurance .topicInsurance-form {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-top: 45px;
    background: #fffffb; }
  .bodyInsurance .topicInsurance-formLeft {
    float: left;
    width: 415px;
    padding-top: 20px; }
  .bodyInsurance .topicInsurance-title {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 45px; }
  .bodyInsurance .topicInsurance-title h3 {
    display: inline-block;
    padding: 0 0 18px 0;
    border-bottom: 2px solid #3fb000;
    color: #3fb000;
    font-size: 20px; }
  .bodyInsurance .topicInsurance-formUl {
    padding: 20px 0 0 45px; }
  .bodyInsurance .topicInsurance-formUl li {
    margin-bottom: 20px; }
  .bodyInsurance .topicInsurance-formUl li.special {
    font-size: 14px;
    color: #7e7e7e;
    margin-top: -10px; }
  .bodyInsurance .topicInsurance-inputBox {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 278px;
    padding: 0 20px; }
  .bodyInsurance .topicInsurance-inputText {
    border: none;
    width: 100%;
    height: 60px;
    line-height: 1;
    line-height: 60px \9;
    font-size: 16px;
    color: #666;
    background: none; }
  .bodyInsurance .topicInsurance-inputText::-webkit-input-placeholder {
    color: #ccc; }
  .bodyInsurance .topicInsurance-inputText::-moz-input-placeholder {
    color: #ccc; }
  .bodyInsurance .topicInsurance-inputText::-ms-input-placeholder {
    color: #ccc; }
  .bodyInsurance .topicInsurance-inputBtn {
    border: none;
    background-position: -3px -125px;
    width: 320px;
    height: 63px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px; }
  .bodyInsurance .topicInsurance-formRight {
    float: left;
    width: 780px;
    padding-top: 30px; }
  .bodyInsurance .topicInsurance-blk {
    width: 308px;
    padding: 0 40px;
    float: left;
    height: 320px;
    font-size: 16px; }
  .bodyInsurance .topicInsurance-blk01 {
    border-right: 1px solid #e5e5e5; }
  .bodyInsurance .topicInsurance-blk .t {
    font-weight: normal;
    font-size: 20px;
    color: #3fb000;
    margin-bottom: 10px; }
  .bodyInsurance .topicInsurance-blk .phone {
    height: 35px;
    text-indent: -9999em;
    margin-bottom: 20px; }
  .bodyInsurance .topicInsurance-blk .phone1 {
    background-position: -7px -221px; }
  .bodyInsurance .topicInsurance-blk .phone2 {
    background-position: -11px -279px; }
  .bodyInsurance .topicInsurance-blk .c {
    line-height: 30px; }
  .bodyInsurance .topicInsurance-line {
    height: 8px;
    background: #c5c5a5;
    margin: 0 11px; }
  .bodyInsurance .topicInsurance-about {
    background: #fff;
    margin-top: 40px;
    padding: 30px 0 40px; }
  .bodyInsurance .topicInsurance-about-inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
  .bodyInsurance .topicInsurance-aboutLeft {
    float: left;
    width: 600px; }
  .bodyInsurance .topicInsurance-about-ul {
    padding: 0 0 0 45px; }
  .bodyInsurance .topicInsurance-about-ul li {
    margin: 25px 0; }
  .bodyInsurance .topicInsurance-about-ul a {
    font-size: 16px;
    color: #7e7e7e; }
  .bodyInsurance .topicInsurance-aboutRight {
    float: right;
    width: 580px; }
  .bodyInsurance .topicInsurance-about-c {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 30px;
    padding: 20px 30px 50px 45px; }
  .bodyInsurance .topicInsurance-about-img {
    margin: 20px 0 0 45px; }
  .bodyInsurance .topicInsurance-d1 {
    margin-bottom: 10px; }
  .bodyInsurance .topicInsurance-d1-title {
    margin: 35px 0 25px;
    font-size: 24px;
    color: #303030;
    font-weight: bold; }
  .bodyInsurance .topicInsurance-d1-list {
    overflow: hidden; }
  .bodyInsurance .topicInsurance-d1-listItem {
    display: inline-block;
    width: 230px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #adafae;
    margin-bottom: 15px; }
  .bodyInsurance .topicInsurance-d1-listItem:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 7px;
    background: #3fb000;
    position: absolute;
    left: 0;
    top: 7px; }
  .bodyInsurance .topicInsurance-d1-listD1 .topicInsurance-d1-listItem:after {
    background: #f8b708; }

/*最新更多页面*/
.moreView {
  width: 1166px;
  margin: 0 auto;
  padding: 85px;
  min-height: 500px; }
  .moreView .newsUl {
    margin-top: 40px; }
    .moreView .newsUl li {
      margin-bottom: 34px;
      border-bottom: 1px dashed #dcdcdc; }
      .moreView .newsUl li .newLiContent {
        margin-bottom: 34px; }
        .moreView .newsUl li .newLiContent img {
          width: 222px;
          height: 128px; }
        .moreView .newsUl li .newLiContent .liText {
          width: 880px;
          margin-left: 42px; }
          .moreView .newsUl li .newLiContent .liText .title {
            height: 20px;
            font-size: 16px;
            color: #222;
            margin-bottom: 16px;
            line-height: 100%; }
            .moreView .newsUl li .newLiContent .liText .title span {
              line-height: 18px;
              font-size: 18px;
              color: #009922;
              padding: 0 7px;
              border-left: 2px solid #009922;
              border-right: 2px solid #009922;
              margin-right: 17px; }
            .moreView .newsUl li .newLiContent .liText .title a {
              color: #333;
              font-size: 18px;
              font-weight: 600; }
            .moreView .newsUl li .newLiContent .liText .title a:hover {
              color: #42b25c; }
          .moreView .newsUl li .newLiContent .liText .desc {
            height: 46px;
            font-size: 13px;
            color: #666;
            line-height: 23px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-bottom: 32px; }
          .moreView .newsUl li .newLiContent .liText .liTextDesc {
            color: #b8b7b7;
            width: 100%;
            height: 16px; }
            .moreView .newsUl li .newLiContent .liText .liTextDesc span {
              width: 140px;
              display: inline-block;
              font-size: 14px;
              line-height: 16px; }
              .moreView .newsUl li .newLiContent .liText .liTextDesc span b {
                font-weight: 400;
                line-height: 16px;
                font-size: 15px;
                margin-right: 5px; }
            .moreView .newsUl li .newLiContent .liText .liTextDesc span:first-child {
              width: auto;
              min-width: 140px;
              margin-right: 10px; }
    .moreView .newsUl li:last-child {
      border: none; }

/*搜索页面*/
.searchView {
  width: 1170px;
  margin: 0 auto;
  padding-top: 89px;
  min-height: 780px; }
  .searchView .searchPlay {
    width: 500px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 0 auto 24px; }
    .searchView .searchPlay .text {
      width: 408px;
      height: 40px;
      border: 1px solid #dcdcdc;
      border-right: none;
      color: #707070;
      text-indent: 1em; }
    .searchView .searchPlay .btn {
      width: 90px;
      height: 42px;
      background: #00a631;
      color: #fff;
      text-align: center;
      border: none;
      font-size: 24px; }
  .searchView .searchTab {
    width: 275px;
    margin: 0 auto 82px;
    display: flex; }
    .searchView .searchTab li {
      flex: 1;
      font-size: 16px;
      color: #707070;
      line-height: 24px;
      text-align: center; }
      .searchView .searchTab li span {
        width: auto;
        display: inline-block;
        line-height: 24px;
        padding: 4px;
        cursor: pointer; }
    .searchView .searchTab .active span {
      border-bottom: 2px solid #00a631; }
  .searchView .searchContent li {
    margin-bottom: 50px;
    border-bottom: 1px dashed #dcdcdc; }
    .searchView .searchContent li p {
      height: 18px;
      font-size: 16px;
      color: #000;
      margin-bottom: 26px; }
      .searchView .searchContent li p span {
        line-height: 18px;
        font-size: 16px;
        color: #009922;
        padding: 0 7px;
        border-left: 2px solid #009922;
        border-right: 2px solid #009922;
        margin-right: 17px; }
      .searchView .searchContent li p a:hover {
        color: #42b25c; }
    .searchView .searchContent li .newLiContent {
      margin-bottom: 40px; }
      .searchView .searchContent li .newLiContent .imgA {
        position: relative;
        display: inline-block; }
        .searchView .searchContent li .newLiContent .imgA img {
          width: 222px;
          height: 128px; }
        .searchView .searchContent li .newLiContent .imgA .alt {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 100;
          width: auto;
          height: 21px;
          display: inline-block;
          line-height: 21px;
          padding: 0 10px;
          font-size: 12px;
          background: #5f84f1;
          color: #fff; }
      .searchView .searchContent li .newLiContent .liText {
        width: 890px; }
        .searchView .searchContent li .newLiContent .liText h4 {
          width: 100%;
          font-size: 18px;
          line-height: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-bottom: 22px;
          height: 25px; }
          .searchView .searchContent li .newLiContent .liText h4 a {
            color: #333; }
        .searchView .searchContent li .newLiContent .liText h4 a:hover {
          color: #42b25c; }
        .searchView .searchContent li .newLiContent .liText p {
          height: 41px;
          font-size: 13px;
          color: #666;
          line-height: 23px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-bottom: 27px; }
        .searchView .searchContent li .newLiContent .liText .liTextDesc {
          color: #b8b7b7;
          width: 100%;
          height: 16px; }
          .searchView .searchContent li .newLiContent .liText .liTextDesc span {
            width: 33%;
            display: block;
            font-size: 14px;
            line-height: 16px;
            color: #a0a0a0;
            height: 20px; }
            .searchView .searchContent li .newLiContent .liText .liTextDesc span a {
              color: #a0a0a0 !important; }
            .searchView .searchContent li .newLiContent .liText .liTextDesc span b {
              font-weight: 400;
              line-height: 16px;
              font-size: 15px;
              margin-right: 5px; }
  .searchView .searchContent li:nth-last-child(1) {
    border: none; }
  .searchView .searchContent .userLi .newLiContent .liText h4 button {
    height: 30px;
    padding: 0 20px;
    background: #00AB2F;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    border: none; }
  .searchView .noContent {
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 150px 0 50px; }

/*当屏幕小于1850px*/
@media screen and (max-width: 1850px) {
  .header_common .common_top {
    padding: 0 6.5%;
    width: 87%; }
  .header_common .nav_bg .common_lower {
    background-size: 100% 100%;
    width: 86.7%;
    padding: 0;
    position: absolute;
    min-width: 1340px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .header_common .nav_bg .common_lower .logo {
      background: url("../images/common/logo1.png") no-repeat 0 0;
      width: 110px;
      height: 42px;
      display: inline-block;
      position: absolute;
      left: 15px;
      background-size: 100% 100%;
      top: 10px; }
    .header_common .nav_bg .common_lower .navigation {
      height: 100%;
      width: 1100px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -550px; }
      .header_common .nav_bg .common_lower .navigation li {
        font-size: 16px; }
        .header_common .nav_bg .common_lower .navigation li a {
          padding: 0 18px; }
    .header_common .nav_bg .common_lower .common_lower_right {
      width: auto;
      position: absolute;
      right: 12px; }
      .header_common .nav_bg .common_lower .common_lower_right span {
        cursor: pointer; }
        .header_common .nav_bg .common_lower .common_lower_right span a {
          width: 100%;
          height: 100%;
          display: inline-block; }
      .header_common .nav_bg .common_lower .common_lower_right .search {
        width: 27px;
        height: 30px;
        margin-right: 20px; }
        .header_common .nav_bg .common_lower .common_lower_right .search input {
          display: none; }
        .header_common .nav_bg .common_lower .common_lower_right .search span {
          background: url("../images/common/sprite.png") no-repeat -15px 0;
          width: 27px;
          height: 29px;
          display: inline-block; }
      .header_common .nav_bg .common_lower .common_lower_right .searchActive {
        background: #fff;
        border-radius: 30px;
        padding: 0 22px 0 15px;
        width: 170px;
        margin-top: -2px; }
        .header_common .nav_bg .common_lower .common_lower_right .searchActive input {
          display: inline-block;
          width: 140px;
          line-height: 30px;
          border: none;
          font-size: 15px; }
        .header_common .nav_bg .common_lower .common_lower_right .searchActive span {
          background: url("../images/common/sprite.png") no-repeat -200px 0;
          width: 23px;
          height: 25px;
          margin-top: 2px; }
      .header_common .nav_bg .common_lower .common_lower_right .btnLogin {
        background: url("../images/common/sprite.png") no-repeat -45px 0;
        width: 25px;
        height: 27px;
        margin: 0 21px 0 0; }
        .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list {
          left: 45px; }
      .header_common .nav_bg .common_lower .common_lower_right .btnPro {
        background: url("../images/common/sprite.png") no-repeat -71px 0;
        width: 26px;
        height: 28px; } }
/*当屏幕小于1600px*/
@media screen and (max-width: 1600px) {
  .header_common .common_top {
    padding: 0 5.5%;
    width: 89%; }
  .header_common .nav_bg .common_lower {
    background-size: 100% 100%;
    width: 84.7%;
    padding: 0;
    position: absolute;
    min-width: 1340px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .header_common .nav_bg .common_lower .logo {
      background: url("../images/common/logo1.png") no-repeat;
      background-size: 100% 100%;
      width: 101px;
      height: 40px;
      display: inline-block;
      position: absolute;
      left: 53px;
      top: 12px; }
    .header_common .nav_bg .common_lower .navigation {
      height: 100%;
      width: 1000px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -490px; }
      .header_common .nav_bg .common_lower .navigation li {
        font-size: 16px; }
        .header_common .nav_bg .common_lower .navigation li a {
          padding: 0 14px; }
    .header_common .nav_bg .common_lower .common_lower_right {
      width: auto;
      position: absolute;
      right: 54px; }
      .header_common .nav_bg .common_lower .common_lower_right span {
        cursor: pointer; }
        .header_common .nav_bg .common_lower .common_lower_right span a {
          width: 100%;
          height: 100%;
          display: inline-block; }
      .header_common .nav_bg .common_lower .common_lower_right .search {
        width: 27px;
        height: 30px;
        margin-right: 12px; }
        .header_common .nav_bg .common_lower .common_lower_right .search input {
          display: none; }
        .header_common .nav_bg .common_lower .common_lower_right .search span {
          background: url("../images/common/sprite.png") no-repeat -15px 0;
          width: 27px;
          height: 29px;
          display: inline-block; }
      .header_common .nav_bg .common_lower .common_lower_right .searchActive {
        background: #fff;
        border-radius: 30px;
        padding: 0 22px 0 15px;
        width: 170px;
        margin-top: -2px; }
        .header_common .nav_bg .common_lower .common_lower_right .searchActive input {
          display: inline-block;
          width: 140px;
          line-height: 30px;
          border: none;
          font-size: 14px; }
        .header_common .nav_bg .common_lower .common_lower_right .searchActive span {
          background: url("../images/common/sprite.png") no-repeat -200px 0;
          width: 23px;
          height: 25px;
          margin-top: 2px; }
      .header_common .nav_bg .common_lower .common_lower_right .btnLogin {
        background: url("../images/common/sprite.png") no-repeat -45px 0;
        width: 25px;
        height: 27px;
        margin: 0 12px 0 0; }
        .header_common .nav_bg .common_lower .common_lower_right .btnLogin .list {
          left: -9px; }
      .header_common .nav_bg .common_lower .common_lower_right .btnPro {
        background: url("../images/common/sprite.png") no-repeat -71px 0;
        width: 26px;
        height: 28px; }
        .header_common .nav_bg .common_lower .common_lower_right .btnPro .list {
          left: 0; }
          .header_common .nav_bg .common_lower .common_lower_right .btnPro .list b {
            left: 5px; }
          .header_common .nav_bg .common_lower .common_lower_right .btnPro .list .proUl {
            left: -94px; }

  .footer {
    padding: 85px 3% 57px; }
    .footer .footer_left {
      width: 79%; }
      .footer .footer_left .left_top .href {
        width: 49%; }
        .footer .footer_left .left_top .href p {
          text-indent: 1.2em;
          width: 40%; }
    .footer .footer_right {
      width: 20%; } }
.mask-box-events {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999; }
  .mask-box-events .mask-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300; }
  .mask-box-events .mask-content {
    width: 450px;
    display: flex;
    justify-content: center;
    padding: 73px;
    color: #333;
    font-size: 18px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 33%;
    top: 30%;
    line-height: 30px;
    z-index: 400; }
  .mask-box-events .mask-content .icon {
    margin-right: 40px; }
  .mask-box-events .mask-content a {
    color: #0064AE; }

.tourFrance107 {
  padding-top: 623px;
  background: url(https://static.wildto.com/storage/public/image/tour/tour_de_107bg.png) no-repeat top center;
  margin-top: -10px; }
  .tourFrance107 .franceView {
    width: 1167px;
    padding: 280px 0 110px;
    margin: 0 auto;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative; }
    .tourFrance107 .franceView .franceTitle {
      width: 100%;
      height: 218px;
      background: url(https://static.wildto.com/storage/public/image/tour/tour_de_107titleBg.png) no-repeat;
      position: absolute;
      top: 30px;
      left: -35px;
      padding: 0 30px; }
      .tourFrance107 .franceView .franceTitle h4 {
        font-weight: 500;
        color: #fff;
        font-size: 24px;
        line-height: 100%;
        margin: 21px 0 34px 23px;
        width: 1050px; }
      .tourFrance107 .franceView .franceTitle p {
        width: 1120px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 30px;
        color: #fff; }
    .tourFrance107 .franceView .franceContent {
      width: 1080px;
      margin: 30px auto 0; }
      .tourFrance107 .franceView .franceContent .newTitle107 {
        font-size: 24px;
        color: #222;
        padding: 10px; }
      .tourFrance107 .franceView .franceContent .titleLine {
        width: 90%;
        border-top: 1px solid #E3E1E1;
        margin-bottom: 50px; }
        .tourFrance107 .franceView .franceContent .titleLine span {
          display: inline-block;
          width: 100px;
          height: 8px;
          border-bottom: 8px solid #3caf36;
          border-right: 10px solid transparent;
          border-left: 0 solid transparent;
          -moz-transform: scaleY(-1);
          -webkit-transform: scaleY(-1);
          -o-transform: scaleY(-1);
          transform: scaleY(-1);
          filter: FlipV;
          margin-top: -1px; }
      .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList {
        height: auto;
        overflow: hidden;
        padding-right: 110px; }
        .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li {
          overflow: hidden;
          border-bottom: 1px solid #e5e5e5;
          padding: 30px 0 30px 310px;
          position: relative;
          font-size: 14px; }
          .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-pic {
            float: left;
            display: block;
            width: 274px;
            height: 182px;
            overflow: hidden;
            margin-left: -309px; }
            .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-pic img {
              width: 100%;
              min-height: 100%; }
          .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-title {
            display: block;
            font-size: 18px;
            color: #343434;
            margin-bottom: 30px; }
          .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-desc {
            color: #666;
            line-height: 24px;
            max-height: 50px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-readAll {
            position: absolute;
            left: 311px;
            bottom: 30px;
            color: #3caf36;
            font-size: 16px; }
        .tourFrance107 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li:first-child {
          padding-top: 0; }

.tourFrance108 {
  padding-top: 623px;
  background: url(https://static.wildto.com/storage/public/image/tour/tour_de_108.png) no-repeat top center;
  margin-top: -10px; }
  .tourFrance108 .franceView {
    width: 1167px;
    padding: 280px 0 110px;
    margin: 0 auto;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative; }
    .tourFrance108 .franceView .franceTitle {
      width: 100%;
      height: 218px;
      background: url(https://static.wildto.com/storage/public/image/tour/tour_de_107titleBg.png) no-repeat;
      position: absolute;
      top: 30px;
      left: -35px;
      padding: 0 30px; }
      .tourFrance108 .franceView .franceTitle h4 {
        font-weight: 500;
        color: #fff;
        font-size: 24px;
        line-height: 100%;
        margin: 21px 0 34px 23px;
        width: 1050px; }
      .tourFrance108 .franceView .franceTitle p {
        width: 1120px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 30px;
        color: #fff; }
    .tourFrance108 .franceView .franceContent {
      width: 1080px;
      margin: 30px auto 0; }
      .tourFrance108 .franceView .franceContent .newTitle107 {
        font-size: 24px;
        color: #222;
        padding: 10px; }
      .tourFrance108 .franceView .franceContent .titleLine {
        width: 90%;
        border-top: 1px solid #E3E1E1;
        margin-bottom: 50px; }
        .tourFrance108 .franceView .franceContent .titleLine span {
          display: inline-block;
          width: 100px;
          height: 8px;
          border-bottom: 8px solid #3caf36;
          border-right: 10px solid transparent;
          border-left: 0 solid transparent;
          -moz-transform: scaleY(-1);
          -webkit-transform: scaleY(-1);
          -o-transform: scaleY(-1);
          transform: scaleY(-1);
          filter: FlipV;
          margin-top: -1px; }
      .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList {
        height: auto;
        overflow: hidden;
        padding-right: 110px; }
        .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li {
          overflow: hidden;
          border-bottom: 1px solid #e5e5e5;
          padding: 30px 0 30px 310px;
          position: relative;
          font-size: 14px; }
          .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-pic {
            float: left;
            display: block;
            width: 274px;
            height: 182px;
            overflow: hidden;
            margin-left: -309px; }
            .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-pic img {
              width: 100%;
              min-height: 100%; }
          .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-title {
            display: block;
            font-size: 18px;
            color: #343434;
            margin-bottom: 30px; }
          .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-desc {
            color: #666;
            line-height: 24px;
            max-height: 50px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-readAll {
            position: absolute;
            left: 311px;
            bottom: 30px;
            color: #3caf36;
            font-size: 16px; }
        .tourFrance108 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li:first-child {
          padding-top: 0; }

.tourFrance109 {
  padding-top: 623px;
  background: url(https://static.wildto.com/storage/public/image/tour/tour_de_109.png) no-repeat top center;
  margin-top: -10px; }
.tourFrance109 .franceView {
  width: 1167px;
  padding: 280px 0 110px;
  margin: 0 auto;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative; }
.tourFrance109 .franceView .franceTitle {
  width: 100%;
  height: 218px;
  background: url(https://static.wildto.com/storage/public/image/tour/tour_de_107titleBg.png) no-repeat;
  position: absolute;
  top: 30px;
  left: -35px;
  padding: 0 30px; }
.tourFrance109 .franceView .franceTitle h4 {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  margin: 21px 0 34px 23px;
  width: 1050px; }
.tourFrance109 .franceView .franceTitle p {
  width: 1120px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  color: #fff; }
.tourFrance109 .franceView .franceContent {
  width: 1080px;
  margin: 30px auto 0; }
.tourFrance109 .franceView .franceContent .newTitle107 {
  font-size: 24px;
  color: #222;
  padding: 10px; }
.tourFrance109 .franceView .franceContent .titleLine {
  width: 90%;
  border-top: 1px solid #E3E1E1;
  margin-bottom: 50px; }
.tourFrance109 .franceView .franceContent .titleLine span {
  display: inline-block;
  width: 100px;
  height: 8px;
  border-bottom: 8px solid #3caf36;
  border-right: 10px solid transparent;
  border-left: 0 solid transparent;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  margin-top: -1px; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList {
  height: auto;
  overflow: hidden;
  padding-right: 110px; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 30px 310px;
  position: relative;
  font-size: 14px; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-pic {
  float: left;
  display: block;
  width: 274px;
  height: 182px;
  overflow: hidden;
  margin-left: -309px; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-pic img {
  width: 100%;
  min-height: 100%; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-title {
  display: block;
  font-size: 18px;
  color: #343434;
  margin-bottom: 30px; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-desc {
  color: #666;
  line-height: 24px;
  max-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li .topic180423-newsList-readAll {
  position: absolute;
  left: 311px;
  bottom: 30px;
  color: #3caf36;
  font-size: 16px; }
.tourFrance109 .franceView .franceContent .newsContent .topic180423-newsList .topic180423-newsList-li:first-child {
  padding-top: 0; }

#txt-publish {
  width: 100%;
  height: 110px;
  font-size: 14px;
  overflow: auto;
  border: none;
  background: #fff;
  color: #555;
  padding: 10px; }

.icon-look-content {
  position: relative; }

.face-block {
  position: absolute;
  left: -30px;
  top: 40px;
  z-index: 9999;
  width: 418px;
  height: 340px;
  padding-top: 19px;
  background: url("http://static.wildto.com/storage/common/bg_face_top.png") no-repeat 0 0;
  overflow: hidden;
  zoom: 1;
  display: none; }

.face-block .faceBg02 {
  padding-bottom: 11px;
  background: url("http://static.wildto.com/storage/common/bg_face_bottom.png") no-repeat 0 bottom; }

.face-block .faceBg02 .faceBg03 {
  background: url("http://static.wildto.com/storage/common/bg_face_middle.png") repeat-y;
  overflow: hidden;
  zoom: 1; }

.face-block .faceCon.qq {
  height: 297px; }

.face-block .faceCon {
  width: 363px;
  margin: 15px auto;
  overflow: hidden;
  zoom: 1;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8; }

.face-block ul {
  width: 101%; }

.face-block ul li {
  float: left;
  padding: 2px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer; }

.face-block ul li img {
  width: 28px;
  height: 28px; }

.big-face-img {
  width: 30px !important;
  height: 30px !important; }

.fm {
  display: inline-block; }

/*评论区，图片上传*/
#uploadImages-box {
  display: none; }

.uploaddify-block02 {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  position: relative; }

.uploaddify-block02 .btn-close-box {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 12px;
  height: 12px;
  background: url(https://static.wildto.com/storage/images/ico_upload.png) no-repeat 1px -38px; }

.uploaddify-block03 {
  padding: 13px 13px 3px 13px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  overflow: hidden;
  zoom: 1; }

.uploaddify-block03 li {
  float: left;
  margin: 0 10px 10px 0;
  position: relative; }

.uploaddify-block03 li.special {
  width: 80px;
  height: 80px;
  background: url(https://static.wildto.com/storage/images/btn_uploadImgs.jpg) no-repeat; }

.uploaddify-block03 li img {
  border-radius: 5px; }

.uploaddify-block03 li .btn-close-item {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 11px;
  height: 11px;
  background: url(https://static.wildto.com/storage/images/ico_upload.png) no-repeat 0 -21px; }

.uploaddify-block03 li .btn-close-item:hover {
  background-position: 0 0; }

#fileQueue {
  max-height: 280px;
  overflow: auto;
  *position: relative; }

.uploadifyQueueItem {
  padding: 10px 20px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  margin-top: 5px;
  position: relative; }

.uploadifyQueueItem .cancel {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 16px; }

.uploadifyProgress {
  background: #dfdfdf;
  margin-top: 10px;
  width: 97%; }

.uploadifyProgress .uploadifyProgressBar {
  background: #0099ff;
  width: 1px;
  height: 4px; }

.transparent {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-opacity: 0.2; }

.file-box {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  zoom: 1;
  background: url(https://static.wildto.com/storage/images/btn_uploadImgs.jpg) no-repeat; }

.file-box input {
  font-size: 80px;
  margin-left: -920px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

#uploadedImgs img {
  width: 120px;
  height: 80px; }

.uploaddify-block02 .loading {
  float: left;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(https://static.wildto.com/storage/images/loading.gif) no-repeat;
  text-indent: -9999em;
  font-size: 0;
  margin: 15px 0 0 15px; }

.btn-close-box-file {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 105px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url(https://static.wildto.com/storage/images/ico_upload.png) no-repeat 1px -38px; }

#commentView .comment-con-img {
  width: 350px;
  overflow: hidden;
  zoom: 1; }

#commentView .comment-con-img li {
  width: 103px;
  height: 103px;
  overflow: hidden;
  float: left;
  margin-right: 6px; }

#commentView .comment-con-img li img {
  width: 100%;
  min-height: 100%;
  border-radius: 3px; }

/*                                                                   登录     */
.loginError {
  color: red;
  float: left; }

.msgError {
  display: none;
  margin: 2px 0 0 0;
  color: #d83939;
  font-size: 12px;
  background: url(../images/cmpt/ico_cmptJoin.png) no-repeat 0 -128px;
  padding: 0 0 0 20px;
  line-height: 18px;
  height: 18px; }

.pwdMsg {
  position: absolute;
  left: 0;
  top: 42px; }

/*忘记密码*/
.forgetPwd {
  width: 100%;
  min-height: 600px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .forgetPwd .fpLiTitle {
    padding: 0 0 38px 0;
    font-size: 18px;
    color: #333; }
  .forgetPwd .fpLi {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -500px;
    width: 1000px; }
    .forgetPwd .fpLi .fpLiContent {
      width: 100%;
      background: #fff;
      padding: 46px 0 30px; }
      .forgetPwd .fpLi .fpLiContent .tips {
        line-height: 18px;
        font-size: 14px;
        color: #999;
        margin: 0 0 46px; }
        .forgetPwd .fpLi .fpLiContent .tips span {
          width: 18px;
          height: 18px;
          text-align: center;
          background: #3caf36;
          color: #fff;
          margin-right: 8px;
          display: inline-block;
          border-radius: 50%; }
      .forgetPwd .fpLi .fpLiContent .inputDiv {
        line-height: 40px;
        text-align: center;
        position: relative;
        margin-bottom: 32px; }
        .forgetPwd .fpLi .fpLiContent .inputDiv .typeName {
          width: 72px;
          display: inline-block;
          margin-right: 10px; }
        .forgetPwd .fpLi .fpLiContent .inputDiv input {
          width: 290px;
          height: 38px;
          border: 1px solid #dcdcdc;
          margin-right: 30px;
          text-align: initial;
          text-indent: 1em; }
        .forgetPwd .fpLi .fpLiContent .inputDiv .miniInput {
          width: 170px;
          margin-right: 12px; }
        .forgetPwd .fpLi .fpLiContent .inputDiv button {
          width: 103px;
          height: 40px;
          border: 1px solid #dcdcdc;
          margin-right: 28px;
          font-size: 12px;
          background: #eee;
          color: #999; }
        .forgetPwd .fpLi .fpLiContent .inputDiv .getMsg {
          background: #3caf36;
          color: #fff; }
        .forgetPwd .fpLi .fpLiContent .inputDiv .errText {
          color: #fa5757;
          position: absolute;
          top: 0;
          left: 68%;
          display: none; }
        .forgetPwd .fpLi .fpLiContent .inputDiv .text {
          width: 290px;
          height: 38px;
          text-align: initial;
          display: inline-block;
          margin-right: 30px; }
      .forgetPwd .fpLi .fpLiContent .baiduVal {
        width: 100%;
        height: 40px; }
        .forgetPwd .fpLi .fpLiContent .baiduVal .nc-container {
          width: 292px;
          display: inline-block;
          margin-left: 56px; }
      .forgetPwd .fpLi .fpLiContent .steps .stepLiNum {
        height: 30px;
        width: 300px;
        margin: 0 auto; }
        .forgetPwd .fpLi .fpLiContent .steps .stepLiNum span {
          width: 30px;
          height: 30px;
          display: inline-block;
          font-size: 14px;
          line-height: 30px;
          text-align: center;
          color: #fff;
          background: #bfbfbf;
          border-radius: 50%; }
        .forgetPwd .fpLi .fpLiContent .steps .stepLiNum .active {
          color: #fff;
          background: #3caf36; }
        .forgetPwd .fpLi .fpLiContent .steps .stepLiNum b {
          width: 76px;
          height: 1px;
          border-top: 1px solid #999;
          margin: 15px 12px 0;
          display: inline-block; }
      .forgetPwd .fpLi .fpLiContent .steps .stepLiText {
        width: 410px;
        height: 18px;
        margin: 13px auto 52px; }
        .forgetPwd .fpLi .fpLiContent .steps .stepLiText span {
          display: inline-block;
          width: 32.5%;
          font-size: 14px;
          color: #999;
          text-align: center;
          line-height: 18px; }
        .forgetPwd .fpLi .fpLiContent .steps .stepLiText .active {
          color: #666; }
      .forgetPwd .fpLi .fpLiContent .btnDiv .stepGo {
        width: 292px;
        height: 40px;
        background: #3caf36;
        color: #fff;
        margin-left: 59px;
        border: none;
        cursor: pointer;
        display: inline-block; }
      .forgetPwd .fpLi .fpLiContent .descTips {
        padding: 50px 80px 0; }
        .forgetPwd .fpLi .fpLiContent .descTips h5 {
          font-size: 14px;
          color: #333;
          line-height: 100%;
          margin-bottom: 15px;
          font-weight: 500; }
        .forgetPwd .fpLi .fpLiContent .descTips p {
          font-size: 12px;
          color: #999;
          line-height: 100%;
          margin-bottom: 12px; }
      .forgetPwd .fpLi .fpLiContent .successReturn {
        width: 218px;
        margin: 20px auto; }
        .forgetPwd .fpLi .fpLiContent .successReturn img {
          width: 50px;
          height: 50px;
          margin-right: 10px; }
        .forgetPwd .fpLi .fpLiContent .successReturn .texts {
          margin-top: 4px; }
          .forgetPwd .fpLi .fpLiContent .successReturn .texts h4 {
            font-size: 16px;
            color: #666;
            margin-bottom: 14px;
            line-height: 100%; }
          .forgetPwd .fpLi .fpLiContent .successReturn .texts p {
            font-size: 14px;
            color: #666;
            line-height: 100%; }
            .forgetPwd .fpLi .fpLiContent .successReturn .texts p a {
              color: #03a4dc; }
  .forgetPwd .validatedPhone {
    z-index: 100;
    display: block; }
  .forgetPwd .validatedUser {
    z-index: 110;
    display: none; }
  .forgetPwd .validatedPwd {
    z-index: 120;
    display: none; }
  .forgetPwd .validatedSuccess {
    z-index: 130;
    display: none; }

.wildtoRule {
  padding: 10px 40px;
  background: #fff;
  color: #333; }

.wildtoRule-title {
  text-align: center;
  font-size: 2rem; }

.wildtoRule-con {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 20px auto; }

/*# sourceMappingURL=layout.css.map */
