@charset "UTF-8";
/**
 *     
 * 
 * 
 * 
 * 
 * 
 * 
 * 
   * 移动端*/
@media (max-width: 1020px) {
  .bWrap {
    width: 100%;
    height: 3.75rem;
    position: relative; }
    .bWrap .img {
      width: 100%;
      height: 100%; }
      .bWrap .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .bWrap .GTitle {
      position: absolute;
      height: 40px;
      bottom: 0;
      left: 50%;
      width: 100%;
      text-align: center;
      transform: translateX(-50%); }
      .bWrap .GTitle ul {
        display: inline-block;
        text-align: center; }
        .bWrap .GTitle ul li {
          display: inline-block;
          margin-right: 0;
          float: left;
          position: relative; }
          .bWrap .GTitle ul li:after {
            position: absolute;
            content: '';
            width: 1px;
            background: #cbcbcb;
            top: 50%;
            right: 0;
            margin-top: -0.2rem;
            height: 0.4rem; }
          .bWrap .GTitle ul li:last-child:after {
            width: 0; }
          .bWrap .GTitle ul li a {
            padding: 0 0.1rem;
            display: block;
            line-height: 40px;
            font-size: 0.3rem;
            color: #333;
            margin: 0;
            background: rgba(255, 255, 255, 0.8); }
            .bWrap .GTitle ul li a:hover, .bWrap .GTitle ul li a:focus {
              color: #fff;
              background: rgba(96, 58, 148, 0.6); }
        .bWrap .GTitle ul .active a {
          color: #fff;
          background: #481c87; }
        .bWrap .GTitle ul .active:after {
          width: 0; }

  .contentTitle h2 {
    font-size: 0.5rem;
    color: #333;
    padding-bottom: 0.3rem; }

  .newContent {
    padding: 0.3rem 0.2rem;
    line-height: 1.667; }
    .newContent p {
      font-size: 0.28rem;
      color: #333;
      line-height: 1.667; }
      .newContent p img {
        display: block;
        max-width: 100%; }
    .newContent img {
      display: block;
      max-width: 100%; }

  .newListOne {
    background: #fff;
    padding: 0.2rem 0.2rem 0; }
	.newListOne .listBanner img{
		max-width: 100%;
	}
    .newListOne ul li {
      padding: 0.2rem 0;
      transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; }
      .newListOne ul li .leftBox {
        width: 100%; }
        .newListOne ul li .leftBox .img {
          float: left;
          width: 126px;
          height: 79px;
          position: relative;
          margin-right: 0.2rem; }
          .newListOne ul li .leftBox .img a {
            display: block;
            width: 100%;
            height: 100%; }
            .newListOne ul li .leftBox .img a img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; }
        .newListOne ul li .leftBox .info {
          position: relative;
          overflow: hidden; }
          .newListOne ul li .leftBox .info h2 a {
            display: block;
            font-size: 0.3rem;
            color: #333;
            line-height: 1.667;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .newListOne ul li .leftBox .info h2 a:hover {
              color: #481c87; }
          .newListOne ul li .leftBox .info .cont {
            padding-top: 0.1rem;
            font-size: 0.28rem;
            color: #999;
            line-height: 1.667;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis; }
          .newListOne ul li .leftBox .info .more {
            display: none;
            padding-top: 0.1rem; }
            .newListOne ul li .leftBox .info .more a {
              display: block;
              width: 100px;
              text-align: center;
              font-size: 14px;
              line-height: 30px;
              color: #333;
              border: 1px solid #e5e5e5; }
              .newListOne ul li .leftBox .info .more a:hover {
                background: #481c87;
                color: #fff;
                border: 1px solid #481c87; }
      .newListOne ul li .rightBox {
        display: none;
        overflow: hidden; }
        .newListOne ul li .rightBox .time {
          margin-top: 30px;
          width: 95px;
          height: 115px;
          background: #a0a0a0;
          padding: 20px 15px;
          text-align: center;
          box-sizing: border-box; }
          .newListOne ul li .rightBox .time .data {
            font-size: 40px;
            font-weight: bold;
            color: #fff;
            line-height: 45px;
            border-bottom: 1px solid #fff; }
          .newListOne ul li .rightBox .time .year {
            font-size: 14px;
            color: #fff;
            line-height: 30px; }
      .newListOne ul li:hover {
        background: #f5f5f5; }

  .page {
    display: none;
    padding: 30px 0;
    text-align: center; }
    .page a,.page span {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 16px;
      border: 1px solid #e5e5e5;
      color: #666;
      margin: 0 5px; }
  .newListTwo {
    background: #fff;
    padding: 0.2rem 0.2rem 0; }
	.newListTwo .listBanner img{
		max-width: 100%;
	}
  .newListTwo ul li {
    background: #fff;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
    width: 100%;
    box-sizing: border-box; }
    .newListTwo ul li:hover {
      background: #f5f5f5; }
    .newListTwo ul li .img {
      width: 100%;
      height: 200px; }
      .newListTwo ul li .img a {
        display: block;
        width: 100%;
        height: 100%; }
        .newListTwo ul li .img a img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .newListTwo ul li .info {
      padding-top: 10px; }
      .newListTwo ul li .info h2 a {
        display: block;
        font-size: 0.3rem;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis; }
        .newListTwo ul li .info h2 a:hover {
          color: #481c87; }
      .newListTwo ul li .info .time {
        padding-left: 25px;
        background: url(../images/time.png) left center no-repeat;
        font-size: 0.28rem;
        color: #999;
        line-height: 1.667;
        margin-top: 0.2rem; }
    .newListTwo ul li:hover a {
      color: #481c87; }

  .searchBox {
    padding: 0.3rem 0.2rem 0; }
    .searchBox button {
      display: inline-block;
      width: 20%;
      height: 40px;
      border-radius: 4px;
      background: #481c87;
      color: #fff;
      font-size: 0.3rem;
      text-align: center;
      line-height: 40px;
      border: none; }
    .searchBox input {
      display: inline-block;
      width: 70%;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #e5e5e5;
      color: #333;
      line-height: 40px;
      font-size: 0.28rem;
      padding: 0.1rem;
      box-sizing: border-box; }
  .newListThree {
    background: #fff;
    padding: 0.2rem 0.2rem 0; }
	.newListThree .listBanner img{
		max-width: 100%;
	}
  .newListThree ul li {
    margin: 0.3rem 0;
    background: #fff;
    padding: 0.2rem 0.3rem; }
    .newListThree ul li .right {
      overflow: hidden; }
      .newListThree ul li .right h2 a {
        font-size: 0.3rem;
        color: #333;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis; }
        .newListThree ul li .right h2 a:hover {
          color: #481c87; }
      .newListThree ul li .right .cont {
        padding-top: 0.1rem;
        color: #999;
        font-size: 0.28rem;
        line-height: 1.667;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .newListThree ul li .right .time {
        margin-top: 0.1rem;
        background: url(../images/time.png) left center no-repeat;
        padding: 0 0 0 28px;
        font-size: 0.28rem;
        color: #999; }

  .clientList {
    margin: 0 0.3rem; }
    .clientList li {
      padding: 0.3rem 0.15rem 0 0;
      width: 33.33%;
      height: 75px;
      float: left;
      box-sizing: border-box; }
      .clientList li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #e5e5e5;
        padding: 0.2rem;
        box-sizing: border-box;
        text-align: center; }
        .clientList li a img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }

  .conoustUs {
    background: #fff;
    padding: 0.3rem; }
    .conoustUs .conBox {
      padding-top: 0.1rem; }
      .conoustUs .conBox h4 {
        font-size: 0.28rem;
        color: #333;
        line-height: 1.667; }
      .conoustUs .conBox p {
        font-size: 0.28rem;
        color: #333; }
    .conoustUs .addBox {
      padding-top: 0.2rem;
      text-align: center; }
      .conoustUs .addBox img {
        display: block;
        width: 100%;
        object-fit: cover; }

  .RecruitmentBox {
    padding: 0.2rem 0;
    background: #fff; }
    .RecruitmentBox ul li {
      padding: 0.2rem 0.3rem; }
      .RecruitmentBox ul li .recruitBox {
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #e5e5e5; }
        .RecruitmentBox ul li .recruitBox .left {
          float: left;
          width: 40%;
          position: relative; }
          .RecruitmentBox ul li .recruitBox .left h3 {
            font-size: 20px;
            line-height: 1.667;
            color: #333; }
            .RecruitmentBox ul li .recruitBox .left h3 span {
              display: inline-block;
              margin-left: 0.2rem;
              width: 22px;
              vertical-align: middle;
              height: 0.6rem;
              background: url(../images/yj.png) left center no-repeat; }
          .RecruitmentBox ul li .recruitBox .left p {
            font-size: 0.28rem;
            color: #999;
            line-height: 1.667;
            padding-top: 0.3rem; }
            .RecruitmentBox ul li .recruitBox .left p span {
              font-size: 0.3rem;
              color: #481c87; }
        .RecruitmentBox ul li .recruitBox .right {
          overflow: hidden; }
          .RecruitmentBox ul li .recruitBox .right p {
            font-size: 0.24rem;
            color: #333;
            line-height: 1.667;
            padding-top: 0; }
      .RecruitmentBox ul li .disNone {
        padding-top: 0.2rem; }
        .RecruitmentBox ul li .disNone h4 {
          font-size: 0.3rem;
          line-height: 1.667;
          color: #333;
          font-weight: bold; }
        .RecruitmentBox ul li .disNone p {
          font-size: 0.24rem;
          color: #333;
          line-height: 1.667; }
      .RecruitmentBox ul li .show {
        display: none; }

  .ComplaintBox {
    padding: 0.3rem 0.3rem;
    background: #fff; }
    .ComplaintBox .complaint .lab {
      margin: 0.2rem 0; }
      .ComplaintBox .complaint .lab label {
        display: inline-block;
        font-size: 0.3rem;
        color: #333;
        width: 60px;
        text-align: right;
        line-height: 0.8rem;
        float: left;
        margin-right: 0.2rem;
        position: relative; }
      .ComplaintBox .complaint .lab .inpBox {
        overflow: hidden; }
        .ComplaintBox .complaint .lab .inpBox input {
          display: inline-block;
          width: 100%;
          border: 1px solid #e5e5e5;
          height: 0.8rem;
          line-height: 0.8rem;
          padding: 0.1rem;
          box-sizing: border-box;
          font-size: 0.3rem;
          color: #333; }
        .ComplaintBox .complaint .lab .inpBox .file {
          position: relative;
          display: inline-block;
          background: #ffac00;
          border: 1px solid #ffac00;
          border-radius: 4px;
          padding: 4px 25px;
          overflow: hidden;
          color: #fff;
          text-decoration: none;
          text-indent: 0;
          line-height: 0.6rem; }
        .ComplaintBox .complaint .lab .inpBox .file input {
          position: absolute;
          font-size: 100px;
          right: 0;
          top: 0;
          opacity: 0; }
        .ComplaintBox .complaint .lab .inpBox .file:hover {
          background: #ffac00;
          border-color: #ffac00;
          color: #fff;
          text-decoration: none; }
        .ComplaintBox .complaint .lab .inpBox .docTxt {
          display: block;
          margin-left: 0.2rem;
          line-height: 0.6rem;
          font-size: 0.28rem;
          color: #666; }
        .ComplaintBox .complaint .lab .inpBox textarea {
          display: block;
          width: 90%;
          border: 1px solid #e5e5e5;
          padding: 0.2rem; }
      .ComplaintBox .complaint .lab .radioB p {
        /*flex布局让子元素水平垂直居中*/
        display: inline-block;
        float: left;
        width: 60px;
        padding-top: 8px;
        vertical-align: middle; }
      .ComplaintBox .complaint .lab .radioB input[type=checkbox], .ComplaintBox .complaint .lab .radioB input[type=radio] {
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        width: 17px;
        height: 17px;
        cursor: pointer;
        vertical-align: center;
        background: #fff;
        border: 1px solid #ccc;
        position: relative; }
      .ComplaintBox .complaint .lab .radioB input[type=checkbox]:checked::after {
        content: "\2713";
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        line-height: 10px;
        border: 1px solid #ddd;
        color: red;
        font-size: 14px; }
      .ComplaintBox .complaint .lab .radioB input[type=radio]:checked::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 0;
        bottom: 0;
        width: 9px;
        height: 9px;
        background-color: #ffac00; }
      .ComplaintBox .complaint .lab .radioB input[type=radio], .ComplaintBox .complaint .lab .radioB input[type=radio]:checked::after {
        border-radius: 50%; }
    .ComplaintBox .BtnBox {
      padding: 20px 0 20px 60px; }
      .ComplaintBox .BtnBox input {
        display: inline-block;
        width: 150px;
        height: 0.8rem;
        font-size: 0.3rem;
        color: #fff;
        text-align: center;
        border: none;
        background: #5e3b97;
        border-radius: 4px; }

  .newContentBox {
    padding: 0.3rem; }
    .newContentBox h2 {
      font-size: 0.32rem;
      color: #333; }
    .newContentBox .time {
      font-size: 0.28rem;
      color: #999;
      padding: 0.2rem 0; }
    .newContentBox .cont {
      font-size: 0.28rem;
      color: #333;
      line-height: 1.667; }
      .newContentBox .cont p {
        font-size: 0.28rem;
        color: #333;
        line-height: 1.667; }
        .newContentBox .cont p img {
          /* display: block; */
          max-width: 100%; }
      .newContentBox .cont img {
        /* display: block; */
        max-width: 100%; }

  .PublicityBox {
    padding: 0 0.3rem;
    background: #fff; }
    .PublicityBox .tableBox {
      width: 100%;
      margin: 0.3rem 0 0 0; }
      .PublicityBox .tableBox .one {
        display: inline-block;
        width: 15%; }
      .PublicityBox .tableBox .two {
        display: inline-block;
        width: 20%; }
      .PublicityBox .tableBox .three {
        display: inline-block;
        width: 15%; }
      .PublicityBox .tableBox .four {
        display: inline-block;
        width: 30%; }
      .PublicityBox .tableBox .five {
        display: inline-block;
        width: 20%; }
      .PublicityBox .tableBox .tabTitle {
        width: 100%;
        text-align: center;
        border: 1px solid #e5e5e5; }
        .PublicityBox .tableBox .tabTitle span {
          text-align: center;
          font-size: 0.28rem;
          background: #f5f5f5;
          line-height: 1.667;
          margin: 0;
          padding: 0;
          float: left;
          border-right: 1px solid #e5e5e5; }
          .PublicityBox .tableBox .tabTitle span:last-child {
            border: none; }
      .PublicityBox .tableBox ul {
        width: 100%;
        border: 1px solid #e5e5e5;
        border-top: none; }
        .PublicityBox .tableBox ul li {
          display: block;
          border-bottom: 1px solid #e5e5e5; }
          .PublicityBox .tableBox ul li:last-child {
            border: none; }
          .PublicityBox .tableBox ul li span {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 0.28rem;
            line-height: 1.667;
            float: left;
            border-right: 1px solid #e5e5e5;
            position: relative;
            word-wrap: break-word; }
            .PublicityBox .tableBox ul li span:last-child {
              border: none; }
            .PublicityBox .tableBox ul li span a {
              display: inline-block;
              width: 100%;
              margin: 0;
              padding: 0; }
            .PublicityBox .tableBox ul li span .no {
              color: #ffac00; }
            .PublicityBox .tableBox ul li span .textT {
              display: none;
              position: absolute;
              top: -46px;
              background: #f5f5f5;
              padding: 10px;
              border-radius: 5px;
              font-size: 14px;
              color: #333;
              left: 50%;
              margin-left: -30%;
              z-index: 999;
              zoom: 1; }
              .PublicityBox .tableBox ul li span .textT:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                bottom: -6px;
                left: 50%;
                transform: translateX(-50%);
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                border-top: 10px solid #f5f5f5; }

  .ApplicationBox {
    padding: 0.3rem;
    background: #fff; }
    .ApplicationBox .fitdiv {
      text-align: center; }
      .ApplicationBox .fitdiv ul {
        display: inline-block;
        margin: 0 auto;
        background: #f5f5f5;
        border-radius: 4px;
        overflow: hidden; }
        .ApplicationBox .fitdiv ul li {
          display: inline-block;
          float: left;
          padding: 0 0.1rem; }
          .ApplicationBox .fitdiv ul li a {
            margin: 0;
            display: inline-block;
            font-size: 0.3rem;
            color: #333;
            text-align: center;
            line-height: 0.8rem; }
        .ApplicationBox .fitdiv ul .onli {
          background: #481c87; }
          .ApplicationBox .fitdiv ul .onli a {
            color: #fff; }
    .ApplicationBox .fondiv .subdiv {
      display: none;
      padding: 0.2rem 0; }
      .ApplicationBox .fondiv .subdiv .dataBox h2 {
        height: 1rem;
        background: #f5f5f5;
        font-size: 0.3rem;
        color: #000;
        line-height: 1rem;
        padding: 0 0.2rem;
        font-weight: bold;
        margin: 0.2rem 0; }
      .ApplicationBox .fondiv .subdiv .dataBox .inpBox {
        width: 100%;
        box-sizing: border-box;
        padding: 0.1rem 0; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBox label {
          display: inline-block;
          width: 110px;
          float: left;
          position: relative;
          text-align: right;
          margin-right: 0.2rem;
          vertical-align: middle;
          line-height: 0.8rem; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox label i {
            display: inline-block;
            color: #ff0000; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight {
          overflow: hidden; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight select {
            display: block;
            width: 50%;
            border: 1px solid #e5e5e5;
            font-size: 0.28rem;
            height: 0.8rem; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight input {
            display: block;
            border: 1px solid #e5e5e5;
            line-height: 0.8rem;
            height: 0.8rem;
            padding: 0.1rem;
            box-sizing: border-box;
            font-size: 0.28rem;
            width: 100%;
            box-sizing: border-box; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight .time {
            width: 40%;
            display: inline-block; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight a {
            display: block;
            margin-right: 0.2rem;
            color: #ffac00;
            font-size: 0.28rem;
            line-height: 0.8rem; }
      .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs {
        width: 100%; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight span {
          font-size: 0.28rem;
          color: #999; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight .file {
          position: relative;
          display: inline-block;
          background: #ffac00;
          border: 1px solid #ffac00;
          border-radius: 4px;
          padding: 4px 25px;
          overflow: hidden;
          color: #fff;
          text-decoration: none;
          text-indent: 0;
          line-height: 30px; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight .file input {
          position: absolute;
          font-size: 100px;
          right: 0;
          top: 0;
          opacity: 0; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight .file:hover {
          background: #ffac00;
          border-color: #ffac00;
          color: #fff;
          text-decoration: none; }
      .ApplicationBox .fondiv .subdiv .dataBox .BtnBox {
        padding: 0.2rem; }
        .ApplicationBox .fondiv .subdiv .dataBox .BtnBox input {
          display: inline-block;
          font-size: 0.3rem;
          text-align: center;
          background: #dcdcdc;
          border-radius: 4px;
          border: none;
          color: #333;
          line-height: 0.8rem;
          height: 0.8rem;
          width: 40%;
          margin-right: 0.4rem; }
        .ApplicationBox .fondiv .subdiv .dataBox .BtnBox .active {
          background: #481c87;
          color: #fff; }
      .ApplicationBox .fondiv .subdiv .bzBox {
        margin: 0.2rem 0;
        background: #f5f5f5;
        padding: 0.2rem;
        box-sizing: border-box; }
        .ApplicationBox .fondiv .subdiv .bzBox h4 {
          font-size: 0.28rem;
          color: #000; }
        .ApplicationBox .fondiv .subdiv .bzBox p {
          font-size: 0.28rem;
          color: #999;
          line-height: 1.667; }
    .ApplicationBox .fondiv .ondiv {
      display: block; } 
	.video_box {background: #fff;border: none;display: none;height: 5.1rem;left: 50%;margin-left: -3.6rem;margin-top: -2.1rem;padding: .2rem;position: fixed;top: 48%;width: 6.8rem;z-index: 99; box-sizing:content-box;}
	.btn_close {background: #491a89;height: 32px;line-height:32px;text-align:center;position: absolute;right: 2px;top: -32px;transition: all 0.4s ease-in-out 0s;width: 32px;  }
	.btn_close i {color: #fff;font-style: normal;font-size: 20px;}
	  }
/*
 
 * 
 * 
 * 
 * 
 * 
 * 
 * */
@media (min-width: 1024px) {
  .navbar-default {
    background: white;
    box-shadow: 0 0 10px rgba(81, 81, 81, 0.5); }

  .bWrap {
    width: 100%;
    height: 375px;
    position: relative; }
    .bWrap .img {
      width: 100%;
      height: 100%; }
      .bWrap .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .bWrap .GTitle {
      position: absolute;
      background: rgba(255, 255, 255, 0.6);
      height: 45px;
      bottom: 0;
      width: 1200px;
      left: 50%;
      margin-left: -600px; }
      .bWrap .GTitle ul li {
        display: inline-block;
        margin-right: 0;
        float: left;
        position: relative; }
        .bWrap .GTitle ul li:after {
          position: absolute;
          content: '';
          width: 1px;
          background: #cbcbcb;
          top: 50%;
          right: 0;
          margin-top: -8px;
          height: 16px; }
        .bWrap .GTitle ul li:last-child:after {
          width: 0; }
        .bWrap .GTitle ul li a {
          padding: 0 30px;
          display: block;
          line-height: 45px;
          font-size: 18px;
          color: #333;
          margin: 0;
          background: #fff; }
          .bWrap .GTitle ul li a:hover, .bWrap .GTitle ul li a:focus {
            color: #fff;
            background: #481c87; }
      .bWrap .GTitle ul .active a {
        color: #fff;
        background: #481c87; }
      .bWrap .GTitle ul .active:after {
        width: 0; }

  .contentTitle h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 30px; }

  .newContent {
    padding: 30px 0;
    line-height: 30px; }
    .newContent p {
      font-size: 16px;
      color: #333;
      line-height: 30px; }
      .newContent p img {
        /* display: block; */
        max-width: 100%; }
    .newContent img {
     /*  display: block; */
      max-width: 100%;  }

  .newListOne {
    padding: 30px 0; }
    .newListOne ul li {
      padding: 35px 0;
      border-bottom: 1px solid #e5e5e5;
      transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; }
      .newListOne ul li .leftBox {
        float: left;
        width: 90%;
        margin-right: 20px;
        position: relative; }
        .newListOne ul li .leftBox .img {
          float: left;
          width: 280px;
          height: 175px;
          position: relative;
          margin-right: 30px; }
          .newListOne ul li .leftBox .img a {
            display: block;
            width: 100%;
            height: 100%; }
            .newListOne ul li .leftBox .img a img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; }
        .newListOne ul li .leftBox .info {
          position: relative;
          overflow: hidden; }
          .newListOne ul li .leftBox .info h2 a {
            font-size: 18px;
            color: #333;
            line-height: 30px;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            text-overflow: ellipsis; }
            .newListOne ul li .leftBox .info h2 a:hover {
              color: #481c87; }
          .newListOne ul li .leftBox .info .cont {
            padding-top: 10px;
            font-size: 14px;
            color: #999;
            line-height: 28px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis; }
          .newListOne ul li .leftBox .info .more {
            padding-top: 15px; }
            .newListOne ul li .leftBox .info .more a {
              display: block;
              width: 100px;
              text-align: center;
              font-size: 14px;
              line-height: 30px;
              color: #333;
              border: 1px solid #e5e5e5; }
              .newListOne ul li .leftBox .info .more a:hover {
                background: #481c87;
                color: #fff;
                border: 1px solid #481c87; }
      .newListOne ul li .rightBox {
        overflow: hidden; }
        .newListOne ul li .rightBox .time {
          margin-top: 30px;
          width: 95px;
          height: 115px;
          background: #a0a0a0;
          padding: 20px 15px;
          text-align: center;
          box-sizing: border-box; }
          .newListOne ul li .rightBox .time .data {
            font-size: 40px;
            font-weight: bold;
            color: #fff;
            line-height: 45px;
            border-bottom: 1px solid #fff; }
          .newListOne ul li .rightBox .time .year {
            font-size: 14px;
            color: #fff;
            line-height: 30px; }
      .newListOne ul li:hover {
        background: #f5f5f5; }

  .page {
    padding: 30px 0;
    text-align: center; }
    .page a,.page span {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 16px;
      border: 1px solid #e5e5e5;
      color: #666;
      margin: 0 5px; }
	.page .current{
		background-color: #481c87;
		color: #fff;
	}

  .newListTwo {
    padding: 30px 0; }
    .newListTwo ul li {
      float: left;
      width: 360px;
      margin: 30px 20px 0;
      padding: 20px;
      box-sizing: border-box; }
      .newListTwo ul li:hover {
        background: #f5f5f5; }
      .newListTwo ul li .img {
        width: 100%;
        height: 200px; }
        .newListTwo ul li .img a {
          display: block;
          width: 100%;
          height: 100%; }
          .newListTwo ul li .img a img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .newListTwo ul li .info {
        padding-top: 10px; }
        .newListTwo ul li .info h2 a {
          display: block;
          font-size: 18px;
          color: #333;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis; }
        .newListTwo ul li .info .time {
          padding-left: 25px;
          background: url(../images/time.png) left center no-repeat;
          font-size: 14px;
          color: #999;
          line-height: 30px;
          margin-top: 15px; }

  .searchBox {
    text-align: right;
    padding-top: 30px; }
    .searchBox button {
      display: inline-block;
      width: 100px;
      height: 40px;
      border-radius: 4px;
      background: #481c87;
      color: #fff;
      text-align: center;
      line-height: 40px;
      border: none; }
    .searchBox input {
      display: inline-block;
      width: 260px;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #e5e5e5;
      color: #333;
      line-height: 40px;
      padding: 3px 5px;
      box-sizing: border-box; }
  .newListThree{
	  padding: 30px 0;}
  .newListThree ul li {
    margin: 30px 0 0;
    background: #f5f5f5;
    padding: 20px; }
    .newListThree ul li .right {
      padding: 20px;
      background: #fff;
      overflow: hidden; }
      .newListThree ul li .right h2 a {
        font-size: 18px;
        color: #333;
        display: block;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis; }
        .newListThree ul li .right h2 a:hover {
          color: #481c87; }
      .newListThree ul li .right .cont {
        padding-top: 10px;
        color: #999;
        font-size: 14px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
      .newListThree ul li .right .time {
        margin-top: 10px;
        background: url(../images/time.png) left center no-repeat;
        padding: 0 0 0 28px;
        font-size: 14px;
        color: #999; }

  .clientList {
    margin-bottom: 20px; }
    .clientList ul li {
      margin: 30px 20px 0;
      width: 260px;
      height: 100px;
      float: left; }
      .clientList ul li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #e5e5e5;
        padding: 10px;
        box-sizing: border-box;
        text-align: center; }
        .clientList ul li a img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }

  .conoustUs {
    padding: 30px 0; }
    .conoustUs .conBox {
      padding-top: 30px; }
      .conoustUs .conBox h4 {
        font-size: 16px;
        color: #333;
        line-height: 30px; }
      .conoustUs .conBox p {
        font-size: 16px;
        color: #333; }
    .conoustUs .addBox {
      padding-top: 20px;
      text-align: center; }
      .conoustUs .addBox img {
        max-width: 100%; }

  .RecruitmentBox {
    padding: 20px 0; }
    .RecruitmentBox ul li {
      padding: 20px 0; }
      .RecruitmentBox ul li .recruitBox {
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5; }
        .RecruitmentBox ul li .recruitBox .left {
          float: left;
          width: 40%;
          position: relative; }
          .RecruitmentBox ul li .recruitBox .left h3 {
            font-size: 20px;
            line-height: 30px;
            color: #333; }
            .RecruitmentBox ul li .recruitBox .left h3 span {
              display: inline-block;
              margin-left: 30px;
              width: 22px;
              vertical-align: middle;
              height: 30px;
              background: url(../images/yj.png) left center no-repeat; }
          .RecruitmentBox ul li .recruitBox .left p {
            font-size: 14px;
            color: #999;
            line-height: 30px;
            padding-top: 20px; }
            .RecruitmentBox ul li .recruitBox .left p span {
              font-size: 18px;
              color: #481c87; }
        .RecruitmentBox ul li .recruitBox .right {
          overflow: hidden; }
          .RecruitmentBox ul li .recruitBox .right p {
            float: left;
            width: 50%;
            font-size: 14px;
            color: #333;
            line-height: 30px;
            padding-top: 5px; }
      .RecruitmentBox ul li .disNone {
        padding-top: 20px;
        display: none; }
        .RecruitmentBox ul li .disNone h4 {
          font-size: 16px;
          line-height: 30px;
          color: #333;
          font-weight: bold; }
        .RecruitmentBox ul li .disNone p {
          font-size: 14px;
          color: #333;
          line-height: 30px; }
      .RecruitmentBox ul li .show {
        display: none; }

  .ComplaintBox {
    padding: 30px 0; }
    .ComplaintBox .complaint .lab {
      margin: 20px 0; }
      .ComplaintBox .complaint .lab label {
        display: inline-block;
        font-size: 16px;
        color: #333;
        width: 180px;
        text-align: right;
        line-height: 40px;
        float: left;
        margin-right: 20px;
        position: relative; }
      .ComplaintBox .complaint .lab .inpBox {
        overflow: hidden; }
        .ComplaintBox .complaint .lab .inpBox input {
          display: inline-block;
          width: 350px;
          border: 1px solid #e5e5e5;
          height: 40px;
          line-height: 40px;
          padding: 2px 5px;
          box-sizing: border-box;
          font-size: 16px;
          color: #333; }
        .ComplaintBox .complaint .lab .inpBox .file {
          position: relative;
          float: left;
          display: inline-block;
          background: #ffac00;
          border: 1px solid #ffac00;
          border-radius: 4px;
          padding: 4px 25px;
          overflow: hidden;
          color: #fff;
          text-decoration: none;
          text-indent: 0;
          line-height: 30px; }
        .ComplaintBox .complaint .lab .inpBox .file input {
          position: absolute;
          font-size: 100px;
          right: 0;
          top: 0;
          opacity: 0; }
        .ComplaintBox .complaint .lab .inpBox .file:hover {
          background: #ffac00;
          border-color: #ffac00;
          color: #fff;
          text-decoration: none; }
        .ComplaintBox .complaint .lab .inpBox .docTxt {
          display: inline-block;
          margin-left: 10px;
          float: left;
          line-height: 40px;
          font-size: 14px;
          color: #666; }
        .ComplaintBox .complaint .lab .inpBox textarea {
          display: block;
          width: 90%;
          border: 1px solid #e5e5e5;
          padding: 8px; }
      .ComplaintBox .complaint .lab .radioB p {
        /*flex布局让子元素水平垂直居中*/
        display: inline-block;
        float: left;
        width: 120px;
        padding-top: 8px;
        vertical-align: middle; }
      .ComplaintBox .complaint .lab .radioB input[type=checkbox], .ComplaintBox .complaint .lab .radioB input[type=radio] {
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        width: 17px;
        height: 17px;
        cursor: pointer;
        vertical-align: center;
        background: #fff;
        border: 1px solid #ccc;
        position: relative; }
      .ComplaintBox .complaint .lab .radioB input[type=checkbox]:checked::after {
        content: "\2713";
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        line-height: 10px;
        border: 1px solid #ddd;
        color: red;
        font-size: 14px; }
      .ComplaintBox .complaint .lab .radioB input[type=radio]:checked::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 0;
        bottom: 0;
        width: 9px;
        height: 9px;
        background-color: #ffac00; }
      .ComplaintBox .complaint .lab .radioB input[type=radio], .ComplaintBox .complaint .lab .radioB input[type=radio]:checked::after {
        border-radius: 50%; }
    .ComplaintBox .BtnBox {
      padding: 20px 0 20px 200px; }
      .ComplaintBox .BtnBox input {
        display: inline-block;
        width: 160px;
        height: 40px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        border: none;
        background: #5e3b97;
        border-radius: 4px; }

  .newContentBox {
    padding: 30px 0; }
    .newContentBox h2 {
      font-size: 24px;
      color: #333; }
    .newContentBox .time {
      font-size: 16px;
      color: #999;
      padding: 20px 0; }
    .newContentBox .cont {
      font-size: 16px;
      color: #333;
      line-height: 30px; }
      .newContentBox .cont p {
        font-size: 16px;
        color: #333;
        line-height: 30px; }
        .newContentBox .cont p img {
          /* display: block; */
          max-width: 100%; }
      .newContentBox .cont img {
        /* display: block; */
        max-width: 100%; }

  .PublicityBox .tableBox {
    width: 100%;
    margin: 30px 0; }
    .PublicityBox .tableBox .one {
      display: inline-block;
      width: 15%; }
    .PublicityBox .tableBox .two {
      display: inline-block;
      width: 20%; }
    .PublicityBox .tableBox .three {
      display: inline-block;
      width: 15%; }
    .PublicityBox .tableBox .four {
      display: inline-block;
      width: 30%; }
    .PublicityBox .tableBox .five {
      display: inline-block;
      width: 20%; }
    .PublicityBox .tableBox .tabTitle {
      width: 100%;
      text-align: center;
      border: 1px solid #e5e5e5; }
      .PublicityBox .tableBox .tabTitle span {
        text-align: center;
        font-size: 16px;
        background: #f5f5f5;
        line-height: 40px;
        margin: 0;
        padding: 0;
        float: left;
        border-right: 1px solid #e5e5e5; }
        .PublicityBox .tableBox .tabTitle span:last-child {
          border: none; }
    .PublicityBox .tableBox ul {
      width: 100%;
      border: 1px solid #e5e5e5;
      border-top: none; }
      .PublicityBox .tableBox ul li {
        display: block;
        border-bottom: 1px solid #e5e5e5; }
        .PublicityBox .tableBox ul li:last-child {
          border: none; }
        .PublicityBox .tableBox ul li span {
          margin: 0;
          padding: 0;
          text-align: center;
          font-size: 16px;
          line-height: 40px;
          float: left;
          border-right: 1px solid #e5e5e5;
          position: relative; }
          .PublicityBox .tableBox ul li span:last-child {
            border: none; }
          .PublicityBox .tableBox ul li span a {
            display: inline-block;
            width: 100%;
            margin: 0;
            padding: 0; }
          .PublicityBox .tableBox ul li span .no {
            color: #ffac00; }
          .PublicityBox .tableBox ul li span .textT {
            display: none;
            position: absolute;
            top: -46px;
            background: #f5f5f5;
            padding: 10px;
            border-radius: 5px;
            font-size: 14px;
            color: #333;
            left: 50%;
            margin-left: -30%;
            z-index: 999;
            zoom: 1; }
            .PublicityBox .tableBox ul li span .textT:after {
              content: '';
              position: absolute;
              width: 0;
              height: 0;
              bottom: -6px;
              left: 50%;
              transform: translateX(-50%);
              border-right: 10px solid transparent;
              border-left: 10px solid transparent;
              border-top: 10px solid #f5f5f5; }

  .ApplicationBox {
    padding: 30px 0; }
    .ApplicationBox .fitdiv {
      text-align: center; }
      .ApplicationBox .fitdiv ul {
        display: inline-block;
        margin: 0 auto;
        background: #f5f5f5;
        border: 4px;
        overflow: hidden; }
        .ApplicationBox .fitdiv ul li {
          display: inline-block;
          float: left;
          padding: 0 15px; }
          .ApplicationBox .fitdiv ul li a {
            margin: 0;
            display: inline-block;
            font-size: 18px;
            color: #333;
            text-align: center;
            line-height: 40px; }
        .ApplicationBox .fitdiv ul .onli {
          background: #481c87; }
          .ApplicationBox .fitdiv ul .onli a {
            color: #fff; }
    .ApplicationBox .fondiv .subdiv {
      display: none;
      padding: 30px 0; }
      .ApplicationBox .fondiv .subdiv .dataBox h2 {
        height: 50px;
        background: #f5f5f5;
        font-size: 16px;
        color: #000;
        line-height: 50px;
        padding: 0 20px;
        font-weight: bold;
        margin: 20px 0; }
      .ApplicationBox .fondiv .subdiv .dataBox .inpBox {
        display: inline-block;
        margin: 0;
        float: left;
        width: 48%;
        box-sizing: border-box;
        padding-right: 30px;
        padding: 6px 30px 6px 0; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBox label {
          display: inline-block;
          width: 150px;
          float: left;
          position: relative;
          text-align: right;
          margin-right: 30px;
          vertical-align: middle;
          line-height: 40px; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox label i {
            display: inline-block;
            color: #ff0000; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight {
          overflow: hidden; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight select {
            display: block;
            width: 50%;
            border: 1px solid #e5e5e5;
            font-size: 16px;
            height: 40px; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight input {
            display: block;
            border: 1px solid #e5e5e5;
            line-height: 40px;
            height: 40px;
            padding: 3px 5px;
            box-sizing: border-box;
            font-size: 16px;
            width: 100%;
            box-sizing: border-box; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight .time {
            width: 40%;
            display: inline-block; }
          .ApplicationBox .fondiv .subdiv .dataBox .inpBox .inpRight a {
            margin-right: 30px;
            color: #ffac00;
            font-size: 16px;
            line-height: 40px; }
      .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs {
        width: 100%; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight span {
          font-size: 14px;
          color: #999; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight .file {
          position: relative;
          float: left;
          display: inline-block;
          background: #ffac00;
          border: 1px solid #ffac00;
          border-radius: 4px;
          padding: 4px 25px;
          overflow: hidden;
          color: #fff;
          text-decoration: none;
          text-indent: 0;
          line-height: 30px; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight .file input {
          position: absolute;
          font-size: 100px;
          right: 0;
          top: 0;
          opacity: 0; }
        .ApplicationBox .fondiv .subdiv .dataBox .inpBoxs .inpRight .file:hover {
          background: #ffac00;
          border-color: #ffac00;
          color: #fff;
          text-decoration: none; }
      .ApplicationBox .fondiv .subdiv .dataBox .BtnBox {
        padding-top: 40px;
        padding-left: 170px; }
        .ApplicationBox .fondiv .subdiv .dataBox .BtnBox input {
          display: inline-block;
          font-size: 16px;
          text-align: center;
          background: #dcdcdc;
          border-radius: 4px;
          border: none;
          color: #333;
          line-height: 40px;
          height: 40px;
          padding: 0 30px;
          margin-right: 40px; }
        .ApplicationBox .fondiv .subdiv .dataBox .BtnBox .active {
          background: #481c87;
          color: #fff; }
      .ApplicationBox .fondiv .subdiv .bzBox {
        margin: 30px 0;
        background: #f5f5f5;
        padding: 15px 30px;
        box-sizing: border-box; }
        .ApplicationBox .fondiv .subdiv .bzBox h4 {
          font-size: 16px;
          color: #000; }
        .ApplicationBox .fondiv .subdiv .bzBox p {
          font-size: 14px;
          color: #999;
          line-height: 28px; }
    .ApplicationBox .fondiv .ondiv {
      display: block; }

  .listBanner {
    width: 100%; }
    .listBanner a {
      display: block;
      width: 100%; }
      .listBanner a img {
        display: block;
        width: 100%;
        object-fit: cover; }

  .selectBox {
    width: 100%; }
    .selectBox select {
      display: inline-block;
      width: 260px;
      border: 1px solid #e5e5e5;
      height: 40px;
      font-size: 16px;
      color: #666;
      padding: 0 8px;
      box-sizing: border-box; } 
	  
	 #videoPlayer{height:450px;}
	.video_box {background: #fff;border: 2px solid #491a89;display: none;height: 450px;left: 50%;margin-left: -400px;margin-top: -225px;padding: 15px;position: fixed;top: 50%;width: 800px;z-index: 99; box-sizing:content-box;}
	.btn_close {background: #491a89;height: 32px;line-height:32px;text-align:center;position: absolute;right: -34px;top: -2px;transition: all 0.4s ease-in-out 0s;width: 32px;  }
	.btn_close i {color: #fff;font-style: normal;font-size: 20px;}
	.body {background: url("../images/mask.png") repeat; display: none;height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 98;  }
	.video-js {
	  display: block;
	  vertical-align: top;
	  box-sizing: border-box;
	  color: #fff;
	  background-color: #000;
	  position: relative;
	  padding: 0;
	  font-size: 10px;
	  line-height: 1;
	  font-weight: normal;
	  font-style: normal;
	  font-family: Arial, Helvetica, sans-serif;
	  word-break: initial; }
	  .video-js:-moz-full-screen {
		position: absolute; }
	  .video-js:-webkit-full-screen {
		width: 100% !important;
		height: 100% !important; }

	.video-js[tabindex="-1"] {
	  outline: none; }

	.video-js *,
	.video-js *:before,
	.video-js *:after {
	  box-sizing: inherit; }

	.video-js ul {
	  font-family: inherit;
	  font-size: inherit;
	  line-height: inherit;
	  list-style-position: outside;
	  margin-left: 0;
	  margin-right: 0;
	  margin-top: 0;
	  margin-bottom: 0; }

	.video-js.vjs-fluid,
	.video-js.vjs-16-9,
	.video-js.vjs-4-3 {
	  width: 100%;
	  max-width: 100%;
	  height: 0; }

	.video-js.vjs-16-9 {
	  padding-top: 56.25%; }

	.video-js.vjs-4-3 {
	  padding-top: 75%; }

	.video-js.vjs-fill {
	  width: 100%;
	  height: 100%; }

	.video-js .vjs-tech {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%; }
	  
	  
	  
	  }



/*# sourceMappingURL=golabwide.css.map */
