<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
* @Author: Marte
* @Date:   2018-01-02 14:22:01
* @Last Modified by:   Marte
* @Last Modified time: 2018-02-01 10:28:51
*/

/* 绉诲姩绔ご閮� */
.move-header {
  border-bottom: 1px solid #d8d8d8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 10; }

.move-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -52%;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  overflow-y: scroll; }

.move-header-logo a {
  padding: 10px 0 10px 15px;
  display: block;
  height: 50px;
  box-sizing: border-box; }

.move-header-logo a img {
  margin: 0 auto;
  height: 100%;
  display: block; }

@media (max-width: 950px) {
  .move-menu {
    display: block; } }
.move-menu.on {
  right: 0; }

/*.move-menu &gt; ul {
  padding: 20px 0 40px 0; }*/

.move-menu &gt; ul &gt; li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.move-menu &gt; ul &gt; li &gt; a {
  display: block;
  overflow: hidden;
  padding: 10px 5px 10px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
  line-height: 20px; }

.move-menu .mm-subopen {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.move-menu a.mm-subopen::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  border-color: rgba(0, 0, 0, 0.15); }

.move-menu a.mm-subopen::after {
  position: absolute;
  top: 13px;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid transparent;
  border-color: rgba(0, 0, 0, 0.3);
  right: 15px;
  border-top: 0;
  border-right: 0; }

.two-menu {
  display: none; }

.two-menu &gt; li {
  margin-right: 39px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: 40px;
  line-height: 40px; }

.two-menu &gt; li &gt; a {
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px; }

@media (max-width: 950px) {
  .move-header {
    display: block; }
}

.move-nav a {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/nav_bg.png) no-repeat center;
  background-size: 100% 100%; }

.mb {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  display: none; }

/* 鏈変笁绾� */
.move-menu {
  position: fixed;
  top: 0;
  height: 100%;
  right: -105%;
  width: 70%;
  background: #fff;
  overflow: scroll;
  z-index: 999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.move-menu-close {
  height: 50px;
  border-bottom: 1px solid #d8d8d8; }

.icon-close {
  margin-top: 4px;
  display: inline-block;
  padding: 12px;
  width: 17px;
  height: 17px;
  background: url("../img/menu/close.png") no-repeat center;
  background-size: 17px; }

.oneMenu &gt; li {
  border-bottom: 1px solid #d8d8d8; }
  .oneMenu &gt; li &gt; p {
    padding: 16px 12px;
    position: relative; }
  .oneMenu &gt; li .have-two::before {
    content: '';
    font-size: 0;
    position: absolute;
    right: 16px;
    top: 17px;
    width: 16px;
    height: 16px;
    background: url("../img/menu/jia.png") no-repeat center;
    background-size: 15px; }
  .oneMenu &gt; li.on &gt; p {
    color: #0457a8; }
  .oneMenu &gt; li.on .have-two::before {
    background-image: url("../img/menu/jian.png"); }
  .oneMenu &gt; li.on .twoMenu {
    display: block; }

.twoMenu {
  display: none; }
  .twoMenu li &gt; p {
    padding: 8px 0 8px 30px;
    font-size: 14px; }
  .twoMenu li .have-three::after {
    margin-left: 5px;
    content: '';
    font-size: 0;
    right: 16px;
    position: absolute;
    width: 13px;
    height: 13px;
    /*display: inline-block;*/
    background: url("../img/menu/jia1.png") no-repeat center;
    background-size: 9px;
    vertical-align: middle; }
  .twoMenu &gt; li.on .threeMenu {
    display: block; }
  .twoMenu &gt; li.on .have-three::after {
    background-image: url("../img/menu/jian1.png"); }

.threeMenu {
  display: none;
  overflow: auto; }
  .threeMenu li p {
    padding-left: 45px;
    color: #666; }


@media (max-width: 1270px){
    .hd-nav &gt; li {
        padding-right: 25px;
    }
    .wrap {
        width: 96%;
    }
}

@media (max-width: 1050px){
    .wrap {
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }
    .hd-nav &gt; li {
        padding-right: 15px;
    }
}

@media (max-width: 950px){
    .content {
        margin-top: 50px;
    }
    .header, .index-owl-nav {
        display: none;
    }
    .index-owl-img {
        height: auto;
    }
    .index-owl-img img {
        display: block;
    }
    .index-owl-text {
        left: 15px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .index-owl-text .cn {
        font-size: 24px;
    }
    .index-owl-text .cn span {
        margin: 0 3px;
    }
    .index-other-item {
        padding: 15px 0;
        width: auto;
        position: static;
        display: block;
        background: none;
    }
    .index-other-text .index-about-int {
        height: auto;
    }
    .index-other-img {
        position: static;
        width: auto;
    }
    .index-other-img img {
        display: block;
    }
    .index-about .index-other-text {
        margin-top: 15px;
        margin-left: 0;
    }
    .index-other-text .title {
        margin-bottom: 10px;
    }
    .footer .wrap {
        padding: 15px 0;
    }
    .ft-other, .ft-int {
        float: none;
    }
    .ft-company {
      float: left;
      margin-right: 60px;
      /*text-align: center;*/
    }
    /* 闆嗗洟浠嬬粛 */
    .about-one .about-text {
        font-size: 18px;
    }
    .about-one img {
        display: none;
    }
    .about-one {
        height: 140px;
    }
    .aboutBox {
        margin-top: 0;
        padding-bottom: 25px;
    }
    .public-tabNav {
        display: none;
    }
    .about-tabItem, .about-tabItem-main {
        padding-top: 25px;
    }
    .about-tabItem-hd {
        margin: 0;
    }
    .public-title {
        font-size: 18px;
    }
    .about-tabItem-img, .about-tabItem-text {
        margin: 0 !important;
        width: auto !important;
    }
    .about-tabItem-text {
        padding: 25px 15px;
        position: static;
    }
    .about-tabItem-text .title {
        font-size: 18px;
    }
    /* 鑽ｈ獕 */
    .about-honor-nav {
        float: none;
        width: auto;
        font-size: 0;
    }
    .about-honor-nav a {
        padding: 10px 0;
        display: inline-block;
        width: 33.33333%;
        font-size: 14px;
        border-radius: 0;
    }
    .about-honor-ct {
        margin-left: 0;
    }
    .about-honor-list {
        margin-right: -15px;
        margin-bottom: -15px;
    }
    .about-honor-list li {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }
    /* 鏂囧寲 */
    .about-culture-history {
        padding-top: 25px;
    }
    .about-culture-owl {
        margin: 0;
    }
    .culture-nav {
        display: none;
    }
    .about-culture-item .title {
        margin-bottom: 15px;
    }
    .about-culture-main {
        padding-top: 15px;
    }
    .culture-year {
        margin-bottom: 15px;
        position: static;
    }
    .culture-list {
        overflow-x: auto;
    }
    .culture-list li {
        margin-top: 0;
    }
    .culture-list li i, .culture-list::before {
        display: none;
    }
    .culture-list li .yearNum {
        padding: 6px 10px;
        position: static;
        font-size: 14px;
        transform: none;
        display: block;
    }
    .about-culture-title {
        font-size: 22px;
    }
    .about-culture-list {
        margin-bottom: -15px;
    }
    .about-culture-list li {
        margin-bottom: 15px;
    }
    .culture-year-owl {
      margin-bottom: 25px;
      position: static;
    }
    .culture-year-owl .swiper-slide {
      width: auto;
    }
    /* 鍛樺伐 */
    .about-staff-img, .about-staff-text {
        margin: auto !important;
        width: auto !important;
    }
    .about-staff-text {
        padding: 15px 0;
        position: static;
        transform: none;
    }
    /* 璐ｄ换 */
    .about-responsibility-hd {
        margin-bottom: 15px;
    }
    /* 宸ョ▼ */
    .about-project-list {
        margin-bottom: -15px;
    }
    .about-project-list li {
        margin-bottom: 15px;
    }
    .about-project-item .about-project-img {
        float: none;
        width: auto;
    }
    .about-project-item .about-project-text {
        margin-left: 0;
        padding: 15px 0;
    }
    /* 寤哄畨 */
    .projectMain-ct, .join-ct, .contact-ct {
        padding: 25px 0;
    }
    /* 浜у搧 */
    .pro-list {
        margin-left: -15px;
        margin-bottom: -15px;
    }
    .pro-list li {
        margin-left: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }
    .pro-item .pro-title {
        margin-top: 10px;
        font-size: 14px;
    }
    /* 浜у搧璇︽儏 */
    .proMain-title, .newsMain-title {
        padding-bottom: 15px;
        font-size: 20px;
    }
    .proMain-owl-nav &gt; div {
      margin-top: -12px;
      border: none;
      width: 24px;
      height: 24px;
      background-size: 6px auto;
      background-color: #0457a8;
    }
    /* 鏂伴椈 */
    .news-list li {
      padding: 15px 0;
    }
    .news-text .time, .news-text .look-more {
      display: none;
    }
    .news-text .title {
      font-size: 14px;
    }
    .news-text .int {
      -webkit-line-clamp: 2;
      font-size: 12px;
      color: #999;
    }
    /* 鏂伴椈璇︽儏 */
    .nesMain-ft .black {
        position: static;
    }
    /* 鍔犲叆鎴戜滑 */
    .join-title, .contact-title {
        font-size: 20px;
    }
    .join-address, .join-num {
        display: none;
    }
    .join-nav, .join-item-hd {
        padding: 15px 0 15px 60px;
    }
    .join-nav span, .join-item-hd span {
        width: 50%;
        font-size: 14px;
    }

    /* 鑱旂郴鎴戜滑 */
    .address {
        padding-top: 15px;
    }
    .address &gt; div {
        float: none;
    }
    .address .about-tabItem-text {
        height: auto;
    }

}</pre></body></html>