<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("banner.css");
.links {
  background-color: #333;
  padding-bottom: 40px; }
  .links &gt; div {
    border-top: 1px solid #222;
    box-shadow: 0 -1px 0 #444;
    padding-top: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between; }
    .links &gt; div .link {
      flex: 1; }
      .links &gt; div .link div {
        display: inline-block;
        float: left;
        margin-right: 1rem; }
      .links &gt; div .link i {
        color: #43aa33;
        float: left;
        margin-right: 10px;
        font-size: 1.8rem;
        position: relative;
        top: -3px; }
      .links &gt; div .link h3 {
        font-weight: normal;
        float: left; }
      .links &gt; div .link a {
        float: left;
        margin: 0 1rem 1rem;
        font-size: 1.3rem; }
  .links .lpost {
    margin-left: 5%;
    font-size: 1.3rem; }
  .links a:hover {
    color: #fff; }

.index-search {
  background-color: #fff;
  box-shadow: 0 2px 10px #eee;
  line-height: 1;
  padding: 2rem 0; }
  .index-search &gt; div {
    display: flex;
    justify-content: space-between; }
  .index-search .fl {
    flex: 1;
    display: flex;
    align-items: center; }
    .index-search .fl i {
      font-size: 2rem;
      color: #0f64bd;
      opacity: .5;
      margin-right: 10px;
      position: relative;
      top: 1px; }
    .index-search .fl h3 {
      font-size: 1.4rem;
      color: #333;
      margin-right: 10px; }
    .index-search .fl a {
      margin: 0 1rem;
      font-size: 1.4rem;
      color: #666; }
    .index-search .fl a:hover {
      color: #0f64bd; }
  .index-search .fr {
    margin-left: 3rem;
    position: relative; }
    .index-search .fr form {
      display: flex;
      position: relative; }
    .index-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; }
    .index-search .fr .button {
      position: absolute;
      right: 0;
      top: 1px;
      line-height: 3rem;
      border: none;
      width: 5rem;
      height: 3rem;
      background-color: unset; }
    .index-search .fr i {
      position: absolute;
      right: 0;
      font-size: 2.4rem;
      color: #0f64bd;
      right: 1.8rem;
      top: .7rem; }

.index-01 {
  padding-top: 80px;
  padding-bottom: 1rem;
  background: url(../img/index_05.jpg) no-repeat center bottom; }
  .index-01 .biaoti {
    text-align: center; }
    .index-01 .biaoti h2 {
      font-size: 3rem;
      font-weight: normal;
      margin-bottom: 2rem; }
    .index-01 .biaoti p {
      color: #fff;
      font-size: 1.8rem;
      background: linear-gradient(to right, #0c5099, #0f64bd);
      border-radius: 0 20px 0 20px;
      display: inline-block;
      padding: .6rem 5rem; }
  .index-01 .center {
    text-align: center; }
  .index-01 .txt {
    text-align: left;
    display: inline-block;
    border: 3px solid #0f64bd;
    padding: 2rem 5rem;
    margin: 6.5rem auto; }
    .index-01 .txt li {
      font-size: 1.6rem;
      color: #666;
      line-height: 2.4rem; }
  .index-01 .item {
    padding-left: 5rem; }
    .index-01 .item span {
      position: relative;
      line-height: 1;
      display: inline-block;
      font-size: 5rem; }
      .index-01 .item span i {
        font-family: 'pn-b'; }
      .index-01 .item span em {
        position: absolute;
        top: 0;
        right: -2.4rem;
        text-align: center;
        font-size: 1.4rem;
        display: block;
        color: #fff;
        background-color: #0f64bd;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 2rem; }
    .index-01 .item p {
      font-size: 1.4rem;
      color: #666;
      margin-top: .5rem; }

.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; }

.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(-3rem); }
  .slick-arrow i {
    font-size: 2rem; }

.slick-prev {
  left: -4.5rem; }

.slick-next {
  right: -4.5rem; }

.slick-arrow:hover {
  background: linear-gradient(to right, #0c5099, #0f64bd);
  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; }

.index-02 {
  padding-bottom: 120px; }
  .index-02 .slick-slide .item {
    text-align: center;
    border-left: 1px solid #f0f0f0; }
    .index-02 .slick-slide .item i {
      position: relative;
      font-size: 10rem;
      color: #999;
      line-height: 1.4;
      display: inline-block; }
      .index-02 .slick-slide .item i span {
        width: 3.5rem;
        height: 3.5rem;
        background-color: #0f64bd;
        opacity: .12;
        display: inline-block;
        border-radius: 3rem;
        position: absolute;
        top: .5rem;
        left: .5rem; }
    .index-02 .slick-slide .item h3 {
      font-size: 2.4rem;
      font-weight: normal;
      margin-bottom: .5rem; }
    .index-02 .slick-slide .item p {
      text-transform: uppercase;
      color: #999;
      font-size: 1.2rem;
      margin-bottom: 1rem; }
  .index-02 .slick-slide:first-child .item {
    border-left: none; }

.index-03 {
  background: linear-gradient(to right, #0c5099, #0f64bd);
  height: 18rem;
  position: relative; }
  .index-03 &gt; div {
    display: block; }
  .index-03 .lvbg {
    height: 17rem;
    width: 100%;
    position: absolute;
    top: -2.5rem;
    right: 50%; }
    .index-03 .lvbg .img01 {
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transform: translateX(312px);
      transform: translateX(312px);
      max-height: 100%; }
    .index-03 .lvbg .img02 {
      position: absolute;
      right: 0px;
      bottom: -3rem;
      width: 300px; }
  .index-03 .lvbg:before {
    content: '';
    background: #43aa33;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg) translateX(250px);
    -webkit-transform: skewX(-30deg) translateX(250px); }
  .index-03 .fl {
    position: relative;
    z-index: 2;
    color: #fff; }
    .index-03 .fl h2 {
      font-size: 4rem;
      padding-top: 2rem;
      padding-bottom: .8rem; }
    .index-03 .fl p {
      font-size: 2rem; }
  .index-03 .fr {
    position: relative;
    z-index: 2;
    color: #fff; }
    .index-03 .fr p {
      font-size: 16px;
      margin-bottom: 1rem;
      margin-top: 5rem; }
    .index-03 .fr a {
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: #fff;
      border-radius: 30px;
      padding: 5px 50px;
      font-size: 15px;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center; }
      .index-03 .fr a i {
        font-size: 24px;
        opacity: .3;
        margin-right: 10px; }

.index-04 {
  background: url(../img/index_09.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 8rem; }
  .index-04 .btit &gt; div {
    color: rgba(15, 100, 189, 0.05); }
  .index-04 .chanp {
    display: flex;
    justify-content: space-between; }
  .index-04 .lnav {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    width: 290px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .index-04 .lnav .ln01 {
      background: linear-gradient(to right, #0c5099, #0f64bd);
      border-radius: 10px 10px 0 0;
      padding: 3.2rem 2.5rem;
      color: #fff;
      position: relative; }
      .index-04 .lnav .ln01 h3 {
        font-weight: normal;
        font-size: 3rem; }
      .index-04 .lnav .ln01 p {
        text-transform: uppercase;
        font-size: 1.2rem;
        opacity: .5; }
      .index-04 .lnav .ln01 i {
        line-height: 1;
        position: absolute;
        top: 2.2rem;
        z-index: 0;
        opacity: .1;
        right: 2.5rem;
        font-size: 8rem; }
    .index-04 .lnav ul {
      padding: 1rem;
      border-left: 8px solid #e1e1e1;
      border-right: 8px solid #e1e1e1; }
      .index-04 .lnav ul li {
        position: relative;
        padding: 1.2rem 0;
        background: url(../img/yinying01.png) no-repeat center;
        background-size: cover; }
        .index-04 .lnav ul li a {
          display: block;
          line-height: 3rem;
          padding: 0 2rem; }
          .index-04 .lnav ul li a i {
            font-size: 2.4rem;
            color: #ccc;
            position: relative;
            line-height: 1;
            top: 5px;
            margin-right: 10px; }
        .index-04 .lnav ul li a:hover {
          color: #43aa33;
          font-weight: bold; }
          .index-04 .lnav ul li a:hover i {
            color: #43aa33;
            font-weight: normal; }
    .index-04 .lnav .ln02 {
      border: 8px solid #e1e1e1;
      border-top: none;
      flex: 1;
      display: flex;
      flex-flow: column;
      justify-content: flex-end; }
      .index-04 .lnav .ln02 &gt; div {
        background: linear-gradient(to right, #0c5099, #0f64bd);
        color: #fff;
        padding: 2rem; }
        .index-04 .lnav .ln02 &gt; div i {
          float: left;
          font-size: 5rem;
          opacity: .1;
          line-height: 1;
          margin-right: 10px; }
        .index-04 .lnav .ln02 &gt; div p {
          font-size: 1.2rem;
          opacity: .5;
          line-height: 1;
          margin-top: 6px;
          margin-bottom: 6px; }
        .index-04 .lnav .ln02 &gt; div a {
          font-family: 'pn-b';
          font-size: 2.4rem;
          color: #fff;
          line-height: 1; }
  .index-04 .rchanp {
    width: calc(100% - 330px);
    position: relative; }
    .index-04 .rchanp .cp {
      padding: 3% 2%;
      padding-bottom: 1rem;
      position: relative;
      z-index: 1;
      background: #fff;
      height: 100%;
      overflow: hidden; }
      .index-04 .rchanp .cp p {
        font-size: 1.4rem;
        color: #666;
        text-align: center;
        padding: 1rem 1rem 1.6rem; }
      .index-04 .rchanp .cp .item {
        width: 23%;
        float: left;
        margin: 0 1%; }
      .index-04 .rchanp .cp .item:hover p {
        color: #333; }
  .index-04 .rchanp::before {
    content: '';
    background: url(../img/daoying.png) no-repeat center bottom;
    width: 98%;
    position: absolute;
    bottom: -20px;
    height: 100%;
    left: 1%;
    background-size: contain;
    z-index: 0; }

.index-05 .slick-zs {
  position: relative; }
  .index-05 .slick-zs .item {
    margin: 0 15px;
    width: auto !important; }
    .index-05 .slick-zs .item .pic {
      border: 1px solid #f0f0f0;
      padding: 10px; }
    .index-05 .slick-zs .item p {
      font-size: 1.4rem;
      color: #666;
      text-align: center;
      padding: 1rem; }

.index-06 .youshi {
  position: relative; }
  .index-06 .youshi .sceng {
    width: 100%;
    height: 100%;
    position: absolute; }
    .index-06 .youshi .sceng &gt; div {
      height: 100%;
      display: flex;
      flex-flow: column;
      justify-content: center; }
    .index-06 .youshi .sceng .youshi-l {
      width: 45%;
      margin: unset; }
      .index-06 .youshi .sceng .youshi-l .txt {
        padding-bottom: 6rem;
        color: #fff; }
        .index-06 .youshi .sceng .youshi-l .txt h3 {
          font-size: 4rem;
          margin-bottom: 10px; }
        .index-06 .youshi .sceng .youshi-l .txt h4 {
          font-size: 2.4rem;
          font-weight: normal;
          margin-bottom: 5rem; }
        .index-06 .youshi .sceng .youshi-l .txt p {
          font-size: 1.6rem;
          line-height: 1.8;
          margin-bottom: 1rem;
          padding-left: 2rem;
          position: relative; }
        .index-06 .youshi .sceng .youshi-l .txt p:before {
          content: '';
          width: 8px;
          height: 8px;
          border-radius: 10px;
          display: inline-block;
          background-color: #fff;
          opacity: .5;
          position: absolute;
          left: 3px;
          top: 11px; }
        .index-06 .youshi .sceng .youshi-l .txt p:after {
          content: '';
          width: 14px;
          height: 14px;
          border-radius: 10px;
          display: inline-block;
          border: 1px solid #fff;
          opacity: .5;
          background: unset;
          position: absolute;
          left: 0px;
          top: 8px; }
    .index-06 .youshi .sceng .youshi-nav {
      width: 66.6666%;
      margin: unset;
      z-index: 6;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .index-06 .youshi .sceng .youshi-nav .swiper-slide {
        text-align: center;
        padding: 2rem 0;
        cursor: pointer; }
        .index-06 .youshi .sceng .youshi-nav .swiper-slide i {
          font-size: 5.5rem;
          color: #ccc;
          position: relative;
          line-height: 1;
          margin-bottom: .5rem;
          display: inline-block; }
          .index-06 .youshi .sceng .youshi-nav .swiper-slide i span {
            position: absolute;
            top: .5rem;
            left: 0;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 4rem;
            display: inline-block;
            background-color: #43aa33;
            opacity: .2; }
        .index-06 .youshi .sceng .youshi-nav .swiper-slide p {
          font-size: 2rem; }
      .index-06 .youshi .sceng .youshi-nav .swiper-slide:after {
        content: '';
        width: 1px;
        height: 100px;
        display: inline-block;
        background-color: #f0f0f0;
        position: absolute;
        right: 0;
        top: 20px; }
      .index-06 .youshi .sceng .youshi-nav .swiper-slide:last-child:after {
        display: none; }
      .index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active {
        background-color: #43aa33; }
        .index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active i {
          color: #fff; }
          .index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active i span {
            background-color: #fff; }
        .index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active p {
          color: #fff;
          font-weight: bold; }
      .index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active:after {
        background-color: #43aa33; }
  .index-06 .youshi .col-6 {
    padding: 0; }
    .index-06 .youshi .col-6 img {
      width: 100%;
      height: 100%; }
  .index-06 .youshi .youshi-r {
    z-index: 5; }

.index-07 .swiper-container {
  width: 100%;
  height: 100%; }

.index-07 .swiper-slide {
  width: 70%;
  transform: scale(0.9); }
  .index-07 .swiper-slide .item .ov-h {
    background-color: #000; }
    .index-07 .swiper-slide .item .ov-h img {
      opacity: .6;
      width: 100%; }
  .index-07 .swiper-slide .txt {
    opacity: 0;
    transform: translateY(-50%);
    margin-left: 2rem;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    width: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3.2rem;
    border-radius: 10px; }
    .index-07 .swiper-slide .txt div {
      width: 180px;
      float: left;
      border-right: 1px solid #f0f0f0;
      margin-right: 35px;
      padding-right: 30px; }
      .index-07 .swiper-slide .txt div h3 {
        padding-top: 5px;
        font-size: 2rem;
        line-height: 1.4;
        font-weight: normal;
        color: #333; }
      .index-07 .swiper-slide .txt div i {
        font-size: 5rem;
        color: #000;
        opacity: .1;
        line-height: 1;
        position: relative;
        bottom: -2rem;
        display: block; }
    .index-07 .swiper-slide .txt p {
      float: left;
      width: calc(100% - 220px);
      font-size: 12px;
      color: #999;
      line-height: 24px;
      text-align: justify; }
      .index-07 .swiper-slide .txt p span {
        color: #666;
        font-size: 14px; }
      .index-07 .swiper-slide .txt p em {
        color: #0f64bd; }
  .index-07 .swiper-slide .txt:hover i {
    color: #43aa33;
    opacity: 1; }

.index-07 .swiper-slide-active, .index-07 .swiper-slide-duplicate-active {
  transform: scale(1.1);
  z-index: 5; }
  .index-07 .swiper-slide-active .item, .index-07 .swiper-slide-duplicate-active .item {
    position: relative; }
    .index-07 .swiper-slide-active .item .ov-h, .index-07 .swiper-slide-duplicate-active .item .ov-h {
      background-color: #fff; }
      .index-07 .swiper-slide-active .item .ov-h img, .index-07 .swiper-slide-duplicate-active .item .ov-h img {
        opacity: 1; }
  .index-07 .swiper-slide-active .txt, .index-07 .swiper-slide-duplicate-active .txt {
    opacity: 1;
    transition: 300ms; }

.index-07 .swiper-nav {
  color: #999;
  position: absolute;
  height: 0;
  right: 0;
  top: 80%;
  width: 80%;
  text-align: right;
  transform: translate(8%);
  text-align: right;
  font-size: 1.8rem; }
  .index-07 .swiper-nav span {
    color: #43aa33; }
  .index-07 .swiper-nav em {
    position: relative;
    top: -.5rem;
    margin: 0 1rem;
    width: 10rem;
    height: 1px;
    background-color: #eee;
    display: inline-block; }

.index-07 .prevnext {
  font-size: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 28%;
  top: unset; }
  .index-07 .prevnext i {
    font-size: 2rem; }

.index-07 .swiper-button-next {
  right: 15%; }

.index-07 .swiper-button-prev {
  right: 15%;
  left: auto;
  transform: translateX(-120%); }

.index-07 .prevnext:after {
  display: none; }

.index-07 .prevnext:hover {
  background: linear-gradient(to right, #0c5099, #0f64bd);
  color: #fff; }

.index-08 {
  background: url(../img/index_18.jpg) no-repeat center top;
  background-size: cover;
  height: 200px;
  margin-top: 5rem;
  display: block; }
  .index-08 .txt img {
    width: 220px;
    position: relative;
    bottom: 50px;
    float: left; }
  .index-08 .txt div {
    float: left;
    text-align: left;
    margin-top: 42px;
    color: #fff;
    line-height: 1.4;
    padding-left: 5rem; }
    .index-08 .txt div span {
      display: block;
      font-size: 16px; }
    .index-08 .txt div h3 {
      font-size: 32px;
      line-height: 1.6;
      margin-bottom: 1.4rem; }
    .index-08 .txt div p {
      font-size: 14px;
      opacity: .6; }
  .index-08 .fr {
    display: flex;
    margin-top: 65px;
    position: relative;
    left: -150px; }
    .index-08 .fr &gt; i {
      font-size: 8rem;
      line-height: 1;
      color: #0f64bd;
      opacity: .1;
      margin-right: 12px; }
    .index-08 .fr p {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px; }
    .index-08 .fr a {
      color: #fff;
      background: linear-gradient(to right, #0c5099, #0f64bd);
      font-size: 14px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 20px; }
      .index-08 .fr a i {
        color: #fff;
        font-size: 30px;
        margin-right: 10px;
        opacity: .5; }

.index-09 {
  background: #f5f5f5;
  position: relative; }
  .index-09 .btit &gt; div {
    color: rgba(0, 0, 0, 0.03); }
  .index-09 .slick-liucheng .item {
    text-align: center; }
    .index-09 .slick-liucheng .item .icon {
      background-color: #fff;
      display: inline-block;
      width: 8rem;
      height: 8rem;
      border-radius: 8rem;
      box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
      margin-bottom: 1.5rem; }
      .index-09 .slick-liucheng .item .icon i {
        font-size: 5rem;
        line-height: 7.6rem;
        color: #ccc; }
    .index-09 .slick-liucheng .item p {
      font-size: 1.8rem;
      margin-bottom: .3rem; }
    .index-09 .slick-liucheng .item &gt; span {
      border: 1px solid #0f64bd;
      position: relative;
      bottom: -12px;
      z-index: 5;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      display: inline-block; }
      .index-09 .slick-liucheng .item &gt; span span {
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background-color: #0f64bd;
        display: inline-block;
        position: relative;
        top: -1px; }
  .index-09 .slick-liucheng .slick-list {
    overflow: unset; }

.index-09::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0f64bd;
  display: block;
  opacity: .1;
  position: absolute;
  bottom: 0; }

.aboutbtit {
  padding-top: 2rem; }

.index-11 {
  background: url(../img/index_24.jpg) no-repeat center center;
  background-size: cover;
  height: 660px;
  position: relative; }
  .index-11 .ab01 {
    width: 40%;
    float: left;
    padding-top: 100px;
    color: #fff; }
    .index-11 .ab01 h3 {
      font-size: 3.4rem;
      margin-bottom: .5rem; }
    .index-11 .ab01 span {
      text-transform: uppercase;
      font-size: 1.6rem;
      word-spacing: 4px;
      font-family: 'pn-r';
      margin-bottom: 3.5rem;
      display: block;
      opacity: .6; }
    .index-11 .ab01 p {
      font-size: 1.6rem;
      line-height: 2;
      opacity: .9;
      margin-bottom: 6rem; }
    .index-11 .ab01 .btn {
      background: #fff;
      border-radius: 5rem;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
      font-size: 1.4rem;
      line-height: 1;
      padding: 1rem 3.2rem; }
  .index-11 .abbg {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    transform: translateX(-4rem);
    top: 70px; }
    .index-11 .abbg &gt; div {
      margin: 0;
      padding-left: 4rem; }
    .index-11 .abbg .ab02 {
      width: 50%;
      position: relative;
      top: 4rem; }
      .index-11 .abbg .ab02 video {
        width: 100%; }

.index-12 .album-top {
  margin: auto;
  position: relative;
  transform: translateY(-50%); }
  .index-12 .album-top .swiper-wrapper {
    justify-content: center; }
  .index-12 .album-top .swiper-slide {
    width: auto !important;
    margin: 0 8px; }
  .index-12 .album-top .item {
    text-align: center;
    background-color: #f5f5f5;
    width: 11rem;
    height: 11rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    cursor: pointer; }
    .index-12 .album-top .item i {
      font-size: 4rem;
      color: #ccc;
      line-height: 1;
      margin-bottom: .5rem;
      display: block; }
    .index-12 .album-top .item p {
      font-size: 1.8rem; }
  .index-12 .album-top .swiper-slide-thumb-active .item {
    background: #43aa33;
    color: #fff; }
    .index-12 .album-top .swiper-slide-thumb-active .item i {
      color: #fff; }

.index-12 .album-w {
  transform: translateY(-20px); }

.index-12 .album-bottom {
  width: 100%; }
  .index-12 .album-bottom .swiper-slide {
    padding: 0 5.5rem; }
    .index-12 .album-bottom .swiper-slide .slick-ablum .slick-slide {
      margin: 0 12px; }
    .index-12 .album-bottom .swiper-slide .slick-ablum .pic .ov-h {
      border: 1px solid #f0f0f0; }
    .index-12 .album-bottom .swiper-slide .slick-ablum .pic p {
      font-size: 1.4rem;
      color: #666;
      text-align: center;
      padding: 0 1rem;
      margin-top: 1.4rem; }

.index-13 {
  position: relative;
  transform: translateY(50%); }
  .index-13 .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; }
    .index-13 .item .zuo {
      padding-left: 6rem;
      color: #fff; }
      .index-13 .item .zuo h3 {
        font-size: 3rem;
        margin-bottom: 1rem; }
      .index-13 .item .zuo p {
        font-size: 1.8rem; }
      .index-13 .item .zuo span {
        font-size: 1.2rem;
        opacity: .5; }
    .index-13 .item .you {
      color: #fff;
      line-height: 1;
      padding-right: 6rem; }
      .index-13 .item .you p {
        font-size: 16px;
        margin-bottom: 18px; }
      .index-13 .item .you a {
        border: 1px solid rgba(255, 255, 255, 0.3);
        background: #fff;
        border-radius: 30px;
        padding: 5px 50px;
        font-size: 15px;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index-13 .item .you a i {
          font-size: 24px;
          opacity: .3;
          margin-right: 10px; }

.index-14 {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px; }
  .index-14 .btit &gt; div {
    color: rgba(0, 0, 0, 0.03); }
  .index-14 .inew {
    display: flex;
    justify-content: space-between; }
    .index-14 .inew .item {
      width: 32%;
      background-color: #fff; }
      .index-14 .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; }
        .index-14 .inew .item .tit i {
          font-size: 3rem;
          color: #0f64bd;
          opacity: .5;
          margin-right: 8px;
          position: relative;
          top: 1px; }
        .index-14 .inew .item .tit span {
          font-size: 2.2rem;
          color: #333;
          flex: 1; }
        .index-14 .inew .item .tit a {
          color: #999; }
      .index-14 .inew .item .txt {
        padding: 2rem; }
        .index-14 .inew .item .txt .pic {
          position: relative; }
          .index-14 .inew .item .txt .pic p {
            position: absolute;
            bottom: 0;
            background: #0f64bd;
            opacity: .9;
            width: 100%;
            color: #fff;
            padding: 1rem 2rem; }
        .index-14 .inew .item .txt li a {
          display: block;
          font-size: 1.3rem;
          color: #666;
          padding: 1.2rem; }
          .index-14 .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; }
        .index-14 .inew .item .txt li:nth-of-type(2n) {
          background-color: #f5f5f5; }
        .index-14 .inew .item .txt li:hover a {
          color: #0f64bd; }
          .index-14 .inew .item .txt li:hover a i {
            left: -5px;
            transition: all .5s;
            color: #0f64bd; }
    .index-14 .inew .faq {
      display: flex;
      flex-flow: column; }
      .index-14 .inew .faq .tit {
        background: linear-gradient(to right, #0c5099, #0f64bd);
        margin-bottom: 0;
        border-bottom: none; }
        .index-14 .inew .faq .tit i {
          color: #fff; }
        .index-14 .inew .faq .tit span {
          color: #fff; }
        .index-14 .inew .faq .tit a {
          color: #fff;
          opacity: .6; }
      .index-14 .inew .faq .txt {
        border: 5px solid #0f64bd;
        border-top: none;
        flex: 1; }
        .index-14 .inew .faq .txt .cjwt {
          width: 100%;
          height: 100%; }
        .index-14 .inew .faq .txt .cjwt a {
          display: block;
          border: 1px solid #f0f0f0;
          padding: 1.2rem 2rem;
          border-radius: 0 15px 0 15px;
          margin: .5rem 0; }
          .index-14 .inew .faq .txt .cjwt a h3 {
            font-size: 1.4rem;
            font-weight: normal;
            color: #333; }
            .index-14 .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; }
          .index-14 .inew .faq .txt .cjwt a p {
            margin: 1.2rem 0;
            color: #888;
            padding-left: 2.4rem; }
        .index-14 .inew .faq .txt .cjwt a:hover {
          border-color: #43aa33; }
</pre></body></html>