@charset "UTF-8";
@import url("banner.css");
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px; } }

.mban {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1; }
  .mban > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .mban > div .tit {
      text-align: center;
      font-size: 22px;
      color: #fff;
      position: relative;
      margin-bottom: 10px; }
      .mban > div .tit p {
        margin-bottom: 2px; }
      .mban > div .tit h2 {
        font-family: 'pn-b';
        font-size: 50px;
        text-transform: uppercase;
        position: relative;
        z-index: 1; }
      .mban > div .tit span {
        padding: 0 50px;
        height: 20px;
        background: linear-gradient(to right, #0c5099, #0f64bd);
        position: absolute;
        line-height: 0;
        color: transparent;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); }

.mban:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 0;
  top: 0; }

.bg-f5 {
  background-color: #f5f5f5; }
  .bg-f5 > div {
    transform: translateY(-50%); }

.xqing table {
  width: 100% !important; }

.xqing table td {
  border: 1px solid #f0f0f0 !important;
  padding: 5px;
  text-align: center;
  color: #666; }

.xqing table td p {
  font-size: 14px;
  color: #666; }

.neiye-search {
  position: relative;
  z-index: 3; }
  .neiye-search > div {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
    transform: translateY(-50%); }
  .neiye-search .fl {
    flex: 1;
    display: flex;
    align-items: center; }
    .neiye-search .fl i {
      font-size: 2rem;
      color: #0f64bd;
      opacity: .5;
      margin-right: 10px;
      position: relative;
      top: 1px; }
    .neiye-search .fl h3 {
      font-size: 1.4rem;
      color: #333;
      margin-right: 10px; }
    .neiye-search .fl a {
      margin: 0 1rem;
      font-size: 1.4rem;
      color: #999; }
    .neiye-search .fl a:hover {
      color: #0f64bd; }
  .neiye-search .fr {
    margin-left: 3rem;
    position: relative; }
    .neiye-search .fr form {
      display: flex;
      position: relative; }
    .neiye-search .fr #top-keywords {
      width: 320px;
      border: 1px solid #f0f0f0;
      box-shadow: none;
      outline: none;
      line-height: 3.2rem;
      border-radius: 3rem;
      padding-left: 2rem;
      font-size: 1.3rem; }
    .neiye-search .fr .button {
      position: absolute;
      right: 0;
      top: 1px;
      line-height: 3rem;
      border: none;
      width: 5rem;
      height: 3rem;
      background-color: unset; }
    .neiye-search .fr i {
      position: absolute;
      right: 0;
      font-size: 2.4rem;
      color: #0f64bd;
      right: 1.8rem;
      top: .7rem;
      line-height: 1; }

.position {
  font-size: 14px;
  line-height: 1;
  padding: 24px 20px;
  background: #f5f5f5;
  color: #999;
  margin-bottom: 20px;
  position: relative; }
  .position a {
    color: #999; }
  .position span:first-child {
    color: #666; }
  .position span i {
    margin: 0 10px;
    color: #999;
    position: relative;
    top: -1px;
    font-size: 12px; }
  .position a:last-child {
    color: #0f64bd; }
  .position a:hover {
    color: #43aa33; }

.position::after {
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #0c5099, #0f64bd);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fenye {
  padding: 20px 20px 0; }
  .fenye ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
    .fenye ul li {
      display: inline-block;
      float: left;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background: #fff;
      border: 1px solid #f0f0f0;
      margin: 5px;
      text-align: center;
      line-height: 50px;
      font-size: 14px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
      .fenye ul li a {
        display: block; }
    .fenye ul .active {
      background: #0f64bd; }
      .fenye ul .active a {
        color: #fff; }

.prevnext a {
  padding: 20px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  margin: 10px 0;
  display: flex;
  align-items: center;
  color: #666; }

.prevnext i {
  font-size: 12px;
  margin-right: 10px;
  line-height: 1;
  color: #fff;
  background: #0f64bd;
  border-radius: 20px;
  padding: 5px; }

.prevnext b {
  border-right: 1px solid #f0f0f0;
  margin-right: 20px;
  padding-right: 10px;
  color: #999; }

.prevnext .nolink {
  color: #999; }

.prevnext a:hover {
  color: #0f64bd; }

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 4rem;
  background-color: #f1f1f1;
  color: #666;
  transform: translateY(-4rem);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .slick-arrow i {
    font-size: 2rem; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-arrow:hover {
  background: #43aa33;
  color: #fff; }

.slick-dots {
  text-align: center;
  position: relative;
  top: 2rem; }
  .slick-dots li {
    display: inline-block;
    background: #ccc;
    color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 3px; }
    .slick-dots li button {
      display: none; }
  .slick-dots li.slick-active {
    background: #43aa33; }

.content {
  padding: 35px 0 70px; }
  .content .lnav {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    width: 290px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .content .lnav .ln01 {
      background: linear-gradient(to right, #0c5099, #0f64bd);
      border-radius: 10px 10px 0 0;
      padding: 2rem;
      color: #fff;
      position: relative;
      padding-bottom: 5px; }
      .content .lnav .ln01 h3 {
        font-weight: normal;
        font-size: 3rem; }
      .content .lnav .ln01 p {
        text-transform: uppercase;
        font-size: 2rem;
        opacity: .1;
        position: relative;
        top: -1.2rem;
        left: 0;
        color: #000; }
      .content .lnav .ln01 i {
        line-height: 1;
        font-size: 4rem;
        display: inline-block;
        float: left;
        margin-right: 10px;
        position: relative;
        top: 5px;
        opacity: .5; }
      .content .lnav .ln01 .micon {
        display: none; }
    .content .lnav ul {
      padding: 1.8rem  1rem;
      border: 8px solid #e1e1e1;
      border-top: none;
      margin-bottom: 20px; }
      .content .lnav ul li {
        position: relative;
        padding: 1.2rem 0;
        background: url(../img/yinying01.png) no-repeat center;
        background-size: cover; }
        .content .lnav ul li a {
          display: block;
          line-height: 3rem;
          padding: 0 2rem; }
          .content .lnav ul li a i {
            font-size: 2.4rem;
            color: #ccc;
            position: relative;
            line-height: 1;
            top: 5px;
            margin-right: 10px; }
        .content .lnav ul li a:hover {
          color: #43aa33;
          font-weight: bold; }
          .content .lnav ul li a:hover i {
            color: #43aa33;
            font-weight: normal; }
      .content .lnav ul li.active a {
        color: #43aa33;
        font-weight: bold; }
        .content .lnav ul li.active a i {
          color: #43aa33;
          font-weight: normal; }
      .content .lnav ul .tjcp {
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 0; }
        .content .lnav ul .tjcp h3 {
          border-bottom: 1px solid #f0f0f0;
          padding-bottom: 10px;
          margin-bottom: 20px;
          color: #333; }
        .content .lnav ul .tjcp p {
          padding: 8px 10px 20px;
          text-align: center;
          color: #666; }
    .content .lnav .ln02 {
      border: 8px solid #e1e1e1;
      border-top: none;
      flex: 1;
      display: flex;
      flex-flow: column;
      justify-content: flex-end; }
      .content .lnav .ln02 > div {
        color: #666;
        padding: 2rem; }
        .content .lnav .ln02 > div i {
          float: left;
          font-size: 5rem;
          opacity: .2;
          line-height: 1;
          margin-right: 10px; }
        .content .lnav .ln02 > div p {
          font-size: 1.2rem;
          opacity: .5;
          line-height: 1;
          margin-top: 6px;
          margin-bottom: 6px; }
        .content .lnav .ln02 > div a {
          font-family: 'pn-b';
          font-size: 2.4rem;
          color: #43aa33;
          line-height: 1; }
      .content .lnav .ln02 > div:last-child {
        padding-top: 0; }
        .content .lnav .ln02 > div:last-child p {
          opacity: 1;
          padding: 5px 0;
          font-size: 14px; }
        .content .lnav .ln02 > div:last-child a {
          font-family: 'pn-r';
          font-size: 14px;
          color: #666;
          line-height: 1; }
        .content .lnav .ln02 > div:last-child div {
          border: 1px solid #f0f0f0;
          border-left: none;
          border-right: none;
          padding: 10px 0;
          margin-top: 20px;
          text-align: center; }
          .content .lnav .ln02 > div:last-child div img {
            width: 130px; }
          .content .lnav .ln02 > div:last-child div p {
            padding: 0;
            font-size: 12px;
            color: #999; }
  .content .rcontent .item p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 10px 15px 20px; }

.xgyycp {
  padding: 0 0 40px; }
  .xgyycp .ntit {
    margin-bottom: 30px;
    padding: 12px 0;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e8e8e8; }
    .xgyycp .ntit div {
      border-left: 10px solid #43aa33;
      padding-left: 20px;
      transform: translateX(-5px); }
      .xgyycp .ntit div h2 {
        font-size: 24px;
        font-weight: normal;
        color: #333;
        margin-bottom: 8px; }
      .xgyycp .ntit div p {
        font-family: 'pn-l';
        font-size: 14px;
        text-transform: uppercase;
        color: #c3c3c3;
        line-height: 1; }
    .xgyycp .ntit a {
      color: #999; }
      .xgyycp .ntit a i {
        font-size: 16px;
        position: relative;
        top: 1px;
        margin-left: 5px;
        line-height: 1; }
    .xgyycp .ntit a:hover {
      color: #0f64bd; }
  .xgyycp .gallery-top {
    padding-bottom: 5px;
    margin-bottom: 40px; }
    .xgyycp .gallery-top a {
      display: block;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      box-shadow: 0 3px 0 #eee;
      font-size: 15px;
      border-radius: 0 18px 0 18px; }
      .xgyycp .gallery-top a .item {
        padding: 12px 10px;
        text-align: center; }
    .xgyycp .gallery-top .swiper-slide-thumb-active a {
      background: #43aa33;
      color: #fff; }
  .xgyycp .gallery-thumbs {
    position: relative; }
    .xgyycp .gallery-thumbs p {
      font-size: 14px;
      text-align: center;
      padding: 10px 10px 20px;
      color: #666; }

.nzixun {
  position: relative;
  padding-top: 70px; }
  .nzixun .item {
    background: url(../img/index_27.jpg) no-repeat center center;
    background-size: cover;
    height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .nzixun .item .zuo {
      padding-left: 6rem;
      color: #fff; }
      .nzixun .item .zuo h3 {
        font-size: 3rem;
        margin-bottom: 1rem; }
      .nzixun .item .zuo p {
        font-size: 1.8rem; }
      .nzixun .item .zuo span {
        font-size: 1.2rem;
        opacity: .5; }
    .nzixun .item .you {
      color: #fff;
      line-height: 1;
      padding-right: 6rem; }
      .nzixun .item .you p {
        font-size: 1.6rem;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 3rem;
        padding: 1rem 2.4rem;
        margin-bottom: 1rem; }
      .nzixun .item .you i {
        font-size: 4rem;
        opacity: .2;
        margin-right: 10px;
        position: relative;
        top: 2px; }
      .nzixun .item .you a {
        font-family: 'pn-r';
        font-size: 4rem;
        color: #fff; }

.nnews {
  padding-top: 70px;
  padding-bottom: 70px; }
  .nnews .btit > div {
    color: rgba(0, 0, 0, 0.03); }
  .nnews .inew .item {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    height: 100%; }
    .nnews .inew .item .tit {
      border-bottom: 1px solid #F0F0F0;
      padding-bottom: 1rem;
      margin-bottom: .5rem;
      padding: 1.5rem 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      line-height: 1; }
      .nnews .inew .item .tit i {
        font-size: 3rem;
        color: #0f64bd;
        opacity: 1;
        margin-right: 8px;
        position: relative;
        top: 1px; }
      .nnews .inew .item .tit span {
        font-size: 2.2rem;
        color: #333;
        flex: 1; }
      .nnews .inew .item .tit a {
        color: #999; }
    .nnews .inew .item .txt {
      padding: 0 2rem; }
      .nnews .inew .item .txt .pic {
        position: relative; }
        .nnews .inew .item .txt .pic p {
          position: absolute;
          bottom: 0;
          background: #0f64bd;
          opacity: .9;
          width: 100%;
          color: #fff;
          padding: 1rem 2rem; }
      .nnews .inew .item .txt li a {
        display: block;
        font-size: 1.3rem;
        color: #555;
        padding: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .nnews .inew .item .txt li a span {
          width: calc(100% - 110px); }
          .nnews .inew .item .txt li a span i {
            font-size: 12px;
            color: #bbb;
            transform: scale(0.6);
            display: inline-block;
            position: relative;
            left: 0;
            transition: all .5s; }
        .nnews .inew .item .txt li a date {
          width: 100px;
          text-align: right;
          color: #999; }
      .nnews .inew .item .txt li:nth-of-type(2n) {
        background-color: #f5f5f5; }
      .nnews .inew .item .txt li:hover a {
        color: #0f64bd; }
        .nnews .inew .item .txt li:hover a i {
          left: -5px;
          transition: all .5s;
          color: #0f64bd; }
  .nnews .inew .faq {
    display: flex;
    flex-flow: column;
    padding-left: 30px;
    border: none; }
    .nnews .inew .faq .tit {
      background: linear-gradient(to right, #0c5099, #0f64bd);
      margin-bottom: 0;
      border-bottom: none; }
      .nnews .inew .faq .tit i {
        color: #fff; }
      .nnews .inew .faq .tit span {
        color: #fff; }
      .nnews .inew .faq .tit a {
        color: #fff;
        opacity: .6; }
    .nnews .inew .faq .txt {
      border: 5px solid #0f64bd;
      border-top: none;
      flex: 1;
      padding: 1rem 2rem; }
      .nnews .inew .faq .txt .cjwt {
        width: 100%;
        height: 100%; }
      .nnews .inew .faq .txt .cjwt a {
        display: block;
        border: 1px solid #f0f0f0;
        padding: 1.2rem 2rem;
        border-radius: 0 15px 0 15px;
        margin: .5rem 0; }
        .nnews .inew .faq .txt .cjwt a h3 {
          font-size: 1.4rem;
          font-weight: normal;
          color: #333; }
          .nnews .inew .faq .txt .cjwt a h3 i {
            font-size: 2rem;
            color: #43aa33;
            line-height: 1;
            display: inline-block;
            margin-right: 8px;
            position: relative;
            top: 2px; }
        .nnews .inew .faq .txt .cjwt a p {
          margin: 1.2rem 0;
          color: #888;
          padding-left: 2.4rem; }
      .nnews .inew .faq .txt .cjwt a:hover {
        border-color: #43aa33; }

.cp-detail .position {
  margin-bottom: 0;
  padding: 24px 40px; }

.cp-detail .zhutu {
  background-color: #f5f5f5;
  padding: 40px;
  padding-top: 0; }
  .cp-detail .zhutu .cp-top {
    margin-bottom: 20px;
    background: #222; }
    .cp-detail .zhutu .cp-top .swiper-wrapper {
      align-items: center; }
    .cp-detail .zhutu .cp-top .swiper-slide {
      width: 100%;
      background-color: #fff; }
  .cp-detail .zhutu .cp-thumbs .swiper-slide {
    position: relative;
    cursor: pointer; }
    .cp-detail .zhutu .cp-thumbs .swiper-slide i {
      color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 40px;
      opacity: .5; }
  .cp-detail .zhutu .cp-thumbs .pic {
    padding: 5px;
    background-color: #fff; }
  .cp-detail .zhutu .cp-thumbs .swiper-slide-thumb-active .pic {
    border: 1px solid #43aa33; }
  .cp-detail .zhutu .cp-txt {
    padding-left: 40px;
    padding-top: 20px; }
    .cp-detail .zhutu .cp-txt h2 {
      font-size: 24px;
      line-height: 1.4;
      color: #333;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e1e1e1; }
    .cp-detail .zhutu .cp-txt .note {
      margin-bottom: 50px; }
      .cp-detail .zhutu .cp-txt .note div {
        color: #0f64bd; }
      .cp-detail .zhutu .cp-txt .note p {
        font-size: 14px;
        color: #333;
        line-height: 24px;
        padding: 8px 20px;
        word-break: break-all;
        border-radius: 10px; }
        .cp-detail .zhutu .cp-txt .note p span {
          color: #999;
          margin-right: 5px; }
      .cp-detail .zhutu .cp-txt .note p:nth-of-type(2n) {
        background-color: #fff; }
    .cp-detail .zhutu .cp-txt .tel .btn {
      display: none;
      background: #43aa33;
      color: #fff;
      font-size: 16px;
      padding: 6px 40px;
      border-radius: 0 20px 0 20px;
      margin-bottom: 30px;
      box-shadow: 0 3px 0 #e1e1e1; }
      .cp-detail .zhutu .cp-txt .tel .btn i {
        font-size: 24px;
        color: #fff;
        opacity: 1;
        line-height: 1;
        position: relative;
        top: 3px; }
    .cp-detail .zhutu .cp-txt .tel div {
      padding: 20px 0;
      border: 1px solid #e1e1e1;
      border-right: none;
      border-left: none; }
      .cp-detail .zhutu .cp-txt .tel div p {
        font-size: 13px;
        color: #999; }
      .cp-detail .zhutu .cp-txt .tel div i {
        position: relative;
        top: 2px;
        font-size: 30px;
        color: #999;
        line-height: 1;
        margin-right: 5px;
        opacity: .5; }
      .cp-detail .zhutu .cp-txt .tel div a {
        font-size: 30px;
        font-family: 'pn-r';
        color: #333; }

.cp-detail .ctit {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px; }
  .cp-detail .ctit h3 {
    color: #333;
    font-size: 24px;
    position: relative;
    z-index: 1;
    font-weight: normal; }
  .cp-detail .ctit span {
    text-transform: uppercase;
    font-size: 55px;
    font-family: 'pn-b';
    color: rgba(0, 0, 0, 0.3);
    opacity: .1;
    position: relative;
    top: -10px; }

.cp-detail .xqing {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 40px; }
  .cp-detail .xqing .bg-white {
    padding: 10px 0; }
    .cp-detail .xqing .bg-white p, .cp-detail .xqing .bg-white div {
      font-size: 14px;
      line-height: 30px;
      color: #777; }
    .cp-detail .xqing .bg-white h2, .cp-detail .xqing .bg-white h3, .cp-detail .xqing .bg-white h4, .cp-detail .xqing .bg-white h5, .cp-detail .xqing .bg-white strong, .cp-detail .xqing .bg-white b {
      color: #333;
      margin-bottom: 5px; }
    .cp-detail .xqing .bg-white h2, .cp-detail .xqing .bg-white h3, .cp-detail .xqing .bg-white h4, .cp-detail .xqing .bg-white h5 {
      margin-bottom: 10px; }

.yingyong01 .row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #f0f0f0; }
  .yingyong01 .row img {
    width: 100%; }
  .yingyong01 .row .txt {
    padding: 30px; }
    .yingyong01 .row .txt h3 {
      font-size: 30px;
      font-weight: normal;
      margin-bottom: 20px;
      color: #333; }
    .yingyong01 .row .txt p {
      font-size: 14px;
      color: #999;
      line-height: 30px;
      margin-bottom: 50px; }
    .yingyong01 .row .txt a {
      font-size: 14px;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      color: #666;
      box-shadow: 0 3px 0 #eee;
      padding: 8px 40px;
      border-radius: 0 12px 0 12px; }
      .yingyong01 .row .txt a i {
        font-size: 24px;
        margin-left: 10px;
        position: relative;
        top: 6px;
        display: inline-block;
        line-height: 1; }

.yingyong01 .pic:hover a {
  color: #fff;
  background: #43aa33; }

.yingyong01 .row:nth-of-type(2n) {
  flex-flow: row-reverse; }

.yingyong01 .row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.yy-detail .zhutu .ov-h {
  border-radius: 0 20px 0 20px;
  border-radius: 0 50px 0 50px;
  border: 20px solid rgba(255, 255, 255, 0.5); }

.yy-detail .zhutu .cp-txt {
  padding-left: 0;
  padding: 20px;
  padding-bottom: 0; }
  .yy-detail .zhutu .cp-txt h2 {
    padding-top: 20px; }
  .yy-detail .zhutu .cp-txt .note {
    color: #999;
    line-height: 30px; }
    .yy-detail .zhutu .cp-txt .note span {
      color: #333; }
  .yy-detail .zhutu .cp-txt .tel div {
    border: none;
    padding: 0; }
  .yy-detail .zhutu .cp-txt .tel .btn {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 18px;
    border-radius: 50px; }

.new01 .n-nav {
  margin-bottom: 50px; }
  .new01 .n-nav ul {
    display: flex;
    justify-content: center; }
    .new01 .n-nav ul li {
      display: inline-block;
      font-size: 16px;
      background: linear-gradient(to right, #0c5099, #0f64bd);
      border: 1px solid #f0f0f0;
      box-shadow: 0 3px 0 #eee;
      border-radius: 0 12px 0 12px;
      margin: 0 10px; }
      .new01 .n-nav ul li a {
        color: #fff;
        padding: 10px 60px;
        display: block; }
    .new01 .n-nav ul .active {
      background: #43aa33; }
    .new01 .n-nav ul li:hover {
      background: #43aa33; }

.new01 .item {
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 0 10px 0 10px; }
  .new01 .item a {
    display: block;
    padding: 20px 30px 18px;
    line-height: 24px;
    overflow: hidden; }
    .new01 .item a h3 {
      width: calc(100% - 120px);
      font-size: 14px;
      font-weight: normal;
      color: #333;
      float: left;
      line-height: 24px; }
      .new01 .item a h3 i {
        font-size: 12px;
        transform: scale(0.7);
        display: inline-block;
        margin-right: 5px;
        color: #999; }
    .new01 .item a span {
      float: right;
      color: #999; }
  .new01 .item em {
    font-size: 12px;
    color: #0f64bd; }

.new01 .item:nth-of-type(2n) {
  background-color: #f5f5f5; }

.new01 .item:hover a h3 {
  color: #43aa33; }
  .new01 .item:hover a h3 i {
    color: #43aa33; }

.new02 {
  background-color: #f5f5f5; }
  .new02 .new-tit h2 {
    font-size: 24px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center; }
  .new02 .new-tit p {
    font-size: 13px;
    color: #999;
    line-height: 22px; }
    .new02 .new-tit p span {
      margin-right: 20px; }
    .new02 .new-tit p i {
      position: relative;
      top: 2px;
      margin-right: 5px;
      color: #0f64bd;
      opacity: .3; }
  .new02 .new-tit a {
    display: inline-block;
    float: right;
    position: relative;
    transform: translateY(-100%);
    border: 1px solid #ddd;
    padding: 6px 30px;
    border-radius: 30px;
    font-size: 12px; }
    .new02 .new-tit a i {
      margin-right: 5px;
      position: relative;
      top: 1px;
      display: inline-block; }
  .new02 .new-tit a:hover {
    border-color: #0f64bd; }
  .new02 .xqing {
    background-color: #fff;
    padding: 40px;
    margin-top: 20PX; }
    .new02 .xqing p {
      font-size: 14px;
      color: #666;
      line-height: 30px; }
      .new02 .xqing p strong {
        color: #333; }

.new-index {
  padding-top: 35px;
  padding-bottom: 80px; }
  .new-index .btit > div {
    color: rgba(0, 0, 0, 0.03); }
  .new-index .inew {
    display: flex;
    justify-content: space-between; }
    .new-index .inew .item {
      width: 32%;
      background-color: #fff;
      border: 1px solid #f0f0f0; }
      .new-index .inew .item .tit {
        border-bottom: 1px solid #F0F0F0;
        padding-bottom: 1rem;
        margin-bottom: .5rem;
        padding: 1.5rem 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1; }
        .new-index .inew .item .tit i {
          font-size: 3rem;
          color: #0f64bd;
          opacity: .5;
          margin-right: 8px;
          position: relative;
          top: 1px; }
        .new-index .inew .item .tit span {
          font-size: 2.2rem;
          color: #333;
          flex: 1; }
        .new-index .inew .item .tit a {
          color: #999; }
      .new-index .inew .item .txt {
        padding: 2rem; }
        .new-index .inew .item .txt .pic {
          position: relative; }
          .new-index .inew .item .txt .pic p {
            position: absolute;
            bottom: 0;
            background: #0f64bd;
            opacity: .9;
            width: 100%;
            color: #fff;
            padding: 1rem 2rem; }
        .new-index .inew .item .txt li a {
          display: block;
          font-size: 1.3rem;
          color: #666;
          padding: 1.2rem; }
          .new-index .inew .item .txt li a i {
            font-size: 12px;
            color: #999;
            transform: scale(0.6);
            display: inline-block;
            position: relative;
            left: 0;
            transition: all .5s; }
        .new-index .inew .item .txt li:nth-of-type(2n) {
          background-color: #f5f5f5; }
        .new-index .inew .item .txt li:hover a {
          color: #0f64bd; }
          .new-index .inew .item .txt li:hover a i {
            left: -5px;
            transition: all .5s;
            color: #0f64bd; }

.ab-nav {
  position: relative;
  z-index: 3; }
  .ab-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    background: linear-gradient(to right, #0c5099, #0f64bd); }
    .ab-nav ul li {
      width: 100%; }
      .ab-nav ul li a {
        display: block;
        padding: 22px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .ab-nav ul li:last-of-type a {
      border-right: none; }
    .ab-nav ul .active a {
      background: #43aa33;
      border: none; }

.maodian {
  clear: both;
  display: block;
  position: relative;
  display: block;
  height: 0; }

#qyjj {
  top: -80px; }

.btit {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
  position: relative; }
  .btit div {
    font-size: 8rem;
    line-height: 1;
    color: #f3f3f3;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif; }
  .btit h2 {
    font-size: 4rem;
    font-weight: normal;
    position: relative;
    top: -3.6rem;
    height: 0;
    margin-bottom: 1.8rem; }
  .btit p {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #666;
    font-size: 1.4rem;
    box-shadow: 0 3px 0 #eee;
    display: inline-block;
    padding: .3rem 3.5rem;
    border-radius: 0 12px 0 12px; }

.company {
  /* 发展历程 */ }
  .company .comp_tit {
    padding: 80px 0 40px;
    text-align: center; }
    .company .comp_tit h5 {
      padding-bottom: 18px;
      font-size: 24px;
      color: #2c67eb; }
    .company .comp_tit h3 {
      font-size: 40px;
      color: #333;
      word-break: keep-all; }
    .company .comp_tit span {
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      color: #888;
      max-width: 70%;
      margin: auto;
      margin-top: 20px;
      border: 1px dashed #ddd;
      padding: 20px 40px; }
  .company .part1 {
    text-align: center;
    overflow: hidden;
    position: relative;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/ }
    .company .part1 .left {
      float: left; }
    .company .part1 .right {
      float: right; }
    .company .part1 .container > div {
      width: 50%;
      display: block; }
    .company .part1 .left {
      text-align: left;
      padding-right: 50px; }
      .company .part1 .left > span {
        font-size: 20px;
        color: #999;
        margin-bottom: 40px;
        display: block;
        font-family: 'pn-l'; }
    .company .part1 h2 {
      font-size: 30px;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px; }
    .company .part1 .jjtxt {
      text-indent: 2em;
      height: 300px;
      overflow-y: auto;
      font-size: 14px;
      color: #777;
      line-height: 30px;
      padding-right: 20px; }
      .company .part1 .jjtxt p {
        margin-bottom: 10px; }
    .company .part1 ::-webkit-scrollbar {
      width: 6px;
      height: 8px;
      background-color: white; }
    .company .part1 ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background-color: #F5F5F5; }
    .company .part1 ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      background-color: #1064bd; }
    .company .part1 .container .right {
      height: 420px; }
  .company .part3 {
    margin-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
    position: relative; }
    .company .part3 .comp_bot {
      position: relative; }
      .company .part3 .comp_bot .comp3_logo {
        display: table;
        position: absolute;
        width: 180px;
        height: 180px;
        margin: 0 auto;
        background: #0f64bd;
        border: 1px solid #f0f0f0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
        transform: rotate(45deg) translate(-125px, 0);
        z-index: 1;
        left: 50%;
        top: 50%;
        overflow: hidden; }
        .company .part3 .comp_bot .comp3_logo p {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          transform: rotate(-45deg); }
        .company .part3 .comp_bot .comp3_logo img {
          max-width: 100px;
          filter: drop-shadow(#fff 500px 0);
          transform: translateX(-500px); }
      .company .part3 .comp_bot .comp3_con {
        position: relative;
        overflow: hidden;
        width: 100%; }
        .company .part3 .comp_bot .comp3_con > div {
          float: left;
          width: 48%;
          margin: 1%;
          padding: 20px 60px;
          background: #fff;
          border: 1px solid #e2e2e2;
          border-radius: 30px;
          display: flex;
          align-items: center; }
        .company .part3 .comp_bot .comp3_con .comp3_box:after {
          content: '';
          display: block;
          clear: both; }
        .company .part3 .comp_bot .comp3_con .comp3_box .comp3_icon {
          width: 25%;
          float: left; }
          .company .part3 .comp_bot .comp3_con .comp3_box .comp3_icon i {
            font-size: 80px;
            color: #ccc;
            display: inline-block; }
        .company .part3 .comp_bot .comp3_con .comp3_box li p {
          font-size: 14px;
          color: #999; }
        .company .part3 .comp_bot .comp3_con .comp3_box li h5 {
          font-size: 24px;
          padding-top: 10px;
          padding-bottom: 10px;
          line-height: 26px;
          color: #333; }
        .company .part3 .comp_bot .comp3_con .comp3_box .comp3_txt {
          float: left;
          width: 70%; }
        .company .part3 .comp_bot .comp3_con .comp3_box:nth-of-type(2n) {
          flex-flow: row-reverse;
          text-align: right;
          float: right; }
        .company .part3 .comp_bot .comp3_con .comp3_box:nth-of-type(2n) .comp3_icon {
          float: right; }
        .company .part3 .comp_bot .comp3_con .comp3_box:nth-of-type(2n) .comp3_txt {
          float: right; }
  .company .fzlc {
    position: relative;
    padding-bottom: 0; }
    .company .fzlc .btit {
      padding-top: 80px; }
  .company .lc-top {
    margin-bottom: 30px; }
    .company .lc-top .swiper-slide {
      width: 100%; }
      .company .lc-top .swiper-slide li {
        display: block;
        background-color: #f5f5f5;
        width: 100%;
        text-align: center;
        line-height: 65px;
        border: 1px solid #f1f1f1;
        color: #666;
        cursor: pointer;
        font-size: 16px; }
    .company .lc-top .swiper-slide-thumb-active li {
      background-color: #fff;
      border-top: 2px solid #0f64bd;
      border-bottom: none;
      font-weight: bold;
      color: #333; }
  .company .lc-thumbs {
    position: relative; }
    .company .lc-thumbs .lc-item .item {
      text-align: center;
      outline: none; }
      .company .lc-thumbs .lc-item .item .ov-h {
        overflow: hidden;
        border: 1px solid #f1f1f1;
        margin-bottom: 30px; }
      .company .lc-thumbs .lc-item .item b {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin: auto;
        display: inline-block;
        background-color: #e1e1e1; }
      .company .lc-thumbs .lc-item .item h3 {
        font-size: 30px;
        color: #333;
        margin-bottom: 20px; }
      .company .lc-thumbs .lc-item .item .lctxt {
        color: #999;
        line-height: 24px; }
    .company .lc-thumbs .lc-item .pic:hover h3 {
      color: #43aa33; }
  .company .position-relative::before {
    content: '';
    width: 200vw;
    height: 1px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    left: -50%;
    top: 250px; }
  .company .slick-slider .slick-list {
    margin: 0 -9px; }
  .company .slick-prev {
    left: -5rem; }
  .company .slick-next {
    right: -5rem; }
  .company .slick-arrow {
    top: 85px;
    transform: translateY(0); }

.album-list .item a {
  border: 1px solid #f0f0f0;
  display: block;
  margin-bottom: 30px; }

.album-list .item p {
  padding: 18px 15px;
  text-align: center;
  font-size: 14px;
  color: #666; }

.lianxi01 {
  padding: 70px 0 35px; }
  .lianxi01 .pic {
    position: relative;
    border-radius: 10px; }
    .lianxi01 .pic h3 {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(to right, rgba(12, 80, 153, 0.9), rgba(15, 100, 189, 0.9));
      font-size: 24px;
      font-weight: normal;
      color: #fff;
      padding: 15px; }
      .lianxi01 .pic h3 p {
        font-size: 16px;
        font-family: 'pn-l';
        margin-top: 2px;
        opacity: .5; }
  .lianxi01 .lianxi {
    padding-left: 50px; }
    .lianxi01 .lianxi p {
      font-size: 15px;
      color: #666;
      line-height: 30px; }
      .lianxi01 .lianxi p i {
        font-size: 30px;
        color: #e8e8e8;
        margin-right: 10px;
        display: inline-block;
        line-height: 1;
        transform: translateY(5px); }
    .lianxi01 .lianxi p:first-child a {
      margin-right: 10px; }
    .lianxi01 .lianxi .shouji {
      padding: 10px 0; }
      .lianxi01 .lianxi .shouji a {
        font-size: 24px;
        color: #43aa33;
        font-family: 'pn-b'; }
    .lianxi01 .lianxi > div {
      margin-top: 45px;
      border: 1px dashed #f0f0f0;
      padding: 10px;
      display: flex;
      justify-content: space-between; }
      .lianxi01 .lianxi > div span {
        width: 50%;
        text-align: center; }
        .lianxi01 .lianxi > div span img {
          width: 130px;
          height: 130px; }
        .lianxi01 .lianxi > div span p {
          font-size: 13px;
          color: #999; }

.liuyan {
  padding-left: 50px; }
  .liuyan .liuyan_title {
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #30323b; }
    .liuyan .liuyan_title .liuyan_title_l {
      font-size: 24px;
      color: #30323b; }
    .liuyan .liuyan_title .liuyan_title_r i {
      font-weight: 700;
      font-size: 22px;
      color: #cf1b1b; }
    .liuyan .liuyan_title .liuyan_title_r span {
      font-size: 14px;
      color: #30323b; }
  .liuyan .liuyan_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .liuyan .liuyan_form > div {
      width: 100%;
      border-bottom: 1px solid #dfdfdf;
      position: relative;
      padding-left: 30px; }
    .liuyan .liuyan_form > div:last-child {
      border-bottom: none; }
    .liuyan .liuyan_form i {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      font-weight: 700;
      font-size: 20px;
      color: #cf1b1b; }
    .liuyan .liuyan_form .liuyan_form_ipt {
      width: 100%;
      height: 60px;
      line-height: 1.6;
      font-size: 14px;
      color: #30323b;
      border: none; }
    .liuyan .liuyan_form .liuyan_form_text {
      width: 100%;
      height: 100px;
      font-size: 14px;
      color: #30323b;
      border: none;
      resize: none;
      outline: none;
      line-height: 1.6;
      padding-top: 40px; }
    .liuyan .liuyan_form .liuyan_form_text::placeholder {
      color: #999; }
    .liuyan .liuyan_form .liuyan_yz {
      position: relative;
      display: flex;
      align-items: center;
      width: 49%; }
    .liuyan .liuyan_form .liuyan_yz input {
      width: 100%; }
    .liuyan .liuyan_form .liuyan_tj {
      padding: 0;
      display: flex;
      align-items: flex-end;
      width: 45%; }
    .liuyan .liuyan_form img {
      cursor: pointer; }
    .liuyan .liuyan_form .liuyan_tj input {
      width: 100%;
      height: 54px;
      border: none;
      background-color: #333;
      color: #fff;
      font-size: 18px;
      transition: all .4s;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s; }
    .liuyan .liuyan_form .liuyan_tj input:hover {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
      transform: scale(0.95);
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
      -o-transform: scale(0.95); }

.map {
  height: 100%;
  border-radius: 10px;
  overflow: hidden; }
  .map iframe {
    width: 100%;
    height: 100%; }
