@charset "UTF-8";
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.news-list li a, .process-wrap .list h3, .about-wrap .about-l .tit, .coop-swiper .swiper-slide .tit, .page-news-list .box .con .tit, .turn-page p a {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* 上下结构 */
/* page */
h1, h2, p, ul, ol, h3 {
  padding: 0;
  margin: 0; }

a[href] {
  text-decoration: none;
  color: #333333; }

ul {
  list-style: none; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

body {
  font-family: "微软雅黑";
  background: #f2f6fc; }

.top-wrap {
  margin-bottom: 0;
  background: none;
  border: 0;
  background: #ffffff; }
  .top-wrap .qr {
    display: none; }

.logo .navbar-brand {
  font-size: 0;
  width: 50%;
  padding: 5px 0 5px 15px; }
  .logo .navbar-brand a {
    height: 100%;
    display: block;
    background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/logo.png) no-repeat center left;
    background-size: contain; }

.logo .navbar-toggle {
  background: #ffffff; }

#nav-menu {
  background: #ffffff; }
  #nav-menu .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0; }
  #nav-menu li.active a {
    background: none;
    color: #008000;
    font-weight: bold; }
  #nav-menu li a {
    color: #333333; }

#banner .carousel-indicators {
  bottom: 0; }

.news-swiper {
  display: none; }

.more01, .tit01 a {
  width: 12px;
  height: 20px;
  float: right;
  font-size: 0;
  background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/more1.png) no-repeat center; }

.tit01 {
  overflow: hidden;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .tit01 h2 {
    line-height: 20px;
    float: left;
    padding-bottom: 8px;
    position: relative; }
    .tit01 h2:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #ed2525;
      position: absolute;
      left: 0;
      bottom: 0; }

.news-wrap .news-l {
  margin-bottom: 15px; }

.news-box {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 15px 10px; }
  .news-box .news-list {
    margin-top: 10px; }

.news-list {
  overflow: hidden; }
  .news-list li {
    line-height: 30px; }
    .news-list li a {
      padding-left: 26px;
      background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/arrow1.png) no-repeat center left; }

.quick-menu, .quick-menu02 {
  background: #ffffff;
  padding: 15px 10px;
  padding-bottom: 5px;
  font-size: 0; }
  .quick-menu .item, .quick-menu02 .item {
    width: 25%;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    text-align: center; }
    .quick-menu .item span, .quick-menu02 .item span {
      display: block;
      margin-top: 5px; }
    .quick-menu .item img, .quick-menu02 .item img {
      height: 25px; }

.box-wrap, .process-wrap, .news-wrap02 .box, .about-wrap .about-r, .cooperate-wrap {
  background: #ffffff;
  padding: 15px 10px; }

.quick-menu02 {
  margin-top: 15px;
  display: none; }
  .quick-menu02 .item {
    width: 31%;
    background: #f5f5f5;
    padding: 15px 0;
    margin-left: 3.5%;
    margin-bottom: 8px; }
    .quick-menu02 .item img {
      height: 32px; }
  .quick-menu02 .item01, .quick-menu02 .item04 {
    margin-left: 0; }

.process-wrap {
  margin: 15px; }
  .process-wrap .list {
    margin-top: 15px;
    overflow: hidden;
    margin-left: -2%; }
    .process-wrap .list .box, .process-wrap .list li {
      width: 31.33333%;
      float: left;
      margin-bottom: 20px;
      margin-left: 2%; }
    .process-wrap .list .box {
      text-align: center;
      background: #f8f8f8;
      padding: 15px 0;
      margin-bottom: 8px; }
      .process-wrap .list .box img {
        height: 35px; }
      .process-wrap .list .box p {
        margin-top: 8px;
        margin-bottom: 5px;
        color: #ed2525;
        font-weight: bold;
        font-size: 16px; }

.news-wrap02 {
  margin-top: 15px; }
  .news-wrap02 .box {
    margin-bottom: 15px; }
  .news-wrap02 .tit {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden; }
    .news-wrap02 .tit .tab-tit {
      float: left; }
      .news-wrap02 .tit .tab-tit a {
        margin-right: 10px;
        padding-bottom: 5px;
        font-weight: bold;
        color: #999999;
        position: relative;
        display: inline-block;
        font-size: 16px; }
        .news-wrap02 .tit .tab-tit a:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #ed2525;
          position: absolute;
          left: 0;
          bottom: 0;
          display: none; }
        .news-wrap02 .tit .tab-tit a.active {
          color: #333333; }
          .news-wrap02 .tit .tab-tit a.active:after {
            display: block; }
    .news-wrap02 .tit .more01, .news-wrap02 .tit .tit01 a, .tit01 .news-wrap02 .tit a {
      float: right; }
  .news-wrap02 .news-list {
    margin-top: 15px;
    display: none; }

.about-wrap .about-l {
  position: relative; }
  .about-wrap .about-l .img {
    height: 0;
    padding-top: 51.282%;
    position: relative;
    display: block; }
    .about-wrap .about-l .img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .about-wrap .about-l .tit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 30px;
    top: auto;
    background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/about-tit.png) repeat-y center left;
    color: #ffffff;
    padding: 0 15px; }

.about-wrap .about-r {
  margin-top: 15px; }
  .about-wrap .about-r .txt {
    margin-top: 10px;
    line-height: 22px;
    color: #666666; }

.cooperate-wrap {
  margin: 15px; }

.coop-swiper {
  margin-top: 5px; }
  .coop-swiper .swiper-slide .img {
    height: 0;
    padding-top: 41.666%;
    position: relative;
    display: block; }
    .coop-swiper .swiper-slide .img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .coop-swiper .swiper-slide .tit {
    font-weight: normal;
    text-align: center;
    margin-top: 5px; }

.footer-wrap {
  background: #008000;
  color: #ffffff;
  padding: 15px 0;
  text-align: center; }
  .footer-wrap a {
    color: inherit; }
  .footer-wrap .f-logo img {
    max-width: 100%; }
  .footer-wrap .f-link {
    margin-top: 15px; }
    .footer-wrap .f-link a {
      margin-right: 5px;
      display: inline-block; }
  .footer-wrap .f-address,
  .footer-wrap .f-copyright {
    margin-top: 10px; }

.crumbs {
  display: none; }

.tit02 p {
  margin-bottom: 5px;
  font-size: 18px;
  color: #f0f0f0;
  text-transform: uppercase; }

.tit02 h2 {
  font-weight: bold; }

.main {
  margin-top: 15px; }

.main-menu {
  margin-top: 15px; }
  .main-menu a {
    width: 32%;
    line-height: 30px;
    padding: 0 12px;
    display: inline-block;
    background: #f5f5f5;
    color: #999999;
    margin-bottom: 5px;
    text-align: center; }
    .main-menu a.active {
      background: #008000;
      color: #ffffff; }

.main-l {
  background: #ffffff;
  padding: 15px; }

.page-news-list {
  margin-top: 15px; }
  .page-news-list .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 25px; }
    .page-news-list .box .img {
      height: 0;
      padding-top: 65%;
      position: relative;
      display: block; }
      .page-news-list .box .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .page-news-list .box .con {
      margin-top: 15px;
      position: relative; }
      .page-news-list .box .con .txt {
        margin-top: 7px;
        height: 40px;
        overflow: hidden;
        color: #666666; }
      .page-news-list .box .con .time, .page-news-list .box .con .views {
        color: #999999; }
      .page-news-list .box .con .time {
        margin-top: 10px; }
      .page-news-list .box .con .views {
        position: absolute;
        right: 0;
        bottom: 0px;
        padding-left: 30px;
        background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/views.png) no-repeat center left; }

.text-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }
  .text-title .tit {
    line-height: 24px;
    font-size: 18px;
    text-align: center; }
  .text-title .time-views {
    margin-top: 10px;
    overflow: hidden;
    color: #999999; }
    .text-title .time-views .time {
      float: left; }
    .text-title .time-views .views {
      float: right;
      padding-left: 30px;
      background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/views.png) no-repeat center left; }

.turn-page {
  padding-top: 15px;
  margin-top: 25px; }
  .turn-page p a {
    display: inline-block;
    max-width: 70%;
    width: 70%;
    color: #333333;
    line-height: 30px;
    vertical-align: middle; }

.turn-page {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 10px; }

.detail-box {
  color: #666666;
  line-height: 22px; }
  .detail-box p {
    margin-bottom: 5px; }
    .detail-box p img {
      max-width: 100% !important;
      height: auto !important; }
  .detail-box .simg img {
    max-width: 100% !important;
    height: auto !important; }
  .detail-box img {
    max-width: 100%;
    height: auto !important; }

.BMap_Marker img, #allmap img {
  max-width: none; }

.main {
  margin-bottom: 50px; }

.side {
  margin-top: 20px; }

.side-ad {
  margin-bottom: 15px; }
  .side-ad img {
    width: 100%; }

.page-contact {
  margin-top: 15px; }
  .page-contact .cont-l h3 {
    color: #333333;
    margin-bottom: 10px; }
  .page-contact .qr {
    margin-top: 10px;
    text-align: center; }

.map {
  margin-top: 15px; }

.page {
  clear: both;
  padding: 20px 0 40px;
  text-align: center; }

.page a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
  border-radius: 3px; }

.page a:hover {
  background: #008000;
  color: white;
  text-decoration: none; }

.page a.a1 {
  padding: 0px 15px;
  line-height: 28px;
  margin-top: 0px; }

.page span {
  display: inline-block;
  padding: 0px 15px;
  line-height: 28px;
  background: #008000;
  border: 1px solid #008000;
  color: #fff;
  text-align: center;
  border-radius: 3px; }

.page .noPage {
  display: inline-block;
  padding: 0px 12px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4; }

@media screen and (min-width: 768px) {
  .top-wrap {
    border-radius: 0; }
  .logo {
    width: 248px;
    height: 55px;
    margin-top: 10px; }
  .logo .navbar-brand {
    width: 100%;
    padding: 0;
    height: 100%;
    margin-left: 0 !important; }
    .logo .navbar-brand a {
      height: 100%; }
  .top-wrap .qr {
    display: block;
    float: right;
    margin-top: 5px; }
    .top-wrap .qr img {
      height: 75px; }
  #nav-menu {
    padding: 0;
    width: 100%; }
  #nav-menu li a {
    padding: 5px 13px; }
  .cooperate-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .tit02 p {
    font-size: 24px; }
  .tit02 h2 {
    font-size: 20px; }
  .page-news-list .box {
    overflow: hidden; }
    .page-news-list .box .con {
      overflow: hidden;
      margin-top: 0; }
      .page-news-list .box .con .tit {
        font-size: 18px; }
  .page-news-list .box .img {
    width: 200px;
    margin-right: 20px;
    padding-top: 130px;
    float: left; }
  .main-menu a {
    line-height: 36px;
    padding: 0 24px; }
  .main-menu {
    margin-top: 18px; }
  .content {
    margin-top: 30px; }
  .page-news-list {
    margin-top: 0; }
  .page-news-list .box .con .txt {
    line-height: 24px;
    height: 48px;
    margin-top: 10px; }
  .page-news-list .box .con .time {
    margin-top: 30px; }
  .page-news-list .box {
    padding-bottom: 24px; }
  .text-title .tit {
    font-size: 26px; }
  .page-contact {
    overflow: hidden; }
    .page-contact .cont-l {
      width: 45%;
      float: left; }
    .page-contact .qr {
      float: right;
      margin-top: 0; }
  .map {
    margin-top: 20px; }
  .top-wrap .qr {
    position: absolute;
    right: 15px;
    top: 10px;
    margin-top: 0; }
  #nav-menu {
    margin-top: 87px; } }

@media screen and (min-width: 992px) {
    .footer-wrap .f-link { width: 760px; }
  .container {
    padding: 0; }
  .logo {
    margin-top: 13px; }
  .top-wrap .qr {
    margin-top: 20px; }
  .top-wrap .header {
    position: relative; }
  #nav-menu {
    padding-top: 15px; }
  #nav-menu li a {
    padding: 15px 11px;
    padding-top: 0; }
    #nav-menu li a:hover {
      background: none; }
  .news-wrap .news-l {
    width: 23.5294%;
    float: left; }
  .news-wrap .news-r {
    width: 25.7352%;
    float: right; }
  .news-wrap .news-c {
    width: 47.7941%;
    margin-left: 1.47%;
    float: left; }
  .news-swiper {
    display: block; }
    .news-swiper .img {
      height: 0;
      padding-top: 143.75%;
      position: relative;
      display: block; }
      .news-swiper .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .quick-menu .item span, .quick-menu02 .item span {
    color: #666666;
    margin-top: 10px; }
  a:hover {
    color: #008000; }
  .news-box .news-list {
    overflow: hidden;
    margin-left: -2%; }
    .news-box .news-list li {
      width: 48%;
      margin-left: 2%;
      float: left; }
  .process-wrap {
    margin: 0 auto;
    margin-top: 25px;
    padding: 20px 15px; }
  .process-wrap .list .box {
    width: 12.2%; }
  .news-wrap02 {
    margin-top: 20px; }
  .news-wrap02 {
    overflow: hidden; }
    .news-wrap02 .box {
      width: 32%;
      margin-left: 2%;
      float: left; }
    .news-wrap02 .box01 {
      margin-left: 0; }
  .about-wrap .about-l {
    width: 57.35294%;
    float: left; }
  .about-wrap {
    background: #ffffff; }
  .about-wrap .about-r {
    margin-top: 0;
    padding: 20px 25px;
    overflow: hidden; }
  .about-wrap .about-r .txt {
    max-height: 200px;
    overflow-y: auto; }
  .cooperate-wrap {
    padding: 20px 15px; }
  .footer-wrap {
    margin-top: 30px; }
  .quick-menu .item:hover span, .quick-menu02 .item:hover span {
    color: #ed2525; }
  #nav-menu {
    padding-left: 0;
    padding-right: 0; }
    #nav-menu .nav li:after {
      content: '';
      width: 50px;
      height: 2px;
      background: #008000;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -15px;
      margin: auto;
      display: none; }
    #nav-menu .nav li.active:after {
      display: block; }
    #nav-menu .nav li:hover:after {
      display: block; }
  .navbar-nav {
    float: none;
    margin: 0 auto; }
  .news-swiper .swiper-pagination {
    text-align: left;
    left: 10px; }
  .news-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    width: 10px;
    height: 10px; }
  .news-swiper .swiper-pagination-bullet-active {
    background: #ffffff; }
  .crumbs {
    margin-top: 28px;
    display: block;
    background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/home.png) no-repeat center left;
    padding-left: 24px; }
    .crumbs a {
      font-size: 14px;
      font-weight: bold; }
      .crumbs a:after {
        content: '';
        width: 14px;
        height: 12px;
        margin: 0 5px;
        background: url(/web/20220309132455im_/http://krirkphd.com/skin/images/crumbs.png) no-repeat center;
        display: inline-block; }
      .crumbs a:last-child:after {
        display: none; }
  .main {
    margin-top: 30px; }
  .main-l {
    padding: 30px; }
  .tit02 p {
    font-size: 40px; }
  .tit02 h2 {
    font-size: 26px; }
  .main-menu a {
    margin-right: 8px; }
    .main-menu a:hover {
      color: #008000; }
  .content {
    margin-top: 50px; }
  .page-news-list .box a {
    display: block; }
    .page-news-list .box a:hover .con .tit {
      color: #008000; }
  .page-news-list .box {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .page-contact .cont-l h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .quick-menu .item, .quick-menu02 .item {
    width: 50%;
    margin-bottom: 14px; }
  .quick-menu .item img, .quick-menu02 .item img {
    height: 32px; }
  .quick-menu .item span, .quick-menu02 .item span {
    font-size: 16px; }
  .top-wrap .qr {
    margin-top: 7px; }
  #nav-menu li a {
    padding: 15px 16px;
    font-size: 16px; }
    #nav-menu li a:hover {
      color: #008000; }
  .news-wrap .news-r {
    width: 23.5294%; }
  .news-wrap .news-l {
    width: 25.7352%; }
  .top-wrap {
    height: 155px; } }

@media screen and (min-width: 1200px) {
  .about-wrap .about-r .txt {
    line-height: 24px; }
  .news-box {
    padding: 20px 15px; }
    .news-box.box01 {
      margin-bottom: 20px; }
    .news-box.box02 {
      margin-bottom: 0; }
  .news-list li {
    line-height: 35px; }
  .news-box .news-list {
    margin-top: 14px; }
  .quick-menu02 {
    margin-top: 20px; }
  .quick-menu, .quick-menu02 {
    padding: 12px 10px; }
  #nav-menu li a {
    font-size: 16px;
    padding: 15px 11px;
    padding-top: 0; }
  #banner .carousel-indicators {
    bottom: 10px; }
  .main-l {
    width: 76.47%;
    float: left; }
  .side {
    width: 22%;
    margin-top: 0;
    float: right; }
  .side-ad {
    margin-bottom: 20px; }
  .text-title .tit {
    font-weight: bold; }
  .text-title {
    margin-bottom: 28px;
    padding-bottom: 12px;
    margin-top: -34px; }
  .text-title .time-views {
    margin-top: 25px; }
  .detail-box {
    line-height: 30px; }
  .detail-box p {
    margin-bottom: 10px; }
  .turn-page {
    margin-top: 30px;
    padding-top: 20px;
    overflow: hidden;
    color: #666666; }
    .turn-page .turn-l {
      width: 48%;
      float: left; }
    .turn-page .turn-r {
      max-width: 48%;
      float: right;
      text-align: right; }
  .turn-page p a {
    color: #666666; }
    .turn-page p a:hover {
      color: #008000; }
  .tit02 p {
    line-height: 40px; }
  .page-contact .cont-l p {
    margin-bottom: 0;
    line-height: 30px; }
  .map {
    margin-top: 30px; }
  .quick-menu02 .item.item05, .quick-menu02 .item.item06, .quick-menu02 .item.item04 {
    margin-bottom: 0; }
  .quick-menu, .quick-menu02, .quick-menu02, .quick-menu02 {
    padding: 13px 10px; }
  .quick-menu02 .item.item05, .quick-menu02 .item.item06, .quick-menu02 .item.item04 {
    margin-bottom: 0; }
  .quick-menu .item, .quick-menu02 .item {
    margin-bottom: 28px; }
  .quick-menu, .quick-menu02 {
    padding: 27px 10px; }
  .quick-menu .item.item08, .quick-menu02 .item.item08, .quick-menu .item.item07, .quick-menu02 .item.item07 {
    margin-bottom: 0; }
  .top-wrap .header {
    width: 100%;
    padding-left: 2.7%;
    padding-right: 2.7%; }
  .logo {
    width: 12.9166%; }
  #nav-menu {
    width: 77.22%;
    float: left;
    margin-top: 0;
    margin-left: 2%; }
  .top-wrap .qr {
    position: static; }
  #nav-menu li a {
    padding: 5px 11px; }
  #nav-menu {
    padding-top: 30px; }
  .logo {
    margin-top: 38px; }
  #nav-menu {
    padding-top: 60px; }
  .top-wrap .qr {
    margin-top: 42px; }
  .main-menu a {
    width: auto;
    margin-right: 7px;
    margin-bottom: 7px; }
    .main-menu a.active:hover {
      color: #ffffff; } }

@media screen and (min-width: 1280px) {
  #nav-menu li a {
    padding: 5px 13px; } }

@media screen and (min-width: 1360px) {
  #nav-menu li a {
    padding: 5px 17px; } }

@media screen and (min-width: 1380px) {
  .container {
    width: 1360px; }
  body {
    font-size: 16px; }
  #nav-menu li a {
    padding-top: 0; }
  .news-wrap {
    margin-top: 30px; }
  .tit01 h2 {
    font-size: 20px; }
  .box-wrap, .process-wrap, .news-wrap02 .box, .about-wrap .about-r, .cooperate-wrap,
  .news-box {
    padding: 26px 20px; }
  .tit01 h2 {
    padding-bottom: 26px; }
  .news-list li {
    line-height: 36px; }
  .quick-menu .item span, .quick-menu02 .item span {
    font-size: 16px; }
  .quick-menu .item, .quick-menu02 .item {
    margin-bottom: 16px; }
    .quick-menu .item.item05, .quick-menu02 .item.item05, .quick-menu .item.item06, .quick-menu02 .item.item06, .quick-menu .item.item07, .quick-menu02 .item.item07, .quick-menu .item.item08, .quick-menu02 .item.item08 {
      margin-bottom: 0; }
  .quick-menu, .quick-menu02 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .quick-menu02 {
    padding: 15px; }
  .quick-menu02 .item {
    padding: 26px 0;
    margin-bottom: 10px; }
    .quick-menu02 .item.item05, .quick-menu02 .item.item06, .quick-menu02 .item.item04 {
      margin-bottom: 0; }
  .tit01 h2:after {
    max-width: 80px; }
  .process-wrap .list {
    margin-top: 25px; }
  .process-wrap .list .box {
    padding: 30px 0; }
  .process-wrap .list .box img {
    height: 50px; }
  .process-wrap .list .box p {
    font-size: 20px; }
  .process-wrap .list .box {
    margin-bottom: 0; }
  .news-wrap02 {
    margin-top: 30px; }
  .news-wrap02 .tit .tab-tit a {
    font-size: 18px; }
  .news-wrap02 .tit .tab-tit a {
    margin-right: 15px;
    padding-bottom: 25px; }
  .news-wrap02 .box {
    margin-bottom: 0; }
  .about-wrap {
    margin-top: 30px;
    background: none; }
  .about-wrap .about-l {
    margin-right: 20px; }
  .about-wrap .about-l .tit {
    line-height: 50px;
    font-size: 20px;
    padding-left: 20px; }
  .about-wrap .about-r {
    height: 400px; }
  .about-wrap .about-r .txt {
    line-height: 36px;
    max-height: 300px; }
  .cooperate-wrap {
    margin-top: 30px; }
  .coop-swiper {
    margin-top: 25px; }
  .footer-wrap {
    padding-top: 27px;
    padding-bottom: 30px; }
    .footer-wrap a:hover {
      color: #ffffff; }
  .footer-wrap .f-link {
    margin-top: 28px; }
  .footer-wrap .f-address,
  .footer-wrap .f-copyright {
    margin-top: 15px; }
  .footer-wrap .f-address p {
    margin-bottom: 10px; }
  .main-menu a {
    line-height: 40px;
    padding: 0 28px;
    font-size: 18px; }
  .page-news-list .box .con .txt {
    line-height: 30px;
    height: 60px; }
  .page-news-list .box .con .time {
    margin-top: 19px; }
  .side {
    width: 300px; }
  .quick-menu .item img, .quick-menu02 .item img {
    height: 40px; }
  .quick-menu .item span, .quick-menu02 .item span {
    margin-top: 12px; }
  .quick-menu .item, .quick-menu02 .item, .quick-menu .item.item05, .quick-menu02 .item.item05, .quick-menu .item.item06, .quick-menu02 .item.item06 {
    margin-bottom: 41px; } }

@media screen and (min-width: 1400px) {
  #nav-menu li a {
    padding: 5px 18px; } }

@media screen and (min-width: 1450px) {
  #nav-menu li a {
    padding: 5px 20px; } }

@media screen and (min-width: 1500px) {
  #nav-menu li a {
    padding: 5px 22px; } }

@media screen and (min-width: 1550px) {
  #nav-menu li a {
    padding: 5px 23px; } }

@media screen and (min-width: 1600px) {
  #nav-menu li a {
    padding: 5px 25px; } }

@media screen and (min-width: 1650px) {
  #nav-menu li a {
    padding: 5px 27px; } }

@media screen and (min-width: 1700px) {
  #nav-menu li a {
    padding: 5px 29px; } }

@media screen and (min-width: 1750px) {
  #nav-menu li a {
    padding: 5px 31px; } }

@media screen and (min-width: 1800px) {
  #nav-menu li a {
    padding: 5px 33px; } }

@media screen and (min-width: 1900px) {
  body {
    max-width: 1920px;
    margin: 0 auto; }
  .top-wrap .header {
    padding-left: 5.7%;
    padding-right: 5.7%; }
  #nav-menu li a {
    padding: 5px 27px;
    font-size: 18px; }
  .logo {
    width: 248px;
    height: 55px;
    margin-top: 36px; }
  .top-wrap {
    padding-bottom: 40px; }
  #nav-menu {
    padding-top: 66px; }
  .top-wrap .qr {
    margin-top: 40px; } }

/*
     FILE ARCHIVED ON 13:24:55 Mar 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:21:04 Jan 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.042
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.081
  esindex: 0.012
  cdx.remote: 14.187
  LoadShardBlock: 221.712 (3)
  PetaboxLoader3.datanode: 141.504 (4)
  PetaboxLoader3.resolve: 230.893 (2)
  load_resource: 236.569
*/